@charset "UTF-8";
/* CSS Document */
#main {
	width: 100%;
}
/*mv*/
#mv {
	width: 100%;
	height: 90vh;
	background-image: url("../img/faq/mv.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 80px;
}
#mv figure {
	margin: 0;
}
.sec_title06 {
	width: 180px;
	text-align: left;
	margin-top: 0px;
	position: relative;
	z-index: 1;
}
.title_blueline {
	width: 180px;
	display: block;
	border-bottom: 8px solid #0050b4;
	margin-top: 20px;
}
.mv_inner {
	padding-top: 35vh;
	margin-left: 40px;
}
.mv_inner p {
	color: #fff;
	font-size: 31px;
	font-weight: bold;
	margin-top: 60px;
}
/*qa*/
#qa {
	max-width: 1280px;
	width: 96%;
	margin: 0px auto 60px;
}
.faq {
	line-height: 1.5;
	border-bottom: 1px solid #cbcbcb;
	padding: 10px 0px;
}
.faq:first-of-type {
	border-top: 1px solid #cbcbcb;	
}
.title01 {
	width: 200px;
	margin: 40px auto 60px;
}
.faq li {
	width: 100%;;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	margin: 5px auto;
}
.q::before {
	content: 'Q';
	display: inline-block;
	margin-right: 1em;
	font-family: inherit;
	color: #0050b4;
	font-weight: bold;
	font-size: 24px;
}
.a::before {
	content: 'A';
	display: inline-block;
	margin-right: 1em;
	font-family: inherit;
	color: #c0272d;
	font-weight: bold;
	font-size: 24px;
}
.title02 {
	width: 220px;
	margin: 40px auto 60px;
}
/*レスポンシブ*/
@media screen and (max-width:414px){
	#mv {
		height: 60vh;
	}
	.mv_inner {
		padding-top: 27vh;
	}
	.sec_title06 {
		width: 120px;
	}
	.title_blueline {
		width: 120px;
	}
	.mv_inner p {
		font-size: 21px;
		margin-top: 40px;
	}
	.a {
		align-items: normal !important;
	}
}