.select_content .select_inner {
	width: 850px;
	margin: 0 auto;
	padding-bottom: 60px;
	background: #fff;
}
.select_content .select_inner dl {
	overflow: hidden;
	padding: 26px 0 26px;
	border-top: 1px solid #e3e3e5;
}
.select_content .select_inner dl:first-child {
	margin-top: 0;
	border-top: 0;
}
.select_content .select_inner dl:last-child {
	border-bottom: 1px solid #e3e3e5;
}
.select_content .select_inner dt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	float: left;
	width: 174px;
}

.la_cn .select_content .select_inner dt {
	font-family: "Noto Sans JP", sans-serif;
}
.select_content .select_inner dd {
	padding-left: 220px;
}
.select_content .select_inner dd dl {
	margin-top: 20px;
	padding: 0;
	border-top: 0 solid #e3e3e5;
}
.select_content .select_inner dd dl:last-child {
	border-bottom: 0;
}
.select_content .select_inner dd dt {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 14px;
	float: none;
	width: auto;
}

.la_cn .select_content .select_inner dd dt {
	font-family: "Noto Sans JP", sans-serif;
}
.select_content .select_inner dd dd {
	padding: 0;
}
.select_content .select_inner dd .img {
	display: block;
	margin-top: 41px;
	margin-bottom: 20px;
}
.select_content .select_inner dt +dd .img {
	margin-top: 0;
}
.select_content .select_inner dd span {
	font-family: "Noto Sans JP", sans-serif;
	display: block;
}

.la_cn .select_content .select_inner dd span{
	font-family: "Noto Sans JP", sans-serif;
}
.hide {
	display: none;
}


@media screen and (max-width:768px) {
	.select_content .select_inner dd dl {
		margin-top: 32px;
	}
	.select_content .select_inner dd dl:first-child {
		margin-top: 0;
		padding-top: 2px;
		border-top: 0;
	}
	.select_content .select_inner dd dl:nth-of-type(5) dt,
	.select_content .select_inner dd dl:nth-of-type(6) dt,
	.select_content .select_inner dd dl:nth-of-type(7) dt,
	.select_content .select_inner dd dl:nth-of-type(8) dt,
	.select_content .select_inner dd dl:nth-of-type(9) dt {
		line-height: 1.3;
	}
	.select_content .select_inner dd dl:nth-of-type(5),
	.select_content .select_inner dd dl:nth-of-type(6),
	.select_content .select_inner dd dl:nth-of-type(7),
	.select_content .select_inner dd dl:nth-of-type(8),
	.select_content .select_inner dd dl:nth-of-type(9) {
		margin-top: 29px;
	}
	.select_content .select_inner dl {
		overflow: hidden;
		padding: 30px 0 30px;
		padding: 39px 0 38px;
	}
	/*.tab {
		position: relative;
		overflow: auto;
		margin-bottom: 0;
	}
	.tab .tab_wrap {
		display: table;
		width: 100% !important;
		padding-left: 0;
	}
	.tab li {
		font-size: 18px;
		line-height: 1;
		display: table-cell;
		float: none;
		width: 50%;
		padding-bottom: 18px;
		cursor: pointer;
		text-align: center;
	}
	.tab li {
		font-family: "Noto Sans JP", sans-serif;
		position: relative;
	}
	.tab li .is_active span {
		position: relative;
	}
	.tab li .is_active span:before {
		position: absolute;
		z-index: 2;
		right: 4px;
		bottom: -18px;
		left: -7px;
		display: block;
		width: 100%;
		padding: 0 7px;
		content: "";
		border-bottom: 2px solid #90bfa5;
	}
	.tab .border {
		position: absolute;
		bottom: 0;
		width: 100%;
		border-bottom: 1px solid #e3e3e5;
	}*/
	.select_content .select_inner {
		width: 100%;
		margin: 0 auto;
		padding: 0 19px;
		padding-bottom: 100px;
		background: #fff;
	}
	.select_content .select_inner .txt {
		text-align: left;
	}
	.select_content .select_inner dt {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 14px;
		line-height: 1;
		float: none;
		margin-bottom: 40px;
	}
	.la_cn .select_content .select_inner dd dt,.la_cn .select_content .select_inner dt {
		font-family: "Noto Sans JP", sans-serif;
	}

	.select_content .select_inner dt {
		font-family: "Noto Sans JP", sans-serif;
		font-size: 14px;
		line-height: 1;
		float: none;
		margin-bottom: 40px;
	}
	.select_content .select_inner dd {
		margin-top: 10px;
		padding-left: 0;
	}
}
/* tab */
.tab-content {
	display: none;
}
.tab-content.is_show {
	display: block;
}

/* font size */
.fS {
 font-size: 85%;
 line-height: 0.8;
}
.fL {
 font-size: 115%;
 font-weight: bold;
}
