@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
    }
}

.fw_md {
    font-weight: 500
}

.fw_bold {
    font-weight: 700
}

.align_right {
    text-align: right
}

.align_center {
    text-align: center
}

.text_01 {
    font-size: 16px;
    line-height: 1.8
}

.text_02 {
    font-size: 18px;
    line-height: 1.8;
}

.text_03 {
    font-size: 10px;
    line-height: 2.15
}

.text_04 {
    font-size: 12px;
    line-height: 1.85
}

.text_05 {
    font-size: 14px;
    line-height: 1.8
}

.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
}

.btn_common:visited {
    color: #fff
}

.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)
}

.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;
    padding-bottom: 80px;
    color: #45221C;
}
.features_box span.tit {
    border: 1px solid #45221C;
    background-color: #FFFAF2;
    padding: 1.5px 3px;
    font-weight: bold;
    display: inline-block;
}
.features_box p span.tit:nth-of-type(2),
.features_box p span.tit:nth-of-type(3) {
    margin-top: 8px;
}
.features_box span.tit.katsuo {
    background-color: #FDEADB;
}
.features_box span.tit.awase {
    background-color: #FAF3DC;
}
.features_box span.tit.iriko {
    background-color: #F6F3E4;
}
.fc_org {
    color: #E26C4A;
}
@media screen and (min-width:768px) {
    .features_box {
        width: 93.4%
    }
    .features_box span.tit {
        padding: 2.25px 4.5px;
    }
    .features_box p span.tit:nth-of-type(2),
    .features_box p span.tit:nth-of-type(3) {
        margin-top: 12px;
    }
}

.features_box img {
    display: block;
    width: 100%
}

@media screen and (max-width:767px) {
    .product_inner {
        padding-left: 0;
        padding-right: 0
    }
}

.block_inner {
    margin: 0 auto;
    width: 92%
}

.block_inner--second {
    width: 93%
}

.block_heading {
    font-size: 23px;
    line-height: 1.4130434783;
    font-weight: 700;
    color: #1d2088;
    border-bottom: 2px solid #1d2088;
    text-align: center;
    margin: -7px 0 23px;
    padding-bottom: 10px
}

@media screen and (min-width:768px) {
    .block_heading {
        margin: -10px 0 30px
    }
}

.block_desc {
    margin-bottom: 24px
}

@media screen and (min-width:768px) {
    .block_list {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
}

.block_list--second {
    margin-right: auto;
    margin-left: auto;
    width: 93.335%;
    display: grid;
    gap: 30px;
    margin-bottom: 50px
}

@media screen and (min-width:768px) {
    .block_list--second {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px
    }
}

.block_list_item--second {
    margin-bottom: 50px
}

.block_list_ct {
    padding: 21px 0 44px
}

.block_list_ttl:not(:last-child) {
    margin-bottom: 5px
}

.block_list_flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 17px;
    margin: -1px 0 2px
}

.block_list_flex_img {
    width: 115px;
    margin: 7px 3px 0 0
}

@media screen and (min-width:768px) {
    .block_list_flex_img {
        width: 121px
    }
}

.block_list_flex_desc {
    -ms-flex: 1;
    flex: 1
}

.block_list_flex--second .block_list_flex_img {
    width: 109px;
    margin-top: 9px
}

@media screen and (min-width:768px) {
    .block_list_flex--second .block_list_flex_img {
        width: 115px
    }
}

.block_list_desc:not(:last-child) {
    margin-bottom: 29px
}

.block_list_desc+.block_list_ttl {
    margin-top: 16px
}

.block_list_note {
    margin-bottom: 2px
}

.block_list_str:first-child {
    margin-top: 3px
}

/*# sourceMappingURL=map/style.css.map */