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

.pc_none{
	display: none!important;
}

/*ここにCSSを記述*/

/*//////メインここから//////*/
#container #main{
	width: 760px;
	height: auto;
	float: right;
}

#container #main .overview{
	width: 100%;
	height: auto;
}

#container #main .overview h2{
	width: 98%;
	height: 81px;
	font-size: 22.5px;
	font-weight: 800;
	line-height: 81px;
	color: #0A558F;
	padding-left: 2%;
	background-image: url(../img/overview_title_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

table{
	width: 100%;
	height: auto;
	margin: 30px 0 60px 0;
	margin-top: 30px;
	margin-bottom: 60px;
	border-collapse: collapse;
	overflow: hidden;
}

table tr{
	border-bottom: 1px solid #ececec;
}

table tr:last-child{
	border-bottom: none;
}

table tr th{
	width: 23%;
	height: auto;
	text-align: left;
	font-size: 14px;
	line-height: 26px;
	padding: 20px 1%;
}

table tr td{
	width: auto;
	font-size: 14px;
	line-height: 26px;
	padding: 20px 1%;
	text-align: left;
}




}































/*=================================
スマホ SPここから
=================================*/
@media only screen and (max-width: 599px) {

.sp_none{
	display: none!important;
}
/*ここにCSSを記述*/

body{
	min-width: 100%;
}

#container #main{
	width: 100%;
	height: auto;
	float: right;
}

#container #main .overview{
	width: 100%;
	height: auto;
}

#container #main .overview h2{
	width: 97%;
	height: 50px;
	font-size: 16px;
	font-weight: 800;
	line-height: 50px;
	letter-spacing: 2px;
	color: #0A558F;
	padding-left: 3%;
	background-image: url(../img/overview_sp_title_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: auto;
}

table{
	width: 100%;
	height: auto;
	margin: 10px 0 30px 0;
	border-collapse: collapse;
	overflow: hidden;
}

table tr{
	border-bottom: 1px solid #ececec;
}

table tr:last-child{
	border-bottom: none;
}

table tr th{
	display: block;
	width: 94%;
	height: auto;
	text-align: left;
	font-size: 12px;
	font-weight: 800;
	line-height: 20px;
	padding: 8px 3% 0 3%;
	color: #0A558F;
}

table tr td{
	display: block;
	width: 94%;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	padding: 0 3% 8px 3%;
}







}

