@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
    }
}

@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
    }
}

@media screen and (min-width:768px) {
    .features_box_item {
        width: calc(50% - 20px)
    }
}

@media screen and (min-width:768px) {
    .features_box_item--full {
        width: 100%
    }

    .features_box_item--full>* {
        width: calc(50% - 20px) !important;
        margin-left: auto;
        margin-right: auto
    }
}

.features_box_item--second {
    margin-bottom: 50px
}

@media screen and (min-width:768px) {
    .features_box_item--second {
        margin: 0 auto
    }
}

.features_box_item .block_heading {
    width: 92%;
    margin: 0 auto 20px
}

@media screen and (min-width:768px) {
    .features_box_item .block_heading {
        width: 100%
    }
}

.features_box_img img {
    display: block;
    width: 100%
}

.features_box_img--second {
    margin: 30px 0 8px
}

.features_box_ct {
    width: 92vw;
    margin: 0 auto;
    padding: 23px 0 39px
}

@media screen and (min-width:768px) {
    .features_box_ct {
        width: 100%;
        padding-bottom: 11px
    }
}

.features_box_ct--second {
    padding: 1px 0 40px
}

.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
}

.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: 34px
}

.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_desc {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500
}

.features_list_info {
    max-width: 72%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    margin: -23px auto 22px
}

.features_list_info:after {
    content: "";
    clear: both;
    display: table
}

.features_list_info_img {
    width: 63px
}

.features_list_info_ttl {
    font-weight: 600;
    font-size: 16px;
    margin: 1px 0 0
}

.features_list_info_ttl span {
    font-size: 17px
}

.features_list_info+.features_list_desc {
    line-height: 1.8
}

.features_group {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500;
    margin: -3px 0 -5px;
    padding: 0 0 0 10px;
    display: grid;
    gap: 16px
}

.features_group_item {
    text-indent: -10px
}

.features_info {
    display: grid;
    gap: 30px;
    gap: 23px;
    margin: -23px 0 -4px
}

.features_info_item:nth-child(2n) .features_info_ttl {
    background: #3dab49
}

.features_info_ttl {
    background: #e36c9e;
    color: #fff;
    font-size: 19px;
    line-height: 1.4736842105;
    border-radius: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 21px
}

.features_info_img {
    float: right;
    width: 90px;
    margin: 9px 0 0 5px;
    transform: translateX(-7px)
}

.features_info_desc {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 500
}

.block_inner {
    margin: 0 auto;
    width: 92%
}

.block_inner--second {
    width: 93%
}

.block_inner--three {
    margin-top: 3px
}

.block_heading {
    font-size: 24px;
    line-height: 1.0833333333;
    font-weight: 700;
    color: #005fc8;
    border-bottom: 2px solid #005fc8;
    text-align: center;
    margin: 0 0 30px;
    padding-bottom: 14px;
    letter-spacing: -.05em
}

.block_heading--red {
    color: #d02138;
    border-color: #d02138
}

.block_desc {
    font-size: 13.5px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -.08em;
    padding: 0 0 8px
}

/*# sourceMappingURL=map/style.css.map */

.features_box{
    padding-bottom: 80px;
}