@charset "utf-8";

body{
	color: #000;
}

.main_visual{
	max-width: 1600px;
	margin: 70px auto ;
	position: relative;
}

.main_visual img{
    margin: 0 auto;
    display: block;
    width: 100%;
}

.main_visual h1{
	position: absolute;
	top: 10%;
	max-width: 980px;
	padding: 0 20px;
	left: 0;
	right: 0;
	margin: auto;
	color: #004182;
	font-weight: 200;
	font-size: 7vw;
}

.main_visual h1 span{
	font-size: 3.5vw;
}

.unit_box{
	max-width: 1020px;
	padding: 0 20px;
	margin: 0 auto 60px auto;
}

.unit_box h2{
	font-size: 30px;
	color: #2CA6D6;
    font-weight: 800;
    padding: 0 0 25px 20px;
    background: url(../../img/border.png) left bottom no-repeat;
    margin-bottom: 40px;
}

.unit_box h3{
	font-size: 25px;
	margin:0 20px 20px;
}

.unit_box h2 span{
	color: #000;
}

.unit_box p{
	line-height: 1.8;
	font-weight: normal;
	margin: 0 20px;
}

.taR{
	font-size: 16px;
}

.taR p{
	padding-left:1em;
	text-indent:0;
	display: inline-block;
}

.unit_box h4{
	color: #2CA6D6;
	font-size: 25px;
	display: inline-block;
	margin:40px 20px;
	border: solid 1px #2CA6D6;
	border-radius: 50px;
	line-height: 1;
	padding: 10px 40px; 
	font-weight: normal;
}

.unit_box .img{
	margin-left: 20px;
}

.tokuchou{
	margin-left: 20px;
}

.tokuchou li{
	margin-top: 40px;
	min-height: 50px;
	padding: 12px 0 0 50px;
}

ol.tokuchou li:first-child{
	background: url('../img/num1.png') left 20px no-repeat;
}

ol.tokuchou li:nth-child(2){
	background: url('../img/num2.png') left 20px no-repeat;
}

ol.tokuchou li:nth-child(3){
	background: url('../img/num3.png') left 20px no-repeat;
}

ol.tokuchou li:nth-child(4){
	background: url('../img/num4.png') left 20px no-repeat;
}

ol.tokuchou li:nth-child(5){
	background: url('../img/num5.png') left 20px no-repeat;
}

ol.tokuchou li:nth-child(6){
	background: url('../img/num6.png') left 20px no-repeat;
}

ol.tokuchou li:nth-child(7){
	background: url('../img/num7.png') left 20px no-repeat;
}

ol.tokuchou li:nth-child(8){
	background: url('../img/num8.png') left 20px no-repeat;
}

.tokuchou li h3{
	font-size: 30px;
}

.tokuchou li p em{
	color: #E50012;
}

.kekka{
	margin: 60px 20px;
	text-align: center;
}

.kekka a{
	display: inline-block; padding: 20px 40px;
	background: linear-gradient(to right, #524ab8, #039de7);
	color: #fff;
	border-radius: 50px;
	font-size: 20px;
}

.sakkin{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sakkin figure{
	width: 32%;
	margin: 0 0 20px 0;
}

.sakkin figure img{
	width: 100%;
}

.sakkin figure figcaption{
	font-weight: 200;
	font-size: 13px;
}

.table {
	padding: 0 20px;
	margin-bottom: 40px;
}

.table table{
	width: 100%;
	margin: 20px 0 10px;

}

.table table tr th,
.table table tr td{
	padding: 10px 15px;
	border: solid 1px #666;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.5;;
}

.table01 tr th{
	text-align: center;
	background: #f6e5e5;
}

.table01 tr td{
	text-align: center !important;
}

.table table tr td{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}

.table table + p{
	margin-right: 0;
}

.table .blue{
	background: #ddedf6;
}

.table02 tr th,
.table03 tr th{
	width: 25%;
	font-weight: bold;
}

.table02 tr td{
	text-align: left !important;
	vertical-align: top !important;
}

.table02 tr td ul{
	margin-left: 20px;
}

.table02 tr td ul li{
	background: none !important;
	list-style: circle;
	padding: 0;
	margin: 0 0 10px 0;
	min-height: auto;
}

.table + h4{
	margin: 20px;
	color: #000;
	font-size: 25px;
	border: none;
	padding: 0;
	font-weight: bold;
}

.blue em{
	color: #036eb7;
}

.joshu{
	display: flex;
	justify-content: space-between;
	margin-right: 20px;
}

.joshu > div{
	width: 49%;
}

.joshu > div h4{
	width: 100%;
	text-align: center;
	margin: 40px 20px 0 20px;
}

.joshu > div h4 + ul li{
	margin-top: 10px;
	margin-left: 20px;
	padding-left: 20px;
	background: none !important;
	min-height: auto;
}

.joshu > div h4 + ul li em{
	display: inline-block;
	padding-left: 70px;
	font-weight: bold;
	background: url('/common/img/border2.png') left 10px no-repeat !important; 
}

.anzen{
	margin-left: 20px;
}

.anzen li{
	background: url('/common/img/border2.png') left 15px no-repeat !important; 	
	padding-left: 70px;
	margin-bottom: 20px;
}

.anzen li h3{

	font-weight: bold;
	margin-bottom: 0;
	margin-left: 0;
}

.anzen li p{ margin-left: 0; }


@media only screen and (min-width: 1601px){

.main_visual h1{
	font-size: 90px;
}

.main_visual h1 span{
	font-size: 45px;
}

}

@media only screen and (max-width: 980px){

	#anc01,
	#anc02,
	#anc03
	{
		padding-top: 70px;
		margin-top: -70px;
	}

}

@media only screen and (max-width: 768px){
/* 
	#anc01,
	#anc02,
	#anc03
	{
		padding-top: 70px;
		margin-top: -70px;
	} */

.unit_box h2{
	font-size: 18px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.unit_box h3{
	font-size: 16px;
	margin-bottom: 10px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

.unit_box p{
	margin: 0;
}

.unit_box h4,
.tokuchou li h3{
	font-size: 16px;
}

.unit_box h4{
	width: 100%;
	margin:20px 0;
	text-align: center;
}

.tokuchou li{
	margin-top: 20px;
	background-size: 30px !important;
	padding-top: 5px;
}

.kekka{
	margin: 20px 20px 60px;
}

.kekka a{
	font-size: 16px;
	padding: 20px;
}

.table{
	overflow: auto; /*スクロールさせる*/
	white-space: nowrap; /*文字の折り返しを禁止*/
	padding: 0;
}

.table table{
	width: 980px;
}

.table table tr th, .table table tr td{
	padding: 5px;
}

.main_visual{
	margin: 20px 0;
}

.sakkin figure{
	width: 48%;
}

.table + h4{
	margin: 0;
}

.joshu{
	display: block;
}

.joshu > div{
	width: 100%;
}

.joshu > div h4{
	margin: 20px 0 0 0;
}

.tokuchou li{
	/* padding-left: 0; */
	/* padding-top: 40px; */
	padding-top: 0;
}

.tokuchou{
	margin-left: 0;
}

ol.tokuchou li:first-child{
	background: url('../img/num1.png') left top no-repeat;
}

ol.tokuchou li:nth-child(2){
	background: url('../img/num2.png') left top no-repeat;
}

ol.tokuchou li:nth-child(3){
	background: url('../img/num3.png') left top no-repeat;
}

ol.tokuchou li:nth-child(4){
	background: url('../img/num4.png') left top no-repeat;
}

ol.tokuchou li:nth-child(5){
	background: url('../img/num5.png') left top no-repeat;
}

ol.tokuchou li:nth-child(6){
	background: url('../img/num6.png') left top no-repeat;
}

ol.tokuchou li:nth-child(7){
	background: url('../img/num7.png') left top no-repeat;
}

ol.tokuchou li:nth-child(8){
	background: url('../img/num8.png') left top no-repeat;
}

.joshu > div h4 + ul li{
	margin-top: 0;
	padding-top: 20px;
	margin-left: 0;
}

p.taR{
	font-size: 13px;
}

.sakkin figure figcaption{
	line-height: 1.3;
}

.table table tr th,
.table table tr td{
	font-size: 14px;
}

.link02 .sub-menu{
	display: block !important;
}

}

