@charset "utf-8";


.flexOuter{
	display:flex;
	justify-content:space-between;
	width:984px;
	margin:0 auto;
	text-align:left;
}
.flexOuter .left{
	flex-basis:48%;
}
.flexOuter .left .pBox{
	width:100%;
	height:320px;
}
.flexOuter .right{
	flex-basis:48%;
	font-size:14px;
}
.flexOuter .right h4{
	margin-bottom:25px;
	font-size:21px;
}
/**/
.tt{
	width:984px;
	margin:0 auto;
	border-collapse:collapse;
}
.tt th,
.tt td{
	padding:10px;
	border:solid 1px #ccc;
}
.tt th{
	font-weight:normal;
	background:#f6f6f6;
}
.tt td{
	text-align:left;
}





/*responsive---------------------------------------------------------------------------------------*/
.ip5{
	display:none;
}
.img100per{
	width:100%;
	height: auto;
}
.img-sp100per{
}
.img-max100per{
	display: block;
	max-width: 100%;
	height: auto;
}
/*############################################*/
/*  */
/*############################################*/
.sp{
	display:none;
}
@media (max-width: 992px) {

}
@media only screen and (max-width: 767px) {
	.scroll_position{
		_margin-top:0px;
		_padding-top:0px;
	}
	body{
		font-size:14px;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
	.img100per{
		width:100%;
		height: auto;
	}
	.img-sp100per{
		width:100%;
		height: auto;
	}
	.img-max100per{
		display: block;
		max-width: 100%;
		height: auto;
	}

	/**/
	h3.jigyo{
		margin-bottom:0;
	}
	.flexOuter{
		flex-wrap:wrap;
		width:100%;
		margin:0 auto;
		text-align:left;
	}
	.flexOuter .left{
		flex-basis:100%;
	}
	.flexOuter .left .pBox{
		width:100%;
		height:70vh;
	}
	.flexOuter .right{
		flex-basis:90%;
		margin:42px auto 0;
		font-size:14px;
	}
	.flexOuter .right h4{
		margin-bottom:25px;
		font-size:21px;
	}
	/**/
	.tt{
		width:90%;
		margin:0 auto;
		border-width:0 1px 1px 0;
	}
	.tt th,
	.tt td{
		display:block;
		border-width:1px 0 0 1px;
	}
	.tt th{
	}
	.tt td{
		_text-align:left;
	}
	colgroup{
		width:100%;
	}






} /* /@media */
@media only screen and (max-width: 374px) {
	/*iPhone5サイズ*/


} /* /@media */





