@charset "utf-8";

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


h2,h3,h4{
    text-align: center;
    position: relative;
    font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',YuGothic,'Yu Gothic',sans-serif;
    font-weight: bold;
}

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;
}

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

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

#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;
    margin: 10px 0;
}
#topMenu li a span{color:#fff;}

/*メインビジュアル*/
#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: url(../images/top-line.png) repeat-x left bottom;
    background-size:contain;
    bottom:-1px;
}


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

#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%;
}


/*お問い合わせボタン*/
.con-button{
    width: 600px;
    margin: 30px auto 50px;
    display: block;
    padding: 10px 30px;
    background-color: #3D2B7F;
    border: solid 6px #000;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    box-sizing: border-box;
}


/*soft*/
#soft{
    background:url(../images/soft01.png)no-repeat center top;
    background-size: contain;
    background-color: #F9F0EB;
    padding: 50px 0;
}

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




/*サービス*/

#service{
    padding-bottom: 20px;
    background-color: #E8E7E7;
}

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

#service img.soft-02{
    display: block;
    width: 700px;
    margin: 20px auto 30px;
}

#service-aten{
    background-color: #D6050B;
    color: #fff;
    font-size: 40px;
    padding: 10px 0;
}

/*買取商品*/
#shop-item{
    background-color: #FEEDA9;
    padding-bottom: 80px;
}

#shop-item h2{
    padding-top:100px;
}

#shop-item img.soft-02{
    display: block;
    width: 700px;
    margin: 0 auto;
    padding: 30px 0 40px;
}

#shop-item-02{
    background: url(../images/shop-item02bg.png)no-repeat center top;
    background-size: cover;
}

#shop-item-02 img.soft-02{
    display: block;
    width: 700px;
    margin: 0 auto;
    padding: 30px 0 40px;
}


/*仕組み*/
#plan{
    background-color: #F9F0EB;
}

#plan img.soft-02{
    display: block;
    width: 700px;
    margin: 0 auto;
    padding: 30px 0 40px;
}


/*流れ*/

#flow{
    padding-bottom: 100px;
}

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

#flow img.soft-02{
    display: block;
    width: 700px;
    margin: 0 auto;
    padding: 30px 0 40px;
}

/*お客様の声*/
#voice{
    background-image: linear-gradient(90deg, rgba(226, 207, 255, 1), rgba(251, 253, 191, 1));
    padding: 80px 0
}

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


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

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

#faq h3,#guide h3,#privacy h3{
    width:800px;
    background-color:#AEDBDE;
    margin: 0 auto;
    color:#000;
    margin-bottom:10px;
    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:#504B6C;
    font-weight: bold;
}

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

#contact h2,#guide h2,#privacy h2{
    padding: 50px 0 30px;
    font-size:20px;
}

/*申し込み*/
#contact{
    background: url(../images/contact-bg.jpg) repeat right top;
    background-size: cover;
    padding-bottom: 150px;
}

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

#contact h2{
    width:500px;
    padding:100px 0 0;
}

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

#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: #633913;
}

#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;
}

.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: 600px;
    margin: 30px auto 50px;
    display: block;
    padding: 10px 30px;
    background-color: #3D2B7F;
    border: solid 6px #000;
    border-radius: 50px;
    color: #fff;
    text-align: center;
    font-size: 40px;
    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;
    font-size: 14px;
    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: #359227;
    color:#fff;
}

footer img{
    width:120px;
}

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

#sp_float{
    bottom:-50%;
    position: fixed;
    z-index: 1;
}
.footLink{
    margin:15px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:15px;
}

/*特定商取引法*/
#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;
}


/*商品ページ*/
#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: 100%;
    }

    #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;
    }

    .con-button{
        font-size: 20px;
        margin-bottom: 10px;
    }

    #shop-item{
        padding-bottom: 20px;
    }

    #shop-item h2{
        padding-top: 20px;
    }

    #service img.soft-02,#shop-item img.soft-02,#shop-item-02 img.soft-02,#plan img.soft-02,#flow img.soft-02,#voice img.soft-02{
        width: 90%;
    }

    #service-aten h2{
        font-size: 26px;
    }

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

    #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%;
    }

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

    .soft-list{
        width: 95%;
    }

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

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

    #flow{
        overflow-x: hidden;
    }

    .topIll03{
        top:20px;
    }

    #faq h3{
        width:95%;
    }


    #faq p{
        width:90%;
    }

    .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;
        font-size: 30px;
    } */

    #contact{
        padding-bottom: 0;
    }

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

}


@media screen and (max-width: 520px){
    #privacy h3{
        width:90%;
    }
    #privacy p{
        font-size:14px;
    }
    #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: #91868a;
        border: 2px solid #999;
        background: #fff;
        font-size: 18px;
        font-weight: bold;
        padding: 12px 30px;
        border-radius: 10px;
    }

    .footLink{
        display: block;
    }

}