@charset "UTF-8";

.u-headline01 {
	background: #EE5353;
	margin-bottom: 25px;
}

.u-headline02 {
	background: #FFDFDE;
	color: #FF5552;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
	padding: 10px 17px;
}

.secFaq {
	margin-top: 45px;
}

.secFaq_title {
	margin: 0 0 22px;
}

.secFaq_body p {
	padding: 0 0 0 15px;
}

.secFaq_body p:nth-child(n+2) {
	margin-top: 15px;
}

.secFaq_body p a {
	color: #00A3D8;
	text-decoration: underline;
}

.secFaq_body p a:hover {
	text-decoration: none;
}

.u-cautionText {
	color: #f00;
}

.secFaq_body table {
	width: 100%;
	margin: 20px 0 0 15px;
	text-align: left;
	font-size: 16px;
}

.secFaq_body table th,
.secFaq_body table td {
	padding: 5px 15px;
	border: 1px solid #ccc;
	vertical-align: middle;
}

.secFaq_body table th {
	width: 275px;
	font-weight: normal;
	background: #FFFFE4;
}

.secFaq_body table tr td {
	white-space: nowrap;
}

.questions {
	padding-left: 1em;
}

.questions > li {
	margin-top: 5px;
}

.questions > li:first-child {
	margin-top: 0;
}

.questions > li:nth-child(2n) {
}

.questions > li > a {
	text-decoration: underline;
}

.questions > li > a:hover {
	text-decoration: none;
}

.questions > li > a:before {
	content: "Q";
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	background: #FF5552;
	color: #fff;
	width: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border-radius: 50%;
	font-size: 12px;
}

.questions > li > a:after {
}

/* タブレット以下設定 */
@media screen and (max-width:939px) {
	.secFaq {
		margin-top: 30px;
	}

	.secFaq_title {
		margin: 0 0 17px;
	}

	.secFaq_body p {
		padding: 0;
	}

	.secFaq_body table {
		margin: 15px 0;
	}

}

/* スマホ設定 */
@media screen and (max-width:639px) {
	.u-headline01 {
		margin-bottom: 15px;
	}

	.u-headline02 {
		font-size: 15px;
		line-height: 1.3;
		padding: 5px 12px;
	}

	.secFaq {
		margin-top: 28px;
	}

	.secFaq_title {
		margin: 0 0 12px;
	}

	.secFaq_body table {
		font-size: 14px;
	}

	.secFaq_body table,
	.secFaq_body table tbody,
	.secFaq_body table tr,
	.secFaq_body table th,
	.secFaq_body table td {
		display: block;
	}

	.secFaq_body table tr:first-child {
		border-top: 1px solid #ccc;
	}

	.secFaq_body table th,
	.secFaq_body table td {
		border-top: none;
		padding: 10px;
	}

	.secFaq_body table th {
		width: 100%;
	}

	.secFaq_body table td {
	}

	.questions {
		padding: 0;
	}

	.questions > li {
		margin-top: 8px;
	}

	.questions > li:first-child {
	}

	.questions > li:nth-child(2n) {
	}

	.questions > li > a {
		position: relative;
		z-index: 1;
		padding-left: 28px;
		display: block;
		line-height: 1.4;
	}

	.questions > li > a:hover {
	}

	.questions > li > a:before {
		display: block;
		position: absolute;
		z-index: 1;
		top: 0px;
		left: 0;
	}

	.questions > li > a:after {
	}

}
