@charset "UTF-8";

/*================================================
 *  box01
 ================================================*/

@media (min-width:767px) and (max-width:1300px) {
	
#wrap {
  width: 1300px;
}
	
}

#box01 table {
	background-color: #ccc;
	color: #fff;
	margin-top: 50px;
}


#box01 table tr th {
	background-image: url("img01.png");
}

#box01 table h2 {
	letter-spacing: 3px;
	font-size: 10px;
	text-align: left;
}

#box01 table tr th {
	padding: 0 0 0 0;
	background-size: 100% auto;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}

#box01 table tr td {
	width: 30%;
	padding: 60px 26px 60px 26px;
}

#box01 table h2 {
	color: #fff;
/*	font-size: 24px;*/
	font-size: 28px;
/*	margin: 0 0 10px 0;*/
	margin: 0 0 0.75em 0;
	line-height: 1.6;
	font-family: 'NotoSerifJP-Medium';
	font-weight: normal;
	letter-spacing: 0;
}

#box01 table h2 sup.noteSupMark {
font-size: 12px;
position: relative;
top: -4px;
}

#box01 table tr td p {
	text-align: justify;
	line-height: 1.8;
	font-size: 12px;
}

#box01 table tr td .note {
	font-size: 12px;
	border: 1px solid #fff;
	padding: 10px 10px 10px 10px;
}

#box01 table tr td .supBottomNote {
margin-top: 0.5em;
text-indent: -2.25em;
padding-left: 2.25em;
}

#box02 .point {
	margin-top: 20px;
	padding: 20px 14px 10px 30px;
}

#box02 .point ul li {
	line-height: 1.5;
	padding-bottom: 6px;
}

@media screen and (max-width:767px) {
	
#box01 table h2 {
	font-size: 28px;
	}
	
#box01 table tr th, #box01 table tr td {
	display: inline-block;
	width: 100%;
}
	
#box01 table tr th {
	padding-top: 48%;
}
	
}

@media print, screen and (min-width: 767px) {
	
	#box01 table.center-top tr th {
	height: 305px;
	}

}


/*
@media screen and (max-width: 1200px) and (min-width: 768px){
}
*/



@media screen and (min-width: 1400px) {

	#box01 table h2 {
	font-size: 32px;
	}

}



/*================================================
 *  box02
 ================================================*/

#box02 table {
	border-collapse:separate;
 border-spacing:3px;
	margin-bottom: 50px;
}

#box02 table th, #box02 table td{
	vertical-align: top;
	padding: 20px 20px 20px 20px;
	font-size: 14px;
	text-align: left;
}

#box02 table th {
	background-color: #e4edf7;
	color: #003870;
}

#box02 table td {
	background-color: #fafafa;
}


/* timeTableDateList */

#box02 .timeTableDateList {
margin-bottom: 1.5em;
}

#box02 .timeTableDateList dl {
margin: 0 0 0.5em 0;
padding: 0;
}

#box02 .timeTableDateList dl:before,
#box02 .timeTableDateList dl:after {
content:"";
display: table;
}
#box02 .timeTableDateList dl:after { clear:both; }
#box02 .timeTableDateList dl { *zoom:1; }

#box02 .timeTableDateList dt {
float: left;
width: 10em;
font-size: 14px;
margin: 0;
padding: 0;
white-space: nowrap;
}

#box02 .timeTableDateList dd {
float: right;
width: calc(100% - 10em);
font-size: 14px;
margin: 0;
padding: 0;
white-space: nowrap;
}


@media screen and (min-width: 768px) {

	#box02 .timeTableDateList dt {
	width: 11em;
	}

	#box02 .timeTableDateList dd {
	width: calc(100% - 11em);
	}

}

