@charset "UTF-8";

#contents section{
	padding: 45px 0 0;

}

/* ----------------------------------------------------------------------------------- section_head */
#contents .section_head .menu{
	margin: 0 auto;
	padding: 20px 0;
	max-width: 1000px;
	width: calc(100% - 20px);
	text-align: center;
}
#contents .section_head .menu h3{
	margin: 0 0 50px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 40px;
	line-height: 1.4;
}

@media screen and (max-width: 480px) {
	#contents .section_head .menu h3{
		font-size: 24px;
		
	} }


#contents .section_head .menu ul{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	
}

#contents .section_head .menu ul li{
	width: calc((100% - 10px) / 2) ;	
}
@media screen and (max-width: 480px) {
	#contents .section_head .menu ul li{
		width: 100% ;	
	} }

#contents .section_head .menu ul li:nth-child(even){
	float: right;
}
#contents .section_head .menu ul li a{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border: 1px solid #D3D3E0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 0 10px;
	width: 100%;
	height: 50px;
	color: #484866;
}



/* ----------------------------------------------------------------------------------- faq */
#contents .faq .q{
	margin: 0 0 35px;
	padding: 100px 0 0;

}
#contents .faq .q h3{
	margin: 0 0 30px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 40px;
	line-height: 1.4;
}
@media screen and (max-width: 480px) {
	#contents .faq .q h3{
		font-size: 24px;
		
	} }

#contents .faq .q p{
	background-color: #ffffff;
	display: table-cell;
	-webkit-box-shadow: 1px 1px 0 0 #B2B2B2;
	-moz-box-shadow: 1px 1px 0 0 #B2B2B2;
	box-shadow: 1px 1px 0 0 #B2B2B2;
	-webkit-border-radius: 37px;
	-moz-border-radius: 37px;
	border-radius: 37px;
	width: 1000px;
	height: 75px;
	color: #474766;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.6;
	vertical-align: middle;
}
@media screen and (max-width: 480px) {
	#contents .faq .q p{
		font-size: 16px;
		padding: 20px 10px;
	} }


#contents .bg_white{
	width: 100vw;
    margin: 0 calc(50% - 50vw);
}

#contents .bg_white .faq .q p{
	background-color: #F8F8FA;
}

#contents .faq .a{
	margin: 0px 0px 20px;
	padding: 85px 0 0;
}
#contents .faq .a dl{
	background-color: #ffffff;
	border: 3px solid #FBD6D5;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	padding: 30px 0 20px;
}
@media screen and (max-width: 480px) {
	#contents .faq .a dl{
		padding: 30px 10px;
	} }


#contents .faq .a dl dt{
	display: table-cell;
	width: 1000px;
	height: 65px;
	padding: 0 0 15px;
	font-size: 20px;
	font-weight: bold;
	color: #EA524E;
	line-height: 1.3;
	vertical-align: middle;
}
@media screen and (max-width: 480px) {
	#contents .faq .a dl dt{
		font-size: 16px;
	} }


#contents .faq .a dl dd a{
	margin: 0 10px;
}
@media screen and (max-width: 480px) {
	#contents .faq .a dl dd a{
		margin: 0;
		width: 100%;
		display: block;
	}
	#contents .faq .a dl dd a img{
		width: 100%;
		height: auto;	
	} }


/* ----------------------------------------------------------------------------------- nav */
#contents .nav{
	margin: 0 auto;
	max-width: 1000px;
	width: calc(100% - 20px);
	font-size: 14px;
}
#contents .nav a{
	box-sizing: border-box;
	display: inline-block;
	background-color: #484866;
	background-position: 150px center;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #ffffff;
}
#contents .nav p{
	text-align: right;
}
#contents .nav p a{
	background-image: url(../../common/img/icon_menu-down.gif);
	padding: 7px 13px;
	width: 175px;
	text-align: left;
}
#contents .nav p a + a{
	background-image: url(../../common/img/icon_remove.gif);
}
#contents .nav ul{
	display: none;
	padding: 0 0 0 1px;
}
#contents .nav ul li{
	float: left;
	margin: 1px 0 0 1px;
}
@media screen and (max-width: 480px) {
	#contents .nav ul li{
		float: none;
	} }
#contents .nav ul li a{
	padding: 17px 20px;
	width: 332px;
}
@media screen and (max-width: 480px) {
	#contents .nav ul li a{
		display: block;
		width: 100%;
	} }

/* ----------------------------------------------------------------------------------- foot_banner */
#contents .foot_banner{
	padding: 15px 0 60px;
	max-width: 1000px;
	width: calc(100% - 20px);
}
#contents .foot_banner .btn{
	margin: 0 0 60px;
}
@media screen and (max-width: 480px) {
	#contents .foot_banner .btn{
		display: block;
		width: 100%;
	}
	#contents .foot_banner .btn img{
		display: block;
		width: 100%;
		height: auto;
		
	} }

#contents .foot_banner .banner a + a{
	margin: 0 0 0 4px;
}
