@charset  "UTF-8";

/* ------------------------------------------
	top.css
------------------------------------------- */



/* メインビジュアル
----------------------------------------- */
#page-top .mainvisual{
    color: #fff;
    margin-top: 80px;
}
#page-top .mainvisual .w_inner{
    width: 1300px;
    background: url(../img/family.png) no-repeat bottom 100px right;
    background-size: 740px;
    padding: 6em 0 12em 0;
}
#page-top .mainvisual .catch{
    width: 530px;
}
#page-top .mainvisual .catch img{
    width: 100%;
}
#page-top .mainvisual .main_txt{
    font-size: 23px;
    margin: 40px 0;
}
@media screen and (max-width: 1380px){

    #page-top .mainvisual .w_inner{
        width: 100%;
        background: url(../img/family.png) no-repeat bottom 30% right 35px;
        background-size: 660px;
        padding: 5em 40px 12em 40px;
    }
    #page-top .mainvisual .catch{
        width: 450px;
    }
    #page-top .mainvisual .main_txt{
        font-size: 20px;
        margin: 30px 0;
    }
    
}
@media screen and (max-width: 1230px){

    #page-top .mainvisual .w_inner{
        background: url(../img/family.png) no-repeat bottom 40% right 30px;
        background-size: 580px;
        padding: 4em 40px 12em 40px;
    }
    #page-top .mainvisual .catch{
        width: 400px;
    }
    #page-top .mainvisual .main_txt{
        font-size: 18px;
    }
    
}
@media screen and (max-width: 1100px){

    #page-top .mainvisual .w_inner{
        background: url(../img/family.png) no-repeat bottom 50% right 25px;
        background-size: 520px;
        padding: 4em 40px 12em 40px;
    }
    #page-top .mainvisual .catch{
        width: 370px;
    }
    #page-top .mainvisual .main_txt{
        font-size: 17px;
    }
    
}
@media screen and (max-width: 960px){

    #page-top .mainvisual .w_inner{
        background: url(../img/family.png) no-repeat bottom 50% right 5px;
        background-size: 480px;
        padding: 5em 40px 11em 40px;
    }
    #page-top .mainvisual .catch{
        width: 340px;
    }
    #page-top .mainvisual .main_txt{
        font-size: 16px;
    }
    
}
@media screen and (max-width: 900px){

    #page-top .mainvisual .w_inner{
        background: url(../img/family.png) no-repeat bottom 50% right 5px;
        background-size: 400px;
    }
    #page-top .mainvisual .catch{
        width: 320px;
    }
    #page-top .mainvisual .main_txt{
        font-size: 16px;
    }
    
}
@media screen and (max-width: 820px){

    #page-top .mainvisual .w_inner{
        background: url(../img/family.png) no-repeat bottom 5% right 10px;
        background-size: 450px;
        padding: 4em 30px 300px 30px;
    }
    #page-top .mainvisual .catch{
        width: 300px;
    }
    #page-top .mainvisual .main_txt{
        font-size: 16px;
        margin: 20px 0;
    }
}
@media screen and (max-width: 667px){

    #page-top .mainvisual{
        margin-top: 112px;
    }

    #page-top .mainvisual .w_inner{
        background: url(../img/family.png) no-repeat bottom -3% right -1%;
        background-size: 450px;
        padding: 60px 20px 330px 20px;
    }
    #page-top .mainvisual .catch{
        width: 58%;
    }
    #page-top .mainvisual .main_txt{
        font-size: 14px;
        margin: 5px 0 15px 0;
    }

}
@media screen and (max-width: 450px){

    #page-top .mainvisual{
        margin-top: 112px;
    }

    #page-top .mainvisual .w_inner{
        background: url(../img/family.png) no-repeat bottom 3% right -1%;
        background-size: 350px;
        padding: 50px 20px 280px 20px;
    }
    #page-top .mainvisual .catch{
        width: 58%;
    }
    #page-top .mainvisual .main_txt{
        font-size: 14px;
        margin: 5px 0 15px 0;
    }

}
@media screen and (max-width: 320px){

    #page-top .mainvisual .w_inner{
        background: url(../img/family.png) no-repeat bottom -3% right -1%;
        background-size: 280px;
        padding: 40px 20px 200px 20px;
    }

}





/* こんなお悩みはありませんか？
----------------------------------------- */
#page-top .trouble{
    width: 1100px;
    border: 3px solid #006ebb;
    border-radius: 15px;
    margin: -50px auto 0 auto;
    padding: 50px 60px 40px 80px;
    z-index: 10;
    background: #fff;
    display: block;
}
#page-top .trouble .w_inner{
    width: 100%;
}
#page-top .trouble .tro_left{
    float: left;
}
#page-top .trouble .tro_left img{
    width: 350px;
}
#page-top .trouble .tro_right{
    float: right;
}
#page-top .trouble .tro_right ul{
    color: #006ebb;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 10px 0 0 0;
}
#page-top .trouble .tro_right ul li{
    background: url(../img/square.png) no-repeat top 14px left;
    background-size: 24px;
    margin: 0 0 5px 0;
    padding: 0 0 0 36px;
}
@media screen and (max-width: 1160px){

    #page-top .trouble{
        width: 90%;
        padding: 50px 50px 20px 50px;
        display: block;
    }
    #page-top .trouble .w_inner{
        width: 100%;
    }
    #page-top .trouble .tro_left img{
        width: 330px;
    }
    #page-top .trouble .tro_right ul{
        font-size: 21px;
        margin: 10px 0 0 0;
    }
    #page-top .trouble .tro_right ul li{
        background: url(../img/square.png) no-repeat top 14px left;
        background-size: 20px;
        margin: 0 0 5px 0;
        padding: 0 0 0 30px;
    }

}
@media screen and (max-width: 980px){

    #page-top .trouble{
        width: 90%;
        padding: 30px 40px 20px 40px;
        display: block;
    }
    #page-top .trouble .w_inner{
        width: 100%;
    }
    #page-top .trouble .tro_left img{
        width: 280px;
    }
    #page-top .trouble .tro_right ul{
        font-size: 20px;
        margin: -5px 0 0 0;
    }
    #page-top .trouble .tro_right ul li{
        background: url(../img/square.png) no-repeat top 10px left;
        background-size: 20px;
        margin: 0 0 5px 0;
        padding: 0 0 0 30px;
    }

}
@media screen and (max-width: 900px){

    #page-top .trouble{
        width: 90%;
        padding: 30px 40px 20px 40px;
        display: block;
    }
    #page-top .trouble .w_inner{
        width: 100%;
    }
    #page-top .trouble .tro_left img{
        width: 250px;
    }
    #page-top .trouble .tro_right ul{
        font-size: 18px;
        margin: -5px 0 0 0;
    }
    #page-top .trouble .tro_right ul li{
        background: url(../img/square.png) no-repeat top 10px left;
        background-size: 20px;
        margin: 0 0 5px 0;
        padding: 0 0 0 30px;
    }

}
@media screen and (max-width: 820px){

    #page-top .trouble{
        width: 90%;
        padding: 30px 40px 20px 40px;
        display: block;
    }
    #page-top .trouble .w_inner{
        width: 100%;
    }
    #page-top .trouble .tro_left img{
        width: 250px;
    }
    #page-top .trouble .tro_right ul{
        font-size: 15px;
        margin: 0 0 0 0;
    }
    #page-top .trouble .tro_right ul li{
        background: url(../img/square.png) no-repeat top 7px left;
        background-size: 20px;
        margin: 0 0 5px 0;
        padding: 0 0 0 30px;
    }

}
@media screen and (max-width: 760px){

    #page-top .trouble{
        width: 90%;
        padding: 30px 20px 20px 20px;
        display: block;
    }
    #page-top .trouble .w_inner{
        width: 100%;
    }
    #page-top .trouble .tro_left img{
        width: 220px;
    }
    #page-top .trouble .tro_right ul{
        font-size: 14px;
        margin: 0 0 0 0;
    }
    #page-top .trouble .tro_right ul li{
        background: url(../img/square.png) no-repeat top 7px left;
        background-size: 20px;
        margin: 0 0 5px 0;
        padding: 0 0 0 30px;
    }

}
@media screen and (max-width: 667px){

    #page-top .trouble{
        width: 80%;
        text-align: center;
        margin: -15px auto 40px auto;
        padding: 0;
    }
    #page-top .trouble .w_inner{
        width: 100%;
        padding: 30px 20px;
    }
    #page-top .trouble .tro_left{
        width: 100%;
        display: block;
        float: none;
    }
    #page-top .trouble .tro_left img{
        width: 300px;
        margin: 0 auto;
    }
    #page-top .trouble .tro_right{
        width: 100%;
        display: block;
        float: none;
        margin: 0 auto 0 30px;
    }
    #page-top .trouble .tro_right ul{
        font-size: 15px;
        margin: 0 0 0 0;
        text-align: left;
    }
    #page-top .trouble .tro_right ul li{
        background: url(../img/square.png) no-repeat top 7px left;
        background-size: 18px;
        margin: 0 0 5px 0;
        padding: 0 0 0 23px;
    }

}
@media screen and (max-width: 520px){

    #page-top .trouble{
        width: 90%;
        text-align: center;
        margin: -25px auto 40px auto;
        padding: 0;
    }
    #page-top .trouble .w_inner{
        width: 100%;
        padding: 20px 5px 30px 20px;
    }
    #page-top .trouble .tro_left{
        width: 100%;
        display: block;
        float: none;
    }
    #page-top .trouble .tro_left img{
        width: 90%;
        margin: 0 auto;
    }
    #page-top .trouble .tro_right{
        margin: 0 auto;
    }
    #page-top .trouble .tro_right ul{
        font-size: 14px;
    }
    #page-top .trouble .tro_right ul li{
        background: url(../img/square.png) no-repeat top 7px left;
        background-size: 18px;
        margin: 0 0 3px 0;
        padding: 0 0 0 23px;
    }

}



/* まずはご自分の“ステージ”を把握しましょう
----------------------------------------- */
#page-top .stage{
    text-align: center;
    background: #dae3e8;
    margin: 80px 0 0 0;
    padding: 80px 0;
}
#page-top .stage .w_inner{
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}
#page-top .stage .head_title{
    color: #006ebb;
    margin: 0 0 100px 0;
}
#page-top .stage .head_title h2{
    font-size: 45px;
    font-family: "KiwiMaru-Medium";
}
#page-top .stage .head_txt{
    font-size: 22px;
}


#page-top .stage_area{
    width: 100%;
    display: flex;
    justify-content:space-between;
    margin: 40px 0;
}
#page-top .badge{
    width: 130px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2em;
    background: #006ebb;
    border: 5px solid #f6f6f6;
    border-radius: 160px;
    padding: 3px 5px;
    margin: -14px auto 0 auto;
}
#page-top .stage_area .wh_box{
    width: 31%;
    border: 5px solid #f6f6f6;
    border-radius: 10px;
    background: #fff;
    padding: 0 0 40px 0;
}
#page-top .stage_title{
    color: #006ebb;
    font-size: 38px;
    font-family: "KiwiMaru-Medium";
    margin: 20px 0 30px 0;
}
#page-top .dot_list{
    font-size: 24px;
    border-bottom: 3px dotted #e2e2e2;
}
#page-top .dot_list li{
    border-top: 3px dotted #e2e2e2;
    padding: 15px 0;
}
@media screen and (max-width: 1160px){

    
    #page-top .stage .w_inner{
        padding-left: 10px;
        padding-right: 10px;
    }
    #page-top .stage .head_title{
        margin: 0 0 70px 0;
    }
    #page-top .stage .head_title h2{
        font-size: 34px;
    }
    #page-top .stage .head_txt{
        font-size: 20px;
    }
    
    #page-top .stage_area{
        padding: 0 40px;
    }
    #page-top .badge{
        padding: 3px 5px;
        margin: -18px auto 0 auto;
    }
    #page-top .stage_area .wh_box{
        width: 31%;
        border: 5px solid #f6f6f6;
        border-radius: 10px;
        background: #fff;
        padding: 0 0 40px 0;
    }
    #page-top .stage_title{
        font-size: 30px;
        margin: 15px 0 25px 0;
    }
    #page-top .dot_list{
        font-size: 18px;
        border-bottom: 3px dotted #e2e2e2;
    }
    #page-top .dot_list li{
        border-top: 3px dotted #e2e2e2;
        padding: 10px 0;
    }

}
@media screen and (max-width: 667px){

    #page-top .stage{
        margin: 0;
        padding: 40px 20px;
    }
    #page-top .stage .head_title{
        margin: 0 0 40px 0;
    }
    #page-top .stage .head_title h2{
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4em;
        margin-bottom: 10px;
    }
    #page-top .stage .head_txt{
        font-size: 14px;
        line-height: 1.5em;
        margin-bottom: 20px;
    }
    
    
    #page-top .stage_area{
        width: 100%;
        display: inherit;
        justify-content: inherit;
        margin: 0;
    }
    #page-top .badge{
        width: 100px;
        font-size: 12px;
        letter-spacing: 0.1em;
        border: 3px solid #f6f6f6;
        padding: 3px 5px;
        margin: -18px auto 0 auto;
    }
    #page-top .stage_area .wh_box{
        width: 100%;
        border: 3px solid #f6f6f6;
        border-radius: 10px;
        margin: 0 0 40px 0;
        padding: 0 0 20px 0;
    }
    #page-top .stage_area .wh_box:last-of-type{
        margin: 0;
    }
    #page-top .stage_title{
        font-size: 20px;
        margin: 5px 0 10px 0;
    }
    #page-top .dot_list{
        font-size: 15px;
        border-bottom: 2px dotted #e2e2e2;
    }
    #page-top .dot_list li{
        border-top: 2px dotted #e2e2e2;
        padding: 10px 0;
    }

}



/*  お問合せからサービスの提供までの流れ
----------------------------------------- */
#page-top .flow{
    text-align: center;
    padding: 80px 0;
}
#page-top .flow .w_inner{
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}
#page-top .flow .head_title{
    color: #006ebb;
    margin: 0 0 100px 0;
}
#page-top .flow .head_title h2{
    font-size: 45px;
    font-family: "KiwiMaru-Medium";
}
#page-top .flow .head_txt{
    font-size: 22px;
}
#page-top .flow_area .step{
}
#page-top .flow_area .step img{
    width: 1100px;
}
#page-top .flow_area ul{
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 40px;
    display: flex;
    justify-content:space-between;
}
#page-top .flow_area ul li{
    text-align: left;
    width: 24%;
    font-size: 20px;
    font-family: "KiwiMaru-Medium";
}
@media screen and (max-width: 1160px){
    
    #page-top .flow .w_inner{
        padding-left: 10px;
        padding-right: 10px;
    }
    #page-top .flow .head_title{
        margin: 0 0 70px 0;
    }
    #page-top .flow .head_title h2{
        font-size: 34px;
    }
    #page-top .flow .head_txt{
        font-size: 20px;
    }

    #page-top .flow_area .step img{
        width: 80%;
    }
    #page-top .flow_area ul{
        width: 100%;
        margin: 0 auto;
        padding: 0 0 0 40px;
    }
    #page-top .flow_area ul li{
        width: 28%;
        font-size: 18px;
    }

}
@media screen and (max-width: 667px){

    #page-top .flow{
        padding: 40px 20px;
    }
    #page-top .flow .head_title{
        margin: 0 0 20px 0;
    }
    #page-top .flow .head_title h2{
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4em;
        margin-bottom: 10px;
    }
    #page-top .flow .head_txt{
        font-size: 14px;
        line-height: 1.5em;
        margin-bottom: 40px;
    }
    #page-top .flow_area{
        text-align: center;
    }
    #page-top .flow_area .step img{
        display: none;
    }
    #page-top .flow_area ul{
        width: 100%;
        margin: 0 auto;
        padding: 0;
        display: inherit;
        justify-content: inherit;
    }
    #page-top .flow_area ul li{
        width: 100%;
        display: block;
        font-size: 14px;
        margin: 20px auto 40px auto;
        padding-top: 55px;
        position: relative;
    }
    #page-top .flow_area .step_icon{
        font-size: 14px;
        padding: 4px 10px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    #page-top .flow_txt{
        text-align: center;
    }

}



/*  専門のプロがフルサポート
----------------------------------------- */
#page-top .support{
    color: #fff;
    text-align: center;
    padding: 80px 0;
}
#page-top .support .head_title{
    margin: 0 0 60px 0;
}
#page-top .support .head_title h2{
    font-size: 45px;
    font-family: "KiwiMaru-Medium";
}
#page-top .support .head_txt{
    font-size: 22px;
}
#page-top .support ul{
    width: 100%;
    font-size: 22px;
    font-family: "KiwiMaru-Medium";
    letter-spacing: 0.1em;
    padding: 0 100px;
}
#page-top .support ul li{
    width: 20%;
    margin: 0 0 20px 0;
    padding: 15px;
    float: left;
}
#page-top .support ul li img{
    width: 100%;
}
@media screen and (max-width: 1160px){

    #page-top .support .head_title{
        margin: 0 0 60px 0;
    }
    #page-top .support .head_title h2{
        font-size: 34px;
    }
    #page-top .support .head_txt{
        font-size: 20px;
    }
    #page-top .support ul{
        font-size: 18px;
        padding: 0 20px;
    }
    #page-top .support ul li{
        width: 20%;
        margin: 0 0 20px 0;
        padding: 10px;
        float: left;
    }
    #page-top .support ul li img{
        width: 100%;
    }

}
@media screen and (max-width: 667px){

    #page-top .support{
        padding: 40px 20px;
    }
    #page-top .support .head_title{
        margin: 0 0 20px 0;
    }
    #page-top .support .head_title h2{
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4em;
        margin-bottom: 10px;
    }
    #page-top .support .head_txt{
        font-size: 14px;
        line-height: 1.5em;
        margin-bottom: 20px;
    }
    #page-top .support ul{
        width: 100%;
        font-size: 14px;
        letter-spacing: 0.1em;
        padding: 0;
    }
    #page-top .support ul li{
        width: 50%;
        margin: 0 0 15px 0;
        padding: 15px;
        float: left;
    }
    #page-top .support ul li img{
        width: 100%;
    }

}



/*  会社概要
----------------------------------------- */
#page-top .company{
    padding: 80px 0 200px 0;
}
#page-top .company .w_inner{
    width: 800px;
}
#page-top .company .head_title{
    margin: 0 0 60px 0;
}
#page-top .company .head_title h2{
    color: #006ebb;
    font-size: 45px;
    font-family: "KiwiMaru-Medium";
    text-align: center;
}
@media screen and (max-width: 1160px){

    #page-top .company{
        padding: 80px 0 200px 0;
    }
    #page-top .company .w_inner{
        width: 100%;
    }
    #page-top .company .head_title{
        margin: 0 0 60px 0;
    }
    #page-top .company .head_title h2{
        font-size: 34px;
    }

}
@media screen and (max-width: 667px){

    #page-top .company{
        padding: 40px 0;
    }
    #page-top .company .w_inner{
        width: 100%;
    }
    #page-top .company .head_title{
        margin: 0 0 20px 0;
    }
    #page-top .company .head_title h2{
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4em;
        margin-bottom: 10px;
    }

}




/* お問合せ
----------------------------------------- */
#form{
    margin-top: -100px;
    padding-top: 100px;
}
#page-top .contactus{
    width: 100%;
    text-align: center;
    padding: 80px 0;
    overflow: hidden;
}
#page-top .contactus .w_inner{
    width: 1000px;
}
#page-top .contactus .head_title{
    margin: 0 0 60px 0;
}
#page-top .contactus .head_title h2{
    color: #fff;
    font-size: 45px;
    font-family: "KiwiMaru-Medium";
}
#page-top .contactus .head_txt{
    color: #fff;
    font-size: 22px;
}
#page-top .contactus .white_box{
    border-radius: 10px;    
	background: #fff;
	padding: 1px 60px;
}


#page-top .contactus ul.number_area{
    line-height: 3.8em;
    margin: 40px 0;
    padding: 20px 50px 10px 50px;
    border-bottom: 2px solid #bdbdbd;
}
#page-top .contactus .con_title{
    color: #006ebb;
    font-size: 28px;
    font-family: "KiwiMaru-Medium";
    text-align: center;
    margin: 0 0 30px 0;
}
#page-top .contactus ul.number_area  li{
    /*
    width: 50%;
    text-align: center;
    padding: 15px 40px;
    overflow: hidden;
    display: block;
    float: left;
    */
    width: 100%;
    text-align: center;
    padding: 15px 40px;
    overflow: hidden;
    display: block;
    float: none;
}
#page-top .contactus ul.number_area li:last-of-type{
    float: right;
}
#page-top .contactus ul.number_area li .num_title{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.02em;
}
#page-top .contactus ul.number_area li .number{
    font-size: 40px;
    margin-top: -10px;
}
#page-top .contactus ul.number_area li .number i{
    color: #006ebb;
    font-size: 28px;
}
#page-top .contactus ul.number_area li .normal_txt{
    font-size: 15px;
    margin-top: -18px;
}
@media screen and (max-width: 1520px){
    
    #page-top .contactus ul.number_area li .num_title{
        font-size: 17px;
    }
    #page-top .contactus ul.number_area li .number{
        font-size: 33px;
        margin-top: -10px;
    }
    #page-top .contactus ul.number_area li .number i{
        font-size: 27px;
    }
    #page-top .contactus ul.number_area li .normal_txt{
        margin-top: -10px;
    }

}

@media screen and (max-width: 1160px){

    #page-top .contactus .head_title h2{
        font-size: 34px;
    }
    #page-top .contactus .head_txt{
        font-size: 20px;
    }
    #page-top .contactus .white_box{
        border-radius: 10px;    
        background: #fff;
        padding: 1px 40px;
    }
    

}

@media screen and (max-width: 960px){

    #page-top .contactus ul.number_area li{
        height: 160px;
        padding: 15px 0;
    }    

}

@media screen and (max-width: 840px){

    #form{
        margin-top: -140px;
        padding-top: 140px;
    }    
    #page-top .contactus ul.number_area{
        line-height: 3.8em;
        margin: 60px 0;
    }
    #page-top .contactus ul.number_area li{
        width: 100%;
        height: auto;
        background: #fff;
        margin-bottom: 20px;
        padding: 15px 40px 20px 40px;
        overflow: inherit;
        float: none;
    }
    #page-top .contactus ul.number_area li:last-of-type{
        float: none;
    }    
    #page-top .contactus ul.number_area li .num_title{
        font-size: 17px;
    }
    #page-top .contactus ul.number_area li .number{
        font-size: 35px;
        margin-top: -10px;
    }
    #page-top .contactus ul.number_area li .number i{
        font-size: 35px;
    }
    #page-top .contactus ul.number_area li .normal_txt{
        margin-top: -10px;
    }

}

@media screen and (max-width: 667px){

    #form{
        margin-top: 0;
        padding-top: 0;
    }
    #page-top .contactus{
        padding: 40px 0;

    }
    #page-top .contactus .white_box{
        border-radius: 10px;    
        background: #fff;
        padding: 1px 15px 0 15px;
    }
    #page-top .contactus .head_title{
        margin: 0 0 40px 0;
    }
    #page-top .contactus .head_title h2{
        font-size: 20px;
        font-weight: bold;
        line-height: 1.4em;
        margin-bottom: 10px;
    }
    #page-top .contactus .head_txt{
        font-size: 14px;
        line-height: 1.5em;
        margin-bottom: 20px;
    }

    #page-top .contactus .con_title {
        font-size: 16px;
        font-weight: bold;
        margin: -8px 0 20px 0;
    }
    #page-top .contactus ul.number_area{
        width: 100%;
        margin: 30px 0;
        padding: 0;
    }
    #page-top .contactus ul.number_area li{
        padding: 0;
    }
    #page-top .contactus ul.number_area li .num_title{
        font-size: 15px;
    }
    #page-top .contactus ul.number_area li .number{
        font-size: 24px;
        margin-top: -10px;
    }
    #page-top .contactus ul.number_area li .number i{
        font-size: 22px;
    }
    #page-top .contactus ul.number_area li .normal_txt{
        font-size: 13px;
        margin-top: -10px;
    }
    
}




/* お問い合わせフォーム
----------------------------------------- */
#page-top .form_area{
	text-align: left;
}
#page-top .form_table{
    width: 100%;
}
#page-top .form_table li{
	margin-bottom: 30px;
}

#page-top .form_title{
    width: 30%;
	font-size: 18px;
    font-weight: bold;
	margin-bottom: 15px;
    float: left;
}
#page-top .form_title span{
	color:#9A102A;
	margin-left: 10px;
}
#page-top .form_table li input,
#page-top .form_table li textarea{
    width: 70%;
    float: right;
}
@media screen and (max-width:900px){

    #page-top .form_title{
        width: 100%;
        display: block;
        float: none;
    }
    #page-top .form_table li input,
    #page-top .form_table li textarea{
        width: 100%;
        display: block;
        float: none;
    }

}
@media screen and (max-width:667px){

	#page-top .form_area{
		padding: 20px 0;
	}
	#page-top .form_table li{
		margin-bottom: 30px;
	}
	
	#page-top .form_title{
		font-size: 14px;
		margin-bottom: 5px;
	}
	#page-top .form_title span{
		margin-left: 10px;
	}

}



#page-top .privacy{
	text-align: left;
	margin-top: 60px;
}
#page-top .privacy h5{
	font-size: 14px;
	margin: 0 0 20px 0;
}

#page-top .privacy_box{
	padding: 10px 10px 10px 40px;
	background: none;
	border: 2px solid #b9b9b9;
	border-radius: 2px;
}
#page-top .privacy_box .scroll{
	color: #313133;
	height: 220px;
    font-family: "NotoSansCJKjp-Regular";
    padding-top: 20px;
	padding-right: 20px;
    padding-bottom: 40px;
	overflow-y: scroll;	
}
#page-top .privacy_box .title{
	font-size: 14px;
    font-family: "NotoSansCJKjp-Regular";
	margin-top: 20px;
}
#page-top .privacy_box .txt{
	font-size: 13px;
}

#page-top .pri_btn{
    text-align: center;
	font-size: 14px;
}
@media screen and (max-width:667px){

	#page-top .privacy{
        margin-top: 40px;
	}
	#page-top .privacy h5{
		font-size: 13px;
        margin: 0 0 10px 0;
	}
	#page-top .privacy_box{
        padding: 10px 10px 10px 20px;
	}
    #page-top .privacy_box .scroll{
        height: 200px;
        padding-top: 10px;
        padding-right: 20px;
        overflow-y: scroll;	
    }
	#page-top .privacy_box .txt{
		font-size: 12px;
	}	
	#page-top .pri_btn{
		font-size: 12px;
	}

}