@charset "utf-8";
/* CSS Document */
/*******************
info
********************/
.info-ttl {
	background: url(../shared/img/info_titl_bg.jpg) repeat;
	color: #fff;

	font-size: 30px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 15px;
	margin: 10px auto 20px;
	text-align: left;
	position: relative;
	z-index: 999;
}
h2.info-ttl {
	margin: 70px 0 20px;
}
.info-sttl {
	background-color: #ccc;
	box-sizing: border-box;
	color: #222;
	font-size: 1.2em;
	font-weight: bold;
	padding: .5em;
	margin: 1em auto .5em;
}
.info-table {
	width: 100%;
}
.info-table th {
	font-weight: bold;
	border: 1px solid #d6a052;
	vertical-align: middle;
	padding: 1em;
	text-align: center;
	width: 168px;
	font-size: 17px;
	color: #4e350e;
	background: #fff6e8;
}
.info-table td {
	border: 1px solid #d6a052;
	vertical-align: middle;
	padding: 1em;
	text-align: left;
}
.info-dl {
	border-color: #f2a367;
	border-style: double;
	width: 725px;
	position: relative;
	margin: -1px auto 0;
	padding: 25px;
}
.info-dl dt{
	border-bottom: double 3px #f2a367;
	color: #f2a367;
	font-size: 24px;
	font-weight: bold;
	margin: 0 auto .6em;
	padding-bottom: .3em;
}
.info-dl dd {
	box-sizing: border-box;
	padding: 0 0 1.2em 0;
}
.info-dl dd:last-child {
	padding: 0;
}
.info-dl dd + dt {
	margin-top: 1em;
}
.info-basis {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 1.2em;
}
.info-basis > dl {
	width: -webkit-calc((100% - 40px) / 3);
	width: -o-calc((100% - 40px) / 3);
	width: calc((100% - 40px) / 3);

	background: url(../shared/img/info_img001.jpg) repeat;
	width: 250px;
	height: 300px;
	box-sizing: border-box;
	padding: 25px;
	margin-bottom: 20px;
}
.info-basis > .bg2 {
	width: -webkit-calc((100% - 40px) / 3);
	width: -o-calc((100% - 40px) / 3);
	width: calc((100% - 40px) / 3);

	background: url(../shared/img/info_img002.png) repeat;
	width: 185px;
	height: 300px;
	box-sizing: border-box;
	padding: 25px;
	margin-bottom: 20px;
}
.info-basis dt {
	font-weight: bold;
	text-align: center;
	padding: 15px 0 20px;
	margin-bottom: 10px;
	border-bottom: 1px solid #4e350e;
	color: #4e350e;
	font-size: 20px;
}
.basis-text {
	padding: 0 0 10px!important;
}
.info-basis table {
	/*! margin: 0 auto; */
}
.info-basis th {
	text-align: center;

}
.info-basis table tr {
	align-items: center;
	display: flex;
	margin-bottom: 10px;
}
.info-basis th img {
	width: 40px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.comparison-table table tbody , td, th {
	border: none;
}
.mt60{margin-top: 60px;}
.mb20{margin-bottom: 20px;}
.info-detail {
	width: 100%;
}
.info-detail caption {
	color: #d6a052;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
}
.info-detail {
	border: 3px solid #d6a052;
}
.info-detail th {
	background-color: #fff6e8;
	color: #4e350e;
	border: 1px solid #d6a052;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 7px 0;
	line-height: 1.3;
	width: 101px;
}
.info-detail td {
	border: 1px solid #d6a052;
	text-align: center;
	font-size: 20px;
	height: 75px;
}
.info-detail .vgood2 {
	font-size: 48px;
	font-weight: bold;
	color: #ee4878;
	margin-top: 10px;
	display: inline-block;
}
.info-detail .good {
	font-size: 48px;
	font-weight: bold;
	color: #f4c862;
	margin-top: 10px;
	display: inline-block;
}
.info-detail .soso {
	font-size: 48px;
	font-weight: bold;
	color: #8cd0ff;
	margin-top: 10px;
	display: inline-block;
}
.info-detail .nogood {
	font-size: 48px;
	font-weight: bold;
	color: #999999;
	margin-top: 10px;
	display: inline-block;
}
.rank_s {
	background: #ffff7f;
}
.f-siz14 {
	font-size: 14px!important;
	line-height: 1.3;
}
.f-siz16 {
	font-size: 16px!important;
	line-height: 1.2;
}
.f-siz18 {
	font-size: 18px!important;
	line-height: 1.2;
}
