@charset "utf-8";

body {
	margin: 0　auto;
	padding: 0px;
	color: #333;
	/*font-family: "メイリオ", Meiryo, 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', "ＭＳ Ｐゴシック", "MS PGothic";*/
	/*font-family: "Yu Mincho", 'Hiragino Mincho ProN', serif;*/
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", 'sans-serif';
    font-size: 15px;
	line-height: 1.5;	
	background: #ffffff;
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 0 auto; margin: 3%; }
video,audio {max-width: 100%;}

a {
	color: #333;	
	transition: 0.5s;
}
a:hover {
	color: #15bdba;			
}

#container {
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
	padding: 0 10%;	
}

header {
	float: left;
	width: 20%;	
}

header #logo {
	margin-bottom: 50px;
	background: #15bdbaff;	
	border-radius: 0px 0px 10px 10px;
}

.sidebar {
	width:15%;
    padding: 0%;
	border-radius: 10px;
	border: 1px dashed #15bdba;	
	top: 35%;
    position: fixed;
    overflow: auto;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.32);
    left: 3%;
}

.sidebar li {
	text-align: center;	
	border-top: 1px solid #ffffff;	
	font-size: 20px;	
}
.sidebar li a {
	display: block;text-decoration: none;
	padding: 15px 5px;
	background: rgba(255,255,255.1);
}

.sidebar li a:hover {
	background: #a6f6f5;
}

.sidebar li:first-child {
	border: none;	
}

.sidebar li span {
	display: block;
	font-size: 15px;	
	font-weight: normal;
	letter-spacing: 0.2em;	
	color: #15bdba;	
}


#menubar-s {display: none;}

#menubar_hdr {display: none;}


#contents {
	clear: both;overflow: hidden;
}

#main {
	float: right;
    	width: 80%;		
}

.home #main {
	margin-top: 30%;
}

#a1 {
    clear: both;
	font-size: 26px;
	margin-bottom: 30px;
	padding: 10px 50px 10px 50px;	
	color: #ffffff;	
	background: #15bdba; 
	border-radius: 90px;
}

#main h2 {
	clear: both;
	font-size: 26px;
	margin-bottom: 30px;
	padding: 10px 20px 10px 50px;	
	color: #ffffff;	
	background: #15bdba; 
	border-radius: 90px;
}

#main h3 {
	clear: both;
	margin-bottom: 20px;
	padding: 4px 20px;	
	border: 1px solid #ccc;	
	border-radius: 10px;	
	background: #fff;	
}
#main h3::first-letter {
	border-left: 3px solid #15bdba;
	padding-left: 15px;
}

#main p {
	padding: 0px 10px 10px;	
}

#main p + p {
	margin-top: -5px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -10px;
}
#main section + section {
	margin-top: 30px;
}





.slider {
    position: relative;
    margin-bottom: 1%;
}

/*.slider_fade {
    position: absolute;
    opacity: 0;
    animation: anime-slider-fade 8s infinite;
}

.slider_fade:nth-of-type(1) {
    animation-delay: 0s;
}
.slider_fade:nth-of-type(2) {
    animation-delay: 2s;
}
.slider_fade:nth-of-type(3) {
    animation-delay: 4s;
}
.slider_fade:nth-of-type(4) {
    animation-delay: 6s;
}

@keyframes anime-slider-fade {
    0% {opacity: 0;}
    15% {opacity: 1;}
    25% {opacity: 1;}
    40%{opacity: 0;}
    100% {opacity: 0;}
}*/

.slider_fade {
    position: absolute;
    opacity: 0;
    animation: anime-slider-fade 12s infinite;
}

.slider_fade:nth-of-type(1) {
    animation-delay: 0s;
}
.slider_fade:nth-of-type(2) {
    animation-delay: 4s;
}
.slider_fade:nth-of-type(3) {
    animation-delay: 8s;
}

@keyframes anime-slider-fade {
    0% {opacity: 0;}
    15% {opacity: 1;}
    25% {opacity: 1;}
    40%{opacity: 0;}
    100% {opacity: 0;}
}

.logo {
    position: fixed;
    top: 1;
    left: 3%;
    z-index: 1;
    width: 15%;
    height: 15%;
    border-radius: 30px;
}


footer {
	clear: both;
	padding-top: 40px;
	text-align: center;
	
}
footer .pr {display: block;font-size: 80%;}


#footermenu {
	padding: 10px;
    font-size: 15px;
}

#footermenu li {
	display: inline-block;	
	padding: 2px 10px;	
    font-size: 15px;
}


.list {
	overflow: hidden;
	width: 45%;	
	float: left;	
	margin: 0 0 20px 2%;
	
	
	padding: 1%;
	border-radius: 3px;
	background: #fff;
}
.list a {
	display: block;text-decoration: none;overflow: hidden;
	margin: -2%;
	padding: 2%;
	background: #fff url(../images/.png) no-repeat right bottom / 40px;	/*リンク設定した際の右下の矢印マークの読み込み。right（右）、bottom（下）、40pxは画像の幅。*/
}


.list h4 {
	color: #15bdba;		
	font-size: 120%;
	text-align: center;
	height: 2em;		    
    font-weight: bold;
	overflow: hidden;	
}

.list p {
	padding: 0 !important;
	line-height: 2;
	font-size: 90%;		
	color: #333;	
	height: ;	
	overflow: hidden;
}




.thumbnail {
	width: 70px;	
	margin: 5px;
	opacity: 0.7;	
}

.thumbnail:hover {
	opacity: 1;	
}



.ta1 caption {
	border: 1px solid #ccc;	
	border-bottom: none;	
	text-align: left;		
	background: #eee;		
	color: #666;		
	font-weight: bold;		
	padding: 5px;			
}
/*ta1設定*/
.ta1 {
	table-layout: auto;
	width: 80%;
	margin: 3%;
    margin-bottom: 0px;
	background: #fff;	
	color: #666;	
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #ccc;	
	padding: 10px;	
}

.ta1 th {
	
	text-align: center;	
}


.ta2 caption {
	border: 1px solid #b7b7b7;	
	border-bottom: none;	
	text-align: center;
	background: #fff;		
	color: #333;
	font-weight: bold;		
	padding: 5px;		
}

.ta2 {
	table-layout: auto;
	width: 80%;
	margin: 3% ;
    margin-bottom: 0px;
	text-align: center;	
	background: #fff;
	color: #333;
 
}
.ta2, .ta2 td, .ta2 th {
	word-break: break-all;
	border: 1px solid #b7b7b7;	
}

.ta2 th {
	background: #4df6f3;
}

.ta3 caption {
	border: 1px solid #b7b7b7;	
	border-bottom: none;	
	text-align: center;
	background: #fff;		
	color: #333;
	font-weight: bold;		
	padding: 5px;		
}

.ta3 {
	table-layout: fixed;
	width: 80%;
	margin: 3%;
    margin-bottom: 10px;
	text-align: left;	
	background: #fff;	
	color: #333;
 
}
.ta3 th {
	background: #4df6f3;
}

.ta3, .ta3 td, .ta3 th {
	word-break: break-all;
	border: 0px solid #ffffff;	
}

.ta3b1{
    color: #717171;
}

.ta3a1{
   font-size: 20px; 
}

.ta3a2{
    font-size: 17px; font-weight: bold; text-decoration: solid 3px underline #15bdba;
}

.ta3a3{
    font-size: 12px; font-weight: bold; text-decoration: solid 3px underline #15bdba;
}



#main input[type="submit"].btn,
#main input[type="button"].btn,
#main input[type="reset"].btn {
	padding: 5px 10px;
	border: 1px solid #ccc;
	font-size: 18px;
	border-radius: 3px;
	background: #eee;
}

#main input[type="submit"].btn:hover,
#main input[type="button"].btn:hover,
#main input[type="reset"].btn:hover {
	border: 1px solid #999;
	background: #fff;
}


#main .box {
	overflow: hidden;
	border: 1px solid #15bdbaF3;	
	padding: 20px;				
	border-radius: 10px;		
	margin-bottom: 20px;	
	background: #fff;		
}

#main .box h4 {
	color: #39b2ff;	
	font-size: 130%;	
}

#main .box p {
	padding: 0 !important;
}

#main .box .fr,#main .box .fl {margin-bottom: 0;}


.menu {
	overflow: hidden;
	margin-bottom: 20px;	
	text-align: center;		
}

.menu li {
	display: inline;	
	border-right: 1px solid #999;	
}
.menu li a {
	padding: 10px;	
}

.menu li:first-child {
	border-left: 1px solid #999;	
}



.look {background: #eee;border: 1px solid #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px;}
.mb10 {margin-bottom: 10px;}
.mb30 {margin-bottom: 30px;}
.clear {clear: both;}
.color1, .color1 a {color: #15bdba; font-size: 120%;}
.bgcolor1 {background: #f2f2f2 !important;}
.bgcolor2 {background: #dbebf7 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.w60p {width: 60%;}
.w50p {width: 50%;}
.w45p {width: 45%;}
.w40p {width: 40%;}
.w20p {width: 20%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.fr {float: right;margin-left: 2%;margin-bottom: 20px;}
.fl {float: left;margin-right: 2%;margin-bottom: 20px;}
.big1 {font-size: 20px;letter-spacing: 0em; margin-top: 35%;}
.big2 {font-size: 20px;letter-spacing: 0em; margin-top: 10%;}
.big2s {font-size: 13px;letter-spacing: 0em; margin-top: 10%; margin-left: 3%;}
.big3 {font-size: 20px;letter-spacing: 0em; margin-top: 10%; display: flex; margin: auto 0; line-height: 1.3;}
.big3s {font-size: 13px;letter-spacing: 0em; margin-top: 10%; display: flex; }
.big4 {font-size: 17px; margin-left: 59%;}
.big4a {font-size: 20px; margin-left: 3%;}
.big5s{font-size: 13px; margin-left: 10%;}
.big5 {font-size: 20px; margin-left: 10%; background-color: #bcbcbc97; width: 350px;}
.big6 {font-size: 60px; color:#4df6f3; letter-spacing: 0em; margin-top: 35%; font-family:"Yu Mincho", 'Hiragino Mincho ProN', serif;}
.big6 span{color:#233b6c; font-size:40px; vertical-align:15%;}
.big6s {font-size: 30px; color:#4df6f3; letter-spacing: 0em; margin-top: 10%; font-family:"Yu Mincho", 'Hiragino Mincho ProN', serif;}
.big6s span{color:#233b6c; font-size:20px; vertical-align:15%;}
.big7 {font-size: 60px; color:#2b20ff; letter-spacing: 0em; margin-top: 35%;}
.big8 {font-size: 20px;letter-spacing: 0em; margin-top: 0%;}
.big8s {font-size: 13px;letter-spacing: 0em; margin-top: 0%; margin-left: 3%;}
#sub .big1 {font-size: 15px;letter-spacing: normal; margin-top: 35%;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
.dn {display: none;}
.access1 {display: flex; justify-content: center;}
.underbar{font-size: 23px;letter-spacing: 0em; margin-top: 10%; display: flex; text-decoration: solid 3px underline #15bdba;}
.underbars{font-size: 13px;letter-spacing: 0em; margin-top: 10%;  border-bottom: solid 3px #15bdba;}
/*.big5 {font-size: 25px;}
.big5s {font-size: 16px;}*/
.dot {font-size: 30px;}
.info {font-size: 17;}
td.timetable {font-size: 20px;}

/*画面幅1100px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1100px){
    .home #mains {display: none !important;}
    .home #navArea {display: none !important;}
    .sliders {display: none !important;}
    /*container（footer以外を囲むブロック）
    ---------------------------------------------------------------------------*/
    #container {
        padding: 0 3%;		/*上下、左右へのボックス内の余白*/
    }
    
    /*mainコンテンツ
    ---------------------------------------------------------------------------*/
    /*トップページでのmainコンテンツへの追加設定*/
    .home #main {
        margin-top: 30%;	/*上に空けるスペース。スライドショーとのバランスをとって設定して下さい。*/
    }
    
    }

    
    @media screen and (max-width:1100px){
        #menubar {display: none !important;}
        .home #main {display: none !important;}
        .underbars{font-size: 13px;letter-spacing: 0.2em; margin-top: 30%;  border-bottom: solid 3px #15bdba;} 
        .logo {
            position: absolute;
            top: 1;
            left: 0%;
            z-index: 1;
            width: 20%;
            height: 20%;
            border-radius: 30px;
        }
        h2 {
            clear: both;
            font-size: 15px;
            margin-bottom: 30px;
            padding: 10px 20px 10px 20px;	
            color: #ffffff;	
            background: #15bdba; 
            border-radius: 90px;
        }

        .clear{
            margin-top: 60%;
        }
        
        /*ta1設定*/
    .ta1 {
        table-layout: auto;
        width: 90%;
        margin: 3%;
        margin-bottom: 0px;
        background: #fff;	
        color: #666;
        font-size: 13px;	
    }
    .ta1, .ta1 td, .ta1 th {
        word-break: break-all;
        border: 1px solid #ccc;	
        padding: 10px;	
    }
    
    .ta1 th {
        
        text-align: center;	
    }
    
    /*ta2設定*/
    .ta2 {
        table-layout: auto;
        width: 90%;
        margin: 3% ;
        margin-bottom: 0px;
        text-align: center;	
        background: #fff;
        color: #333;
        /*font-size: 13px;*/
    }
    .ta2, .ta2 td, .ta2 th {
        word-break: break-all;
        border: 1px solid #b7b7b7;	
    }
    
    .ta2 th {
        background: #4df6f3;
    }
    
        /*ta3設定*/
        .ta3 {
            table-layout: fixed;
            width: 90%;
            margin: 3%;
            margin-bottom: 10px;
            text-align: left;	
            background: #fff;	
            color: #333;
            font-size: 13px;
         
        }
        .ta3 th {
            background: #4df6f3;
        }
        
        .ta3, .ta3 td, .ta3 th {
            word-break: break-all;
            border: 0px solid #ffffff;	
        }
        
        .ta3b1 a:link{
            color: #706f6f;
        }
        
        .ta3a1{
           font-size: 15px;
        }
        
        .ta3a2{
            font-size: 13px;
        }
      
    
    
    /*画面幅900px以下の設定
    ------------------------------------------------------------------------------------------------------------------------------------------------------*/
    @media screen and (max-width:900px){
        #menubar {display: none !important;}
        .home #main {display: none !important;}
        .slider {display: none !important;}
        .big2s {font-size: 13px;letter-spacing: 0.2em; margin-top: 60%; margin-left: 3%;}
        
        .sliders {
            position: relative;
            margin-bottom: 1%;
        }
        
        /*.sliders_fade {
            position: absolute;
            opacity: 0;
            animation: anime-slider-fade 8s infinite;
        }
        
        .sliders_fade:nth-of-type(1) {
            animation-delay: 0s;
        }
        .sliders_fade:nth-of-type(2) {
            animation-delay: 2s;
        }
        .sliders_fade:nth-of-type(3) {
            animation-delay: 4s;
        }
        .sliders_fade:nth-of-type(4) {
            animation-delay: 6s;
        }
        
        @keyframes anime-sliders-fade {
            0% {opacity: 0;}
            15% {opacity: 1;}
            25% {opacity: 1;}
            40%{opacity: 0;}
            100% {opacity: 0;}
        }*/

        .sliders_fade {
            position: absolute;
            opacity: 0;
            animation: anime-slider-fade 12s infinite;
        }
        
        .sliders_fade:nth-of-type(1) {
            animation-delay: 0s;
        }
        .sliders_fade:nth-of-type(2) {
            animation-delay: 4s;
        }
        .sliders_fade:nth-of-type(3) {
            animation-delay: 8s;
        }
       
        
        
        @keyframes anime-sliders-fade {
            0% {opacity: 0;}
            15% {opacity: 1;}
            25% {opacity: 1;}
            40%{opacity: 0;}
            100% {opacity: 0;}
        }

        .logo {
            position: absolute;
            top: 1;
            left: 0%;
            z-index: 1;
            width: 20%;
            height: 20%;
            border-radius: 30px;
        }
        h2 {
            clear: both;
            font-size: 15px;
            margin-bottom: 30px;
            padding: 10px 20px 10px 20px;	
            color: #ffffff;	
            background: #15bdba; 
            border-radius: 90px;
        }

        .clear{
            margin-top: 60%;
        }
        
        /*ta1設定*/
    .ta1 {
        table-layout: auto;
        width: 90%;
        margin: 3%;
        margin-bottom: 0px;
        background: #fff;	
        color: #666;
        font-size: 13px;	
    }
    .ta1, .ta1 td, .ta1 th {
        word-break: break-all;
        border: 1px solid #ccc;	
        padding: 10px;	
    }
    
    .ta1 th {
        
        text-align: center;	
    }
    
    /*ta2設定*/
    .ta2 {
        table-layout: auto;
        width: 90%;
        margin: 3% ;
        margin-bottom: 0px;
        text-align: center;	
        background: #fff;
        color: #333;
        /*font-size: 13px;*/
    }
    .ta2, .ta2 td, .ta2 th {
        word-break: break-all;
        border: 1px solid #b7b7b7;	
    }
    
    .ta2 th {
        background: #4df6f3;
    }
    
        /*ta3設定*/
        .ta3 {
            table-layout: fixed;
            width: 90%;
            margin: 3%;
            margin-bottom: 10px;
            text-align: left;	
            background: #fff;	
            color: #333;
            font-size: 13px;
         
        }
        .ta3 th {
            background: #4df6f3;
        }
        
        .ta3, .ta3 td, .ta3 th {
            word-break: break-all;
            border: 0px solid #ffffff;	
        }
        
        .ta3b1{
            color: #000000;
        }
        
        .ta3a1{
           font-size: 15px;
        }
        
        .ta3a2{
            font-size: 13px;
        }
        
    
        /*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*.nav_toggle {
    display: block;
    position: absolute;
    top: 35%;	
	right: 3%;	
    width: 1.75rem;
    height: 1.5rem;
  }
  .nav_toggle i {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #333;
    position: absolute;
    transition: transform .5s, opacity .5s;
  }
  .nav_toggle i:nth-child(1) {
    top: 0;
  }
  .nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .nav_toggle i:nth-child(3) {
    bottom: 0;
  }
  
  .nav_toggle.show i:nth-child(1) {
    transform: translateY(10px) rotate(-45deg);
  }
  .nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }
  .nav_toggle.show i:nth-child(3) {
    transform: translateY(-12px) rotate(45deg);
  }

  .nav {
    position: fixed;
    top: 3rem;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s, visibility .5s;
  }

  .nav.show {
    opacity: 1;
    visibility: visible;
  }*/

  
  /*============
nav
=============*/
nav {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 300px;
    background: #ffffff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    z-index: 3;
    opacity: 0;
  }
  .open nav {
    left: 0;
    opacity: 1;
  }
  nav .inner {
    padding: 25px;
  }
  nav .inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav .inner ul li {
    position: relative;
    margin: 0;
    border-bottom: 1px solid #15bdba;
  }
  nav .inner ul li a {
    display: block;
    color: #000000;
    font-size: 18px;
    padding: 1em;
    text-decoration: none;
    transition-duration: 0.2s;
  }
  nav .inner ul li a:hover {
    background: #e4e4e4;
  }
  @media screen and (max-width: 767px) {
    nav {
      left: -220px;
      width: 220px;
    }
  }
  /*============
  .toggle_btn
  =============*/
  .toggle_btn {
    display: block;
    position: absolute;
    top: 33%;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
    
  }
  .toggle_btn:after{
    display: block;
    margin-top: -15px;
    font-size: 10px;
    color: #15bdba;
    width: 30px;
    content:"MENU";
  }
  .toggle_btn span {
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    background-color: #333;
    border-radius: 4px;
    transition: all .5s;
  }
  .toggle_btn span:nth-child(1) {
    top: 4px;
  }
  .toggle_btn span:nth-child(2) {
    top: 14px;
  }
  .toggle_btn span:nth-child(3) {
    bottom: 4px;
  }
  .open .toggle_btn span {
    background-color: #fff;
  }
  .open .toggle_btn span:nth-child(1) {
    -webkit-transform: translateY(10px) rotate(-315deg);
    transform: translateY(10px) rotate(-315deg);
  }
  .open .toggle_btn span:nth-child(2) {
    opacity: 0;
  }
  .open .toggle_btn span:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg);
  }
  /*============
  #mask
  =============*/
  #mask {
    display: none;
    transition: all .5s;
  }
  .open #mask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 2;
    cursor: pointer;
  }
  /*============
  main
  =============*/
  main {
    padding: 50px;
  }
  main h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    text-align: center;
  }
  /*============
  body
  =============*/
  body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
  }
    

/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	z-index: 11;
	top: 50px;	/*上からの配置場所指定*/
	right: 3%;	/*右からの配置場所指定*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
	border-radius: 50%;
}

/*三本バーアイコン*/
#menubar_hdr.close {
	background: #15bdba url(../image/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #15bdba url(../image/icon_menu.png) no-repeat center bottom/50px;
}

/*header,main,sub
---------------------------------------------------------------------------*/
header, #main, #sub {
	float: none;
	width: auto;
	overflow: hidden;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #side {display: none;}

}



/*画面幅600px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:600px){
    #menubar {display: none !important;}
    .home #main {display: none !important;}
    .big2s {font-size: 13px;letter-spacing: 0.2em; margin-top: 50%; margin-left: 3%;}
    .underbars{font-size: 13px;letter-spacing: 0.2em; margin-top: 50%;  border-bottom: solid 3px #15bdba;}
   
    .logo {
        position: absolute;
        top: 1;
        left: 0%;
        z-index: 1;
        width: 20%;
        height: 20%;
        border-radius: 30px;
    }
    h2 {
        clear: both;
        font-size: 15px;
        margin-bottom: 30px;
        padding: 10px 20px 10px 20px;	
        color: #ffffff;	
        background: #15bdba; 
        border-radius: 90px;
    }
    
    .clear{
        margin-top: 0%;
    }

    /*ta1設定*/
.ta1 {
	table-layout: auto;
	width: 90%;
	margin: 3%;
    margin-bottom: 0px;
	background: #fff;	
	color: #666;	
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #ccc;	
	padding: 10px;	
}

.ta1 th {
	
	text-align: center;	
}

/*ta2設定*/
.ta2 {
	table-layout: auto;
	width: 90%;
	margin: 3% ;
    margin-bottom: 0px;
	text-align: center;	
	background: #fff;
	color: #333;
 
}
.ta2, .ta2 td, .ta2 th {
	word-break: break-all;
	border: 1px solid #b7b7b7;	
}

.ta2 th {
	background: #4df6f3;
}

    /*ta3設定*/
    .ta3 {
        table-layout: fixed;
        width: 90%;
        margin: 3%;
        margin-bottom: 10px;
        text-align: left;	
        background: #fff;	
        color: #333;
     
    }
    .ta3 th {
        background: #4df6f3;
    }
    
    .ta3, .ta3 td, .ta3 th {
        word-break: break-all;
        border: 0px solid #ffffff;	
    }
    
    .ta3b1{
        color: #000000;
    }
    
    .ta3a1{
       font-size: 15px;
    }
    
    .ta3a2{
        font-size: 13px;
    }

    /*============
  .toggle_btn
  =============*/
  .toggle_btn {
    display: block;
    position: absolute;
    top: 28%;
    right: 30px;
    width: 30px;
    height: 30px;
    transition: all .5s;
    cursor: pointer;
    z-index: 3;
    
  }
    

/*mainコンテンツ
---------------------------------------------------------------------------*/
/*mainコンテンツのh2タグ設定*/
#main h2 {
	font-size: 20px;	/*文字サイズ*/
	padding: 10px 20px 10px 60px;	/*上、右、下、左への見出し内の余白*/
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/
/*ボタンの設定*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	width: 60px;	/*幅*/
}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){
    #menubar {display: none !important;}
    .home #main {display: none !important;
    }
    .big2s {font-size: 13px;letter-spacing: 0.2em; margin-top: 10%; margin-left: 3%;}
    .underbars{font-size: 13px;letter-spacing: 0.2em; margin-top: 10%;  border-bottom: solid 3px #15bdba;}
    h2 {
        clear: both;
        font-size: 15px;
        margin-bottom: 30px;
        padding: 10px 20px 10px 30px;	
        color: #ffffff;	
        background: #15bdba; 
        border-radius: 90px;
    }
    
    /*ta1設定*/
.ta1 {
	table-layout: auto;
	width: 90%;
	margin: 3%;
    margin-bottom: 0px;
	background: #fff;	
	color: #666;	
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #ccc;	
	padding: 10px;	
}

.ta1 th {
	
	text-align: center;	
}

/*ta2設定*/
.ta2 {
	table-layout: auto;
	width: 90%;
	margin: 3% ;
    margin-bottom: 0px;
	text-align: center;	
	background: #fff;
	color: #333;
 
}
.ta2, .ta2 td, .ta2 th {
	word-break: break-all;
	border: 1px solid #b7b7b7;	
}

.ta2 th {
	background: #4df6f3;
}



    /*ta3設定*/
    .ta3 {
        table-layout: fixed;
        width: 90%;
        margin: 3%;
        margin-bottom: 10px;
        text-align: left;	
        background: #fff;	
        color: #333;
     
    }
    .ta3 th {
        background: #4df6f3;
    }
    
    .ta3, .ta3 td, .ta3 th {
        word-break: break-all;
        border: 0px solid #ffffff;	
    }
    
    .ta3b1{
        color: #000000;
    }
    
    .ta3a1{
       font-size: 15px;
    }
    
    .ta3a2{
        font-size:13px;
    }
    


/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;
	font-size: 2.93vw;
}

/*ヘッダー（ロゴが入った最上段のブロック）
---------------------------------------------------------------------------*/
/*ロゴ画像ブロック*/
header #logo {
	width: 120px;	/*ロゴ画像の幅*/
}
/*contents
---------------------------------------------------------------------------*/
/*トップページのcontentsブロック*/
.home #contents {
	padding-top: 60%;	/*上のスライドショーとのバランスをとって下さい*/
}
/*トップページ以外のcontentsブロック*/
#contents {
	padding-top: 140px;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
/*mainコンテンツのh2タグ設定*/
#main h2 {
	font-size: 16px;
	padding: 10px 20px;	/*上下、左右への見出し内の余白*/
	background-image: none;
}
/*mainコンテンツのh3タグ設定*/
#main h3::first-letter {
	border-left: none;
	padding-left: 0;
}
/*mainコンテンツの段落タグ設定*/
#main p {
	font-size: 100%;	/*文字サイズ*/
	padding: 0px 0px 20px;	/*上、左右、下への余白*/
}

/*listブロック
---------------------------------------------------------------------------*/
/*ブロック１個あたりの設定*/
.list {
	overflow: hidden;
	width: 44%;	/*幅*/
	float: left;	/*左に回り込み*/
	margin: 0 0 20px 2%;	/*上、右、下、左へのボックスの外側に空けるスペース*/
	/* border: 1px solid #ccc; */	/*枠線の幅、線種、色*/
	/* box-shadow: 3px 4px 2px rgba(0,0,0,0.1); */	/*ボックスの影。右へ、下へ、ぼかし幅、色。0,0,0は黒の事で、0.1は色が10%出た状態。*/
	padding: 2%;	/*ボックス内の余白*/
	border-radius: 3px;	/*角丸のサイズ。ほんの少し角が丸くなってます。*/
}
.list a {
	display: block;text-decoration: none;overflow: hidden;
	margin: -2%;	/*ボックスのマージン。リンク設定する場合に、上の.listのpaddingを相殺するため。*/
	padding: 2%;	/*ボックス内の余白*/
	background: url(../images/arrow1.png) no-repeat right bottom / 40px;	/*リンク設定した際の右下の矢印マークの読み込み。right（右）、bottom（下）、40pxは画像の幅。*/
}
/*マウスオン時の設定*/
.list a:hover {
	position: relative;
	left: 1px;	/*マウスオン時に右に1px移動する*/
	top: 1px;	/*マウスオン時に下に1px移動する*/
}
/*h4（見出し）タグの設定*/
.list h4 {
	color: #39b2ff;		/*文字色*/
	font-size: 120%;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	height: 2em;		/*高さ*/
	overflow: hidden;	/*高さを超えた場合に非表示にする*/
}
/*p（段落）タグの設定*/
.list p {
	padding: 0 !important;
	line-height: 2.0;	/*行間を少し狭くする。デフォルトは最上部のbodyにあります。*/
	font-size: 90%;		/*文字サイズを少し小さく*/
	color: #333;		/*文字色*/
	height: ;		/*高さ。1.5emを１行分とカウントして下さい。6emなら４行です。*/
	overflow: hidden;	/*高さを超えた場合に非表示にする*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding-left: 10px;
	padding-right: 10px;
}

/*よく頂く質問
---------------------------------------------------------------------------*/
.faq {
	padding: 0px;
}
.faq dt,.faq dd {
	background-size: 25px;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 5px;	/*ボックス内の余白*/
}
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
.big1 {font-size: 20px;letter-spacing: normal;}
.sh {display:block;}
.pc {display:none;}

}

.ryakureki {
    font-size: 20px;
    left: 20%;
}