@charset "UTF-8";
.main_title_area{
	background: #F8F8F8;
	background-size: cover;
}
.main_title_area .wrap{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 500px;
}
.main_title_area .breadcrumbs{
	position: absolute;
	top: 0;
	left: 20px;
}
.main_title_area .main_title{
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.qa_contetnt{
	padding: 115px 0 110px;
}
.qa_contetnt .first_txt{
	margin-bottom: 80px;
}
.qa_contetnt .first_txt p{
	font-size: 15px;
	line-height: 1.86;
	text-align: center;
}
.qa_contetnt .qa_nav{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 13px;
	margin-bottom: 97px;
}
.qa_contetnt .qa_nav li{
	width: calc((100% - 39px) / 4);
}
.qa_contetnt .qa_nav li a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 4em;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #DEDEDE;
}
.qa_contetnt .qa_nav li a:hover{
	border-bottom: 1px solid #333;
	opacity: 1;
}
.qa_contetnt .title_gyay{
	padding: 1em;
	margin-bottom: 1em;
	font-size: 20px;
	line-height: 1.6;
	font-weight: bold;
	background: #F6F6F6;
}
.qa_contetnt .qa_section + .qa_section{
	margin-top: 100px;
}
.qa_contetnt .in{
	margin: 0 20px;
}
.qa_contetnt dl{
	padding: 50px 10px;
	border-bottom: 1px solid #EAE8E4;
}
.qa_contetnt dl dt{
	margin-left: 49px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.87;
	text-indent: -49px;
}
.qa_contetnt dl dt:before{
	content: "Q";
	margin-right: 28px;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
.qa_contetnt dl dd{
	margin-left: 48.5px;
	font-size: 14px;
	line-height: 2.14;
	text-indent: -48.5px;
}
.qa_contetnt dl dd:before{
	content: "A";
	margin-right: 30px;
	font-size: 24px;
	color: #F76213;
	font-weight: bold;
	font-family: 'Lato', sans-serif;
}
.qa_contetnt dl dd a{
	display: inline-block;
	text-indent: 0;
	text-decoration: underline;
}

@media screen and (max-width: 1024px){
	.main_title_area .wrap{
		height: 60vw;
	}
	.main_title_area .main_title{
		font-size: 26px;
	}
	.qa_contetnt .title_gyay{
		padding: 1em;
		margin-bottom: 0.5em;
		font-size: 16px;
	}
	.qa_contetnt{
		padding: 10% 0;
	}
	.qa_contetnt .first_txt{
		margin-bottom: 10%;
	}
	.qa_contetnt .first_txt p{
		font-size: 14px;
	}
	.qa_contetnt .qa_nav{
		gap: 0;
		margin-bottom: 15%;
	}
	.qa_contetnt .qa_nav li{
		width: 100%;
	}
	.qa_contetnt .qa_nav li a{
		position: relative;
		font-size: 14px;
		justify-content: flex-start;
	}
	.qa_contetnt .qa_nav li a:after {
		content: "";
		display: inline-block;
		position: absolute;
		top: 0;
		right: 2%;
		bottom: 0;
		width: 0.4em;
		height: 0.4em;
		margin: auto;
		border-bottom: 1px solid #707070;
		border-right: 1px solid #707070;
		transform: rotate( 45deg );
}
	.qa_contetnt .qa_section + .qa_section{
		margin-top: 10%;
	}
	.qa_contetnt .in{
		margin: 0 10px;
	}
	.qa_contetnt dl{
		padding: 6% 0;
	}
	.qa_contetnt dl dt{
		margin-left: 24px;
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 1.73;
		text-indent: -24px;
	}
	.qa_contetnt dl dt:before{
		margin-right: 12px;
		font-size: 18px;
	}
	.qa_contetnt dl dd{
		margin-left: 28px;
		font-size: 14px;
		line-height: 1.85;
		text-indent: -28px;
	}
	.qa_contetnt dl dd:before{
		margin-right: 14px;
		font-size: 18px;
	}
}


.sec_btn_area{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 390px;
	background: #F8F8F8;
}
.sec_btn_area h2{
	margin-bottom: 50px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.sec_btn_area .flex{
	justify-content: center;
	gap: 0 15px;
	margin-bottom: 38px;
}
.sec_btn_area .flex p.btn{
	max-width: 420px;
	width: 48%;
	margin: 0;
}
.sec_btn_area .flex p.btn a{
	height: 70px;
	font-size: 15px;
	font-weight: bold;
	border-radius: 35px;
}
.sec_btn_area .flex p.btn a::before{
	display: none;
}
.sec_btn_area .flex p.btn.tel a{
	font-size: 24px;
}
.sec_btn_area .flex p.btn.tel a span{
	margin-right: 0.2em;
	font-size: 20px;
	font-weight: normal;
}
.sec_btn_area p.small{
	font-size: 14px;
	text-align: center;
}

@media screen and (max-width: 1024px){
	.sec_btn_area{
		height: auto;
		padding: 10% 0;
	}
	.sec_btn_area h2{
		margin-bottom: 8%;
		font-size: 16px;
	}
	.sec_btn_area .flex{
		flex-direction: column;
		gap: 10px 0;
		margin-bottom: 5%;
	}
	.sec_btn_area .flex p.btn{
		max-width: none;
		width: 90%;
		margin: 0 auto;
	}
	.sec_btn_area .flex p.btn a{
		height: 60px;
		font-size: 14px;
	}
	.sec_btn_area .flex p.btn.tel a{
		font-size: 20px;
	}
	.sec_btn_area .flex p.btn.tel a span{
		font-size: 16px;
	}
	.sec_btn_area p.small{
		font-size: 10px;
	}
}