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



/* container */
.container_1400{
	width: 86%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}
.container_1530{
	width: 86%;
	max-width: 1530px;
	margin-right: auto;
	margin-left: auto;
}

/* 改行 */
@media screen and (max-width: 991px){
	.br-min992{
		display: none;
	}
}
@media screen and (min-width: 992px){
	.br-min992{
		display: block;
	}
}

/* title */
.m-title1{
	font-size: 1rem;
	letter-spacing: 0.04em;
	margin-bottom: 2.492rem;
}
.m-title1 .f-eng{
	display: block;
	font-size: 2.692rem;
	font-weight: 400;
	letter-spacing: -0.01em;
	line-height: 1.47;
}
@media screen and (min-width: 768px){
	.m-title1{
		margin-bottom: 3.838rem;
	}
	.m-title1 .f-eng{
		font-size: 3.0769rem;
	}
}
@media screen and (min-width: 1200px){
	.m-title1{
		margin-bottom: 4.466rem;
	}
	.m-title1 .f-eng{
		font-size: 3.333rem;
	}
}

/* font-family */
.f-nsr{
	font-family: "Noto Serif JP", serif;
}

/* font-size */
.f20{
	font-size: 1rem;
}
.f28{
	font-size: 1.923rem;
}
.f32{
	font-size: 1.4rem;
}
@media screen and (min-width: 768px){
	.f20{
		font-size: 1.346rem;
	}
	.f28{
		font-size: 1.866rem;
	}
	.f32{
		font-size: 1.923rem;
	}
}
@media screen and (min-width: 1200px){
	.f20{
		font-size: 1.333rem;
	}
	.f28{
		font-size: 1.866rem;
	}
	.f32{
		font-size: 2.133rem;
	}
}

/* font-wight */
.fw-el{
	font-weight: 200;
}






/********************
/* Header
********************/
.header_model-tel{
	color: #fff;
}
.view .header_model-tel{
	color: #000;
}
.model-tel{
	letter-spacing: -0.01em;
	line-height: 1;
	display: flex;
	align-items: baseline;
}
.model-time{
	font-size: 0.769rem;
	letter-spacing: 0.04em;
	line-height: 1;
	margin-top: 0.469rem;
}
.herder_model-btn{
	background-color: #000;
	color: #fff;
	border-radius: 50px;
	font-size: 0.923rem;
	width: 190px;
	height: 43.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
	transition: .3s all;
}
.herder_model-btn:hover{
	text-decoration: none;
	color: #fff;
	opacity: 0.8;
}
@media screen and (min-width: 768px){
	.model-tel{
		font-size: 1.846rem;
	}
	.model-tel span{
		font-size: 1.3076rem;
		margin-right: 3px;
	}
}
@media screen and (min-width: 1200px){
	.model-tel{
		font-size: 2rem;
	}
	.model-tel span{
		font-size: 1.4666rem;
		margin-right: 5px;
	}
	.model-time{
		font-size: 0.8rem;
		margin-top: 0.733rem;
	}
	.herder_model-btn{
		width: 240px;
		height: 55px;
		font-size: 1rem;
		letter-spacing: 0.05em;
		margin-left: 30px;
	}
}
@media screen and (max-width: 767px){
	.model-header .header_right{
		display: none;
	}
}

/********************
/* Footer
********************/
#footer.model_footer{
	text-align: center;
	padding: 75px 0 120px;
}
.model_footer_logo{
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 75px;
}
.model_copy{
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 1;
	font-size: 0.769rem;
	margin: 0;
}
@media screen and (min-width: 768px){
	#footer.model_footer{
		padding-bottom: 40px;
	}
	.model_footer_logo{
		width: 180px;
	}
}
@media screen and (min-width: 1200px){
	#footer.model_footer{
		padding: 150px 0 60px;
	}
	.model_footer_logo{
		width: 200px;
		margin-bottom: 9.3rem;
	}
	.model_copy{
		font-size: 0.733rem;
	}
}

/********************
/* First View
********************/
.model_fv{
	width: 100%;
	position: relative;
}
.model_fv-img{
	width: 100%;
	height: 700px;
	position: relative;
}
.model_fv-img::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.15);
}
.model_fv-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.model_fv .inner{
	position: absolute;
	width: 85%;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.model_fv-detail{
	position: absolute;
	width: 210px;
	margin-bottom: 0;
	top: 110px;
	left: 0;
}
.model_fv-detail li{
	list-style: none;
	position: relative;
	color: #fff;
	padding-bottom: 1rem;
}
.model_fv-detail li + li{
	margin-top: 25px;
}
.model_fv-detail li::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(255,255,255,0.5);
	bottom: 0;
	left: 0;
}
.model_fv-detail .f-eng{
	display: flex;
	align-items: center;
	font-size: 0.846rem;
	letter-spacing: 0.11em;
	line-height: 1;
	margin-bottom: -0.03rem;
}
.model_fv-detail .f-eng .no{
	letter-spacing: 0.04em;
	width: 23px;
}
.model_fv-detail .f28{
	margin-bottom: 0;
}
.model_fv-tit{
	position: absolute;
	left: 0;
	bottom: 1.977rem;
	color: #fff;
	margin-bottom: 0;
}
.model_fv-tit .f32{
	text-indent: 0.6em;
	line-height: 1.5;
}
.model_fv-tit .f20{
	display: block;
}
@media screen and (min-width: 768px){
	.model_fv-img{
		height: 600px;
	}
	.model_fv .inner{
		width: 90%;
	}
	.model_fv-detail{
		top: 140px;
	}
	.model_fv-tit{
		left: unset;
		right: 0;
		bottom: 3.0769rem;
	}
}
@media screen and (min-width: 992px){
	.model_fv-img{
		height: 100vh;
	}
	.model_fv-detail{
		top: 200px;
	}
	.model_fv-tit{
		right: 0;
		display: flex;
		align-items: baseline;
		bottom: 3.46153rem;
	}
	.model_fv-tit .f20{
		margin-left: 20px;
	}
}
@media screen and (min-width: 1200px){
	.model_fv-detail{
		width: 300px;
		top: 160px;
	}
	.model_fv-detail li{
		padding-bottom: 1.4rem;
	}
	.model_fv-detail li + li{
		margin-top: 40px;
	}
	.model_fv-detail .f-eng{
		font-size: 0.8666rem;
		margin-bottom: 0.666rem;
	}
	.model_fv-detail .f-eng .no{
		width: 33px;
	}
	.model_fv-tit{
		bottom: 3rem;
	}
	.model_fv-tit .f20{
		margin-left: 30px;
	}
}
@media screen and (min-width: 1400px){
	.model_fv-detail{
		top: 180px;
	}
}
@media screen and (min-width: 1700px){
	.model_fv-detail{
		top: 210px;
	}
}
@media screen and (max-width: 991px){
	.model_fv-tit .f20{
		margin-top: 0.5538rem;
	}
}
@media screen and (max-width: 575px){
	.model_fv-img img{
		object-position: 65% center;
	}
}

/********************
/* ABOUT
********************/
.about_block{
	margin-top: 4.11538rem;
}
.about_list{
	margin-bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about_list li{
	list-style: none;
	background-color: #dcab06;
	color: #fff;
	font-size: 1.1538rem;
	font-weight: bold;
	line-height: 1.38;
	letter-spacing: 0.06em;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 5px;
}
.about_list li:first-child, .about_list li:nth-child(2){
	margin-top: 0;
}
@media screen and (min-width: 768px){
	.about_list li{
		width: calc((100% - 14px)/3);
		aspect-ratio: 23 / 8;
		margin-top: 7px;
	}
	.about_list li:nth-child(3){
		margin-top: 0;
	}
}
@media screen and (min-width: 992px){
	.about_block{
		margin-top: 6.82rem;
	}
}
@media screen and (min-width: 1200px){
	.about_list li{
		font-size: 1.4666rem;
		width: calc((100% - 20px)/3);
		margin-top: 10px;
	}
}
@media screen and (min-width: 1400px){
	.about_block{
		margin-top: 7.666rem;
	}
	.about_list li{
		aspect-ratio: 23 / 6;
	}
}
@media screen and (max-width: 767px){
	.about_list li{
		width: calc((100% - 5px)/2);
		aspect-ratio: 23 / 10;
	}
}
.recommend{
	position: relative;
	margin-top: 5.769rem;
}
.recommend::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #faf6ed;
	z-index: -1;
}
.recommend_inner{
	position: relative;
}
.recommend_tit{
	font-size: 1.0769rem;
	letter-spacing: 0.08em;
	text-wrap: nowrap;
	position: absolute;
	writing-mode: vertical-rl;
	padding-top: 40px;
	margin: 0;
	top: -15px;
	left: 0;
}
.recommend_tit::before{
	position: absolute;
	content: "";
	background-color: #000;
	width: 1px;
	height: 30px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.recommend_list{
	width: calc(100% - (16.8px + 8.176%));
	margin-left: auto;
	margin-bottom: 0;
	padding: 48px 0 50px;
}
.recommend_list li{
	list-style: none;
	position: relative;
	font-size: 1.038rem;
	letter-spacing: 0.06em;
	line-height: 1.78;
	padding-left: calc(17.5px + 10px);
	padding-bottom: 0.6923rem;
	margin-top: 1.238rem;
}
.recommend_list li:first-child{
	margin-top: 0;
}
.recommend_list li::before{
	position: absolute;
	content: "";
	background-image: url("../images/lp/check.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 17.5px;
	height: 17px;
	top: 3px;
	left: 0;
}
.recommend_list li::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: rgba(204,204,204,0.75);
}
@media screen and (min-width: 768px){
	.recommend_tit{
		font-size: 1.1538rem;
		padding-top: 45px;
	}
	.recommend_tit::before{
		height: 35px;
	}
	.recommend_list li{
		padding-bottom: 0.846rem;
		margin-top: 1.692rem;
	}
}
@media screen and (min-width: 992px){
	.recommend{
		margin-top: 7.6923rem;
	}
	.recommend_list{
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
	}
	.recommend_list li{
		width: calc((100% - 20px)/2);
	}
	.recommend_list li:nth-child(2){
		margin-top: 0;
	}
}
@media screen and (min-width: 1200px){
	.recommend_tit{
		font-size: 1.2rem;
		padding-top: 55px;
		top: -22px;
	}
	.recommend_tit::before{
		height: 40px;
	}
	.recommend_list li{
		width: calc((100% - 30px)/2);
		padding-bottom: 1.066rem;
		padding-left: calc(19.5px + 14px);
		margin-top: 1.8rem;
	}
	.recommend_list li::before{
		width: 19.5px;
		height: 19px;
	}
}
@media screen and (min-width: 1400px){
	.recommend{
		margin-top: 10rem;
	}
	.recommend_tit{
		left: -75px;
	}
	.recommend_list{
		padding: 5.666rem 0 5rem;
	}
}
@media screen and (min-width: 1500px){
	.recommend_tit{
		left: -115px;
	}
}
@media screen and (max-width: 767px){
	.recommend_list{
	}
}

/********************
/* POINT
********************/
.point_block{
	margin-top: 4.3846rem;
	overflow: hidden;
}
.point_slider-wrap{
	position: relative;
}
.point_slider.slick-slider, .point_slider.slick-slider .slick-track, .point_slider.slick-slider .slick-list{
	overflow: visible;
}
.point_slider-item{
	padding: 0 15px;
}
.point-img{
	position: relative;
}
.point-img .no{
	line-height: 1;
	letter-spacing: -0.01em;
	position: absolute;
	font-size: 2.1538rem;
	top: -1rem;
	left: -1.1rem;
}
.point-img .no::after{
	position: absolute;
	content: "";
	width: 75px;
	height: 1px;
	background-color: #000;
	transform: rotate(317.8deg);
	top: 30px;
	left: -3px;
}
.point_tit{
	font-size: 1.384rem;
	line-height: 1.6;
	margin-top: 1.707rem;
	margin-bottom: 0.923rem;
}
.point_slider-item .txt_block{
	letter-spacing: 0.05em;
	line-height: 2.2;
	text-align: justify;
}
/* iOSで勝手に青くなるのを防ぐ */
.point_prev *,
.point_next * {
  color: inherit;
}
.point_nav{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 35px;
}
.point_slider .slick-prev, .point_slider .slick-next, .point_slider .slick-arrow {
	display: none !important;
	font-size: 0;
	color: #000;
}
.point_nav .point_prev, .point_nav .point_next{
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: #000;
	cursor: pointer;
	position: relative;
	border: none;
	appearance: none;
	-webkit-appearance: none;
	font-size: 0;
}
.point_nav .point_prev::after, .point_nav .point_next::after{
	position: absolute;
	content: "";
	width: 5px;
	height: 8.8px;
	background-image: url("../images/arrow_w.svg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.point_nav .point_prev::after{
	transform: translate(-50%,-50%) rotate(180deg);
}
.point_counter{
	font-size: 0.846rem;
	line-height: 1;
	letter-spacing: -0.01em;
	text-align: center;
	width: 75px;
}
@media screen and (min-width: 768px){
	.point_nav .point_prev, .point_nav .point_next{
		width: 40px;
		height: 40px;
	}
	.point_nav .point_prev::after, .point_nav .point_next::after{
		width: 6px;
		height: 10.5px;
	}
}
@media screen and (min-width: 992px){
	.point_block{
		margin-top: 7.1794rem;
	}
	.point_slider-item{
		padding: 0 15px;
	}
}
@media screen and (min-width: 1200px){
	.point_slider-item{
		padding: 0 20px;
	}
	.point-img .no{
		font-size: 2.333rem;
		top: -18px;
		left: -18px;
	}
	.point-img .no::after{
		width: 85px;
		top: 37px;
		left: -2px;
	}
	.point_tit{
		font-size: 1.5333rem;
		margin-top: 2.066rem;
		margin-bottom: 1.233rem;
	}
	.point_slider-item.psi5 .point_tit{
		font-size: 1.5rem;
	}
	.point_nav{
		margin-top: 75px;
	}
	.point_nav .point_prev, .point_nav .point_next{
		width: 50px;
		height: 50px;
	}
	.point_counter{
		width: 90px;
		font-size: 0.8666rem;
	}
}
@media screen and (min-width: 1400px){
	.point_block{
		margin-top: 8.1333rem;
	}
	.point_slider-item{
		padding: 0 30px;
	}
	.point_nav .point_prev::after, .point_nav .point_next::after{
		width: 6.1px;
		height: 10.7px;
	}
}

/********************
/* OUTLINE
********************/
#outline{
	position: relative;
	padding: 4.0769rem 0 85px;
	margin-top: 6.1538rem;
}
#outline::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #faf6ed;
	z-index: -1;
}
.outline-madori{
	margin-bottom: 40px;
}
.outline-detail .small-txt{
	color: #4d4d4d;
	font-size: 0.769rem;
}
.oupline-price{
	display: inline-flex;
	align-items: baseline;
	font-size: 1.1538rem;
	line-height: 1;
}
.oupline-price .f-eng{
	font-size: 2rem;
	letter-spacing: -0.01em;
	margin-right: 3px;
}
.outline-detail .none-max767{
	display: none;
}
@media screen and (min-width: 768px){
	.outline-detail #form th, .outline-detail #form td{
		padding: 1.65rem 0;
	}
	.outline-detail .none-max767{
		display: inline;
	}
}
@media screen and (min-width: 992px){
	#outline{
		margin-top: 8.2046rem;
		padding: 5.666rem 0 8.71769rem;
	}
}
@media screen and (min-width: 1200px){
	.outline-detail #form th, .outline-detail #form td{
		padding: 1.36rem 0;
	}
	.outline-detail .small-txt{
		font-size: 0.8rem;
	}
	.oupline-price{
		font-size: 1.4rem;
	}
	.oupline-price .f-eng{
		font-size: 2.466rem;
	}
}
@media screen and (min-width: 1400px){
	#outline{
		padding: 7.466rem 0 170px;
		margin-top: 160px;
	}
	.outline-flex{
		display: flex;
		justify-content: space-between;
	}
	.outline-madori{
		width: 57.18954%;
		margin-bottom: 0;
	}
	.outline-detail{
		width: 37.2549%;
		align-self: center;
	}
	.outline-detail #form th{
		width: 120px;
	}
	.outline-detail #form th, .outline-detail #form td{
		line-height: 2.15;
	}
}

/********************
/* 4つのコト
********************/
#what{
	position: relative;
	display: block;
	margin-top: 75px;
}
#what::before{
	position: absolute;
	content: "";
	width: 86%;
	max-width: 1400px;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	background-color: #faf6ed;
	z-index: -1;
}
.what-inner{
	position: relative;
	width: 77%;
}
.what-inner .recommend_tit{
	line-height: 1.6;
}
.what-inner .recommend_tit .f-eng{
	writing-mode: initial;
	color: #dcab06;
	font-size: 1.384rem;
	line-height: 1;
}
.what_block{
	padding: 40px 0;
}
.what_list{
	width: calc(100% - (16.8px + 13.176%));
	margin-left: auto;
	margin-right: 5%;
	margin-bottom: 0;
	position: relative;
}
.what_list li{
	list-style: none;
	position: relative;
	padding: 2.5rem 0 1.5rem;
}
.what_list li::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: #dcab06;
	bottom: 0;
	left: 0;
}
.what_list li .no{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	letter-spacing: -0.01em;
	background-color: #dcab06;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.what_txt{
	text-align: center;
}
.what_txt span{
	color: #dcab06;
	font-weight: bold;
}
@media screen and (min-width: 768px){
	.what-inner{
		width: 80%;
	}
	.what-inner .recommend_tit::before{
		left: unset;
		right: 11px;
		transform: none;
	}
	.what_list{
		width: calc(100% - (16.8px + 9.676%));
		display: flex;
		flex-wrap: wrap;
		margin-right: 0;
	}
	.what_list::before{
		position: absolute;
		content: "";
		width: 1px;
		height: 100%;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
		background-color: #dcab06;
	}
	.what_list li{
		width: 50%;
	}
	.what_list li:nth-child(1), .what_list li:nth-child(2){
		padding: 2.384rem 0 1rem;
	}
	.what_list li:nth-child(3), .what_list li:nth-child(4){
		padding: 1.23rem 0 2.384rem;
	}
	.what_list li::after{
		top: 0;
		bottom: unset;
	}
	.what_list li:first-child::after, .what_list li:nth-child(2)::after{
		display: none;
	}
	.what_list li:nth-child(3) .no, .what_list li:nth-child(4) .no{
		top: 8px;
	}
}
@media screen and (min-width: 992px){
	#what{
		margin-top: 100px;
	}
	.what_list{
		width: calc(100% - (16.8px + 8.176%));
	}
	.what_list li:nth-child(1), .what_list li:nth-child(2){
		padding: 1.23rem 0 1.384rem;
	}
	.what_list li:nth-child(3), .what_list li:nth-child(4){
		padding: 1.538rem 0 1.23rem;
	}
	.what_list li .no{
		width: 40px;
		height: 40px;
		font-size: 1.3rem;
	}
	.what_list li:nth-child(3) .no, .what_list li:nth-child(4) .no{
		top: 1rem;
	}
	.what_txt{
		font-size: 1.0769rem;
	}
}
@media screen and (min-width: 1200px){
	.what-inner .recommend_tit .f-eng{
		font-size: 1.533rem;
	}
	.what-inner .recommend_tit::before{
		right: 15px;
	}
	.what_list li .no{
		width: 45px;
		height: 45px;
		font-size: 1.333rem;
	}
	.what_list li:nth-child(1), .what_list li:nth-child(2){
		padding: 0.333rem 0 1.8rem;
	}
	.what_list li:nth-child(3), .what_list li:nth-child(4){
		padding: 1.8666rem 0 0.333rem;
	}
	.what_txt{
		font-size: 1.1333rem;
		padding: 20px 0;
	}
	.what_list li:nth-child(3) .no, .what_list li:nth-child(4) .no{
		top: 1rem;
	}
}
@media screen and (min-width: 1400px){
	#what{
		margin-top: 150px;
	}
	.what-inner{
		width: 100%;
	}
	.what_block{
		padding: 80px 0;
	}
}
@media screen and (min-width: 1500px){
	.what-inner .recommend_tit{
		left: -145px;
	}
}
@media screen and (max-width: 767px){
	.what_list li + li{
	}
}

/********************
/* FAQ
********************/
.faq_block{
	margin-top: 4rem;
}
.accordion_area .accordion_one{
	position: relative;
	padding-bottom: 10px;
}
.accordion_area .accordion_one + .accordion_one{
	margin-top: 20px;
}
.accordion_area .accordion_one::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: rgba(204,204,204,0.75);
	left: 0;
	bottom: 0;
}
.accordion_area .accordion_one .ac_header{
	position: relative;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	font-size: 1.1538rem;
	padding: 0 23px 0 0;
	transition: .3s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
	transition: .3s;
}
.faq_q, .faq_a{
	width: 35px;
	height: 35px;
	font-size: 1.346rem;
	border-radius: 50%;
	border: 1px solid #dcab06;
	display: flex;
	align-items: center;
	justify-content: center;
}
.faq_q{
	background-color: #dcab06;
	color: #fff;
}
.faq_a{
	background-color: #fff;
	color: #dcab06;
}
.ac_header_txt{
	width: calc(100% - (35px + 15px));
	padding-top: 4px;
}
.accordion_area .accordion_one .ac_header .i_box{
	position: absolute;
	top: 11px;
	right: 0;
	width: 13px;
	height: 13px;
}
.accordion_area .accordion_one .ac_header .i_box::before, .accordion_area .accordion_one .ac_header .i_box::after{
	position: absolute;
	content: "";
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box::before{
	border-top: 1px solid rgba(50,50,50,0.9);
	width: 100%;
	height: 0;
	top: 0;
	bottom: 0;
	right: 0;
}
.accordion_area .accordion_one .ac_header .i_box::after{
	border-left: 1px solid rgba(50,50,50,0.9);
	width: 0;
	height: 100%;
	top: 0;
	bottom: 0;
	right: 6px;
	transition: .3s;
}
.accordion_area .accordion_one .ac_header.open .i_box::after{
	height: 0;
}
.accordion_area .accordion_one .ac_inner {
	display: none;
}
.faq_a-contents{
	display: flex;
	justify-content: space-between;
	padding-right: 23px;
	padding-bottom: 10px;
	margin-top: 10px;
}
.faq_a-contents .txt_block{
	width: calc(100% - (35px + 15px));
	text-align: justify;
	padding-top: 6px;
}
@media screen and (min-width: 768px){
	.accordion_area .accordion_one{
		padding-bottom: 13px;
	}
	.faq_q, .faq_a{
		width: 40px;
		height: 40px;
		font-size: 1.538rem;
	}
	.ac_header_txt{
		width: calc(100% - (40px + 15px));
	}
	.faq_a-contents{
		padding-right: 33px;
		margin-top: 13px;
	}
	.faq_a-contents .txt_block{
		width: calc(100% - (40px + 15px));
		padding-top: 8px;
	}
}
@media screen and (min-width: 992px){
	.faq_block{
		margin-top: 5.566rem;
	}
}
@media screen and (min-width: 1200px){
	.accordion_area .accordion_one{
		padding-bottom: 15px;
	}
	.accordion_area .accordion_one + .accordion_one{
		margin-top: 35px;
	}
	.accordion_area .accordion_one .ac_header{
		font-size: 1.133rem;
	}
	.faq_q, .faq_a{
		width: 50px;
		height: 50px;
		font-size: 1.666rem;
	}
	.ac_header_txt{
		padding-top: 10px;
	}
	.ac_header_txt{
		width: calc(100% - (45px + 25px));
	}
	.accordion_area .accordion_one .ac_header .i_box{
		width: 20px;
		height: 20px;
		top: 15px;
	}
	.accordion_area .accordion_one .ac_header .i_box::after{
		right: 9px;
	}
	.faq_a-contents{
		padding-right: 40px;
		padding-bottom: 20px;
		margin-top: 15px;
	}
	.faq_a-contents .txt_block{
		width: calc(100% - (45px + 25px));
		padding-top: 11px;
	}
}
@media screen and (min-width: 1400px){
	.faq_block{
		margin-top: 7.466rem;
	}
}

/********************
/* INFORMATION
********************/
.model-kaei_info{
	position: relative;
	display: block;
	padding: 5.55384rem 0 85px;
	margin-top: 7.30769rem;
}
.model-kaei_info::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #faf6ed;
	z-index: -1;
}
.model_info-txtArea #form th, .model_info-txtArea #form td{
	border-bottom: 1px solid rgba(204,204,204,0.75);
	padding: 1.09rem 0;
}
.model_info-txtArea #form tr:first-child th, .model_info-txtArea #form tr:first-child td{
	border-top: none;
}
.model_info-map{
	margin-top: 40px;
}
.model_info-bonus{
	width: 100%;
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	color: #fff;
	text-align: center;
	margin-top: 50px;
	padding: 25px 0 2.1538rem;
}
.model_info-bonus::before{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #dcab06;
	z-index: -1;
}
.model_info-bonus .tit{
	background-color: #fff;
	color: #dcab06;
	font-size: 1.0384rem;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 129px;
	height: 27px;
}
.model_info-bonus .tit::before, .model_info-bonus .tit::after{
	position: relative;
	content: "";
	background-color: #fff;
	display: block;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 33% 50%);
	width: 13px;
	height: 27px;
}
.model_info-bonus .tit::before{
	left: -4.5px;
}
.model_info-bonus .tit::after{
	transform: rotate(180deg);
	right: -4.5px;
}
.model_info-bonus .txt_block{
	font-size: 1.538rem;
	line-height: 1.47;
	margin-top: 0.5384rem;
}
@media screen and (min-width: 768px){
	.model_info-flex{
		display: flex;
		justify-content: space-between;
	}
	.model_info-txtArea{
		align-self: center;
		width: 39.429%;
	}
	.model_info-map{
		width: 53.286%;
		margin-top: 0;
	}
	.model_info-map .youtube{
		padding: 0;
		aspect-ratio: 371 / 331;
	}
}
@media screen and (min-width: 992px){
	.model-kaei_info{
		padding: 8.71769rem 0;
		margin-top: 9.743rem;
	}
	.model_info-txtArea{
		width: 30.42857%;
	}
	.model_info-map{
		width: 62.2857%;
	}
	.model_info-map .youtube{
		aspect-ratio: 218 / 125;
	}
	.model_info-bonus{
		margin-top: 5.12769rem;
	}
}
@media screen and (min-width: 1200px){
	.model_info-bonus{
		margin-top: 100px;
		padding: 35px 0 2.4rem;
	}
	.model_info-bonus .tit{
		font-size: 1.06666rem;
		width: 140px;
		height: 30px;
	}
	.model_info-bonus .tit::before, .model_info-bonus .tit::after{
		width: 15px;
		height: 30px;
	}
	.model_info-bonus .tit::before{
		left: -5px;
	}
	.model_info-bonus .tit::after{
		right: -5px;
	}
	.model_info-bonus .txt_block{
		font-size: 1.733rem;
		margin-top: 0.7666rem;
	}
}
@media screen and (min-width: 1400px){
	.model-kaei_info{
		padding: 140px 0 170px;
		margin-top: 190px;
	}
}
@media only screen and (max-width: 479px){
	.model_info-txtArea #form th, .model_info-txtArea #form td{
		display: table-cell;
		padding: 1rem 0;
	}
	.model_info-txtArea #form th{
		width: 30%;
		border-bottom: 1px solid rgba(204,204,204,0.75);
	}
	.model_info-txtArea #form td{
		width: 70%;
	}
}
/* form */
#model_form.form_outer{
	margin-top: 65px;
	padding: 52px 0 69px;
}
@media screen and (min-width: 992px){
	#model_form.form_outer{
		margin-top: 6.666rem;
		padding: 5.333rem 0 7.1538rem;
	}
}
@media screen and (min-width: 1200px){
	#model_form .form_inner .c-title1{
		margin-bottom: 4.666rem;
	}
}
@media screen and (min-width: 1400px){
	#model_form.form_outer{
		margin-top: 130px;
		padding: 7rem 0 9.533rem;
	}
}