



/* 共通 *******************/
/*ページタイトル*/
h2.mds {
	font-size: 36px;
	font-weight: 500;
	color: #222222;
	text-align: center;
	background-color: #FBD9DC;
	padding: 52px 0;
}









/* 導入部分 *******************/
section.intro {
	width: 980px;
	margin: 60px auto 0;
}
section.intro > div img {
	width: 100%;
	height: auto;
}
section.intro > div h3 {
	font-size: 20px;
	font-weight: 500;
	color: #E60011;
	text-align: center;
	line-height: 1.4;
	padding: 10px 0;
	border-top: 2px solid #E60012;
	border-bottom: 2px solid #E60012;
	margin-top: 60px;
	margin-bottom: 50px;
	position: relative;
}
section.intro > div h3::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 10px 10px 0 10px;
	filter: drop-shadow(0px 1px 0px #E60012);/*線付き*/
}
section.intro > div > p {
	font-size: 15px;
	font-weight: 400;
	color: #222222;
	line-height: 1.6;
	margin-bottom: 10px;
}
section.intro > div ol li {
	font-size: 15px;
	font-weight: 400;
	color: #222222;
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
}
section.intro > div ol li b {
    font-weight: 600;
}
section.intro > div ol li:before {
	content: '\f111';
	font-size: 10px;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	margin-right: 10px;
}
.require {
	padding: 2px 5px;
	background: #E60011;
	color: #fff;
	border-radius: 4px;
	margin-right: 5px;
	font-size: 12px;
	font-weight: 300;
}









/* フォーム部分 *******************/
section.form {
	padding-bottom: 120px;
}
section.form table {
	width: 980px;
	margin: 40px auto 0;
	border: 1px solid #CCCCCC;
	border-radius: 5px;
	border-collapse: separate;
}
section.form table th {
	width: 282px;
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	line-height: 1.4;
	padding: 25px 20px;
	background-color: #E9EBF3;
	position: relative;
}
section.form table th span.require {
	position: absolute;
	top: 28px;
	right: 20px;
}
section.form table td {
	width: calc(100% - 282px);
	padding: 15px 30px 5px 30px;
}
/*お問い合わせ種別 （複数選択可）*/
td.contract1 label {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #222222;
	background-color: #F5F5F5;
	border: 1px solid #989898;
	border-radius: 5px;
	padding: 14px 15px;
	margin-bottom: 15px;
}
td.contract1 label.check {
	background-color: #FFE3E5;
	border: 1px solid #DD1121;
}
section.form table tr:not(:last-of-type) th {
	border-bottom: 1px solid #BEBEBE;
}
section.form table tr:not(:last-of-type) td {
	border-bottom: 1px solid #BEBEBE;
}
section.form input[type="text"] {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #222222;
	border: 1px solid #707070;
	border-radius: 4px;
	padding: 10px 10px;
}
section.form textarea {
	width: 100%;
	max-width: 636px;
	height: 200px;
	font-size: 16px;
	font-weight: 400;
	color: #222222;
	line-height: 1.6;
	border: 1px solid #707070;
	border-radius: 4px;
	padding: 10px 10px;
}
section.form select {
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #222222;
	border: 1px solid #707070;
	border-radius: 4px;
	padding: 10px 10px;
}
/*住所*/
section.form td.adr {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
section.form td.adr > img {
	width: 19px;
	height: 21px;
	margin: 14px 10px 0 0;
}
section.form td.adr > input:nth-of-type(1) {
	width: 165px;
	margin-bottom: 15px;
}
section.form td.adr > input:nth-of-type(2) {
	width: 100%;
	margin-bottom: 10px;
}
/*郵便番号のアラート文*/
section.form td.adr > div:first-of-type + div {
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
}
/*店舗選択*/
section.form td.contract2 {
	width: 100%;
	display: flex !important;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.form td.contract2 label {
	width: 304px;
	height: 74px;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 18px;
	font-weight: 500;
	color: #989898;
	background-color: #F5F5F5;
	border: 1px solid #707070;
	border-radius: 5px;
	padding: 0 15px;
	border-radius: 5px;
	margin-bottom: 10px;
}
section.form td.contract2 label.check{
	background: #FFE3E5 !important;
	color: #E60011 !important;
	border-color: #DD1121 !important;
}

/*ラジオボタン装飾*/
section.form input[type="radio"] {
	appearance: none; /* デフォルトのスタイルを消す */
	border: 3px solid #989898; /* 枠線 */
	border-radius: 50%; /* 枠線を円にする */
	width: 26px; /* ボタンの幅 */
	height: 26px; /* ボタンの高さ */
	margin: 0; /* デフォルトのmarginを消す */
	position: relative;
	background-color: #FFF;
	margin-right: 10px;
}
/* チェックされたラジオボタン内側のスタイル */
section.form input[type="radio"]::before {
	background-color: #E60011;
	border-radius: 50%;
	bottom: 0;
	content: "";
	width: 12px;
	height: 12px;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
}
/* チェックされたらラジオボタン内側を表示 */
section.form input[type="radio"]:checked {
	border: 3px solid #E60011; /* 枠線 */
}	
section.form input[type="radio"]:checked::before {
	opacity: 1;
}

/*チェックボックス装飾*/
section.form td input[type="checkbox"] {
	transform: scale(1.5);
	margin-right: 20px;
	accent-color: #f00;
}

/*入力枠上部テキスト*/
section.form td p {
	font-size: 14px;
	font-weight: 400;
	color: #707070;
	line-height: 1.4;
	margin-bottom: 10px;
}

/*カレンダー調整用*/
.ui-widget {
	font-size: 1.4em;
}
.ui-widget a:hover {
	color: #fff;
	background-color: #0068B7;
}
.ui-datepicker td a {
	padding-top: 4px;
	padding-bottom: 4px;
}

/*代車*/
section.form td.dai label {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	margin-right: 20px;
}

/*車検入庫予約希望日*/
section.form td.kibo {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.form td.kibo > p {
	width: 100%;
}
section.form td.kibo span {
	width: 92px;
	font-size: 18px;
	font-weight: 500;
	color: #333333;
	line-height: 46px;
}
section.form td.kibo input {
	width: calc(100% - 102px);
	margin-bottom: 10px;
}

/*割引項目*/
section.form td.dis label {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	margin-right: 20px;
}
section.form td.dis p {
	margin-top: 10px;
	margin-bottom: 0;
	padding-left: 1em;
	text-indent: -1em;
}

/*割引メニューの詳細を確認する*/
section.form td a {
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #1A4FB3;
	border-bottom: 1px solid #1A4FB3;
	margin-top: 5px;
}
/*hover*/
section.form td a:hover {
	color: #333;
	border-bottom: 1px solid #333;
}

/*ポップアップ用背景*/
div.black-background {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
	z-index: 1;
	visibility: hidden;
	overscroll-behavior-y: contain;
	overflow-y: auto;
}
div.black-background.is-show {
	visibility: visible;
}

/*ポップアップ部分*/
div.popup1 {
	width: 940px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: .6s;
	text-align: center;
	background-color: #FFF;
	border-radius: 10px;
	padding-bottom: 20px;
	overflow: auto;	
}
div.popup1.is-show {
  opacity: 1;
  visibility: visible;
}
/*閉じるボタン*/
div.popup-close-btn {
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	text-align: center;
	background-color: #F9FAFB;
	padding: 19px 0;
	border: 1px solid #FA6F7A;
	border-radius: 10px 10px 0 0;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
}
/*hover*/
div.popup-close-btn:hover {
	color: #FA6F7A;
}
div.popup-close-btn::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f00d';
	font-size: 20px;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
}

div.popup1 img {
	width: 860px;
	height: auto;
}

/*当店より安いチラシ*/
section.form td.fly {
	vertical-align: middle;
}
section.form td.fly label {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	margin-right: 20px;
}

/*自動車登録番号（ナンバー）*/
section.form td.number {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
section.form td.number input {
	width: 120px;
	margin-right: 15px;
}
section.form td.number input:nth-of-type(3) {
	width: 60px;
}
section.form td.number p {
	margin-top: 10px;
}
/*ナンバー用アラート文*/
section.form td.number div.alert {
    width: 100%;
}

/*区分*/
section.form td.cate {
	vertical-align: middle;
}
section.form td.cate label {
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	margin-right: 20px;
}

/*コメント*/
div.owlet-input-sample {
	font-size: 14px;
	font-weight: 300;
	color: #707070;
	line-height: 1.8;
	margin-top: 10px;
}
div.owlet-input-sample span {
	display: block;
	color: #1A4FB3;
}
/*個人情報取扱いについて*/
.owlet-rules {
	max-width: 980px;
	margin: 0 auto 0;
}
.owlet-rules-title {
	font-size: 16px;
	font-weight: 500;
	margin-top: 80px;
	margin-bottom: 10px;
}
.owlet-rules-body {
	height:200px;
	padding:15px;
	border:1px solid #dcdcdc;
	box-sizing:border-box;
	overflow-y:scroll;
	word-wrap: break-word;
}
.owlet-rules-body p {
	font-size: 16px;
	font-weight: 400;
	color: #333;
	line-height: 1.6;
	margin-bottom: 10px;
}
.owlet-rules-agree {
	text-align: center;
	margin-bottom: 20px;
}
/*確認ボタン*/
.form_button {
	width: 440px;
	margin: 80px auto 0;
	text-align: center;
	position: relative;
}
.form_button input {
	width: 100%;
	background-color: #1A4FB3;
	border-radius: 8px;
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	padding: 28px 0;
	cursor: pointer;
	filter: drop-shadow(0px 6px 0px rgba(0,0,0,0.2));
	background-image: url(../images/form/arrow_right_white.png);
	background-repeat: no-repeat;
	background-position: right 20px center;
	background-size: 10px auto;
}
/*hover*/
.form_button input:hover {
	opacity: 0.8;
	filter: drop-shadow(0px 0px 0px #fff);
	transform: translate3d(0, 6px, 0);
}
/*エラーテキスト*/
.alert,
section.form td p.alert {
	font-size: 14px;
	font-weight: 500;
	color: #E60011;
	padding-bottom: 5px;    
}






/* フォーム部分(確認) *******************/
section.form table.confirm td {
	vertical-align: middle;
	font-size: 18px;
	font-weight: 300;
	color: #222222;
	line-height: 1.4;
	padding: 10px 20px 10px 20px;
}
/*前に戻って修正*/
div.form_button a {
	width: 360px;
	display: block;
	margin: 0 auto 40px;
	font-size: 18px;
	font-weight: 500;
	color: #222222;
	text-align: center;
	padding: 18px 0;
	background-color: #fff;
	border: 1px solid #222;
	border-radius: 8px;
	filter: drop-shadow(0px 6px 0px rgba(0,0,0,0.2));
	position: relative;
}
div.form_button a::before {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f053';
	font-size: 18px;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
}
/*hover*/
div.form_button a:hover {
	opacity: 0.8;
	filter: drop-shadow(0px 0px 0px #fff);
	transform: translate3d(0, 6px, 0);
}
/*この内容で問い合わせる*/
table.confirm + .form_button input {
	background-color: #E60011;
}












/* フォーム部分(完了) *******************/
section.intro.complete > div {
	text-align: center;
}
section.intro.complete img.santa {
	width: 183px;
	height: auto;
	margin-bottom: 40px;
}
section.intro.complete > div > p {
	font-size: 18px;
}

/*よくある質問*/
div.faq {
	width: 460px;
	margin: 65px auto 0;
	background-color: #F5F5F5;
	padding: 30px 20px;
}
div.faq h4 {
	font-size: 18px;
	font-weight: 500;
	color: #222;
	text-align: center;
	margin-bottom: 20px;
}
div.faq p {
	font-size: 16px;
	font-weight: 300;
	color: #222;
	line-height: 1.6;
	text-align: left;
}

/*よくある質問を見るボタン*/
div.faq a {
	width: 390px;
	display: block;
	margin: 20px auto 0;
	font-size: 20px;
	font-weight: 500;
	color: #E60011;
	text-align: center;
	background-color: #fff;
	padding: 19px 0;
	border: 1px solid #E60012;
	border-radius: 8px;
	position: relative;
	filter: drop-shadow(0px 4px 0px rgba(0,0,0,0.2));
}
div.faq a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f054';
	font-size: 20px;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
}
/*hover*/
div.faq a:hover {
	opacity: 0.8;
	filter: drop-shadow(0px 0px 0px #fff);
	transform: translate3d(0, 4px, 0);
}

/*トップへ戻る*/
section.intro.complete a.back2top {
	width: 400px;
	display: block;
	margin: 110px auto 0;
	font-size: 24px;
	font-weight: 500;
	color: #E60011;
	text-align: center;
	background-color: #fff;
	padding: 23px 0;
	border: 1px solid #E60011;
	border-radius: 8px;
	filter: drop-shadow(0px 4px 0px rgba(0,0,0,0.2));
	position: relative;
}
section.intro.complete a.back2top::before {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f053';
	font-size: 20px;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
}
/*hover*/
section.intro.complete a.back2top:hover {
	opacity: 0.8;
	filter: drop-shadow(0px 0px 0px #fff);
	transform: translate3d(0, 4px, 0);
}






/* 個人情報取扱いについて確認用チェック *******************/
div.owlet-rules-agree {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 500;
	line-height: 22px;
}
/* チェックボックスデザイン */
div.owlet-rules-agree input[type="checkbox"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
div.owlet-rules-agree input[type="checkbox"] {
	cursor: pointer;
	padding-left: 30px;/*label手前にチェックボックス用の余白を開ける*/
	vertical-align: middle;
	position: relative;
}
div.owlet-rules-agree input[type="checkbox"]::before,
div.owlet-rules-agree input[type="checkbox"]::after {
	content: "";
	display: block; 
	position: absolute;
}
div.owlet-rules-agree input[type="checkbox"]::before {
	background-color: #fff;
	border-radius: 0%;
	border: 1px solid #666464;
	width: 20px;/*チェックボックスの横幅*/
	height: 20px;/*チェックボックスの縦幅*/
	transform: translateY(-50%);
	top: 50%;
	left: 5px;
}
div.owlet-rules-agree input[type="checkbox"]::after {
	border-bottom: 4px solid #000;/*チェックの太さ*/
	border-left: 4px solid #000;/*チェックの太さ*/
	opacity: 0;/*チェック前は非表示*/
	height: 12px;/*チェックの高さ*/
	width: 17px;/*チェックの横幅*/
	transform: rotate(-45deg);
	top: -8px;/*チェック時の位置調整*/
	left: 7px;/*チェック時の位置調整*/
}
div.owlet-rules-agree input[type="checkbox"]:checked::after {
	opacity: 1;/*チェック後表示*/
}







/* フッター *******************/
footer {
	padding-bottom: 0;
}








/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/







/* 共通 *******************/
/*ページタイトル*/
h2.mds {
	font-size: 28px;
	line-height: 1.4;
	padding: 30px 0;
}







/* 導入部分 *******************/
section.intro {
	width: 90%;
	max-width: 600px;
	margin: 30px auto 0;
}
section.intro > div h3 {
	font-size: min(5vw,16px);
	margin-top: 30px;
	margin-bottom: 30px;
}
section.intro > div > p {
	width: 100%;
	max-width: max-content;
	margin: 0 auto 10px;
	text-align: left;
}









/* フォーム部分 *******************/
section.form {
	padding-bottom: 80px;
}
section.form table {
	width: 90%;
	max-width: 600px;
	margin: 20px auto 0;
}
section.form table th {
	width: 100%;
	display: block;
	font-size: min(4.5vw,16px);
	padding: 10px 10px;
}
section.form table th span.require {
	top: 10px;
	right: 10px;
}
section.form table td {
	width: 100%;
	display: block;
	padding: 20px 10px 10px 10px;
}
/*お問い合わせ種別 （複数選択可）*/
td.contract1 label {
	line-height: 1.4;
	padding: 10px 15px 10px 47px;
	text-indent: -32px;
}

/*店舗選択*/
section.form td.contract2 label {
	width: 100%;
	height: 65px;
	font-size: 16px;
}

/*代車*/
section.form td.dai label {
	font-size: 16px;
}

/*車検入庫予約希望日*/
section.form td.kibo span {
	width: 100%;
	font-size: 16px;
	line-height: 28px;
}
section.form td.kibo input {
	width: 100%;
	margin-bottom: 5px;
}

/*割引項目*/
section.form td.dis {
	position: relative;
}
section.form td.dis label {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 18px;
}

/*ポップアップ部分*/
div.popup1 {
	width: 90%;
	max-width: 600px;
	margin: 40px auto;
	position: relative;
	top: 0;
    left: 0;
	z-index: 2;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	padding-bottom: 0;
}
/*閉じるボタン*/
div.popup-close-btn {
	padding: 18px 0;
	margin-bottom: 10px;
}

div.popup1 img {
	width: 90%;
}
/*閉じるボタン(SP用下)*/
div.popup-close-btn.bsp {
	margin-top: 10px;
	margin-bottom: 0;
	border-radius: 0 0 10px 10px;
}

/*当店より安いチラシ*/
section.form td.fly label {
	font-size: min(4.5vw, 16px);
}

/*自動車登録番号（ナンバー）*/
section.form td.number input {
	width: min(25%, 120px);
	margin-right: 2.5%;
}
section.form td.number input:nth-of-type(3) {
	width: min(15%, 60px);
}

/*区分*/
section.form td.cate label {
	font-size: min(4.5vw, 16px);
}

/*ラジオボタン装飾*/
section.form input[type="radio"] {
	width: 22px; /* ボタンの幅 */
	height: 22px; /* ボタンの高さ */
	vertical-align: text-bottom;
	margin-right: 5px;
}

/*チェックボックス装飾*/
section.form td input[type="checkbox"] {
	margin-right: 10px;
}

/*個人情報取扱いについて*/
.owlet-rules {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 0;
}
.owlet-rules-title {
	line-height: 1.4;
	font-size: 15px;
	margin-top: 40px;
}
.owlet-rules-body p {
	font-size: 15px;
}
/*確認ボタン*/
.form_button {
	width: 90%;
	max-width: 440px;
	margin: 50px auto 0;
}
.form_button input {
	font-size: 20px;
	padding: 26px 0;
}
.form_button:before {
	font-size: 16px;
}








/* フォーム部分(確認) *******************/
section.form table.confirm td {
	font-size: 16px;
}
/*前に戻って修正*/
div.form_button a {
	width: 90%;
	max-width: 360px;
	font-size: 16px;
	padding: 14px 0;
	margin-bottom: 30px;
}









/* フォーム部分(完了) *******************/
section.intro.complete img.santa {
	margin-bottom: 30px;
}
section.intro.complete > div > p {
	font-size: 16px;
}

/*よくある質問*/
div.faq {
	width: 100%;
	max-width: 460px;
	margin-top: 30px;
}
div.faq h4 {
	font-size: 17px;
}

/*よくある質問を見るボタン*/
div.faq a {
	width: 100%;
	max-width: 390px;
	font-size: 18px;
}
div.faq a::after {
	font-size: 18px;
}

/*トップへ戻る*/
section.intro.complete a.back2top {
	width: 90%;
	max-width: 400px;
	margin: 80px auto 0;
	font-size: 18px;
	padding: 19px 0;
}
section.intro.complete a.back2top::before {
	font-size: 18px;
}








/* フォーム用フッターロゴ部分 *******************/
div.form_ft_logo {
	padding: 32px 0;
}
div.form_ft_logo a {
	width: 80%;
	max-width: 393px;
}
/*SP固定メニュー*/
div.fixed_sp_menu {
	display: none;
}
/*プライバシーマーク*/
div.privacy {
	padding-bottom: 10px;
}






/* 個人情報取扱いについて確認用チェック *******************/
div.owlet-rules-agree {
	text-align: left;
	line-height: 1.4;
	padding-left: 2em;
	text-indent: -2em;
}
div.owlet-rules-agree span.require {
	white-space: nowrap
}







/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
