@charset "UTF-8";

/*  faq
================================================ */


/*! #mainImg メイン画像
---------------------------------------- */

#mainImg {
	background-image: url(../img/faq/bg_main01.jpg);
}

/* .catList
================================================ */

.catList {
	width: 1040px;
	overflow: hidden;
	margin: 0 auto 36px;
	padding: 10px 19px;
	border: 8px solid #f4f4f4;
}
.catList li {
	float: left;
	margin-left: 30px;
}
.catList li:first-child {
	margin-left: 0;
}
.catList li a {
	position: relative;
	padding: 0 0 0 23px;
	font-size: 16px;
	text-decoration: underline;
}
.catList li a:before {
	position: absolute;
	top: 50%;
	left: 0;
	width: 14px;
	height: 10px;
	margin-top: -5px;
	background: url(../img/faq/ico_arrow01.png) no-repeat;
	content: "";
}
.catList li a:hover {
	text-decoration: none;
}
@media screen and (max-width: 599px) {
	.catList {
		box-sizing: border-box;
		width: auto;
		margin: 0 3.9% 15px;
		padding: 5px 10px;
		border-width: 2px;
	}
	.catList li {
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.catList li a {
		display: block;
		padding: 0 0 0 16px;
		font-size: 14px;
	}
	.catList li a:before {
		width: 10px;
		height: 7px;
		margin-top: -4px;
		background-size: 10px;
	}
}

/* .qaList
================================================ */

.qaList {
	width: 1040px;
	margin: -125px auto 88px;
	padding-top: 125px;
}
@media screen and (max-width: 599px) {
	.qaList {
		width: auto;
		margin: -75px 3.9% 20px;
		padding-top: 75px;
	}
}
.qaList .tit {
	margin: 0 0 10px;
	border-bottom: 2px solid #1aaa87;
	font-weight: 500;
	font-size: 28px;
}
@media screen and (max-width: 599px) {
	.qaList .tit {
		border-width: 1px;
		font-size: 20px;
	}
}
.qaList dl {
	padding: 30px 0;
	border-bottom: 1px solid #cac2b6;
}
.qaList dl dt, .qaList dl dd {
	position: relative;
	padding: 0 0 0 33px;
	letter-spacing: .025em;
}
.qaList dl dt:before, .qaList dl dd:before {
	position: absolute;
	top: -13px;
	left: 0;
	font-weight: bold;
	font-size: 28px;
}
.qaList dl dt {
	color: #00664b;
	font-weight: bold;
	font-size: 20px;
	cursor: pointer;
}
.qaList dl dt:hover {
	text-decoration: underline;
}
.qaList dl dt:hover:before {
	text-decoration: none;
}
.qaList dl dt:before {
	content: "Q";
}
.qaList dl dd {
	display: none;
	line-height: 1.6;
	margin-top: 20px;
	font-size: 16px;
}
.qaList dl dd:before {
	color: #f42525;
	content: "A";
}
.qaList dl dd .txt p+p {
	margin: 12px 0 0;
}
.qaList dl dd .detail {
	line-height: 1.7;
	margin: 25px 0 0;
	padding: 20px 25px;
	border: 4px solid #f4f4f4;
	font-size: 14px;
}
.qaList dl dd .detail p+p {
	margin: 12px 0 0;
}
.qaList dl dd a {
	color: #0099CC;
	text-decoration: underline;
}
.qaList dl dd a:hover {
	text-decoration: none;
}
.qaList dl dd table {
	width: 100%;
	margin-top: 20px;
}
.qaList dl dd table caption,
.qaList dl dd table td {
	border: 1px solid #ccc;
	padding: 5px 15px;
	font-size: 12px;
	vertical-align: middle;
}
.qaList dl dd table caption {
	font-weight: bold;
	font-size: 14px;
}
@media screen and (max-width: 599px) {
	.qaList dl {
		padding: 10px 0;
	}
	.qaList dl dt, .qaList dl dd {
		padding: 0 0 0 25px;
	}
	.qaList dl dt:before, .qaList dl dd:before {
		top: -7px;
		font-size: 20px;
	}
	.qaList dl dt {
		font-size: 14px;
	}
	.qaList dl dd {
		margin-top: 10px;
		font-size: 13px;
	}
	.qaList dl dd table caption,
	.qaList dl dd table td {
		border: 1px solid #ccc;
		padding: 5px 15px;
		font-size: 10px;
		vertical-align: middle;
	}
	.qaList dl dd .detail {
		margin: 10px 0 0;
		padding: 10px 12px;
		border-width: 2px;
		font-size: 12px;
	}
}

/*# sourceMappingURL=maps/faq.css.map */