



/* 共通 *******************/
/*ページタイトル*/
h2.mds {
	font-size: 36px;
	font-weight: 500;
	color: #222222;
	text-align: center;
	background-color: #FBD9DC;
	padding: 52px 0;
}
/*見出し*/
section h3 {
	width: 96%;
	max-width: 1200px;
	margin: 0 auto 80px;
	font-size: 34px;
	font-weight: 500;
	color: #333333;
	text-align: center;
	padding: 40px 0;
	border-top: 2px solid #E60012;
	border-bottom: 2px solid #E60012;
	position: relative;
}
section h3::before {
	position: absolute;
	top: -24px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	content: '';
	display: inline-block;
	width: 80px;
	height: 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	background-color: #fff;
}
section h3::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(../images/flow/h_yaji.png);
	content: '';
	display: inline-block;
	width: 35px;
	height: 11px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	background-color: #fff;
	border-bottom: none;
}
section h3 span {
	color: #E60012;
}
/*ボタンhover*/
a.btn:hover {
	opacity: 0.9;
	filter: drop-shadow(0px 0px 0px #fff) !important;
	transform: translate3d(0, 6px, 0);
}








/* 車検・点検のスケジュール **********/
section.schedule {
	margin-top: 80px;
}
section.schedule > div.wrapper {
	background-color: #FFF8E4;
	padding: 50px 0 60px 0;
	position: relative;
}
section.schedule > div.wrapper::before {
	position: absolute;
	top: -20px;
	left: 40px;
	background-image: url(../images/flow/schedule.png);
	content: '';
	display: inline-block;
	width: 120px;
	height: 83px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
section.schedule > div.wrapper div {
	font-size: 36px;
	font-weight: 500;
	color: #222222;
	text-align: center;
}
section.schedule > div.wrapper div span {
	color: #E60012;
}
section.schedule > div.wrapper p {
	width: 720px;
	margin: 50px auto 15px;
	font-size: 16px;
	font-weight: 400;
	color: #1F2537;
	line-height: 1.6;
}
section.schedule > div.wrapper a {
	width: max-content;
	display: block;
	margin: 0 0 35px 180px;
	font-size: 16px;
	font-weight: 500;
	color: #0F5EB8;
	border-bottom: 1px solid #0F5EB8;
}
/*hover*/
section.schedule > div.wrapper a:hover {
	color: #222222;
	border-bottom: 2px solid #222222;
}
section.schedule > div.wrapper a::before {
	content: '\f138';
	font-size: 16px;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
}
section.schedule > div.wrapper img {
	width: 860px;
	height: auto;
	display: block;
	margin: 0 auto;
}
section.schedule > div.wrapper img:nth-of-type(2) {
	display: none;
}
@media screen and (max-width: 799px) {
	section.schedule > div.wrapper img:nth-of-type(1) {
		display: none;
	}
	section.schedule > div.wrapper img:nth-of-type(2) {
		display: block;
	}
}







/* ミニCVエリア **********/
section.mini_cv {
	background-color: #F4F5F9;
	padding: 60px 0 36px;
	margin-top: 80px;
}
/*WEB車検予約する*/
section.mini_cv div.res_btn a {
	width: 750px;
	margin: 0 auto 0;
	display: block;
	font-size: 36px;
	font-weight: 500;
	color: #FFF346;
	text-align: center;
	background-color: #EC2D2C;
	border-radius: 8px;
	padding: 35px 0 35px;
	position: relative;
	filter: drop-shadow(0px 6px 0px #A40F19);
}
section.mini_cv div.res_btn a::before {
	position: static;
	display: inline;
	background-image: url(../images/common/icon_calendar.svg);
	content: '';
	display: inline-block;
	width: 36px;
	height: 34px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: bottom;
}
section.mini_cv div.res_btn a span {
	font-size: 19px;
	color: #EC2D2C;
	font-weight: 600;
}
section.mini_cv div.res_btn a p {
	width: max-content;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	font-size: 19px;
	font-weight: 500;
	color: #1F2537;
	padding: 5px 30px;
	background-color: #FFF346;
	border-radius: 20px;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .2));
}
section.mini_cv div.res_btn a p::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	left: 0;
	width: 0px;
	height: 0px;
	margin: auto;
	border-style: solid;
	border-color: #FFF346 transparent transparent transparent;
	border-width: 10px 5px 0 5px;
}
/*無料車検見積りをお考えなら*/
section.mini_cv > a {
	width: 360px;
	margin: 30px auto 0;
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	background-color: #1A4FB3;
	border-radius: 8px;
	padding: 15px 0;
	position: relative;
	filter: drop-shadow(0px 6px 0px #123B87);
}
section.mini_cv > a::before {
	position: static;
	background-image: url(../images/common/yen_icon.svg);
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: bottom;
	margin-right: 10px;
}








/* TOPリンクボタン群 **********/
section.top_links > ul {
	width: 96%;
	max-width: 1080px;
	margin: 80px auto 100px;
	display: flex;
	justify-content: space-between;
}
section.top_links > ul li a {
	display: block;
	width: 320px;
	background-color: #fff;
	border: 1px solid #E60012;
	border-radius: 8px;
	text-align: center;
	position: relative;
	padding: 15px 20px;
	overflow: hidden;
    filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, .2));
}
section.top_links > ul li img {
	display: inline;
	float: left;
	width: 48px;
	height: auto;
	margin-top: 6px;
	margin-right: 20px;
}
section.top_links > ul li p:nth-of-type(1) {
	font-size: 24px;
	font-weight: 500;
	color: #1F2537;
	text-align: left;
	margin-bottom: 10px;
}
section.top_links > ul li p:nth-of-type(2) {
	font-size: 14px;
	font-weight: 500;
	color: #1F2537;
	text-align: left;
}
section.top_links > ul li a::after {
	position: absolute;
	bottom: 38px;
	right: 15px;
	display: inline-block;
	content: "";
	vertical-align: middle;
	width: 13px;
	height: 13px;
	border-top: 2px solid #E60012;
	border-right: 2px solid #E60012;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
/*下の方*/
section.top_links.btm > ul {
	margin-top: 0;
	margin-bottom: 86px;
}
section.top_links.btm > ul li a::after {
	bottom: 30px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}








/* 予約の流れ **********/
section.reserve {
	padding-top: 40px;
	margin-top: -40px;
	padding-bottom: 40px;
}
section.reserve h3::before {
	background-image: url(../images/flow/btn_yoyaku_pc.png);
}
section.flow dl {
	width: 720px;
	margin: 0 auto 0;
	overflow: hidden;
}
section.reserve dl:nth-of-type(3) {
	border-top: 2px solid #DDDFE6;
	padding-top: 60px;
}
section.flow dl dt {
	width: 60px;
	text-align: center;
	float: left;
}
section.flow dl dt img {
	width: 18px;
	height: auto;
}
section.flow dl dd {
	border-left: 3px solid #FBD9DC;
	margin-left: 70px;
	margin-bottom: 60px;
	padding-left: 30px;
}
section.flow dd h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 20px;
}
section.flow dd p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	line-height: 1.6;
}
section.flow dd span {
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.6;
	padding-left: 1em;
	text-indent: -1em;
}
section.flow dd span::before {
	display: inline;
	position: static;
	content: "※";
}
section.flow dd a.btn {
	width: 540px;
	margin: 0 auto;
	display: block;
	font-size: 28px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 26px 0;
	background-color: #EC2D2C;
	border-radius: 8px;
	filter: drop-shadow(0px 6px 0px #A40F19);
	margin-top: 40px;
}
section.flow dd a.btn span {
	font-size: 32px;
	color: #FFF346;
}

/*CVエリア*/
section.reserve > div {
	width: 1000px;
	margin: 0 auto 60px;
}
section.reserve dl:nth-of-type(1) dd {
	margin-bottom: 20px;
}

/*WEB車検予約する*/
section.reserve > div a.btn {
	width: 540px;
	margin: 0 auto 30px;
	display: block;
	font-size: 32px;
	font-weight: 500;
	color: #FFF346;
	text-align: center;
	background-color: #EC2D2C;
	border-radius: 8px;
	padding: 22px 0;
	position: relative;
	filter: drop-shadow(0px 6px 0px #A40F19);
}
section.reserve > div a.btn::before {
	position: static;
	display: inline;
	background-image: url(../images/common/icon_calendar.svg);
	content: '';
	display: inline-block;
	width: 36px;
	height: 34px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: bottom;
}
section.reserve > div a.btn b {
   font-weight: 500;
	color: #fff;
}

/*お電話でのお見積もり・ご相談はこちら*/
div.cv_area > h4 {
	font-size: 24px;
	font-weight: 600;
	color: #E60011;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*電話番号*/
div.cv_area ul.telbtn {
    display: flex;
    justify-content: space-between;
}
div.cv_area ul.telbtn li {
    width: 480px;
}
div.cv_area ul.telbtn li a {
	width: 100%;
	display: block;
	background-color: #fff;
	border: 1px solid #CCCCCC;
	border-radius: 8px;
	padding: 11px 0px 11px 120px;
	filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, .2));
}
/*hover*/
div.cv_area ul.telbtn li a:hover {
    opacity: 0.9;
    filter: drop-shadow(0px 0px 0px #fff) !important;
    transform: translate3d(0, 6px, 0);
}
div.cv_area ul.telbtn li a span {
	width: 155px;
	height: 32px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #E60011;
	border-radius: 8px;
	font-size: 18px;
	font-weight: 500;
	color: #FFF;
	margin-bottom: 5px;
}
div.cv_area ul.telbtn li a b {
	display: inline-block;
	font-size: 40px;
	font-weight: bold;
	color: #222222;
	margin-bottom: 3px;
	position: relative;
}
div.cv_area ul.telbtn li a b::before {
	position: absolute;
	top: -30px;
	left: -95px;
	background-image: url(../images/common/free.png);
	content: '';
	display: inline-block;
	width: 70px;
	height: 70px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}

/*受付時間*/
div.cv_area > p {
	font-size: 14px;
	font-weight: 500;
	color: #222;
	text-align: center;
	margin-top: 16px;
}

/*無料車検見積りをお考えなら*/
section.flow > div:nth-of-type(2) a {
	width: 360px;
	margin: 0 auto;
	display: block;
	font-size: 20px;
	font-weight: 500;
	color: #FFF;
	line-height: 30px;
	text-align: center;
	background-color: #1A4FB3;
	border-radius: 8px;
	padding: 15px 0;
	position: relative;
	filter: drop-shadow(0px 6px 0px #123B87);
}
section.flow > div:nth-of-type(2) a::before {
	position: static;
	background-image: url(../images/common/yen_icon.svg);
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: bottom;
}







/* 当日の流れ *******************/
section.thatday {
	padding-top: 40px;
	margin-top: -40px;
	padding-bottom: 60px;
}
section.thatday h3::before {
	background-image: url(../images/flow/btn_syaken_pc.png);
}
section.thatday dd a {
	color: #0F5EB8;
	font-weight: 500;
	border-bottom: 1px solid #0F5EB8;
}
/*hover*/
section.thatday dd a:hover {
	color: #222;
	border-bottom: 2px solid #222;
}
section.thatday dd img {
	width: 100%;
	height: auto;
}
section.thatday dd div {
	font-size: 16px;
	font-weight: 400;
	color: #1F2537;
	line-height: 1.5;
	padding: 20px 30px;
	overflow: hidden;
	background-color: #F4F5F9;
	border-radius: 8px;
	margin-bottom: 42px;
}
section.thatday dd div img {
	width: 48px;
	height: auto;
	float: left;
	padding: 10px 0;
	margin-right: 20px;
}
/*保証*/
div.hosho > p {
	font-size: 16px;
	font-weight: 500;
	color: #E60012;
	text-align: center;
}
div.hosho > p::before {
	background-image: url(../images/flow/banzai_left.png);
	content: '';
	display: inline-block;
	width: 10px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-right: 20px;
}
div.hosho > p::after {
	background-image: url(../images/flow/banzai_right.png);
	content: '';
	display: inline-block;
	width: 10px;
	height: 24px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-left: 20px;
}
div.hosho > div {
	width: 90%;
	max-width: 1080px;
	margin: 20px auto 0;
	background-color: #FCE8EA;
	border-radius: 8px;
	padding-bottom: 46px;
}
div.hosho > div div {
	font-size: 24px;
	font-weight: 500;
	color: #fff;
	text-align: center;
	padding: 18px 0;
	background-color: #EC2D2C;
	border-radius: 8px;
}
div.hosho > div img {
	width: 800px;
	display: block;
	margin: 40px auto 0px;
}
div.hosho > div p {
	width: 800px;
	font-size: 16px;
	font-weight: 400;
	color: #222222;
	line-height: 1.6;
	margin: 20px 140px 0;
}
div.hosho > div p span {
	font-weight: 600;
}
div.hosho > div a {
	display: block;
	width: 400px;
	margin: 40px auto 0;
	font-size: 24px;
	font-weight: 500;
	color: #E60012;
	text-align: center;
	padding: 23px 0;
	background-color: #fff;
	border: 1px solid #E60012;
	border-radius: 8px;
	filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, .2));
	position: relative;
}
div.hosho > div a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f054';
	font-size: 16px;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
}







/* 必要な持ち物 *******************/
section.bring {
	padding-top: 40px;
	margin-top: 60px;
	padding-bottom: 20px;
}
section.bring h3::before {
	background-image: url(../images/flow/btn_bring_pc.png);
}
section.bring ul {
	width: 960px;
	margin: 0 auto 100px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
section.bring ul li a {
	display: block;
	width: 460px;
	font-size: 20px;
	font-weight: 500;
	color: #1F2537;
	padding: 16px 20px;
	border: 1px solid #E60012;
	border-radius: 8px;
	margin-bottom: 20px;
	background-color: #fff;
	filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, .4));
	position: relative;
}
section.bring ul li a::after {
	position: absolute;
	top: 38%;
	right: 20px;
	display: inline-block;
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #E60012;
	border-right: 2px solid #E60012;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
section.bring ul li span {
	font-size: 16px;
}
section.bring > div {
	width: 960px;
	margin: 0 auto;
	font-size: 24px;
	font-weight: 500;
	color: #E60012;
	text-align: center;
	padding: 28px 0 22px;
	border-top: 2px solid #E60012;
	border-bottom: 2px solid #E60012;
	position: relative;
}
section.bring > div span {
	font-size: 18px;
}
section.bring > div::after {
	position: absolute;
	bottom: -11px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(../images/flow/h_yaji.png);
	content: '';
	display: inline-block;
	width: 22px;
	height: 11px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	border-bottom: none;
	z-index: 1;
}
section.bring ol {
	width: 960px;
	margin: 58px auto 80px;
	display: flex;
}
section.bring ol li {
	width: 50%;
}
section.bring ol li img {
	width: 100%;
	height: auto;
}
section.bring ol li:nth-of-type(2)  {
	padding-left: 20px;
}
section.bring ol li p {
	font-size: 16px;
	font-weight: 300;
	color: #1F2537;
	line-height: 1.5;
	margin-bottom: 20px;
}
section.bring ol li a {
	font-size: 16px;
	font-weight: 500;
	color: #0F5EB8;
	line-height: 1.4;
	border-bottom: 1px solid #0F5EB8;
}
section.bring ol li a::before {
	display: inline;
	content: '\f138';
	font-size: 16px;
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	margin-right: 5px;
}
/*hover*/
section.bring ol li a:hover {
	color: #222;
	border-bottom: 2px solid #222;
}
section.bring #b1,
section.bring #b2,
section.bring #b3,
section.bring #b4,
section.bring #b5 {
	padding-top: 20px;
	margin-top: -20px;
}







/* フッター *******************/
footer {
	margin-top: 120px;
}










/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/









/* 共通 *******************/
/*ページタイトル*/
h2.mds {
	font-size: 28px;
	padding: 42px 0;
}
/*見出し*/
section h3 {
	font-size: 24px;
	padding: 30px 0;
	margin-bottom: 53px;
}
section h3::before {
	width: 80px;
	height: 40px;
}







/* 車検・点検のスケジュール **********/
section.schedule {
	margin-top: 50px;
}
section.schedule > div.wrapper {
	padding: 50px 0 40px 0;
}
section.schedule > div.wrapper::before {
	width: 76px;
	height: 52px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
section.schedule > div.wrapper div {
	font-size: 24px;
}
section.schedule > div.wrapper p {
	width: 90%;
	margin: 20px auto 15px;
}
section.schedule > div.wrapper a {
	width: 90%;
	max-width: max-content;
	margin-left: 5%;
	margin-right: 5%;
	font-size: min(4.2vw,16px);
}
section.schedule > div.wrapper img {
	width: 90%;
	max-width: 860px;
	margin: 0 auto;
}








/* ミニCVエリア **********/
section.mini_cv {
	padding: 40px 0 26px;
	margin-top: 60px;
}
/*WEB車検予約する*/
section.mini_cv div.res_btn a {
	width: 90%;
	max-width: 400px;
	font-size: min(8vw,28px);
	padding: 23px 0;
}
section.mini_cv div.res_btn a::before {
	width: 28px;
	height: 26px;
}
section.mini_cv div.res_btn a span {
	font-size: 14px;
}
section.mini_cv div.res_btn a p {
	font-size: 14px;
	padding: 7px 20px;
}
section.mini_cv div.res_btn a p::after {
	bottom: -6px;
	border-width: 6px 3px 0 3px;
}
/*無料車検見積りをお考えなら*/
section.mini_cv > a {
	width: 90%;
	max-width: 290px;
	font-size: 18px;
	padding: 14px 0 10px;
	margin: 20px auto 0;
}







/* TOPリンクボタン群 **********/
section.top_links > ul {
	width: 90%;
	max-width: 600px;
	flex-wrap: wrap;
	margin: 60px auto 60px;
}
section.top_links > ul li {
	width: 100%;
	margin-bottom: 20px;
}
section.top_links > ul li a {
	width: 100%;
	padding: 18px 20px;
}
section.top_links > ul li a::after {
	width: 10px;
	height: 10px;
}
/*下の方*/
section.top_links.btm > ul {
    margin-bottom: 60px;
}





/* 予約の流れ **********/
section.flow dl {
	width: 90%;
	max-width: 750px;
}
section.flow dl dd {
	padding-left: 20px;
	margin-left: 60px;
}
section.flow dd h4 {
	font-size: 18px;
	line-height: 1.4;
}
/*CVエリア*/
section.reserve > div {
	width: 90%;
	max-width: 400px;
	margin-bottom: 40px;
}
section.reserve dl:nth-of-type(1) dd {

	margin-bottom: 20px;
}

/*WEB車検予約する*/
section.reserve > div a.btn {
	width: 100%;
	font-size: min(7vw, 24px);
	text-align: center;
	padding: 21px 0;
}
section.reserve > div a.btn::before {
	position: static;
	width: 26px;
	height: 24px;
	margin-right: 8px;
}
section.reserve > div a.btn span {

	font-size: 28px;
	color: #fff;
}

/*お電話でのお見積もり・ご相談はこちら*/
div.cv_area > h4 {
	font-size: 16px;
    margin-top: 30px;
}

/*電話番号*/
div.cv_area ul.telbtn {
	flex-wrap: wrap;
    width: 100%;
    max-width: 400px;
}
div.cv_area ul.telbtn li {
	width: 100%;
}
div.cv_area ul.telbtn li a {
	padding: 9px 0px 4px 85px;
}
div.cv_area ul.telbtn li:nth-of-type(1) a {
	margin-bottom: 20px;
}
div.cv_area ul.telbtn li a span {
	width: 116px;
	height: 24px;
	font-size: 14px;
	margin-left: 0;
}
div.cv_area ul.telbtn li a b {
	font-size: min(8vw,32px);
}
div.cv_area ul.telbtn li a b::before {
	width: 58px;
	height: 58px;
	left: -70px;
}

/*受付時間*/
div.cv_area > p {
	font-size: 12px;
	line-height: 1.6;
}

section.reserve dl:nth-of-type(3) dd {
	margin-bottom: 0;
}
/*無料車検見積りをお考えなら*/
section.flow > div:nth-of-type(2) a {
	width: 90%;
	max-width: 750px;
	margin: 0 auto 0;
	font-size: 18px;
	padding: 13px 0 14px;
}
section.flow > div:nth-of-type(2) a::before {
	width: 22px;
	height: 22px;
	vertical-align: text-bottom;
}




/* 当日の流れ *******************/
section.thatday dd div {
	position: relative;
	overflow: visible;
	padding: 34px 20px 20px;
	margin-bottom: 38px;
}
section.thatday dd div img {
	position: absolute;
	top: -28px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 1;
}
/*保証*/
div.hosho > div {
	width: 90%;
	max-width: 750px;
	margin-top: 10px;
	padding-bottom: 36px;
}
div.hosho > div div {
	font-size: 18px;
	line-height: 1.4;
	text-align: left;
	padding: 11px 10px;
}
div.hosho > div img {
	width: 90%;
	max-width: 800px;
	margin: 30px auto 0px;
}
div.hosho > div p {
	width: 90%;
	max-width: 800px;
	margin: 20px auto 0;
}
div.hosho > div a {
	width: 90%;
	max-width: 400px;
	font-size: 20px;
	padding: 19px 0;
}








/* 必要な持ち物 *******************/
section.bring {
	margin-top: 60px;
	padding-bottom: 0px;
}
section.bring ul {
	width: 90%;
	max-width: 600px;
	margin: 0 auto 40px;
}
section.bring ul li {
	width: 100%;
}
section.bring ul li a {
	width: 100%;
	font-size: min(5.5vw,18px);
	line-height: 1.4;
	padding: 16px 35px 16px 20px;
}
section.bring > div {
	width: 90%;
	max-width: 960px;
	font-size: 20px;
	line-height: 1.4;
	padding: 18px 0;
}
section.bring ol {
	width: 90%;
	max-width: 750px;
	margin: 0px auto 40px;
	flex-wrap: wrap;
}
section.bring ol li {
	width: 100%;
}
section.bring ol li img {
	margin-bottom: 20px;
}
section.bring ol li:nth-of-type(2)  {
	padding-left: 0px;
}






/* フッター *******************/
footer {
	margin-top: 80px;
}








/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
