@charset "utf-8";

.-----PC_MOBILE_COMMON_CSS_START----- {}


.content {
	width: 973px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 70px;
	-webkit-text-size-adjust: 100%;
	max-height: 999999px;
}

.category_ttl {
	margin-bottom: 20px;
	font-size: 26px;
	font-weight: normal;
	color: #FF9900;
	line-height:130%;
}
.faq {
	font-size:107%;
	line-height:160%;
}
.faq dt {
	box-sizing:border-box;
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 80px;
	background-color: #FFF;
	font-weight: bold;
	background-image: url(../img/q.png);
	background-repeat: no-repeat;
	background-position: 25px 25px;
	min-height:67px;
	width:100%;
	display:flex;
	align-content:center;
	align-items:center;
	justify-content:flex-start;
	flex-wrap:wrap;
	border-radius:7px 7px 0 0;
}
.faq dd {
	box-sizing:border-box;
	padding-top:15px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 80px;
	background-color: #FFF;
	margin-bottom: 25px;
	background-image: url(../img/a.png);
	background-repeat: no-repeat;
	background-position: 25px 15px;
	border-radius: 0 0 7px 7px;
	min-height:80px;
}
.faq dd:last-child {
	margin-bottom: 0;
}

.faq a {
	color:#0066CC;
}
.faq a:hover {
	color:#FF6600;
	text-decoration:underline;
}








.-----PC_MOBILE_COMMON_CSS_END----- {}

/* スマートフォン用CSS */
@media screen and (max-width: 640px) {
	
.-----MOBILE_ONLY_CSS_START----- {}


.content {
	width: 600px;
	font-size:21px;
}

.category_ttl {
	font-size: 34px;
}

.-----MOBILE_ONLY_CSS_END----- {}
}
