@charset "utf-8";

.timingBox .timingFig p{
	width: 38%;
}

.arrowWrap {
	padding-top: 0;
}
@media screen and (max-width: 767px) {
	.arrowWrap {
    padding-bottom: 50px;
    margin-bottom: 15px;
    background-size: 60px auto;
    line-height: 1.3;
	}
	.arrowWrap .txt{
		font-size: 25px;
	}
}

.accTable{
	border: 1px solid #dcdcdc;
}
.accTable .clmIn{
	width: 50%;
}
.accTable .clmIn:last-child{
	border-left: 1px solid #dcdcdc;
}
.accTable .ttlBgBlue{
	border-radius: 0;
	margin-bottom: 0;
}
.accTable .accTtlIn{
	padding: 15px;
}

@media screen and (max-width: 767px) {
	.accTable{
		border: none;
	}
	.accTable .clmIn{
		width: 100%;
	}
	.accTable .accTtlWrap > .accTtlBtn{
		background: #7dcdf4;
	}
}

.colAlignBlock .colAlign:first-child{
	border: #f3f3f3 3px solid;
	border-radius: 10px;
}
.colAlignBlock .colAlign:first-child .linkIn{
	border: none;
}
.colAlignBlock .linkImgList .linkImageL .colR{
	padding-right: 30px;
}
.colAlignBlock .linkImgList .linkImageL .colR .txt{
	line-height: 1.5;
}
.colAlignBlock .linkImageL .linkIn .linkInTxt{
	font-size: 14px;
}
.colAlignBlock .linkImageL .linkIn .linkInTxt .annotation{
	font-size: 12px;
}
@media screen and (max-width: 767px) {
	.colAlignBlock .colAlign:first-child{
		border: none;
	}
	.colAlignBlock .linkImgList .linkImageL{
		padding: 0;
	}
}

.caseBox{
	display: table;
	width: 100%;
	background: url(/eigo/img/eiken/img_eiken_34.png) no-repeat center bottom;
	background-size: 25px auto;
	padding-bottom: 20px;
}
.caseBox:last-child{
	background: none;
	padding-bottom: 0;
}
.caseBox .icon{
	display: table-cell;
	width: 64px;
	vertical-align: middle;
}
.caseBox .txt{
	display: table-cell;
	padding-left: 1em;
	vertical-align: middle;
}

.clm2Custom_2 .clmIn{
	float: left;
	width: 38%;
}
.clm2Custom_2 .clmIn:first-child{
	width: 62%;
	padding-right: 1em;
}
.clm2Custom_2:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
	

@media screen and (max-width: 767px) {
.clm2Custom_2 .clmIn{
	float: none;
	width: 100%;
}
.clm2Custom_2 .clmIn:first-child{
	width: 100%;
	padding-right: 0;
}
}

@media screen and (max-width: 767px) {

	.clm2 .qaArea{
		width: 100%;
	}
	.clm3 .clmIn{
		float: none;
		width: 100%;
		padding-right: 0;
		margin-top: 15px;
	}
	.clm3 .clmIn:nth-child(3n){
		float: none;
		padding-left: 0;
	}
	.clm3 .clmIn:nth-child(2), .clm3 .clmIn:nth-child(5n){
		float: none;
		padding: 0;
	}

	#btmNav .btmNavList .listBox{
		width: 100%;
		display: block;
		float: none;
		height: auto;
	}
	#btmNav .btmNavList .listBox .link{
		display: block;
		padding: 20px 25px 20px 15px;
	}
	#btmNav .btmNavList .listBox:nth-child(odd) .link{
		border-right: none;
	}
	#btmNav .btmNavList .listBox:last-child .link{
		border-bottom: #e6e6e6 1px solid;
	}
	.taL-sp{
		text-align: left !important;
	}
	
	.boxRadNml {
		text-align: left;
	}
	
	.pinkQA.qaArea .txtQ {
		text-indent: -36px;
		padding-left: 0 !important;
		margin-left: 36px;
		display: block;
	}
	
}

.qaArea .subA.heightline{
	height: 4.5rem;
  display: table-cell;
  vertical-align: middle;
}
