@charset "UTF-8";


.contact_top_title{
	text-align: center;
	margin-bottom: 30px;
}

.contact_top_title h1{
	font-size: 30px;
	font-weight: 600;
	margin: 30px 0;
}

.contact_top_title p{
	font-size: 20px;
	line-height: 1.8;
}


.inq_btn_area{
	background:#ebeff5!important;
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap:25px;
}

.inq_btn_area a{
	display: block;
	background: #fff;
	width: 48.5%;
	padding: 25px;
	box-sizing: border-box;
	color: #1e4191;
	text-decoration: none;
}


.inq_btn_area a:hover{
	background: #1e4191;
	color: #fff;
}

.inq_btn_area a:hover dl dd{
	color: #fff;
}

.inq_btn_area a:hover dl dt{
	background: url(/contact/img/btn_arrow_o.png) no-repeat right 20%;
}


.inq_btn_area a dl dt{
	background: url(/contact/img/btn_arrow.png) no-repeat right 20%;
	border-bottom: solid 1px #d5d5d5;
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
}

.inq_btn_area a dl dd{
	color: #000;
}

.faq_area{
	text-align: center;
	margin: 80px;
}

.faq_area h2{
	color: #1e4191;
	font-size: 25px;
	margin-bottom: 30px;
}

.faq_area p{
	line-height: 1.5;
	font-size: 17px;
	margin-bottom: 40px;
}

.faq_area a{
	display: block;
	border: 2px solid #1e4191;
	border-radius: 50px;
	max-width: 430px;
	margin: auto;
	font-size: 20px;
	font-weight: 600;
	padding: 25px 25px 25px 5px;
	box-sizing: border-box;
	text-decoration: none;
	color: #1e4191;
	background: url(/contact/img/btn_arrow2.png) no-repeat 95% center;	
}

.faq_area a span{
	background: url(/contact/img/btn_icon.png) no-repeat 0 center;
	padding:10px 0 10px 80px;
}

.faq_area a:hover{
	color: #fff;
	background: url(/contact/img/btn_arrow2_o.png) no-repeat 95% center #1e4191;	
}

.faq_area a:hover span{
	background: url(/contact/img/btn_icon_o.png) no-repeat 0 center;
}
@media only screen and (max-width: 768px){
	.contact_top_title{
		margin-bottom: 15px;
		padding: 0 20px;
	}

	.contact_top_title h1{
		font-size: 20px;
		margin: 20px 0 10px 0;
	}

	.contact_top_title p{
		font-size: 16px;
		line-height: 1.8;
	}


	.inq_btn_area{
		padding: 50px 20px;
		display: block;
	}

	.inq_btn_area a{
		width: 100%;
		padding: 20px;
	}

	.inq_btn_area a:not(:last-child){
		margin-bottom: 20px;
	}


	.inq_btn_area a dl dt{
		font-size: 16px;
		background-size: 8%;
	}


	.faq_area{
		margin: 50px 20px 100px;
	}

.faq_area h2{
	font-size: 18px;
	margin-bottom: 10px;
}

.faq_area p{
	font-size: 16px;
	margin-bottom: 20px;
}

.faq_area a{
	max-width: 100%;
	font-size: 16px;
	font-weight: 600;
	padding: 20px 20px 20px 10px;
	background-size: 3%;
}

.faq_area a span{
	background-size: 25%;
	padding:10px 0 10px 50px;
}

}