@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	faq.css
*/

.body {
	padding: 0 0 180px 0;
}
@media screen and (max-width: 768px) {
	.body {
		padding: 0 0 80px 0;
		font-size: 13px;
	}
}

/*============================================================
	コンテナ
*/
.body .container {
	padding: 0;
	max-width: 860px;
}
@media screen and (max-width: 768px) {
	.body .container {
		padding: 0 20px;
	}
}

/*============================================================
	リスト
*/
.body .list {
	margin-top: 55px;
}
.body .list ul {
	border-bottom: 2px solid #00008f;
}
.body .list ul li {
	border-top: 2px solid #00008f;
}
.body .list ul li .alphabet {
	position: absolute;
	left: 15px;
	font-weight: 300;
	font-family: Roboto-Condensed, sans-serif;
	font-size: 36px;
	line-height: 1.2;
}
.body .list ul li .root {
	display: block;
	position: relative;
	padding: 35px 0 35px 70px;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.4;
	color: #000090;
	cursor: pointer;
}
.body .list ul li .root::selection {
	background-color: transparent;
}
.body .list ul li .root .alphabet {
	top: 30px;
}
.body .list ul li .root i {
	display: block;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -16px;
	width: 32px;
	height: 32px;
}
.body .list ul li .root i::before,
.body .list ul li .root i::after {
	content: '';
	position: absolute;
	display: block;
	background-color: #00008f;
}
.body .list ul li .root i::before {
	top: 50%;
	left: 0;
	margin-top: -1px;
	width: 100%;
	height: 2px;
}
.body .list ul li .root i::after {
	top: 0;
	left: 50%;
	margin-left: -1px;
	width: 2px;
	height: 100%;
}
.body .list ul li.opened .root i::after {
	display: none;
}
.body .list ul li .child {
	overflow: hidden;
	height: 0;
}
.body .list ul li .answer {
	position: relative;
	padding: 10px 15px 40px 70px;
	line-height: 3;
}
.body .list ul li .answer .alphabet {
	top: 11px;
	color: #ff1721;
}
.body .list ul li .answer p.note {
	margin-top: 10px;
	text-align: right;
	font-size: 12px;
}

/*　テーブル　*/

.body .list ul li .answer table {
	margin: 10px 0 0 0;
	width: 100%;
	table-layout: fixed;
}
.body .list ul li .answer table th,
.body .list ul li .answer table td {
	padding: 15px 5px;
	border: 1px solid #bfbfc1;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 1.4;
	white-space: nowrap;
	font-feature-settings: "palt";
}
.body .list ul li .answer table th {
	background-color: #f3f3f6;
}

@media screen and (max-width: 768px) {
	.body .list {
		margin-top: 30px;
	}
	.body .list ul li .alphabet {
		left: 5px;
		font-weight: 500;
		font-size: 23px;
		line-height: 1.2;
	}
	.body .list ul li .root {
		padding: 25px 50px 25px 45px;
		font-size: 16px;
		line-height: 1.4;
	}
	.body .list ul li .root .alphabet {
		top: 24px;
	}
	.body .list ul li .root i {
		right: 5px;
		margin-top: -8px;
		width: 16px;
		height: 16px;
	}
	.body .list ul li .answer {
		padding: 5px 30px 25px 45px;
		line-height: 2;
	}
	.body .list ul li .answer .alphabet {
		top: 6px;
	}
	.body .list ul li .answer p.note {
		margin-top: 5px;
		font-size: 11px;
	}

	.body .list ul li .answer table th,
	.body .list ul li .answer table td {
		padding: 12px 2px;
		border: 1px solid #bfbfc1;
		vertical-align: middle;
		text-align: center;
		font-size: 11px;
		line-height: 1.4;
		white-space: nowrap;
		font-feature-settings: "palt";
	}
}
