/* reset+ */

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

/* common */

.fade:hover {
    opacity: .6;
    transition: opacity .5s;
}

.cs-container {
    background-color: #000;
}

.rx-tcc-logo.flex, .rx-tcc-logo .flex {
    align-items: center;
}

.rx-tcc-logo.flex {
    justify-content: space-between;
}

.rx-tcc-logo nav, .rx-tcc-logo nav a {
    font-size: .9em;
    color: #c7c7c7;
}

.rx-tcc-logo ul {
    padding: 0;
    margin: 0;
}

.rx-tcc-logo nav li::before {
    content: '|';
    color: #505050;
    padding: 0 1em;
}

.rx-tcc-logo nav li:last-of-type::after {
    content: '|';
    color: #505050;
    padding: 0 0 0 1em;
}

.rx-tcc-logo a {
    text-decoration: none;
}

.rx-tcc-logo a:hover {
    text-decoration: underline;
}

.inner {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 0 30px;
}

.disnon {
    display: none;
}

@media screen and (max-width: 939px) {
    .rx-tcc-logo.flex {
        flex-wrap: wrap;
    }
    .rx-tcc-logo nav {
        margin-top: 20px;
        width: 100%;
    }
    .rx-tcc-logo nav .flex {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .rx-tcc-logo .logo {
        width: 100%;
    }
    .inner {
        padding: 0 20px;
    }
}

@media screen and (max-width: 639px) {
    .rx-tcc-logo nav p {
        display: none;
    }
    .rx-tcc-logo nav li:first-of-type::before {
        content: none;
        padding: 0;
    }
    .rx-tcc-logo nav .flex {
        flex-wrap: wrap;
    }
    .rx-tcc-logo nav .flex li:first-of-type {
        flex: 0 0 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .rx-tcc-logo nav .flex li:nth-of-type(2)::before {
        padding: 0 10px 0 0;
    }
}

@media screen and (max-width: 319px) {
    .rx-tcc-logo nav a {
        font-size: .8em;
    }
}

#users_review {
    background: #101010;
}

#users_review h2 {
    margin: 0;
    padding: 65px 30px 52px;
    text-align: center;
    background: #fff;
}

#userReviewTab {
    overflow: hidden;
    padding: 50px 0 30px;
    margin: 0;
}

#userReviewTab li {
    width: 256px;
    height: 229px;
    margin: 0 18px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #e6e6e6;
    cursor: pointer;
}

#userReviewTab li a {
    display: block;
    width: 100%;
    height: 100%;
}

#userReviewTab li span {
    display: none;
}

#userReviewTab li.select {
    background-position: 0 -230px;
}

#userReviewTab li.select:hover {
    opacity: 1;
}

.user-review-tab-a {
    background: url(../img/userReview_01.png) no-repeat top center;
}

.user-review-tab-b {
    background: url(../img/userReview_02.png) no-repeat top center;
}

.user-review-tab-c {
    background: url(../img/userReview_03.png) no-repeat top center;
}

.user-review-tab-d {
    background: url(../img/userReview_04.png) no-repeat top center;
}

@media screen and (max-width: 1299px) {
    #userReviewTab li {
        width: 192px;
        height: 171.75px;
        background-size: 100% auto;
    }
    #userReviewTab li:first-of-type {
        margin-left: 0;
    }
    #userReviewTab li:last-of-type {
        margin-right: 0;
    }
    #userReviewTab li.select {
        background-position: 0 -171.75px;
    }
}

@media screen and (max-width: 979px) {
    #userReviewTab {
        flex-wrap: wrap;
        max-width: 600px;
        margin: 0 auto;
    }
    #userReviewTab li {
        width: 256px;
        height: 229px;
    }
    #userReviewTab li:first-of-type, #userReviewTab li:last-of-type {
        margin: 0 15px;
    }
    #userReviewTab li.select {
        background-position: 0 -230px;
    }
}

@media screen and (max-width: 639px) {
    #users_review h2 {
        padding: 30px 20px 20px;
    }
    #users_review h2 img {
        width: 100%;
    }
    #userReviewTab {
        overflow: hidden;
        padding: 0;
        margin: 0;
        background: url(../img/userReview_BGsp.png) no-repeat top center;
        background-size: contain;
        max-width: 100%;
    }
    #userReviewTab li {
        background: none;
        flex: 0 0 50%;
        margin: 0;
        height: auto;
    }
    #userReviewTab li:first-of-type, #userReviewTab li:last-of-type {
        margin: 0;
    }
    #userReviewTab li:hover {
        opacity: 1;
        transition: 0s;
    }
    #userReviewTab li.select {
        opacity: 0;
    }
    #userReviewTab li.select:hover {
        opacity: 0;
    }
    #userReviewTab li span {
        display: block;
    }
    #userReviewTab li span img {
        width: 100%;
        height: auto;
    }
}
