@charset "utf-8";

.spWrapper {
	width: 95%;
	min-width: 95%;
	margin: 0 auto;
	text-align: left;
}

#pageTtl {
	margin-bottom: 25px;
}

/* =========================
   article
========================= */

.wrapper {
	margin-bottom: 37px;
}

.tab_btn_sp {
	border-bottom: solid 0px #bebebe;
	display: block;
	margin: 0;
}

.tab_btn_sp li {
	float: left;
	background: url(../../img/common/list_icon.png) no-repeat 12px 12px;
	background-position: left center;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","ヒラギノ明朝 Pro W6","HGS明朝E","HG明朝E","ＭＳ Ｐ明朝",serif;
	font-size: 130%;
	vertical-align: middle;
	color: #7e7e7e;
	cursor: pointer;
	width: 50%;
	height: 22px;
	line-height: 22px;
	padding-right: 0;
	padding-left: 17px;
	box-sizing: border-box;
}

.tab_btn_sp li:nth-child(odd) {
	float: left;
}

.tab_btn_sp li:nth-child(even) {
	float: right;
}

.tab_content h3 {
	height: 34px;
	line-height: 34px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 10px;
	font-size: 15px;
}

.tab_content dt,
.tab_content dd {
	padding: 8px 40px;
}

.tab_content dt,
.tab_content dt.open {
	background-position: 10px center, 96% center;
	background-size: auto 17px, 18px auto;
}

.tab_content dd {
	padding-left: 57px;
	background-position: 35px center;
	background-size: auto 17px;
}