@charset"utf-8";
/* ============================================
*
　共通
*
===============================================*/
/*
横幅
--------------------------*/
body#index{
    min-width: 1400px;
    width: 100%;
    color: #666666;
}
/*
MV
--------------------------*/
body#index main .mv{
    background-size: cover;
    background-position: right;
}
/*
main
--------------------------*/
body#index main .inner{
    width: 1000px;
    margin: 0 auto;
}
body#index .flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
body#index main .main_area{
    margin:40px auto 70px;
}
/*
文字
--------------------------*/
body#index main p{
    font-family: 'Noto Sans JP', sans-serif,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 400;
    line-height: 1.8;
    font-size: 1.6rem;
    color: #666666;
}
/*テーブル*/
body#index main .main_area table{
    border: 2px solid #235ae4;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    border-collapse: separate;
    font-size: 1.6rem;
    font-weight: 500;
    color: #666666;
}
body#index main .main_area table th,
body#index main .main_area td{
    border-right: 1px solid #83a0e7;
    padding: 17px 15px;
    box-sizing: border-box;
    text-align: center;
    color: #666666;
}
body#index main .main_area table th:last-child{
    border-right: 0px solid #83a0e7;
}
body#index main .main_area table th{
    background: #235ae4;
    color: #fff;
    padding: 10px;
    font-weight: 600;
}
body#index main .main_area table th.w200{
    width: 201px;
}
body#index main .main_area table td{
    border-bottom: 1px solid #83a0e7;
    font-weight: 600;
    color: #666666;
}
/*
SP用設定
----------------------------------*/
@media only screen and (max-width: 767px){
    /*
    横幅
    --------------------------*/
    body#index{
        min-width: 100%;
        width: 100%;
    }
    /*
    MV
    --------------------------*/
    body#index main .mv{
        background-size: cover;
        background-position: center;
    }
    /*
    main
    --------------------------*/
    body#index main .inner{
        width: 100%;
        margin: 0 auto;
    }
    body#index main .flex{
        display:block;
    }
    body#index main .main_area{
        margin:8% auto;
        padding: 0 5%;
    }
    /*
    文字
    --------------------------*/
    body#index main .main_area p{
        font-weight: 500;
        line-height: 2;
        font-size: 1.6rem;
    }
    body#index main .main_area h2{
        font-size: 2.8rem;
        text-align: center;
    }
    body#index main .main_area h3{
        font-size: 2.2rem;
        color: #235ae4;
    }
    body#index main .main_area h4{
        font-size: 1.9rem;
        color: #235ae4;
        padding-bottom: 8px;
    }
    body#index main .main_area dt,
    body#index main .main_area dd{
        vertical-align: top;
        display: inline-block;
        font-size: 1.5rem;
        font-weight: 500;
        line-height: 1.4;
    }
    /*
    テーブル
    --------------------------*/
    body#index main .main_area table{
        border: 2px solid #235ae4;
        box-sizing: border-box;
        background: #fff;
        width: 100%;
        border-collapse: separate;
        font-size: 1.6rem;
        font-weight: 500;
    }
    body#index main .main_area table th,
    body#index main .main_area table td{
        border-right: 1px solid #83a0e7;
        padding: 17px 15px;
        box-sizing: border-box;
        text-align: center;
    }
    body#index main .main_area table th:last-child{
        border-right: 0px solid #83a0e7;
    }
    body#index main .main_area table th{
        background: #235ae4;
        color: #fff;
        padding: 10px;
        font-weight: 600;
    }
    body#index main .main_area table th.w200{
        width: 201px;
    }
    body#index main .main_area table td{
        border-bottom: 1px solid #83a0e7;
        font-weight: 600;
    }
}/*---------------------SP用ここまで*/




/* ============================================
*
contents
*
===============================================*/
body#index a.contact_btn{
    position: fixed;
    right: 0;
    bottom: 120px;
    width: 100px;
}
body#index a.contact_btn img{
    width: 100%;
}
body#index a.btn{
    background: #009ad2;
    color: #fff;
    padding: 14px;
    box-sizing: border-box;
    display: block;
    border-radius: 10px;
    font-size: 2.5rem;
    font-weight: 600;
    margin-top: 20px;
    position: relative;
}
body#index a.btn:after{
    position: absolute;
    content: "";
    background-image: url(../../img/link_arrow.png);
    width: 10px;
    height: 16px;
    right: 20px;
    top: 29px;
}
body#index span.yl{
    color:#fff000;
}
body#index a.link_tx{
    color:#fff000;
}
body#index .lp_ttl{
    text-align: center;
    color: #009ad2;
    font-size: 5.5rem;
    font-weight: bold;
    line-height: 1;
    margin: 30px 0;
}
body#index .lp_ttl img{
    display: block;
    margin: 20px auto 0;
    width: 50px;
}
body#index h2.yl_ttl{
    color: #666666;
    text-align: center;
    background: #fff000;
    font-size: 2.5rem;
    line-height: 1;
    padding: 14px 0;
    margin: 0 auto 30px;
    width: 1200px;
}
/*MV*/
body#index .mv .inner{
    width: 100%;
    background-image: url(../../img/mv_bg.jpg);
    background-size: cover;
    text-align: center;
    color: #fff;
    padding: 40px 40px 318px 40px;
}
body#index .mv{
    position: relative;
    margin-top: 147px;
}
body#index .mv img.ab{
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: +1;
}
body#index .mv h1{
    font-size: 3.5rem;
}
body#index .mv h1 span{
    font-size: 5.2rem;
}

/*sec01---------------------------------------------------*/
body#index main .sec01{
    background-image: url(../../img/sec01_bg.jpg);
    background-size: cover;
    width: 1200px;
    margin: 60px auto 0;
    position: relative;
    padding: 60px 0;
} 
body#index main .sec01 img{
    position: absolute;
    content: "";
}
body#index main .sec01 img.img01{
    width: 160px;
    right: -70px;
    top: -30px;
}
body#index main .sec01 img.img02{
    width: 200px;
    bottom: -50px;
    left: 40px;
}
body#index main .sec01 h2{
    color: #fff000;
    text-align: center;
    border: 3px solid #fff000;
    font-size: 2.5rem;
    line-height: 1;
    padding: 14px 0;
    margin-bottom: 30px;
}
body#index main .sec01 p{
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 1.8;
}

/*sec02---------------------------------------------------*/
body#index main .sec02{
    background: #e5f0f7;
    padding: 60px 0;
    margin-top: 60px;
} 
body#index main .sec02 .sec2_readbox{
    background-image: url(../../img/gr_bg.jpg);
    background-repeat: repeat-y;
    padding: 60px;
    color: #fff;
} 
body#index main .sec02 .sec2_readbox p{
    color: #fff;
}
body#index main .sec02 .sec2_readbox img.ttl{
    width: 430px;
    display: block;
    margin: 0 auto 30px;
    color: #fff;
} 
body#index main .sec02 .sec2_readbox ul{
    align-items: flex-start;
    padding-bottom: 30px;
    border-bottom: 1px dotted #fff;
}
body#index main .sec02 .sec2_readbox ul:last-child{
    padding-bottom: 0px;
    border-bottom: 0px dotted #fff;
    padding-top: 30px;
    align-items: center;
}
body#index main .sec02 .sec2_readbox li strong{
    font-size: 2rem;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
body#index main .sec02 .sec2_readbox li strong img{
    width: 31px;
    margin-right: 14px;
}
body#index main .sec02 .sec2_readbox li span.small{
    font-size: 1.2rem;
    text-align: center;
    display: block;
}
body#index main .sec02 .sec2_readbox li:first-child{
    width: 595px;
}
body#index main .sec02 .sec2_readbox li:nth-child(2){
    width: 240px;
}
body#index main .sec02 .sec2_readbox li:nth-child(2) img{
    width: 100%;
}
body#index main .sec02 .ft_box{
    width: 1000px;
    margin: 0 auto 60px;
    background-image: url(../../img/gr_bg.jpg);
    background-size: cover;
    padding: 60px;
    color: #fff;
    position: relative;
}
body#index main .sec02 .ft_box:last-child{
    margin-bottom: 0px;
}
body#index main .sec02 .ft_box h3{
    text-align: center;
    font-size: 2.5rem;
    border-bottom: 1px solid #fff;
    line-height: 1;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
body#index main .sec02 .ft_box h3 img{
        width: 99px;
}
body#index main .sec02 .ft_box h3 span{
    font-size: 4rem;
    display: inline-block;
    position: relative;
    bottom: -3px;
}
body#index main .sec02 .ft_box h4{
    font-size: 2.5rem;
    color: #fff000;
    text-align: center;
    margin-bottom: 20px;
}
body#index main .sec02 .ft_box p{
    text-align: center;
    margin-bottom: 30px;
    color: #fff
}
body#index main .sec02 .ft_box img{
    width: 600px;
    margin: 0 auto;
    display: block;
}
body#index main .sec02 .ft_box img.ar{
    width: 21px;
    margin-bottom: 20px;
}
body#index main .sec02 .ft_box img.illust{
    position: absolute;
    width: 100px;
    right: -50px;
    bottom: 20px;
}
body#index main .sec02 .ft_box p.read{
    font-size: 2.5rem;
    line-height: 1;
    font-weight: 600;
    margin-top: 30px;
}
body#index main .sec02 .ft_box p.read strong{
    font-size: 4rem;
    margin: 15px 0;
    display: block;
    text-align: center;
    color: #fff000;
}
body#index main .sec02 .ft_box p.small{
    position: relative;
    padding: 0 65px;
    text-align: center;
    display: block; 
    color: #fff000;
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1;
}
body#index main .sec02 .ft_box p.small:before {
    width: 40%;
    height: 1px;
    content: '';
    background: #fff000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
body#index main .sec02 .ft_box p.small span{
    position: relative;
    padding: 0 1em;
    background: #0069b6;
}
body#index main .sec02 .ft_box p.read_2{
    line-height: 1.5;
    margin-top: -17px;
}

/*sec03---------------------------------------------------*/
body#index main .sec03{
    margin-top: 60px;
}
body#index main .sec03 h2{
    color: #666666;
    text-align: center;
    font-size: 2.5rem;
    line-height: 1;
    margin: 0 auto 50px;
}
body#index main .sec03 .kikaku{
    align-items: flex-start;
    margin-bottom: 60px;
}
body#index main .sec03 .kikaku:last-child{
    margin-bottom: 0px;
}
body#index main .sec03 .kikaku > div{
    margin-right: 40px;
}
body#index main .sec03 .kikaku > div:first-child{
    border-right: 1px dotted #666666;
    width: 753px;
    padding-right: 37px;
}
body#index main .sec03 .kikaku > div:last-child{
    margin-right: 0;
}
body#index main .sec03 .kikaku p.ttl{
    background-image: url(../../img/gr_bg.jpg);
    padding: 15px;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}
body#index main .sec03 .kikaku p.ttl span{
    display: block;
    margin-top: 8px;
    font-size: 1.3rem;
}
body#index main .sec03 .kikaku p.kikaku_read{
    font-size: 1.3rem;
    text-align: center;
    margin: 10px 0;
}
body#index main .sec03 .kikaku ul{
    justify-content: space-between;
}
body#index main .sec03 .kikaku ul li{
    width: 206px;
}
body#index main .sec03 .kikaku ul li img{
    width: 100%;
}
body#index main .sec03 .kikaku table{
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 15px;
}
body#index main .sec03 .kikaku table th{
    border-right: 1px solid #989898;
    padding-right: 5px;
    margin-right: 5px;
}
body#index main .sec03 .kikaku table td{
    margin-left: 5px;
    display: block;
}
body#index main .sec03 .kikaku table tr{
    margin-bottom: 5px;
    /* display: inline; */
    border-bottom: 4px solid #fff;   
}
body#index main .sec03 .read_cn{
    text-align: center;
    font-size: 1.4rem;
}

/*sec04---------------------------------------------------*/
body#index main .sec04{
    background-image: url(../../img/gr_bg.jpg);
    background-size: cover;
    padding: 60px;
    color: #fff;
    margin-top: 25px;
}
body#index main .sec04 h3{
    font-size: 2.5rem;
    text-align: center;
    line-height: 1;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 14px 0;
    margin-bottom: 30px;
}
body#index main .sec04 .sec04_box{
    background: #fff;
    color: #666666;
    padding: 40px 60px;
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}
body#index main .sec04 .sec04_box p{
    width: 650px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
body#index main .sec04 .sec04_box img{
    display: block;
}
body#index main .sec04 h4{
    font-size: 2.5rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    z-index: +1;
}
body#index main .sec04 h4.pc{
    display: block;
}
body#index main .sec04 h4.sp{
    display: none;
}
body#index main .sec04 h5{
        color: #009fe8;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 30px auto -5px;
    display: block;
}

.js_tx_un {
  position: relative;
  z-index: 1;
}
.js_tx_un:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 0%;
  height: 8px;
  background: #fff000;
  z-index: -1;
  transition: all 0.8s;
}
.js_tx_un.isActive:after {
  width: 100%;
}





body#index main .sec04 ul.nagare{
    margin-top: 30px;
}
body#index main .sec04 ul.nagare li{
    width: 500px;
    display: block;
    margin: 0 auto;
}
body#index main .sec04 ul.nagare li span{
    background-image: url(../../img/gr_bg.jpg);
    background-size: cover;
    display: block;
    padding: 15px 0;
    color: #fff;
    line-height: 1;
}
body#index main .sec04 ul.nagare li img{
    width: 20px;
    margin: 10px auto 8px;
}
body#index main .sec04 .sec04_box img.img_il{
    margin: 30px auto;
}
body#index main .sec04 .sec04_box img.illust{
    position: absolute;
    left: 50px;
    bottom: 43px;
    width: 100px;
}
body#index main .sec04 .sec04_box p.num{
    line-height: 1;
    background: #009fe8;
    padding: 8px 0;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
}
body#index main .sec04 .sec04_box div.point strong{
    color: #009fe8;
    font-size: 2.2rem;
    font-weight: bold;
    margin: 15px auto;
    display: block;
}
body#index main .sec04 .sec04_box div.point{
    margin-top: 25px;
}
body#index main .sec04 .sec04_box div.point ul{
    width: 650px;
    margin: 0 auto;
}
body#index main .sec04 .sec04_box div.point ul li{
    text-align: left;
}
body#index main .sec04 .sec04_box div.point ul li:first-child{
    width: 470px;
}
body#index main .sec04 .sec04_box div.point ul.flex li.img{
    width: 300px;
    margin-left: 30px;
}
body#index main .sec04 .sec04_box div.point ul.flex li.img img{
    width: 100%;
}
body#index main .sec04 img.illust2{
    position: absolute;
    right: -60px;
    bottom: -40px;
    width: 100px;
}

/*sec05---------------------------------------------------*/
body#index main .sec05{
    background-image: url(../../img/sec01_bg.jpg);
    background-size: cover;
    padding: 313px 60px 60px;
    color: #fff;
    margin-top: 25px;
    width: 1000px;
    margin: 0 auto;
    position: relative;
}
body#index main .sec05 .inner{
    width: 100%;
}
body#index main .sec05 img{
    position: absolute;
    width: 470px;
    top: -30px;
    left: 26%;
}
body#index main .sec05 img.logo{
    position: absolute;
    width: 120px;
    top: 20px;
    left: 20px;
}
body#index main .sec05 p {
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    font-weight: 600;
    line-height: 1.8;
}

/*sec06---------------------------------------------------*/
body#index main .sec06{
    background-image: url(../../img/gr_bg.jpg);
    background-size: cover;
    display: block;
    padding: 60px;
    margin-top: 60px;
}
body#index main .sec06 h2{
    font-size: 2.5rem;
    color: #fff000;
    text-align: center;
    margin-bottom: 50px;
}
body#index main .sec06 img.graph{
    width: 100%;
    display: block;
    margin: 0 auto;
    background: #fff;
}
body#index main .sec06 .box{
    position: relative;
}
body#index main .sec06 .box img.ab{
    width: 200px;
    position: absolute;
    top: -20px;
    right: -100px;
}
body#index main .sec06 .box img.ab{
    width: 200px;
    position: absolute;
    top: -20px;
    right: -100px;
}
body#index main .sec06 .box p.ttl{
    font-size: 2rem;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
}
body#index main .sec06 .box:last-child{
    margin-top: 60px;
}

/*sec07---------------------------------------------------*/
body#index main .sec07{
    margin-top: 60px;
}
body#index main .sec07 h2{
    color: #666666;
    text-align: center;
    background: #fff000;
    font-size: 2.5rem;
    line-height: 1;
    padding: 14px 0;
    margin: 0 auto 60px;
    width: 1200px;
}

/*sec08---------------------------------------------------*/
body#index main .sec08{
    background: #e5f0f7;
    margin-top: 60px;
    padding: 60px 0;
}
body#index main .sec08 h2{
    color: #666666;
    text-align: center;
    background: #fff000;
    font-size: 2.5rem;
    line-height: 1;
    padding: 14px 0;
    margin: 0 auto 60px;
    width: 1200px;
}
body#index main .sec08 .box{
    background: #fff;
    width: 1000px;
    margin: 0 auto;
    display: block;
    padding: 40px 60px;
}
body#index main .sec08 h3{
    color: #009ad2;
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 33px;
}
body#index main .sec08 img.img_100{
    position: relative;
    left: -16%;
    max-width: 1200px;
    width: 1150px;
}
body#index main .sec08 h4{
    color: #666666;
    font-size: 2.5rem;
    text-align: center;
    line-height: 1;
    margin: 40px 0;
}
body#index main .sec08 .point{
    margin-bottom: 46px;
}
body#index main .sec08 .point li{
    background-image: url(../../img/gr_bg.jpg);
    width: 274px;
    padding: 30px;
}
body#index main .sec08 .point li strong{
    color: #fff000;
    text-align: center;
    display: block;
    font-size: 2rem;
    margin-bottom: 20px;
    line-height: 1;
}
body#index main .sec08 .point li strong span{
    font-size: 3rem;    
}
body#index main .sec08 .point li p{
    font-size: 1.8rem;
    color: #fff;
    text-align: center;
}
body#index main .sec08 .bl_box{
    border: 2px solid #009ad2;
    border-radius: 20px;
    box-sizing: border-box;
    margin-top: 24px;
}
body#index main .sec08 .bl_box p{
    padding: 30px;
}
body#index main .sec08 .bl_box strong{
    width: 100%;
    background: #009ad2;
    display: block;
    margin-top: 30px;
    font-size: 2.2rem;
    color: #fff000;
    text-align: center;
}
body#index main .sec08 img.ar{
    display: block;
    margin: 30px auto 0;
}

/*sec09---------------------------------------------------*/
body#index main .sec09{
    background-image: url(../../img/gr_bg.jpg);
    background-size: cover;
    padding: 40px 0;
}
body#index main .sec09 h2{
    color: #666666;
    text-align: center;
    background: #fff000;
    font-size: 2.5rem;
    line-height: 1;
    padding: 14px 0;
    margin: 0 auto 60px;
    width: 1200px;
}
body#index main .sec09 .inner{
    background: #fff;
    padding: 40px 60px;
}
body#index main .sec09 .inner h3{
    width: 100%;
    background: #009ad2;
    display: block;
    /* margin-top: 30px; */
    font-size: 2.5rem;
    color: #fff;
    text-align: center;
    border-radius: 90px;
    margin-bottom: 30px;
}
body#index main .sec09 .inner p{
    width: 650px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
body#index main .sec09 img{
    display: block;
    margin: 30px auto;
}
body#index main .sec09 strong.ttl{
    font-size: 2.5rem;
    text-align: center;
    line-height: 1;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    z-index: +1;
    color: #666666;
    left: 33%;
}
/*body#index main .sec09 strong.ttl:after{
    position: absolute;
    content: "";
    background: #fff000;
    height: 12px;
    width: 100%;
    left: 0;
    bottom: -7px;
    z-index: -1;
}*/
body#index main .sec09 .box{
    border: 1px solid #009ad2;
    width: 650px;
    margin: 0 auto 30px;
    padding: 20px 30px;
    text-align: center;
}
body#index main .sec09 .box:last-child{
    margin-bottom: 0px;
}
body#index main .sec09 .box p{
    font-size: 2.2rem;
    font-weight: 600;
    color: #666666;
    text-align: center;
    width: 100%;
}
body#index main .sec09 .box strong a{
    font-size: 4rem;
    font-weight: 600;
    color: #009ad2;
    display: block;
    line-height: 1;
    margin: 8px 0;
}
body#index main .sec09 .box span{
    font-size: 1.3rem;
}
body#index main .sec09 .box strong.tel a{
    pointer-events: none;
}
















/*
ここからSP用設定
----------------------------------*/
@media only screen and (max-width: 767px){
    /* ============================================
    *
     共通
    *
    ===============================================*/
    /*
    横幅
    --------------------------*/
    body#index{
        min-width: 100%;
        width: 100%;
        color: #666666;
    }
    /*
    MV
    --------------------------*/
    body#index main .mv{
        background-size: cover;
        background-position: right;
    }
    /*
    main
    --------------------------*/
    body#index main .inner{
        width: 100%;
        margin: 0 auto;
        padding: 0 5%;
        box-sizing: border-box;
    }
    body#index .flex{
        display:block;
    }
    body#index main .main_area{
        margin:40px auto 70px;
    }
    /*
    文字
    --------------------------*/
    body#index main p{
        font-family: 'Noto Sans JP', sans-serif,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        font-weight: 400;
        line-height: 1.8;
        font-size: 1.6rem;
        color: #666666;
    }
    /*テーブル*/
    body#index main .main_area table{
        border: 2px solid #235ae4;
        box-sizing: border-box;
        background: #fff;
        width: 100%;
        border-collapse: separate;
        font-size: 1.6rem;
        font-weight: 500;
        color: #666666;
    }
    body#index main .main_area table th,
    body#index main .main_area td{
        border-right: 1px solid #83a0e7;
        padding: 17px 15px;
        box-sizing: border-box;
        text-align: center;
        color: #666666;
    }
    body#index main .main_area table th:last-child{
        border-right: 0px solid #83a0e7;
    }
    body#index main .main_area table th{
        background: #235ae4;
        color: #fff;
        padding: 10px;
        font-weight: 600;
    }
    body#index main .main_area table th.w200{
        width: 201px;
    }
    body#index main .main_area table td{
        border-bottom: 1px solid #83a0e7;
        font-weight: 600;
        color: #666666;
    }
    body#index main img{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    body#index span.scroll_tx{
        font-size: 1.2rem;
        color: #ea1600;
        display: block;
        margin-bottom: 5px;
    }
/* ============================================
    *
    contents
    *
    ===============================================*/
    body#index a.contact_btn{
        position: fixed;
        right: 0;
        bottom: 80px;
        width: 61px;
    }
    body#index a.contact_btn img{
        width: 100%;
    }
    body#index a.btn{
        background: #009ad2;
        color: #fff;
        padding: 5%;
        box-sizing: border-box;
        display: block;
        border-radius: 10px;
        font-size: 2.2rem;
        font-weight: 600;
        margin-top: 5%;
        position: relative;
    }
    body#index a.btn:after{
        position: absolute;
        content: "";
        background-image: url(../../img/link_arrow.png);
        width: 10px;
        height: 16px;
        right: 10px;
        top: 40%;
    }
    body#index span.yl{
        color:#fff000;
    }
    body#index a.link_tx{
        color:#fff000;
    }
    body#index .lp_ttl{
        text-align: center;
        color: #009ad2;
        font-size: 5.5rem;
        font-weight: bold;
        line-height: 1;
        margin: 12% 0;
    }
    body#index .lp_ttl img{
        display: block;
        margin: 20px auto 0;
        width: 50px;
    }
    body#index h2.yl_ttl{
        color: #666666;
        text-align: center;
        background: #fff000;
        font-size: 2.5rem;
        line-height: 1;
        padding: 14px 0;
        margin: 0 auto 10%;
        width: 100%;
    }
    /*MV*/
    body#index .mv .inner{
        width: 100%;
        background-image: url(../../img/mv_bg.jpg);
        background-size: cover;
        text-align: center;
        color: #fff;
        padding: 5% 5% 204px;
    }
    body#index .mv{
        position: relative;
        margin-top: 70px;
    }
    body#index .mv img.ab{
        position: absolute;
        top: 64%;
        left: 50%;
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        z-index: +1;
        width: 80%;
    }
    body#index .mv h1{
        font-size: 2.5rem;
        line-height: 1.5;
    }
    body#index .mv h1 span{
        font-size: 3.2rem;
    }
    body#index .mv img.logo{
        width: 80%;
        margin-bottom: 5%;
    }
    /*sec01---------------------------------------------------*/
    body#index main .sec01{
        background-image: url(../../img/sec01_bg.jpg);
        background-size: cover;
        width: 100%;
        margin: 60px auto 0;
        position: relative;
        padding: 10% 0 20%;
    } 
    body#index main .sec01 img{
        position: absolute;
        content: "";
    }
    body#index main .sec01 img.img01{
        width: 130px;
        bottom: -50px;
        left: 10%;
        top: unset;
        right: 0;
        margin: 0;
    }
    body#index main .sec01 img.img02{
        width: 130px;
        bottom: -50px;
        right: 10%;
        left: unset;
    }
    body#index main .sec01 h2{
        color: #fff000;
        text-align: center;
        border: 3px solid #fff000;
        font-size: 2.5rem;
        line-height: 1;
        padding: 14px 0;
        margin-bottom: 5%;
    }
    body#index main .sec01 p{
        font-size: 2.2rem;
        color: #fff;
        text-align: center;
        font-weight: 600;
        line-height: 1.5;
    }

    /*sec02---------------------------------------------------*/
    body#index main .sec02{
        background: #e5f0f7;
        padding: 10% 0;
        margin-top: 23%;
    } 
    body#index main .sec02 .sec2_readbox{
        background-image: url(../../img/gr_bg.jpg);
        background-repeat: repeat-y;
        padding: 10%;
        color: #fff;
    } 
    body#index main .sec02 .sec2_readbox p{
        color: #fff;
    }
    body#index main .sec02 .sec2_readbox img.ttl{
        width: 100%;
        display: block;
        margin: 0 auto 10%;
        color: #fff;
    } 
    body#index main .sec02 .sec2_readbox ul{
        align-items: flex-start;
        padding-bottom: 30px;
        border-bottom: 1px dotted #fff;
    }
    body#index main .sec02 .sec2_readbox ul:last-child{
        padding-bottom: 0px;
        border-bottom: 0px dotted #fff;
        padding-top: 30px;
    }
    body#index main .sec02 .sec2_readbox li strong{
        font-size: 2rem;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 4%;
        display: flex;
    }
    body#index main .sec02 .sec2_readbox li strong img{
        width: 31px;
        display: block;
        margin: 0 14px 0 0;
    }
    body#index main .sec02 .sec2_readbox li span.small{
        font-size: 1.2rem;
        text-align: center;
        display: block;
    }
    body#index main .sec02 .sec2_readbox li:first-child{
        width: 100%;
    }
    body#index main .sec02 .sec2_readbox li:nth-child(2){
        width: 100%;
    }
    body#index main .sec02 .sec2_readbox li:nth-child(2) img{
        width: 100%;
        margin-top: 5%;
    }
    body#index main .sec02 .ft_box{
        width: 90%;
        margin: 0 auto 60px;
        background-image: url(../../img/gr_bg.jpg);
        background-size: cover;
        padding: 10%;
        color: #fff;
        position: relative;
    }
    body#index main .sec02 .ft_box:last-child{
        margin-bottom: 0px;
    }
    body#index main .sec02 .ft_box h3{
        text-align: center;
        font-size: 2.5rem;
        border-bottom: 1px solid #fff;
        line-height: 1;
        padding-bottom: 5%;
        margin-bottom: 5%;
    }
    body#index main .sec02 .ft_box h3 span{
        font-size: 4rem;
        display: inline-block;
        position: relative;
        bottom: -3px;
    }
    body#index main .sec02 .ft_box h4{
        font-size: 2.5rem;
        color: #fff000;
        text-align: center;
        margin-bottom: 3%;
    }
    body#index main .sec02 .ft_box p{
        text-align: left;
        margin-bottom: 5%;
        color: #fff
    }
    body#index main .sec02 .ft_box img{
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    body#index main .sec02 .ft_box img.ar{
        width: 21px;
        margin-bottom: 20px;
    }
    body#index main .sec02 .ft_box img.illust{
            position: absolute;
    width: 100px;
    right: 10px;
    bottom: -50px;
    }
    body#index main .sec02 .ft_box p.read{
        font-size: 2.2rem;
        line-height: 1.5;
        font-weight: 600;
        margin-top: 5%;
        text-align: center;
    }
    body#index main .sec02 .ft_box p.read strong{
        font-size: 4rem;
        margin: 4% 0;
        display: block;
        text-align: center;
        color: #fff000;
        line-height: 1;
    }
    body#index main .sec02 .ft_box p.small{
        position: relative;
        padding: 0 65px;
        text-align: center;
        display: block; 
        color: #fff000;
        font-weight: 600;
        font-size: 1.5rem;
        line-height: 1;
    }
    body#index main .sec02 .ft_box p.small:before {
        width: 100%;
        height: 1px;
        content: '';
        background: #fff000;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    body#index main .sec02 .ft_box p.small span{
        position: relative;
        padding: 0 1em;
        background: #0069b6;
    }
    body#index main .sec02 .ft_box p.read_2{
        line-height: 1.5;
        margin-top: -17px;
    }

    /*sec03---------------------------------------------------*/
    body#index main .sec03{
        margin-top: 10%;
    }
    body#index main .sec03 h2{
        color: #666666;
        text-align: center;
        font-size: 2.5rem;
        line-height: 1;
        margin: 0 auto 10%;
    }
    body#index main .sec03 .kikaku{
        align-items: flex-start;
        margin-bottom: 10%;
        display: flex;
        width: 100%;
        overflow-y: scroll;
    }
    body#index main .sec03 .kikaku ul{
        display: flex;
    }
    body#index main .sec03 .kikaku ul li{
        width: 146px;
        margin-right: 20px;
    }
    body#index main .sec03 .kikaku table{
        width: 100%;
    }
    body#index main .sec03 .kikaku table th{
        border-right: 0px solid #989898;
        padding-right: 0;
        margin-right: 0;
        display: block;
        color: #fff;
        background: #089cd3;
        text-align: center;
        width: 100%;
    }
    body#index main .sec03 .kikaku p.kikaku_read{
        font-size: 1.0rem;
    }
    body#index main .sec03 .read_cn{
    text-align: left;
    font-size: 1.4rem;
}

    /*sec04---------------------------------------------------*/
    body#index main .sec04{
        background-image: url(../../img/gr_bg.jpg);
        background-size: cover;
        padding: 10% 5%;
        color: #fff;
        margin-top: 10%;
    }
    body#index main .sec04 h3{
        font-size: 2.2rem;
        text-align: center;
        line-height: 1;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
        padding: 14px 0;
        margin-bottom: 5%;
    }
    body#index main .sec04 .inner{
        padding: 0;
    }
    body#index main .sec04 .sec04_box{
        background: #fff;
        color: #666666;
        padding: 10%;
        text-align: center;
        position: relative;
        margin-bottom: 10%;
    }
    body#index main .sec04 .sec04_box p{
        width: 100%;
        text-align: left;
        display: block;
        margin: 0 auto;
    }
    body#index main .sec04 .sec04_box img{
        display: block;
    }
    body#index main .sec04 h4{
        font-size: 2.5rem;
        text-align: center;
        line-height: 1;
        margin-bottom: 10%;
        display: inline-block;
        position: relative;
        z-index: +1;
    }
    body#index main .sec04 h5{
    color: #009fe8;
    font-size: 2.1rem;
    font-weight: bold;
    margin: 30px auto -5px;
    display: block;
    letter-spacing: 0;
    }
    body#index main .sec04 h4.pc{
        display: none;
    }
    body#index main .sec04 h4.sp{
        display: block;
    }
    body#index main .sec04 ul.nagare{
        margin-top: 30px;
    }
    body#index main .sec04 ul.nagare li{
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    body#index main .sec04 ul.nagare li span{
        background-image: url(../../img/gr_bg.jpg);
        background-size: cover;
        display: block;
        padding: 3%;
        color: #fff;
        line-height: 1.4;
    }
    body#index main .sec04 ul.nagare li img{
        width: 20px;
        margin: 10px auto 8px;
    }
    body#index main .sec04 .sec04_box img.img_il{
        margin: 10% auto;
    }
    body#index main .sec04 .sec04_box img.illust{
        position: absolute;
        left: 30px;
        bottom: -17px;
        width: 70px;
    }
    body#index main .sec04 .sec04_box p.num{
        line-height: 1;
        background: #009fe8;
        padding: 8px 0;
        color: #fff;
        font-size: 2.2rem;
        font-weight: bold;
        text-align: center;
    }
    body#index main .sec04 .sec04_box div.point strong{
        color: #009fe8;
        font-size: 2rem;
        font-weight: bold;
        margin: 5% auto;
        display: block;
        line-height: 1.4;
    }
    body#index main .sec04 .sec04_box div.point{
        margin-top: 10%;
    }
    body#index main .sec04 .sec04_box div.point ul{
        width: 100%;
        margin: 0 auto;
    }
    body#index main .sec04 .sec04_box div.point ul li{
        text-align: left;
    }
    body#index main .sec04 .sec04_box div.point ul li:first-child{
        width: 100%;
        text-align: left;
        margin-bottom: 5%;
        line-height: 1.5;
    }
    body#index main .sec04 .sec04_box div.point ul.flex li.img{
        width: 100%;
        margin-left: 0px;
    }
    body#index main .sec04 .sec04_box div.point ul.flex li.img img{
        width: 100%;
    }
    body#index main .sec04 img.illust2{
        position: absolute;
        right: 0;
        bottom: -100px;
        width: 60px;
    }

    /*sec05---------------------------------------------------*/
    body#index main .sec05{
        background-image: url(../../img/sec01_bg.jpg);
        background-size: cover;
        padding: 10% 5%;
        color: #fff;
        margin-top: 25px;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }
    body#index main .sec05 .inner{
        width: 100%;
    }
    body#index main .sec05 img{
        width: 90%!important;
        top: unset;
        left: 0;
        position: static;
        left: unset;
        -webkit-transform: none;
        transform: none;
        margin-top: -60px;
    }
    body#index main .sec05 img.logo{
        width: 40%!important;
        top: unset;
        left: 0;
        position: static;
        left: unset;
        -webkit-transform: none;
        transform: none;
        margin: 20px auto 9px;
    }
    body#index main .sec05 p {
        font-size: 2.5rem;
        color: #fff;
        text-align: center;
        font-weight: 600;
        line-height: 1.8;
    }

    /*sec06---------------------------------------------------*/
    body#index main .sec06{
        background-image: url(../../img/gr_bg.jpg);
        background-size: cover;
        display: block;
        padding: 10%;
        margin-top: 10%;
    }
    body#index main .sec06 h2{
        font-size: 2.5rem;
        color: #fff000;
        text-align: center;
        margin-bottom: 10%;
    }
    body#index main .sec06 img.graph{
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    body#index main .sec06 .box{
        position: relative;
    }
    body#index main .sec06 .inner{
        padding: 0;
    }
    body#index main .sec06 .box img.ab{
        width: 60%;
        position: static;
        top: -20px;
        right: 0px;
    }
    body#index main .sec06 .box img.ab{
        width: 60%;
        position: static;
        top: -20px;
        right: 0px;
    }
    body#index main .sec06 .box p.ttl{
        font-size: 1.4rem;
        line-height: 1.4;
        color: #fff;
        margin-bottom: 5%;
        font-weight: 500;
        width: 100%;
        margin-top: 5%;
    }
    body#index main .sec06 .box:last-child{
        margin-top: 10%;
    }
   body#index main .sec06 img.graph.pc{
        display: none;
    }
    body#index main .sec06 .sp{
        background: #fff;
    }

    /*sec07---------------------------------------------------*/
    body#index main .sec07{
        margin-top: 10%;
    }
    body#index main .sec07 h2{
        color: #666666;
        text-align: center;
        background: #fff000;
        font-size: 2.5rem;
        line-height: 1;
        padding: 14px 0;
        margin: 0 auto 5%;
        width: 100%;
    }
    body#index main .sec07 img.pc{
        display: none;
    }

    /*sec08---------------------------------------------------*/
    body#index main .sec08{
        background: #e5f0f7;
        margin-top: 10%;
        padding: 10% 0;
    }
    body#index main .sec08 h2{
        color: #666666;
        text-align: center;
        background: #fff000;
        font-size: 2.5rem;
        line-height: 1;
        padding: 14px 0;
        margin: 0 auto 10%;
        width: 100%;
    }
    body#index main .sec08 .box{
        background: #fff;
        width: 90%;
        margin: 0 auto;
        display: block;
        padding: 10%;
    }
    body#index main .sec08 h3{
        color: #009ad2;
        text-align: center;
        font-size: 2.5rem;
        margin-bottom: 10%;
    }
    body#index main .sec08 img.img_100{
        position: static;
        left: unset;
        max-width: 100%;
        width: 100%;
    }
    body#index main .sec08 h4{
        color: #666666;
        font-size: 2.2rem;
        text-align: center;
        line-height: 1;
        margin: 10% 0;
    }
    body#index main .sec08 .point{
        margin-bottom: 10%;
    }
    body#index main .sec08 .point li{
        background-image: url(../../img/gr_bg.jpg);
        width: 100%;
        padding: 5%;
        margin-bottom: 5%;
    }
    body#index main .sec08 .point li strong{
        color: #fff000;
        text-align: center;
        display: block;
        font-size: 2rem;
        margin-bottom: 5%;
        line-height: 1;
    }
    body#index main .sec08 .point li strong span{
        font-size: 3rem;    
    }
    body#index main .sec08 .point li p{
        font-size: 1.5rem;
        color: #fff;
        text-align: center;
        line-height: 1.5;
    }
    body#index main .sec08 .bl_box{
        border: 2px solid #009ad2;
        border-radius: 15px;
        box-sizing: border-box;
        margin-top: 5%;
    }
    body#index main .sec08 .bl_box p{
        padding: 5%;
    }
    body#index main .sec08 .bl_box strong{
        width: 100%;
        background: #009ad2;
        display: block;
        margin-top: 5%;
        font-size: 1.8rem;
        color: #fff000;
        text-align: center;
    }
    body#index main .sec08 img.ar{
        display: block;
        margin: 5% auto;
        width: 10%;
    }

    /*sec09---------------------------------------------------*/
    body#index main .sec09{
        background-image: url(../../img/gr_bg.jpg);
        background-size: cover;
        padding: 10% 5%;
    }
    body#index main .sec09 h2{
        color: #666666;
        text-align: center;
        background: #fff000;
        font-size: 2.5rem;
        line-height: 1;
        padding: 14px 0;
        margin: 0 auto 10%;
        width: 100%;
    }
    body#index main .sec09 .inner{
        background: #fff;
        padding:10%;
    }
    body#index main .sec09 .inner h3{
        width: 100%;
        background: #009ad2;
        display: block;
        /* margin-top: 30px; */
        font-size: 2.2rem;
        color: #fff;
        text-align: center;
        border-radius: 90px;
        margin-bottom: 10%;
    }
    body#index main .sec09 .inner p{
        width: 100%;
        text-align: left;
        display: block;
        margin: 0 auto;
    }
    body#index main .sec09 img{
        display: block;
        margin: 10% auto;
    }
    body#index main .sec09 strong.ttl{
        font-size: 2rem;
        text-align: center;
        line-height: 1;
        margin-bottom: 10%;
        display: block;
        position: relative;
        z-index: +1;
        color: #666666;
        left: 0;
    }
    /*body#index main .sec09 strong.ttl:after{
        position: absolute;
        content: "";
        background: #fff000;
        height: 12px;
        width: 100%;
        left: 0;
        bottom: -7px;
        z-index: -1;
    }*/
    body#index main .sec09 .box{
        border: 1px solid #009ad2;
        width: 100%;
        margin: 0 auto 10%;
        padding: 5%;
        text-align: center;
    }
    body#index main .sec09 .box:last-child{
        margin-bottom: 0px;
    }
    body#index main .sec09 .box p{
        font-size: 2rem;
        font-weight: 600;
        color: #666666;
        text-align: center;
        width: 100%;
        line-height: 1.3;
    }
    body#index main .sec09 .box strong a{
        font-size: 3rem;
        font-weight: 600;
        color: #009ad2;
        display: block;
        line-height: 1;
        margin:2% 0;
    }
    body#index main .sec09 .box span{
        font-size: 1.3rem;
    }
    body#index main .sec09 .box strong.tel a{
        pointer-events:auto;
    }
    
    
    
}/*---------------------SP用ここまで*/

























/* ============================================
*
お問い合わせフォーム
*
===============================================*/
body#index.form{
    height: auto;
    color: #000;
}
body#index.form p{
    color: #000;
    font-size: 1.8rem;
}
body#index main.form{
   margin-top: 177px;
    margin-bottom: 70px;
}
body#index.form span.error{
    color: #f00;
    bottom: auto;
    margin-top: 5px;
    display: block;
    font-size: 1.4rem;
    margin-bottom: 10px;
}

/*送信ボタン*/
body#index.form p.pbtn_send{
        text-align: center;
    margin: 70px auto 80px;
}
body#index.form .btn_send input[type=submit]{
    background: #009ad2;
    color: #fff;
    padding: 20px;
    box-sizing: border-box;
    /* display: block; */
    border-radius: 90px;
    font-size: 2rem;
    font-weight: 600;
    font-family: "Noto Sans JP",sans-serif,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    outline: none;
    border: none;
    text-align: center;
    width: 300px;
    cursor:pointer;
    display: inline-block;
    -webkit-appearance: none;
}
body#index.form .btn_send.btn_back input[type=submit]{
    background: #b1b1b1;
    margin-right: 40px;
}
body#index.form .btn_send input[type=submit]:hover{
    opacity: 0.7;
}

body#index main.form span.kome{
    line-height: 1;
    color: #fff;
    text-align: center;
    background: #e50012;
    padding: 2px;
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 0px;
    margin-left: 8px;
}

body#index main.form .inner{
    width: 1000px;
    margin: 0 auto;
}
body#index main.form div.box .form-check{
    margin-bottom: 20px;
}
body#index main.form div.box table{
    width: 970px;
    margin: 0 auto;
}
body#index main.form div.box table th{
    width: 250px;
    font-weight: 600;
}
body#index main.form div.box table td,
body#index main.form div.box table th{
    vertical-align: middle;
    line-height: 1;
     font-size: 1.8rem;
}
body#index main.form div.box table td{
    width: auto;
    line-height: 1.5;
}
body#index main.form div.box .radio_anbox{
    background: #e5f0f7;
    padding: 20px 30px;
    border-radius: 0px;
    width: 970px;
    margin: 10px auto 0;
}
body#index main.form div.box .radio_anbox th{
    width: 223px;
}
body#index main.form div.box .radio_anbox textarea{
    width: 686px;
    height: 200px;
}
body#index main.form div.box .radio_anbox p.read{
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center;
}
body#index main.form div.box .radio_anbox2 td input[type="text"]{
    width: 100px;
    margin-right: 10px;
}
body#index main.form div.box .radio_anbox2 table{
        width: 95%;
    table-layout: fixed;
}
body#index main.form div.box .radio_anbox2 table tr{
    border-bottom: 1px solid #c7ccd0;
}
body#index main.form div.box .radio_anbox2 table textarea{
    width: 405px;
}
body#index main.form div.box .radio_anbox2 table td{
    padding: 20px;
}
body#index main.form div.box .radio_anbox2 th{
    line-height: 1.5;
        width: 440px;
}
body#index main.form div.box .radio_anbox2 h3{
        color: #666666;
    background: #fff000;
    text-align: center;
    padding: 10px;
    line-height: 1;
    margin: 20px 0;
    font-size: 2rem;
}
body#index main.form div.box h2{
    color: #fff;
    background: #009ad2;
    text-align: center;
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 20px;
}
body#index main.form div.box2{
    margin-top: 40px;
}
body#index main.form div.box2 table tr{
    margin-bottom: 10px;
    display: block;
}
body#index main.form div.box2 table td{
    width:800px;
}
body#index.form footer{ 
        border-top: 1px solid #d4d4d4;
}

/*確認用画面*/
body#index.form.form_confirm table td{
    line-height: 1.8!important;
}
body#index.form.form_confirm td.textareabox{
    width: 686px;
    display: block;
}
body#index.form.form_confirm div#chbox_1,
body#index.form.form_confirm div#chbox_2{
    margin-top: 20px;
}
body#index.form.form_confirm p.read{
    text-align: center;
    display: block;
    margin: 60px auto 70px;
    font-size: 1.6rem;
}


/*サンクス画面*/
body#index.form.form_complete{
    position: relative;
    display: flex;
    flex-flow: column;
    min-height: 100vh;
}
body#index.form.form_complete p{
    text-align: center;
    margin-bottom: 20px;
}
body#index.form.form_complete footer{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
body#index.form.form_complete main{
    margin-top: 290px;
}
body#index.form.form_complete footer p.top_arrow{
    opacity: 1!important;
    visibility: visible!important;
    bottom: 0px!important;
}




/*
ここからSP用設定
----------------------------------*/
@media only screen and (max-width: 767px){
    body#index.form p{
        color: #000;
        font-size: 1.6rem;
    }
    body#index main.form{
        margin-top: 100px;
        margin-bottom: 30px;
    }
    body#index main.form .inner{
        width: 100%;
        margin: 0 auto;
    }
    body#index main.form div.box table{
        width: 100%;
    }
    body#index main.form div.box table th{
        width: 100%;
        font-weight: 600;
        margin-bottom: 5%;
    }
    body#index main.form div.box table td,
    body#index main.form div.box table th{
         display: block;
    }
    body#index main.form div.box .radio_anbox{
        padding: 5%;
        border-radius: 0px;
        /*margin-left: 200px;*/
        margin-top: 10px;
        width: 100%;
    }
    body#index main.form div.box .radio_anbox th{
        width: 100%;
    }
    body#index main.form div.box .radio_anbox textarea{
        width: 100%;
        height: 150px;
    }
    body#index main.form div.box .radio_anbox2 table{
            width: 100%;
        table-layout: fixed;
    }
    body#index main.form div.box .radio_anbox2 table textarea{
        width: 100%;
    }
    body#index main.form div.box .radio_anbox2 table td{
        padding: 0px;
        padding-bottom: 5%;
    }
    body#index main.form div.box .radio_anbox2 th{
        line-height: 1.5;
            width: 100%;
        padding-top: 5%;
    }
    body#index main.form div.box .radio_anbox2 h3{
        padding: 10px;
        line-height: 1;
        margin: 5% 0;
    }
    body#index main.form div.box h2{
        font-weight: 600;
        font-size: 1.8rem;
        margin-bottom: 20px;
    }
    body#index main.form div.box2{
        margin-top: 10%;
    }
    body#index main.form div.box2 table tr{
        margin-bottom: 5%;
        display: block;
    }
    body#index main.form div.box2 table td{
        width:100%;
    }
    body#index.form footer{ 
            border-top: 1px solid #d4d4d4;
    }
    
    
    /*確認用画面*/
    body#index.form.form_confirm table td{
        line-height: 1.8!important;
    }
    body#index.form.form_confirm td.textareabox{
        width: 100%;
        display: block;
    }
    body#index.form.form_confirm div#chbox_1,
    body#index.form.form_confirm div#chbox_2{
        margin-top: 20px;
    }
    body#index.form.form_confirm p.read{
        text-align: center;
        display: block;
        margin: 15% auto;
        font-size: 1.6rem;
    }
    

    /*サンクス画面*/
    body#index.form.form_complete{
        position: static;
        display: block;
        flex-flow: unset;
        min-height: 100%;
        height: auto;
    }
    body#index.form.form_complete p{
        text-align: left;
        margin-bottom: 5%;
    }
    body#index.form.form_complete footer{
        position: static;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    body#index.form.form_complete main{
         margin-top: 100px;
    }

    /*送信ボタン*/
    body#index.form p.pbtn_send{
        text-align: center;
        margin: 10% auto 15%;
    }
    body#index.form .btn_send input[type=submit]{
        background: #009ad2;
        color: #fff;
        padding: 6%;
        box-sizing: border-box;
        /* display: block; */
        border-radius: 90px;
        font-size: 2rem;
        font-weight: 600;
        font-family: "Noto Sans JP",sans-serif,"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
        outline: none;
        border: none;
        text-align: center;
        width: 100%;
        cursor:pointer;
        display: inline-block;
        -webkit-appearance: none;
    }
    body#index.form .btn_send.btn_back input[type=submit]{
        background: #b1b1b1;
        margin-right: 0;
        margin-bottom: 6%;
    }
    body#index.form .btn_send input[type=submit]:hover{
        opacity: 0.7;
    }

    
    
}/*---------------------SP用ここまで*/

