﻿@charset "utf-8";

@media (max-width: 639px) {

/************************************************
base
************************************************/
img.spDisplay, span.spDisplay, br.spDisplay {
	display: inline!important;
}

/***********************************************************
#contents
***********************************************************/
/*---------------
benefitBlk
------------------*/
#contents .benefitBlk {
	width: auto;
}
#contents .benefitBlk [class *="bnfSec"] {
	position: relative;
}
.benefitBlk .bnfSec02 .bnfBnr {
	position: absolute;
	bottom: 10%;
	width: 100%;
}
.benefitBlk .bnfSec02 .bnfBnr a {
	display: block;
	width: 65%;
	margin: 0 auto;
}

/*---------------
basicInfo
------------------*/
#contents #basicInfo .tableTitle {
	background: #eeeeee;
	border-bottom: 1px solid #aaaaaa;
	font-size: 1rem;
	font-weight: normal;
	padding: 12px 16px;
}
#contents #basicInfo .tableWrap {
	display: table;
	width: 100%;
}
#contents #basicInfo .tableCell {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
#contents #basicInfo td {
	padding: 18px 16px;
	border-bottom: 1px solid #aaaaaa;
}

}
