@charset "utf-8";

/*---------------------------------------------------------------------------------------------
-------------------------------------- page_faq -------------------------------------------
-----------------------------------------------------------------------------------------------*/

/*----Maincolumn---*/

#maincolumn {
	font-size: 13px;
	line-height: 170%;
}
#maincolumn .menu_list {
	padding: 0 0 15px;
}
#maincolumn .menu_list li {
	background: url(../images/faq/icon01.png) no-repeat left center;
	float: left;
	margin-bottom: 15px;
	padding: 0 0 0 16px;
	width: 50%;
	box-sizing: border-box;
}
#maincolumn .menu_list li a {
	color: #ee6013;
}
#maincolumn .corner_ttl {
	background: url(../images/faq/bg_ttl.png) no-repeat;
	margin-bottom: 6px;
	padding: 12px 15px 0;
	height: 38px;
	font-size: 20px;
	font-weight: normal;
	line-height: 120%;
	clear: both;
}
#maincolumn dl {
	margin: 0;
	clear: both;
}
#maincolumn dt {
	background: url(../images/faq/icon02.png) no-repeat left center;
	padding: 10px 0 10px 37px;
	font-size: 16px;
	border-bottom: 1px dotted #989693;
	cursor: pointer;
}
#maincolumn dd {
	padding: 10px 0;
	display: none;
}
#maincolumn dd p {
	background: #fff url(../images/faq/icon03.png) no-repeat 12px center;
	padding: 15px 12px 15px 49px;
	font-size: 16px;
}
#maincolumn .page_top {
	background: url(../images/faq/icon04.png) no-repeat left center;
	float: right;
	display: inline-block;
	margin-bottom: 30px;
	padding: 13px 0 13px 15px;
	clear: both;
}
#maincolumn .page_top a {
	color: #ee6013;
}
@media screen and (max-width:640px) {
	div#main_area {
		width: 100%;
		box-sizing: border-box;
	}
	#contents div {
		width: 100% !important;
		box-sizing: border-box;
		padding: 10px 2% !important;
		height: auto;
	}
	#contents div div {
		width: 100% !important;
		box-sizing: border-box;
		padding: 10px 0 !important;
	}
	#maincolumn .corner_ttl {
		height: auto;
		background-size: cover;
		padding: 12px 2%;
	}
}