@charset "utf-8";


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	color: #454545;
	font-size: 95%;
	line-height: 1.8;
	background: #f2f2f2;
}

a:link,
a:visited {
	color: #4040ff;
	text-decoration: underline;
}

a:hover,
a:active {
	color: #4040ff;
	text-decoration: none;
}

a[href="tel:"]
/* -- responsive ------------------------------------------- */

/* 1000pixel start */
@media screen and (max-width: 1000px) {

	body {
		font-size: 100%;
		font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Verdana, Arial, sans-serif;
	}



}

/* 1000pixel end */






/* -- Add Styles ------------------------------------------- */

/* Fonts Setting  */
@font-face {
	font-family: 'AudiTypeV02-ExtendedBold';
	src: url("../fonts/AudiTypeV02-ExtendedBold.eot?") format('eot'),
		url("../fonts/AudiTypeV02-ExtendedBold.woff") format('woff'),
		url("../fonts/AudiTypeV02-ExtendedBold.otf") format('opentype');
}

@font-face {
	font-family: 'AudiTypeV02';
	font-weight: bold;
	src: url("../fonts/AudiTypeV02-Bold.eot?") format('eot'),
		url("../fonts/AudiTypeV02-Bold.woff") format('woff'),
		url("../fonts/AudiTypeV02-Bold.otf") format('opentype');
}

@font-face {
	font-family: 'AudiTypeV02';
	font-weight: normal;
	src: url("../fonts/AudiTypeV02-Normal.eot?") format('eot'),
		url("../fonts/AudiTypeV02-Normal.woff") format('woff'),
		url("../fonts/AudiTypeV02-Normal.otf") format('opentype');
}


/* Contyainer  */
.container {
	width: 98%;
	max-width: 1200px;
	margin: 0 auto;
}



/* Header  */
header {
	padding: 2rem 0;
	border-top: #4c4c4c solid 2rem;
}

header h1 {
	font-weight: bold;
	font-size: 2.5rem;
	font-family: 'AudiTypeV02-ExtendedBold';
}
header h1 span{
	font-size: 0.7em;
}

header .haslogo .logo {
	float: right;
	margin-left: 20px;
	flex-shrink: 0;
}

header .haslogo .logo img {
	width: auto;
	height: 57px;
}

@media screen and ( max-width: 768px ) {
	header .haslogo .logo img {
		height: 40px;
	}
}

.page-thanks header .haslogo .logo img {
	height: 40px;
}

header .date {
	margin-top: 1rem;
	font-family: 'AudiFonts';
	font-weight: bold;
}

header .date br {
	display: none;
}


@media screen and (max-width: 768px) {
	header h1 {
		font-size: 19px;
	}

	header .date br {
		display: block;
	}
}


h2 {
	margin: 4rem 0 20px 0;
	padding-bottom: 10px;
	font-family: 'AudiFonts', sans-serif;
	font-weight: bold;
	font-size: 1.5rem;
	border-bottom: 1px solid #4c4c4c;
}


.notes {
	margin-top: 20px;
	padding: 1rem;
	background-color: #fff;
	border: 1px solid #4c4c4c;
}


/* container */

.precautions span.required {
	font-size: 80%;
	font-weight: bold;
	display: inline-block;
	color: #ffffff;
	line-height: 1;
	padding: 6px 6px;
	border-radius: 3px;
	min-width: 42px;
	text-align: center;
	margin-right: 5px;
	background: #d9534f;
	border: 1px solid #d43f3a;
}



/* Footer  */

footer {
	padding: 1rem .5rem;
	background-color: #4c4c4c;
	text-align: center;
	color: #fff;
}

footer address {
	margin: 0;
}


/* Form Setting  */
form#mail_form {
	margin-bottom: 6rem;
}

form#mail_form dl dt span {
	font-family: 'AudiFonts';
}


.privacyText {
	font-size: 14px;
	margin-bottom: 30px;
}

.privacyText a {
	color: #454545;
}

.remodal{
	text-align: left;
}
.remodal-close:before{
	left: auto;
	right: 0;
}
@media screen and (max-width: 768px) {
	.remodal{
		padding: 15px;
	}
}
.privacyBox {
	padding: 20px 20px 30px;
	width: calc(100% - 0px);
	height: 300px;
	overflow-y: scroll;
	margin-bottom: 20px;
	background: #fff;
	font-size: 90%;
	border: 1px solid #ddd;
}

.privacyBox_ttl {
	margin-top: 1rem;
	font-size: 120%;
	font-weight: bold;
}

.privacyBox .sub_ttl {
	margin: 30px 0px 15px 0px;
	font-size: 120%;
	padding: 2px 0px 2px 8px;
	border-bottom: 1px solid #4c4c4c;
	font-weight: bold;
}

.privacyBox p {
	margin-bottom: 10px;
}

.privacyBox ul.ulbox {
	margin-bottom: 10px;
}

.privacyBox ul.ulbox li {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 10px;
	padding-left: 1em;
	text-indent: -1em;
}

.privacyBox ul.ulbox li.disc {
	list-style-type: disc;
}

.privacyBox::-webkit-scrollbar {
	height: 5px;
}

.privacyBox::-webkit-scrollbar-track {
	background: #ddd;
}

.privacyBox::-webkit-scrollbar-thumb {
	background: #4c4c4c;
}

.hide_pc {
	display: none;
}


.hide_sp {
	display: block;
}



@media screen and (max-width: 768px) {
	.hide_pc {
		display: block;
	}

	.hide_sp {
		display: none;
	}
}

/* 完了画面 */
#thanks,
#thanks body {
	height: 100%;
	margin: 0;
}


#thanks .wrapper {
	height: calc(100% - 4rem);
}

#thanks .notes {
	margin-bottom: 6rem;
}



.errBox {
	margin-top: 20px;
	padding: 1rem;
	border: 1px solid #d9534f;
	color: #d9534f;
	background-color: #fff;
}


.confirm h2+p,
.confirm .notes {
	display: none;
}



#event_end .conts-body {
	min-height: 800px
}


@media screen and (max-width: 768px) {
	#event_end .conts-body {
		min-height: 500px
	}
}




/* Add Styles */

.status01,.status02 {
	margin: 40px 0;
	padding: 0;
	list-style: none;
}

.status01:after,
.status02:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

.status01 li,
.status02 li {
	float: left;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	width: 33%;
	height: 45px;
	padding: 11px 0 0 45px;
	background-size: 100% 102%;
	background-position: center top;
	background-repeat: no-repeat;
}

.status01 li.s_01 {
	background-image: url(../image/status_01_01_pc.png);
	
}

.status01 li.s_02 {
	background-image: url(../image/status_02_01_pc.png);
	color: #abb1b4;
}

.status01 li.s_03 {
	background-image: url(../image/status_03_01_pc.png);
	color: #abb1b4;
	
}

.status02 li.s_01 {
	background-image: url(../image/status_01_02_pc.png);
    color: #abb1b4;
	
}

.status02 li.s_02 {
    background-image: url(../image/status_02_02_pc.png);
	
}

.status02 li.s_03 {
    background-image: url(../image/status_03_01_pc.png);
	color: #abb1b4;
	
}


/* コーティング */

.main_image img {
	width: 100%;
	height: auto;
}

.carlife_list {
	margin-top: 40px;

}

.carlife_list li {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;

}

.carlife_list li .image_box {
	width: 33%;

}

.carlife_list li .image_box img {
	width: 100%;
	height: auto;
}

.carlife_list li .text_box {
	width: 64%;
}

.carlife_list li .text_box h3 {
	font-family: 'AudiFonts', sans-serif;
	font-size: 20px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 20px;
}

.carlife_list li .text_box p {
	font-size: 16px;
}

.caption {
	font-size: 12px;
}

.car_body {
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

.car_body img {
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	max-width: 640px;
}



@media screen and (max-width:720px) {
	.status01 li,
	.status02 li {
		height: 50px !important;
	}

	.status01,
	.status02 {
		width: 100%;
		margin: 30px 0 20px;
		padding: 0;
		list-style: none;
	}

	.status01:after,
	.status02:after {
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
		content: ".";
	}

	.status01 li,
	.status02 li {
		float: left;
		margin: 0;
		padding: 13px 0 !important;
		width: 33.3%;
		font-size: 12px;
		line-height: 13px;
		height: auto;
		padding: 8px 0;
		display: flex;
        align-items: center;
	}

	.status01 li span,
	.status02 li span {
		display: block;
		width: 65%;
		margin: 0 5% 0 30%;
	}

	.status01 li.s_01 {
		background: url(../image/1_sp.png) 10% 50% no-repeat, url(../image/status_01_on_sp.png);
		background-size: 13px 22px, 100% 100%;
	}

	.status01 li.s_02 {
		background: url(../image/2_sp.png) 10% 50% no-repeat, url(../image/status_02_off_sp.png);
		background-size: 13px 22px, 100% 100%;
	}

	.status01 li.s_02,
	.status01 li.s_03 {
		color: #abb1b4;
	}

	.status01 li.s_03 {
		background: url(../image/3_sp.png) 10% 50% no-repeat, url(../image/status_03_off_sp.png);
		background-size: 13px 22px, 100% 100%;
	}

    .status02 li.s_01 {
        background: url(../image/1_sp.png) 10% 50% no-repeat, url(../image/status_01_off_sp.png);
        background-size: 13px 22px, 100% 100%;
    }

    .status02 li.s_02 {
        background: url(../image/2_on_sp.png) 10% 50% no-repeat, url(../image/status_02_on_sp.png);
        background-size: 13px 22px, 100% 100%;
    }

    .status02 li.s_02,
    .status02 li.s_03 {
        color: #abb1b4;
    }

    .status02 li.s_03 {
        background: url(../image/3_sp.png) 10% 50% no-repeat, url(../image/status_03_off_sp.png);
        background-size: 13px 22px, 100% 100%;
    }


	.carlife_list {
		margin-top: 20px;
	}

	.carlife_list li {
		flex-wrap: wrap;
		margin-bottom: 50px;

	}

	.carlife_list li .image_box {
		width: 100%;
		margin-bottom: 20px;
	}

	.carlife_list li .text_box {
		width: 100%;
	}

	.carlife_list li .text_box h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.carlife_list li .text_box p {
		font-size: 14px;
	}


}