@charset "UTF-8";
@import url(default.css);

html{overflow-y: scroll;}

@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-ExtraLight.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Light.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Regular.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Medium.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-SemiBold.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Bold.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/NotoSerifCJKjp/NotoSerifCJKjp-Black.otf) format('opentype');
}
h1{
    font-family: 'Noto Serif Japanese', serif;
    font-size: 3vw;
    color: #40a1d4;
    text-align: center;
}
.headerImage{
    width: 100%;
    max-width: 100%;
    background-image: url(../image/headerBg.png);
    background-size: 100vw auto;
    background-position: center top;
    background-repeat: no-repeat;
    height: 8.8vw;
}
header{ overflow: hidden; }
.rogo{ text-align: left; padding-left: 10vw; padding-top: 1vw; }
.rogo>a>img{ width: 15vw; margin-top: 0.7vw; }
.telBtn{ margin-right: 1vw; padding: 2.5vw; background-color: rgba(255,255,255,.2); text-align: left; }
.telBtn>a>img{ width: 17vw; }
.telBtn>a{}

.navbar {
    border-radius: 0px;
    min-height:0;
    margin-bottom: 0px;
    border: none;
    /*
    width: 100vw;
    max-width: 100vw;
    */
}
ul.nav{
    width: 90vw;
    max-width: 90vw;
    margin: 0 5vw;
}
.navbar-nav{ min-width:0; }
ul.nav>li>a{
    border-right:2px dotted #ff577b;
    margin: .8vw 0;
    font-size: 1vw;
    padding: 0.3vw 4.5vw !important;
    color: #ff577b;
    text-decoration: none;
}

ul.nav>li>a.end{ border: none; }
ul.nav>li>a:hover{
    background:none;
    color: #ffa3b7;
}
.mainImage{ width:100%; height: auto; overflow: auto; }

.BoxArea{ padding: 3vw 0; }

.whatsBox{
    background-color: #edf9ff;
    width: 30vw;
    max-width: 30vw;
    margin-left: 2.5vw;
    float: left;
    padding: 1vw;
}

.whatsBoxTitle{ background-color: #40a1d4; color: #FFF; font-family: 'Noto Serif Japanese', serif; font-size: 1.2vw; text-align: center; }
.whatsBoxTitlebig{ font-family: 'Noto Serif Japanese', serif; font-size: 1.5vw;}
.whatsBoxStr{ font-size: 1vw; text-align: center; padding-top: 1vw; }

.titleImg,.titleImg2{ text-align: center; margin: 0 auto 3vw auto; width: 30vw; }

.meritBg{
    width: 100%;
    max-width: 100%;
    background-image: url(../image/meritBg.png);
    background-size: 100vw auto;
    background-position: center top;
    background-repeat: no-repeat;
    height: 41vw;
}

.meritBox,.meritBox2{
    background-color: #FFF;
    width: 30vw;
    max-width: 30vw;
    margin-left: 2.5vw;
    float: left;
    padding: 1vw;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%; 
    radius: 50%;
    height: 20vw;
    padding-top: 2vw;
    margin-top: 15vw;
}
.meritBoxTitle{ color: #ff7895; font-size: 2vw; text-align: center; font-weight: bold; }
.meritBoxTitlebig{ font-size: 2.5vw;}
.meritBoxTitlesmall{ font-size: 1.3vw; margin: -1.2vw 3.5vw -1vw 0; }
.meritBoxStr{ font-size: 1.5vw; text-align: center; padding-top: 1.5vw; }

.nagareBG{
    background-color:#40a1d4;
}
.nagare1 {
    width: 22vw;
    height: 13vw;
    position: relative;
    background: #fffef2;
    margin-left: 7.5vw;
    float: left;
    margin-top: 2vw;
    margin-bottom: 2vw;
    z-index: 3;
}
.nagare1:before {
    content: "";
    position: absolute;
    right: -3vw;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 3.1vw  solid #fffef2;
    border-top: 6.5vw  solid transparent;
    border-bottom: 6.5vw  solid transparent;
    z-index: 3;
}


.nagare2 {
    width: 26vw;
    height: 13vw;
    position: relative;
    background: #FFF;
    float: left;
    margin-left: 0.5vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    z-index: 2;
}
.nagare2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 3.1vw solid #99cbe5;
    border-top: 6.5vw  solid transparent;
    border-bottom: 6.5vw  solid transparent;
    z-index: 2;
}
.nagare2:before {
    content: "";
    position: absolute;
    right: -3vw;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 3.1vw  solid #FFF;
    border-top: 6.5vw  solid transparent;
    border-bottom: 6.5vw  solid transparent;
    z-index: 2;
}

.nagare3 {
    width: 36vw;
    height: 13vw;
    position: relative;
    background: #fffef2;
    float: left;
    margin-left: 0.5vw;
    margin-top: 2vw;
    margin-bottom: 2vw;
    z-index: 1;
}
.nagare3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 3vw solid #99cbe5;
    border-top: 6.5vw  solid transparent;
    border-bottom: 6.5vw  solid transparent;
    z-index: 1;
}

.nagareArea{

}
.nagareTitle{
    font-size: 2vw;
    color: #40a1d4;
    padding-top: 1.5vw;
}
.nagareStr{
    font-size: 1.4vw;
    margin-top: 1vw;
}

.nagareBikou{
    clear: both;
    font-size: 1.2vw;
    text-align: center;
    color: #FFF;
    margin-bottom: 2vw;
}

.voiceBoxL{
    background-color: #f8f8f8;
    width: 45.5vw;
    max-width: 45.5vw;
    margin: 0 0.5vw 2vw 3vw;
    padding: 1.5vw;
    float: left;
    height: 13vw;
    max-height: 13vw;
    min-height: 13vw;
}
.voiceBoxR{
    background-color: #f8f8f8;
    width: 45.5vw;
    max-width: 45.5vw;
    margin: 0 3vw 2vw 0.5vw;
    padding: 1.5vw;
    float: right;
    height: 13vw;
    max-height: 13vw;
    min-height: 13vw;
}
.voiceTitle{
    font-size: 1.4vw;
    color:#ff7895;
    margin-bottom: .5vw;
}
.voiceStr{
    font-size: 1vw;
    margin-bottom: .5vw;
}
.voiceAuth{
    font-size: 1vw;
    text-align: right;
}

.backTitle{
    background-color: #ff446c;
    padding: 2vw;
    width: 24vw;
    max-width: 24vw;
    min-width: 24vw;
    height: 23.8vw;
    max-height: 23.8vw;
    min-height: 23.8vw;
}

.tdspace{ padding: 2px; }
.atdTitle{ background-color: #acacac; width: 10vw; max-width: 10vw; height: 3.19vw; min-height: 3.19vw; padding: .88vw; font-size: 1vw; text-align: center; color: #FFF; }
.btdTitle{ background-color: #ff446c; width: 10vw; max-width: 10vw; height: 3.19vw; min-height: 3.19vw; padding: .88vw; font-size: 1vw; text-align: center; color: #FFF; }
.ctdTitle{ background-color: #acacac; width: 10vw; max-width: 10vw; height: 3.19vw; min-height: 3.19vw; padding: .88vw; font-size: 1vw; text-align: center; color: #FFF; }
.atd{ background-color: #e7e7e7; width: 10vw; max-width: 10vw; height: 3.19vw; min-height: 3.19vw; padding: .88vw; font-size: 1vw; text-align: center; }
.btd{ background-color: #ffebef; width: 10vw; max-width: 10vw; height: 3.19vw; min-height: 3.19vw; padding: .88vw; font-size: 1vw; text-align: center;  }
.ctd{ background-color: #e7e7e7; width: 10vw; max-width: 10vw; height: 3.19vw; min-height: 3.19vw; padding: .88vw; font-size: 1vw; text-align: center;  }


.camBg{
    width: 100%;
    max-width: 100%;
    background-image: url(../image/camBG.png);
    background-size: 100vw auto;
    background-position: center top;
    background-repeat: no-repeat;
    height: 45.5vw;
}
.camBg1{
    width: 45vw;
    max-width: 45vw;
    height: 21vw;
    background-image: url(../image/camBG1.png);
    background-size: 45vw auto;
    background-position: center top;
    background-repeat: no-repeat;
    float: left;
    margin-left: 3vw;
    margin-top: 17vw;

}
.camBg2{
    width: 45vw;
    max-width: 45vw;
    height: 21vw;
    background-image: url(../image/camBG2.png);
    background-size: 45vw auto;
    background-position: center top;
    background-repeat: no-repeat;
    float: right;
    margin-right: 3vw;
    margin-top: 17vw;
}
.camStr{ font-size: 1.1vw; text-align: center; margin-top: 10.5vw; font-weight: bold; }
.camStrBig{ font-size: 1.8vw; }

.secBox{
    background-color: #f6f6f6;
}
.sec1{
    width: 45vw;
    max-width: 45vw;
    float: left;
    margin-left: 3vw;
}
.sec2{
    width: 45vw;
    max-width: 45vw;
    float: right;
    margin-right: 3vw;
}

.faqBox{
    background-color: #edf9ff;
    width: 80vw;
    margin: 0 auto 1vw auto;
}

.faqTitle{
    font-size: 1.8vw;
    color: #40a1d4;
    padding-top: 1.5vw;
}
.faqStr{
    padding: 0 .5vw;
    font-size: 1.4vw;
    margin-top: 1vw;
}

.bottomBG{
    background-color: #f6f6f6;
}


.bottomBG{ background-color: #f6f6f6; }

.tdRow{ overflow: hidden; background-color: #686363; width: 80vw; margin: 0 auto .5vw auto; }
.tdL{ color:#FFF; width: 30vw; max-width: 30vw; float: left; padding: 1vw; font-size: 1.1vw; }
.tdR{ background-color: #FFF; float: right; width: 50vw; max-width: 50vw; padding: 1vw; font-size: 1.1vw; }

footer{
    font-size: 1vw;
    padding-top: 0;
    background-color: #FFF;
}
footer a{
    color: #000;
    text-decoration: none;
}


#fCimit{ background-color: rgba(255,255,255,0.3); margin-top: 3vw; position: fixed; bottom: 0; z-index: 100;}
.fbtnarea{
    background-color: #FFF;
}
.clone-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 101;
    width: 100%;
    transition: .3s;
    transform: translateY(100%);
}
.is-show {
    transform: translateY(0);
}



.subPage{ width:80vw; margin: 0 auto; padding: 10px; }

.panel-body>p{ font-size: 1.2vw; }

@media only screen and (min-width:1201px){

}
@media only screen and (max-width:1200px){
    ul.nav>li>a{
        font-size: 1.2vw;
        padding: 0.3vw 4vw !important;
    }
    .meritBoxStr{ font-size: 1.5vw; text-align: center; padding-top: 1.5vw; }

    h1{ font-size: 4vw; }
    .panel-body>p{ font-size: 1.5vw; }

    .backTitle{
        width: 24vw;
        max-width: 24vw;
        min-width: 24vw;
        height: 24.8vw;
        max-height: 24.8vw;
        min-height: 24.8vw;
    }

    .tdspace{ padding: 2px; }
    .atdTitle{ width: 20vw; max-width: 20vw; min-height: 3.19vw; font-size: 1.5vw; }
    .btdTitle{ width: 20vw; max-width: 20vw; min-height: 3.19vw; font-size: 1.5vw; }
    .ctdTitle{ width: 20vw; max-width: 20vw; min-height: 3.19vw; font-size: 1.5vw; }
    .atd{ width: 20vw; max-width: 20vw; min-height: 3.19vw; font-size: 1.5vw; }
    .btd{ width: 20vw; max-width: 20vw; min-height: 3.19vw; font-size: 1.5vw;  }
    .ctd{ width: 20vw; max-width: 20vw; min-height: 3.19vw; font-size: 1.5vw;  }

}
@media only screen and (max-width:1120px){
    .titleImg2{ text-align: center; margin: 0 auto 3vw auto; width: 70vw; }
}
@media only screen and (max-width:991px){
    ul.nav>li>a{
        font-size: 1.5vw;
        padding: 0.3vw 3vw !important;
    }
    .panel-body>p{ font-size: 2vw; }

    .whatsBox{
        background-color: #edf9ff;
        width: 80vw;
        max-width: 80vw;
        margin: 0 auto .5vw auto;
        float: none;
        padding: 1vw;
    }

    .whatsBoxTitle{  font-size: 2.2vw; }
    .whatsBoxTitlebig{ font-size: 2.5vw;}
    .whatsBoxStr{ font-size: 2vw; }

    .meritBg{
        width: 100%;
        max-width: 100%;
        background-image: url(../image/meritBgSP.png);
        background-size: 100vw auto;
        background-position: center top;
        background-repeat: no-repeat;
        height: 110vw;
    }

    .meritBox{
        background-color: #FFF;
        width: 45vw;
        max-width: 45vw;
        margin-left: 3vw;
        float: left;
        padding: 1vw;
        height: 35vw;
        padding-top: 8vw;
        margin-top: 30vw;
    }
    .meritBox2{
        background-color: #FFF;
        width: 45vw;
        max-width: 45vw;
        margin: 0 auto;
        clear: both;
        float: none;
        padding: 1vw;
        height: 35vw;
        padding-top: 8vw;
        margin-top: 30vw;
    }
    .meritBoxTitle{ font-size: 3vw; text-align: center; font-weight: bold; }
    .meritBoxTitlebig{ font-size: 4vw;}
    .meritBoxTitlesmall{ font-size: 2vw; margin: -1.2vw 3.5vw -1vw 0; }
    .meritBoxStr{ font-size: 2.2vw; text-align: center; padding-top: 1.5vw; }



    .voiceBoxL,
    .voiceBoxR{
        background-color: #f8f8f8;
        width: 90vw;
        max-width: 90vw;
        margin: 0 auto 2vw auto;
        padding: 1.5vw;
        float: none;
        height: auto;
        max-height: 1000vw;
        min-height: 0;
    }
    .voiceTitle{ font-size: 3vw; }
    .voiceStr{ font-size: 2vw; }
    .voiceAuth{ font-size: 2vw; }


    .backTitle{
        width: 91vw;
        max-width: 91vw;
        min-width: 91vw;
        text-align: center;
        height: auto;
        min-height: 0;
        max-height: 1000vw;
    }

    .tdspace{ padding: 2px; }
    .atdTitle,.btdTitle,.ctdTitle,.atd,.btd,.ctd{ width: 30vw; max-width: 30vw; min-height: 4vw; font-size: 2vw; }

    .camBg{
        background-image: url(../image/camBGSP.png);
        height: 140vw;
    }
    .camBg1{
        width: 80vw;
        max-width: 80vw;
        height: 40vw;
        background-image: url(../image/camBG1.png);
        background-size: 80vw auto;
        float: none;
        margin: 45vw auto 0 auto;

    }
    .camBg2{
        width: 80vw;
        max-width: 80vw;
        height: 40vw;
        background-image: url(../image/camBG2.png);
        background-size: 80vw auto;
        float: none;
        margin-right: 3vw;
        margin: 5vw auto 0 auto;
    }
    .camStr{ font-size: 2.2vw;margin:auto; padding-top: 20vw; }
    .camStrBig{ font-size: 3vw; }

    .sec1,.sec2{
        width: 80vw;
        max-width: 80vw;
        float: none;
        margin: 1vw auto;
    }

    .faqTitle{ font-size: 2.2vw; }
    .faqStr{ font-size: 2vw; }

    .tdRow{ overflow: hidden; background-color: #686363; width: 80vw; margin: 0 auto .5vw auto; }
    .tdL{ color:#FFF; width: 80vw; max-width: 80vw; float: none; padding: 1vw; font-size: 2vw; }
    .tdR{ background-color: #FFF; width: 80vw; max-width: 80vw; float: none; padding: 1vw; font-size: 2vw; }

}
@media only screen and (max-width:846px){  

}
@media only screen and (max-width:767px){

    h1{ font-size: 5vw; }
    .panel-body>p{ font-size: 3vw; }
    .headerImage{
        background-repeat: no-repeat;
        height: 0vw;
    }

    
    
    .whatsBox{
        background-color: #edf9ff;
        width: 95vw;
        max-width: 95vw;
        margin: 0 auto .5vw auto;
        float: none;
        padding: 1vw;
    }

    .whatsBoxTitle{  font-size: 3.5vw; }
    .whatsBoxTitlebig{ font-size: 4.5vw;}
    .whatsBoxStr{ font-size: 4vw; }

    .meritBg{
        width: 100%;
        max-width: 100%;
        background-image: url(../image/meritBgSP.png);
        background-size: 100vw auto;
        background-position: center top;
        background-repeat: no-repeat;
        height: 140vw;
    }

    .meritBox{
        width: 45vw;
        max-width: 45vw;
        margin-left: 3vw;
        float: left;
        padding: 1vw;
        height: 50vw;
        padding-top: 8vw;
        margin-top: 30vw;
    }
    .meritBox2{
        width: 45vw;
        max-width: 45vw;
        margin: 0 auto;
        clear: both;
        float: none;
        padding: 1vw;
        height: 50vw;
        padding-top: 8vw;
        margin-top: 30vw;
    }
    .meritBoxTitle{ font-size: 4vw; }
    .meritBoxTitlebig{ font-size: 5vw;}
    .meritBoxTitlesmall{ font-size: 2vw; margin: -1.2vw 3.5vw -1vw 0; }
    .meritBoxStr{ font-size: 3.2vw; text-align: center; padding-top: 1vw; }

    .voiceTitle{ font-size: 4.5vw; }
    .voiceStr{ font-size: 4vw; }
    .voiceAuth{ font-size: 3.5vw; }

    .backTitle{
        width: 92vw;
        max-width: 92vw;
        min-width: 92vw;
    }
    .atdTitle,.btdTitle,.ctdTitle,.atd,.btd,.ctd{ min-height: 6vw; font-size: 3vw; }

    .camBg{ height: 150vw; }
    .camBg1,.camBg2{ height: 45vw; }
    .camStr{ font-size: 2.5vw; }
    .camStrBig{ font-size: 4vw; }


    .faqTitle{ font-size: 4.5vw; }
    .faqStr{ font-size: 4vw; }


    .tdL{ font-size: 3vw; }
    .tdR{ font-size: 3vw; }

    .navArea{ /*background-color: #ff7895;*/ }


    .subImage{
        background-image: url(../image/subImageSP.png);
        height: 11vw;
    }
    nav{ margin-top: 0vw; z-index: 999; }
    .navbar-toggle{
        background-color: #FFF;
        margin-right: 0px;
    }
    .navbar-toggle .icon-bar{
        border: 1px solid #000;
    }
    .navbar-brand{
        padding: 2vw 0 0 0;
    }
    
    .spHeaderArea{
        width: 81vw;
    }
    
    .navbar-rogo{
        max-width: 35vw;
        width: 35vw;
        height: auto;
        float: left;
    }
    .navbar-tel{
        max-width: 40vw;
        width: 40vw;
        height: auto;
        float: right;
        margin-top: 3vw;
    }

    ul.nav {
        width: 100vw;
        max-width: 100vw;
        margin: 0px auto;
        background-color: #fefefe;
    }
    ul.nav > li > a {
        border-right: none;
        font-size: 3vw;
        padding: 2vw !important;
    }




    .questionTitle{
        width: 90vw;
        font-size: 3vw;
        text-align: left;
        padding: 1vw;
    }
    .questionAnser{
        width: 90vw;
        font-size: 2.5vw;
        text-align: left;
        padding: 1vw;
    }


    .nagareTitle{
        font-size: 4.5vw;
        color: #40a1d4;
        font-family: 'Noto Serif Japanese', serif; 
        padding-top: 1.5vw;
        text-align: center;
    }
    .nagareStr{
        font-size: 4vw;
        margin-top: 1vw;
        text-align: center;
    }

    .nagare1 {
        width: 70vw;
        height: 20vw;
        position: relative;
        background: #FFF;
        float: none;
        margin: 2vw auto;
        z-index: 3;
    }
    .nagare1:before {
        content: "";
        position: absolute;
        left: 0vw;
        top: 20vw;
        border-bottom: none;

        width: 0;
        height: 0;
        border-left: 35vw solid transparent;
        border-right: 35vw solid transparent;
        border-top: 5vw solid #FFF;
        z-index: 3;
    }

    .nagare2 {
        width: 70vw;
        height: 30vw;
        position: relative;
        background: #FFF;
        float: none;
        margin: 2vw auto;
        z-index: 2;
        padding-top: 5vw;
    }
    .nagare2:before {
        content: "";
        position: absolute;
        left: 0vw;
        top: 30vw;
        border-bottom: none;

        width: 0;
        height: 0;
        border-left: 35vw solid transparent;
        border-right: 35vw solid transparent;
        border-top: 5vw solid #FFF;
        z-index: 2;
    }
    .nagare2:after {
        content: "";
        position: absolute;
        left: 0vw;
        top: 0vw;
        border-bottom: none;

        width: 0;
        height: 0;
        border-left: 35vw solid transparent;
        border-right: 35vw solid transparent;
        border-top: 5vw solid #99cbe5;
        z-index: 2;
    }

    .nagare3 {
        width: 70vw;
        height: 30vw;
        position: relative;
        background: #FFF;
        float: none;
        margin: 2vw auto;
        z-index: 1;
        padding-top: 5vw;
    }
    .nagare3:after {
        content: "";
        position: absolute;
        left: 0vw;
        top: 0vw;
        border-bottom: none;

        width: 0;
        height: 0;
        border-left: 35vw solid transparent;
        border-right: 35vw solid transparent;
        border-top: 5vw solid #99cbe5;
        z-index: 1;
    }



    .nagareBikou{
        font-size: 4.5vw;
        padding: 1vw 2vw;
    }

    footer{
        font-size: 3vw;
        padding-top: 1vw;
        background-color: #FFF;
        margin-bottom: 0;
    }



}
@media only screen and (max-width:640px){
}

.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background-color: #FFF;
    padding-right: 15px;
    padding-left: 15px;
}

@media only screen and (max-width:501px){
body .container-fluid .subPage {
    width: 100%;
}
body .form-control {
    display: inline-block;
}
}

.id_area {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media only screen and (min-width:701px){
.ip_only {
    display: none !important;
}
.id_area {
    max-width: 800px;
    border: 3px solid #fff;
    border-radius: 10px;
    margin-right: auto;
margin-left: auto;
margin-top: 60px;
}
body .id_box {
    border-radius: 8px;
    border: 16px solid #000;
    margin-top: 0;
margin-bottom: 0;
}
}

@media only screen and (max-width:700px){
.pc_only {
    display: none !important;
}
}
.ip_only img {
max-width: 100%;
width: auto;
}
.form_area {
max-width: 1200px;
margin-right: auto;
margin-left: auto;
border: 1px solid #ccc;
margin-top: 50px;
}
.form_area .inner {
max-width: 1000px;
margin-right: auto;
margin-left: auto;
margin-top: 30px;
}
.form_title {
font-size: 2.5em;
text-align: center;
margin-top: 50px;
margin-bottom: 40px;
}
.row {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
    font-size: 17px;
}
.form-control {
margin-bottom: 5px;
}
.contsClear.thanks01 {
    font-size: 16px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1000px;
}
body .col-sm-offset-4 {
    float: none;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 500px;
}

@media only screen and (max-width:700px){
.form_area {
padding-right: 10px;
padding-left: 10px;
border: none;
}
.contsClear.thanks01 {
padding-right: 10px;
padding-left: 10px;
}
.form_title {
    font-size: 2em;
}
.col-md-3.formTitle {
margin-bottom: 10px;
}
.label.label-danger {
padding-bottom: .2em;
}
.titleImg2 {
    width: 90%;
}
.nagare1 {
    width: 90%;
}
.nagare2 {
    width: 90%;
}
.nagare3 {
    width: 90%;
}
.nagare1::before {
    right: 0;
    margin: auto;
}
.nagare2::before {
    right: 0;
    margin: auto;
}
.nagare3::before {
    right: 0;
    margin: auto;
}
.nagare2::after {
    right: 0;
    margin: 0 auto;
}
.nagare3::after {
    right: 0;
    margin: 0 auto;
}
.faqBox {
    width: 90vw;
    padding: 15px;
    margin-bottom: 15px;
}
.faqTitle {
    font-weight: bold;
    margin-bottom: 10px;
}
.faqStr {
line-height: 1.3em;
}
#fCimit .col-xs-10 {
    width: 100%;
    float: none;
    margin-left: 0 !important;
  }
  #fCimit .row {
    margin-bottom: 5px;
  }
  .tdRow {
    font-size: 18px;
    width: 90vw;
  }
  .tdR {
    width: 90vw;
    max-width: 90vw;
    font-size: 16px;
  }
  .tdL {
    font-size: 16px;
  }
  .sec1, .sec2 {
    width: 95vw;
    max-width: 95vw;
  }
.sec1,.sec2 {
    margin-bottom: 20px;
}
.voiceTitle {
    font-weight: bold;
    margin-bottom: 10px;
}
.voiceBoxL, .voiceBoxR {
    width: 95vw;
    max-width: 95vw;
    padding: 15px;
}
.voiceStr {
    line-height: 25px;
}
.container-fluid.BoxArea.camBg {


}
.nagareBG {
  background-color: #40a1d4;
}
.nagare2::after {
    border-top: 5vw solid #40a1d4;
}
.nagare3::after {
    border-top: 5vw solid #40a1d4;
}
.nagareTitle {
    color: #40a1d4;
}

.nagareBikou {
    text-align: left;
}
.id_area {
    max-width: 90%;
    margin-top: 40px;
}


}
.id_area {
    margin-right: auto;
    margin-left: auto;
}


.id_box {
    background-color: #fff;
    padding: 15px 15px 1px 15px;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 20px;
    max-width: 800px;
}
.id_title {
    font-size: 1.4em;
    margin-bottom: 15px;
    padding-bottom: 3px;
    border-bottom: 2px solid #40a1d4;
    color: #40a1d4;
    font-weight: bold;
}
.id_list ul {
padding-left: 30px;
}
.id_list ul li {
    position: relative;
    list-style: none;
    font-size: 15px;
    margin-bottom: 20px;
}
.id_list ul li::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    background-image: url(../image/list.png);
    left: -35px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 0;
    bottom: 0;
    margin: auto;
}


.text_message {
  display: none;
}
.text_none {
  display: block;
}
.attention_text {
display: none;
}
.attention_text {
font-size: .9em;
margin-top: 10px;
}
.attention_text input {
margin-top: 10px;
}
.attention_text .label-primary {
margin-right: 5px;
}



.scroll .animation .notice.red {
background-color: #e50000;
}

.calc_title {
    min-width: 90px;
    display: inline-block;
}
.calc_number {
    min-width: 100px;
    display: inline-block;
    text-align: right;
}
.calc_number span {
    font-size: 1.3em;
    color: #0397ea;
    font-weight: bold;
    margin-right: 2px;
}
.attention_calc {
    margin-top: 20px;
}
.attention_text {
    display: none;
}
.text_message {
    display: none;
}

.subPage {
max-width: 1000px;
margin-top: 40px;
}
.panel-default {
border-color: transparent;
}
.hyouStr {
border-top: none;
}
.panel-danger {
margin-bottom: 50px;
font-size: 16px;
line-height: 1.8em;
}
body label {
font-weight: normal;
}

.row {
    display: flex;
    align-items: center;
}

.ctdTitle {
    background-color: #40a1d4;
}
.ctd {
    background-color: #edf9ff;
}
@media only screen and (max-width:700px){
.nagare2::after {
    border-top: 5vw solid #40a1d4;
}
.nagare3::after {
    border-top: 5vw solid #40a1d4;
}
}
@media only screen and (min-width:701px){
.nagare2::after {
    border-left: 3.1vw solid #40a1d4;
}
.nagare3::after {
    border-left: 3.1vw solid #40a1d4;
}

}

.form-control-img {
    margin-bottom: 10px;
    }

   .panel-danger .panel-body label {
        display: block;
        }
        .col-md-9.formArea span.span_block {
            display: block;
            }
            @media only screen and (min-width:992px){
            .col-md-3 {
                width: 35%;
              }
              .col-md-9 {
                width: 65%;
              }
            }

.telBtn {
    display: none;
}
.navbar-tel {
    display: none;
}





ul.list {
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
}
.question ul.list {
max-width: 920px;
}
.merit ul.list li .merit_img {
    width: 100%;
    max-width: 460px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
}
.merit ul.list li .merit_img img {
    max-width: 100%;
}

ul.list li {
    list-style: none;
}
.question {
    padding-top: 50px;
    padding-bottom: 80px;
    background: #FAFAFA;
}



.question ul.list li {
    min-height: 320px;
    width: 25%;
    position: relative;
}
.q_title {
    text-align: center;
    display: table;
    height: 190px;
    width: 190px;
    color: #fff;
    border-radius: 100%;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
}
.q_title span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.8em;
    font-family: "游明朝体",'Yu Mincho','YuMincho','Noto Serif JP',serif;
    margin-top: -10px;
}
.q_text {
    display:table-cell;
    vertical-align:middle;
    font-family: "游明朝体",'Yu Mincho','YuMincho','Noto Serif JP',serif;
    font-weight: 900;
}
.question ul.list li:nth-child(1) .q_title {
    background-color: #f3759d;
}
.question ul.list li:nth-child(2) .q_title {
    background-color: #57c0df;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.question h2 {
    font-size: 4em;
    text-align: center;
    line-height: 1.1em;
    font-family: "游明朝体",'Yu Mincho','YuMincho','Noto Serif JP',serif;
}
.question h2 b {
    color: #00B12C;
    font-size: 22px;

}

.question h2 span {
    display: block;
    font-size: 45px;
    margin-bottom: 60px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}
.merit h2 {
font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-size: 2.7em;
    margin-bottom: 50px;
    font-weight: 900;
}
.center {
    text-align: center;
}
.happy .center img {
    max-width: 107px;
}
.happy {
    background-color: #eaf9ed;
}
.happy .inner {
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
}
.happy .inner p.center {
position: absolute;
top: -75px;
right: 0;
left: 0;
margin: auto;
}


.merit h2 span {
background-color: #e25e8c !important;
background-size: 50px 50px;
background-image: radial-gradient(circle 20px at 25% 25%,#e25e8c 50%,transparent 80%),radial-gradient(circle 30px at 75% 75%,#db3571 25%,transparent 80%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-family: 'M PLUS Rounded 1c',sans-serif !important;
font-size: 1.2em;
padding-right: 2px;
}
.merit .inner {
    max-width: 1100px;
margin-right: auto;
margin-left: auto;
padding-bottom: 100px;
}

p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: normal;
}
.question ul.list li:nth-child(3) .q_title {
    background-color: #e4a013;
}
.question ul.list li:nth-child(4) .q_title {
    background-color: #59cb59;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.question ul.list li:nth-child(5) .q_title {
    background-color: #e182ec;
}
.inner {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
}
.q_text p {
    font-weight: 500;
}


.merit .list {
    align-items: center;
    margin-bottom: 90px;
}


.merit .list li .merit_title {
    color: #000;
    border-color: #00B12C;
    font-weight: 900;
    font-size: 30px;
    line-height: 1.7em;
}
.merit .list li .merit_title strong {
        font-weight: 900;
        color: #00B12C;
        font-family: 'Noto Sans JP', sans-serif;
        font-size: 1.2em;
        padding-right: 3px;
padding-left: 3px;
      }


.merit_title {
    position: relative;
}



.merit .list:nth-child(3) {
    flex-direction: row-reverse;
}
.merit .list:nth-child(5) {
    flex-direction: row-reverse;
}
.merit ul.list li:nth-child(1)  {
    width: 35%;
}
.merit ul.list li:nth-child(2)  {
    width: 65%;
    padding-left: 70px;
}
.merit .list:nth-child(3) li:nth-child(2) {
    padding-right: 70px;
    padding-left: 0 !important;
}
.merit .list:nth-child(5) li:nth-child(2) {
    padding-right: 70px;
    padding-left: 0 !important;
}

.merit_title {
font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 2em;
    padding-bottom: 5px;
    margin-bottom: 25px;
    letter-spacing: 1px;
}
.merit_text p {
    font-size: 17px;
    margin-bottom: 15px;
}
.cv_text h2 b {
    font-size: 1.2em;
    padding-right: 2px;
    font-weight: 900;
    color: #00B12C;
}
.cv_text h2 {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
    font-size: 2.3em;
    line-height: 1.8em;
    font-weight: 900;
    margin-bottom: 20px;
  }
.green_back {
  background: #CDFBCD;
  border-radius: 5px;
  max-width: 120px;
  margin-bottom: 16px;
  text-align: center;
  font-weight: 900;
  color: #48CB69;
  padding: 12px;
  font-size: 18px;
}


.cv_text .cv_button div a {
    display: block;
    text-decoration: none;
    padding: 10px;
    font-size: 16px;
    color: #000;
font-family: 'Noto Sans JP', sans-serif;
}

.cv_text .cv_button div.line a {
    display: block;
    position: relative;
    border-radius: 74px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
    padding: 0 51px 2px 37px;
    max-width: 294px;
    background: #06c755 url(../image/LINE_APP_iOS.png) no-repeat right 25px center/35px auto;
    color: #fff;
    text-decoration: none;
    line-height: 72px;
    font-size: 20px;
    font-weight: 900;
    margin-top: 15px;
}
.line,.commit {
    display: inline-block;
    width: 49%;
}





.cv_text .cv_button .tel {
    width: 100%;
    margin-bottom: 10px;
}
.cv_text {
    max-width: 650px;
    width: 100%;
    margin: auto auto auto 0;
    text-align: center;
}

.cv {
margin: 0;
position: relative;
background: #eaf9ed;
}
.cv .inner {
    display: flex;
    justify-content: space-between;
}
.cv_img {
    width: 450px;
    height: 350px;
    margin: 0;
    overflow: hidden;
}
.cv_img img {
position: absolute;
bottom: 0px;
width: 450px;
height: auto;
margin-bottom: -3px;
}
.cv.top {
    color: #00B12C;
    background-color: #eaf9ed;
    padding-top: 70px;
    padding-bottom: 60px;
}
.cv.top .cv_text {
    max-width: 700px;
    margin: auto;
}

@keyframes bound{
    0% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    10% {
      -webkit-transform: translateY(-0.6em);
      transform: translateY(-0.6em);
    }
    15% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    19% {
      -webkit-transform: translateY(-0.2em);
      transform: translateY(-0.2em);
    }
    23% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    27% {
      -webkit-transform: translateY(-0.1em);
      transform: translateY(-0.1em);
    }
    30% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
    }
.cv.top .cv_text h3.bound {
    margin-bottom: 30px;
    font-weight: 800;
    animation: bound 3s ease infinite;
text-align: center;
font-size: 2.3em;
line-height: 1.3em;
}
.cv.top .cv_text h3 {
    margin-bottom: 30px;
    font-weight: 900;
text-align: center;
font-size: 2.3em;
line-height: 1.3em;
}
.service h3 span {
    display: block;
    font-size: 22px;
    margin-bottom: 50px;
font-family: 'Noto Sans JP', sans-serif;

}
.service h3 {
    font-size: 3em;
    text-align: center;
    line-height: 1.2em;
    font-weight: 900;
    color: #000;
    margin-bottom: 60px;
}

.cv.top.pt50 {
padding-top: 50px;
}
.cv.top.pb10 {
    padding-bottom: 10px;
}



.service {
    width: 100%;
    max-width: 1200px;
margin-right: auto;
margin-left: auto;
margin-bottom: 70px;
}
.service ul.list {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.service ul.list img {
    display: block;
    border-radius: 100%;
    width: 100%;
    margin-bottom: 15px;
    max-width: 180px;
    margin-right: auto;
    margin-left: auto;
}
.service ul.list li {
    text-align: center;
    margin-bottom: 25px;
    width: 20%;
}
.service ul.list li span.pc_only {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 1.2em;
}
.service h3 b {
    font-size: 22px;
    font-weight: 900;
    display: block;
    color: #00B12C;
  }



footer ul.list {
    margin-bottom: 0;
    padding-left: 40px;
    padding-top: 40px;
    flex-wrap: wrap;
}


.procedure {
    background-color: #fafafa;
}
.step {
    display: flex;
    justify-content: space-between;
}
.step_box {
    width: 28%;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.16);
    padding: 30px;
    position: relative;
}
.happy_title b {
    color: #00B12C;
    font-size: 1.4em;
    padding-right: 5px;
    line-height: 1.2em;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 900;
}
.first h2 b {
    color: #00B12C;
    font-weight: 900;
    font-size: 22px;
    display: block;
}
.first h2 {
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
font-size: 2.7em;
margin-bottom: 50px;
font-weight: 900;
line-height: 1.3em;
}
.first .inner {
    padding-top: 50px;
    padding-bottom: 80px;
}



.step_box img {
    width: 100%;
    max-width: 180px;
}
.step_img {
    text-align: center;
    background-image: url(../image/back1-2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.step .step_box:nth-child(2) .step_img {
    background-image: url(../image/back2-2.png);
}
.step .step_box:nth-child(3) .step_img {
    background-image: url(../image/back3-2.png);
}


.procedure {
    padding-top: 50px;
    padding-bottom: 100px;
}
.step_box > img {
    width: auto;
    max-width: 40px;
    position: absolute;
    right: -70px;
    margin: auto;
    top: 0;
    bottom: 0;
}




.step_title i {
margin-right: 3px;
color: #58ce76;
}
.step_title {
font-family: 'M PLUS Rounded 1c',sans-serif !important;
transform: rotate(.03deg) !important;
font-weight: 700;
font-size: 20px;
margin-top: 20px;
margin-bottom: 10px;
}

.procedure h2 {
    font-size: 3em;
    text-align: center;
    line-height: 1.3em;
    font-weight: 900;
    margin-bottom: 55px;
}
.procedure h2 b {
    color: #00B12C;
    font-weight: 900;
    font-size: 22px;
    display: block;
}
.procedure h2 span {
    display: block;
    font-size: 22px;
    margin-bottom: 50px;
font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
}
body .program_box .list li {
    width: 24%;
}
.program_box .list li img {
    max-width: 190px;
    width: auto;
}
.program_box .list {
    max-width: 1300px;
}
.problem {
    padding-bottom: 100px;
}


.human {
    text-align: center;
    background-image: url(../image/back1.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.program_box .list li:nth-child(2) .human {
    background-image: url(../image/back2.png);
}
.program_box .list li:nth-child(3) .human {
    background-image: url(../image/back3.png);
}
.program_box .list li:nth-child(4) .human {
    background-image: url(../image/back4.png);
}


.dialogue p {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
    z-index: 5;
    position: relative;
}
.dialogue {
    border: 3px solid;
    padding: 15px 5px;
    border-radius: 100px;
    position: relative;
}

  .box_white {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -10%;
    display: inline-block;
    text-align: center;
    z-index: 1;
  }
  .dialogue_box {
    position: relative;
  }
.problem_inner h2 {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 3em;
    letter-spacing: 2px;
    margin-bottom: 60px;
}
.program_box .list li .box_white img {
    transform: rotate(-45deg) !important;
    border-left: 3px solid;
    border-bottom: 3px solid;
    max-width: 20px;
}


.problem_inner h2 span {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.7em;
    padding-right: 10px;
    padding-left: 10px;
    display: inline-block;
    position: relative;
    transform: rotate(-15deg);
}
.dialogue_box {
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 10px;
}
.problem_inner h2 span::before {
    content: "";
    background-image: url(../image/water.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: -30px;
}
.merit_title {

}
.happy_title {
    text-align: center;
}
.happy_title span {
font-family: 'Noto Sans JP', sans-serif;
    font-size: 2em;
    font-weight: 700;
    position: relative;
    display: block;
}
.happy_title span f {
font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8em;
    display: flex;
    align-items: end;
    background: linear-gradient(transparent 85%, #ff6 85%);
}
.happy_title span f img {
    max-width: 32px;
    margin-left: 10px;
    margin-bottom: 0;
}




.happy .inner {
    min-height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    padding-top: 0;
padding-bottom: 0;
}
.merit {
    padding-top: 190px;
    background-image: url(../image/AdobeStock_573317952.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 100px;
}
.happy_img {
    position: absolute;
    bottom: 0;
    max-height: 300px;
    display: flex;
}
.happy_left {
    left: 0;
}
.happy_right {
    right: 0;
}
.happy_img img {
    max-height: 300px;
}
.merit h2 {
    font-size: 3em;
    text-align: center;
    line-height: 1.3em;
    font-weight: 900;
    margin-bottom: 55px;
}

.merit h2 b {
color: #00B12C;
font-weight: 900;
font-size: 22px;
display: block;
}
.merit h2 strong {
    font-size: 1.5em;
    color: #00B12C;
    padding-right: 5px;
    padding-left: 5px;
}



.cv_text .cv_button div.commit a {
    display: block;
    position: relative;
    border-radius: 74px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
    padding: 0 51px 2px 37px;
    max-width: 294px;
    background: #8e02bf url(../image/icon-button-arrow.png) no-repeat right 24px center/28px auto;
    color: #fff;
    text-decoration: none;
    line-height: 72px;
    font-size: 20px;
    font-weight: 900;
}
.cv_text .cv_button div.tel {
    background-color: #e25e8c !important;
    background-size: 50px 50px;
    background-image: radial-gradient(circle 20px at 25% 25%,#e25e8c 50%,transparent 80%),radial-gradient(circle 30px at 75% 75%,#db3571 25%,transparent 80%);
    border: none;
    padding: 2px;
}
.cv_text .cv_button div.tel a {
    padding: 5px;
}

.cv_text .cv_button div.tel a span {
    -webkit-text-fill-color: #e25e8c;
font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    font-weight: 500;
    padding-left: 0;
    display: flex;
    font-weight: 600;
    justify-content: center;
    align-items: center;
}
.cv_text .cv_button div.tel a span::before {
    background-image: url(../image/tel2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 5px center;
    content: "";
    width: 35px;
    display: inline-block;
    height: 35px;
    margin-right: 5px;
}

.cv_text .cv_button div.tel a {
background-color: #ffffff !important;
border-radius: 5px;
}
.qa .q {
font-family: 'Noto Sans JP', sans-serif;
}
.qa .a {
    font-family: 'M PLUS Rounded 1c',sans-serif !important;
transform: rotate(.03deg) !important;
}
footer {
    color: #fff;
    background-color: #00B12C;
    padding-top: 50px;
    padding-bottom: 20px;
}
footer a {
    color: #fff;
}
.copyright {
    transition: none;
    text-align: center;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
}


.footer_box {
    display: flex;
    margin-top: 35px;
}
.footer_box .footer_img {
    width: 40%;
    text-align: center;
}
.footer_box .footer_list {
    width: 60%;
}
.footer_title img {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
    margin-bottom: 10px;
}
.footer_title {
    text-align: center;
}
footer a img {
    margin-right: 25px;
    max-width: 40px;
}
.footer_list li {
    width: 48%;
    margin-bottom: 25px;
    font-size: 17px;
}
.footer_img img {
    max-width: 100%;
}
.telnumber {
    font-size: 2.5em;
    text-align: right;
    font-weight: 900;

}
.telnumber span {
    font-size: .7em;
    display: inline-block;
    margin-right: 10px;
}
.business_hours {
    text-align: right;
    font-weight: 700;
    font-size: 1.1em;
}
footer .table {
    margin-top: 30px;
}
.fixed_box {
    position: fixed;
    bottom: 0;
    right: 0;
    max-width: 100px;
}
.fixed_box img {
    max-width: 100%;
}



.document {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.16);
    padding: 0;
    position: relative;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    overflow: hidden;
}
.document_title {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 2.2em;
    margin-top: 0;
    margin-bottom: 25px;
    padding-bottom: 15px;
    background-color: #00B12C;
    color: #fff;
    padding-top: 15px;
}
.main-image {
    max-width: 100%;
}
.main-image img {
    max-width: 100%;
}
.problem {
    padding-top: 70px;
}
.merit_title span {
    font-weight: 900;
    font-size: 2em;
    line-height: .8em;
    letter-spacing: -2px;
    opacity: .5;
    display: block;
    margin-bottom: 20px;
    color: #00B12C;
}
.global.rogo li {
    width: 100%;
    max-width: 100%;
    padding-bottom: 15px;
}
.global.rogo li img {
    max-width: 280px;
}



.document ul.list {
flex-wrap: wrap;
justify-content: space-evenly;
}
.document .list li {
    width: 15%;
    text-align: left;
    margin-bottom: 20px;
    font-family: 'M PLUS Rounded 1c',sans-serif !important;
transform: rotate(.03deg) !important;
font-weight: 400;
}
.document .list li img {
    display: block;
    width: 100%;
    max-width: 190px;
    margin-right: auto;
    margin-left: auto;
}
.global {
    display: flex;
    max-width: 33.33333%;
    padding: 0;
    margin-right: auto;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-bottom: 0;
}
.global li {
    max-width: 33.33333%;
    list-style: none;
    width: 100%;
    text-align: center;
}
.header {
    display: flex;
    max-width: 1300px;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
header {
    padding-top: 10px;
    padding-bottom: 0;
}
.global li a {
    text-decoration: none;
    font-weight: 900;
    font-size: 1.3em;
    color: #000;
    font-weight: 500;
}
.step .step_box .step_number {
    font-weight: 800;
    font-size: 2em;
    text-align: center;
    padding-top: 0;
font-family: 'Noto Sans JP', sans-serif;
}
.first {
    background-color: #FAFAFA;
}
.first ul.list li {
    width: 30%;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    border: 1px solid #F1F1F1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}
.first_answer {
    font-size: 1.6em;
    color: #000;
    margin-bottom: 15px;
    margin-top: 15px;
    font-weight: 700;
}
.first_answer b {
color: #00B12C;
font-weight: 900;
}
.first_worries {
    display: none;
}
.rate_line.big  {
    font-size: 1.6em;
    font-weight: 900;
    color: #686868;
}
.rate_line.green  {
    font-size: 2em;
    font-weight: 900;
    color: #00B12C;
}
.rate_line b {
    font-weight: 900;
    font-size: 1.8em;
}
.rate_line b span {
    font-size: .5em;
    padding-right: 3px;
    padding-left: 3px;
}
.rate {
    padding-top: 70px;
    border: 1px solid #F1F1F1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0;
    border-radius: 30px;
}
.rate .inner {
    padding-bottom: 50px;
}



.rate_box {
    display: flex;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 1px solid #686868;
}
.rate_line {
    width: 25%;
}
.rate_line img {
    max-width: 100px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.rate .inner {
    max-width: 860px;
}

.rate h2 b {
    color: #00B12C;
    font-weight: 900;
    font-size: 22px;
    display: block;
}
.rate h2 {
    font-size: 3em;
    text-align: center;
    line-height: 1.3em;
    font-weight: 900;
    margin-bottom: 55px;
}

.rate_title {
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #00B12C;
    color: #fff;
    text-align: center;
    border-radius: 74px;
    padding: 0 51px 2px 37px;
    font-weight: 900;
    line-height: 50px;
    font-size: 1.5em;
    margin-bottom: 15px;
}
.rate h3 {
    font-size: 2em;
    font-weight: 500;
    line-height: 1.8em;
    margin-top: 40px;
}

.first_text {
font-size: 16px;
font-weight: 500;
}

.first_worries {
    font-weight: 900;
    font-size: 1.5em;
}
.first_img img {
    max-width: 180px;
    width: 100%;
}
.first_img {
    text-align: center;
}
.first_worries {
    margin-bottom: 20px;
}
.first ul.list {
    align-items: stretch;
}


.step .step_box .step_number {
    color: #00B12C;
}
.attention img {
    max-width: 25px;
    display: inline-block;
    margin-right: 10px;
}
.merit_text p.attention {
    display: flex;
    align-items: end;
    margin-bottom: 10px;
    font-weight: 700;
    color: #00B12C;
}
.merit_attention {
    margin-top: 50px;
}

* {
font-family: 'Noto Sans JP', sans-serif;
}

.cv_text h3.line_b {
font-family: 'Noto Sans JP', sans-serif;
    font-size: 22px;
    text-align: center;
    margin-bottom: 30px;
    background: linear-gradient(transparent 75%, #ff6 75%);
    display: inline-block;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-weight: 700;
}
.qa .q {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.5em;
    padding-left: 50px;
    margin-bottom: 20px;
    position: relative;
}
.qa .a {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.1em;
    padding-left: 50px;
    margin-bottom: 0;
    position: relative;
}
.qa .q::before {
    content: "?";
    color: #00B12C;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: 700;
    border-radius: 100%;
    font-size: 1.3em;
    background-color: #CDFBCD;
}
.qa_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
}
.qa {
    width: 49%;
    background-color: #fff;
}


.qa .a::before {
    background-color: #e4a013;
    content: "!";
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-weight: 700;
    border-radius: 100%;
    font-size: 1.3em;
}
.qa {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    border: 1px solid #F1F1F1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}
.question ul.list {
    margin-bottom: 60px;
    display: none;
}
body .ip_only .logo {
    max-width: 250px;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.red_thanks {
    color: red;
    display: block;
    margin-bottom: 10px;
}
.container-fluid.BoxArea h2 {
    font-weight: 800;
    font-size: 2.5em;
}
.subPage {
    margin-top: 15px;
}
.BoxArea {
    padding: 1vw 0;
  }
  body .btn-success.focus,body .btn-success:focus {
    background: #8e02bf url(../image/icon-button-arrow.png) no-repeat right 24px center/28px auto;
  }



@media only screen and (max-width:900px){
    .row {
        display: block;
    }

    .subPage {
        margin-top: 10px;
      }
      .BoxArea {
        padding: 2vw 0;
      }
      body .form {
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 15px;
        padding-left: 15px;
      }
      .container-fluid.BoxArea {
        padding-right: 5px;
        padding-left: 5px;
      }
      .panel-body {
        padding: 0;
      }
      body .container-fluid .subPage {
        padding-right: 0;
        padding-left: 0;
      }
    .container-fluid.BoxArea h2 {
        line-height: 1.5em;
        font-weight: 800;
        font-size: 2em;
    }

      body .form .inner {
      border-radius: 5px;
    }
      body .form .inner {
        padding: 20px;
      }
      body .form .inner table th {
        font-size: 1em;
      }
      body .form .inner table td {
        font-size: 1em;
      }
      body .footer_img img {
        max-width: 250px;
        display: block;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 10px;
      }

    .panel-body > p {
        font-size: 16px;
      }
      body .back_a {
        padding-top: 30px;
        padding-bottom: 20px;
      }
    .cv.top .cv_text h3.bound {
        font-size: 1.7em;
    }
    .cv_text .cv_button div {
        width: 100%;
        margin-bottom: 10px;
    }
    .cv_text .cv_button {
        width: 95%;
        margin-right: auto;
        margin-left: auto;
        max-width: 700px;
    }
    .problem_inner h2 {
        font-size: 2.5em;
        line-height: 1.5em;

    }
    .problem_inner h2 span {
        font-size: 1.3em;
        padding-right: 5px;
        padding-left: 5px;
    }
    .problem_inner h2 span::before {
        width: 25px;
        height: 25px;
        top: 0;
        right: -20px;
    }
    .program_box .list li {
        width: 50%;
        margin-bottom: 40px;
      }
      ul.list {
        flex-wrap: wrap;
      }
      .dialogue p {
        font-size: 15px;
      }
      .dialogue {
        border-radius: 40px;
      }
      .box_white {
        bottom: -12%;
      }
      .human {
        max-width: 150px;
        margin-right: auto;
        margin-left: auto;
      }
      .program_box .list li img {
        width: 100%;

      }
      .happy .inner {
        display: block;
        padding-right: 15px;
padding-left: 15px;
      }
      .happy_img.happy_left {
        margin-top: 30px;
      }
      .happy_img.happy_right {
        margin-top: 30px;
      }
      .happy_img.happy_right img,.happy_img.happy_left img {
      max-width: 100px;
      }
      .happy_title span {
        font-size: 20px;
        padding-top: 50px;
padding-bottom: 180px;
      }
      .happy_title span f {
        justify-content: center;
        padding-top: 15px;
        font-size: 1.5em;  
    }
      .merit {
        padding-top: 40px;
        border-top: 3px solid #00B12C;
      }
      .merit .inner {
        padding-bottom: 10px;
      }
      body .rate {
        max-width: 100%;
        border-radius: 0;
        padding-top: 30px;
        padding-right: 10px;
        padding-left: 10px;
      }
      body .merit {
        padding-bottom: 0;
      }
      html body .formTitle {
        display: block;
        width: 100%;
      }
      html body .col-md-9 {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
      }
      body .red-a {
        color: #fc2929;
        float: none;
      }
      .merit .rate h2 {
        font-size: 2.5em;
        line-height: 1.5em;
      }
      .rate_title {
        line-height: 40px;
        font-size: 1.1em;
        margin-bottom: 15px;
      }
      .rate_line.big {
        font-size: 1.3em;
      }
      .rate_line.green {
        font-size: 1em;
      }

      .rate_line.big {
        font-size: 1em;
      }
      .rate_box {
        align-items: center;
      }
      .rate h3 {
        font-size: 1.2em;
        font-weight: 500;
        line-height: 2em;
        margin-top: 40px;
      }
      .cv_text {
        padding-top: 30px;
        padding-bottom: 30px;
      }
.cv_text h2 {
    margin-bottom: 30px;
}
.cv_text .cv_button div.line a {
    line-height: 60px;
}
.cv_text .cv_button div.commit a {
    line-height: 60px;
}
.procedure h2 {
    font-size: 2em;
    text-align: center;
    line-height: 1.6em;
}
.step {
    display: block;
    padding-right: 15px;
padding-left: 15px;
}
.step_box {
    width: 100%;
    margin-bottom: 80px;
}
.step_box > img {
right: 0;
left: 0;
bottom: -90px;
top: 100%;
max-width: 30px;
transform: rotate(90deg);
}
.document {
    max-width: 92%;
}
.document_title {
    font-size: 1.5em;
}
.document .list li {
    width: 48% !important;
}
.document ul.list {
    flex-wrap: wrap;
    justify-content: space-between;
}
.service h3 {
    font-size: 1.8em;
    text-align: center;
    line-height: 1.5em;
}
.service ul.list li {
    width: 45% !important;
}
.service ul.list {
    justify-content: space-between;
}
.question h2 span {
    display: block;
    font-size: 35px;
}
.question h2 {
    font-size: 3em;
}
.question {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #FAFAFA;
    padding-right: 15px;
    padding-left: 15px;
}
.qa_box {
    display: block;
}
.qa {
    width: 100%;
}
.qa .q {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    padding-left: 40px;
}
.qa .q::before {
    content: "?";
    color: #00B12C;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    border-radius: 100%;
    font-size: 1em;
    background-color: #CDFBCD;
}
.qa .a::before {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
    border-radius: 100%;
    font-size: 1em;
}
.qa .a {
    padding-left: 40px;
}
.footer_title img {
    width: 100%;
}
.footer_box {
    display: block;
}
.footer_box .footer_img {
    width: 100%;
    margin-bottom: 30px;
}
.footer_box {
    margin-top: 0;
}
footer .table {
    margin-top: 10px;
  }

.footer_box .footer_list {
    width: 100%;
  }
  footer ul.list {
    padding-top: 20px;
  }
  footer {
    padding-top: 30px;
    padding-right: 15px;
padding-left: 15px;
  }
  .telnumber {
    text-align: center;
  }
  .business_hours {
    text-align: center;
    font-weight: 700;
    font-size: 1.1em;
    margin-top: 10px;
  }
  footer ul.list {
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    flex-wrap: wrap;
    padding-right: 0;
    max-width: 85%;
  }



      .dialogue {
        border: 2px solid;
        max-width: 80%;
margin-right: auto;
margin-left: auto;
      }
      .program_box .list li .box_white img {
        border-left: 2px solid;
        border-bottom: 2px solid;
      }
      .merit h2 {
        line-height: 1.3em;
      }
      .merit ul.list li:nth-child(2) {
        width: 100%;
        padding-left: 15px;
      }



      .merit_title {
        font-size: 1.5em;
        text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
        margin-bottom: 10px;
      }
      .merit ul.list li {
        padding-right: 15px;
        padding-left: 15px;
    }
    .merit_title span {
        z-index: -1;
    }
    .merit ul.list li .merit_img img {
        max-width: 270px;
        width: 100%;
      }
      .merit .list:nth-child(3) li:nth-child(2) {
        padding-left: 15px !important;
        padding-right: 15px;
      }
      .merit .list li .merit_title {
        font-size: 20px;
    }
    .merit h2 b {
        font-size: 17px;
    }
    .merit .list {
        margin-bottom: 0;
    }
    .merit_title span {
        margin-bottom: 10px;
    }
    .merit_text p.attention {
        align-items: center;
    }
    .merit ul.list li .merit_img {
        margin-bottom: 20px;
    }
}
    @media only screen and (max-width:900px){
.first h2 {
    font-size: 2em;
}
html body .first h2 b {
    font-size: 17px !important;
}
ul.list li {
    width: 100% !important;
    margin-bottom: 20px;
}
ul.list {
    padding-right: 15px;
    padding-left: 15px;
}
.cv_img {
    display: none;
}
.cv_text .cv_button div a {
    margin-right: auto;
    margin-left: auto;
}
.cv_text {
    padding-right: 15px;
    padding-left: 15px;
}
.cv_text .cv_button div.commit a {
    font-size: 17px;
}
.cv_text .cv_button div.line a {
    font-size: 17px;
}
.green_back {
    padding: 7px;
    font-size: 14px;
}

.cv_text h2 { 
font-size: 1.6em;
text-align: center;
}
.cv_text h2 b {
    font-size: 1em;
}
.global li {
    margin-bottom: 10px;
}
.ip_only .logo {
    margin-bottom: 10px;
}
.fixed_box {
    max-width: 80px;
}
header {
    padding-top: 0;
}



}



.ip_only .logo {
    max-width: 280px;
    margin-right: auto;
    margin-left: auto;
}
.ip_only .global {
    max-width: 100%;
    font-size: 11px;
}
.footer_img img {
    max-width: 350px;
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.footer_box .footer_img {
    font-size: 15px;
}
.form {
    background-color: #FAFAFA;
    padding-top: 100px;
    padding-bottom: 100px;
}
.form .inner {
    padding: 50px;
    background-color: #fff;
    border: 1px solid #F1F1F1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    max-width: 920px;
}
.btn-success:hover {
    display: block;
    position: relative;
    border-radius: 74px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
    padding: 0 51px 2px 37px;
    max-width: 294px;
    background: #8e02bf url(../image/icon-button-arrow.png) no-repeat right 24px center/28px auto;
    color: #fff;
    text-decoration: none;
    line-height: 72px;
    font-size: 20px;
    font-weight: 900;
    border: none;
  }
  .btn-success {
    display: block;
    position: relative;
    border-radius: 74px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
    padding: 0 51px 2px 37px;
    max-width: 294px;
    background: #8e02bf url(../image/icon-button-arrow.png) no-repeat right 24px center/28px auto;
    color: #fff;
    text-decoration: none;
    line-height: 72px;
    font-size: 20px;
    font-weight: 900;
    margin-right: auto;
margin-left: auto;
border: none !important;
  }
  .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    background: #8e02bf url(../image/icon-button-arrow.png) no-repeat right 24px center/28px auto;
  }


  .form .inner h2 {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 800;
    margin-bottom: 40px;
    font-size: 2em;
    margin-top: 25px;
  }
  .red-a {
    color: #fc2929;
    float: right;
  }
  body .col-md-3 {
    width: 30%;
  }
  .formTitle {
    height: 50px;
    line-height: 50px;
    padding-right: 0;
    padding-left: 0;
  }
  body .col-md-9 {
    width: 70%;
  }
  input[type="text"], input[type="tel"], input[type="email"], select.form-control, input[type="date"], input[type="number"], .form-control {
    width: 100%;
    padding: 0 12px;
    font-size: 18px;
    font-weight: 400;
    line-height: 50px;
    letter-spacing: .1em;
    background: #f2f1f1;
    height: 50px;
    line-height: 50px;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .hyouTitle2 {
    padding: 10px 10px;
    color: #FFF;
    background-color: #000;
    font-weight: normal;
    font-size: 16px;
    text-align: right;
  }
  .row.hyoumar {
    margin-bottom: 0;
  }


.form .inner table {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;

}
.form .inner table td {
    padding: 10px;
font-size: 1.2em;
border: 1px solid #ccc;
}
.form .inner table th {
    padding: 10px;
    font-size: 1.3em;
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}
.back_a a {
    display: block;
    position: relative;
    border-radius: 74px;
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
    padding: 0 51px 2px 37px;
    max-width: 294px;
    background: #8e02bf url(../image/icon-button-arrow.png) no-repeat right 24px center/28px auto;
    color: #fff;
    text-decoration: none;
    line-height: 72px;
    font-size: 20px;
    font-weight: 900;
    margin-right: auto;
margin-left: auto;
text-align: center;
}
.back_a {
    padding-top: 40px;
}