@charset "Shift_JIS";

p {
    letter-spacing: 0;
}

.patch__base {
    width: 60%;
    margin: 0 auto;
}

.patch__base_50 {
    width: 50%;
    margin: 0 auto;
}

.patch__box {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.patch__title {
    color: #6dc9c8;
    font-weight: bold;
}

.patch__subTitle {
    letter-spacing: .2rem;
    color: #07acb7;
    font-weight: bold;
    line-height: 1.5;
}

.patch__text {
    margin-bottom: 0;
    letter-spacing: 0.03em;
    line-height: 1.4em;
    font-weight: bold;
    font-size: 1.5vw;
}

.patch__text > span {
    color: #fb7c95;
}

.mark {
    position: relative;
}

.mark:before {
    content: "";
    position: absolute;
    top: 0.4vw;
    right: 100%;
    display: inline-block;
    height: 1.5vw;
    width: 1.5vw;
    background-color: #6dc9c8;
    margin-right: 2%;
    border-radius: 100%;
}

.small_comment {
    display: block;
    font-size: 1vw;
    margin-bottom: 6%;
    font-weight: bold;
}

.po_title {
    margin: 1% auto 7%;
    letter-spacing: 0.02em;
    line-height: 1.3em;
    font-weight: bold;
    font-size: 2.5vw;
}

.po_title > span {
    color: #fb7c95;
}

.flex {
    display: flex;
    width: 80%;
    margin: auto;
}

.flex .left_text {
    width: 60%;
    text-align: left;
}

.flex .right_img {
    width: 40%;
}

.patch__text.--annotation > span {
    color: #5d5d5f;
    display: block;
    margin-top: 2%;
    font-size: calc(100vw * 13 / 1199);
}

.patch__box > .patch__text:last-child {
    margin-bottom: 0;
}

.patch__originBox {
    width: 90%;
    margin: 7% auto 0;
    padding-bottom: 5%;
    background-color: #f6f2e9;
    border-radius: 1vw;
}

.patch__originBox > .patch__text {
    color: #222;
}

.linkBtn.patch__inductiontBox {
    padding-top: 3%;
    width: 50%;
    margin: 0 auto;
}

.patch__item {
    margin-top: 10%;
    border-radius: 5px;
}

.patch__item:first-child {
    margin-top: 0;
}

.--mb0 {
    margin-bottom: 0;
}

.--small {
    width: 80%;
    margin: 0 auto;
}

.back_white {
    background-color: #FFFFFF;
}

.back_blue {
    background-color: #e9f7f8;
}

.bottom_comment {
    font-size: 0.7vw;
    font-weight: bold;
    margin-top: 3em;
}

.po2_text {
    margin: 4% 0;
    font-size: 2vw;
}

.skin_ul {
    display: flex;
    flex-flow: wrap;
    width: 80%;
    margin: auto;
}

.skin_ul li {
    width: 48%;
    margin: 0 1%;
}

.skin_ul li .skin_name {
    font-size: 1.7vw;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0;
    display: flex;
    justify-content: center;
}

.skin_ul li .skin_name span {
    font-size: 1vw;
    line-height: 2em;
}

.skin_ul li .skin_detail .complement {
    font-size: 1.3vw;
    line-height: 1em;
    margin-bottom: 0.3em;
}

.skin_ul li .skin_detail .long_text {
    font-size: 1.1vw;
    line-height: 1.3em;
}

.skin_ul li .skin_detail small {
    font-size: 0.8vw;
    font-weight: bold;
    display: inline-block;
    margin: 2% 0 10%;
}

.sec02 {
    padding-bottom: 8%;
}

.linkBtn_wide {
    padding-top: 3vw;
}

.patch_btn {
    display: block;
}

.patch_btn:hover {
    opacity: 0.8;
}

#base .point_title_img {
    width: 80%;
}

.patch__text .come {
    font-size: 0.8vw;
    vertical-align: super;
    color: #5d5d5f;
}

@media screen and (max-width: 767px) {

    .patch {
        padding-top: 15vw;
    }

    .patch__base {
        width: 100%;
        margin: 0 auto;
    }

    .patch__box.--moreBottom {
        margin-bottom: 20%;
    }

    .patch__title {
        margin-bottom: 2%;
    }

    .patch__text {
        font-size: 13px;
    }

    .linkBtn.patch__inductiontBox {
        padding-top: 5%;
        padding-bottom: 3%;
    }

    .linkBtn__box.patch__item:last-child {
        margin-top: 16%;
    }

    .linkBtn__link.patch__link {
        font-size: calc(13px + 18 * (100vw - 320px) / 443);
    }

    .linkBtn__link.patch__link::after {
        top: 50%;
    }

    .patch__text.--annotation > span {
        font-size: calc(10px + 8 * (100vw - 320px) / 443);
    }

    .bottom_comment {
        font-size: 5px;
        margin-top: 0;
    }

    .po_title {
        letter-spacing: 0.02em;
        font-size: 17px;
    }

    .small_comment {
        font-size: 10px;
        margin: 1% 0 6%;
    }

    .mark:before {
        top: 7px;
        height: 10px;
        width: 10px;
    }

    .flex {
        display: flex;
        width: auto;
        margin: 0 8%;
    }

    .po2_text {
        font-size: 15px;
    }

    .skin_ul li .skin_name {
        font-size: 14px;
        margin-bottom: 2%;
    }

    .skin_ul li .skin_name span {
        font-size: 8px;
    }

    .sp_skin_detail {
        margin: 5% 3% 0 9%;
        text-align: left;
    }

    .sp_skin_detail .patch__text {
        margin-bottom: 1em;
    }

    .sp_skin_detail_bottom {
        text-align: left;
        margin: 5% 3% 4%;
    }

    .sp_skin_detail_bottom small {
        display: block;
        font-size: 10px;
    }

    .sec02 {
        padding-bottom: 0;
    }

    .patch__base {
        width: auto;
        margin: 0 auto;
    }

    .patch__base_50 {
        width: auto;
        margin: 0 auto;
    }

    #base .point_title_img {
        width: 100%;
    }

    .patch__text .come {
        font-size: 7px;
    }

    .patch__box {
        margin: 0 auto 7%;
    }

}

@media screen and (min-width: 1200px) {

    /*.patch__text {*/
    /*  font-size: calc(100vw * 32 /1940);*/
    /*}*/
}
