@charset "UTF-8";

.en{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important;
}
.en-bold{
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700 !important;
}

/* ---------------------------------------
  基本情報
-----------------------------------------*/
html{
	font-size:62.5%;
    overflow-y: scroll;
}
body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
	/*text-align: left;*/
	color: #313131;
}
body{ min-width: 1140px;}

body a {
    color: #313131;
    text-decoration: none;
}
body a img{ transition: 0.4s;}

img{
	vertical-align: bottom;
	max-width: 100%;
}

a:hover img{
	opacity: 0.6;
}
a:hover{
    text-decoration: underline;
}



*,*:after,*:before{
	box-sizing: border-box;
}
p, dt, dd ,li ,th ,td{
	font-size: 1.6rem;
	line-height: 2;
}
input, button, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    resize: none;
    outline: none;
    background: none;
    font-family: 'Noto Sans JP', sans-serif;
}

.pc{ display: block;}
.sp{ display: none;}
.pc-inline{display: inline;}
.sp-inline{display: none;}

.txt_marker{
    background:-webkit-linear-gradient(rgba(215,255,255,0) 60%, #d7c200 60%);
    background:-o-linear-gradient(rgba(255,255,255,0) 60%, #d7c200 60%);
    background:linear-gradient(rgba(255,255,255,0) 60%, #d7c200 60%);
}

.tel-link a{
    text-decoration: none;
    color: #313131;
}


@media screen and (max-width: 768px) {
    body{ min-width: inherit;}

    .pc{ display: none;}
    .sp{ display: block;}
    .pc-inline{display: none;}
    .sp-inline{display: inline;}
}



/* common
--------------------------------*/
.wrapper{
	width: 94%;
    max-width: 1100px;
	margin: 0 auto;
}

.inner{
	max-width: 1020px;
	width: 90%;
	margin: 0 auto;
}
.object-fit-img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'
}

@media screen and (max-width: 768px) {
    .wrapper{ width: 92%;}
    .inner{ width: 88%;}
}



/* clearfix */
 
.clearfix {
    overflow: hidden;
    zoom: 1;
}
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}


/* ---------------------------------------------
  header
-----------------------------------------------*/
.headwe_wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 25px 0;
    background: #FFF;
    box-sizing: border-box;
    z-index: 10;
}

.h_wrapIn{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 2%;
}
.headwe_wrap .h_logo{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
}
.h_wrapIn p{
    font-size: 1.4rem;
    line-height: 1.64;
    font-weight: 400;
    margin-left: 20px;
}

.headwe_wrap .h_menu{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-right: 2%;
}

.headwe_wrap .h_menu .h_nav_wrap{
    margin-right: 45px;
}
.headwe_wrap .h_menu .sub_nav{
    margin-bottom: 12px;
}
.headwe_wrap .h_menu .sub_nav ul{
    display:flex;
    justify-content: flex-end;
    align-items: center;
}
.headwe_wrap .h_menu .sub_nav li+li{ margin-left: 50px;}
.headwe_wrap .h_menu .sub_nav li a{
    font-size: 1.2rem;
    font-weight: 400;
    color: #797979;
}
.gNav ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.gNav li{
    text-align: center;
    line-height: 1;
    border-right: 1px solid #797979;
}
.gNav li.no-border{
    border-right: none;
}
.gNav li.no-border a{ padding-right: 0;}

.gNav li a{
    position: relative;
    font-size: 1.4rem;
    color: #707070;
    line-height: 1;
    padding: 0 25px;
    box-sizing: border-box;
}

.gNav li a:hover{
    text-decoration: none;
}
.login.btn,
.mypage.btn{ margin-right: 10px;}
.login.btn a{
    width: 205px;
    border-radius: 36px;
    font-size: 1.4rem;
    padding: 25px 10px 29px 10px;
    box-shadow: none;
}
.login.btn a span{
    position: relative;
    display: inline-block;
    padding-left: 30px;
    box-sizing: border-box;
}
.login.btn a span:before{
    position: absolute;
    left: 0;
    top: -4px;
    display: block;
    content: '';
    background: url("../img/common/icn_login_white.png") no-repeat center center;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
}

.mypage.btn a{
    width: 205px;
    border-radius: 36px;
    font-size: 1.4rem;
    background: #707070;
    padding: 25px 10px 29px 10px;
    box-shadow: none;
}
.mypage.btn a span{
    position: relative;
    display: inline-block;
    padding-left: 40px;
    box-sizing: border-box;
}
.mypage.btn a span:before{
    position: absolute;
    left: 0;
    top: -10px;
    display: block;
    content: '';
    background: url("../img/common/icn_mypage.png") no-repeat center center;
    background-size: 100% auto;
    width: 30px;
    height: 29px;
}

.menu-button{
    display: none;
}

@media screen and (max-width: 1290px) {
    .headwe_wrap .h_logo {
        width: 60%;
        max-width: 299px;
        margin: 0;
    }
    .headwe_wrap .h_menu .h_nav_wrap{ margin-right: 4%;}
    .gNav li a{ margin: 0 4%; white-space: nowrap;}
    .login.btn a{ width: 14vw; min-width: 170px;}
}

@media screen and (max-width: 768px) {
    .headwe_wrap{
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 4% 0;
    }

    .h_wrapIn{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 2%;
    }
    .headwe_wrap .h_logo{
        width: 100%;
        display: inline-block;
        position: relative;
        box-sizing: border-box;
    }
    .h_wrapIn p{
        display: none;
    }

    .menu-button{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        position: fixed;
        right: 4%;
        margin-left: 50px;
        width: 30px;
        padding: 0;
        box-sizing: border-box;
        cursor: pointer;
        z-index: 10005;
    }
    .menu-button span{
        display: block;
        width: 30px;
        height: 5px;
        background: #0E72B2;
        border-bottom: 2px solid #FFF;
        margin:0 auto;
    }
    .menu-button span+span{ margin-top: 6px;}
    body.open .menu-button{
        display: none;
    }

    .gNav{
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background: rgba(255,255,255,.97);
        content: '';
        width: 100%;
        height: 100%;
        padding: 8% 14%;
        -webkit-overflow-scrolling:touch;
        overflow-y: auto;
        z-index: 10005;
    }

    .gNav .sp.nav_logo{
        width: 100%;
        max-width: 299px;
        margin: 0 auto 6% auto;
    }
    .gNav .sp-h-btn{
        margin-bottom: 8%;
    }

    .gNav .sp-h-btn li.btn a{
        color: #FFF;
        box-shadow: none;
        margin: 0;
    }
    .gNav .sp-h-btn .login.btn{
        display: block;
        margin-top: 3%;
        margin-right: 0;
    }
    .gNav .sp-h-btn .btn.application a,
    .gNav .sp-h-btn .login.btn a{
        width: 100%;
        padding: 5% 4% 6% 4%;
        font-size: 3.0vw;
        border-radius: 60vw;
    }

    .headwe_wrap .h_menu{
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-right: 2%;
    }

    .headwe_wrap .h_menu .h_nav_wrap{
        margin-right: 45px;
    }
    .headwe_wrap .h_menu .sub_nav{
        display: none;
    }

    .gNav ul{
        display: block;
    }
    .gNav li{
        text-align: left;
        border-right: none;
    }
    .gNav li+li{ margin-top: 3%;}
    .gNav li a{
        font-size: 3.0vw;
        padding: 8px 0;
        display: block;
    }
    .login.btn{
        display: none;
    }

    .gNav .close_btn.sp{
        width: 9vw;
        height: 9vw;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin: 8% auto 0 auto;
        border-radius: 100%;
        font-size: 6vw;
        border: 2px solid #0E72B2;
        box-sizing: border-box;
    }
    .gNav .close_btn.sp .close{
        position: relative;
        top: -.5vw;
    }
    .mypage.btn{ margin-right: 0;}
    .mypage.btn a {
        width: 100%;
        padding: 5% 4% 6% 4%;
        font-size: 3.0vw;
        border-radius: 60vw;
    }

}

@media screen and (max-width: 736px) {
    .headwe_wrap .h_logo{ width: 60%;}
    .gNav{
        padding: 8% 10% 24vw 10%;
    }
    .gNav .sp-h-btn .btn.application a,
    .gNav .sp-h-btn .login.btn a{
        font-size: 3.6vw;
    }
    .gNav li a{
        font-size: 3.6vw;
    }
    .gNav .close_btn.sp{
        width: 12vw;
        height: 12vw;
        font-size: 7vw;
    }
    .mypage.btn a {
        padding: 5% 4% 6% 4%;
        font-size: 3.6vw;
    }


}
/* ---------------------------------------------
  footer
-----------------------------------------------*/
.footer_wrap{
    position: relative;
    background: #313131;
    padding: 80px 0 50px 0;
    box-sizing: border-box;
}

.footer_wrap .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.f_logo{ margin-bottom: 20px;}
.logo-text{
    font-size: 1.4rem;
    font-weight: 400;
    color: #FFF;
    line-height: 1.64;
}
.ico-privacy{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    background: #FFF;
    width: 61px;
    height: 61px;
}
.footer_wrap .f_nav{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    box-sizing: border-box;
}

.footer_wrap .f_nav ul+ul{ margin-left: 80px;}

.footer_wrap .f_nav ul li a{
    font-size: 1.2rem;
    font-weight: 400;
    color: #FFF;
}
.footer_wrap .nav_btn{
    margin-top: 25px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.footer_wrap .nav_btn .btn{ width: 225px;}
.footer_wrap .nav_btn .btn.login{ width: 205px;}

.footer_wrap .nav_btn .btn a,
.footer_wrap .nav_btn .btn.login a{
    font-size: 1.4rem;
    color: #313131;
    background: #FFF;
    border-radius: 36px;
    padding: 25px 10px 29px 10px;
    box-sizing: border-box;
}
.footer_wrap .nav_btn .btn+.btn{ margin-left: 15px;}

.footer_wrap .nav_btn .btn.login a span:before {
    position: absolute;
    left: 0;
    top: -4px;
    display: block;
    content: '';
    background: url("../img/common/icn_login_black.png") no-repeat center center;
    background-size: 100% auto;
    width: 20px;
    height: 20px;
}

.copy{
    width: 94%;
    max-width: 1100px;
    margin: 20px auto 0 auto;
}
.copy_text{
    text-align: right;
    font-size: 1.2rem;
    font-weight: 400;
    color: #FFF;
}

.sp-fixed{ display: none;}

.footer_wrap.lower-footer,
.footer_wrap.mypage-footer{
    padding: 20px 0;
}


.footer_wrap.mypage-footer{ background: none;}
.footer_wrap.mypage-footer .copy_text { color: #000;}

.lower-footer .copy,
.mypage-footer .copy{
    margin: 0 auto;
}
.lower-footer .copy_text,
.mypage-footer .copy_text{
    text-align: center;
}

@media screen and (max-width: 768px) {
    .footer_wrap,
    .footer_wrap.mypage-footer{
        padding: 12% 0 26vw 0;
    }
    .footer_wrap .wrapper{
        display: block;
    }

    .f_logo{
        width: 60%;
        max-width: 304px;
        margin-bottom: 4%;
    }
    .logo-text{
        font-size: 2.6vw;
    }
    .ico-privacy{
        margin-top: 5%;
    }

    .footer_wrap .footer_inner02{ margin-top: 6%;}


    .footer_wrap .f_nav{
        display: flex;
        justify-content: space-between;
    }
    .footer_wrap .f_nav ul{ width: 48%;}
    .footer_wrap .f_nav ul+ul{ margin-left: 0;}

    .footer_wrap .f_nav ul li a{
        font-size: 2.8vw;
    }
    .footer_wrap .nav_btn{
        display: none;
    }
    .copy{
        width: 94%;
        max-width: inherit;
        margin: 4% auto 0 auto;
    }
    .copy_text{
        text-align: center;
        font-size: 2.0vw;
    }

    .sp-fixed{
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        border-top: 1px solid #0061A6;
        border-bottom: 1px solid #0061A6;
        box-sizing: border-box;
        z-index: 999;
    }

    .sp-fixed ul{
        display: flex;
    }
    .sp-fixed ul li{
        width: calc(100% / 4);
        border-right: 1px solid #0061A6;
        background: #FFF;
        box-sizing: border-box;
    }
    .sp-fixed ul li:last-of-type{ border-right: none;}
    .sp-fixed ul li a{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        font-size: 2.6vw;
        line-height: 1.3;
        text-align: center;
        padding: 4vw 0 2.5vw 0;
        box-sizing: border-box;
    }
    .sp-fixed ul li img{
        display: block;
        width: 31%;
        max-width: 70px;
        height: auto;
        margin: 0 auto 10% auto;
    }
    .sp-fixed ul li:nth-of-type(3) img{ margin-bottom: 5%;}
    .sp-fixed ul li a:hover{ text-decoration: none;}

    .footer_wrap.lower-footer{
        padding: 4% 0;
    }

}

@media screen and (max-width: 736px) {

    .logo-text {
        font-size: 3.6vw;
    }
    .footer_wrap .f_nav ul li a {
        font-size: 3.4vw;
    }
    .copy_text{
        font-size: 2.8vw;
    }
    .sp-fixed ul li a{
        font-size: 3.0vw;
        padding: 4vw 0 2.5vw 0;
    }
    .sp-fixed ul li img{
        width: 38%;
    }
}

/* ---------------------------------------------
  common
-----------------------------------------------*/
.col01{ color: #0061A6;}
.btn a{
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
    color: #FFF;
    text-decoration: none;
    padding: 12px 5px 11px 5px;
    border-radius: 35px;
    box-sizing: border-box;
    box-shadow: 3px 3px 8px 0 rgba(0,0,0,.16);
    transition: .4s;
}
.btn.login a{ background: #0061A6;}
.btn.application a{ background: #BC0000;}
.btn.beginner a{ background: #53B8FF;}

.btn a:hover{ opacity: .6;}

.sec_ttl{
    font-size: 3.0rem;
    font-weight: 500;
    text-align: center;
    margin-bottom: 40px;
}

.pnkz{
    background: #F5F5F5;
    padding: 5px 0;
    box-sizing: border-box;
}
.pnkz_list{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.pnkz_list li.home .ico{
    position: relative;
    top: -1px;
    display: block;
    width: 100%;
    max-width: 17px;
    height: auto;
}
.pnkz_list li,
.pnkz_list li a{
    position: relative;
    font-size: 1.3rem;
    font-weight: 400;
}
.pnkz_list li.home:before{display: none;}
.pnkz_list li:before{
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    content: '>';
    margin: 0 5px;
}
.pnkz.flex-wrap{
    width: 94%;
    max-width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.pnkz.flex-wrap .txt_welcome{
    font-size: 1.3rem;
    font-weight: 400;
}
.pnkz.flex-wrap .txt_welcome .name{ color: #0061A6;}

.pager{
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pager a,
.pager span{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #FFF;
    font-size: 1.4rem;
    font-weight: 400;
    color: #0061A6;
    margin: 0 5px;
    box-sizing: border-box;
    transition: .4s;
}
.pager a:hover,
.pager .current{
    background: #0061A6;
    color: #FFF;
    text-decoration: none;
}

.pager a.prev,
.pager a.next{
    position: relative;
    width: 20px;
    background: #313131;
}
.pager a.prev:before,
.pager a.next:before{
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.pager a.prev:before{
    left: 44%;
    border-bottom: 1px solid #FFF;
    border-left: 1px solid #FFF;
}
.pager a.next:before{
    right: 38%;
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

.pager a.prev{
    margin: 0 15px 0 0;
}
.pager a.next{
    margin: 0 0 0 15px;
}

.pager a.prev:hover,
.pager a.next:hover{
    background: #313131;
    opacity: .7;
}

@media screen and (max-width: 768px) {
    .btn a{
        width: 100%;
        max-width: inherit;
        font-size: 3.0vw;
        line-height: 1;
        padding: 5%;
        border-radius: 30vw;
    }

    .sec_ttl{
        font-size: 4.2vw;
        margin-bottom: 10%;
    }

    .pnkz_list{
        flex-wrap: wrap;
    }

    .pnkz_list li.home .ico{
        top: -.2vw;
        width: 3.2vw;
        max-width: 34px;
    }
    .pnkz_list li,
    .pnkz_list li a{
        font-size:2.4vw;
    }
    .pnkz_list li:before{
        top: -.3vw;
    }
    .pnkz.flex-wrap{ flex-wrap: wrap;}
    .pnkz.flex-wrap .txt_welcome{
        font-size: 2.4vw;
    }

    .pager{
        margin-top: 8%;
    }
    .pager a,
    .pager span{
        width: 5.4vw;
        height: 5.4vw;
        line-height: 4.8vw;
        font-size: 3.2vw;
        margin: 0 1%;
    }

    .pager a.prev,
    .pager a.next{
        width: 3.2vw;
    }
    .pager a.prev:before,
    .pager a.next:before{
        width: 1.6vw;
        height: 1.6vw;
    }
    .pager a.prev:before{
        left: 40%;
    }
    .pager a.next:before{
        right: 38%;
    }

    .pager a.prev{
        margin: 0 2% 0 0;
    }
    .pager a.next{
        margin: 0 0 0 2%;
    }
}
@media screen and (max-width: 736px) {
    .btn a{
        width: 100%;
        font-size: 3.6vw;
        border-radius: 30vw;
    }

    .sec_ttl{
        font-size: 5.6vw;
    }

    .pnkz_list li.home .ico{
        top: -.2vw;
        width: 4.2vw;
    }
    .pnkz_list li,
    .pnkz_list li a{
        font-size:3.4vw;
    }
    .pnkz.flex-wrap .txt_welcome{
        font-size: 3.4vw;
    }

    .pager a,
    .pager span{
        width: 8vw;
        height: 8vw;
        line-height: 8vw;
        font-size: 3.4vw;
    }

    .pager a.prev,
    .pager a.next{
        width: 4vw;
    }
    .pager a.prev:before,
    .pager a.next:before{
        width: 1.8vw;
        height: 1.8vw;
    }

}


/*  sec-contact -------------------------------------------*/
.sec-contact{
    padding: 100px 0 80px 0;
    box-sizing: border-box;
}
.sec-contact .contact_box a{
    position: relative;
    width: 100%;
    max-width: 810px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 0 auto;
    background: url("../img/common/bg_contact.jpg") no-repeat center center;
    background-size: cover;
    border-radius: 10px;
    padding: 27px 50px 27px 0;
    box-sizing: border-box;
    transition: .4s;
}
.sec-contact .contact_box a:hover{ text-decoration: none; opacity: .7;}
.sec-contact .contact_box a:hover img{ opacity: 1;}

.sec-contact .contact_box .img{
    position: absolute;
    left: 42px;
    bottom: 0;
}
.sec-contact .contact_box .txt .ttl{
    font-size: 2.5rem;
    line-height: 1.2;
    font-weight: 700;
    color: #FFF;
    margin-bottom: 10px;
}
.sec-contact .contact_box .txt .text{
    font-size: 1.8rem;
    line-height: 1.4444;
    color: #FFF;
}

.sec-contact .contact_box .circle{
    width: 110px;
    height: 110px;
    border-radius: 100%;
    background: #FFE202;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
}
.sec-contact .contact_box .circle p{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
}


@media screen and (max-width: 768px) {
    .sec-contact{
        width: 92%;
        margin: 0 auto;
        padding: 14% 0 12% 0;
    }

    .sec-contact .contact_box a{
        position: relative;
        width: 100%;
        max-width: 690px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 0 auto;
        background: none;
        border-radius: 10px;
        padding: 0;
    }

    .sec-contact .contact_box .img{
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .sec-contact .contact_box .txt{
        position: absolute;
        right: 2%;
        z-index: 2;
    }
    .sec-contact .contact_box .txt .ttl{
        font-size: 4.8vw;
        margin-bottom: 10px;
    }
    .sec-contact .contact_box .txt .text{
        font-size: 2.8vw;
    }

    .sec-contact .contact_box .circle{
        display: none;
    }

}

@media screen and (max-width: 736px) {
    .sec-contact .contact_box .txt .ttl{
        font-size: 4.9vw;
        margin-bottom: 10px;
    }
    .sec-contact .contact_box .txt .text{
        font-size: 3.2vw;
    }

}


/*  formt -------------------------------------------*/
.form_style{
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
    box-sizing: border-box;
}


.form_style .required{
    position: absolute;
    left: 10px;
    top: 20px;
    display: inline-block;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    padding: 0 11px;
    background: #646464;
}

.form_style input,
.form_style textarea{
    width: 100%;
    background: #FFF;
    padding: 14px 20px 18px 20px;
    font-size: 1.8rem;
    border-radius: 10px;
    outline: none;
    box-shadow: none;
    color: #707070;
    border: 1px solid #0061A6;
    box-sizing: border-box;
}
.form_style textarea{
    height: 200px;
    resize: vertical;
}

.form_style input::placeholder { color: #AFAFAF;}
/* IE */
.form_style input:-ms-input-placeholder  { color: #AFAFAF;}
/* Edge */
.form_style input::-ms-input-placeholder  { color: #AFAFAF;}

.form_style .select_wrap{
    width: 100%;
	padding: 0 0 0 16px;
}

/*セレクトボックス*/
.select_wrap .selectIn {
	overflow: hidden;
	width: 100%;
	margin: 0;
}
.select_wrap .selectIn select {
	width: 100%;
    font-size: 1.4rem;
	font-weight: 500;
    color:rgba(112,112,112,.6);
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.select_wrap .selectIn select::-ms-expand {
    display: none;
}

.select_wrap .selectIn select option { color: #707070; }

.select_wrap .selectIn {
	position: relative;
    border-radius: 10px;
    border: 1px solid #0061A6;
	background: #ffffff;
    box-sizing: border-box;
}

.select_wrap .selectIn select {
    padding: 5px 13px 6px 13px;
}


.form_style .select_wrap .selectIn{ position: relative;}
.form_style .select_wrap .selectIn:after{
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
}

/* ラジオボタン */
.radio-wrap{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.radio-wrap li+li{ margin-left: 20px;}
.radio-input,
.form_style .checkbox-input{
    visibility: hidden;
    width: 1px !important;
    padding: 0 !important;
    margin-left: -1px;
}
.radio-input + label{
    padding-left: 32px;
    position:relative;
    font-size: 1.6rem;
    cursor: pointer;
}
.radio-input + label::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    border: 1px solid #0061A6;
    border-radius: 100%;
}

.radio-input:checked + label::after{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    background: #707070;
    border-radius: 100%;
}



/* チェックボックス */
.form_style .checkbox-parts{
    padding-left: 20px;
    position:relative;
    font-size: 1.6rem;
    color: #0061A6;
    cursor: pointer;
}
.form_style .checkbox-parts::before{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: -4px;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    background: #FFF;
    border: 1px solid #797979;
}
.form_style .checkbox-input:checked + .checkbox-parts::after{
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: -4px;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    background: #FFE202;
    border: 1px solid #797979;
}

.form_style .zip_btn{
    display: inline-block;
    margin-left: 10px;
    width: 120px;
    padding: 6px;
    font-size: 1.6rem;
    text-align: center;
    color: #FFF;
    background: #313131;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

form .btn_wrap,
.popup-box .btn_wrap{
    margin: 40px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_wrap .btn_send input,
.btn_wrap .btn_next input{
    width: 304px;
    background: #0061A6;
    font-size: 1.6rem;
    letter-spacing: .4rem;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    padding: 18px 10px; 
    border-radius: 35px;
    box-shadow: 2px 2px 5px 0 rgba(0,0,0,.16);
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    transition: .4s;
}

.btn_wrap .btn_back{ margin-right: 15px;}
.btn_wrap .btn_back button{
    width: 110px;
    font-size: 1.5rem;
    color: #FFF;
    background: #575757;
    padding: 18px 10px 20px 10px; 
    border-radius: 40px;
    box-sizing: border-box;
    cursor: pointer;
    transition: .4s;
}

.btn_wrap .btn_send input:hover,
.btn_wrap .btn_next input:hover,
.btn_wrap .btn_back button:hover{ opacity: .7;}


@media screen and (max-width: 768px) {

    .form_style input, .form_style textarea {
        padding: 2.8vw 3vw;
        font-size: 3vw;
    }
    .form_style textarea{
        height: 40vw;
    }

    .form_style .select_wrap .select.width01{ width: 100%;}
    .select_wrap .select:nth-of-type(n+3) { margin-top: 3%;}
    .select_wrap .select+.select { margin-top: 3%;}

    /*セレクトボックス*/
	.form_style .select_wrap{ padding-left: 0;}
    .select_wrap .selectIn select {
        font-size: 3.0vw;
        padding-right: 1em;
    }
    .form_style .select_wrap .select:after{
        right: 2vw;
        margin-top: -.9vw;
        border-width: 1.8vw 1.2vw 0 1.2vw;
    }

    .select_wrap .selectIn select {
        padding:4px 10px 6px 10px;
    }


    .radio-input + label{
        padding-left: 4vw;
        font-size: 3.0vw;
    }
    .radio-input + label::before{
        top: 1vw;
        left: 0;
        width: 3vw;
        height: 3vw;
    }
    .radio-input:checked + label::after{
        top: 1.6vw;
        left: 0.6vw;
        width: 1.8vw;
        height: 1.8vw;
    }
    /* チェックボックス */
    .form_style .checkbox-parts{
        padding-left: 4.0vw;
        font-size: 3.0vw;
        letter-spacing: -.03rem;
    }
    .form_style .checkbox-parts::before{
        top: 1.1vw;
        left: 0;
        width: 2.6vw;
        height: 2.6vw;
    }

    .form_style .checkbox-input:checked + .checkbox-parts::after{
        top: 1.1vw;
        left: 0;
        width: 2.6vw;
        height: 2.6vw;
    }

    .form_style .zip{
        width: 70%;
    }
    .form_style .zip_btn{
        width: 27%;
        padding: 3px 6px;
        font-size: 3.6vw;
    }
    form .btn_wrap, .popup-box .btn_wrap {
        margin: 10% 0 0 0;
    }

    .btn_wrap .btn_send,
    .btn_wrap .btn_next{ width: 100%;}
    .btn_wrap .btn_send input,
    .btn_wrap .btn_next input{
        width: 100%;
        max-width: inherit;
        padding: 4% 4% 5% 4%;
        font-size: 3.4vw;
    }

    .btn_wrap .btn_back{
        margin-right: 3%;
        width: 30%;
    }
    .btn_wrap .btn_back +.btn_next{
        width: 64%;
    }
    .btn_wrap .btn_back button{
        width: 100%;
        font-size: 3.4vw;
        padding: 10% 4% 11% 4%; 
        border-radius: 60vw;
    }

}

@media screen and (max-width: 736px) {

    .form_style input,
    .form_style textarea{
        padding: 4vw 3vw;
        font-size: 3.6vw;
    }

    .radio-input + label{
        padding-left: 5vw;
        font-size: 3.4vw;
    }
    .radio-input + label::before{
        top: 3px;
        left: 0;
        width: 4vw;
        height: 4vw;
    }
    .radio-input:checked + label::after{
        top: 1.8vw;
        left: 1.1vw;
        width: 2vw;
        height: 2vw;
    }

    .select_wrap .selectIn select {
        font-size: 3.2vw;
    }

    .form_style .checkbox-parts{
        font-size: 3.3vw;
    }
    .form_style .checkbox-parts::before{
        top: 1.0vw;
        width: 3vw;
        height: 3vw;
    }
    .form_style .checkbox-input:checked + .checkbox-parts::after{
        top: 1.0vw;
        width: 3vw;
        height: 3vw;
    }

    .btn_wrap .btn_send input,
    .btn_wrap .btn_next input{
        padding: 5% 4%;
        font-size: 4vw;
    }

    .btn_wrap .btn_back button{
        width: 100%;
        font-size: 4vw;
        padding: 11% 3% 12% 3%; 
        border-radius: 60vw;
    }


}

.select_wrap .select-wrapper {
    text-align: left;
}


