@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;
}

.refil-section .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;
}

.pt_product-details .static-content .line:after {
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: -1;
    content: "";
    width: 100%;
    height: 12px;
    background: #ffe100;
}

.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/vbgel/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-lead-section {
    width: 100%;
    max-width: 1100px;
    margin: 60px auto 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt_product-details .static-content .point-lead-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-lead-section .point__sub-title {
        margin: 15px 0 0;
        font-size: 13px;
    }
}

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

.pt_product-details .static-content .point-lead-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-lead-section .point__text {
        margin: 30px 0 0;
        font-size: 15px;
    }
}

.pt_product-details .static-content .point-lead-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-lead-section .point__list {
        margin: 15px 0 0;
        font-size: 15px;
    }
}

.pt_product-details .static-content .point-lead-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-lead-section .point__note {
        margin: 25px 0 0;
    }
}

.pt_product-details .static-content .point-section-wrap {
    overflow: hidden;
}

.pt_product-details .static-content .point-section {
    width: 100%;
    max-width: 900px;
    margin: 60px auto 0;
}

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

@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(1) .point__image {
        margin-right: 53%;
    }
}

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

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

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

.pt_product-details .static-content .point-section .point:nth-child(1):before {
    content: "";
    width: 240px;
    height: 160px;
    background: url("../../../../images/product-detail/skio/vbgel/bg-image06.jpg") no-repeat;
    background-size: 100% auto;
    position: absolute;
    z-index: -1;
    top: 190px;
    right: 0;
}

@media print,
screen and (max-width: 767px) {
    .pt_product-details .static-content .point-section .point:nth-child(1):before {
        width: 63%;
        height: 42vw;
    }
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .point-section .point:nth-child(1):before {
        width: 500px;
        height: 332px;
        top: 40px;
        right: -213px;
    }
}

.pt_product-details .static-content .point-section .point:last-child {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    justify-content: center;
}

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

.pt_product-details .static-content .point-section .point:last-child .point__textarea,
.pt_product-details .static-content .point-section .point:last-child .point__image {
    flex: auto;
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .point-section .point:last-child .point__image {
        max-width: 200px;
        margin-left: 30px;
        margin-right: 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 print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .point-section .point:nth-child(1) .point__image {
        width: 32.5%;
    }
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .point-section .point:nth-child(2) .point__image {
        width: 69%;
        margin-left: auto;
        margin-right: auto;
    }
}

.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 (min-width: 768px) {
    .pt_product-details .static-content .point-section .point:nth-child(1) .point__textarea {
        padding: 0 140px 0 40px;
    }
}

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

.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__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:nth-child(1) .point__list li:last-child {
    font-size: 10px;
    font-weight: normal;
    margin: 6px 0 0;
}

.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 .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;
}

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

.pt_product-details .static-content .note-section .note__col {
    display: flex;
}

@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;
    }
}

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

.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(50% + 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 {
        padding: 0 20px 0 0;
        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 strong {
    display: inline-block;
    margin: 0 0 10px;
}

.pt_product-details .static-content .note-section .note__image {
    width: 90px;
}

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

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

.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/vcgel/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/vcgel/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;
}

.pt_product-details .static-content .step-section {
    width: 100%;
    max-width: 1200px;
    margin: 60px auto 0;
}

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

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

.pt_product-details .static-content .step-section .step__title {
    text-align: center;
}

.pt_product-details .static-content .step-section .step__title small {
    font-size: 14px;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .step-section .step__title small {
        font-size: 16px;
    }
}

.pt_product-details .static-content .step-section .step__title span {
    position: relative;
    display: inline-block;
    margin: 10px 0 0;
    font-size: 24px;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .step-section .step__title span {
        font-size: 26px;
    }
}

.pt_product-details .static-content .step-section .step__title span:after {
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: -1;
    content: "";
    width: 100%;
    height: 12px;
    background: #ffe100;
}

.pt_product-details .static-content .step-section .step-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 920px;
    margin: 70px auto 0;
}

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

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .step-section .step {
        width: calc((100% - 50px) / 2);
    }
}

.pt_product-details .static-content .step-section .step + .step {
    position: relative;
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .step-section .step + .step {
        margin: 15px 0 0;
    }
}

.pt_product-details .static-content .step-section .step__note {
    margin: 40px 0 0;
    color: #888;
    font-size: 10px;
    text-align: right;
}

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

.pt_product-details .static-content .banner02 {
    margin: 60px 0 0;
    text-align: center;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .banner02 {
        margin: 80px 0 0;
        padding: 70px 0;
        background: url("../../../../images/product-detail/skio/vbgel/bg-image03.jpg") no-repeat;
        background-size: cover;
    }
}

.pt_product-details .static-content .banner02 .banner02__inner {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: left;
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .banner02 .banner02__text img {
        width: 100%;
    }
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .banner02 .banner02__image {
        display: none;
    }
}

.pt_product-details .static-content .approach-section {
    margin: 50px 0 0;
}

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

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

.pt_product-details .static-content .approach-section .approach__title-wrap {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .approach-section .approach__title-wrap {
        padding: 20px 0;
        background: url("../../../../images/product-detail/skio/vbgel/bg-image05.jpg") no-repeat center;
        background-size: 100% auto;
    }
}

.pt_product-details .static-content .approach-section .approach__title {
    font-size: 26px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .approach-section .approach__title {
        font-size: 24px;
        padding: 0 10px;
        line-height: 1.4;
    }
}

.pt_product-details .static-content .approach-section .approach__text {
    width: 100%;
    max-width: 600px;
    margin: 20px auto 0;
    font-size: 15px;
    line-height: 2;
}

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

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .approach-section .approach__text {
        text-align: center;
    }
}

.pt_product-details .static-content .approach-section .approach__image-wrap {
    position: relative;
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .approach-section .approach__image-wrap {
        margin: 30px -47px 0 -17px;
    }
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .approach-section .approach__image-wrap {
        margin: 20px 0 0;
    }
}

.pt_product-details .static-content .approach-section .approach__image-wrap .approach__image:nth-child(1) {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 42%;
}

.pt_product-details .static-content .approach-section .approach__image-wrap .approach__image:nth-child(2) {
    width: 64%;
    padding: 60px 0 0;
}

.pt_product-details .static-content .voice-section {
    padding: 60px 20px;
    background: #FAFAFA;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .voice-section {
        margin: 80px 0 0;
        padding: 60px 0;
        background: url("../../../../images/product-detail/skio/vcgel/bg-image04.jpg") no-repeat;
        background-size: cover;
    }
}

.pt_product-details .static-content .voice-section .voice__title {
    font-size: 26px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0.02em;
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .voice-section .voice__title {
        font-weight: bold;
    }
}

.pt_product-details .static-content .voice-section .voice__title span:first-child {
    display: inline-block;
    margin: 0 0 10px;
}

@media screen and (max-width: 767px) {
    .pt_product-details .static-content .voice-section .voice__title span:first-child {
        font-weight: normal;
    }
}

.pt_product-details .static-content .voice-section .voice-wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 900px;
    margin: 40px auto 0;
}

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

.pt_product-details .static-content .voice-section .voice {
    position: relative;
    padding: 30px 20px 40px;
    background: #fff;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .voice-section .voice {
        width: calc((100% - 20px) / 2);
        padding: 40px 50px 50px;
    }
}

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

.pt_product-details .static-content .voice-section .voice__data {
    display: inline-block;
    padding: 0 0 20px;
    background: url("../../../../images/product-detail/skio/vcgel/line01.png") no-repeat center bottom;
    background-size: 100% auto;
}

.pt_product-details .static-content .voice-section .data-label {
    color: #FED400;
    font-family: Futura;
    font-size: 26px;
}

.pt_product-details .static-content .voice-section .data-value {
    font-size: 12px;
    font-weight: bold;
}

.pt_product-details .static-content .voice-section .voice__text {
    margin: 35px 0 0;
    font-size: 14px;
    line-height: 1.7;
}

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

.pt_product-details .static-content .voice-section .voice__text .line:after {
    content: none;
}

.pt_product-details .static-content .voice-section .voice__image {
    position: absolute;
    top: -15px;
    right: 20px;
}

@media print,
screen and (min-width: 768px) {
    .pt_product-details .static-content .voice-section .voice__image {
        top: -15px;
        right: 40px;
    }
}

.pt_product-details .static-content .voice-section .line {
    font-weight: bold;
    background: linear-gradient(transparent 70%, #ffe100 0%);
}






.productlink-section .skio-productlink{
    max-width: 600px;
    margin: 0 auto 40px;
    padding: 0 20px;
}

.refil-section .point-lead-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 80px!important
}

@media screen and (max-width:768px) { 
    .refil-section .point-lead-section{
        flex-wrap: wrap;
    }
    
    .refil-section .point-lead-section .point__image{
        max-width: 100%!important;
    }}


.refil-section .refil-howto__title {
    position: relative;
    display: flex;
    justify-content: center;
    margin: 120px auto  0;
    font-size: 24px;

}

.refil-section .refil-howto__title span{
    background: linear-gradient(transparent 70%, #ffe100 60%);
}





.refil-section .note-section {
    border: none!important;
    margin-top: 20px!important;
    margin-bottom: 100px!important
}

.refil-section .note-section .note__col{
    width: 100%!important;
    border: none!important
}

.refil-section .note-section .note__col-bottom{
    background: none!important;
    margin: 0!important;
    align-items: center;
}

@media screen and (max-width:768px) { 
    .refil-section .note-section {
        margin-bottom: 50px!important
    }
    .refil-section .note-section .note__col-bottom{
        display: block!important;
        text-align: center;
    }
    
    .refil-section .note-section .note__figure{
        width:70%!important;
        margin: 10px auto 10px!important;
        text-align: left!important;
    }
}



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

.refil-section .refil-arrow{
    width: 28px!important;
    height: 25px!important;
    margin-right: 25px;
}

@media screen and (max-width:768px) { 
    .refil-section .refil-arrow{
        display: block;
        margin: 0 auto;
        width: 28px!important;
        height: 25px!important;
        transform: rotate(90deg)
    }
    
}

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

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

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

@media screen and (max-width: 767px) {
    .refil-section .note-section .note__figure:nth-child(3) {
        margin-right: -10px;
        padding: 0 0 0 13px;
    }
}

@media print,
    screen and (min-width: 768px) {
        .refil-section .note-section .note__figure:nth-child(3) {
            padding: 0 0 0 25px;
        }
}

.refil-section .note-section .note__figure:nth-child(3):before {
    content: "2";
}


@media print,
    screen and (min-width: 768px) {
        .refil-section .note-section .note__figure:nth-child(5):before {
            left: 25px;
        }
}


.refil-section .note-section .note__figure:nth-child(5):before {
    content: "3";
}





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

    .refil-section .note__col .note__figure:nth-of-type(1) img{
        width: 12vw!important;
        height: auto!important;
    }

    .refil-section .note__col .note__figure:nth-of-type(2) img{
        width:23vw!important;
        height: auto!important;
    }

    .refil-section .note__col .note__figure:nth-of-type(3) img{
        width: 9.5vw!important;
        height: auto!important;
    }

    .refil-section .refil-arrow{
        width:3vw!important;
        height:auto!important;
        margin: 0 auto;
    }

}
