@charset "utf-8";

/*共通*/
html{
    scroll-behavior: smooth;
}

h2,h3,h4{
    text-align: center;
    position: relative;
    font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック',sans-serif;
}

h2{
    margin:0 auto;
    width:700px;
}



h3{
    background-color:#1EA6EA;
    padding: 0.2rem 0;
    color:#fff;
    font-size: 1.2rem;
}


p,small{
    max-width: 800px;
    margin: 0 auto;
    color:#063692;
    font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック',sans-serif;
    font-weight: bold;

}

span,b,i{
    font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック',sans-serif;
    font-weight: bold;

}

small{
    display: block;
    font-size:0.8rem;
    color: #c00;
    margin-top: 0.5rem;
}

/*ヘッダー*/
header{
    background-color: #fff;
}

#headInner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

#headInner img{
    height: 40px;
}

#topMenu{
    display: flex;
}

#topMenu li{
    margin-left:10px;
}

#topMenu li a{
    display: block;
    color: #fff;
    background: #FFA500;
    border: solid 2px #fff;
    font-size: 18px;
    margin: 10px 0;
    font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック',sans-serif;
    font-weight: bold;
    padding: 5px 25px;
    border-radius: 5px;
}

/*メインビジュアル*/
#mainIMG{
    position: relative;
    background: url(../images/top_bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;

}


#mainIMG::after{
    position: absolute;
    content: '';
    display: block;
    width:100%;
    height:42px;
    background-size:contain;
    bottom:-1px;
}


.topInner{
    text-align: center;
    position: relative;
    width: 42%;
    display: block;
    margin: 0 auto;
}

#mainIMG .topInner{
    text-align: left;
    z-index: 999;
}




.topInner .button{
    position: relative;
    z-index: 999;
}

@media screen and (min-width: 751px){
.topInner{
    width: 740px;
}
}


.topInner .button{
    display: block;
    margin-top:20px;
}

.topInner .button img{
    width: 80%;
}

/*CVボタン*/
#button{
    background-color: #102540;
    padding-bottom: 20px;
}

#button .button01{
    width:650px;
    margin: 0 auto;
    padding: 10px 0;
}

#button h2{
    color: #fff;
    font-weight: bold;
    font-size: 2.4rem;
    padding-top: 20px;
}

#button h2 span{
    color: #102540;
    background-color: #FEED64;
    display: block;
    font-weight: bold;
    border-radius: 5px;
    font-size: 1rem;
}

#button p{
    text-align: center;
    color: #fff;
    font-weight: bold;
}

#button p b{
    font-weight: 800;
}

#button p i{
    color: #D72E2E;
    font-weight: 700;
}

#button a{
    font-size: 2.4rem;
    color: #fff;
    background-color: #1DBC4E;
    border: solid 4px #06640A;
    border-radius: 10px;
    margin-top: 10px;
    padding: 5px 30px;
    box-sizing: border-box;
    display: block;
    text-align: center;
}

#button a span{
    background: url(../images/ctaicon01.png) no-repeat right center;
    background-size: 1.8rem;
    padding-right: 40px;
}

#button small{
    text-align: center;
    color: #fff;
}




/*soft*/
#soft{
    background-color: #F2EEE9;
    padding-bottom: 150px;
}

#soft h2{
    padding: 100px 0 100px;
}


#soft a{
    display: block;
    margin: 60px auto;
    width: 500px;
}

#soft .soft-02{
    width: 900px;
    margin: 0 auto;
    display: block;
}




/*サービス*/

#service{
    padding-bottom: 150px;
}

#service .serbefore{
    background-color: #102540;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 40px 0 40px;
    position: relative;
}

#service .serbefore::after{
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    width: 0px;
    height: 0px;
    margin: auto;
    border-style: solid;
    border-color: #102540 transparent transparent transparent;
    border-width: 30px 50px 0 50px;
}

.ser-list{
    display: flex;
    width: 900px;
    margin: 0 auto;
    justify-content: space-between;
}

.ser-list img{
    width: 48%;
}


#service h2{
    padding: 60px 0 15px;
}

#service p{
    text-align: center;
    font-size: 1.4rem;
    color: #102540;
    margin: 20px auto 30px;
}




/*買取商品*/
#shop-item{
    background-color: #F2EEE9;
    padding: 50px 0;

}

#shop-item h2{
    padding: 40px 30px;
    box-sizing: border-box;
}

.shop-item-list{
    width: 700px;
    background-color: #fff;
    margin: 0 auto;
    padding: 0 20px 80px;
    box-sizing: border-box;
}

.shop-item-list .shop-img01{
    width: 90%;
    margin: 0 auto;
    display: block;
}


/*流れ*/

#flow{
    background-color: #20B4CB;
    padding-bottom: 100px;
}

#flow h2{
    padding-top: 60px;
}

#flow img{
    width: 600px;
    margin: 0 auto;
    padding-bottom: 50px;
    display: block;
}



/*質問*/
#faq{
    padding-bottom: 100px;
    background-color: #F2EEE9;
}

#faq h2{
    width: 400px;
    margin: 0 auto;
    padding:70px 0 50px;
}

#faq h3,#guide h3,#privacy h3{
    width:800px;
    background-color:#FFA500;
    margin: 0 auto;
    border-radius: 10px;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
}

#faq p,#guide p,#privacy p{
    width:750px;
    padding-bottom:50px;
    color:#333;
}

#faq p{
    padding-top: 10px;
}

#faq span{
    display: block;
    padding-top: 30px;
    color: #c00;
}

#guide h2,#privacy h2{
    padding: 50px 0 30px;
}

/*申し込み*/
#contact{
    background-color: #20B4CB;
    padding-bottom: 150px;
}

#contact * {
    box-sizing: border-box;
}

#contact h2{
    width:500px;
    padding:100px 0 0;
    color: #fff;
    font-weight: bold;
    font-size: 2.8rem;
    line-height: 1.4;
}

#contact h2 span{
    display: block;
    font-size: 2.2rem;
}

#contact h3{
    background-color:#fff;
    color: #174984;
    margin-top: 70px;
}

#contact form{
    overflow: hidden;
}
#contact textarea{
    width: 100%;
    height: 120px;
    border: 1px solid #e8e4e4;
}

#contact input, #contact select, #contact button[type="button"]{
    padding:0.5rem;
}

.formInner{
    margin: 0 auto 150px;
    width: 92vw;
    max-width: 880px!important;
    padding-top: 30px;
}

.birthday{
    display: flex;
    justify-content: space-between;
}

.birthday select{
    width: 32%!important;
}

.fyen{
    color: #fff;
}

.residenceCase{
    margin: 30px 0 24px;
    font-size: 14px;
    color: #FFF;
}

.residenceCase::before {
    content: "↓";
    color: #fff;
    margin-right: 3px;
}

.formMust{
    background: #FFF;
    color: #b3150c;
    border-radius: 2px;
    margin: 0 0 0 12px;
}

#contact dt{
    color: #fff;
}

#contact select {
    background: url(../images/triangle.png) no-repeat #FFF center right 10px;
    background-size: 12px;
}

#contact input[type="text"],#contact input[type="email"],#contact input[type="password"], #contact select, #contact button[type="button"] {
    font-size: 16px;
    min-height: 36px;
    padding: 0.5em;
    border: none;
    width: 100%;
    border-radius: 2px;
    background: #FFF;
    border: 1px solid #e8e4e4;
}

#contact.login h2{
    font-size: 1rem;
    color: #102540;
}

.formHalf{
    width: 66%!important;
}

.formPolicy {
    background: #fcfcfc;
    border: 1px solid #e9e9e9;
    padding: 1.3em 1.5em;
    height: 10em;
    overflow: scroll;
}

.formPolicy p{
    color:#000;
}

.termsCheck {
    text-align: center;
}

.termsCheck label {
    background: #FFF;
    padding: 10px 26px 10px 20px;
    border-radius: 100vw;
}

/* button[type="submit"] {
    width: 80%;
    max-width: 560px;
    font-size: 2rem;
    font-weight: bold;
    display: block;
    background: #20BC4E;
    border: 0;
    color: #FFF;
    padding: 22px 0;
    box-shadow: 2px 2px 2px 1px rgb(0 0 0 / 20%);
    border-radius: 10px;
} */

#contact.login{
    background-image: none;
    background-color: #F2EEE9;
    padding-bottom: 50px;
}

#contact.login dt{
    color: #1A113D;
}

#privacy h2{
    font-size: 1.8rem;
    font-weight: bold;
}


@media screen and (min-width: 751px){

#contact dl {
    overflow: hidden;
}

#contact dt, #contact dd {
    float: left;
}

#contact dt{
    width: 330px;
    clear: both;
    padding-top: 8px;
    margin-bottom: 20px;
}

#contact dd{
    width: calc(100% - 340px);
}

.formMust {
    font-size: 10px;
    padding: 2px 6px;
}

.formPolicy {
    margin: 36px 0 26px;
    padding: 20px 30px;
    height: 200px;
}

.termsCheck {
    font-size: 13px;
}
/* 
button[type="submit"] {
    width: 100%;
    margin: 50px auto 10px;
    padding: 18px 0;
} */



}

/*フッター*/
footer{
    padding: 2em 0;
    text-align: center;
    background-color: #F98E01;
    color:#fff;
}

footer img{
    width:120px;
}

footer a{
    color: #fff;
    text-decoration: underline;
}

#sp_float{
    bottom:-50%;
    position: fixed;
    z-index: 1;
}
.footLink{
    width: 600px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto 30px;
}

/*特定商取引法*/
#transaction h2{
    margin-top:50px;
}

#transaction h3{
    margin-top:20px;
}

#transaction p{
    margin: 10px auto 50px;
}

/*ログイン*/
.forgetPass{
    text-align: center;
    margin-top:20px;
    text-decoration: underline;
}

.forgetPass a{
    color:#043940;
}

#guide,#privacy{
    background-color: #F4FAFC;
    box-sizing: border-box;
}


/*商品ページ*/
#sub h2{
    margin-top: 100px;
}

#subSoftList{
	width: 84vw;
	max-width: 700px;
	margin: 2em auto;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;
	text-align: center;
}

#subSoftList li{
	width: 47.5%;
	margin-bottom: 1em
}

.softAttn {
    font-size: 13px;
    margin: 30px auto 100px;
    width: 800px;
}

/*スマホ用*/
@media screen and (max-width: 750px){

    p,small{
        width:90%;
    }


    #headInner{
        justify-content: center;
        padding: 20px;
    }

    #headInner img{
        height:40px;
    }

    #mainIMG{
        height:auto;
        overflow-x: hidden;
    }

    .topInner{
        width:80%;
    }

    #mainIMG .topInner{
        width: 90%;
    }

    #headbutton .button01{
        width: 90%;
        display: block;
    }

    #headbutton .button01 h2{
        width: 100%;
        text-align: center;
    }

    #headbutton .button01 a{
        padding: 5px 20px;
        display: block;
        text-align: center;
        width: 50%;
        margin: 0 auto;
    }

    #button .button01{
        width: 90%;
    }

    #button .button01 h2{
        font-size: 1.8rem;
    }

    #button a{
        font-size: 1.6rem;
        padding: 5px 10px;
    }

    #button a span{
        background-size: contain;
    }

    #faq h3{
        padding-left: 10px;
    }

    #soft{
        padding-bottom: 70px;
    }

    #soft h2{
        padding: 50px 0 30px;
    }

    #soft h2,#shop-item h2,#flow h2,#faq h2,#contact h2{
        width: 90%;
    }

    #soft .soft-02,.shop-item-list,#shop-item a,#flow img{
        width: 90%;
    }

    .shop-item-list{
        padding-bottom: 50px;
    }

    #shop-item h2{
        padding: 40px 0 10px;
    }

    #flow h2 img{
        padding-bottom: 20px;
    }

    .shop-item-list .shop-img01{
        width: 100%;
    }

    #flow h2{
        padding-top: 20px;
    }

    #headbutton .button01 a img{
        display: none;
    }

    .soft-list{
        width: 95%;
    }

    #service .serbefore{
        line-height: 1.6;
    }

    #service{
        padding-bottom: 50px;
    }

    .ser-list{
        width: 90%;
        display: block;
    }

    .ser-list img{
        padding-top: 40px;
    }

    #flow{
        overflow-x: hidden;
        padding-bottom: 30px;
    }

    .topIll03{
        top:20px;
    }

    #faq h3{
        width:95%;
    }


    #faq p{
        width:90%;
    }

    #contact h2{
        font-size: 2rem;
        padding-top: 40px;
    }

    #contact h2 span{
        font-size: 1.6rem;
    }

    .formPolicy{
        margin-top:20px;
    }

    .termsCheck{
        margin-top:30px;
    }

    .formMust{
        font-weight: bold;
        font-size: 0.8rem;
        padding: 2px 5px;
    }

    /* button[type="submit"]{
        margin:50px auto 0;
        width: 95%;
        padding: 16px 0;
    } */

    #contact{
        padding-bottom: 0;
    }

    #guide h3,#privacy h2,#guide p,#privacy p{
        width: 90%;
    }

}


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

    #service img{
        width: 95%;
    }

    #soft a{
        width:90%;
    }

    #topMenu{
        display: none;
    }

    address{
        margin-bottom: 100px;
    }

    .s-list,.requiredList{
        width:90%;
    }

    #flow a{
        width: 95%;
    }


    #sp_float {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    z-index: 9;
    background: rgba(0,0,0,0.75);
    justify-content: center;
    padding: 8px 0;
    }

    .sp_cv_box.login{
        margin-left:3%;
    }

    #sp_float a{
        display: block;
        color: #fff;
        background: #FFA500;
        border: solid 2px #fff;
        font-size: 18px;
        margin: 10px 0;
        font-family: 'ヒラギノ角ゴ StdN','Hiragino Kaku Gothic StdN','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','ＭＳ ゴシック',sans-serif;
        font-weight: bold;
        padding: 5px 25px;
        border-radius: 5px;
    }

    .footLink{
        display: block;
    }

}