
/*
solutionWrap
---------------------------*/


/*pc btn*/
.solutionWrap dl:first-child ul.links{
	margin: 20px auto 0 auto;
}
.solutionWrap dl ul.links li img{
	width: 257px;
	height: auto;
}


/*keisei img*/
.solutionWrap dl:nth-child(2){
	/*padding-top: 0;
	margin: 60px auto 0;*/
}
.solutionWrap dl:nth-child(2) dt{
	/*margin-bottom: 40px;*/
}
.solutionWrap dl:nth-child(2) dd{
	background-color: #FFF;
	text-align: center;
	width: 470px;
}
.solutionWrap dl:nth-child(2) dd img{
	width: 100%;
	height: auto;
	margin-top: 5px;
	display: block;
}
.solutionWrap dl:nth-child(2) dd div{
	margin: 30px 20px 0;
	padding-top: 10px;
	padding-bottom: 20px;
	border-top: 1px solid #e1e5e8;
	text-align: left;
	font-weight: bold;
	color: #06c;
}
.solutionWrap dl:nth-child(2) dd div img.spacer{
	margin-top: 28px;
}
main .hikaku strong{
	margin-bottom: 20px;
}

/*
IntroductionResultWrap
--------------------------------*/

/*sekou meritto*/
.IntroductionResultWrap table.countTB tr:nth-child(n + 7) td:nth-of-type(1)::before{
	content:none;
}


/*kensyou kekka*/
.IntroductionResultWrap > dl:nth-child(3) dt span{
	font-size: 1.2rem;
	line-height: 1.2rem;
	display: block;
	text-align: right;
	margin-top: 10px;
}
.IntroductionResultWrap table.resulTB{}
.IntroductionResultWrap table.resulTB th{
	font-weight: normal;
	text-align: left;
	width: calc(100% / 5);
	padding: 10px;
}
.IntroductionResultWrap table.resulTB td{
	font-size: 1.4rem;
	width: calc(100% / 5);
	text-align: center;
	padding: 10px;
	vertical-align:inherit;
}
.IntroductionResultWrap table.resulTB td strong{
	font-weight: bold;
}
.IntroductionResultWrap table.resulTB td.bgC{
	background-color: #fffbfb;
}
.IntroductionResultWrap table.resulTB td.FcR{
	color: #e60012;
}
.IntroductionResultWrap .notice{
	color: #e60012;
	font-size: 1.4rem;
	line-height: 2.2rem;
	margin-top: 20px;
}

/*18month*/
.IntroductionResultWrap{}
.IntroductionResultWrap article.doaiImg{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.IntroductionResultWrap .doaiImg dl{
	width: calc(100% / 2 - 20px);
}
.IntroductionResultWrap article.doaiImg dt{
	font-size: 1.6rem;
	line-height: 1.6rem;
	padding-bottom: 15px;
}
.IntroductionResultWrap .doaiImg dl dd{
width: 100%;
}
.IntroductionResultWrap .doaiImg ul{
	overflow: hidden;
	margin-bottom: 30px;
}
.IntroductionResultWrap .doaiImg li{
	width: calc(100% / 2 - 0.5px);
	float: left;
}
.IntroductionResultWrap .doaiImg li:first-child{
	margin-right: 1px;
}
.IntroductionResultWrap .doaiImg h4{
	font-size: 1.4rem;
	line-height: 1.4rem;
	background-color: #e9ecee;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	
}
.IntroductionResultWrap .doaiImg h4.on{
	background-color: #e60012;
	color: #fff;
}
