@charset "UTF-8";
/* CSS Document */

/* ##### レイアウト共通スタイル ##### */



/* ### フォント設定 | Noto Sans JPを指定 */
html {
  font-size: 14px;
}

body {
  font-family: YakuHanJP,'メイリオ','游ゴシック体', YuGothic, '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', 'メイリオ', sans-serif;
  /*font-size: 1.6rem;*/
  position: relative;
  min-width: 1024px;
  -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
}

input, select, textarea {
	text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.02em;
}
.mincho {
  font-family: YakuHanMP, 'Noto Serif JP', serif;
}

.minchoen {
  font-family: YakuHanMP, 'EB Garamond', 'Noto Serif JP', serif;
}
.ispc {
  display: inline-block;
}

.issp {
  display: none;
}

.issp--inline {
  display: none;
}
/* ### リンク */
a:link, a:visited {
	color: #D34300;
    text-decoration: underline;
}
a:hover, a:active {
	color: #D34300;
    font-weight: 600;
    text-decoration:underline;
}
/* ### ボタン（.btn-primaryの置き換え） */
.tplbp-bootstrap4 .btn-primary {
	background-color: #004196;
	border-color: transparent;
}
.tplbp-bootstrap4 .btn-primary:link, .tplbp-bootstrap4 .btn-primary:visited {
	background-color: #004196;
	border-color: transparent;
}
.tplbp-bootstrap4 .btn-primary:hover, .tplbp-bootstrap4 .btn-primary:active, .tplbp-bootstrap4 .btn-primary:focus {
	background-color: #005cd3;
	border-color: transparent;
}
.tplbp-bootstrap4 .btn-primary:disabled {
	opacity: 40% !important;
	background-color: #005cd3 !important;
	border-color: transparent !important;
}
/* ### 項目ラベル */
.tplbp-bootstrap4 label.form-label {
	font-weight: 700;
}
/* ### small */
.tplbp-bootstrap4 small {
	font-size: .875em;
}
/* ### チェックボックス／ラジオボタン */
.tplbp-bootstrap4 .custom-control-input:checked ~ .custom-control-label::before {
	background-color: #004196;
	border-color: #004196;
}
.tplbp-bootstrap4 .pd-checkbox span.value, .tplbp-bootstrap4 .pd-radio span.value {
	display: block;
	overflow: hidden;
}
.tplbp-bootstrap4 .pd-checkbox span.value > span, .tplbp-bootstrap4 .pd-radio span.value > span {
	margin-right: 1.25em;
}
/* ### 必須項目 */



.tplbp-bootstrap4 .form-field.required .form-label::after, .tplbp-bootstrap4 .form-field.required .col-form-label::after {
	content: '必須';
	margin-left: .5em;
	font-size: .875em;
	color: #dc3545;
}
/* ### エラー表示 */
.tplbp-bootstrap4 .errors {
	margin-bottom: 2em;
	padding: 1em;
	border: solid 2px #dc3545;
	color: #dc3545;
}
.tplbp-bootstrap4 .form-text.error {
	color: #dc3545;
}
/* ### Date-Picker対応 */
#ui-datepicker-div {
	display: none;
}
.ui-datepicker.ui-widget {
	padding: .5rem .75rem;
	background: #FFFFFF;
	border: solid 1px #aaaaaa;
	border-radius: .25rem;
	box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.ui-datepicker.ui-widget .ui-datepicker-header {
	display: flex;
	flex-wrap: wrap;
	font-size: .9rem;
}
.ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-prev, .ui-datepicker.ui-widget .ui-datepicker-header a.ui-datepicker-next {
	color: #007bff;
	text-decoration: underline;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev {
	width: 50%;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
	width: 50%;
	text-align: right;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title {
	display: flex;
	justify-content: center;
	margin-bottom: .3rem;
	width: 100%;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
	margin-right: .1rem;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title ui-datepicker-year {
	margin-left: .1rem;
}
.ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title select {
	font-size: .9rem;
}
.ui-datepicker.ui-widget table.ui-datepicker-calendar thead th {
	background: #999999;
	text-align: center;
	font-weight: normal;
	font-size: .9rem;
	color: #FFFFFF;
}
.ui-datepicker.ui-widget table.ui-datepicker-calendar th.td {
	text-align: center;
}
.ui-datepicker.ui-widget td a {
	display: block;
	padding: .1rem .25rem;
	text-align: center;
}
.ui-datepicker.ui-widget td.ui-datepicker-week-end a {
	background: #FFDBC8;
}
/* ##### テーブルレイアウト用スタイル ##### */


/* TH（フォーム項目ラベル）セルと、TD（入力エリア）セルの幅指定 */

form #pardot-form table th .th-label {
	width: 25%;
}
form #pardot-form table td {
	width: 75%;
}
/* フォーム項目ラベル セルの背景色 */
form#pardot-form table th {
	background-color: #fafafa;
}
/* ##### スタイルA ここまで ##### */


/* ##### Pardot Template CSS ##### */



 /* --------------------------------------------------------------
            FORM STYLES
----------------------------------------------------------------- */

/* Border-box box model FTW! */
#pardot-form, #pardot-form *, #pardot-form *:before, #pardot-form *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Override form margin and padding set in the default stylesheet. Inherit font and color from page. */
#pardot-form {
	margin: 0;
	padding: 0;
	font: inherit;
	color: inherit;
}
/* Override form field wrapper margin and padding set in the default stylesheet. */
#pardot-form .form-field, #pardot-form .submit {
	margin: 15px 0 40px 0;
	padding: 0;
}
/* Remove top margin from first from field wrapper. */
#pardot-form .form-field:first-child {
	margin-top: 0;
}
/* Set default input style. */
#pardot-form input {
	border: 1px solid #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	color: #2c3e50;
	font-size: 14px;
	padding: 7px 15px;
	width: 100%;
}
/* When labels are not floated left, set width on text inputs, textareas, and selects to 100%. */
#pardot-form input.text, #pardot-form input.date, #pardot-form textarea, #pardot-form select {
	width: 100%;
	font-family: inherit;
	color: inherit;
}
/* When labels are floated left, set width on field labels to a percentage of available width. In browsers that support calc(), use static label width instead and the form field will consume the remaining width. */
#pardot-form.label-left .field-label {
	width: 35%;
	width: calc(115px);
}
/* When labels are floated left, set width on text inputs, textareas, and selects to a percentage. In supported browsers, set width to 100% minus the width of the label instead. */
#pardot-form.label-left input.text, #pardot-form.label-left input.date, #pardot-form.label-left textarea, #pardot-form.label-left select {
	width: 65%;
	width: calc(100% - 115px);
}


/* When labels are floated left, indent supporting form elements by the same amount as the field label. */
   #pardot-form.label-left span.value, #pardot-form.label-left .description, #pardot-form.label-left .no-label &gt;
*, #pardot-form.label-left .submit, #pardot-form.label-left .error.no-label {
	margin-left: 35%;
	margin-left: calc(115px);
}
/* Remove unnecessary left padding on required radio/checkbox field labels when label alignment is set to above and the required symbol is set to default in form styling options. */
#pardot-form label.inline {
	padding-left: 0;
}
/* Backup styles in case padding is added to text inputs. */
#pardot-form input.date {
	padding-left: 20px;
	background-position: left center;
}
#pardot-form .submit input {
	background-color: #f28e43;
	color: #fff;
    font-size: 2rem;
    font-weight: bold;
    padding: 15px 0 15px;
}
/* --------------------------------------------------------------
            TEMPLATE DETAILS
----------------------------------------------------------------- */

/* Center the logo */
.logo {
	text-align: center;
}
/* Images do not extend containers */
img {
	max-width: 100%;
}
table img {
	width: 100%;
	max-width: 150px !important;
}
/* Grey BG */
.grey {
	background-color: #f4f4f4;
}
/* Enable strong control over editable table cell widths */
table.editable-table {
	table-layout: fixed;
	width: 100%;
}
/* Set default editable table cell spacing &amp; widths */
table.editable-table.3col td {
	padding: 0px 15px;
	width: 33%;
}
table.editable-table.2col td {
	padding: 0px 15px;
	width: 50%;
}
/* --------------------------------------------------------------
            SPACING
----------------------------------------------------------------- */

/* make element edge to edge */
.flush {
	padding-left: 0;
	padding-right: 0;
}
/* vertical padding */
.vpadding {
	padding-top: 20px;
	padding-bottom: 20px;
}
/* side padding only */
.hpadding {
	padding-left: 15px;
	padding-right: 15px;
}
/* top padding only */
.tpadding {
	padding-top: 20px;
	padding-bottom: 0px;
}
/* bottom padding only */
.bpadding {
	padding-top: 0px;
	padding-bottom: 20px;
}
/* --------------------------------------------------------------
            SOCIAL
----------------------------------------------------------------- */

/* Social list spacing */
.social-list {
	padding-left: 5px;
}
/* Social list display next to one another */
.social-list li, .social-list {
	display: inline;
}
/* Disable underlines on image link hover */
.social-list a:hover {
	text-decoration: none;
}
/* Share button image specific style */

#share-buttons img {
	width: 20px;
	border: 0;
	box-shadow: 0;
	display: inline;
}

/* --------------------------------------------------------------
            RESPONSIVE
----------------------------------------------------------------- */

@media only screen and (max-width: 767px){
body {
font-family: YakuHanJP,apple-system, BlinkMacSystemFont, 'Helvetica Neue', YuGothic, 'ヒラギノ角ゴ ProN W3', Hiragino Kaku Gothic ProN, Arial, 'メイリオ', Meiryo, sans-serif;
min-width: 100%;
}
}
/* xs */
@media(max-width:767px) {
.pull-right {
	float: none !important;
	text-align: center;
}
.social {
	text-align: center;
}
.edit-image {
	width: 290px;
	padding-bottom: 5px;
}
}

/* sm */
@media (max-width:768px) {
#pardot-form.label-left .field-label {
	width: 100%;
	text-align: left;
}
#pardot-form.label-left input.text, #pardot-form.label-left input.date, #pardot-form.label-left textarea, #pardot-form.label-left select {
	width: 100%;
}
#pardot-form.label-left span.value, #pardot-form.label-left .description, #pardot-form.label-left .no-label &gt;
*, #pardot-form.label-left .submit, #pardot-form.label-left .error.no-label {
	width: 100%;
}
#pardot-form.label-left span.value, #pardot-form.label-left .description, #pardot-form.label-left .no-label &gt;
*, #pardot-form.label-left .submit, #pardot-form.label-left .error.no-label {
	margin-left: 0;
}
form.form p {
	margin-left: 0px !important;
	padding-left: 0px !important;
}
table.editable-table td {
	display: block;
	width: 100% !important;
}
}

/* md */
@media(max-width:992px) {
}

/* lg */
@media(min-width:1200px) {
}