body,img,h1,h2,h3,h4,h5,nav{
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
    color: #1a1a1a;
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
    letter-spacing: 0.1vw;
}
body{
    overflow-x: hidden;
}
img{
    image-rendering: -webkit-optimize-contrast;
    width:100%;
    height:auto;
}
a{
    text-decoration: none;
    color: #1a1a1a;
}
.under {
  background: linear-gradient(transparent 50%, #ffff00 50%);
}

/*=========
戻るボタン
=========*/
.gotop{
        display: block;
        width: 60px;
        height: 60px;
        box-sizing: border-box;
        background: #FFF;
        border: 1px solid #282828;
        border-radius: 50%;
        padding-top: 30px;
        text-align: center;
        letter-spacing: -1px;
        font-size: 85%;
        text-decoration: none;
        color: #282828;
        opacity: 0.8;
        position: fixed;
        bottom: 20px;
        right: -65px;
        z-index: 10000;
    }
    .gotop a{
        position: relative;
    }
    a.gotop {
        color: #282828;
        text-decoration: none;
    }
    .gotop::before{
        content: "";
        display: block;
        border-top: 2px solid #282828;
        border-right: 2px solid #282828;
        width: 25%;
        height: 25%;
        top: 25%;
        left: 0;
        right: 0;
        margin: auto;
        position: absolute;
        transform: rotate(-45deg);
    }
    .gotop:hover{
        opacity: 1;
        text-decoration: none;
    }

/*=========
base
=========*/

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.s_section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
}
.gutter>*:not(:last-child) {
  margin-bottom: 1.5rem;
}
ul.list-disc {
  margin-bottom: 0;
  padding-left: 0;
}
.list-disc__item {
  margin-left: 1.5em;
  list-style: disc;
}
a._a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  padding: 2.0em 1.0em;
  border: 1px solid #222222;
  background: linear-gradient(to right, #ffffff 50%, #222222 50%);
  background-size: 200% auto;
  box-sizing: border-box;
  color: #222222;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  transition: .3s;
  position: relative;
}
a._a:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
a._a:hover {
  color: #ffffff;
  background-position: -100% 0;
}
.underline{
    background: linear-gradient(transparent 50%, #F4B1B1 50%);
}
.underline02{
    background: linear-gradient(transparent 50%, #EBF4FA 50%);
}
.headbox a:hover,.box08 a:hover{
    opacity: 0.7;
}

/*=========
電話リンクスマホのみ有効
=========*/
@media (min-width: 767px) {
    a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    }
    }

/*===============================================================
1200px以上
===============================================================*/
@media screen and (min-width: 1200px) {
    h1{
        width: 95%;
        margin: 70px auto;
        font-size: 38px;
    }
    h2{
        font-size: 25px;
    }
    h3{
        padding: 80px 0 20px 0;
        font-size: 25px;
        font-weight: 100;
        text-align: center;
    }
    h4{
        padding: 80px 0 20px 0;
        font-size: 25px;
        font-weight: 100;
        text-align: center;
    }
    #wrapper{
        display: flex;
        flex-wrap:nowrap;
    }
    #container-left{
        width: 75%;
    }
    header{
        background-size: 100%;
        padding: 20px 0;
        background-image: url(img/top-haikei.jpg);
    }
    #head-box1{
        display: flex;
        align-items: center;
        width: 95%;
        margin: auto;
    }
    #head-box1 img{
        display: block;
        width: 130px;
        margin-right: 20px;
    }
    #head-box2{
        display: flex;
        align-items: center;
        width: 95%;
        margin: 20px auto 0 auto;
        color: #16315F;
    }
    #head-text01{
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        padding: 0 10px;
        font-size: 15px;
        font-weight: 600;
        border:#16315F 1px solid;
    }
    #head-text02{
        font-size: 20px;
        font-weight: 600;
    }

    .box01{
        display: flex;
        justify-content: space-between;
        width: 850px;
        margin: auto;
    }
    .box01-mini{
        width: 30%;
    }
    .box01-text01 {
        text-align: center;
    }
    .box02{
        position: relative;
        margin: 100px 0 20px 0;
        padding: 50px 0 80px 0;
        background-color: #E5F6FF;
    }
    #box02-img{
        display: block;
        width: 120px;
        position: relative;
        top: -120px;
        left: 50%;
        margin-left: -60px;
    }
    .box02-titlebox{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -120px;
        padding-bottom: 2%;
    }
    .box02-titlebox img#box02-title-left{
        display: block;
        width: 100px;
        margin-right: 20px;
    }
    .box02-title-right{
        width: 570px;
        font-weight: 600;
    }
    .box02-minibox{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 850px;
        margin: 4% auto 0 auto;
    }
    .box02-minibox1{
        width: 100px;
        font-size: 25px;
        color: #16315F;
        line-height: 45px;
    }
    .box02-minibox2{
        position: absolute;
        margin: 0 0 0 30px;
        width: 100px;
        border: 0;
        border-top: 1px solid #333;
        padding: 0;
        transform: rotate(110deg);
    }
    .box02-minibox3{
        width: 470px;
    }
    .box02-minibox4{
        width: 230px;
    }
    .box02-text11{
        font-size: 25px;
        color: #16315F;
        text-align: center;
    }
    .box02-text02{
        font-size: 37px;
    }
    .box02-text03{
        font-size: 18px;
        color: #FFFFFF;
        text-align: center;
        background-color: #16315F;
    }
    .box02-text04{
        font-size: 25px;
        padding-bottom: 10px;
    }
    .box02-text05{
        color: #ff0000;
    }
    .box02-text06{
        font-size: 15px;
    }
    .box02-text06 a{
        color: #ff0000;
    }
    .box02-text07{
        font-size: 50px;
    }
    .box03-pc{
        display: flex;
        justify-content: space-between;
        flex-wrap:wrap;
        width: 650px;
        margin: auto;
    }
    .box03-mini{
        position: relative;
        width: 300px;
        padding-bottom: 20px;
        color: #16315F;
        font-weight: 600;
        line-height: 25px;
    }
    .box03-mini img{
        display: block;
        width: 40%;
    }
    .box03-text11{
        position: absolute;
        left: 50px;
        bottom: 20px;
    }
    .box03-text02{
        font-size: 40px;
    }
    .box04{
        display: flex;
        justify-content: space-around;
        flex-wrap:wrap;
        width: 880px;
        margin: 2% auto;
    }
    .box04-mini{
        width: 250px;
        height: 250px;
        border-radius:50%;
        padding-bottom: 5%;
        color: #ffffff;
        background-color: #16315F;
    }
    .box04-text01{
        padding-top: 30%;
        text-align:center;
        font-size: 27px;
    }
    .box04-text02{
        font-size: 50px;
        font-weight: 600;
        color: #ffff00;
    }
    .box04-text03{
        font-size: 25px;
        font-weight: 600;
    }
    .semi-box05{
        width: 1000px;
        margin: auto;
      }
      .semi-box05-box{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 4%;
      }
      .semi-box05-left{
        width: 200px;
      }
      .semi-box05-left img{
        display: block;
        width: 60px;
        margin: auto;
      }
      /*基本の吹き出し*/
      .semi-box05-right{
        position: relative;
        width: 600px;
        background: #dbe0e5;
        padding: 33px;
        border-radius: 10px;
        font-size: 16px;
      }
      .semi-box05-right:after{
        content: "";
        position: absolute;
        right: 0;
        bottom: 20px;
        left: -620px;
        width: 0px;
        height: 0px;
        margin: auto;
        border-style: solid;
        border-color: #dbe0e5 transparent transparent transparent;
        border-width: 20px 0 0 20px;
      }
      .semi-box05-text01{
        padding-top: 10px;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        font-weight: 600;
        letter-spacing: 0;
      }
      .box06{
        width: 700px;
        margin: 3% auto 0 auto;
        border-color:#C7C7C7;
        text-align: center;
        font-size: 18px;
      }
      table.box06 th{
        padding: 30px;
        background-color: #E5F6FF;
      }
      table.box06 td{
        padding: 30px;
        background-color: #FFF;
      }
      span.box06-text01 {
        font-size: 12px;
    }
    .box06-text02 {
        width: 700px;
        margin: 0.5% auto 10% auto;
        font-size: 13px;
    }

/*=========
form
=========*/
    #container-right{
        position: relative;
        width: 25%;
        background-color: #16315F;
        color: #FFFFFF;
    }
    #form-box {
        position: fixed;
        width: 20%;
        margin: 2.5%;
    }
    #form-box img{
        display: block;
        width: 80px;
        margin: 0 auto 10px auto;
    }
    .form-text01{
        font-size: 25px;
        font-weight: 600;
        text-align: center;
    }
    .form-text02{
        padding: 10px 0 20px 0;
        font-size: 13px;
        letter-spacing: 0;
        text-align: center;
    }
/*=========
footer
=========*/
    footer{
        padding: 13px 10px 0 10px;
        background-color: #EEEEEE;
    }
    footer img{
        display: block;
        width: 100px;
    }
    .fo-box02-right{
        font-size: 11px;
        text-align: right;
        letter-spacing: 0;
    }
    #foot-sp{
        display: none;
    }
    #btn-sp{
        display: none;
    }
}

/*===============================================================
1199px以下
===============================================================*/
@media screen and (max-width: 1199px) {
    h1{
        width: 95%;
        margin: 6vw auto;
        font-size: 3.3vw;
    }
    h2{
        font-size: 2.5vw;
    }
    h3{
        padding: 6vw 0 3vw 0;
        font-size: 23px;
        font-weight: 100;
        text-align: center;
    }
    h4{
        padding: 6vw 0 3vw 0;
        font-size: 23px;
        font-weight: 100;
        text-align: center;
    }
    #wrapper{
        display: flex;
        flex-wrap:nowrap;
    }
    #container-left{
        width: 75%;
    }
    header{
        padding: 20px 0;
        background-image: url(img/top-haikei.jpg);
    }
    #head-box1{
        display: flex;
        align-items: center;
        width: 95%;
        margin: auto;
    }
    #head-box1 img{
        display: block;
        width: 100px;
        margin-right: 15px;
    }
    #head-box2{
        display: flex;
        align-items: center;
        width: 95%;
        margin: 20px auto 0 auto;
        color: #16315F;
    }
    #head-text01{
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
        padding: 0 10px;
        font-size: 15px;
        font-weight: 600;
        border:#16315F 1px solid;
    }
    #head-text02{
        font-size: 20px;
        font-weight: 600;
    }

    .box01{
        display: flex;
        justify-content: space-between;
        width: 95%;
        margin: auto;
    }
    .box01-mini{
        width: 31%;
    }
    .box01-text01 {
        font-size: 14px;
        letter-spacing: 0;
        text-align: center;
    }
    .box02{
        position: relative;
        margin: 10% 0 2% 0;
        padding: 8% 0;
        background-color: #E5F6FF;
    }
    #box02-img{
        display: block;
        width: 15%;
        position: relative;
        top: -10vw;
        left: 50%;
        margin-left: -7.5%;
    }
    .box02-titlebox{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -10vw;
        padding-bottom: 2%;
    }
    .box02-titlebox img#box02-title-left{
        display: block;
        width: 12%;
        margin-right: 2%;
    }
    .box02-title-right{
        width: 80%;
        font-weight: 600;
    }
    .box02-minibox{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 95%;
        margin: 2% auto 0 auto;
    }
    .box02-minibox1{
        width: 14%;
        font-size: 2.5vw;
        color: #16315F;
        line-height: 45px;
    }
    .box02-minibox2{
        position: absolute;
        margin: 0 0 0 5.5%;
        width: 80px;
        border: 0;
        border-top: 1px solid #333;
        padding: 0;
        transform: rotate(110deg);
    }
    .box02-minibox3{
        width: 55%;
    }
    .box02-minibox4{
        width: 25%;
    }
    .box02-text11{
        font-size: 2.2vw;
        color: #16315F;
        text-align: center;
    }
    .box02-text02{
        font-size: 4.2vw;
    }
    .box02-text03{
        padding: 0.5% 0;
        font-size: 1.5vw;
        color: #FFFFFF;
        text-align: center;
        background-color: #16315F;
    }
    .box02-text04{
        font-size: 23px;
        padding-bottom: 10px;
        line-height: 23px;
    }
    .box02-text05{
        color: #ff0000;
    }
    .box02-text06{
        font-size: 15px;
    }
    .box02-text06 a{
        color: #ff0000;
    }
    .box02-text07{
        font-size: 5vw;
    }
    .box03-pc{
        display: flex;
        justify-content: center;
        flex-wrap:wrap;
        width: 560px;
        margin: auto;
    }
    .box03-mini{
        position: relative;
        width: 270px;
        padding: 0 0 20px 10px;
        color: #16315F;
        font-weight: 600;
        line-height: 25px;
    }
    .box03-mini img{
        display: block;
        width: 40%;
    }
    .box03-text11{
        position: absolute;
        left: 30px;
        bottom: 30px;
        font-size: 15px;
    }
    .box03-text02{
        font-size: 35px;
    }
    .box04{
        display: flex;
        justify-content: space-around;
        flex-wrap:wrap;
        width: 100%;
        margin: 2% auto;
    }
    .box04-mini{
        width: 220px;
        height: 220px;
        border-radius: 50%;
        padding-bottom: 5%;
        color: #ffffff;
        background-color: #16315F;
    }
    .box04-text01{
        padding-top: 30%;
        text-align:center;
        font-size: 25px;
    }
    .box04-text02{
        font-size: 50px;
        font-weight: 600;
        color: #ffff00;
    }
    .box04-text03{
        font-size: 25px;
        font-weight: 600;
    }
    .semi-box05{
        width: 95%;
        margin: auto;
      }
      .semi-box05-box{
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 4%;
      }
      .semi-box05-left img{
        display: block;
        width: 50px;
        margin: auto;
      }
      /*基本の吹き出し*/
      .semi-box05-right{
        position: relative;
        width: 75%;
        background: #dbe0e5;
        margin-left: 3%;
        padding: 3%;
        border-radius: 10px;
        font-size: 15px;
      }
      .semi-box05-right:after{
        content: "";
        position: absolute;
        right: 0;
        bottom: 15%;
        left: -102%;
        width: 0px;
        height: 0px;
        margin: auto;
        border-style: solid;
        border-color: #dbe0e5 transparent transparent transparent;
        border-width: 15px 0 0 15px;
      }
      .semi-box05-text01{
        padding-top: 10px;
        font-size: 15px;
        line-height: 18px;
        text-align: center;
        font-weight: 600;
        letter-spacing: 0;
      }
      .box06{
        width: 90%;
        margin: 2% auto 0 auto;
        border-color:#C7C7C7;
        text-align: center;
        font-size: 18px;
      }
      table.box06 th{
        padding: 4%;
        background-color: #E5F6FF;
      }
      table.box06 td{
        padding: 4%;
        background-color: #FFF;
      }
      span.box06-text01 {
        font-size: 12px;
    }
    .box06-text02 {
        width: 90%;
        margin: 0.5% auto 10% auto;
        font-size: 13px;
    }

/*=========
form
=========*/
    #container-right{
        position: relative;
        width: 25%;
        background-color: #16315F;
        color: #FFFFFF;
    }
    #form-box {
        position: fixed;
        width: 22%;
        margin: 1.5%;
    }
    #form-box img{
        display: block;
        width: 80px;
        margin: 0 auto 10px auto;
    }
    .form-text01{
        font-size: 17px;
        font-weight: 600;
        text-align: center;
    }
    .form-text02{
        padding: 10px 0 10px 0;
        font-size: 13px;
        letter-spacing: 0;
        text-align: center;
    }

/*=========
footer
=========*/
    footer{
        padding: 13px 10px 0 10px;
        background-color: #EEEEEE;
    }
    footer img{
        display: block;
        width: 100px;
    }
    .fo-box02-right{
        font-size: 11px;
        text-align: right;
        letter-spacing: 0;
    }
    #foot-sp{
        display: none;
    }
    #btn-sp{
        display: none;
    }
}

/*===============================================================
767px以下
===============================================================*/
@media screen and (max-width: 767px) {
    h1{
        width: 95%;
        margin: 6vw auto;
        font-size: 4.5vw;
    }
    h2{
        font-size: 3.5vw;
    }
    h3{
        padding: 8vw 0 3vw 0;
        font-size: 4.7vw;
        font-weight: 100;
        text-align: center;
    }
    h4{
        padding: 8vw 0 3vw 0;
        font-size: 5.5vw;
        font-weight: 100;
        text-align: center;
    }
    #wrapper{
        display: block;
        flex-wrap:nowrap;
    }
    #container-left{
        width: 100%;
    }
    header{
        background-size: auto 100%;
        padding: 20px 0;
        background-image: url(img/top-haikei.jpg);
    }
    #head-box1{
        display: flex;
        align-items: center;
        width: 95%;
        margin: auto;
    }
    #head-box1 img{
        display: block;
        width: 100px;
        margin-right: 15px;
    }
    #head-box2{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 95%;
        margin: 20px auto 0 auto;
        color: #16315F;
    }
    #head-text01{
        height: 5vw;
        line-height: 5vw;
        margin-right: 10px;
        padding: 0 1.5vw;
        font-size: 3vw;
        font-weight: 600;
        border:#16315F 1px solid;
    }
    #head-text02{
        font-size: 3.3vw;
        font-weight: 600;
    }

    .box01{
        display: block;
        justify-content: space-between;
        width: 90%;
        margin: auto;
    }
    .box01-mini{
        width: 100%;
    }
    .box01-mini img{
        display: block;
        width: 50%;
        margin: auto;
    }
    .box01-text01 {
        padding-top: 2%;
        font-size: 16px;
        letter-spacing: 0;
        text-align: center;
        font-weight: 600;
        line-height: 20px;
    }
    .box02{
        position: relative;
        margin: 15% 0 2% 0;
        padding: 4% 0 10% 0;
        background-color: #E5F6FF;
    }
    #box02-img{
        display: block;
        width: 25%;
        position: relative;
        top: -12vw;
        left: 50%;
        margin-left: -12.5%;
    }
    .box02-titlebox{
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: -10vw;
        padding-bottom: 2%;
    }
    .box02-titlebox img#box02-title-left{
        display: block;
        width: 15%;
        margin-right: 2%;
    }
    .box02-title-right{
        width: 80%;
        font-weight: 600;
    }
    .box02-minibox{
        display: none;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        width: 95%;
        margin: 5% auto 0 auto;
    }
    .box02-minibox1{
        width: 11%;
        font-size: 4.5vw;
        color: #16315F;
        line-height: 6.5vw;
        text-align: center;
        font-weight: 600;
    }
    .box02-minibox2{
        display: none;
        position: static;
        margin: 8% 0 0 0;
        width: 10%;
        border: 0;
        border-top: 3px solid #16315F;
        padding: 0;
        transform: rotate(110deg);
    }
    .box02-minibox3{
        width: 90%;
        margin-top: 2%;
    }
    .box02-minibox4{
        padding-top: 3%;
        width: 70%;
    }
    .box02-text11{
        font-size: 3.8vw;
        color: #16315F;
        text-align: center;
    }
    .box02-text02{
        font-size: 5vw;
    }
    .box02-text03{
        padding: 0.5% 0;
        font-size: 3.7vw;
        color: #FFFFFF;
        text-align: center;
        background-color: #16315F;
    }
    .box02-text04{
        font-size: 23px;
        padding-bottom: 10px;
        line-height: 23px;
    }
    .box02-text05{
        color: #ff0000;
    }
    .box02-text06{
        font-size: 15px;
        line-height: 20px;
    }
    .box02-text06 a{
        color: #ff0000;
    }
    .box02-text07{
        font-size: 7.8vw;
    }
    .box03-pc{
        display: block;
        justify-content: center;
        flex-wrap:wrap;
        width: 95%;
        margin: auto;
    }
    .box03-mini{
        position: relative;
        width: 100%;
        padding: 0 0 3% 0;
        color: #16315F;
        font-weight: 600;
        line-height: 5vw;
    }
    .box03-mini img{
        display: block;
        width: 25%;
        margin: auto;
    }
    .box03-text11{
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 40%;
        font-size: 4vw;
        text-align: center;
    }
    .box03-text02{
        font-size: 9vw;
    }
    .box04{
        display: flex;
        justify-content: space-around;
        flex-wrap:wrap;
        width: 100%;
        margin: 2% auto 5% auto;
    }
    .box04-mini{
        width: 160px;
        height: 160px;
        border-radius: 50%;
        padding-bottom: 5%;
        color: #ffffff;
        background-color: #16315F;
        margin: 0 auto 2% auto;
    }
    .box04-text01{
        padding-top: 28%;
        text-align: center;
        font-size: 20px;
        line-height: 35px;
    }
    .box04-text02{
        font-size: 40px;
        font-weight: 600;
        color: #ffff00;
    }
    .box04-text03{
        font-size: 22px;
        font-weight: 600;
    }
    .semi-box05{
        width: 100%;
        margin: auto;
        padding-bottom: 3%;
      }
      .semi-box05-box{
        display: block;
        justify-content: center;
        align-items: center;
        margin-bottom: 4%;
      }
      .semi-box05-left{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding-bottom: 2%;
      }
      .semi-box05-left img{
        display: block;
        width: 40px;
        margin: 0 2% 0 5%;
      }
      /*基本の吹き出し*/
      .semi-box05-right{
        position: relative;
        width: 97%;
        background: #dbe0e5;
        margin-top: 1%;
        margin: auto;
        padding: 5% 3%;
        border-radius: 10px;
        font-size: 15px;
      }
      .semi-box05-right:after{
        display: none;
        content: "";
        position: absolute;
        right: 0;
        bottom: 75%;
        left: 0;
        width: 0px;
        height: 0px;
        margin: auto;
        border-style: solid;
        border-color: #dbe0e5 transparent transparent transparent;
        border-width: 20px 20px 20px 0;
        transform: rotate(45deg);
      }
      .semi-box05-text01{
        padding-bottom: 5px;
        font-size: 15px;
        line-height: 18px;
        text-align: left;
        font-weight: 600;
        letter-spacing: 0;
      }
      .box06{
        width: 90%;
        margin: 2% auto 0 auto;
        border-color:#C7C7C7;
        text-align: center;
        font-size: 16px;
      }
      table.box06 th{
        padding: 4%;
        background-color: #E5F6FF;
      }
      table.box06 td{
        padding: 4%;
        background-color: #FFF;
      }
      span.box06-text01 {
        font-size: 12px;
    }
    .box06-text02 {
        width: 90%;
        margin: 0.5% auto 10% auto;
        font-size: 13px;
    }

    /*=========
    form
    =========*/
    #container-right{
        position: relative;
        width: 100%;
        background-color: #16315F;
        color: #FFFFFF;
    }
    #form-box {
        position: static;
        width: 100%;
        margin: 0;
        padding: 8% 2%;
    }
    #form-box img{
        display: block;
        width: 20%;
        margin: 0 auto 10px auto;
    }
    .form-text01{
        font-size: 6vw;
        font-weight: 600;
        text-align: center;
    }
    .form-text02{
        padding: 10px 0 20px 0;
        font-size: 15px;
        letter-spacing: 0;
        text-align: center;
    }

    /*=========
    footer
    =========*/

    footer{
        padding: 13px 10px 0 10px;
        background-color: #EEEEEE;
    }
    footer img{
        display: block;
        width: 100px;
        margin: auto;
    }
    .fo-box02-right{
        padding-top: 2%;
        font-size: 11px;
        text-align: center;
        letter-spacing: 0;
    }
    #foot-pc{
        display: none;
    }
    #foot-sp{
        display: block;
    }
    #btn-sp{
        display: block;
        position: fixed;
        z-index: 99999;
        left: 5%;
        bottom: 2.5%;
        width: 70%;
        height: 15vw;
        line-height: 15vw;
        background-color: #ffff00;
        text-align: center;
        font-size: 4.2vw;
        font-weight: 600;
        letter-spacing: 0;
        border-radius: 7.5vw;
        border: 2px solid #16315F;
    }
    #btn-sp a{
        color: #16315F;
    }
    /*footerまでスクロールしたら消す*/
    .is-hidden {
        visibility: hidden;
        opacity: 0;
    }
}