/* 見出し */

.greentitle {
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0;
}
.greentitle:before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  width: 150px;
  height: 58px;
  border-radius: 50%;
  border: 5px solid #a6ddb0;
  border-left-color: transparent;
  border-right-color: transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}



/* 見出し２ */

.menutitle {

  width:80%;
  font-size: 120%;
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px #a6ddb0;
  border-bottom: solid 2px #a6ddb0;
  color: #158b2b;
}
.menutitle:before, h2:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #a6ddb0;
}
.menutitle:before {
  left: 7px;
}
.menutitle:after {
  right: 7px;
}




/* Font */
body, input, textarea {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

/* ヘッダー */
        #blockskip a {
            position: absolute;
            top: 0;
            left: -9999px;
            display: block;
            text-align: center;
        }

        #blockskip a:focus {
            z-index: 11000;
            left: 0;
            right: 0;
            margin: auto;
        }
        .color__navi {
            background-color: #fff;
        }
        .color__logo {
            color: #212121;
        }
        .toggler__txt{
            display : block;
            font-size : 0.5em;
        }
        .nav__main{
            font-size : 1.0em;
        }
        .nav__sub{
            font-size : 0.8em;
        }
        
        @media (max-width: 767.98px) { 
            .nav__main{
            font-size : 1em;
            }
            .nav__sub{
                font-size : 1em;
            }
            .navbar.navbar-light .breadcrumb .nav-item.active>.nav-link, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link {
                background-color: #efefef;
                border-bottom : none;
            }
        }

.wrapper{
    min-height: 100vh;
    position: relative;/*←相対位置*/
    padding-bottom: 100px;/*←footerの高さ*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

/* メイン */


/* フッター */
footer{
    width: 100%;
    height: 100px;
    background-color: #174a5c;
    color: white;
    text-align: center;
    position: absolute;/*←絶対位置*/
    bottom: 0; /*下に固定*/
}
ul.footer-menu li {
display: inline;
}


a.footlink:link{ color:#fffffff;}
a.footlink:visited{ color:#fffffff;}
a.footlink:hover{ color:#fffffff;}
a.footlink:active{ color:#fffffff;}



/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }


/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 800px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

.pusnbutton {
  font-family: "Yu Gothic", YuGothic, Verdana, 'Hiragino Kaku Gothic ProN','Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, sans-serif;
  text-align: center;
  padding-top: 40px;
}
.btn-open {
  display: inline-block;
  width: 180px;
  height:50px;
  text-align: center;
  background-color: #9ec34b;
  font-size: 16px;
  line-height: 52px;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
  border: 2px solid #9ec34b;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-open:after{
  width: 100%;
  height: 0;
  content:"";
  position: absolute;
  top: 50%;
  left: 50%;
  background : #FFF;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transition: .2s;
  z-index: -1;
}
.btn-open:hover{
  color: #9ec34b;
}
.btn-open:hover:after{
  height: 240%;
  opacity: 1;
}
.btn-open:active:after{
  height: 340%;
  opacity: 1;


*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.tbl01 {border-collapse: collapse;width: 90%;margin: 1em auto;}
.tbl01 th,.tbl01 td {padding: 0.5em 5%;border: 1px solid #aaa;vertical-align: top;text-align: left;}
.tbl01 th {background: #fff;width: 40%;}
.tbl01 td {background: #fff;}
@media only screen and (max-width:767.98px) {
.tbl01 th,.tbl01 td {display: block;width: auto;border-bottom: none;}
.tbl01 tr:last-child {border-bottom: 1px solid #aaa;}
}




 .centertable{
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
/* -- responsive ------------------------------------------- */
/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

.centertable {
	width: 95%;
	font-size: 100%;
}
}
/* 1000pixel end */


