body{
    margin: 0;
    padding: 0;
}
*{
    word-break: normal;
    box-sizing: border-box;
    font-family: "Zen Kaku Gothic New", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    text-size-adjust: 100%;
    margin: 0px;
    padding: 0px;
}
a{
    text-decoration: none;
}
.inner{
    margin: 0 auto;
    position: relative;
}
img{
    vertical-align: middle;
    border: none;
    max-width: 100%;
}

/* PC header & top */
@media only screen and (min-width: 1000px){
    .show-sp{
        display: none !important;
    }
    #box{
        background: #ffffff;
    }
    #box .inner {
        width: 1200px;
    }

    #box header {
        width: 100%;
        height: 100px;
        padding: 0 40px;
        background: #ffffff;
        position: fixed;
        top: 0;
        z-index: 99;
    }
    #box header .header-sp{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 25px;
    }

    #box header .right-btn {
        padding: 16px 30px;
        background: #2486fc;
        border-radius: 5px;
        font-size: 20px;
        line-height: 1;
        font-weight: 500;
        color: #ffffff;
        display: flex;
        align-items: center;
    }
    #box header .right-btn:hover{
        background: #0061d5;
    }

    #box header .right-btn img {
        margin-right: 18px;
    }

    #box .cot-top {
        position: relative;
        margin-top: 100px;
    }

    #box .cot-top .ct-logo {
        margin-bottom: 51px;
    }

    #box .cot-top .ct-title {
        font-size: 50px;
        line-height: 1.26;
        font-weight: bold;
        color: #2486fc;
        margin-bottom: 36px;
    }

    #box .cot-top .ct-txt {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.45;
        color: #000000;
    }

    #box .cot-top .ct-maximg {
        position: absolute;
        right: -80px;
        top: 0;
    }

    #box .ct-link-group {
        margin-top: 70px;
    }

    #box .ct-link-group .link-Reques,
    #box .ct-link-group .link-help {
        font-size: 20px;
        line-height: 1;
        padding: 20px 0;
        font-weight: bold;
        display: inline-flex;
        transition: 0.2s;
        align-items: center;
    }

    #box .ct-link-group .link-help {
        background: #2486fc;
        border-radius: 5px;
        color: #fff;
        padding-left: 62px;
        padding-right: 81px;
        margin-right: 20px;
        position: relative;
    }
    #box .ct-link-group .link-Reques{
        background: #e9eef3;
        border-radius: 5px;
        color: #2486fc;
        padding-left: 77px;
        padding-right: 100px;
    }
    #box .ct-link-group .link-help:before{
        content: '';
        background: url("/wp-includes/images/box/email.png") no-repeat;
        background-size: 100% auto;
        display: block;
        width: 24px;
        height: 18px;
        margin-right: 20px;
    }
    #box .ct-link-group .link-Reques:before{
        content: '';
        background: url("/wp-includes/images/box/book.png") no-repeat;
        background-size: 100% auto;
        display: block;
        width: 26px;
        height: 18px;
        margin-right: 20px;
    }
    #box .ct-link-group .link-help:hover{
        transition: 0.2s;
        background: #0061d5;
    }
    #box .ct-link-group .link-Reques:hover{
        transition: 0.2s;
        color: #ffffff;
        background: #2486fc;
    }
    #box .ct-link-group .link-Reques:hover:before{
        content: '';
        background: url("/wp-includes/images/box/book-hover.png") no-repeat;
        background-size: 100% auto;
        display: block;
        width: 26px;
        height: 18px;
        margin-right: 20px;
    }
    #box .cot-top .ct-circle {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        position: absolute;
        background: #f26430;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        line-height: 1.6;
    }

    #box .cot-top .circle-left {
        left: 0;
    }

    #box .cot-top .circle-left span {
        font-size: 24px;
        margin-left: 10px;
        margin-bottom: 20px;
    }

    #box .cot-top .circle-right {
        left: 160px;
    }
}
/* PC cot01 */
@media only screen and (min-width: 1000px) {
    #box .cot01{
        margin-top: 118px;
        margin-bottom: 60px;
    }
    #box .cot01 .cot01-title{
        font-size: 50px;
        line-height: 1;
        font-weight: bold;
        color: #2486fc;
        text-align: center;
        margin-bottom: 55px;
    }
    #box .cot01 .cot01-data-txt{
        display: flex;
        justify-content: space-between;
    }
    #box .cot01 .cot01-data-txt .cot01-txt{
        max-width: 600px;
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        line-height: 1.6;
    }
    #box .cot01 .cot01-data-txt .cot01-data{
        display: flex;
        position: relative;
        font-weight: 500;
    }
    #box .cot01 .cot01-data-txt .cot01-data .data{
        color: #f26430;
        font-size: 30px;
        line-height: 1;
        margin-left: 18px;
    }
    #box .cot01 .cot01-data-txt .cot01-data .data .num{
        font-family: "Barlow Semi Condensed";
        font-size: 110px;
        line-height: 0.7;
    }
    #box .cot01 .cot01-data-txt .cot01-data .data .unit{
        font-size: 60px;
        font-weight: bold;
    }
    #box .cot01 .cot01-data-txt .cot01-data .data .time{
        position: absolute;
        right: -17px;
        font-size: 18px;
        bottom: 37px;
    }
}
/* PC cot02 */
@media only screen and (min-width: 1000px){
    #box .cot02{
        background: #2486fc;
        padding-top: 60px;
        padding-bottom: 69px;
    }
    #box .cot02 .cot02-title{
        text-align: center;
        font-size: 50px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        margin-bottom: 46px;
    }
    #box .cot02 .cot02-title span{
        font-family: "Barlow Semi Condensed";
        font-size: 100px;
        font-weight: 500;
        line-height: 0.7;
    }
    #box .cot02 .card-group{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #box .cot02 .card-group .card{
        width: calc( (100% - 60px ) / 3 );
        position: relative;
        background: #ffffff;
        border-radius: 20px;
        padding: 40px 30px;
    }
    #box .cot02 .card-group .card:nth-child(n+4){
        margin-top: 29px;
    }
    #box .cot02 .card-group .card .card-num{
        font-family: "Barlow Semi Condensed";
        font-size: 160px;
        font-weight: 500;
        color: #f0fafd;
        position: absolute;
        top: 0;
        right: 30px;
    }
    #box .cot02 .card-group .card .card-title{
        font-size: 22px;
        font-weight: bold;
        color: #003c96;
        line-height: 1.72;
        position: relative;
        z-index: 1;
        min-height: 120px;
    }
    #box .cot02 .card-group .card .card-img{
        height: 230px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }
    #box .cot02 .card-group .card .card-txt{
        font-size: 18px;
        line-height: 1.6;
        color: #000000;
        font-weight: 500;
    }


}
/* PC cot03 */
@media only screen and (min-width: 1000px){
    #box .cot03{
        padding-top: 50px;
        padding-bottom: 60px;
    }
    #box .cot03 .cot03-title{
        font-size: 50px;
        font-weight: bold;
        color: #2486fc;
        line-height: 1;
        margin-bottom: 40px;
    }
    #box .cot03 .cot03-subtitle{
        font-size: 24px;
        font-weight: 500;
        color: #000000;
        line-height: 1;
        margin-bottom: 47px;
        text-align: center;
    }
    #box .cot03 .video-group{
        display: flex;
        justify-content: space-between;
    }
    #box .cot03 .video-group .cot-video{
        width: calc( (100% - 93px ) / 4 );
        display: flex;
        flex-direction: column;
        overflow: hidden;
        align-items: center;
    }

    #box .cot03 .video-group .cot-video .video-title{
        font-size: 20px;
        line-height: 1.75;
        color: #000000;
        font-weight: 500;
    }
    #box .cot03 .cot03-tip{
        margin-top: 52px;
        position: relative;
        padding: 31px 108px;
        background: #e9eef3;
        border-radius: 10px;
        margin-bottom: 60px;
    }
    #box .cot03 .cot03-tip .cot03-tip-txt{
        font-size: 24px;
        line-height: 1.5;
        color: #003c96;
        font-weight: 500;
    }
    #box .cot03 .cot03-tip .cot03-tip-img{
        position: absolute;
        bottom: 0;
        right: 74px;
    }
    #box .cot03 .ct-link-group{
        text-align: center;
    }
    #box .cot03 .ct-link-group .link-help{
        margin-right: 40px;
    }
    #box .cot03 .ct-link-group .link-help{
        padding: 27px 0;
        padding-left: 105px;
        padding-right: 127px;
    }
    #box .cot03 .ct-link-group .link-Reques{
        padding: 27px 0;
        padding-left: 130px;
        padding-right: 146px;
    }

}
/* PC cot04 */
@media only screen and (min-width: 1000px){
    #box .cot04{
        padding: 60px 0;
        background: #f8f8f8;
    }
    #box .cot04 .title-img{
        margin-bottom: 26px;
        text-align: center;
    }
    #box .cot04 .cot04-title{
        margin-top: 26px;
        font-size: 50px;
        font-weight: bold;
        color: #2486fc;
        line-height: 1.46;
        text-align: center;
    }
    #box .cot04 .cot04-max-img{
        margin-bottom: 50px;
        text-align: center;
        margin-top: 50px;
    }
    #box .cot04 .cot04-subtitle{
        font-size: 24px;
        font-weight: 500;
        line-height: 1.6;
        color: #000000;
        margin-top: 37px;
        margin-left: 100px;
    }
    #box .cot04 .cot04-block{
        display: flex;
        justify-content: space-around;
        margin-top: 50px;
    }
    #box .cot04 .cot04-block .blockbox{
        width: 500px;
    }
    #box .cot04 .cot04-block .blockbox .block-title{
        font-size: 32px;
        color: #003c96;
        line-height: 1;
        font-weight: bold;
        text-align: center;
    }
    #box .cot04 .cot04-block .blockbox .block-title span{
        border-bottom: 4px solid #003c96;
    }
    #box .cot04 .cot04-block .blockbox .block-txt{
        line-height: 1.7;
        font-size: 18px;
        font-weight: 500;
        color: #000000;
        margin-top: 20px;
    }
    #box .cot04 .cot04-block .blockbox .block-img{
        margin-top: 25px;
    }
    #box .cot04 .cot04-introduce{
        margin-top: 70px;
        text-align: center;
        border-radius: 20px;
        background: #2486fc;
        color: #ffffff;
        padding: 40px;
    }
    #box .cot04 .cot04-introduce .ci-title{
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 21px;
    }
    #box .cot04 .cot04-introduce .ci-txt{
        font-size: 24px;
        line-height: 1;
        font-weight: 500;
    }
    #box .cot04 .cot04-introduce .ci-card-group{
        display: flex;
        justify-content: space-between;
        margin-top: 47px;
    }
    #box .cot04 .cot04-introduce .ci-card-group .ci-card{
        width: calc( (100% - 62px) / 3 );
        padding: 26px;
        border-radius: 20px;
        background: #ffffff;
    }
    #box .cot04 .cot04-introduce .ci-card-group .card-title{
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        color: #000000;
    }
    #box .cot04 .cot04-introduce .ci-card-group .card-img1{
        height: 190px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #box .cot04 .cot04-introduce .ci-card-group .card-img2{
        height: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #box .cot04 .cot04-introduce .ci-card-group .card-txt{
        font-size: 16px;
        line-height: 1.75;
        font-weight: bold;
        color: #000000;
    }
}
/* PC cot05 */
@media only screen and (min-width: 1000px){
    #box .cot05{
        padding: 78px 0;
    }
    #box .cot05 .cot05-title{
        font-size: 50px;
        font-weight: bold;
        color: #2486fc;
        text-align: center;
    }
    #box .cot05 .block-voice{
        margin-top: 57px;
        display: flex;
        justify-content: space-between;
    }
    #box .cot05 .block-voice .voice-all-txt{
        color: #000000;
        width: 653px;
    }
    #box .cot05 .block-voice .voice-title{
        font-size: 32px;
        font-weight: bold;
        line-height: 1.7;
        margin-bottom: 31px;
    }
    #box .cot05 .block-voice .voice-subtitle{
        line-height: 1;
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 29px;
    }
    #box .cot05 .block-voice .voice-sign{
        display: flex;
    }
    #box .cot05 .block-voice .voice-sign div{
        padding: 9px 22px;
        background: #e9eef3;
        border-radius: 5px;
        font-size: 14px;
        line-height: 1;
        font-weight: 500;
        margin-right: 20px;
        margin-bottom: 43px;
        display: inline-block;
    }
    #box .cot05 .block-voice .voice-txt{
        font-size: 18px;
        font-weight: 500;
        line-height: 1.6;
    }
    #box .cot05 .block-voice .voice-txt span{
        letter-spacing: 2px;
    }
    #box .cot05 .voice-img{
        width: 500px;
        border-radius: 20px;
        overflow: hidden;
        display: flex;
    }

}
/* PC cot06 */
@media only screen and (min-width: 1000px){
    #box .cot06{
        background: #f8f8f8;
        padding: 61px 0;
    }
    #box .cot06 .cot06-title{
        text-align: center;
        font-size: 50px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 42px;
        color: #2486fc;
    }
    #box .cot06 table{
        border-collapse: collapse;
        background: #ffffff;
    }
    #box .cot06 th,
    #box .cot06 td{
        margin: 0;
        padding: 0;
        border: 1px solid #afc3d7;
    }
    #box .cot06 th{
        padding: 12px;
        background: #e9eef3;
        font-size: 18px;
        font-weight: bold;
        text-align: center;
        min-width: 170px;
    }
    #box .cot06 tr td:nth-last-child(4){
        padding-left: 19px;
        font-size: 14px;
        font-weight: 500;
        width: 460px;
    }
    #box .cot06 tr:not(:first-child) td:nth-last-child(-n+3){
        font-size: 14px;
        width: 188px;
        font-weight: 500;
        text-align: center;
    }
    #box .cot06 .col-title .top{
        font-size: 24px;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 20px;
        text-align: center;
    }
    #box .cot06 .col-title td{
        padding: 22px 16px;
        position: relative;
        border-top: none;
    }
    #box .cot06 tr:last-child *{
        border-bottom: none;
    }
    #box .cot06 tr :first-child{
        border-left: none;
    }
    #box .cot06 tr td:last-child{
        border-right: none;
    }
    #box .cot06 .col-title .col-title1:before{
        content: '';
        width: 100%;
        height: 10px;
        position: absolute;
        top: 0;
        left: 0;
        background: #e9eef3;
    }
    #box .cot06 .col-title .col-title2:before{
        content: '';
        width: 100%;
        height: 10px;
        position: absolute;
        top: 0;
        left: 0;
        background: #2486fc;
    }
    #box .cot06 .col-title .col-title3:before{
        content: '';
        width: 100%;
        height: 10px;
        position: absolute;
        top: 0;
        left: 0;
        background: #003c96;
    }
    #box .cot06 .col-title .top span{
        font-size: 16px;
        font-weight: 500;
    }
    #box .cot06 .col-title .bottom{
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4;
        text-align: center;
    }
    #box .cot06 .col-title .bottom .bt-num{
        font-size: 24px;
    }
    #box .cot06 .col-title .bottom .bt-smtxt{
        font-weight: 500;
        text-align: center;
    }
    #box .cot06 .cot06-tip{
        margin-top: 21px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1;
    }
    #box .cot06 .cot06-form .pop-group{
        position: relative;
        display: inline-block;
    }
    #box .cot06 .cot06-form .help-hover{
        margin-left: 9px;
        margin-bottom: 3px;
    }
    #box .cot06 .cot06-form .help-pop{
        position: absolute;
        left: 45px;
        top: -17px;
        padding: 14px 18px;
        background: #003c96;
        border-radius: 10px;
        font-size: 16px;
        line-height: 1.5;
        color: #ffffff;
        font-weight: 500;
        width: 340px;
        display: none;
    }
    #box .cot06 .cot06-form .help-pop:before{
        content: '';
        border-right: 16px solid #003c96;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        position: absolute;
        left: -12px;
        top: 20px;
        display: none;
    }
    #box .cot06 .cot06-form .pop-group:hover .help-pop:before,
    #box .cot06 .cot06-form .pop-group:hover .help-pop{
        display: block;
    }
}
/* PC fqa */
@media only screen and (min-width: 1000px){
    #box .fqa{
        background: #ffffff;
        padding: 60px 0;
    }
    #box .fqa-title{
        font-size: 50px;
        line-height: 1;
        font-weight: bold;
        text-align: center;
        margin-bottom: 60px;
        color: #2486fc;
    }
    #box .fqa-block{
        cursor: pointer;
        width: 1000px;
        position: relative;
        margin: 0 auto;
        padding: 36px 0;
        padding-right: 30px;
        padding-left: 80px;
        border-top: 1px solid #d8d8d8;
    }
    #box .fqa .fqa-block:last-child{
        border-bottom: 1px solid #d8d8d8;
    }
    #box .fqa-block .fqa-question,
    #box .fqa-block .fqa-answer{
        position: relative;
        font-size: 18px;
        font-weight: 500;
        line-height: 1.6;
        width: 830px;
    }
    #box .fqa-block .fqa-answer{
        margin-top: 80px;
        display: none;
    }
    #box .fqa-block .fqa-question:before{
        content: 'Q';
        position: absolute;
        left: -40px;
        top: -8px;
        font-size: 40px;
        line-height: 1;
        font-weight: bold;
        color: #2486fc;
        font-family: "Barlow", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    }
    #box .fqa-block .fqa-answer:before{
        content: 'A';
        position: absolute;
        left: -40px;
        top: -8px;
        font-size: 40px;
        line-height: 1;
        font-weight: bold;
        color: #f26430;
        font-family: "Barlow", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    }
    #box .fqa-block:after{
        content: '';
        width: 25px;
        height: 3px;
        background: #2486fc;
        position: absolute;
        right: 30px;
        top: 48px;
    }
    #box .fqa-block:before{
        content: '';
        height: 25px;
        width: 3px;
        background: #2486fc;
        position: absolute;
        right: 41px;
        top: 37px;
    }
    #box .fqa-block.active:before{
        transition: 0.2s;
        opacity: 0;
    }


    #box .fqa .ct-link-group{
        text-align: center;
    }
    #box .fqa .ct-link-group .link-help,
    #box .fqa .ct-link-group .link-Reques{
        font-size: 28px;
        padding: 26px 0;
    }
    #box .fqa .ct-link-group .link-help{
        padding-left: 105px;
        padding-right: 127px;
    }
    #box .fqa .ct-link-group .link-Reques{
        padding-left: 130px;
        padding-right: 146px;
    }

}
/* PC cot08 */
@media only screen and (min-width: 1000px){
    #box .cot08{
        background: #f8f8f8;
        padding: 64px 0 100px;
    }
    #box .cot08 .cot08-title{
        font-size: 32px;
        font-weight: bold;
        line-height: 1;
        color: #003c96;
        text-align: center;
        margin-bottom: 23px;
    }
    #box .cot08 .cot08-title span{
        padding-bottom: 2px;
        border-bottom: 4px solid #003c96;
    }
    #box .cot08 .cot08-txt{
        font-size: 24px;
        font-weight: 500;
        line-height: 1.8;
        color: #000000;
        text-align: center;
        margin-bottom: 54px;
    }
    #box .cot08 .cot08-banners{
        display: flex;
        justify-content: center;
    }
    #box .cot08 .cot08-banners .banner1{
        margin-right: 36px;
    }
}
/* PC footer */
@media only screen and (min-width: 1000px){
    #box footer{
        background: #003c96;
        padding: 28px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        color: #fff;
        text-align: center;
    }
}



/* SP header & top */
@media only screen and (max-width: 1000px){
    .show-pc{
        display: none !important;
    }
    #box{
        background: #ffffff;
    }
    #box .inner{
        max-width:6.9rem
    }

    #box header{
        width: 100%;
        height: 1.2rem;
        top: 0;
        z-index: 99;
        position: fixed;
    }
    #box header .header-sp{
        padding: 0.3rem;
        background: #ffffff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #box header .left-img{
        display: flex;
        width: 1.9rem;
    }

    #box header .right-btn {
        padding: 0.2rem 0.35rem;
        background: #2486fc;
        border-radius: 0.05rem;
        font-size: 0.22rem;
        line-height: 1;
        font-weight: 500;
        color: #ffffff;
        display: flex;
        align-items: center;
    }
    #box header .right-btn:hover{
        background: #0061d5;
    }

    #box header .right-btn img {
        margin-right: 0.21rem;
    }

    #box .cot-top{
        position: relative;
        margin-top: 1.2rem;
    }

    #box .cot-top .ct-logo{
        width: 1.14rem;
        margin-bottom: 0.54rem;
    }

    #box .cot-top .ct-title{
        font-size: 0.56rem;
        line-height: 1.2;
        font-weight: bold;
        color: #2486fc;
        margin-bottom: 0.32rem;
    }

    #box .cot-top .ct-txt{
        font-size: 0.32rem;
        font-weight: 500;
        line-height: 1.5;
        color: #000000;
        margin-bottom: 0.35rem;
    }

    #box .cot-top .ct-maximg{
        position: relative;
        text-align: center;
    }
    #box .cot-top .ct-maximg img{
        width: 6rem;
    }
    #box .cot-top .ct-circle {
        width: 1.5rem;
        height: 1.5rem;
        border-radius: 50%;
        position: absolute;
        top: 0;
        background: #f26430;
        display: flex;
        flex-direction: column;
        text-align: center;
        align-items: center;
        justify-content: center;
        color: #ffffff;
        font-size: 0.2rem;
        font-weight: bold;
        line-height: 1.6;
    }

    #box .cot-top .circle-left {
        left: 0;
    }

    #box .cot-top .circle-left span {
        font-size: 0.26rem;
        margin-left: 0.12rem;
        margin-bottom: 0.22rem;
    }

    #box .cot-top .circle-right {
        left: 1.7rem;
    }

    #box .ct-link-group {
        margin-top: 0.44rem;
        padding: 0 0.1rem;
        display: flex;
    }

    #box .ct-link-group .link-Reques,
    #box .ct-link-group .link-help {
        font-size: 0.23rem;
        line-height: 1;
        padding: 0.19rem 0;
        font-weight: bold;
        display: inline-flex;
        transition: 0.2s;
        align-items: center;
    }

    #box .ct-link-group .link-help {
        background: #2486fc;
        border-radius: 5px;
        color: #fff;
        padding-left: 0.71rem;
        padding-right: 0.71rem;
        margin-right: 0.3rem;
        position: relative;
    }
    #box .ct-link-group .link-Reques{
        background: #e9eef3;
        border-radius: 5px;
        color: #2486fc;
        padding-left: 0.8rem;
        padding-right: 1rem;
    }
    #box .ct-link-group .link-help:before{
        content: '';
        background: url("/wp-includes/images/box/email.png") no-repeat;
        background-size: 100% auto;
        display: block;
        width: 0.26rem;
        height: 0.22rem;
        margin-right: 0.15rem;
    }
    #box .ct-link-group .link-Reques:before{
        content: '';
        background: url("/wp-includes/images/box/book.png") no-repeat;
        background-size: 100% auto;
        display: block;
        width: 0.3rem;
        height: 0.22rem;
        margin-right: 0.15rem;
    }
    #box .ct-link-group .link-help:hover{
        transition: 0.2s;
        background: #0061d5;
    }
    #box .ct-link-group .link-Reques:hover{
        transition: 0.2s;
        color: #ffffff;
        background: #2486fc;
    }
    #box .ct-link-group .link-Reques:hover:before{
        content: '';
        background: url("/wp-includes/images/box/book-hover.png") no-repeat;
        background-size: 100% auto;
        display: block;
        width: 0.26rem;
        height: 0.22rem;
        margin-right: 0.15rem;
    }

}
/* SP cot01 */
@media only screen and (max-width: 1000px) {
    #box .cot01{
        margin: 0.78rem auto;
    }
    #box .cot01 .cot01-title{
        font-size: 0.5rem;
        line-height: 1;
        font-weight: bold;
        color: #2486fc;
        text-align: center;
        margin-bottom: 0.42rem;
    }
 
    #box .cot01 .cot01-data-txt .cot01-txt{
        font-size: 0.28rem;
        font-weight: 500;
        color: #000000;
        line-height: 1.78;
    }
    #box .cot01 .cot01-data-txt .cot01-data{
        display: flex;
        font-weight: 500;
        padding-left: 0.4rem;
        margin-top: 0.28rem;
    }
    #box .cot01 .cot01-data-txt .cot01-data .data{
        color: #f26430;
        font-size: 0.32rem;
        line-height: 1.6;
        position: relative;
    }
    #box .cot01 .cot01-data-txt .cot01-data .data.sp-left-30{
        margin-left: 0.3rem;
    }
    #box .cot01 .cot01-data-txt .cot01-data .data .num{
        font-family: "Barlow Semi Condensed";
        font-size: 1.2rem;
        line-height: 0.7;
    }
    #box .cot01 .cot01-data-txt .cot01-data .data .unit{
        font-size: 0.64rem;
        font-weight: bold;
    }
    #box .cot01 .cot01-data-txt .cot01-data .data .time{
        position: absolute;
        font-size: 0.2rem;
        right: -0.18rem;
        bottom: -0.24rem;
    }
}
/* SP cot02 */
@media only screen and (max-width: 1000px){
    #box .cot02{
        background: #2486fc;
        padding-top: 0.6rem;
        padding-bottom: 0.6rem;
    }
    #box .cot02 .cot02-title{
        text-align: center;
        font-size: 0.5rem;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        margin-bottom: 0.4rem;
    }
    #box .cot02 .cot02-title span{
        font-family: "Barlow Semi Condensed";
        font-size: 1rem;
        font-weight: 500;
        line-height: 0.7;
    }
    #box .cot02 .card-group{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #box .cot02 .card-group .card{
        /*width: 100%;*/
        position: relative;
        background: #ffffff;
        border-radius: 0.2rem;
        padding: 0.42rem 0.4rem;
    }
    #box .cot02 .card-group .card:not(:last-child){
        margin-bottom: 0.4rem;
    }
    #box .cot02 .card-group .card .card-num{
        font-family: "Barlow Semi Condensed";
        font-size: 2rem;
        font-weight: 500;
        color: #f0fafd;
        position: absolute;
        top: 0;
        right: 0.39rem;
    }
    #box .cot02 .card-group .card .card-title{
        font-size: 0.32rem;
        font-weight: bold;
        color: #003c96;
        line-height: 1.7;
        position: relative;
        z-index: 1;
    }
    #box .cot02 .card-group .card .card-img{
        height: 4.9rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 1;
    }
    #box .cot02 .card-group .card .card-txt{
        font-size: 0.26rem;
        line-height: 1.76;
        color: #000000;
        font-weight: 500;
    }


}
/* SP cot03 */
@media only screen and (max-width: 1000px){
    #box .cot03{
        padding-top: 0.5rem;
        padding-bottom: 0.6rem;
    }
    #box .cot03 .cot03-title{
        font-size: 0.5rem;
        font-weight: bold;
        color: #2486fc;
        line-height: 1.4;
        margin-bottom: 0.44rem;
        text-align: center;
    }
    #box .cot03 .cot03-subtitle{
        font-size: 0.32rem;
        font-weight: 500;
        color: #000000;
        line-height: 1.7;
        margin-bottom: 0.25rem;
        text-align: center;
    }
    #box .cot03 .video-group{
        display: block;
    }
    #box .cot03 .video-group .cot-video{
        display: flex;
        flex-direction: column;
        overflow: hidden;
        align-items: center;
    }
    #box .cot03 .video-group .cot-video:not(:last-child){
        margin-bottom: 0.51rem;
    }
  
    #box .cot03 .video-group .cot-video .video-title{
        font-size: 0.3rem;
        line-height: 1.75;
        color: #000000;
        font-weight: 500;
    }
    #box .cot03 .cot03-tip{
        margin-top: 0.41rem;
        position: relative;
        padding: 0.39rem;
        padding-right: 2rem;
        background: #e9eef3;
        border-radius: 0.1rem;
        margin-bottom: 0.4rem;
    }
    #box .cot03 .cot03-tip .cot03-tip-txt{
        font-size: 0.26rem;
        line-height: 1.7;
        color: #003c96;
        font-weight: bold;
    }
    #box .cot03 .cot03-tip .cot03-tip-img{
        position: absolute;
        width: 1.5rem;
        bottom: 0;
        right: 0.2rem;
    }
    #box .cot03 .ct-link-group{
        display: block;
        text-align: center;
        font-size: 0.28rem;
    }
    #box .cot03 .ct-link-group .link-help{
        padding: 0.27rem 0;
        padding-left: 1.71rem;
        padding-right: 1.75rem;
        margin: 0;
        margin-bottom: 30px;
    }
    #box .cot03 .ct-link-group .link-Reques{
        padding: 0.27rem 0;
        padding-left: 1.71rem;
        padding-right: 2.14rem;
    }
    #box .cot03 .link-help:before{
        margin-right: 0.26rem;
    }
    #box .cot03 .link-Reques:before{
        margin-right: 0.44rem;
    }
}
/* SP cot04 */
@media only screen and (max-width: 1000px){
    #box .cot04{
        padding: 0.6rem 0;
        background: #f8f8f8;
    }
    #box .cot04 .title-img{
        margin-bottom: 0.33rem;
        text-align: center;
    }
    #box .cot04 .cot04-title{
        font-size: 0.5rem;
        font-weight: bold;
        color: #2486fc;
        line-height: 1.8;
        text-align: center;
    }
    #box .cot04 .cot04-subtitle{
        font-size: 0.32rem;
        font-weight: 500;
        line-height: 1.6;
        color: #000000;
        margin-top: 0.33rem;
        margin-bottom: 0.28rem;
    }
    #box .cot04 .cot04-max-img{
        margin: 0 auto;
        margin-bottom: 0.43rem;
        width: 6.1rem;
    }
    #box .cot04 .cot04-title-02{
        font-size: 0.4rem;
        line-height: 1.5;
        color: #2486fc;
        font-weight: bold;
        text-align: center;
    }
    #box .cot04 .cot04-block{
        display: block;
        margin-top: 0.5rem;
        margin-bottom: 0.6rem;
    }
   
    #box .cot04 .cot04-block .blockbox .block-title{
        font-size: 0.32rem;
        color: #003c96;
        line-height: 1;
        font-weight: bold;
        text-align: center;
    }
    #box .cot04 .cot04-block .blockbox .block-title span{
        border-bottom: 0.04rem solid #003c96;
    }
    #box .cot04 .cot04-block .blockbox .block-txt{
        line-height: 1.78;
        font-size: 0.28rem;
        font-weight: 500;
        color: #000000;
        margin-top: 0.33rem;
    }
    #box .cot04 .cot04-block .blockbox .block-img{
        margin-top: 0.4rem;
        padding: 0 0.4rem;
    }
    #box .cot04 .cot04-introduce{
        text-align: center;
        border-radius: 0.2rem;
        background: #2486fc;
        color: #ffffff;
        padding: 0.4rem;
    }
    #box .cot04 .cot04-introduce .ci-title{
        font-size: 0.4rem;
        font-weight: bold;
        margin-bottom: 0.28rem;
    }
    #box .cot04 .cot04-introduce .ci-txt{
        font-size: 0.32rem;
        line-height: 1.78;
        font-weight: 500;
    }
    #box .cot04 .cot04-introduce .ci-card-group{
        display: block;
        margin-top: 0.27rem;
    }
    #box .cot04 .cot04-introduce .ci-card-group .ci-card{
        padding: 0.43rem 0.46rem;
        border-radius: 0.2rem;
        background: #ffffff;
    }
    #box .cot04 .cot04-introduce .ci-card-group .ci-card:not(:last-child){
        margin-bottom: 0.4rem;
    }
    #box .cot04 .cot04-introduce .ci-card-group .card-title{
        font-size: 0.35rem;
        font-weight: bold;
        line-height: 1;
        color: #000000;
    }
    #box .cot04 .cot04-introduce .ci-card-group .card-img1{
        height: 3.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #box .cot04 .cot04-introduce .ci-card-group .card-img2{
        height: 3.3rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #box .cot04 .cot04-introduce .ci-card-group .card-txt{
        font-size: 0.28rem;
        line-height: 1.78;
        font-weight: bold;
        color: #000000;
    }
}
/* SP cot05 */
@media only screen and (max-width: 1000px){
    #box .cot05{
        padding: 0.6rem 0;
    }
    #box .cot05 .cot05-title{
        font-size: 0.5rem;
        font-weight: bold;
        color: #2486fc;
        text-align: center;
    }
    #box .cot05 .block-voice{
        margin-top: 57px;
        display: block;
    }
    #box .cot05 .block-voice .voice-all-txt{
        color: #000000;
    }
    #box .cot05 .block-voice .voice-title{
        font-size: 0.4rem;
        font-weight: bold;
        line-height: 1.75;
        margin-bottom: 0.25rem;
    }
    #box .cot05 .block-voice .voice-subtitle{
        line-height: 1;
        font-size: 0.3rem;
        font-weight: 500;
        margin-bottom: 0.3rem;
    }
    #box .cot05 .block-voice .voice-sign{
        margin-bottom: 0.41rem;
        display: flex;
    }
    #box .cot05 .block-voice .voice-sign div{
        padding: 0.18rem 0.2rem;
        min-width: 1.8rem;
        background: #e9eef3;
        border-radius: 0.05rem;
        font-size: 0.26rem;
        line-height: 1;
        font-weight: 500;
        margin-right: 0.4rem;
        text-align: center;
    }
    #box .cot05 .block-voice .voice-txt{
        font-size: 0.28rem;
        font-weight: 500;
        line-height: 1.6;
    }
  
    #box .cot05 .voice-img{
        width: 100%;
        display: flex;
        border-radius: 0.2rem;
        overflow: hidden;
        margin-top: 0.32rem;
    }

}
/* SP cot06 */
@media only screen and (max-width: 1000px){
    #box .cot06{
        background: #f8f8f8;
        padding: 0.6rem 0;
    }
    #box .cot06 .cot06-title{
        text-align: center;
        font-size: 0.5rem;
        font-weight: bold;
        line-height: 1;
        margin-bottom: 0.41rem;
        color: #2486fc;
    }
    #box .cot06 .cot06-form{
        overflow: auto;
    }
    #box .cot06 table{
        border-collapse: collapse;
        background: #ffffff;
        width: 16.1rem;
        overflow: hidden;
    }
    #box .cot06 th,
    #box .cot06 td{
        margin: 0;
        padding: 0;
        border: 1px solid #afc3d7;
    }
    #box .cot06 th{
        background: #e9eef3;
        font-size: 0.26rem;
        font-weight: bold;
        text-align: center;
        min-width: 1.7rem;
    }
    #box .cot06 tr td:nth-last-child(4){
        padding-left: 0.2rem;
        font-size: 0.22rem;
        font-weight: 500;
        width: 6.9rem;
    }
    #box .cot06 tr:not(:first-child) td:nth-last-child(-n+3){
        font-size: 0.22rem;
        width: 2.5rem;
        font-weight: 500;
        text-align: center;
    }
    #box .cot06 .col-title .top{
        font-size: 0.32rem;
        font-weight: bold;
        line-height: 1;
        text-align: center;
    }
    #box .cot06 .col-title td{
        padding: 0.22rem 0.2rem;
        position: relative;
        border-top: none;
    }
    #box .cot06 tr:last-child *{
        border-bottom: none;
    }
    #box .cot06 tr :first-child{
        border-left: none;
    }
    #box .cot06 tr td:last-child{
        border-right: none;
    }
    #box .cot06 .col-title .col-title1:before{
        content: '';
        width: 100%;
        height: 0.1rem;
        position: absolute;
        top: 0;
        left: 0;
        background: #e9eef3;
    }
    #box .cot06 .col-title .col-title2:before{
        content: '';
        width: 100%;
        height: 0.1rem;
        position: absolute;
        top: 0;
        left: 0;
        background: #2486fc;
    }
    #box .cot06 .col-title .col-title3:before{
        content: '';
        width: 100%;
        height: 0.1rem;
        position: absolute;
        top: 0;
        left: 0;
        background: #003c96;
    }
    #box .cot06 .col-title .top span{
        font-size: 0.22rem;
        line-height: 1.36;
        font-weight: 500;
    }
    #box .cot06 .col-title .bottom{
        font-size: 0.22rem;
        font-weight: bold;
        line-height: 1.36;
        text-align: center;
        margin-top: 0.1rem;
    }
    #box .cot06 .col-title .bottom .bt-num{
        font-size: 0.26rem;
    }
    #box .cot06 .col-title .bottom .bt-smtxt{
        font-weight: 500;
        text-align: center;
    }
    #box .cot06 .cot06-tip{
        margin-top: 0.29rem;
        font-size: 0.22rem;
        letter-spacing: -1px;
        font-weight: 500;
        line-height: 1;
    }
    #box .cot06 .cot06-form .pop-group{
        position: relative;
        display: inline-block;
    }
    #box .cot06 .cot06-form .help-hover{
        margin-left: 9px;
        margin-bottom: 3px;
    }
    #box .cot06 .cot06-form .help-pop{
        position: absolute;
        left: 45px;
        top: -17px;
        padding: 14px 18px;
        background: #003c96;
        border-radius: 10px;
        font-size: 16px;
        line-height: 1.5;
        color: #ffffff;
        font-weight: 500;
        width: 340px;
        display: none;
    }
    #box .cot06 .cot06-form .help-pop:before{
        content: '';
        border-right: 16px solid #003c96;
        border-bottom: 7px solid transparent;
        border-top: 7px solid transparent;
        position: absolute;
        left: -12px;
        top: 20px;
        display: none;
    }
    #box .cot06 .cot06-form .pop-group:hover .help-pop:before,
    #box .cot06 .cot06-form .pop-group:hover .help-pop{
        display: block;
    }
}
/* SP fqa */
@media only screen and (max-width: 1000px){
    #box .fqa{
        background: #ffffff;
        padding: 0.6rem 0;
    }
    #box .fqa-title{
        font-size: 0.5rem;
        line-height: 1;
        font-weight: bold;
        text-align: center;
        margin-bottom: 0.4rem;
        color: #2486fc;
    }
    #box .fqa-block-group{
        padding: 0 0.4rem;
    }
    #box .fqa-block{
        position: relative;
        margin: 0 auto;
        padding: 0.33rem 0;
        padding-right: 0.65rem;
        padding-left: 0.73rem;
        border-top: 1px solid #d8d8d8;
    }
    #box .fqa .fqa-block:last-child{
        border-bottom: 1px solid #d8d8d8;
    }
    #box .fqa-block .fqa-question,
    #box .fqa-block .fqa-answer{
        position: relative;
        font-size: 0.28rem;
        font-weight: 500;
        line-height: 1.4;
    }
    #box .fqa-block .fqa-answer{
        margin-top: 0.56rem;
        display: none;
    }
    #box .fqa-block .fqa-question:before{
        content: 'Q';
        position: absolute;
        left: -0.6rem;
        top: -0.1rem;
        font-size: 0.5rem;
        line-height: 1;
        font-weight: bold;
        color: #2486fc;
        font-family: "Barlow", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    }
    #box .fqa-block .fqa-answer:before{
        content: 'A';
        position: absolute;
        left: -0.65rem;
        top: -8px;
        font-size: 40px;
        line-height: 1;
        font-weight: bold;
        color: #f26430;
        font-family: "Barlow", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    }
    #box .fqa-block .fqa-question:after{
        content: '';
        width: 0.3rem;
        height: 0.036rem;
        background: #2486fc;
        position: absolute;
        right: -0.65rem;
        top: 50%;
        transform: translateY(-50%);
    }
    #box .fqa-block:before{
        content: '';
        height: 0.3rem;
        width: 0.036rem;
        background: #2486fc;
        position: absolute;
        right: 0.13rem;
        top: 50%;
        transform: translateY(-50%);
    }
    #box .fqa-block.active:before{
        transition: 0.2s;
        opacity: 0;
    }
    #box .fqa-block .fqa-question.active:before{
        transition: 0.2s;
        opacity: 0;
    }


    #box .fqa .ct-link-group{
        text-align: center;
        display: flex;
        flex-direction: column;
        margin-top: 0.6rem;
        padding: 0 0.53rem;
    }
    #box .fqa .ct-link-group .link-help,
    #box .fqa .ct-link-group .link-Reques{
        font-size: 0.28rem;
        padding: 0.265rem 0;
    }
    #box .fqa .ct-link-group .link-help{
        padding-left: 1.71rem;
        padding-right: 1.75rem;
        margin: 0;
        margin-bottom: 0.3rem;
    }
    #box .fqa .ct-link-group .link-Reques{
        padding-left: 1.71rem;
        padding-right: 2.14rem;
    }
    #box .fqa .link-help:before{
        margin-right: 0.26rem;
    }
    #box .fqa .link-Reques:before{
        margin-right: 0.44rem;
    }
}
/* SP cot08 */
@media only screen and (max-width: 1000px){
    #box .cot08{
        background: #f8f8f8;
        padding: 0.62rem 0 0.8rem;
    }
    #box .cot08 .cot08-title{
        font-size: 0.4rem;
        font-weight: bold;
        line-height: 1;
        color: #003c96;
        text-align: center;
        margin-bottom: 0.28rem;
    }
    #box .cot08 .cot08-title span{
        padding-bottom: 0.02rem;
        border-bottom: 0.04rem solid #003c96;
    }
    #box .cot08 .cot08-txt{
        font-size: 0.3rem;
        font-weight: 500;
        line-height: 1.76;
        color: #000000;
        text-align: center;
    }
    #box .cot08 .cot08-banners{
        display: block;
        margin-top: 0.61rem;
        padding: 0 0.4rem;
        text-align: center;
    }
    #box .cot08 .cot08-banners .banner2{
        width: 4.4rem;
        margin: 0 auto;
        margin-top: 0.3rem;
        display: block;
    }
}
/* SP footer */
@media only screen and (max-width: 1000px){
    #box footer{
        background: #003c96;
        padding: 0.41rem;
        font-size: 0.2rem;
        font-weight: 500;
        line-height: 1;
        color: #fff;
        text-align: center;
    }
}

