.header-nav__item--4 a{
    border-color: #004097;
}

.detail-header-title__jp {
    color: #fff;
}
.reviws__comment {
    border-radius: 15px;
    background: url(../images/reviews/reviews-triangle-pic.png) no-repeat 23px bottom;
}

.reviews-comment_inner {
    background: #e5ecf5;
    border-radius: 15px;
    color: #004097;
}

.reviews-profile__name {
    color: #004097;
    font-weight: bold;
}

.reviews-profile__text {
    color: #5e5e60;
}

.snow-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-inner {
    position: relative;
    z-index: 10;
}

.section__item {
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 768px) {
    .detail-header {
        background-image: url(../images/reviews/reviews-header.png);
        background-size: 1366px auto;
        background-color: #004097;
    }

    .section__item--reviews {
        padding-top: 100px;
        max-width: 1125px;
        margin: 0 auto;
    }

    .reviews__item {
        float: left;
        width: 47.2%;
        margin-bottom: 64px;
    }

    .reviews__item:nth-child(2n) {
        float: right;
        margin-top: 150px;
    }

    .reviews__item:nth-child(4n) {
        margin-top: 3px;
        margin-bottom: 40px;
    }

    .reviws__comment {
        padding-bottom: 12px;
        margin-bottom: 20px;
    }

    .reviews-comment_inner {
        font-size: 18px;
        line-height: 2;
        position: relative;
        box-sizing: border-box;
        padding-top: 56.8%;
    }

    .review-comment__item {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        width: 88.3%;
    }

    .reviews-profile__pic {
        float: left;
        width: 14.7%;
    }

    .reviews-profile-right {
        margin-left: 18.8%;
    }

    .reviews-profile__name {
        font-size: 15px;
        margin-bottom: 8px;
    }

    .reviews-profile__job {
        width: 125px;
        margin-bottom: 4px;
    }

    .reviews-profile__text {
        font-size: 13px;
        line-height: 1.5;
    }
}

@media screen and (max-width: 767px) {
    .detail-header {
        background: url(../images/reviews/reviews-header-sp.png) no-repeat left top;
        background-size: 100% auto;
    }

    .detail-header__inner {
        width: 240px;
        background-size: 201px auto;
        background-position: 20px 0;
        bottom: -49px;
    }

    .detail-header-title {
        padding-top: 82px;
    }

    .detail-header-title__jp {
        color: #fff;
        white-space: nowrap;
    }

    .reviews-list {
        padding-top: 59px;
    }

    .reviews__item {
        width: 260px;
        margin: 0 auto 27px;
    }

    .reviws__comment {
        padding-bottom: 9px;
        background-position: 8px bottom;
        margin-bottom: 10px;
    }

    .reviews-comment_inner {
        border-radius: 9px;
    }

    .review-comment__item {
        padding: 20px 19px 19px;
        font-size: 13px;
        line-height: 1.85;
    }

    .review-comment__item br {
        display: none;
    }

    .reviews-profile__pic {
        float: left;
        width: 19%;
    }

    .reviews-profile-right {
        margin-left: 64px;
    }

    .reviews-profile-right__inner {
        padding-top: 11px;
        text-align: left;
        margin-bottom: 15px;
    }

    .reviews-profile__name {
        font-size: 14px;
        margin-bottom: 7px;
    }

    .reviews-profile__job {
        width: 104px;
        display: block;
    }

    .reviews-profile__text {
        margin-left: -64px;
        clear: both;
        font-size: 11px;
        line-height: 1.5;
    }
}
