/* ===============================
	PC
 =============================== */

/* main-visual */

@import url('https://fonts.googleapis.com/css?family=Questrial');

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#main .mainImg {
	padding: 0 20px;
	background: url(../images/item/main_img.png) no-repeat center center;
	background-size: cover;
}

#main .mainImg .photo {
	max-width: 446px;
	float: left;
	width: 40%;
}

#main .mainImg .photo img {
	max-width: 100%;
}

#main .mainImg h2 {
	padding: 12.4% 2px 0 0;
	float: right;
	font-size: 40px;
	font-size: 4rem;
	font-weight: bold;
	max-width: 600px;
	width: 52%;
	text-align: right;
}

#main .mainBox {
	padding: 65px 20px 100px;
	background: url(../images/item/bg.png) no-repeat center top;
	background-size: 100% auto;
}

#main .inner {
	max-width: 1120px;
	padding: 0 5px;
	margin-left: auto;
	margin-right: auto;
}

#main .mainBox p {
	margin-bottom: 68px;
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	line-height: 1.5;
}

#main .mainBox h3 {
	margin-bottom: 19px;
	padding-left: 15px;
	font-size: 30px;
	font-size: 3.0rem;
	font-weight: normal;
	border-left: 5px solid #2D4E93;
	line-height: 1.34;
}

#main .mainBox h3.item01 {
	border-left: 5px solid #FFBF00;
}

#main .tableBox {
	margin-bottom: 50px;
}

#main .tableBox:last-child {
	margin-bottom: 0;
}

#main table {
	width: 100%;
	border-collapse: collapse;
	background-color: #FFF;
}

#main table th,
#main table td {
	padding: 10px 5px 9px ;
	border: 1px solid #DDD;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}

#main table th,
#main table thead th {
	width: 10%;
}
#main table .box1 {
	width: 15%;
}
#main table .box2 {
	width: 15%;
}
#main table .box3 {
	width: 15%;
}
#main table .box4 {
	width: 15%;
}
#main table .box5 {
	width: 30%;
}

#main table th {
	background-color: #EEE;
	text-align: left;
}

#main table td,
#main table thead td {
}

#main table thead th,
#main table thead td {
	padding: 14px 2px 14px;
	color: #FFF;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	background-color: #2D4E93;
}

#main table thead th.item01,
#main table thead td.item01 {
background-color: #FFBF00;
text-align: center;
}

#main table thead th.item02,
#main table thead td.item02 {
background-color: #2D4E93;
text-align: center;
}

#main table thead th.item03,
#main table thead td.item03 {
background-color: #85B200;
text-align: center;
}

@media all and (-ms-high-contrast:none){
	#main .mainBox h3 {
		padding-top: 10px;
		line-height: 1.0;
	}
	
	#main table thead th, #main table thead td {
		padding: 16px 2px 12px;
	}
}

/*  PC ここまで
-------------------------------------------------------------------------------------------------------------------------*/

/*  max-width:960pxここから
-------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width : 960px ){
/*  max-width:960pxここまで
-------------------------------------------------------------------------------------------------------------------------*/
}

/*  max-width:768pxここから
-------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width : 768px ){
	#main .mainImg .photo {
		width: 50%;
	}
	
	#main .mainImg h2 {
		width: 50%;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.4;
	}
	
	#main .mainBox {
		padding: 30px 20px 40px;
	}
	
	#main .mainBox p {
		margin-bottom: 30px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	#main .mainBox h3 {
		margin-bottom: 10px;
		padding-left: 10px;
		font-size: 20px;
		font-size: 2.0rem;
		line-height: 1.2;
	}
	
	#main table th, #main table td {
		padding: 5px 2px;
		font-size: 11px;
		font-size: 1.1rem;
	}
	
	#main table thead th, #main table thead td {
		font-size: 14px;
		font-size: 1.4rem;
	}
	
	
/*  max-width:768pxここまで
-------------------------------------------------------------------------------------------------------------------------*/
}

/*  max-width:480pxここから
-------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {


	#main .tableBox {
	margin-bottom: 30px;
}

	#main .mainBox {
		padding: 30px 10px 40px;
	}
	
	#main table th, #main table td {
		font-size: 9px;
		font-size: 0.9rem;
		letter-spacing: -0.7px;
	}
	
	#main table thead th, #main table thead td {
		padding: 5px 0px;
		font-size: 0.9px;
		font-size: 0.9rem;
		letter-spacing: -0.8px;
	}

/*  max-width:480pxここまで
-----------------------------------------------------------------------------------------------------------------*/
}
