@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: #333;
	line-height: 0.7;
	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;
	line-height: 1.3;
}

.unit_box h3 em{
	color: #e20012;
}

.unit_box h2 span{
	color: #000;
}

.unit_box p{
	/* font-size: 16px; */
	line-height: 1.8;
	font-weight: normal;
	margin: 0 20px;
}

.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;
}

small.tokkyo{
	font-size: 12px;
	color: #666;
}

.unit_text_img{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.unit_text_img .unit_text{
	width: 75%;
}

.unit_text_img .unit_img{
	width: 20%;
}

#anc02 figure{
	text-align: center;
}

.list01 > li{
    background: url(/common/img/border2.png) left 10px no-repeat !important;
    padding-left: 80px;
    margin-bottom: 40px;
}

.list01 > li:last-child{
	margin-bottom: 0;
}

.list01 > li *{
	margin: 0;
}

.list01 > li h3{
	margin-bottom: 20px;
}

.list01 > li > ul{
	margin-left: 30px;
}

.list01 > li > ul li{
	list-style-type: disc;
}

.unit_img {
	max-width: 1600px;
	margin: 0 auto;
}

.unit_img img{
	text-align: center;
	width: 100%;
}

.unit_img figcaption{
	max-width: 1020px;
	padding: 0 20px;
	margin: 10px auto;
	font-size: 14px;
}

.heead01{
	font-size: 30px;
    margin: 0 0 20px 0;
}

#anc03 div{
	display: flex;
	justify-content: space-between;
}

#anc03 div ul,
#anc03 div figure{
	width: 50%;
}

#anc03 div figure{
	text-align: right;
}

#anc03 div ul li ul{
	width: 100%;
}

#anc03 div ul li ul li{
	overflow: visible;
}

#anc03 h3,
#anc04 h3,
#anc05 h3{
	margin: 0 0 20px 0;
	font-weight: 500;
}

#anc04 h3 + p{
	margin: 0
}

#anc04 .manual{
	margin-top: 40px;
	display: flex;
	justify-content: space-around;
}

#anc04 .manual figure{
	width: 30%;
	text-align: center;
}

#anc04 .manual figure:last-child{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

#anc04 .manual figure img{
	display: block;
	margin: 0 auto;
}

#anc04 .manual figure figcaption{
	width: 100%;
	margin-top: 20px;
}

#anc04 .manual figure figcaption a{
	width: 80%;
	text-align: center;
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(to right, #524ab8, #039de7);
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
}

#anc05 figure{
	display: flex;
	justify-content: space-between;
}

#anc05 figure img:last-child{
	display: block;
	margin: 40px auto 0;
}

#anc06{
	/* background: #f3f4f4; */
	padding: 40px 20px;
}

#anc06 h3{
	max-width: 980px;
	font-size: 25px;
    margin: 0 auto 20px;
    font-weight: 500;
}

#anc06 table{
	max-width: 980px;
	margin: 0 auto;
}

#anc06 table *{
	border: none;
	text-align: left;
}

#anc06 table tr{
	border-bottom: solid 1px #666;
}

#anc06 table tr:first-child{
	border-top: solid 1px #666;	
}

#anc07 {
	padding: 20px;
}

#anc07 .caution{
	max-width: 980px;
    margin: 0 auto;
}

#anc07 .caution h3{
	text-align: center;
	line-height: 1;
	padding: 10px;
	border: solid 1px #ccc;
}

#anc07 .caution h3 img{
	margin: 0 10px 0;
	vertical-align: sub;
}

#anc07 .caution ul{
	border: solid 1px #ccc;
	border-top: none;
	padding: 20px 20px 0 20px;	
}

#anc07 .caution ul li{
	list-style-type: disc;
	margin-left: 20px;
	margin-bottom: 20px;
}

#anc07 .caution ul li em{
	color: #f00;
}

.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
}

.table table{
	width: 100%;
	margin: 20px 0 10px;

}

.table table tr th,
.table table tr td{
	padding: 10px;
	border: solid 1px #666;
	text-align: center;
	vertical-align: middle;
}

.table01 tr th{
	text-align: center;
	background: #f6e5e5;
}

.table table tr td{
	font-weight: normal
}

.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: 45%;
}

.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') top left no-repeat !important; 
}

.anzen{
	margin-left: 20px;
}

.anzen li{
	background: url('/common/img/border2.png') top left no-repeat !important; 	
	padding-left: 70px;
	margin-bottom: 20px;
}

.anzen li h3{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
	margin-left: 0;
}

.anzen li p{ margin-left: 0; }

.media { position: relative; width: 100%; padding-top: 56.25%; margin-top: 20px !important;}
.media iframe { position: absolute; top: 0; right: 0; width: 100%; height: 100%;}


@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,
	#anc04,
	#anc05,
	#anc06
	{
		padding-top: 70px;
		margin-top: -70px;
	}
}	

@media only screen and (max-width: 768px){

/* #anc01,
#anc02,
#anc03,
#anc04,
#anc05,
#anc06
{
	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;
	font-weight: bold;
}

.unit_box h3 br{
	display: none;
}

small.tokkyo{
	display: block;
	margin-bottom: 20px;
}

.unit_text_img{
	display: block;
	margin: 0;
}

.unit_text_img .unit_text{
	width: 100%;
}

.unit_box p{
	margin: 0;
	text-align: justify
}

.unit_text_img .unit_img{
	margin-top: 20px;
	width: 50%;
}

.unit_img figcaption{
	font-size: 12px;
	text-align: left;
}

.unit_img {
	margin-bottom: 40px;
}

.list01 > li{
	padding-left: 40px;
	background: url(/common/img/border2.png) left 5px no-repeat !important;
	margin-bottom: 20px;
}

.list01 > li span{
	display: inline-block;
	background: #fff;
	padding-left: 10px;
}

#anc03 div figure{
	margin-top: 20px;
}

.list01 > li h3{
	background: #fff;
	padding-left: 10px;
	margin-bottom: 10px;
	font-weight: 500;
}

.list01 > li h3 + p{
	margin-left: 10px;
}

#anc03 div{
	display: block;
}

#anc03 div ul, #anc03 div figure{
	width: 100%;
}

#anc03 div ul li ul{
	width: auto;
}

#anc03 div ul{
	background: #fff;
	padding-left: 10px;
}

#anc04 .manual{
	display: block;
}

#anc04 .manual figure{
	width: 100%;
	margin-bottom: 20px;
}

#anc04 .manual figure figcaption a{
	width: 100%;
	font-size: 16px;
	font-weight: 500;
}

#anc04 .manual figure figcaption a br{
	display: none;
}


#anc05 figure{
	display: block;
	text-align: center;
}


.unit_box h4,
.tokuchou li h3{
	font-size: 16px;
}

#anc06 h3{
	font-size: 18px;
}

.tokuchou li{
	margin-top: 20px;
	background-size: 30px !important;
	padding-top: 5px;
}

.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;
}

.tokuchou{
	margin-left: 0;
}

.joshu > div h4 + ul li{
	margin-top: 0;
	padding-top: 20px;
	margin-left: 0;
}

p.taR{
	font-size: 13px;
}

.link03 .sub-menu{
	display: block !important;
}

}

