@charset "UTF-8";
/**
* @description Color
*/
/**
* グラデーション
*/
/**
* Transition
*/
/**
* pcBaseWidth
* @description [PC] Container Width
*/

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    animation-name: fadeInDown;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

.pt_product-details .static-content strong {
    font-weight: bold;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .size16 {
        padding: 0 0.5em;
        font-size: 16px;
    }
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .size22 {
        font-size: 22px;
    }
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .size34 {
        font-size: 34px;
    }
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .sp-size12 {
        font-size: 12px;
    }
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .sp-size30 {
        font-size: 30px;
    }
}

.pt_product-details .static-content .line {
    position: relative;
    z-index: 2;
    background: linear-gradient(transparent 70%, #ffe100 0%);
}


.pt_product-details .static-content .banner01 {
    text-align: center;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .banner01 {
        padding: 40px 0;
        background: url("../../../../images/product-detail/skio/vcbalm/bg-image01.jpg") no-repeat;
        background-size: cover;
    }
}

.pt_product-details .static-content .banner01_image {
    display: inline-block;
    background: #fff;
}

.pt_product-details .static-content .message-section .message-section__inner {
    padding: 80px 20px;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .message-section .message-section__inner {
        padding: 145px 0;
    }
}

.pt_product-details .static-content .message-section h2 {
    font-family: "游明朝体", "Yu Mincho", YuMincho;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    line-height: 2.5;
    letter-spacing: 0.05em;
}

.pt_product-details .static-content .message-section .message-section__note {
    width: 100%;
    max-width: 1200px;
    margin: 10px auto 0;
    text-align: right;
    color: #888;
    font-size: 10px;
    line-height: 1.7;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .message-section .message-section__note {
        padding: 0 20px;
    }
}

@media print,
screen and (min-width: 1240px) {
    .pt_product-details .static-content .message-section .message-section__note {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .message-section .message-section__note {
        padding: 0 20px;
    }
}

.pt_product-details .static-content .message-section .message-section__note p {
    display: inline-block;
    text-align: left;
}

.pt_product-details .static-content .point-section {
    width: 100%;
    max-width: 1100px;
    margin: 80px auto 0;
    overflow: hidden;
}

.pt_product-details .static-content .point-section .point {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .point-section .point {
        flex-direction: column;
    }
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .point-section .point:nth-child(odd) .point__image {
        margin-right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .point-section .point:nth-child(odd) .point__image {
        order: 2;
    }
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .point-section .point:nth-child(odd) .point__textarea {
        order: 2;
    }
}


.pt_product-details .static-content .point-section .point:nth-child(3) .point__title {
    position: relative;
}

.pt_product-details .static-content .point-section .point:nth-child(3) .point__title:before {
    position: absolute;
    top: 50%;
    right: -20px;
    z-index: -1;
    width: 105px;
    height: 75px;
    content: "";
    /*background: url("../../../../images/product-detail/skio/vcbalm/insert-image01.jpg") no-repeat;
    background-size: 105px auto;*/
    transform: translateY(-50%);
}

@media screen and (max-width: 320px) {
    .pt_product-details .static-content .point-section .point:nth-child(3) .point__title:before {
        width: 75px;
        height: 55px;
        /*background: url("../../../../images/product-detail/skio/vcbalm/insert-image01.jpg") no-repeat;
        background-size: 75px auto;*/
    }
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .point-section .point:nth-child(3) .point__title:before {
        right: -40px;
        width: 36%;
        max-width: 175px;
        height: 125px;
        /*background: url("../../../../images/product-detail/skio/vcbalm/insert-image01.jpg") no-repeat right;
            background-size: 100% auto;*/
    }
}

.pt_product-details .static-content .point-section .point + .point {
    margin: 60px 0 0;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .point-section .point + .point {
        margin: 80px 0 0;
    }
}

.pt_product-details .static-content .point-section .point__image {
    max-width: 620px;
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .point-section .point__image {
        margin: 30px 0 0;
    }
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .point-section .point__image {
        width: 56%;
    }
}

@media screen and (min-width:768px) and (max-width:1100px) {
    .pt_product-details .static-content .point-section .point__image {
        width: 42%
    }
}

.pt_product-details .static-content .point-section .point__textarea {
    flex: 1;
    padding: 0 30px;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .point-section .point__textarea {
        padding: 0 40px;
    }
}

@media print,
screen and (max-width: 767px) {
    .pt_product-details .static-content .point-section .point__textarea {
        width: 100%;
    }
}


.pt_product-details .static-content .point-section .point__title {
    font-size: 22px;
    line-height: 1.4;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .point-section .point__title {
        font-size: 28px;
    }
}

@media screen and (max-width: 320px) {
    .pt_product-details .static-content .point-section .point__title {
        font-size: 20px;
    }
}

.pt_product-details .static-content .point-section .point__sub-title {
    position: relative;
    margin: 10px 0 0;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.2;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .point-section .point__sub-title {
        margin: 15px 0 0;
        font-size: 13px;
    }
}

.pt_product-details .static-content .point-section .point__sub-title:before {
    content: "−";
}

.pt_product-details .static-content .point-section .point__text {
    margin: 20px 0 0;
    font-size: 14px;
    line-height: 1.7;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .point-section .point__text {
        margin: 30px 0 0;
        font-size: 15px;
    }
}

.pt_product-details .static-content .point-section .point__list {
    margin: 20px 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.7;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .point-section .point__list {
        margin: 15px 0 0;
        font-size: 15px;
    }
}

.pt_product-details .static-content .point-section .point__note {
    margin: 20px 0 0;
    color: #888;
    font-size: 10px;
    line-height: 1.7;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .point-section .point__note {
        margin: 25px 0 0;
    }
}






.pt_product-details .static-content .point-section .point:nth-child(1) .point__bg__image {
    position: absolute;
    bottom: -26px;
    right: -120px;
    z-index: -1;
}


.pt_product-details .static-content .point-section .point:nth-child(2) {
    flex-wrap: wrap;
}

.pt_product-details .static-content .point-section .point:nth-child(2) .point__textarea {
    text-align: center;
    margin-bottom: 30px;
}

.pt_product-details .static-content .point-section .point:nth-child(2) .point__title {
    display: inline-block;
}

@media screen and (min-width:768px) {
    .pt_product-details .static-content .point-section .point:nth-child(2) .point__image {
        max-width: 100%;
        width: 100%;
        position: relative;
        left: 30px
    }
}


@media screen and (max-width:767px) {
    .pt_product-details .static-content .point-section .point:nth-child(2) .point__textarea {
        text-align: left;
    }

    .pt_product-details .static-content .point-section .point:nth-child(2) .point__title {
        display: inline;
    }

    .pt_product-details .static-content .point-section .point:nth-child(2) .point__image {
        padding: 0 20px;
    }
}



.pt_product-details .static-content .point-section .point:nth-child(2),
.pt_product-details .static-content .point-section .point:nth-child(3) {
    max-width: 900px;
    margin: 80px auto 0;
}


@media screen and (min-width:921px) and (max-width:1100px) {

    .pt_product-details .static-content .point-section .point:nth-child(2),
    .pt_product-details .static-content .point-section .point:nth-child(3) {
        max-width: 800px;
    }

}

@media screen and (min-width:768px) and (max-width:920px) {

    .pt_product-details .static-content .point-section .point:nth-child(2),
    .pt_product-details .static-content .point-section .point:nth-child(3) {
        max-width: 650px;
    }

    .pt_product-details .static-content .point-section .point:nth-child(3) .point__image__01 img {
        width: 250px;
    }

}


@media screen and (min-width:768px) {

    .pt_product-details .static-content .point-section .point:nth-child(3) .point__title {
        position: absolute;
        left: -52px;
    }

    .pt_product-details .static-content .point-section .point:nth-child(3) .point__textarea {
        padding: 70px 95px 70px 120px;
        display: flex;
        background: #FAFAFA;
        justify-content: space-between;
        align-items: center;
    }

    .pt_product-details .static-content .point-section .point:nth-child(3) .point__text {
        width: 440px;
        font-size: 13px;
        margin: 0;
    }

    .pt_product-details .static-content .point-section .point:nth-child(3) .point__image__01 {
        position: absolute;
        left: -45px;
        top: -20px;
    }

    .pt_product-details .static-content .point-section .point:nth-child(3) .point__image__02 {
        position: absolute;
        right: -60px;
        top: 50px;
        max-width: 150px;
    }
}

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

    .pt_product-details .static-content .point-section .point:nth-child(3) {
        padding-left: 20px;

    }

    .pt_product-details .static-content .point-section .point:nth-child(3) .point__title {
        margin-bottom: 20px;
    }

    .pt_product-details .static-content .point-section .point:nth-child(3) .point__textarea {
        padding: 50px 3em 30px 3em;
        display: flex;
        flex-wrap: wrap;
        background: #FAFAFA;
        justify-content: space-between;

    }

    .pt_product-details .static-content .point-section .point:nth-child(3) .point__text {
        font-size: 13px;
        margin: 0;
        margin-bottom: 1em
    }

    .pt_product-details .static-content .point-section .point:nth-child(3) .point__image__01 {
        position: absolute;
        left: 10px;
        top: -20px;
        width: 40%;
        max-width: 180px;
    }

    .pt_product-details .static-content .point-section .point:nth-child(3) .point__textarea picture img {
        width: 100%;
    }

}

@media screen and (max-width:1000px, min-width:768px) {
    .pt_product-details .static-content .point-section .point:nth-child(3) {
        max-width: 70%;
    }

    .pt_product-details .static-content .point-section .point:nth-child(3) .point__image__02 {
        right: -20%;
        width: 15vw;
    }

    .pt_product-details .static-content .point-section .point:nth-child(3) .point__image__02 img {
        width: 100%;
    }
}

@media screen and (min-width:768px) {
    .pt_product-details .static-content .point-section .point:nth-child(4) {
        flex-shrink: 0;
        align-items: center;
    }

    .pt_product-details .static-content .point-section .point:nth-child(4) .point__textarea {
        padding: 0;
        padding-left: 50px;
        width: 50px;
    }

    .pt_product-details .static-content .point-section .point:nth-child(4) .point__image {
        width: 480px;
        margin-left: 40px;
    }

    .pt_product-details .static-content .point-section .point:nth-child(4) .point__note.is-pc {
        text-align: left;
        display: inline-block;
    }

    .pt_product-details .static-content .point-section .point:nth-child(4) .point__note__wrapper {
        text-align: right;
    }

    .pt_product-details .static-content .point-section .point:nth-child(4) .point__note {
        text-align: left;
    }

}


@media screen and (min-width:768px) and (max-width:900px) {
    .pt_product-details .static-content .point-section .point:nth-child(4) .point__image {
        width: 50%;
    }
}

@media screen and (min-width:768px) and (max-width:1100px) {
    .pt_product-details .static-content .point-section .point:nth-child(4) .point__textarea {
        padding-right: 20px;
    }
}

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

    .pt_product-details .static-content .point-section .point:nth-child(4) .point__textarea {
        order: 1
    }

    .pt_product-details .static-content .point-section .point:nth-child(4) .point__image {
        order: 2
    }

    .pt_product-details .static-content .point-section .point:nth-child(4) .point__note {
        order: 3;
        width: 100%;
        text-align: right;
        padding: 0 1em;
    }

}




/*mechanism*/

.pt_product-details .static-content .mechanism-section {
    background: url("../../../../images/product-detail/skio/vcbalm/mechanism_bg.jpg") no-repeat;
    background-size: cover;
}

.pt_product-details .static-content .mechanism-section .mechanism__wrapper {
    max-width: 1100px;
    margin: 80px auto 0;
    padding: 80px 50px 40px;
    text-align: center;

}

.pt_product-details .static-content .mechanism-section .mechanism__box {
    background: #fff;
    padding: 60px 20px 30px;
    margin-bottom: 20px;
}

.pt_product-details .static-content .mechanism-section .mechanism__title {
    font-size: 28px;
}

.pt_product-details .static-content .mechanism-section .mechanism__title sup {
    font-size: 50%;
    vertical-align: top;
}

.pt_product-details .static-content .mechanism-section .mechanism__box:nth-child(1) .mechanism__title {
    margin-bottom: 35px;
}

.pt_product-details .static-content .mechanism-section .mechanism__box .mechanism__note {
    display: block;
    text-align: right;
}

.pt_product-details .static-content .mechanism-section .mechanism__note__wrapper {
    text-align: right;
}

.pt_product-details .static-content .mechanism-section .mechanism__note {
    color: #888;
    font-size: 10px;
    line-height: 1.7;
    text-align: left;
    margin-top: 10px;
    padding-right: 20px;
    display: inline-block;
}


@media screen and (max-width:767px) {
    .pt_product-details .static-content .mechanism-section .mechanism__wrapper {
        margin: 80px auto 0;
        padding: 50px 20px 30px;
    }

    .pt_product-details .static-content .mechanism-section .mechanism__title {
        font-size: 22px;
        text-align: left;
        line-height: 1.5
    }

    .pt_product-details .static-content .mechanism-section .mechanism__note__wrapper {
        text-align: left;
    }
}



/*howto*/

.pt_product-details .static-content .howto-section .howto__movie {
    display: flex;
}

.pt_product-details .static-content .howto-section .howto__movie .howto__movie-txt h2 {
    margin-bottom: 30px;
    font-size: 1.5em;
}

.pt_product-details .static-content .howto-section .howto__movie .howto__movie-txt p {
    font-size: 15px;
    line-height: 1.5;
}

.pt_product-details .static-content .howto-section .howto__movie {
    justify-content: center;
}

.pt_product-details .static-content .howto-section .howto__recommend-txt h2 {
    margin-bottom: 30px;
    font-size: 1.5em;
    padding-left: 2%;
}

.pt_product-details .static-content .howto-section .howto__movie .section02 {
    margin-bottom: 30px;
}

@media screen and (min-width:768px) {
    .pt_product-details .static-content .howto-section .howto__recommend-txt h2 {
        padding-left: 20px;
    }

    .pt_product-details .static-content .howto-section .howto__movie .section02 {
        width: 70%;
        margin-bottom: 60px;
    }

    .pt_product-details .static-content .howto-section .howto__movie .howto__movie-txt {
        width: 50%;
    }

    .pt_product-details .static-content .howto-section .howto__movie .howto__movie-txt {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
    }

    .pt_product-details .static-content .howto-section .howto__movie .howto__movie-txt p {
        padding-right: 1em;

    }

}

@media screen and (max-width:767px) {
    .pt_product-details .static-content .howto-section .howto__movie {
        padding-top: 40px;

        display: flex;
        flex-wrap: wrap;
    }

    .pt_product-details .static-content .howto-section .howto__movie .howto__movie-txt {
        padding: 1em;
    }

}


@media screen and (min-width:768px) {
    .pt_product-details .static-content .howto-section {
        margin-top: 80px;
        background: url("../../../../images/product-detail/skio/vcbalm/howto-bg.jpg");
        background-position: bottom;
        background-size: 100% 155px;
        background-repeat: no-repeat;
        padding-bottom: 15PX
    }

    .pt_product-details .static-content .howto-section .howto__wrapper {
        max-width: 1100px;
        margin: 0 auto;
        position: relative;
        padding: 0 50px;
    }

    .pt_product-details .static-content .howto-section .howto__image {
        text-align: center;
        margin-top: 50PX;
    }
}


@media screen and (max-width:767px) {
    .pt_product-details .static-content .howto-section .howto__wrapper {
        width: 100%;
        overflow: hidden;
    }

    .pt_product-details .static-content .howto-section .howto__image:nth-child(1) {
        width: 115vw;
        margin: 0 auto;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        margin-bottom: 30px;
    }
}


/*note*/


.pt_product-details .static-content .note-section {
    display: flex;
    width: 100%;
    max-width: 1100px;
    margin: 80px auto 0;
    padding: 40px 0;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background-size: 144px auto;
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .note-section {
        margin: 60px auto 0;
        padding: 30px 30px 60px;
        flex-direction: column;
    }
}


@media screen and (max-width: 767px) {
    .pt_product-details .static-content .note-section .note__col:nth-child(1) {
        margin: 0 0 30px;
        padding: 0 0 30px;
        border-bottom: 1px solid #efefef;
    }
}


.pt_product-details .static-content .note-section .note__col:nth-child(1) .note__textarea__wrapper:nth-child(2) h2 {
    visibility: hidden;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .note-section .note__col:nth-child(1) {
        width: 60%;
        padding: 0 20px 0 30px;
        border-right: 1px solid #efefef;
    }

    .pt_product-details .static-content .note-section .note__col:nth-child(1) .note__textarea__box {
        display: flex;
    }

    .pt_product-details .static-content .note-section .note__col:nth-child(1) .note__textarea__wrapper {
        width: 50%;
        position: relative;
        padding: 1em;
    }

    .pt_product-details .static-content .note-section .note__col:nth-child(1) .note__textarea__wrapper .note__image {
        position: absolute;
        right: 0px;
        bottom: -20px;
        z-index: -1;
    }

    .pt_product-details .static-content .note-section .note__col:nth-child(1) .note__textarea__wrapper:nth-child(1) {
        border-right: 1px solid #efefef;
    }


    .pt_product-details .static-content .note-section .note__col:nth-child(1) .note__textarea__wrapper:nth-child(2) p:nth-child(2) {
        width: 70%
    }
}

@media screen and (max-width:767px) {
    .pt_product-details .static-content .note-section .note__col:nth-child(1) .note__textarea__wrapper:nth-child(1) {
        border-bottom: 1px solid #efefef;
    }

    .pt_product-details .static-content .note-section .note__col:nth-child(1) .note__textarea__wrapper:nth-child(1) p:nth-child(1) {
        font-size: 14px
    }

    .pt_product-details .static-content .note-section .note__col:nth-child(1) .note__textarea__wrapper p:nth-child(2) {
        width: 70%
    }

    .pt_product-details .static-content .note-section .note__col:nth-child(1) .note__textarea__wrapper:nth-child(2) p {
        width: 70%
    }

    .pt_product-details .static-content .note-section .note__col:nth-child(1) .note__textarea__wrapper {
        position: relative;
    }

    .pt_product-details .static-content .note-section .note__col:nth-child(1) .note__textarea__wrapper .note__image {
        position: absolute;
        right: 0;
        top: 5%
    }
}

.pt_product-details .static-content .note-section .note__col:nth-child(1) .small-text {
    color: #888;
    font-size: 10px;
    line-height: 1.7;
    margin-top: 50px;
}


.pt_product-details .static-content .note-section .note__col:nth-child(2) {
    flex-wrap: wrap;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .note-section .note__col:nth-child(2) {
        width: calc(40% + 80px);
        padding: 0 40px 0 30px;
    }
}

.pt_product-details .static-content .note-section .note__textarea {
    flex: 1;
    padding: 0 10px 0 0;
    font-size: 12px;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .note-section .note__textarea {
        font-size: 14px;
    }
}

.pt_product-details .static-content .note-section .note__title {
    font-size: 16px;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .note-section .note__title {
        font-size: 18px;
    }
}

.pt_product-details .static-content .note-section .note__text {
    margin: 20px 0 0;
    line-height: 1.4;
}

.pt_product-details .static-content .note-section .note__text .small-text {
    color: #888;
    font-size: 10px;
    line-height: 1.7;
}

.pt_product-details .static-content .note-section .note__text strong {
    display: inline-block;
    margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .note-section .note__image {
        margin: 35px 0 0;
    }
}


.pt_product-details .static-content .note-section .note__col-top,
.pt_product-details .static-content .note-section .note__col-bottom {
    width: 100%;
    display: flex;
}

.pt_product-details .static-content .note-section .note__col-bottom {
    color: #666;
    font-size: 10px;
    line-height: 1.5;
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .note-section .note__col-bottom {
        margin: 30px 0 0;
        justify-content: space-between;
        /*background: url("../../../../images/product-detail/skio/vcbalm/icon-arrow01.png") no-repeat center 70px;
        background-size: 14px auto;*/
    }
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .note-section .note__col-bottom {
        margin: 30px 60px 0 0;
        /*background: url("../../../../images/product-detail/skio/vcbalm/icon-arrow01.png") no-repeat center center;
            background-size: 14px auto;*/
    }
}

.pt_product-details .static-content .note-section .note__figure {
    position: relative;
    width: 50%;
}

.pt_product-details .static-content .note-section .note__figure:before {
    position: absolute;
    top: 0;
    left: 0;
    color: #666;
    font-family: Futura;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .note-section .note__figure:nth-child(1) {
        margin-left: -10px;
        padding: 0 13px 0 0;
    }
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .note-section .note__figure:nth-child(1) {
        padding: 0 25px 0 0;
    }
}

.pt_product-details .static-content .note-section .note__figure:nth-child(1):before {
    content: "1";
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .note-section .note__figure:nth-child(2) {
        margin-right: -10px;
        padding: 0 0 0 13px;
    }
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .note-section .note__figure:nth-child(2) {
        padding: 0 0 0 25px;
    }
}

.pt_product-details .static-content .note-section .note__figure:nth-child(2):before {
    content: "2";
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .note-section .note__figure:nth-child(2):before {
        left: 25px;
    }
}

.pt_product-details .static-content .note-section .note__col-illust {
    margin: 0 0 8px;
    text-align: center;
}
