.content-wrapper{
    background: none!important;
}

.content-inner{
    padding-left: 15px;
    padding-right: 15px;
}

.text-center{
    text-align: center!important;
}
.title h3{
    text-align: center;
    display: flex;
    align-items: center;
}
.line-l {
    flex: 1;
    border-bottom: 1px solid #000;
    margin: 0 30px 0 0;
}
.line-r {
    flex: 1;
    border-bottom: 1px solid #000;
    margin: 0 0 0 30px;
}
.column-honobono{
    margin: 0px;
    gap: 10px;
    justify-content: center;
}

.honobono .mvBox h1{
    font-weight: bold!important;
    color: #000!important;
}

/* .h2-honobono {
    margin-top: 50px;
} */


.h2-honobono h2{
    color: #0068b4;
    margin-bottom: 0!important;
    font-weight: bold;
}



.h3-honobono {
    font-weight: bold;
}

.imgBlock img{
    display: flex;
    margin: 0 auto;
}


.column_wrap .column_1-4{
    width: 24%;
}

.box-solution{
    background-color: #ffdd76;
    border-radius: 30px;
    padding: 10px;
    min-height: 175px;
    list-style-type: none;
}


.box-solution h4{
    padding: 0 8px;
    margin: 15px 0 0;
    font-weight: bold;
}

.box-solution h4 span{
    padding-right: 7px;
}

.box-solution .box-solutionList{
    margin-top: 10px;
    margin-left: -27px;
    padding-right: 10px;
}


.box-solution .box-solutionList li{
    color: #c86419;
    font-size: 14px;
    display: flex;
    align-items: top;
}

.box-solution li::before {
    content: "•";
    margin-right: 10px; 
}

.text-descr{
    font-weight: bold;
    padding-left: 25px;
}

.textBold{
    font-weight: bold;
    font-size: 15px;
}

.btn-support {
    text-align: center;
    color: #fff;
    width: 550px;
    margin: 0 auto 50px auto;
    background-color: #0068b4;
    padding: 15px 20px;
}

.btn-support:hover{
    opacity: 0.7;
 }

.btn-mail {
    text-align: center;
    color: #fff;
    width: 90%;
    margin: 0 auto;
    background-color: #0068b4;
    padding: 15px 20px;
}

.btn-mail-honobono{
    color: #fff !important;
    text-decoration: none !important;
}

.btn-mail .contact-link-large {
    padding-right: 20px;
    padding-left: 50px;
    background-image: url(/k11-contents/kmj/assets/honobono/img/bg_btn-mail.png);
    background-size: 30px;
    background-repeat: no-repeat;
    font-weight: bold;
    text-align: center;
}

.btn-mail:hover{
    opacity: 0.7;
 }



.btn-support-link {
    color: #fff !important;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
}
.column_wrap .column_1-2{
    margin-top: 10px;
}


@media only screen and (min-width: 600px){
    .pd-text{
        padding: 0 12px;
    }

    .pd-l-r-50{
        padding-left: 50px;
        padding-right: 50px;
    }

    .h2-mt-0 h2{
        margin-top: 0;
    }
}

@media only screen and (max-width: 600px){
    .column_wrap .column_1-4{
        width: 49%;
    }

    .box-solution{
        min-height: 150px;
    }
    .box-solution-mh{
        min-height: 175px;
    }
}

@media only screen and (max-width: 599px)
{
    .btn-support {
        width: 90%;
    }

    .imgBlock img{
        text-align: center;
        width: 100%;
    }
    .h2-honobono {
        margin-top: 30px;
    }
    .mvBox{
        width: 100%;
    }

    .text-descr{
        padding-left: 0;
    }

    .line-l {
        margin: 0 10px 0 0;
    }
    .line-r {
        margin: 0 0 0 10px;
    }

    .img-spec-w-h{
        width: 320px!important;
        height: 170px;
    }

    .img-spec-320{
        width: 320px!important;
    }

    .mvBox img{
        width: 200px;
    }

    .mvBox .title{
        width: 200px;
        padding: 0;
        margin-left: 10px;
    }

}

@media only screen and (max-width: 528px){
    .box-solution{
        min-height: unset;
    }
}



@media only screen and (max-width: 510px){
    .column_wrap .column_1-4{
        width: 260px;
    }
}

@media only screen and (max-width: 490px)
{
    .line-sp-l{
        width: 10%;
        flex: unset;
    }

    .line-sp-r{
        width: 10%;
        flex: unset;
    }
}

