﻿@charset "UTF-8";
/***************************************************
   HTML All Class Element Styles
***************************************************/
html , body { text-align:center;}
body {  font-family:Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
font-size: 14px; line-height: 170%; color: #000;
background-color: #00a6c6;

 }


a { color: #036eb8; text-decoration: underline; }
a:hover { color: #238ed8; text-decoration: none; }

.cb { clear: both; font-size: 0; }

p{
margin-bottom: 15px;
}

.wrap_out { width:100%;
margin:0;
background:url(img/main_bg.png) no-repeat top center;
position: relative;
    
}

.no-hyouji{
display: none;
}

.wave{
text-decoration: underline wavy #f00;
}


#wrap { width:100%; text-align:left; 
		height:100%;/* for IE6 */
	min-height:100%;
	position: relative;
	}
.contener { width:1200px; margin:0 auto; background: #fff; padding: 0 16px;}

#back-top {
    position: fixed;
    bottom: 50px;
    right:50px;
}
#back-top a {
    width: 57px;
    display: block;
}
#back-top span {
    width: 100px;
    height: 100px;
    display: block;
    margin-bottom: 7px;
    background: url(img/go_top.png) no-repeat center center;
}


input {
    line-height: 50px;
    font-size: 16px;
    background-color: #004CFF;
    color: #ffffff;
    text-align: center;
    width: 400px;
    border: none;
    border-radius: 10px;
    margin: 0 auto;
}
/***************************************************
  Header Element Styles
***************************************************/

.head_bg{
width:100%;
height: 210px;
}

.head01{
    width:1200px;
    margin: 0 auto;
    height: 210px;
    background: #fff;
    padding: 0 16px;
}
.head01 img{
    width:100%;
}

/***************************************************
  Sidebar Element Styles
***************************************************/
.navi { 
width:250px;
color: #000000;
margin-bottom: 4px;
}

.navi#stay{
background-color: #043d81;
color: #fff;

}

.nav-txt{
margin-left: 20px;
font-size: 15px;
padding: 11px 0 8px;
line-height: 120%;
position: relative;
}

.nav-txt:after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent currentColor;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}


.navi a{
display: block;
text-decoration: none;
color: #231815;
line-height: 120%;
background-color: #f0f0f0;
}

.navi a:hover{
display: block;
background-color:#043d81;
color: #fff;

}

.con_l_naka{
padding: 0;
margin: 0 0 30px;
}

.side01{
width:100%;
margin: 20px 0;
}
.side01 img{
width:100%;
}

.sns01{
position: absolute;
left: 10px;
bottom: 5px;
width: 90px;
}
.sns01 img{
width: 100%;
}

.sns02{
position: absolute;
right: 10px;
bottom: 5px;
width: 90px;
}
.sns02 img{
width: 100%;
}

#tenji a:hover{
  opacity: 0.7;
}

.jimu{
	width:100%;
	bottom: 10px;
	}
	
	.jimu-area{
	width:100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	color: #fff;
	line-height: 125%;
	}
	
	.jimu01{
	width: fit-content;
	margin: 0 auto;
	font-size: 12px;
	line-height: 150%;
	}
	
	.jimu-area a{
	color:#fff;
	}

/***************************************************
  Contents Element Styles
***************************************************/


.con_r { width:930px;
		float:right;
height: auto;
min-height: 770px;
		}        
        
.con_l { width:250px;
		float:left;
		height:100%;
		min-height:100%;
    padding-bottom: 10px;
 
}

.top01{
	width:100%;
	position: relative;
    line-height: 0;
}

.btn-top a{
width:230px;
position: absolute;
right: 50px;
bottom: 100px;
line-height: 120%;
padding: 20px 10px;
background-color:#DC0000;
color: #fff;
text-align: center;
font-size: 20px;
text-decoration: none;
font-weight: bold;
border-radius: 10px;
border: 2px solid #ffff00;
}

.btn-top a:hover{
opacity: 0.7;
}

.t-bana{
display: block;
position: absolute;
bottom: 10px;
right: 60px;
width: 50px;
}

.top02{
margin: 0 0 30px;
background-color: rgba(255,255,255,0.90);
}

.top02-title{
background-color: #f29600;
font-size: 17px;
font-weight: bold;
line-height: 200%;
color: #ffffff;
padding-left: 30px;
}

.top02-txt{
padding: 15px;
font-size: 14px;
line-height: 150%;
}

.notice{
	border: 4px solid #ff0000;
    width: 630px;
    background-color: rgba(255,255,255,1);
    padding: 10px ;
    position: relative;
    font-size: 14px;
    text-align:left;
    line-height: 170%;
    margin: 0 0 20px 20px;
}

.n-title{
font-size: 16px;
font-weight: bold;
line-height: 180%;
color: #ff0000;
text-align: center;
}
		
.info { width:250px; 
    height: 284px;
		margin:0 0 30px;
		 font-size: 14px; 
    text-align: left; }	

.info-title{
    height:31px;
    margin: 0 auto 5px;
}

.infobox{
    height: 253px;
	overflow: auto;
 line-height: 130%;
 padding: 10px;
}

.infobox a{
/*color: #ff0;*/
}

		
.title01 { line-height:45px;
    height: 45px;
    width:900px;
		font-size:18px;
		color:#fff;
		font-weight:bold;
		padding-left:30px;
    background-color: #043d81;
}	
		
.hon{
    width: 930px;
    /*background-color: rgba(255,255,255,0.90);*/
    background: #f0f0f0;
    min-height: 770px;
    margin:0 0 30px;
    padding: 0 0 30px;
}	

.hon_in{
    padding:20px 30px 0;

}

.kou{
font-size: 16px;
line-height: 200%;
background-color: #FFF6BC;
color: #000;
font-weight: bold;
padding: 5px 5px 5px 10px;
border-bottom: 1px solid #004203;
}

.en-title{
font-size: 15px;
padding-left: 20px;
font-weight: bold;
}

.nitiji{
text-align: right;
}

.bana-area{
margin: 20px 0 20px 20px;
display: flex;
flex-wrap: wrap;
}

.bana01{
width: 100%;
margin-bottom: 10px;
}

.bana01 img{
width: 100%;
}

table.main_table {
    padding: 0;
    margin: 1.5em 20px;
    border: solid 2px #db4207;
    width: calc(82% - 40px);
}

table.main_table th {
    background: url(../img/dot.png) repeat-x left bottom #f5e3dc;
    padding: 6px;
    border-bottom: 1px solid #cdcdcd;
}

table.main_table td {
    background: url(../img/dot.png) repeat-x left bottom;
    padding: 6px;
    border-bottom: 1px solid #cdcdcd;
}

.sen {
	width: 100%;
	border-bottom: 1px solid #999999;
	margin: 10px 0;
}
/***************************************************
  Footer Element Styles
***************************************************/
.foot01 { text-align: center;
		line-height: 31px;
    font-size: 12px;
    background: #fff;
color: #000000;}

.foot_bg{
width:100%;
padding:10px 0 0;
position: relative;
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(0, 64, 152, 1) 99%);
  mix-blend-mode:multiply;
  height: 100px;
}



/***************************************************
  Mouse Over Element Styles   
***************************************************/



/***************************************************
  Table Layout Element Styles   //index.html
***************************************************/

table#form_table { width: 538px; border: 1px #acacac solid; border-collapse: collapse; border-spacing: 0; }
table#form_table th { padding: 5px; border: #acacac solid; border-width: 0 0 1px 1px; background: #e4f5ff; line-height: 120%; text-align: left; width: 102px; height: 40px; color: #5a5a5a; text-indent: 5px; font-weight: normal; }
table#form_table td { padding: 5px; border: 1px #acacac solid; border-width: 0 0 1px 1px; text-align: left; color: #5a5a5a; }
table#form_table td.alpha { width: 100px; }

table#form_table td input { border: 1px solid #b98633; }
table#form_table td input.form_one { width: 30px; }
table#form_table td input.mail_a { width: 300px; }
table#form_table td input.mail_b { width: 30px; }

#sou { background: url(img/contact_bu.jpg); width: 282px; height: 26px; border: 0; font-size: 0; margin: 0 auto; }
#sou:hover { background: url(img/contact_bu_on.jpg); }

/***************************************************
  Qand.html
***************************************************/

.midasi1{
		 text-align: left; 
		 font-size: 16px; 
		 border-bottom: #043d81 solid 1px;
		 border-left: #043d81 solid 3px;
		  margin:0 0 10px 0;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi2{
		 text-align: left; 
		 font-size: 16px; 
		 border-bottom: #043d81 solid 1px;
		 
		  margin:0 0 10px 0;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}
.midasi3{
		 text-align: left; 
		 font-size: 16px; 
		color:rgba(232,101,0,1.00);
		 
		  margin:0 0 0 0;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi4{
		 text-align: left; 
		 font-size: 16px; 
		color:#000;
		 
		  margin:0 0 10px 0;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.midasi5{
		 text-align: left; 
		 font-size: 16px; 
		color:#000;
		 background-color:#043d81;
		  margin:0 0 10px 0;
		   padding-left:10px;
		    line-height:200%; 
			font-weight:bold;
}

.midasi6{
		 text-align: left; 
		 font-size: 18px;
		 color: #fff; 
		 border-left:#043d81 solid 5px;
		  margin:0 0 30px 0;
		   padding-left:10px;
		    line-height:250%; 
			font-weight:bold;
            background-color: #043d81;
}

.midasi7{
		 text-align: left; 
		 font-size: 15px; 
		color:rgba(232,101,0,1.00);
		 
		  margin:0 0 0 0;
		   padding-left:10px;
		    line-height:170%; 
			font-weight:bold;
}

.bun{
		text-align:left;
		 font-size:14px;
		  margin:0 0 20px 20px;
		  line-height:170%;}
		  
.bun0{
		text-align:left;
		 font-size:14px;
		  margin:0 0 20px 0;
		  line-height:170%;}		  
		  
.bun2{
		text-align:left;
		 font-size:14px;
		  margin:0 0 10px 20px;
		  line-height:170%;}		  
		  
.bun3{ 
		text-align:left;
		 font-size:14px;
		  margin:0 0 10px 30px;
		  line-height:170%;}
		  
.bun4{ 
		text-align:left;
		 font-size:14px;
		  margin:0 0 20px 30px;
		  line-height:170%;}
		  
.bun5{
		text-align:left;
		 font-size:14px;
		  margin:0 0 20px 20px;
		  line-height:170%;
		  border-bottom:1px dotted #999999;}		  

.bun6{
		text-align:left;
		 font-size:14px;
		  margin:0 0 0 20px;
		  line-height:170%;}	

.bun7 {
    text-align: left;
    font-size: 14px;
    margin: 0 0 10px 30px;
    line-height: 170%;
}

		  
.kugiri { margin:0 10px 10px;
		height:1px;
		border-bottom:1px dotted #999999;}		  


td.hissu { font-weight:bold;}

table#theme td { padding:3px;}	

table#kiji td{
    padding:  0;
}

.waku{
	margin: 0 20px 20px;
	width: 630px;
	padding: 10px;
	background-color:#FFF4C9;
}

.aka{
	color:#f00;
}

table.boshu td{
	padding: 2px 5px;
}

.endai a:hover{
	opacity: 0.6;
}

.akawaku{
	border: 2px solid #f00;
	padding: 10px;
	text-align: center;
	
}

.akawaku2{
width:700px;
margin: 0 auto 30px;
	border: 3px solid #f00;
	padding: 10px;
	text-align: left;
    background-color: rgba(255,255,255,0.90);
}

.akawaku3{
width:700px;
margin: 0 0 10px;
	border: 3px solid #f00;
	padding: 10px;
	text-align: center;
    background-color:#F6FF69;
    font-size: 16px;
    font-weight: bold;
}

.akawaku4{
margin: 0 0 10px -10px;
	border: 1px solid #f00;
	padding: 4px 10px;
	text-align: left;
}

.waku-t{
font-size: 16px;
font-weight: bold;
text-align: center;
margin-bottom: 10px;
}

.aowaku {
    border: 1px solid #0042B8;
    padding: 10px;
    margin-bottom: 20px;
}

.p-bb{
border-bottom: 1px solid #0072bd;
}

.szk{
font-size: 11px;
}

.aki{
padding-left: 7px;
}

.waku2{
	margin: 0 20px 20px;
	padding: 10px;
    border: 1px solid #000000;
}

.sitei{
font-size:15px;
font-weight: bold;
padding: 0 5px;
line-height: 200%;
background-color:rgba(168,217,159,1.00);
}

.koubo{
font-size:15px;
font-weight: bold;
padding: 0 5px;
line-height: 200%;
background-color:rgba(161,214,228,1.00);
}

.sankou{
width:500px;
display: block;
font-size:15px;
font-weight: bold;
padding: 0 5px;
line-height: 250%;
background-color:rgba(0,21,255,1.00);
color: #ffffff;
margin: 0 0 20px 20px;
text-align: center;
}

.sankou a{
text-decoration: none;
color: #ffffff;
}

.sankou a:hover{
opacity: 0.6;
}

.kon{
color: rgba(0,108,255,1.00);
}

.n-btn a{
width: 270px;
background-color:  rgba(0,108,255,1.00);
text-align: center;
font-size: 18px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display: block;
height: 50px;
line-height: 50px;
margin: 0 auto 30px;
}

.n-btn a:hover{
opacity:0.6;
}

.toi-kaiki{
width:638px;
margin: 10px 0;
padding: 10px;
background-color:#FFA33D;
color: #ffffff;
font-size: 16px;
font-weight: bold;
line-height: 160%;
text-align: center;
}

.btn-endai a{
width:180px;
display: block;
color:#ffffff;
background-color:#0A2FDB;
font-size: 18px;
font-weight: bold;
line-height: 50px;
height: 50px;
text-align: center;
text-decoration: none;
border-radius: 8px;
}

.btn-endai a:hover{
opacity: 0.6;
}

.btn-endai#sitei a{
background-color: #71FFF4;
}

.btn-endai#sitei a:hover{
opacity: 0.6;
}

.endai-txt{
color:#ffffff;
font-size: 18px;
line-height: 170%;
}

.btn-area3{
display: flex;
justify-content:space-around;
flex-wrap: wrap;
background-color: #0A2FDB;
align-items: center;
border-radius: 8px;
padding: 15px;
}

.btn-endai2 a{
display: block;
color:#000000;
background-color:#ffffff;
font-size: 16px;
font-weight: bold;
line-height: 170%;
padding: 10px 20px;
text-align: center;
text-decoration: none;
border-radius: 8px;
}

.btn-endai2 a:hover{
opacity: 0.6;
}

.btn-endai3 a{
width:300px;
display: block;
color:#ffffff;
background-color:#E74700;
font-size: 18px;
font-weight: bold;
line-height: 50px;
height: 50px;
text-align: center;
text-decoration: none;
}

.btn-endai3 a:hover{
opacity: 0.6;
}

.btn-endai4 a{
width:350px;
margin: 0 auto;
display: block;
color:#000000;
background-color:#FFD600;
font-size: 22px;
font-weight: bold;
line-height: 50px;
padding: 10px 0;
height: 50px;
text-align: center;
text-decoration: none;
}

.btn-endai4 a:hover{
opacity: 0.6;
}

.btn-endai5 a{
width:300px;
display: block;
color:#ffffff;
background-color:#001DFF;
font-size: 18px;
font-weight: bold;
line-height: 50px;
height: 50px;
text-align: center;
text-decoration: none;
}

.btn-endai5 a:hover{
opacity: 0.6;
}

.btn-endai6 a{
width:350px;
display: block;
color:#ffffff;
background-color:#0354E3;
font-size: 18px;
font-weight: bold;
line-height: 50px;
height: 50px;
text-align: center;
text-decoration: none;
border-radius: 10px;
}

.btn-endai6 a:hover{
opacity: 0.6;
}

.btn-area{
display: flex;
flex-wrap: wrap;
}

.btn-area2{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}


.btn-pre a {
    width: 600px;
    margin: 0 auto;
    display: block;
    background-color: #3356FF;
    height: 50px;
    line-height: 50px;
    border-radius: 8px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}
.btn-pre a:hover{
opacity:0.7;
}

.btn-pre#sh a {
    width: 400px;
	}
	
.btn-pre#sh2 a {
    width: 450px;
	}	

.btn-pro a{
display: block;
width: 200px;
padding: 5px;
background-color:#860000;
color: #ffffff;
border-radius: 8px;
line-height: 170%;
font-size: 15px;
text-decoration: none;
font-weight:400;
text-align: center;
margin-bottom: 10px;
}
.btn-pro a:hover{
opacity:0.7;
}

.btn-pro2 a{
display: block;
width: 300px;
padding: 5px;
background-color:#860000;
color: #ffffff;
border-radius: 8px;
line-height: 170%;
font-size: 13px;
text-decoration: none;
font-weight: 400;
text-align: center;
margin-bottom: 10px;
}
.btn-pro2 a:hover{
opacity:0.7;
}

.n-btn2 a{
width: 350px;
background-color:#690CFF;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display: block;
height: 50px;
line-height: 50px;
margin: 0 auto 30px;
}

.n-btn2 a:hover{
opacity:0.6;
}

.btn-entry a{
width: 300px;
background-color:#3356FF;
text-align: center;
font-size: 18px;
font-weight: bold;
color: #ffffff;
text-decoration: none;
display: block;
height: 50px;
line-height: 50px;
margin: 20px auto 30px;
border-radius: 10px;
}

.btn-entry a:hover{
opacity:0.6;
}

.btn-entry#haisin a{
background-color:#542BC7;
}

.semi{
width: 210px;
text-align: center;
margin-bottom: 20px;
}
.semi img{
width: 100%;
}

.semi a:hover{
opacity: 0.7;
}

.overview {
    width: 150px;
    max-width: 300px;
    font-size: 12px;
    /*margin: 5px 0 0 0;*/
    margin: 5px 30px 0;
    color: #FFF !important;
    background: #2450a7;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    padding: 7px 10px;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    cursor: pointer;
}
.box_overview {
    display: none;
    background: #E9E9E9;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    padding: 10px;
    /*margin: 10px 0;*/
    margin: 10px 30px 20px;
}

.name{
text-align: right;
}

.btn-entry#hei a{
background-color: #00218E;
}

.btn-data a {
    width: 450px;
    margin: 0 auto;
    display: block;
    align-items: center;
    line-height: 130%;
    justify-content: center;
    padding: 10px 0;
    color: #ffffff;
    background-color:rgba(211,61,177,1.00);
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border-radius: 10px;
}

.btn-data a:hover{
opacity: 0.7;
}

.btn-data2 a {
    width: 300px;
    margin: 0 auto;
    display: block;
    align-items: center;
    line-height: 130%;
    justify-content: center;
    padding: 10px 0;
    color: #ffffff;
    background-color: #004CFF;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-radius: 10px;
}
.btn-data2 a:hover{
opacity: 0.7;
}

.acc-area{
display: flex;
justify-content: flex-start;
flex-wrap: wrap;
}

.acc-box{
width: 205px;
padding: 0 5px 10px;
}
.acc-box img{
width:100%;
}

.en-ttl{
background-color: #FFEAEA;
font-size: 16px;
font-weight: bold;
line-height: 2;
padding: 5px 10px;
border-left: 5px solid #FF679F;
}
