@charset "utf-8";
@media only screen and (max-width: 750px) {

/* main */
#main .contact{
	display:none;	
}
/* contents */
.conBox {
	padding-top: 40px;
	padding-bottom: 30px;
}
.conBoxS {
	padding-top: 20px;
	padding-bottom: 30px;
}
.grayBox{
	background-color:#f4f5f4;
}
.grayBG{
	background-image:url(/common/img/pc_bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#f3f3f3;
}
.grayBG2{
	background-image:url(/common/img/pc_grayBG.gif);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#b7b7b7;
}
/* text */
.lead{
	font-size: 16px;
	margin-top:30px;
	text-align:center;
}

/* clearfix */
.box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.box {
	display: inline-block;
	min-height: 1%;
}
* html .box {
	height: 1%;
}
.box {
	display: block;
}
.box_sp:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.box_sp {
	display: inline-block;
	min-height: 1%;
}
* html .box_sp {
	height: 1%;
}
.box_sp {
	display: block;
}
/* clearfix end */


/* column */
.box > section,
.box > div,
.box > li {
	float: left;
	margin-right: 1.6%;
}
.box > section:last-child,
.box > div:last-child {
	margin-right: 0px;
}
.box > li.box2_1_sp:nth-child(2n){
	margin-right: 0px;
}

.box_sp > section,
.box_sp > div,
.box_sp > li {
	float: left;
	margin-right: 1.6%;
}
.box_sp > section:last-child,
.box_sp > div:last-child {
	margin-right: 0px;
}
.box_sp > li.box2_1_sp:nth-child(2n){
	margin-right: 0px;
}
.box2_1_sp{
	width:49.2%;
}
.box1_sp{
	width:100%;
	float:none;
}
.box1_sp > section,
.box1_sp > div,
.box1_sp > li {
	float:none;
	margin-right: 0;
}

/* Btn */
.btnSizeS{
	width:46.157%;
	margin-left:auto !important;
	margin-right:auto !important;
	float:none !important;
}

/* table */

.boxTable table {
	width: 100%;
		border-top: solid 3px #949594;
}
.boxTable th {
	padding: 10px;
	border-bottom: solid 1px #949594;
	border-right: solid 1px #949594;
	font-weight:normal;
	font-size:13px;
}
.boxTable td {
	padding:10px;
	border-bottom: solid 1px #949594;
	font-size:13px;
}
.boxTable .noBottom th {
	border-bottom: none;
	padding-bottom: 0;
}
.boxTable .noBottom td {
	border-bottom: none;
	padding-bottom: 0;
}	
}
