@charset "utf-8";

/*********************
	.container
*********************/
.container{
	width:100%;
	margin:0 auto 5px;
}

/*********************
	h2
*********************/
h2{
	width:100%;
	height:180px;
	background:url("/assets/img/bg_basic_ttl.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:100% 0%;
	position:relative;
	margin:0 auto 45px;
	font-size:40px;
	font-weight:bold;
	color:#fff;
	text-align:center;
}
h2 span{
	display:block;
	width:100%;
	position: absolute;
	top:50%;
	left:50%;
	transform:translateY(-50%) translateX(-50%);
	-webkit- transform:translateY(-50%) translateX(-50%);
}
@media only screen and (max-width:767px) {
	h2{
		width:100%;
		height:90px;
		line-height:90px;
		background:url("/assets/img/bg_sp_basic_ttl.jpg");
		background-repeat:no-repeat;
		background-size:cover;
		background-position:100% 0%;
		position:relative;
		margin:0 auto 25px;
		font-size:20px;
		font-weight:bold;
		color:#fff;
		text-align:center;
	}
}


/*********************
	.faq_box
*********************/
.faq_box{
	width:96%;
	max-width:1120px;
	margin:0 auto 40px;
	padding-bottom:40px;
	border-bottom:1px solid #ccc;
}
.no_border{
	border-bottom:0;
}
.faq_box dl{
	width:100%;
	display:table;
	margin:0 auto 30px;
	
}
.faq_box dl.q_box{
	color:#cb000c;
}
.faq_box dl dt{
	display:table-cell;
	width:60px;
	vertical-align:top;
	font-size:20px;
	font-weight:bold;
}
.faq_box dl dd{
	display:table-cell;
	vertical-align:top;
	font-size:20px;
	line-height:1.6;
}
.faq_box dl.q_box dd{
	font-weight:bold;
}
.faq_box dl dd p{
	width:100%;
	margin:0 auto 30px;
	line-height:1.6;
}
.faq_box dl dd div{
	width:100%;
	margin:0 auto;
}
.faq_box dl dd .left_box{
	width:30%;
	float:left;
}
.faq_box dl dd .right_box{
	width:68%;
	float:right;
}
.faq_box dl dd li{
	width:95%;
	list-style-type:disc;
	margin-left:5%;
	box-sizing:border-box;
	line-height:1.6;
}
.faq_box dl dd li:first-child{
	list-style-type:none;
	font-weight:bold;
	margin-left:0;
}
@media only screen and (max-width:767px) {
	.faq_box{
		margin:0 auto 30px;
		padding-bottom:30px;
	}
	.faq_box dl dt{
		width:35px;
		font-size:18px;
	}
	.faq_box dl dd{
		font-size:15px;
	}
	.faq_box dl.q_box dd{
		font-size:18px;
	}
	.faq_box dl dd .left_box{
		width:100%;
		float:none;
		margin:0 auto 20px;
		font-size:14px;
	}
	.faq_box dl dd .right_box{
		width:100%;
		float:none;
		margin:0 auto;
		font-size:14px;
	}
}
