@charset "UTF-8";


/* ●case詳細 */

.tab_block {
	margin-bottom: 20px;
	padding: 10px 5px 5px 5px;
	background: url(../images_common/bg_dot.png);
	-webkit-background-size: 4px 4px;
	clear: both;
	text-align: center;
}

.tab_block li {
	list-style: none;
	margin-bottom: 6px;
	text-align: center;
	display: inline-block;
}

.tab_block li a {
	display: block;
	padding: 5px 10px 3px 10px;
	background: #fff;
	text-decoration: none;
	white-space: nowrap;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	font-size: 13px;
}

.tab_block li a:hover,
.tab_block li a.current {
	background: #fbd908;
	color: #333;
	text-decoration: none;
}

.case_block dt {
	font-weight: bold;
	margin: 8px 0 0;
	font-size: 15px;
	line-height: 1.7;
}

.case_block dd {
	border-bottom: 2px dotted #ccc;
	padding: 0 0 8px;
	font-size: 15px;
	color: #555;
	line-height: 1.7;
}


/* アコーディオン */
.subtitle_QA h2 {
	padding: 16px 6% 12px 0;
	width: 94%;
}
