@charset "UTF-8";

@font-face {
    font-family: Zen Maru Gothic;
    src: url(/shared/font/ZenMaruGothic.ttf) format("truetype")
}

@media screen and (max-width:767px) {
    .pc {
        display: none !important
    }
}

@media screen and (min-width:768px) {
    .sp {
        display: none !important
    }
}

.d-flex {
    display: -ms-flexbox;
    display: flex
}

.color_red {
    color: #bf0000
}

.fw_bold {
    font-weight: 700
}

.product_detail_inner {
    min-width: auto
}

.features_box {
    width: 100%;
    font-family: Zen Maru Gothic, メイリオ, Meiryo, Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, ＭＳ\ Ｐゴシック, Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif !important;
    color: #333
}

@media screen and (min-width:768px) {
    .features_box {
        width: 93.4%;
        max-width: 1120px;
        margin-left: auto;
        margin-right: auto
    }
}

.features_box img {
    display: block;
    width: 100%
}

@media screen and (min-width:768px) {
    .features_box_flex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 19px 40px
    }

    .features_box_flex:not(:last-child) {
        margin-bottom: 70px
    }
}

.features_box_flex+.block_inner {
    margin-top: -1px
}

@media screen and (min-width:768px) {
    .features_box_item {
        width: calc(50% - 20px)
    }
}

.features_box_item--second {
    margin-bottom: 50px
}

@media screen and (min-width:768px) {
    .features_box_item--second {
        margin: 0 auto
    }
}

.features_box_img--second {
    margin-bottom: -11px
}

.features_box_img--three {
    margin-bottom: 17px
}

.features_box_img img {
    display: block;
    width: 100%
}

.features_box_ct {
    width: 92vw;
    margin: 0 auto;
    padding: 23px 0 44px
}

@media screen and (min-width:768px) {
    .features_box_ct {
        width: 100%;
        padding-bottom: 11px
    }
}

.features_box_desc {
    font-size: 14px;
    line-height: 1.7142857143;
    font-weight: 500
}

.features_box_desc:not(:last-child) {
    margin-bottom: 12px
}

@media screen and (min-width:768px) {
    .features_box_desc:not(:last-child) {
        margin-bottom: 0
    }
}

.features_box_desc small {
    font-size: 10px;
    line-height: 1.6
}

.features_box_notes {
    font-size: 10px;
    line-height: 1.8;
    font-weight: 500
}

.features_box_notes:not(:last-child) {
    margin-bottom: 40px
}

.features_box_ttl {
    font-size: 18px;
    line-height: 1.5555555556;
    font-weight: 500;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: center;
    padding: 8px
}

@media screen and (min-width:768px) {
    .features_box_ttl {
        padding: 12px;
        letter-spacing: .1em
    }
}

.features_box_ttl:not(:last-child) {
    margin-bottom: 12px
}

@media screen and (min-width:768px) {
    .features_box_ttl:not(:last-child) {
        margin-bottom: 24px
    }
}

.features_box_list {
    font-weight: 500;
    display: grid;
    gap: 2px
}

@media screen and (min-width:768px) {
    .features_box_list {
        padding: 1px 0 0;
        gap: 27px;
        width: calc(50% - 20px)
    }
}

.features_box_list:not(:last-child) {
    margin-bottom: 11px
}

@media screen and (min-width:768px) {
    .features_box_list:not(:last-child) {
        margin-bottom: 0
    }
}

.features_box_list_ttl {
    font-size: 16px;
    line-height: 1.625;
    color: #f29e9e;
    margin-bottom: 2px
}

.features_box_list_desc {
    font-size: 14px;
    line-height: 1.45
}

.features_box .btn_common {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 1.2222222222;
    font-weight: 700;
    text-align: center;
    padding: 10px 50px;
    min-height: 60px;
    border-radius: 30px;
    color: #fff;
    background-color: #e60013;
    box-shadow: 5px 0 10px rgba(0, 0, 0, .2);
    position: relative;
    max-width: 400px;
    margin: 0 auto
}

.features_box .btn_common:after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: url(/supplement/capsi_ex/img/icon_arrow.png) 50%/cover no-repeat;
    right: 20px;
    top: calc(50% - 9px)
}

.features_list {
    display: grid;
    gap: 32px
}

.features_list:not(:last-child) {
    margin-bottom: 9px
}

.features_list_ttl {
    font-size: 18px;
    line-height: 1.85;
    font-weight: 700;
    margin-bottom: 5px
}

.features_list_ttl small {
    font-size: 10px
}

.features_list_desc {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500
}

.block_inner {
    margin: 0 auto;
    width: 92%
}

.block_inner--second {
    width: 93%
}

/*# sourceMappingURL=map/style.css.map */

.features_box{
    padding-bottom: 80px;
}