@charset "utf-8";

/* ============================================================
	imini "よくあるご質問" Layout CSS
	Last UPDATA: 2015/8/19
============================================================ */

/* reset */
.content-box h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	background-color: transparent;
}
.content-box img {
	display: inline;
	vertical-align: top;
}

/* breadclumb */
.breadclumb {
	width: 980px;
	margin: 48px auto 0;
}
.breadclumb span {
	font-size: 12px;
}

/* content */
.content-box {
	width: 980px;
	margin: 40px auto 130px;
	font-size: 14px;
	line-height: 1.714;
	letter-spacing: 0.05em;
}

.content-box h1 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.content-box p.read {
	margin: 13px 0 0;
}

.content-box .section {
	margin: 85px 0 0;
}

.content-box .section:first-of-type {
	margin: 35px 0 0;
}

.content-box .section h2 {
	font-size: 16px;
	font-weight: bold;
	border-bottom: solid 1px #e5e5e5;
	padding: 0 0 22px;
}

.content-box .section dl {
	width: 100%;
	overflow: hidden;
	border-bottom: solid 1px #e5e5e5;
}

.content-box .section dl:nth-child(odd) {
	background: #f9f9f9;
}

.content-box .section dl dt {
	display: block;
	position: relative;
	padding: 10px 10px 10px 52px;
	font-weight: bold;
}

.content-box .section dl dt::before {
	display: block;
	position: absolute;
	content: "Q.";
	top: 9px;
	left: 20px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
}

.content-box .section dl dt span a {
	color: #000000;
	text-decoration: underline;
}

.content-box .section dl dd {
	position: relative;
	padding: 0 10px 8px 52px;
	margin-top: -2px;
	/* display: none; */
}

.content-box .section dl dd::before {
	display: block;
	position: absolute;
	content: "A.";
	top: 0;
	left: 20px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.content-box .section dl dd a {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	/* breadclumb */
	.breadclumb {
		width: 100%;
		margin: 76px auto 10px;
		padding: 0 6.6%;
	}
	.breadclumb span {
		color: #333333;
		letter-spacing: 0.05em;
	}

	/* content */
	.content-box {
		width: 100%;
		margin: 21px auto 76px;
		padding: 0 6.6%;
		font-size: 12px;
		line-height: 1.5;
	}

	.content-box h1 {
		font-size: 16px;
	}

	.content-box p.read {
		margin: 17px 0 0;
	}

	.content-box .section {
		margin: 67px 0 0;
	}

	.content-box .section:first-of-type {
		margin: 30px 0 0;
	}

	.content-box .section h2 {
		font-size: 14px;
		padding: 0 0 9px;
	}

	.content-box .section dl dt {
		padding: 11px 10px 12px 34px;
	}

	.content-box .section dl dt::before {
		top: 10px;
		left: 10px;
		font-size: 14px;
	}

	.content-box .section dl dd {
		padding: 0 10px 10px 34px;
	}

	.content-box .section dl dd::before {
		left: 10px;
		font-size: 14px;
	}
}