@charset "EUC-JP";



/* ------------------------------
	.sec_ttl
------------------------------ */
.sec_ttl{
	text-align: center;
	font-size: 4.0rem;
	font-weight: bold;
	line-height: 1.6;
}

.head_ttl{
	margin-top: 30px;
}


@media screen and (max-width: 768px){
	.sec_ttl{
		font-size: 2.0rem;
	}

	.head_ttl{
		margin-top: 20px;
		margin-bottom: 5px;
	}
}


/* ------------------------------
	.contact_lead
------------------------------ */
.contact_lead{
	padding: 75px 0 100px;
}

.contact_lead .sec_ttl{
	margin-bottom: 40px;
}

.contact_lead .lead{
	text-align: center;
	line-height: 2;
	font-size: 1.5rem;
}

.contact_lead .lead + p{
	width: 32%;
	margin: 30px auto 0;
}


@media screen and (max-width: 768px){
	.contact_lead{
		padding: 25px 0 40px;
	}

	.contact_lead .sec_ttl{
		margin-bottom: 30px;
	}

	.contact_lead .lead{
		line-height: 1.6;
		text-align: left;
	}

	.contact_lead .lead + p{
		width: 250px;
		margin-top: 20px;
	}
	.contact_lead .lead + p .btn_ye{
		padding: 13px 0;
		font-size: 1.5rem;
		border-radius: 5px;
	}
}



/* ------------------------------
	.add_box
------------------------------ */
.bg_line{
	padding-top: 125px;
}

main.bg_line{
	padding-top: 0;
}

.add_box .wrap{
	padding: 90px 0 80px;
	background: #fff;
	border: 1px solid #a0915d;
	border-radius: 15px;
}

.add_box .ttl{
	text-align: center;
	font-size: 3.5rem;
	font-weight: bold;
	line-height: 1;
}

.add_box .ttl + p{
	margin: 35px 0 30px;
}

.add_box p{
	text-align: center;
	font-weight: bold;
	font-size: 1.8rem;
	line-height: 1;
}

.add_box p a{
	display: inline-block;
	min-height: 80px;
	padding-left: 118px;
	background: url(../img/common/ico_tel_free.png) no-repeat left top;
	background-size: 101px;
	font-size: 6.8rem;
}


@media screen and (max-width: 768px){
	.bg_line{
		padding-top: 35px;
	}

	.add_box .wrap{
		padding: 30px 3% 20px;
		border-radius: 8px;
	}

	.add_box .ttl{
		font-size: 1.6rem;
	}

	.add_box .ttl + p{
		margin: 20px 0 10px;
	}

	.add_box p a{
		min-height: 35px;
		padding-left: 50px;
		background-size: 44px;
		font-size: 2.8rem;
		white-space: nowrap;
	}

	.add_box p:last-child{
		font-size: 1.0rem;
		line-height: 1.6;
	}
}



/* ------------------------------
	.contact_form
------------------------------ */
.contact_form{
	padding: 50px 0 120px;
}

.contact_form .wrap{
	padding: 80px;
	background: #fff;
	border: 1px solid #a0915d;
	border-radius: 15px;
}

.contact_form .ttl{
	font-size: 3.5rem;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.contact_form .lead{
	margin: 35px 0 15px;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	line-height: 1.8;
}

.contact_form .line_txt{
	text-align: center;
}

.contact_form .line_txt p{
	display: inline;
	text-align: center;
	line-height: 1.8;
	background: linear-gradient(transparent 60%, rgba(220, 128, 115, 0.3) 0);
}

.contact_flow{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 55px 0 35px;
}

.contact_flow li{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33%;
	height: 44px;
	padding-left: 1%;
	color: #fff;
	background-color: rgba(160, 145, 93, 0.5);
	font-size: 1.7rem;
	font-weight: bold;
}
.contact_flow li:first-child{
	border-radius: 5px 0 0 5px;
}
.contact_flow li:last-child{
	border-radius: 0 5px 5px 0;
}
.contact_flow li.current{
	background-color: #a0915d;
}

.contact_flow li::after{
	position: absolute;
	z-index: 2;
	content: "";
	display: block;
	right: -12px;
	top: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 12px solid rgba(160, 145, 93, 0.5);
}
.contact_flow li.current::after{
	border-left: 12px solid #a0915d;
}
.contact_flow li:last-child::after{
	display: none;
}

.contact_flow li::before{
	position: absolute;
	z-index: 1;
	content: "";
	display: block;
	left: 0;
	top: 0;
	border-top: 22px solid transparent;
	border-bottom: 22px solid transparent;
	border-left: 12px solid #fff;
}
.contact_flow li:first-child::before{
	display: none;
}


.contact_form .form_wrap{
	max-width: 635px;
	margin: 0 auto;
}

.contact_form dl{
	display: flex;
	margin: 23px 0;
}

.contact_form dt{
	display: flex;
	width: 150px;
	padding-top: 10px;
	font-weight: bold;
	flex-shrink: 0;
	white-space: nowrap;
}

.contact_form dd{
	width: 100%;
	font-size: 1.5rem;
}

.contact_form dd > div + div{
	margin-top: 10px;
}

.contact_form label{
	color: #717071;
	vertical-align: middle;
}

.contact_form label + label{
	margin-left: 22px;

}
.contact_form input[type="radio"]{
	position: relative;
	width: 20px;
	height: 20px;
	margin: 0 5px 0 0;
	border: 1px solid #dbd6c3;
	background-color: #fff;
	border-radius: 50%;
}
.ie .contact_form input[type="radio"]{
	margin: 0 5px 2px 0;
}
.contact_form input[type="radio"]:checked::before{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #333;
}
.edge .contact_form input[type="radio"]:checked{
	border: 0;
}
.edge .contact_form input[type="radio"]:checked::before{
	display: none;
}

.contact_form dd.radio_wrap{
	padding: 10px 0;
}
.ie .contact_form dd.radio_wrap{
	padding: 8px 0 10px;
}

.contact_form select{
	width: 100%;
	height: 37px;
	padding: 0 20px 0 10px;
	border: 1px solid #dbd6c3;
	border-radius: 5px;
	font-size: 1.5rem;
}

.contact_form dd .hyde{
	color: #666;
}

.contact_form dd input:not([type="radio"]){
	width: 100%;
	height: 37px;
	padding: 0 10px;
	border: 1px solid #dbd6c3;
	border-radius: 5px;
	font-size: 1.5rem;
}

.contact_form dd textarea{
	width: 100%;
	height: 265px;
	padding: 7px 10px;
	border: 1px solid #dbd6c3;
	border-radius: 5px;
	font-size: 1.5rem;
}


.contact_form .form_box{
	width: 740px;
	margin: 55px auto 0;
}

.contact_form .form_box p{
	line-height: 1.6;
}

.contact_form .pp_btn a{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	margin: 0 auto 10px;
	background-color: #eae7df;
	border: 1px solid #a0915d;
	font-size: 1.7rem;
	font-weight: bold;
	text-decoration: underline;
}
.contact_form .pp_btn a:hover{
	text-decoration: none;
}

.contact_form .form_box .check_wrap{
	text-align: center;
	margin: 10px 0 20px;
}

.contact_form .form_box label{
	position: relative;
	display: inline-block;
	padding: 6px 0 6px 34px;
	color: #333;
	font-weight: bold;
}

.contact_form .form_box input[type="checkbox"]{
	display: none;
}

.contact_form .form_box input[type="checkbox"] + .check{
	position: absolute;
	top: 1px;
	left: 0;
	display: block;
	width: 26px;
	height: 26px;
	margin: 0;
	background-color: #fff;
	border: 1px solid #dbd6c3;
	vertical-align: top;
}

.contact_form .form_box input[type="checkbox"]:checked + .check{
	background: #fff url(../img/common/ico_check03.png) no-repeat center center;
	background-size: 100%;
}

.contact_form .robo{
	text-align: center;
}

.contact_form .robo img{
	max-width: 307px;
	vertical-align: middle;
}

.contact_form .next_btn{
	display: block;
	width: 368px;
	height: 88px;
	margin: 60px auto 70px;
	background: #dc8073;
	color: #fff;
	font-size: 2.7rem;
	font-weight: bold;
	border-radius: 6px;
}

.form_txt_wrap p + p{
	margin-top: 1em;
}



@media screen and (max-width: 768px){
	.contact_form{
		padding: 25px 0 60px;
	}

	.contact_form .wrap{
		padding: 35px 3% 25px;
		border-radius: 8px;
	}

	.contact_form .ttl{
		font-size: 2.0rem;
	}

	.contact_form .lead{
		margin: 20px 0 10px;
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.6;
	}

	.contact_form .line_txt{
		text-align: left;
	}

	.contact_form .line_txt p{
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.contact_flow{
		margin: 24px auto 0;
	}

	.contact_flow li{
		width: 32.8%;
		height: 54px;
		text-align: center;
		font-size: 1.2rem;
		line-height: 1.5;
	}
	.contact_flow li:first-child{
		border-radius: 3px 0 0 3px;
	}
	.contact_flow li:last-child{
		border-radius: 0 3px 3px 0;
	}

	.contact_flow li::after{
		right: -6px;
		border-top: 27px solid transparent;
		border-bottom: 27px solid transparent;
		border-left: 6px solid rgba(160, 145, 93, 0.5);
	}
	.contact_flow li.current::after{
		border-left: 6px solid #a0915d;
	}

	.contact_flow li::before{
		border-top: 27px solid transparent;
		border-bottom: 27px solid transparent;
		border-left: 6px solid #fff;
	}

	.contact_form dl{
		flex-wrap: wrap;
		margin: 0;
		padding-top: 10px;
	}

	.contact_form dt{
		width: 100%;
		padding-bottom: 10px;
		font-size: 1.4rem;
	}

	.contact_form label{
		display: inline-block;
		margin-right: 2%;
		font-size: 1.4rem;
		white-space: nowrap;
	}

	.contact_form label + label{
		margin-left: 0;
	}

	.contact_form select{
		height: 30px;
	}

	.contact_form dd input:not([type="radio"]){
		height: 30px;
		font-size: 1.3rem;
		border-radius: 3px;
	}

	.contact_form dd.radio_wrap{
		padding: 0;
	}

	.contact_form label{
		font-size: 1.4rem;
	}

	.contact_form label + label{
		margin-left: 1em;
	}

	.contact_form input[type="radio"]{
		margin-bottom: 1px;
		margin-right: 7px;
	}

	.contact_form select{
		font-size: 1.3rem;
		border-radius: 3px;
	}

	.contact_form dd textarea{
		height: 75px;
		font-size: 1.3rem;
		border-radius: 3px;
	}


	.contact_form .form_box{
		width: 100%;
		margin-top: 25px;
	}

	.contact_form .pp_btn a{
		height: 40px;
		font-size: 1.5rem;
	}

	.contact_form .form_box p{
		font-size: 1.4rem;
	}

	.contact_form .form_box .check_wrap{
		margin: 15px 0 20px;
	}

	.contact_form .form_box label{
		padding: 4px 0 0 28px;
		font-size: 1.2rem;
	}

	.contact_form .form_box input[type="checkbox"] + .check{
		width: 20px;
		height: 20px;
	}

	.contact_form .robo{
		width: 250px;
		margin: 0 auto;
	}

	.contact_form .robo img{
		max-width: 100%;
	}

	.contact_form .next_btn{
		width: 80%;
		height: 60px;
		margin: 25px auto;
		font-size: 1.8rem;
		background-color: #f58073;
	}

	.form_txt_wrap p + p{
		margin-top: 0.5em;
	}
}



/* ------------------------------
	.faq
------------------------------ */
.faq{
	padding-bottom: 180px;
}

.faq .wrap{
	position: relative;
}

.faq .ttl{
	display: flex;
	align-items: center;
	height: 72px;
	padding-left: 110px;
	padding-bottom: 5px;
	margin-bottom: 40px;
	background: url(../img/common/faq_ttl_ico.png) no-repeat center left;
	background-size: 91px;
	font-size: 3.2rem;
	font-weight: bold;
}

.faq_box dl{
	padding: 40px 65px 40px;
	background-color: #fff;
	border: 1px solid #a1925d;
	border-radius: 15px;
}

.faq_box dl + dl{
	margin-top: 15px;
}

.faq_box dt{
	margin-bottom: 15px;
	font-size: 2.5rem;
	font-weight: bold;
}

.faq_box dt::before{
	content: "";
	display: inline-block;
	width: 48px;
	height: 46px;
	margin-right: 15px;
	background: url(../img/common/faq_ico.png) no-repeat center center;
	background-size: 48px;
	vertical-align: middle;
}

.faq_box dd{
	font-size: 1.5rem;
	line-height: 2;
}

.faq_box dd::before{
	content: "A. ";
}
.faq_box dd.noa::before{
	content: "";
}

.faq_box dd .ye{
	text-decoration: underline;
}
.faq_box dd .ye:hover{
	text-decoration: none;
}

.faq_box dl:last-child dd{
	width: 90%;
}

.faq .faq_img{
	position: absolute;
	bottom: 50px;
	right: -40px;
	width: 174px;
}

.faq .sec_btn{
	width: 32%;
	margin: 40px auto 0;
}

.faq .sec_btn a{
	box-shadow: 2px 2px 3px rgba(0,0,0, 0.2);
}


@media screen and (max-width: 768px){
	.faq{
		padding: 0 0 60px;
	}

	.faq .wrap{
		width: 100%;
	}

	.faq .ttl{
		width: 94%;
		height: initial;
		min-height: 50px;
		margin: 0 auto 30px;
		padding-left: 75px;
		padding-bottom: 0;
		background-size: 55px;
		font-size: 1.6rem;
		line-height: 1.5;
	}

	.faq_box{
		position: relative;
	}

	.faq_box dl{
		margin: 0 3vw;
		padding: 25px 5vw;
		border-radius: 10px;
	}

	.faq_box dt{
		position: relative;
		display: flex;
		align-items: center;
		min-height: 2.6em;
		padding-left: 55px;
		font-size: 2.0rem;
		line-height: 1.3;
	}

	.faq_box dt::before{
		position: absolute;
		left: 0;
		top: 5px;
		width: 44px;
		height: 42px;
		background-size: 100%;
	}

	.faq_box dd{
		margin-top: 10px;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.faq .sec_btn{
		width: 250px;
		margin: 35px auto 0;
	}

	.faq .sec_btn a{
		padding: 13px 0;
		font-size: 1.5rem;
		border-radius: 5px;
	}
}



/* ------------------------------
	.confirm
------------------------------ */
.confirm dt{
	padding-top: 5px;
	line-height: 1.5;
}
.confirm dd{
	padding-top: 6px;
	line-height: 1.5;
}

.confirm .btn_wrap{
	display: flex;
	justify-content: center;
}

.confirm .prev_btn{
	display: block;
	width: 270px;
	height: 88px;
	margin: 60px 0 0;
	background: #666;
	color: #fff;
	font-size: 2.7rem;
	font-weight: bold;
	border-radius: 6px;
	-webkit-transition: opacity .4s ease;
	transition: opacity .4s ease;
	cursor: pointer;
}
@media screen and (min-width: 769px) {
	.confirm .prev_btn:hover{
		opacity: 0.8;
	}
}

.confirm .next_btn{
	margin: 60px 0 0 30px;
}


@media screen and (max-width: 768px) {
	.confirm dt{
		padding-top: 8px;
		padding-bottom: 5px;
	}

	.confirm dd{
		padding-top: 0;
		font-size: 1.4rem;
	}

	.confirm .btn_wrap{
		flex-wrap: wrap;
	}

	.confirm .prev_btn{
		width: 80%;
		height: 50px;
		margin: 45px auto 15px;
		font-size: 1.8rem;
	}

	.confirm .next_btn{
		margin: 0 auto;
	}
}



/* ------------------------------
	.thanks
------------------------------ */
.thanks .next_btn{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
}

.thanks .ttl{
	line-height: 1.3;
}

.thanks .contact_flow{
	margin: 0 0 60px;
}


@media screen and (max-width: 768px) {
	.thanks .next_btn{
		height: 50px;
	}

	.thanks .contact_flow{
		margin: 0 0 30px;
	}
}