@charset "utf-8";

.product #h2-title .h2-titleInner {
    background-image: url(../images/product/bg-h2-title.jpg);
}

.product #h2-title h2::before {
    background-image: url(../images/product/h2-title.svg);
}

.product #contents .section-foot .btnBox a {
    background-color: #ffffff;
    color: #004098;
    border: none;
    position: relative;
}

.product #contents .section-foot .btnBox a::after {
    background-color: #004098;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(1, 1);
    transform-origin: right top;
    transition: transform .3s;
    width: 100%;
}

.product #contents .section-foot .btnBox a:hover:after {
    transform: scale(0, 1);
}

.product #contents .section-foot .btnBox a span:before {
    background: #ffffff;
    border: 1px solid #004098;
}

.product #contents .section-foot .btnBox a span:after {
    color: #004098 !important;
}


.product #contents .section-head {
    background-color: #f0f8ff;
    padding: 20px 40px;
    display: flex;
    align-items: center;
    margin: 0 auto 40px;
}

.product #contents .section-head .image {
    width: 100px;
    height: auto;
    margin: 0 15px 0 0;
}

.product h3 span.ja {
    color: #004098;
    font-weight: 500;
    font-size: 2.5rem;
}

.product h3 span.en {
    display: flex;
    color: #999999;
    font-size: 1.5rem;
}

.product #contents .section-body {
    padding: 0 40px;
}

.product #contents .section-foot {
    padding: 40px 0 0;
    position: relative;
    z-index: 10;
}

.product #contents .btnBox {
    margin-left: auto;
    max-width: 200px;
}



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

    .product #contents .section-head {
        padding: 20px 30px;
        margin: 0 auto 30px;
    }

    .product h3 span.ja {
        font-size: 2.3rem;
    }

    .product #contents .section-head .image {
        width: 80px;
    }


    .product #contents .section-body {
        padding: 0 30px;
    }


    .product #contents .section-foot {
        padding: 30px 0 0;
    }
}

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

@media screen and (max-width: 835px) {
    .product #contents .section-head {
        padding: 20px 25px;
        margin: 0 auto 25px;
    }


    .product #contents .section-body {
        padding: 0 25px;
    }


    .product #contents .section-foot {
        padding: 25px 0 0;
    }

    .product #contents .section-foot .btnBox {
        max-width: 200px;
    }
}

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

    .product #contents .section-head {
        padding: 20px;
    }

    .product #contents .section-body {
        padding: 0 20px;
    }

    .product #contents .section-foot .btnBox {
        max-width: 175px;
    }
}

@media screen and (max-width: 640px) {
    .product #h2-title h2 span.ja {
        font-size: 2.0rem;
    }

    .product #contents .section-head {
        padding: 15px 20px;
    }

    .product h3 span.ja {
        font-size: 2.0rem;
    }

    .product h3 span.en {
        font-size: 1.3rem;
    }

    .product #contents .section-head .image {
        width: 70px;
    }

    .product #contents .section-body {
        padding: 0;
    }

    .product #contents .section-foot .btnBox {
        max-width: 125px;
    }
}

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

    .product #h2-title h2 span.ja {
        font-size: 1.6rem;
    }

    .product #contents .btnBox {
        max-width: 175px;
    }

    .product #contents .section-head {
        padding: 12.5px 10px 12.5px 20px;
    }

    .product h3 span.ja {
        font-size: 1.8rem;
    }

    .product h3 span.en {
        font-size: 1.0rem;
        letter-spacing: 0;
    }

}

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