@charset "utf-8";
/* CSS Document */
/* 画面幅が480px以上 */
@media screen and  (min-width: 480px) {
	.mktoHtmlText .container, .mktoButtonWrap { max-width: 444px !important; } 
}
/* 画面幅が575px以下（スマホ） */
@media screen and (max-width: 575px) {
	.mktoHtmlText .container, .mktoButtonWrap { max-width: 535px !important; }
    .mktoFormRow label.mktoLabel { margin-bottom: 10px !important; }
    .mktoFormRow input.mktoField, .mktoFormRow textarea.mktoField, .mktoFormRow select.mktoField { margin-left: 0 !important; }
    .mktoForm .mktoFormRow .mktoRequiredField .mktoAsterix { float: right !important; }
	.mktoFormRow .mktoCheckboxList label { font-size: 1.2em !important; line-height: 1.4em !important; }
}
/* 画面幅が576px以上（タブレット・PC） */
@media screen and  (min-width: 576px) {
	.mktoHtmlText  .container, .mktoButtonWrap { max-width: 540px !important; }
}
@media screen and  (min-width: 768px) {
	.mktoHtmlText  .container, .mktoButtonWrap { max-width: 720px !important; } 
	.mktoForm select.mktoField, .mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {	font-size:1.2em !important; }
}
@media screen and  (min-width: 992px) {
	.mktoHtmlText  .container, .mktoButtonWrap { max-width: 960px !important; } 
}
@media screen and  (min-width: 1200px) {
	.mktoHtmlText  .container, .mktoButtonWrap { max-width: 1140px !important; } 
} 
/* 各フォーム項目（1行）を幅100%で扱い、下方向の余白を確保する */
.mktoForm .mktoFormRow {
    width: 100%;
    padding-bottom: 1em;
}
/* 先頭行を除き、行と行の間隔として上余白を付与する */
.mktoForm .mktoFormRow + .mktoFormRow {
    padding-top: 1em;
}
/* フォーム配下の全要素にフォントを統一適用する */
.mktoForm,
.mktoForm * {
    font-family: "Noto Sans JP", sans-serif !important;
}
/* フォーム内ラベルの文字サイズと強調度を統一する */
.mktoForm .mktoLabel {
    font-size: 1rem !important;
    font-weight: bold !important;
    padding-top: 0 !important;
}
/* フォーム内のHTMLテキスト要素の基本見た目を統一する */
.mktoForm .mktoHtmlText {
    font-size: 1rem !important;
    /*font-weight: 200 !important;*/
    margin-left: 0 !important;
    width: 100% !important;
}
/* 入力タイプ差をなくす調整 */
.mktoForm input.mktoField,
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
    font-size: 1em !important;
    box-shadow: none !important; /* Marketo標準の影を除去 */
}
.bg-header, .bg-footer {
	background-color: #232c4d !important; }
.headerImg {
background-image: url('https://pages.jbs.co.jp/rs/530-FPX-174/images/JBS_contactBG.png');
background-position: center top; 
background-repeat: no-repeat;
}
.bg-header h2, h5 {
	color: #fff
}
.bg-header h2 {
	font-size: 44px;
}
.bg-header h5 {
	font-size: 1.25rem !important;
}
.bg-header hr {
	border: solid #fff 1px;
}
h6 {
	font-weight: bold;
	font-size: 0.875rem !important;
}
p, label, span {
	font-size: 0.875rem !important;
}
.leftline {
margin: 2.28em 0.24em !important;
padding: 0 1em !important;
border-left: solid #232c4d 4px;
}
#dealinfo {
    margin: 0px 16px 2.28em;
    padding: 20px;
    overflow-y: scroll;
    height: 200px;
    font-size: 0.75rem;
    background-color: #F2F2F2;
}
#dealinfo p {
    font-size: 0.75rem !important;
	margin: 0px 32px;
}
.form-control {
    background-color: #f2f2f2 !important;
    border: none  !important;
    border-radius: 0.05rem !important;;
    box-shadow: none  !important;
	font-size: 0.875rem !important;
}
.btn-primary-send {
    color: #ffffff;
    background-color: #2d4f9e;
    border-color: #2d4f9e;
}
.footterlogo {
	width: 40% !important; 
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
ol.privacypolicy {
  margin-left:-2em !important;
}
ol.privacypolicy ul {
  margin-left:-1em !important;
}
ol.privacypolicy ul {
  list-style:disc;
}
.mktoCaptchaDisclaimer { 
	margin-bottom: 0.75rem !important;}
@media screen and (max-width: 576px) {
	.headerTextColor {
		margin-top: 0 !important;}
}
/* 送信ボタンの外枠の設定 */
.mktoButtonRow {
    width: 100% !important;
}
.mktoButtonWrap {
    display: block !important;
    text-align: center !important;
    margin-left: 0 !important;
    margin-bottom: 60px !important;
    width: 100% !important;
}
/* 送信ボタンのスタイル（通常状態） */
.mktoButton,
.mktoForm .mktoButtonWrap.mktoPurpleCandy button.mktoButton {
    background-color: #ffcd00 !important;
    background-image: none !important;
    color: #363636 !important;
    text-shadow: unset !important;
    font-weight: 500 !important;
    border-radius:6px !important;
    font-size:1.2em !important;
    min-width:230px !important;
    height: 60px;
    padding: 0 24px;
}
/* 送信ボタンのスタイル（ホバー） */
.mktoButton:hover,
.mktoForm .mktoButtonWrap.mktoPurpleCandy .mktoButton:hover {
    opacity: 0.6 !important;
    cursor: pointer;
}
/* 送信ボタンのスタイル（active） */
.mktoButton:active {
    background-color: #232c4d !important;
    color: #ffffff !important;
}

/* エラーメッセージのスタイル */
.mktoForm .mktoError .mktoErrorMsg {
    background-color: #E0004D !important;
    background-image: unset  !important;
    font-size: 1.1em !important;
    box-shadow: none !important;
    border: none 0px !important;
    border-radius: 2px !important;
}
/* エラーフィールドの強調 */
.mktoForm input.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm .mktoLogicalField.mktoInvalid {
	 border: 1px solid #E0004D !important;
	background-image: unset  !important;
	font-size: 1.1em !important;
	box-shadow: none !important;
	border: none 0px !important;
	border-radius: 2px !important;
}
.mktoForm input.mktoField.mktoInvalid, .mktoForm textarea.mktoField.mktoInvalid, .mktoForm select.mktoField.mktoInvalid, .mktoForm .mktoLogicalField.mktoInvalid {
	border: 1px solid #E0004D !important;
}
/* チェックボックス Cheacked */
.mktoForm input[type=checkbox]:checked + label:before, .mktoForm input[type=radio]:checked + label:before {
    color: #fff !important;
    font-size: 16px!important;
    font-weight: bold !important;
    background-color: #284992 !important;
    box-shadow: none !important;
}
/* 標準アスタリスクを非表示 */
.mktoForm .mktoAsterix {
    color: transparent !important;
}
/* 必須マークをラベル末尾に inline で表示 */
.mktoForm .mktoLabel::after {
    content: "";
    display: inline-block;
    width: 40px;
    height: 16px;
    margin-left: 1em;
    vertical-align: middle;
    background-image: url('https://pages.jbs.co.jp/rs/530-FPX-174/images/mustEN.svg');
    background-repeat: no-repeat;
    background-size: contain;
}
/* ラベルの指定幅を無効化
.mktoForm .mktoLabel {
    width: auto !important;
} */
/* テーマ由来の左オフセット用ダミーを無効化 */
.mktoForm .mktoOffset {
  width: 0 !important;
  display: none !important;
}
/* textarea は rows 指定を尊重させる（テーマCSSの min-height を無効化） */
.mktoForm textarea.mktoField {
  min-height: unset !important;
  height: auto !important;
  line-height: 1.5em;
  box-sizing: border-box;
}
/* チェックリスト、ラジオボタンリストの高さを狭める 
.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}*/
/* 個人情報の取り扱いについて text */
div#agree {
	 font-family: "Noto Sans JP", sans-serif !important;
	margin: 0 !important;
}
.mktoFormRow:has(#agree) {
    margin: 1em 0 !important;
	padding-top: 0 !important;
}
.mktoFormRow:has(#agree) .mktoFormCol{ 
	margin-bottom: 0 !important; }
.mktoFormRow div#agree p:nth-child(2) { 
	font-size:0.8rem !important;
}