﻿@import url("style.css");








@media print,screen and (min-width: 980px) {


	

	

img {
    height:auto;
	border:none;
	-webkit-backface-visibility: hidden;image-rendering: auto;/****CHROME縮小画像ぼやけ対策****/
}


/*****OTHER PARTS*****/

.sp5{height:5px;}
.sp10{height:10px;}
.sp15{height:15px;}
.sp20{height:20px;}
.sp25{height:25px;}
.sp30{height:30px;}
.sp35{height:35px;}
.sp40{height:40px;}
.sp50{height:50px;}


.sp0_5em{height:0.5em;}
.sp1em{height:1em;}
.sp1_5em{height:1.5em;}
.sp2em{height:2em;}
.sp2_5em{height:2.5em;}
.sp3em{height:3em;}
.sp3_5em{height:3.5em;}
.sp4em{height:4em;}
.sp5em{height:5em;}
.sp6em{height:6em;}
.sp7em{height:7em;}
.sp8em{height:8em;}


.clear{clear:both;}


.border01{
    width:98%;
	border-bottom:#CCC solid 1px;
	clear:both;
	margin:5px 5px 5px 5px;
	}
	
	
.border02{
    width:100%;
	border-bottom:#00185B solid 1px;
	clear:both;
	margin:5px 0px 0px 0px;
	}



.border03{
    width:100%;
	border-bottom:#00185B solid 1px;
	clear:both;
	margin:5px 0px 0px 0px;
	}



.uli01 li {
  line-height: 160%; /*文の行高*/
  padding: 0.5em 0; /*前後の文との余白*/
}



/*LINK*/
a{line-height:160%;color:#00468C;text-decoration:none}
a:link {color:#00468C;}
a:visited{color:#00468C;}
a:hover{color:#00468C;text-decoration:none;}


a.blacker:link {
text-decoration : none; 
color : #000; 
}

a.blacker:visited {
text-decoration : none; 
color : #000; 
}


a.blacker_bold:link{
text-decoration : none; 
color : #000;
font-weight:bold;
}

a.blacker_bold:visited{
text-decoration : none; 
color : #000;
font-weight:bold;
}

	
a.whiter:link {
text-decoration : none; 
color : #FFF; 
}

a.whiter:visited {
text-decoration : none; 
color : #FFF; 
}

.text01 a{line-height:140%;color:#000;}
.text01 a:link {color:#000}
.text01 a:visited{color:#000;}
.text01 a:hover{color:#000;text-decoration:none;}


.text02 a{line-height:180%;color:#FFF;font-size:15px;padding:1em;}
.text02 a:link {color:#FFF;}
.text02 a:visited{color:#FFF;}
.text02 a:hover{color:#FFF;text-decoration:none;}


.text03 a{line-height:236%;color:#000;font-size:0.9em;}
.text03 a:link {color:#000;}
.text03 a:visited{color:#000;}
.text03 a:hover{color:#666;text-decoration:underline;}	

.text04 a{line-height:140%;color:#000;font-size:0.9em;}
.text04 a:link {color:#FFF;}
.text04 a:visited{color:#FFF;}
.text04 a:hover{color:#CCC;text-decoration:underline;}







/******ALL LAYOUTS*****/


.wrapper{
	width:100%;
	display:block;
	min-width:320px;
	background-color: #EEE;
}
.main{
	margin:0 auto;
}
#wrap{
    /*position:relative;*/
    min-height:100%;
    _height:100%;
    overflow:hidden;
}


	
  /* ===================
PCヘッダー関連
====================== */
  #header {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    z-index: 5000;
    background-color:#FFFFFF;
    top: 0;
    padding: 0 1%;
    border-top: 7px solid #1269B4;
    border-image-slice: 5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  }
  
  #header02 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    z-index: 5000;
    background-color:rgba(0,0,0,0);
    top: 0;
    padding: 0 1%;
    border-top: 7px solid #1269B4;
    border-image-slice: 5;
    /*box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);*/
  }
	

  .head-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 1em 0em 1em 4em;
    display: flex;
    justify-content: space-between;
    align-items: center;
	flex-wrap: wrap;
  }
  .head-wrap .btn-lead {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 1em auto;
    background-color: aqua;
  }
  .head-logo {
    width: 100%;
    max-width: 350px;
    padding: 0 1%;
	/*padding-left: 5em;*/
  }
  .head-logo img {
    display: block;
    width: 100%;
  }
  .head-tel {
    padding-top: 0.5em;
    float: right;
    position: absolute;
    width: 100%;
    max-width: 250px;
    right: 30px;
    top: 4px;
    z-index: 5000;
    margin: 0;
  }
   
  /* ===================
PC ナビゲーションメニュー
====================== */
  #menubar01 {
    width: 450px;
	padding-right: 3em;
    position: relative;
    z-index: 1 !important;
    background-color: #FFFFFF;
    display: flex;
    justify-content: end;
	 
  }
  #dropmenu {
    list-style-type: none;
    width: 50%;
    display: flex;
    background-color: #FFFFFF;
  }
  #dropmenu li {
    position: relative;
    width: calc(100% / 5);
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*border-right: 1px solid #CCC;*/
  }
  #dropmenu li:last-child{
    border-right: 0px solid #CCC;
  }
  #dropmenu li a {
    line-height: 160%;
    color: #5A5858;
    text-decoration: none;
    display: block;
    font-weight: 400;
    padding: 0.3em 0;
    transition: .3s;
	font-size:16px;
  }
  #dropmenu li ul {
    list-style: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
  }
  #dropmenu li ul li {
    overflow: hidden;
    width: 200px;
    height: 0;
    color: #fff;
    transition: .3s;
    border-style: none;
  }
  #dropmenu li ul li a {
    width:100%;
    display: block;
    padding: 1em;
    line-height: 1;
    background-color:#93B909;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
  }
  #dropmenu > li:hover > a {
    background-color: #0C4578;
    color: #fff;
  }
  #dropmenu > li:hover li:hover > a {
    background:#64B909;
    color: #fff;
  }
  #dropmenu > li:hover > ul > li {
    /*overflow: visible;*/
    height: 50px;
    border-style: none;
    background-color:#ffffff;
  }
  #dropmenu li ul li ul {
    top: 0;
    left: 100%;
  }
  #dropmenu li:last-child ul li ul {
    left: -100%;
    width: 100%;
  }
  #dropmenu li ul li ul:before {
    position: absolute;
    content: "";
    top: 13px;
    left: -20px;
    width: 0;
    height: 0;
  }
  #dropmenu li:last-child ul li ul:before {
    position: absolute;
    content: "";
    top: 13px;
    left: 200%;
    margin-left: -20px;
  }
  #dropmenu li ul li:hover > ul > li {
    overflow: visible;
    height: 50px;
    background-color: #21963b;
  }
  #dropmenu li ul li ul li a {
    background-color: #EEE;
  }
  #dropmenu li:hover ul li ul li a:hover {
    background-color: #21963b;
  }
 
	
	
  #menubar01_top {
    width: 450px;
	padding-right: 3em;
    position: relative;
    z-index: 1 !important;
    background-color: rgba(0,0,0,0);
    display: flex;
    justify-content: end;
	 
  }
  #dropmenu_top {
    list-style-type: none;
    width: 50%;
    display: flex;
    background-color: rgba(0,0,0,0);
  }
  #dropmenu_top li {
    position: relative;
    width: calc(100% / 5);
    margin: 0;
    padding: 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*border-right: 1px solid #CCC;*/
  }
  #dropmenu_top li:last-child{
    border-right: 0px solid #CCC;
  }
  #dropmenu_top li a {
    line-height: 160%;
    color: #5A5858;
    text-decoration: none;
    display: block;
    font-weight: 400;
    padding: 0.3em 0;
    transition: .3s;
	font-size:16px;
  }
  #dropmenu_top li ul {
    list-style: none;
    position: absolute;
    z-index: 100;
    top: 100%;
    left: 0;
    margin: 0;
    padding: 0;
  }
  #dropmenu_top li ul li {
    overflow: hidden;
    width: 200px;
    height: 0;
    color: #fff;
    transition: .3s;
    border-style: none;
  }
  #dropmenu_top li ul li a {
    width:100%;
    display: block;
    padding: 1em;
    line-height: 1;
    background-color:#93B909;
    text-align: left;
    font-size: 1em;
    font-weight: normal;
    color: #fff;
  }
  #dropmenu_top > li:hover > a {
    background-color: #0C4578;
    color: #fff;
  }
  #dropmenu_top > li:hover li:hover > a {
    background:#64B909;
    color: #fff;
  }
  #dropmenu_top > li:hover > ul > li {
    /*overflow: visible;*/
    height: 50px;
    border-style: none;
    background-color:#ffffff;
  }
  #dropmenu_top li ul li ul {
    top: 0;
    left: 100%;
  }
  #dropmenu_top li:last-child ul li ul {
    left: -100%;
    width: 100%;
  }
  #dropmenu_top li ul li ul:before {
    position: absolute;
    content: "";
    top: 13px;
    left: -20px;
    width: 0;
    height: 0;
  }
  #dropmenu_top li:last-child ul li ul:before {
    position: absolute;
    content: "";
    top: 13px;
    left: 200%;
    margin-left: -20px;
  }
  #dropmenu_top li ul li:hover > ul > li {
    overflow: visible;
    height: 50px;
    background-color: #21963b;
  }
  #dropmenu_top li ul li ul li a {
    background-color: #EEE;
  }
  #dropmenu_top li:hover ul li ul li a:hover {
    background-color: #21963b;
  }	
	
	
	
	
	
	
  #hamburger .head-tel {
    display: block;
    padding-top: 0.5em;
    position: absolute;
    width: 100%;
    top: 5%;
    z-index: 5000;
    margin: 0;
  }
  #hamburger .head-tel img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
  }
  #hamburger .btn-lead {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 1em auto;
    background-color: aqua;
  }
  #hamburger {
    margin: 0px 0 0 0px;
    z-index: 5000;
  }
  #hamburger ul {
    height: 100vh;
    overflow: scroll;
    -webkit-overflow-scrolling: 100%;
  }
  .inmenu input {
    display: none;
  }
  button {
    border: none;
    background: none;
    outline: none;
  }
  a:hover, a img:hover, label img:hover {
    opacity: 0.8;
  }
  .inmenu, .inmenu span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }
  .inmenu {
    position: fixed;
    top: 39px;
    right: 12px;
    height: 22px;
    z-index: 10;
    width: 36px; /*長さ*/
    background-color: #0C4578;
  }
  .inmenu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    z-index: 10;
  }
  .inmenu span:nth-of-type(1) {
    top: -5px;
    background-color: #fff;
  }
  .inmenu span:nth-of-type(2) {
    top: 6px;
    background-color: #fff;
  }
  .inmenu span:nth-of-type(3) {
    bottom: 4px;
    background-color: #fff;
  }
  .inmenu.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  .inmenu.active span:nth-of-type(2) {
    opacity: 0;
  }
  .inmenu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  /*------*/
  .hammenu {
    background-color: #0C4578;
    height: 56px;
    width: 50px;
    margin-top: -6em;
    position: absolute;
    z-index: 1000;
    right: 5px;
    color: #fff;
    font-size: 12px;
  }
  .menu_text {
    font-size: 12px;
    color: #fff;
    position: absolute;
    bottom: -10%;
  }
  /*------*/
  #nav {
    position: fixed;
    top: 28px;
    right: 0;
    z-index: 10;
    width: 500px;
    height: 100vh;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.95);
    transition: all 0.3s ease-in-out;
    visibility: hidden;
    margin-top: 70px;
  }
  #nav.active {
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    margin-top: 70px;
  }
  #nav ul {
    margin: 0;
  }
  #nav ul li {
    list-style-type: none;
  }
  #nav ul li a {
    display: block;
    padding: 0.5em;
    transition: all 0.2s ease-in-out;
    text-align: left;
    text-decoration: none;
    color: #342009;
    list-style-type: none;
  }
  ul.dl-menu {
    padding: 0px;
    margin: 0px 0 0 0;
    width: 100%;
    height: 100%;
  }
  ul.dl-menu li {
    list-style-type: none;
    /*float: left;*/
    width: 95%;
    border-bottom: dotted 1px #0C4578;
    box-sizing: border-box;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  ul.dl-menu li {
    margin-top: 10px;
  }
  ul.dl-menu li {
    margin-right: 8px;
    border-left: solid 3px #0C4578 ;
    margin-left: 8px;
    padding: 0.1em;
  }
  .accbox {
    margin: 0;
    padding: 0.5em;
    width: 100%;
  }
  /*ラベル*/
  .accbox label {
    padding: 0.5em;
    color: #342009;
    cursor: pointer;
    transition: all 0.5s;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    display: block;
    text-align: left;
  }
  /*ラベルホバー時*/
  .accbox label:hover {
    background-color: #fff
  }
  /*チェックは隠す*/
  .accbox input {
    display: none;
  }
  /*中身を非表示にしておく*/
  .accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
  }
  /*クリックで中身表示*/
  .cssacc:checked + .accshow {
    height: auto;
    padding: 5px;
    opacity: 1;
  }
  #sample01 {
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
  }
  #sample01 p {
    text-align: left;
    font-size: 15px;
    color: #fff;
    margin: 2px 0;
    border-left: solid #007EA8 5px;
  }
  #sample01 a {
    list-style-type: none;
    width: 100%;
    margin: 5px 0;
    padding: 2px 0;
    border-left: none;
    font-size: 14px;
    background-color: #fff;
  }
  #sample01 p:nth-child(2) {
    margin: 2px
  }
  .locked {
    overflow-y: hidden;
  }

.pcheadbtn{
display: none;
}
	
	

  /* ===================
PC サイト内検索
====================== */
  .searchform {
    position: relative;
  }
  .searchfield {
    font-size: 14px;
    width: 100%;
    max-width: 250px;
    margin: 3px;
    padding: 10px;
    border: solid 1px #bbb;
    border-radius: 4px;
    background-color: #efefef;
  }
  .searchsubmit {
    font-family: FontAwesome;
    font-size: 1.2em;
    position: absolute;
    top: -5%;
    right: 0%;
    margin-top: 0px;
    padding: 0;
    cursor: pointer;
    color: #C69C8E;
    border: none;
    background: transparent;
  }
  .searchsubmit:hover {
    opacity: .6;
  }
  table.table-search {
    width: 100%;
    margin: 0px auto;
  }
  table.table-search th {
    text-align: left;
    font-size: 15px;
    margin: 0px 0 5px 0px;
    vertical-align: middle;
  }
  table.table-search td {
    line-height: 160%;
    text-align: right;
    vertical-align: middle;
    font-size: 15px;
    padding: 0 0.2em;
  }
  table.table-search tr td:nth-of-type(2) {
    width: 32%;
  } /***2列め***/
  table.table-search tr td:nth-of-type(3) {
    width: 20%;
  } /***3列め***/	
	
	
.foot_bg{
background-color:#555555;
padding:1em;
}


.navy_bg{
background-color:#EEEEEE;
padding:1em;
}


.nonavy_bg{
background-color:#FFF;
padding:1em;
}


/*******OTHER TEXT********/
h1{
   	font-size:1.3em;
	color:#000;
	font-weight:bold;
	display:none;
	}

h2{
	
	}

h2.inttl{
	color:#1269B4;
    background: #E8E8E8;
	font-size:2.5rem;
	text-align: center;
	padding:1.5em;
	/*font-weight:bold;*/
	}

h3{
    color:#003366;
    /*color:#a80000;*/
	font-size:1.2em;
	font-weight:bold;
	}



h4{
    font-size:1.8em;
	line-height:140%;
	color:#fff;
	font-weight:bold;
	}

.foot_ttl{color:#FFF;font-size:1.3em;text-align: center;}
.foot_wh{color:#FFF;text-align: center;}
.foot_tex{font-size:14px;color:#FFF;text-align:left;float:left;left:0%;}
.foot_l_text{font-size:13px;color:#FFF;text-align:left;float:right;right:0%;bottom:0%;}
.copy{font-size:12px;color:#FFF;text-align:center;margin:5em 0 0 0;}
.eng_ruby{font-size:14px;color:#1269B4;text-align: center;margin:0.5em;}
.grey-strip{ background-color:#1269B4; margin:0 ; padding:22px 0; color:#ffffff; font-size:20px;width:100%;}
.copyright-wrapper { position:relative; padding:1em; background-color:#0C4578;color:#FFF;text-align: right;height:60px;}


strong{
font-size:18px;
	line-height:160%;
	padding:0px 0px 0px 0px;
	font-weight:bold;	
	}

p{font-size:16px;text-align:left;line-height:170%;}



.tex18{font-size:18px}


.red {color: #FF0000}	
.blue {color:#09F}
.green {color:#9C0;font-size:12px;}
.yellow {color:#FC0;font-size:15px;}
.bu {color:#09F;font-size:18px;}







.inner_box{
width:100%;
margin:0 auto;
text-align:center;
padding:60px 0% 0 0%;
}


.main-container{
	width:100%;
	max-width:1250px;
	margin:0 auto;
	background-color: #FFF;
	padding:2em 0 0 0;
}


/*#hamburger{display:block;}*/




.news-wrap {
    width: 100%;
    margin: 0 auto;
	padding:1em;
  }


.top_main{
width:100%;
margin:0 auto;
text-align:center;
padding:10px 0% 0 0%;
}


.in_headline{
 padding-top:7%;
background:url(../img/inner_haedline.jpg) no-repeat top center;
background-size:contain;
max-width: 1980px}


.list_imgbox{
	/*border: solid 1px #CCC;*/
    width:17%;
	padding: 0.5em 1em 0.5em 0em;
	float:left;
	word-break : break-all;
	font-size:16px;
	}



.list_box{
	/*border: solid 1px #CCC;*/
    width: 75%;
	padding: 0.5em 1em 0.5em 1em;
	float:left;
	word-break : break-all;
	font-size:15px;
	text-align: left;
	}



.float01{
	/*border: solid 1px #CCC;*/
    width: 32%;
	display:inline-block;
	margin:10px 3px 0 3px;
	word-break : break-all;
	border: 1px #CCC solid;
    border-width: 0 0px 1px 1px;
	}

.float02{
	/*border: solid 1px #CCC;*/
    width: 30%;
	float:right;
	margin:10px 0 0 0px;
	word-break : break-all;
	font-size:16px;
	}

.listzero{
 display:flex;
 text-align: center;
 margin:0 auto;
 width:100%;
}



	
	
.flex-box-03{
width:80%;	
display:flex;
justify-content: center;
flex-wrap: wrap;	
align-items: center;	
text-align: center;
margin:0 auto;	
}
.flex-box-03 .flex-item-03{
display: flex;
flex-direction: column;		
width: calc(80% / 2 - 1em);
margin: 0.5em 0.5em 0.5em 0.5em;
background-color: #eee;
border: 1px #CCC solid;
border-width: 1px 1px 1px 1px;
padding:1em 1em 0 1em;
text-align: center;
line-height: 200%;
font-size:20px;
}
.flex-box-03 .flex-item-03 img{
width: 100%;	
display: block;
margin: 0 auto;
}			
	
	
	
.hey-title{
font:700 42px 'PT sans';
color:#dbd8d8;
margin:0;
padding:0;
text-align:center;
text-transform:uppercase;
}
	
h2.section-title {
font-family:'Roboto';
font-size:30px;
font-weight:700;
padding:0 0 45px 0;
text-align:center;
/*display:table;*/
margin-bottom:0;
}
	
	
	
.list01{
display:flex;
text-align: center;
margin:0 auto;
width:100%;
max-width:1250px;
flex-wrap: wrap;
justify-content:center;
}
.listbox01{
 width: 32%;
 margin: 0.5%;
 background-color: #eee;
 border: 1px #CCC solid;
 border-width: 1px 1px 1px 1px;
 padding:0.5em;
 text-align: center;
 line-height: 200%;
 font-size:20px;
 }
 
 
 .toplistbox01{
 width: 27%;
 margin:0.5em;
margin-right:0.5em  auto;
margin-left :0.5em auto;
 background-color: #eee;
 border: 1px #CCC solid;
 border-width: 1px 1px 1px 1px;
 padding:0.3em;
 text-align: center;
 line-height: 200%;
 font-size:20px;
 }

	
.toptrim{
  position: relative;
  width: 100%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  padding: 1em;/*29%*/
  max-width:200px;/*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
  max-height:200px;/*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
  margin: 0 auto;
}
	


.ser_ttl02 { font-weight:400; font-size:24px; font-family:Roboto; padding:10px 0 20px; color:#1269B4;text-align:center;}	
.hey-title02{ font:700 42px 'PT sans'; color:#dbd8d8; margin:0; padding:0; text-align:center; text-transform:uppercase;}
	
	
.listbox02{
 width: 45%;
 margin: 0.5%;
 /*background-color: #FCE7F0;*/
 border: 6px #1F66B2 solid;
 /*border-width: 0 0px 1px 1px;*/
 padding:0.5em;
 text-align: left;
 line-height: 170%;
 font-size:14px;
}



.listbox03{
 width: 48%;
 margin: 0.5%;
 /*background-color: #eee;*/
 border: 1px #1F66B2 solid;
 border-width: 0 1px 0px 0px;
 padding:0.5em;
 text-align: left;
 line-height: 170%;
 font-size:16px;
}

.listbox_space{
 width: 32.5%;
 margin: 0.5%;
/* background-color: #FFF;*/
 border: 0px #CCC solid;
 border-width: 0 0px 0px 0px;
 padding:0.5em;
 text-align: left;
 line-height: 170%;
 font-size:17px;
}



.listbox_big{
 width: 55%;
 margin: 0.5%;
 background-color: #FFF;
 border: 0px #CCC solid;
 border-width: 0 0px 0px 0px;
 padding:0.5em;
 text-align: left;
 line-height: 170%;
 font-size:14px;
}



.listbox03_none{
 width: 48%;
 margin: 0.5%;
 /*background-color: #eee;*/
 /*border: 1px #11AEBF solid;*/
 /*border-width: 0 1px 0px 0px;*/
 padding:0.5em;
 text-align: left;
 line-height: 170%;
 font-size:16px;
}





.listbox02_left{
 width: 48%;
margin-top: 3%;	
 margin: 2%;
 /*background-color: #eee;*/
 border: 6px #1F66B2 solid;
 border-width: 6px ;
 padding-top:7.5%;
 text-align: left;
 line-height: 170%;
 }
 
 

.listbox02_right_none{
 width: 48%;
margin-top: 3%;	
 margin-right: 3%;
 /*background-color: #eee;*/
 /*border: 6px #11AEBF solid;*/
 /*border-width: 6px ;*/
 padding:0.5em;
 text-align: left;
 line-height: 170%;
 font-size:16px;
}




.listbox02_right_none p{
	padding: 0.3em;
	line-height: normal;
}



.listbox02_right_none li{
	list-style-type: none;
	padding-left: 30px;
	padding: 1em;
	line-height:2px;
    text-align:left;
	vertical-align:middle;
	font-size: 16px;

}


.listbox05{
 width: 48%;
margin-top: 3%;	
 margin: 2%;
 /*background-color: #eee;*/
 border: 6px #1F66B2 solid;
 border-width: 6px ;
 padding:1em;
 text-align: left;
 line-height: 170%;
 }



.bg_pink{
 width: 100%;
 margin: 1%;
 background-color: #FCE7F0;
 border: 1px #CCC solid;
 border-width: 0 0px 1px 1px;
 padding:1em;
 text-align: left;
 line-height: 170%;
 font-size:14px;
}



.gmap {
height: 400px;
max-height: 500px;
overflow: hidden;
padding-bottom: 100%;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}



.inline_btn{display:inline-block;width:100%;max-width:180px;}



.btn {
    width:96%;
	padding:0.5em;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 16px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align:center;
    border-radius: 5px;
}
.btn01 {
    background-color: #1269B4;
    color: #fff !important;
	margin:0.5em;
}
.btn:hover {
    opacity: 1.0;
	cursor: pointer;
	cursor: hand;
}


	
	
.footbtn {
width:250px;
padding:0.5em;
position:relative;
bottom:5px;
font-weight: bold;
display: inline-block;
text-decoration: none !important;
font-size: 16px;
text-align:center;
border-radius: 5px;
float:right;
}

.footbtn01 {
background-color: #FFF;
color: #000 !important;
margin:0.5em;
border: solid #CCC 1px;
}

.footbtn:hover {
opacity: 1.0;
cursor: pointer;
cursor: hand;
}

.fixed_btn_area{
position: fixed;
bottom: 0%; 
right: 0px;
padding:0.5em;
height:70px;
z-index: 5000;
background-color: #0A336B;
width:100%;
}
	
	
	


.news{
	/*border: solid 5px #DDD;*/
    width: 70%;
	/*height: 900px;*/
	padding:0.5em 1em 0.5em 1em;
	overflow: auto;
	background-color:#FFF;
	margin:0 auto;
	/*border:#3EA8F4 solid 1px;*/
	}




.btnhan {
    width:100%;max-width:170px;
	padding:0.3em;
    font-weight: 300;
    display: inline-block;
    text-decoration: none !important;
    font-size: 15px;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align:center;
    border-radius: 5px;
	}
.btnhan01 {
    background-color: #FFF;
    color:  #174675 !important;
	margin:0.5em;
	border:solid 1px #174675;
}





.limark01{
list-style-type: disc;
margin:0 0 0 1em;
text-align: left;
line-height: 180%;
color:#000;
font-size:15px;
}



#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background:#74BAF4;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}



/******続きを読むボタン******/


 #text-wrap {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
    padding: 10px;
}
 
.hide-text {
    display: none;
}
 
 
button.readmore {
    position: relative;
    height: 80px;
    width: 150px;
    margin: 0px auto;
    display: block;
    background-color: transparent;
    color: #666;
    padding-bottom: 40px;
    border: none;
    outline: 0;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore::after {
    content: " ";
    position: absolute;
    width: 20px;
    height: 20px;
    border-top: solid 3px #666;
    border-right: solid 3px #666;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    right: 45%;
    top: 25px;
    transition: .5s;
    -erbkit-transition: .5s;
}
 
button.readmore:hover::after {
    top: 40px;
}
 
.on-click {
    color: transparent!important;
}
 
.on-click {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
 
 /* === ボタンに表示する文字（閉じているとき） ==================== */
/*.nextReadBox > input[type="checkbox"]:not(:checked) + label::after {
  content       : "過去の一覧";
  background-color: #FFF;
  color:  #174675 !important;
  margin:0em;
  border:solid 1px #174675;
  width:100%;max-width:170px;
  padding:0.3em;
  font-weight: 300;
  display: inline-block;
  text-decoration: none !important;
  font-size: 15px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  text-align:center;
  border-radius: 5px;
   cursor : pointer;
}
 */
 
 /* === ボタンに表示する文字（開いているとき） ==================== */
.nextReadBox > input[type="checkbox"]:checked + label::after {
  content       : "閉じる";
   cursor : pointer;
}



/*******kokomade******/


table.table-0 {
    width:100%;
    /*border: 1px #009B83 solid;*/
    text-align: left;
	border-collapse: separate; border-spacing: 10px; 
	background-color:#FFF;
	}

table.table-0 th {
	padding: 1em 0px 1em 0px;
    border: 1px #003366 solid;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:top;
	/*background-color:#F4F4EA;*/
	/*background:url(../img/com_bg.jpg);
	background-repeat:repeat-y;
    background-position: top center;*/
	color:#000;
	font-size:1rem;
	width:20%;
	}
table.table-0 td {
	padding: 1em 0px 1em 0px;
    border: 1px #CCC solid;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:middle;
	background-color:#FFF;
	word-break : break-all;
	/*font-size:12px;*/
	}






table.table-1 {
    width:100%;
    /*border: 1px #009B83 solid;*/
    text-align: left;
	border-collapse: separate; border-spacing: 10px; 
	background-color:#FFF;
	}

table.table-1 th {
	padding: 1em 0px 1em 0px;
    border: 1px #003366 solid;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:top;
	/*background-color:#F4F4EA;*/
	/*background:url(../img/com_bg.jpg);
	background-repeat:repeat-y;
    background-position: top center;*/
	color:#000;
	font-size:1rem;
	width:20%;
	}
table.table-1 td {
	padding: 1em 0px 1em 0px;
    border: 1px #CCC solid;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:middle;
	background-color:#FFF;
	word-break : break-all;
	/*font-size:12px;*/
	}



table.table-net2 {
    width: 100%;
    /*border: 1px #E3E3E3 solid;*/
    
	margin:0px auto;
	}

table.table-net2 th {
	padding:7px;
    font-weight: bold;
	color:#000;
    line-height: 120%;
    text-align: center;
	font-size:15px;
	margin:0px 0 5px 0px;
	vertical-align:middle;
	/*background-color:#F7ECFF;*/
	border: 2px #CCC solid;
    border-width: 0 0px 1px 5px;
	}
table.table-net2 td {
	padding:1em;
    border: 1px #CCC solid;
    border-width: 0 0px 1px 1px;
	line-height:130%;
    text-align: center;
	vertical-align:top;
	font-size:15px;
	/*background-color:#F7ECFF;*/
	}



table.table-gold {
    width: 80%;
    /*border: 1px #E3E3E3 solid;*/
    
	margin:0px auto;
	}

table.table-gold th {
    padding: 1.2%;
    border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:top;
	font-weight:normal;
	background-color:#F4F4EA;
	width:25%;
	}
table.table-gold td {
	padding: 1.2%;
    border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:top;
	background-color:#FFF;
	/*font-size:12px;*/
	}




.syain{
display: flex;
width: 90%;
margin: 0 auto;
}

.syainimg{
display: flex;
flex-direction: column;
}
	
.syainimg img{
width: 300px;
margin: 0 auto;
}

.table-3 {
width:80%;
max-width: 500px;
border-spacing: 10px;
margin-left: 4em;
margin-right: 4em;
margin-top: 2em;
margin-bottom: 4em;
}

.table-3 th {
padding: 0.5em 0em 0.5em 0em;
border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;
line-height:180%;
text-align:left;
vertical-align:top;
font-weight:normal;
/*background-color:#F4F4EA;*/
/*background:url(../img/com_bg.jpg);
background-repeat:repeat-y;
background-position: top center;*/
font-size:1em;
width:30%;
}
.table-3 td {
padding: 0.5em 0px 0.5em 0em;
border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;
line-height:180%;
text-align:left;
vertical-align:middle;
background-color:#FFF;
/*font-size:12px;*/
}


table.table-qa {
    width: 90%;
    /*border: 1px #E3E3E3 solid;*/
    
	margin:0px auto;
	}

table.table-qa th {
    padding: 1em;
    border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:center;
	vertical-align:middle;
	font-weight:600;
	/*background-color:#F4F4EA;*/
	font-size:1.5em;
	width:10%;
	}
table.table-qa td {
	padding: 1em;
    border: 1px #CCC dotted;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:middle;
	background-color:#FFF;
	/*font-size:12px;*/
	}


table.table-qa tr:nth-child(2n+1){ background:#E1E1E1E1;}
table.table-qa tr:nth-child(2n){ background:#F4F4EA;}



table.table-form {
    width:100%;
    /*border: 1px #009B83 solid;*/
    margin:0px auto;
	border-collapse: separate; border-spacing: 10px; 
	}

table.table-form th {
	padding: 1.7em 0px 1.7em 0px;
    border: 1px #003366 solid;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:top;
	/*background-color:#F4F4EA;*/
	/*background:url(../img/com_bg.jpg);
	background-repeat:repeat-y;
    background-position: top center;*/
	color:#000;
	font-size:1.2rem;
	width:30%;
	}
table.table-form td {
	padding: 1.7em 0px 1.7em 0px;
    border: 1px #CCC solid;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:middle;
	background-color:#FFF;
	/*font-size:12px;*/
	}
	
	
	
table.table-flow {
    width:100%;
    /*border: 1px #009B83 solid;*/
    margin:0px auto;
	border-collapse: separate; border-spacing: 5px; 
	}

table.table-flow th {
	padding: 1.7em;
    /*border: 1px #003366 solid;
    border-width: 0 0px 1px 0px;*/
	line-height:180%;
    text-align:left;
	vertical-align:top;
	/*background-color:#F4F4EA;*/
	/*background:url(../img/com_bg.jpg);
	background-repeat:repeat-y;
    background-position: top center;*/
	color:#000;
	font-size:1.2rem;
	width:25%;
	vertical-align: middle;
	}
table.table-flow td {
	padding: 1.7em 0px 1.7em 0px;
    border: 1px #CCC solid;
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:middle;
	background-color:#FFF;
	/*font-size:12px;*/
	}	

/*table.table-flow tr:nth-child(n+3) {display:none;}*/

table.table-flow tr:nth-child(2n+1){ background:#E7E7E7;}
table.table-flow tr:nth-child(2n){ background:#CCCCCC;}


table.table_footer {
    width:25%;
    /*border: 1px #009B83 solid;*/
    text-align: center;
	/*border-collapse: separate; border-spacing: 10px; 
	background-color:#FFF;*/
	}

table.table_footer th {
	padding: 1em 0px 1em 0px;
   /* border: 1px #003366 solid;
    border-width: 0 0px 1px 0px;*/
	line-height:180%;
    text-align:center;
	vertical-align:top;
	/*background-color:#F4F4EA;*/
	/*background:url(../img/com_bg.jpg);
	background-repeat:repeat-y;
    background-position: top center;*/
	color:#000;
	font-size:1rem;
	width:20%;
	}
table.table_footer td {
	padding: 1em 0px 1em 0px;
   /* border: 1px #CCC solid;
    border-width: 0 0px 1px 0px;*/
	line-height:180%;
    text-align:center;
	vertical-align:middle;
	word-break : break-all;
	/*font-size:12px;*/
	}



table.table-silver {
    width: 100%;
    /*border: 1px #E3E3E3 solid;*/
    
	margin:0px auto;
	}

table.table-silver th {
    padding: 1em;
    /*border: 1px #CCC dotted;*/
    /*border-width: 0 0px 1px 0px;*/
	line-height:180%;
    text-align:center;
	vertical-align:top;
	font-weight:normal;
	/*background-color:#F4F4EA;*/
	width:22%;
	}

table.table-silver td {
	padding: 1em;
    /*border: 1px #CCC dotted;*/
    border-width: 0 0px 1px 0px;
	line-height:180%;
    text-align:left;
	vertical-align:top;
	/*background-color:#FFF;*/
	/*font-size:12px;*/
	width: 78%;
	}

table.table-bronze {
    width: 100%;
    /*border-top: 1px #E3E3E3 solid;*/
    
	margin:0px auto;
	}

table.table-bronze th {
    padding: 1em;
    /*border: 1px #CCC dotted;*/
    /*border-width: 0 0px 1px 0px;*/
	line-height:50%;
    text-align:left;
	vertical-align:top;
	font-weight:normal;
	/*background-color:#F4F4EA;*/
	width:20%;
	}

table.table-bronze td {
	padding: 1em;
    /*border: 1px #CCC dotted;*/
    border-width: 0 0px 1px 0px;
	line-height:20%;
    text-align:left;
	vertical-align:top;
	padding-left:60px;
	/*background-color:#FFF;*/
	/*font-size:12px;*/
	}




/*フォーム関係*/

textarea,input,select{
scrollbar-3dlight-color:#f5f5f5;
scrollbar-arrow-color:#92a1ba;
scrollbar-track-color:#ffffff;
scrollbar-darkshadow-color:#f5f5f5;
scrollbar-face-color:#ffffff;
scrollbar-highlight-color:#f5f5f5;
scrollbar-shadow-color:#92a1ba;
border:solid 1px #CCC;
background-color:#FFFFFF;
color:#333333;
padding:0.5em;
margin:0.5em;
height: 2.5em;
cursor: pointer;
}


input#submit_button {
width: 18%;
cursor: pointer;
}
input#reset_button{
width:18%;
cursor: pointer;
}

/*****inner******/





.ttl_wh{font-size:18px;color:#FFF;border-left: solid 5px #009FE8;padding:0 0px 0 10px;font-weight:500;}
.ttl_big01{font-size:50px;color:#1F66B2;border-bottom: solid 1px #1F66B2;padding:10px 0px 10px 10px;font-weight:200;text-align: center;}
.ttl_big02{font-size:50px;color:#1F66B2;padding:10px 0px 10px 10px;font-weight:600;text-align: center;}
.ttl_bk{width: 85%;font-size: 30px; margin: 0 auto;color:#1F66B2;border-bottom: solid 2px #1F66B2; border-left: solid 10px #1F66B2;padding:10px 0px 10px 10px;font-weight:200;text-align: left;}
.ttl_bk02{font-size:30px;color:#1269B4;font-weight:200;text-align: center;}
.ttl_bk03{font-size:30px;color:#000;font-weight:600;text-align: center;}
.ttl_cent01{font-size:15px;color:#000;text-align: center;}
.ttl_kon{width:100%;height:60px;background-color: #DDDDDD;margin:0 auto;padding:3px 0 0 20px;display: flex;align-items: center;color:#222;text-align: left;font-size:1.1em;}
.ttl_wh{color:#FFF;font-size:20px;text-align: left;}


.ttl_big02_price{
	width: 100%;
	font-size:50px;
	color:#1F66B2;
	font-weight:600;
	line-height: normal;
	text-align: center;
	margin:0 auto;
	

}

.ttl_big02_time{
	
	font-size:50px;
	color:#1F66B2;
    border-bottom: 1px #1F66B2 solid;
    border-width: 80%;
	font-weight:600;
	text-align: center;
	margin: 0 auto;
}

.eng_ruby_price{
	font-size:22px;
	color:#1F66B2;
	text-align: right;
	margin:0;
	position:relative;
	top :-20px;
	right:40px;

}



.image_box{width:100%;height:auto;max-width:800px;text-align: center;margin:0 auto;}
.lay_block01{width:100%;height:auto;text-align: center;margin:0 auto;max-width:1200px;}
.lay_block02{width:100%;height:auto;text-align: center;margin:0 auto;max-width:1100px;}
	
	
  .lay-block-top {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto 5em;
    padding-top: 0em;
  }

.book_btnimg{margin:0 auto;width:42%;}


.p_text01{font-size:12px;width:100%;text-align: left;max-width:100%;line-height: 150%;margin:0 0 0 1em;padding:0 1em 0 0;flaot:left;}
.p_text02{font-size:16px;display:inline-block;width:100%;text-align: left;max-width:1100px;line-height: 170%;padding:0 1em 0 1em;}
.p_text_colormate{font-size:18px;display:inline-block;width:100%;text-align: left;max-width:1100px;line-height: 200%;padding:0 1em 0 1em;}

.img_cover {
  object-fit: cover;
  width: 100%;
  height:auto;
  max-width:40%;
  /*height: 200px;*/
  /*background-color: #ccc;*/
  /*border: 1px solid #ccc;*/
  vertical-align: top;
  margin:0 auto;
  padding:0 1em 0 0;
  float:left;
  }


.img_cover02 {
object-fit: cover;
  text-align: center;
  margin:0 auto;
  width: 60%;
  height:auto;
  max-width:100%;
  vertical-align: top;
  }


.img_cover_nomal {
  object-fit: cover;
  text-align:right;
  margin:0 0 0 auto;
  width: 100%;
  max-width:700px;
  vertical-align: top;
}


.trim{
  position: relative;
  width: 100%;/*　トリミングしたい枠の幅（固定にしたい場合はサイズを入力）　*/
  padding-top: 45%;/*29%*/
  max-height:800px;/*　トリミングしたい枠の高さ（固定にしたい場合はサイズを入力）　*/
  overflow: hidden;/*　画像が枠からはみ出た部分はトリミング（非表示）する　*/
  margin: 0 auto;
}

.trim img{
/* 画像を上下左右に中央配置する（絶対指定） */
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);

}


.main_box_area{width:55%;margin:0 auto;padding:1em;}



.footimg{
display: flex;
margin-top: 11.5em;
}

.footimg img{
padding-right: 1em;
width: 130px;
}

.footttl{
font-size: 16px;
}
	
.inden{
text-align: left;
word-break: break-all;
text-indent: -5em;
padding-left: 5em;
}
	
.sp_br{
display: none;
}
	
	
	
	


.hissu{
    text-align:center;
	font-size:12px;
	/*font-weight:bold;*/
	/*border-bottom:solid 2px #0059B2;*/
	line-height:140%;
	color:#FFF;
	background-color:#D8070B;
	display: inline-block;
	padding:5px;
	margin:0px 0 0 10px;
	}


.spheight{padding-top:55%;}





/****BUTTON PARTS****/




  }



/* 20180908追加 */
.kaisoku_section {
	margin-bottom: 50px;
}

.kaisoku_section p {
	margin-bottom: 20px;
}





.fabs {
  top: 0;
  position: fixed;
  margin: 0em;
  right: 0;
  z-index: 1000;
 }

.fab {
  display:inline-block;
  width: 52px;
  height: 52px;
   border-radius: 50%;
  text-align: center;
  color: white;
  margin: 1em auto 0;
  box-shadow: 0px 5px 11px -2px rgba(0, 0, 0, 0.18), 0px 4px 12px -7px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all .1s ease-out;
  transition: all .1s ease-out;
  position: relative;
}

.fab > i {
  font-size: 24px;
  line-height: 52px;
  transition: all .2s ease-in-out;
  transition-delay: 2s;
  }

.fab.red {
  background: #666;
 }

.fab.pink {
  background: #E91E63;
}

.fab.purple {
  background: #9C27B0;
  color:#FFF;
  margin:0.5em;
}

.fab.deep-purple {
  background: #673AB7;
}

.fab.indigo {
  background: #3F51B5;
  color:#FFF;
  margin:0.5em;
}

.fab.blue {
  background: #2196F3;
}

.fab.light-blue {
  background: #03A9F4;
  color:#FFF;
  margin:0.5em;
}

.fab.cyan {
  background: #00BCD4;
}

.fab.teal {
  background: #009688;
}

.fab.green {
  background: #4CAF50;
}

.fab.light-green {
  background: #8BC34A;
}

.fab.lime {
  background: #CDDC39;
}

.fab.yellow {
  background: #FFEB3B;
}

.fab.amber {
  background: #FFC107;
}

.fab.orange {
  background: #FF9800;
}

.fab.deep-orange {
  background: #FF5722;
}

.fab.brown {
  background: #795548;
}

.fab.grey {
  background: #9E9E9E;
}

.fab.blue-grey {
  background: #607D8B;
}

.fab:active,
.fab:focus,
.fab:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, .14), 0 4px 8px rgba(0, 0, 0, .28);
}

/*
.fab:not(:last-child) {
  width: 36px;
  height: 36px;
  margin: 20px auto 0;
  opacity: 0;
}

.fab:not(:last-child) > i {
  font-size: 18px;
  line-height: 40px;
  transition: all .3s ease-in-out;
}

.fabs:hover .fab:not(:last-child) {
  opacity: 1;
  width: 40px;
  height: 40px;
  margin: 15px auto 0;
}

*/

.fab:nth-last-child(1) {
  -webkit-transition-delay: 25ms;
  transition-delay: 25ms;
}

.fab:not(:last-child):nth-last-child(2) {
  -webkit-transition-delay: -20ms;
  transition-delay: -20ms;
}

.fab:not(:last-child):nth-last-child(3) {
  -webkit-transition-delay: 40ms;
  transition-delay: 40ms;
}

.fab:not(:last-child):nth-last-child(4) {
  -webkit-transition-delay: 60ms;
  transition-delay: 60ms;
}

.fab:not(:last-child):nth-last-child(5) {
  -webkit-transition-delay: 80ms;
  transition-delay: 80ms;
}

[tooltip]:before {
  font-family: 'Roboto';
  font-weight: 600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #585858;
  color: #fff;
  content: attr(tooltip);
  font-size: 12px;
  visibility: hidden;
  opacity: 0;
  padding: 5px 7px;
  margin-right: 10px;
  position: absolute;
  right: 100%;
  bottom: 5%;
  white-space: nowrap;
}

[tooltip]:hover:before,
[tooltip]:hover:after {
  visibility: visible;
  opacity: 1;
}




	
	
	
.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%);
}
.is-show {
  transform: translateY(0);
}


#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #1F66B2;
 opacity: 0.8;
  border-radius: 50%;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: FontAwesome;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}	




.line_a {
	max-width: 1100px;
	width: 80%;
	border-top: solid 3px #284a88;
	margin: 0 auto;
}

.about_p {
	padding-top: 2%;
    width: 1100px;
    margin: auto;
    max-width: 85%;
    padding-bottom: 2%;
}

.news_p{
text-align: right;
width: 1100px;
margin: auto;
max-width: 85%;
}

.ttl_text_regist {
	text-align: left;
	
	padding-left: 8%;
	font-size: 20px;
	color: #222222;
	font-weight: 500;
}

.list_no {
	max-width: 1100px;
	width: 80%;
	margin: 0 auto;
}


.list_no li{
	text-align: left;
	padding: 1% 0 1% 2%;
}
.kannkyou_p {
    width: 1100px;
    margin: auto;
    max-width: 85%;
    padding-bottom: 2%;
}

.list_p {
	text-align: right;
	line-height: 130%;
}

.listbox03_sh {
	max-width: 1100px;
width: 80%;
margin: 0 auto;
 padding:0.5em;
 text-align: left;
 line-height: 170%;
 font-size:16px;
}

.record_main {
	max-width: 1100px;
	width: 80%;
	height: auto;
	background-color: #B0B1B1;
	color: #000;
	margin: 0 auto;
}

.record_main_v {
float: left;
/*width: 60%;*/
padding: 11% 0 0 5%;
}

.record_main_kyuujin {
float: left;
/*width: 60%;*/
padding: 15% 0 0 7%;
}

.ttl_tex_box {
	width:100%; text-align: center; line-height: 15%;
}

.schedule_main_v_right {
	overflow: hidden;
	text-align: right;
}

.schedule_main_kyuujin {
	overflow: hidden;
	text-align: right;
}

.ttl_tex_l_r {
	font-size:2.5em;color:#FFF;font-weight:600;text-align: center;
}

.ttl_tex_l_r{
font-size:3.5em;
color:#FFF;
font-weight:600;
text-align: center;
/*vertical-align:middle;*/
}

table.table-kyuuzinn{
    width: 70%;
    /*border: 1px #E3E3E3 solid;*/
    
	margin:0 auto;
	}

table.table-kyuuzinn th {
    padding: 1%;
    border:none;
	line-height:180%;
    text-align:left;
	vertical-align:top;
	font-weight:normal;
	width:20%;
	}


table.table-kyuuzinn td {
	padding: 1%;
    border:none;
	line-height:180%;
    text-align:left;
	vertical-align:top;
	/*font-size:12px;*/
	}

.titl_h4 {
	width: 80%;
	margin: 0 auto;
	text-align: left;
	color: #000;
	font-size: 150%;
	padding: 5% 0 2% 0;
}

.btn_m {
	 width:50%;
	padding:0.5em;
    font-weight: bold;
    display: inline-block;
    text-decoration: none !important;
    font-size: 16px;
	text-align:center;
    border-radius: 5px;
}

.imag_shisetsu {
object-fit: cover;
  text-align:right;
  margin:0 0 0 auto;
  width: 100%;
  height:auto;
  max-width:600px;
  vertical-align: top;
}

.imag_company {
	object-fit: cover;
  text-align:left;
  width: 100%;
  height:auto;
  max-width:400px;
  vertical-align: top;
}

.daihyo{
font-size:24px;
text-align:right;
line-height:170%;
font-family: "HG行書体", monospace;
font-weight: bold;
}

.kyujinbun{
font-size: 15px;
font-weight: 200;
}

.dihyoname{
width: 1100px;
margin: auto;
max-width: 85%;
}

.dihyoname img{
width: 240px;
display: block;
margin-right: 0;
margin-left: auto;
}

.headgreen img{
height: 210px;
margin-top: 2.4em;
object-fit: cover;
}

.kyuuzinn img{
width: 500px;
margin-right: 0;
}

/*-----iPadPro用------*/
/*　画面サイズが980pxから1024pxまではここを読み込む　*/	
@media screen and (min-width:769px) and ( max-width:1024px) {

.footimg{
margin-top: 13.0em;
}

}