﻿

.mbskin .page-title {
    text-align: center;
}


.goods-filter {
    position: relative;
    margin-top: 4rem;
    margin-bottom: 3.2rem;
    padding-bottom: 1.5rem;
    border-bottom: 2px solid #000;
    z-index: 7;
}
@media screen and (max-width: 1024px) {
    .goods-filter {
        border-bottom: 0;
        padding-bottom: 0;
    }
}
.goods-filter fieldset {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .goods-filter fieldset {
        flex-direction: column;
    }
}
.goods-filter__sort {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
@media screen and (max-width: 1024px) {
    .goods-filter__sort {
        align-items: center;
        width: 100%;
    }
}
.goods-filter__sort-item {
    display: block;
    position: relative;
    padding-right: 1.5rem;
}
@media screen and (max-width: 1024px) {
    .goods-filter__sort-item {
        width: 25%;
        padding-right: 0;
        margin-top: -1px;
    }
}
@media screen and (max-width: 400px) {
    .goods-filter__sort-item {
        width: 50%;
    }
    .goods-filter__sort-item:nth-child(3) {
        margin-left: 0 !important;
    }
}
.goods-filter__sort-item:last-child {
    padding-right: 0;
}
.goods-filter__sort-item::after {
    content: "";
    display: block;
    position: absolute;
    position: absolute;
    top: 0.5rem;
    right: 0;
    width: 1px;
    height: 1rem;
    background-color: #000;
}
@media screen and (max-width: 1024px) {
    .goods-filter__sort-item::after {
        display: none;
    }
}
.goods-filter__sort-item:last-child::after {
    display: none;
}
.goods-filter__sort-item + .goods-filter__sort-item {
    margin-left: 1.5rem;
}
@media screen and (max-width: 1024px) {
    .goods-filter__sort-item + .goods-filter__sort-item {
        margin-left: -1px;
    }
}
.goods-filter__sort-item label {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.goods-filter__sort-item label input[type=radio]:checked ~ .goods-filter__sort-text {
    font-weight: 700;
}
@media screen and (max-width: 1024px) {
    .goods-filter__sort-item label {
        width: 100%;
        padding: 1.1rem;
        border: 1px solid #ddd;
        text-align: center;
    }
}
.goods-filter__sort-item a {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
@media screen and (max-width: 1024px) {
    .goods-filter__sort-item a {
        width: 100%;
        padding: 1.2rem;
        border: 1px solid #ddd;
        text-align: center;
    }
}
.goods-filter__sort-text {
    font-size: 1.5rem;
    color: #1D1D1B;
}
.goods-filter__type {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .goods-filter__type {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1rem;
        width: 100%;
        margin-top: 2rem;
        padding-right: 0;
    }
}
.goods-filter__type--open .goods-filter__type__box {
    display: block;
}
.goods-filter__type__box {
    display: none;
    position: absolute;
    top: 6rem;
    left: 5.4rem;
    width: 36.5rem;
    height: 58.2rem;
    padding: 2.7rem 2.2rem 2.3rem;
    border: 1px solid #e6e6e6;
    background-color: #fff;
}
.goods-filter__type__box fieldset {
    display: block;
}
@media screen and (max-width: 1024px) {
    .goods-filter__type__box {
        top: 11rem;
        left: 50%;
        width: 100%;
        max-width: 36.5rem;
        transform: translateX(-50%);
    }
}
.goods-filter__type .gft-title {
    padding-left: 1.9rem;
    margin-bottom: 1.5rem;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1;
}
.goods-filter__type .gft-box {
    position: relative;
}
.goods-filter__type .gft-box--mt15 {
    margin-top: 1.5rem;
}
.goods-filter__type .target-type {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem 2rem;
}
.goods-filter__type .target-type__item {
    position: relative;
}
.goods-filter__type .target-type__item label {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 3.8rem;
    border-radius: 20px;
    background-color: #EBE9E9;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
}
.goods-filter__type .target-type__item input:checked ~ label {
    border: 1px solid #00985B;
    font-weight: 700;
    color: #00985B;
}
.goods-filter__type .gft-btnbox {
    position: relative;
    margin-top: 3.2rem;
}
.goods-filter__type .gft-btnbox .btn-initialization {
    display: inline-block;
    width: 9.7rem;
    height: 3.8rem;
    line-height: 3.4rem;
    border: 1px solid #EBE9E9;
    border-radius: 5px !important;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    color: #D9D9D9;
}
.goods-filter__type .gft-btnbox .btn-product {
    display: inline-block;
    width: 21.8rem;
    height: 3.8rem;
    line-height: 3.4rem;
    border-radius: 5px !important;
    background-color: #00985B;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    color: #fff;
}
.goods-filter__type .gft-price {
    display: flex;
    flex-direction: row;
}
.goods-filter__type .gft-price__item {
    flex: 1 1 auto;
    position: relative;
}
.goods-filter__type .gft-price__item button {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 1.4rem;
    font-size: 0;
}
.goods-filter__type .gft-price__item button svg {
    width: 10px;
    height: 10px;
}
.goods-filter__type .gft-price__btn {
    flex: none;
    width: 6.9rem;
    height: 3.8rem;
    line-height: 3.6rem;
    margin-left: 6px;
    font-size: 12px;
    color: #fff;
    border-radius: 5px !important;
    background-color: #00985B;
}
.goods-filter__type .gft-price__btn:disabled {
    background-color: #D9D9D9;
}
.goods-filter__type .gft-price__line {
    flex: none;
    position: relative;
    padding: 1.2rem 0.4rem;
    font-weight: 500;
    font-size: 12px;
    color: #A1A1A1;
}
.goods-filter__type .gft-price .input {
    width: 100%;
    height: 3.8rem;
    padding: 0 4rem 0 2.4rem;
    border: 1px solid #EBE9E9;
    border-radius: 5px;
    font-size: 12px;
    line-height: 38px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    vertical-align: top;
    color: #A1A1A1;
}
.goods-filter__type__btn {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 9.9rem;
    height: 3.3rem;
    border-radius: 20px !important;
    border: 1px solid #E6E6E6;
    font-weight: 500;
    font-size: 12px;
    color: #1D1D1B;
}
@media screen and (max-width: 1024px) {
    .goods-filter__type__btn {
        width: auto;
        font-size: 1.5rem;
        height: 4rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
.goods-filter__type__btn span {
    display: inline-block;
    position: relative;
    padding-right: 2rem;
    background-repeat: no-repeat;
    background-size: 0.8rem 0.6rem;
    background-position: 100% 50%;
    background-image: url(../images/ico/ico_gray_down_arr.svg);
}
@media screen and (max-width: 1024px) {
    .goods-filter__type__btn span {
        width: 100%;
        text-align: left;
    }
}
.goods-filter__type__btn:hover, .goods-filter__type__btn--active {
    font-weight: 400;
    color: #fff;
    border-color: #00985B;
    background-color: #00985B;
}
.goods-filter__type__btn:hover span, .goods-filter__type__btn--active span {
    background-image: url(../images/ico/ico_gray_up_arr.svg);
}
.goods-filter__type__btn + .goods-filter__type__btn {
    margin-left: 1.6rem;
}
@media screen and (max-width: 1024px) {
    .goods-filter__type__btn + .goods-filter__type__btn {
        margin-left: 0;
    }
}
.goods-filter__price {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
@media screen and (max-width: 1024px) {
    .goods-filter__price {
        margin-top: 2rem;
        padding-top: 2rem;
        border-top: 1px solid #ddd;
        flex-direction: column;
        align-items: baseline;
    }
}
.goods-filter__price-title {
    display: block;
    font-weight: 400;
    font-size: 1.4rem;
    color: #000;
}
@media screen and (max-width: 1024px) {
    .goods-filter__price-title {
        font-size: 1.6rem;
    }
}
.goods-filter__price-list {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 1.5rem;
}
@media screen and (max-width: 1024px) {
    .goods-filter__price-list {
        margin-left: 0;
        margin-top: 1rem;
        width: 100%;
    }
}
.goods-filter__price-item {
    display: block;
    position: relative;
    margin-left: -1px;
}
@media screen and (max-width: 1024px) {
    .goods-filter__price-item {
        width: 16.6666666667%;
    }
}
@media screen and (max-width: 564px) {
    .goods-filter__price-item {
        width: 33.3333333333%;
    }
}
.goods-filter__price-item label {
    display: inline-block;
    position: relative;
    cursor: pointer;
}
.goods-filter__price-item label input[type=radio]:checked ~ .goods-filter__price-text {
    background-color: #F7F7F7;
}
@media screen and (max-width: 1024px) {
    .goods-filter__price-item label {
        width: 100%;
    }
}
.goods-filter__price-text {
    display: inline-block;
    position: relative;
    padding: 4px 1rem;
    min-width: 8.6rem;
    border: 1px solid #E8E8E8;
    font-size: 1.6rem;
    line-height: 1;
    text-align: center;
    color: #4e4e4e;
}
@media screen and (max-width: 1024px) {
    .goods-filter__price-text {
        width: 100%;
        min-width: 100%;
        padding: 1.4rem;
    }
}

.related-products {
    position: relative;
    margin-top: 4.1rem;
}
.related-products__title {
    font-weight: 600;
    font-size: 3.5rem;
    color: #1D1D1B;
}

.goods {
    position: relative;
    margin-top: 5rem;
}
.goods--mt16 {
    margin-top: 1.6rem;
}
.goods--mt46 {
    margin-top: 4.6rem;
}
.goods--mt94 {
    margin-top: 9.4rem;
}
.goods__wrap {
    position: relative;
    overflow: hidden;
}
.goods__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 1rem 1.2rem;
}
@media screen and (max-width: 987px) {
    .goods__list {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 860px) {
    .goods__list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 550px) {
    .goods__list {
        grid-template-columns: 1fr 1fr;
    }
}
.goods__item {
    position: relative;
}
.goods__item-best {
    text-align: center;
    font-weight: 700;
    font-size: 1.2rem;
    color: #111;
    margin-bottom: 2.4rem;
}
.goods__item-best img {
    max-width: 3.8rem;
}
.goods__item-best p + p {
    margin-top: 0.6rem;
}
.goods__item-image {
    position: relative;
    width: 100%;
    border-bottom-width: 0;
}
.goods__item-image img {
    width: 100%;
}
.goods__item-image .swiper-pagination-bullet {
    width: 0.55rem;
    height: 0.55rem;
    background-color: #f1f1f1;
    opacity: 1;
}
.goods__item-image .swiper-pagination-bullet-active {
    background-color: #555;
}
.goods__item-image .checkbox {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
}
.goods__item-desc {
    padding-top: 3.4rem;
}
.goods__item-name {
    /*display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height:5.3rem;*/
    font-size: 2rem;
    color: #000;
    font-weight: 500;
    text-align: center;
}
.goods__item-text {
    margin-top: 2.8rem;
    font-size: 1.4rem;
    color: #aaa;
}
@media screen and (max-width: 639px) {
    .goods__item-text {
        font-size: 1.3rem;
    }
}
.goods__item-price {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 2.6rem;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
    color: #000;
    margin-top: 2.8rem;
}
.goods__item-price span {
    display: inline-block;
}
.goods__item-price span + span {
    margin-left: 4px;
}
@media screen and (max-width: 1024px) {
    .goods__item-price span + span {
        margin-left: 0;
    }
}
@media screen and (max-width: 1024px) {
    .goods__item-price span {
        margin-left: 0;
        width: 100%;
        text-align: center;
    }
    .goods__item-price span + span {
        margin-top: 8px;
    }
}
.goods__item-price + .goods__item-price {
    margin-top: 0.7rem;
}
.goods__item-price .sct_dict {
    display: inline-block;
    text-decoration: line-through;
    color: rgba(152, 152, 152, 0.8);
}
.goods__item-price__icon {
    display: inline-block;
    margin-left: 0;
}
.goods__item-price__icon img {
    width: 7.1rem;
}
.goods__item-price__icon--edu img {
    width: 7.3rem;
}
@media screen and (max-width: 639px) {
    .goods__item-price {
        font-size: 1.5rem;
    }
}
.goods__item-icons {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
}
.goods__item-icon {
    position: relative;
    display: inline-block;
    width: 4.9rem;
    height: 4.86rem;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.goods__item-icon--best {
    background-image: url(/imgs/ico/ico_best.svg);
}
.goods__item .sit_icon_li {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 3;
}
.goods__item-sale {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 3;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    background-color: #222;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
    border-radius: 100%;
}
.goods__empty {
    width: 100%;
    padding: 5px;
    text-align: center;
    font-size: 1.6rem;
}
@media screen and (max-width: 639px) {
    .goods__empty {
        font-size: 1.5rem;
    }
}
.goods #sit {
    margin-top: 0;
}
.goods #sit_ov_from {
    position: relative;
    margin-bottom: 3rem;
}
.goods .sct_cart {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    border: 0;
    width: 100%;
    padding: 15px 0;
    background: #000;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 1em;
    font-weight: bold;
}
.goods__detail-topPrice {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-weight: 700;
    font-size: 2.8rem;
    color: #000;
}
.goods .s_img {
    padding-top: 100%;
}
.goods .sct_sns_wrap {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.goods .sct_sns {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    text-align: center;
    width: 245px;
    max-height: 300px;
    margin-left: -125px;
    margin-top: -180px;
    overflow-y: auto;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 18px rgba(0, 0, 0, 0.2);
    border: 1px solid #dde7e9;
    background: #fff;
    border-radius: 3px;
}
.goods .sct_sns_bg {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
}
.goods .sct_sns h3 {
    padding: 1.5rem;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    font-size: 1.5rem;
}
.goods .sct_sns a {
    display: inline-block;
    border-radius: 50%;
    width: 5rem;
    height: 5rem;
    line-height: 2.5rem;
    text-align: center;
    padding: 1rem 0;
    margin: 2rem 0.5rem;
}
.goods .sct_sns .share-facebook {
    background: #415b92;
}
.goods .sct_sns .share-twitter {
    background: #35b3dc;
}
.goods .sct_sns img {
    width: 24px;
}
.goods .sct_sns_bg {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
}
.goods .sct_sns_cls {
    position: absolute;
    right: 0;
    top: 0;
    color: #b5b8bb;
    border: 0;
    padding: 1.2rem 1.5rem;
    font-size: 1.5rem;
    background: #fff;
}
.goods .sct_star {
    margin-bottom: 1rem;
}
.goods .sct_star img {
    max-width: 7.2rem;
}
.goods__btnbox {
    position: relative;
    margin-top: 5rem;
    text-align: center;
}
.goods__more-link {
    display: inline-flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 5rem;
    height: 5rem;
    border-radius: 100%;
    background-color: #111;
}
.goods__more-link svg {
    width: 2rem;
}
.goods__more-link span {
    display: none;
    font-size: 1.1rem;
    color: #fff;
}
.goods__more-link:hover svg {
    display: none;
}
.goods__more-link:hover span {
    display: block;
}

.goods-ico-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.goods-ico {
    display: block;
    position: relative;
    width: 5rem;
    height: 5rem;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.goods-ico--best {
    background-image: url(../images/goods/ico_prd_best.svg);
}
.goods-ico--hit {
    background-image: url(../images/goods/ico_prd_hit.svg);
}
.goods-ico--sale {
    background-image: url(../images/goods/ico_prd_sale.svg);
}
.goods-ico--fireman {
    background-image: url(../images/goods/ico_prd_plan_fireman.svg);
}
.goods-ico--police {
    background-image: url(../images/goods/ico_prd_plan_police.svg);
}
.goods-ico--safety {
    background-image: url(../images/goods/ico_prd_plan_safety.svg);
}
.goods-ico--teacher {
    background-image: url(../images/goods/ico_prd_plan_teacher.svg);
}

.review-box {
    position: absolute;
    bottom: 1.2rem;
    left: 0;
    z-index: 3;
    width: 100%;
    text-align: center;
}
.review-box__link {
    display: inline-block;
    padding: 0.6rem 2rem;
    background-color: rgba(0, 0, 0, 0.7);
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
}

.paginate {
    margin-top: 5rem;
    display: flex;
    font-size: 1.4rem;
    text-align: center;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 1023px) {
    .paginate {
        margin-top: 6rem;
    }
}
.paginate > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin: 0 3.5px;
    overflow: hidden;
    border: 1px solid #D9D9D9;
    text-indent: -99999px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.paginate > a.pgfirst {
    background-size: 1.1rem 1rem;
    background-image: url(../images/ico/ico_double_left_arr.svg);
}
.paginate > a.pgprev {
    background-size: 0.6rem 1rem;
    background-image: url(../images/ico/ico_single_left_arr.svg);
}
.paginate > a.pgend {
    background-size: 1.1rem 1rem;
    background-image: url(../images/ico/ico_double_right_arr.svg);
}
.paginate > a.pgnext {
    background-size: 0.6rem 1rem;
    background-image: url(../images/ico/ico_single_right_arr.svg);
}
.paginate .number {
    display: flex;
    align-items: center;
    justify-content: center;
}
.paginate .number strong,
.paginate .number a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 3.5rem;
    height: 3.5rem;
    margin: 0 3.5px;
    padding: 0 3.5px;
    color: #000;
    font-size: 1.4rem;
    border: 1px solid #D9D9D9;
}
.paginate .number strong:hover,
.paginate .number a:hover {
    background-color: #111;
    border-color: #111;
    color: #fff;
}
.paginate .number strong {
    border-color: #111;
    background-color: #111;
    color: #fff;
}

.goods-order {
    position: relative;
    margin-top: 3.4rem;
}
.goods-order__title {
    display: block;
    position: relative;
    text-align: center;
}
.goods-order__title span {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 0.5rem;
    background-color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
    color: #000;
    line-height: 1;
}
.goods-order__title::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
}
.goods-order__list {
    position: relative;
    margin-top: 3rem;
}
.goods-order__list + .goods-order__title {
    margin-top: 3rem;
}
.goods-order__item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.goods-order__item + .goods-order__item {
    padding-top: 3rem;
    margin-top: 3rem;
    border-top: 1px solid #E4E4E4;
}
.goods-order__number {
    position: relative;
    font-size: 1.6rem;
    color: #000;
    font-weight: 500;
}
@media screen and (max-width: 700px) {
    .goods-order__number {
        width: 100%;
    }
}
.goods-order__date {
    font-size: 1.4rem;
    color: #acacac;
}
.goods-order__content {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: calc(100% - 24rem);
    margin-left: 4rem;
}
@media screen and (max-width: 700px) {
    .goods-order__content {
        width: 100%;
        margin-top: 2rem;
        margin-left: 0;
    }
}
.goods-order__info {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.goods-order__info + .goods-order__info {
    margin-top: 3rem;
}
.goods-order__image {
    width: 8rem;
}
.goods-order__image img {
    width: 100%;
}
@media screen and (max-width: 524px) {
    .goods-order__image {
        width: 8rem;
    }
}
.goods-order__desc {
    position: relative;
    width: calc(100% - 8rem);
    padding-left: 3.1rem;
}
@media screen and (max-width: 524px) {
    .goods-order__desc {
        width: calc(100% - 8rem);
        padding-left: 1.8rem;
    }
}
.goods-order__desc ul {
    margin-top: 1rem;
}
.goods-order__desc ul li {
    position: relative;
    padding-left: 5px;
    font-size: 1.4rem;
    color: #000;
    font-weight: 300;
}
.goods-order__desc ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 2px;
    height: 2px;
    background-color: #000;
}
.goods-order__desc ul li + li {
    margin-top: 5px;
}
.goods-order__title2 {
    font-weight: 500;
    font-size: 1.6rem;
    text-align: left;
    color: #000;
}
.goods-order__price {
    margin-top: 1.6rem;
    font-weight: 700;
    font-size: 1.8rem;
    color: #000;
}
.goods-order__price span {
    display: inline-block;
    vertical-align: middle;
    font-size: 1.4rem;
    color: #acacac;
}
.goods-order__state {
    margin-top: 1.4rem;
    font-size: 1.5rem;
    color: #acacac;
}
.goods-order__state--active {
    color: #ef7373;
}
.goods-order__desc-bottom {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-top: 2.9rem;
}
@media screen and (max-width: 790px) {
    .goods-order__desc-bottom {
        flex-direction: column;
        align-items: baseline;
    }
}
.goods-order__text {
    font-size: 1.5rem;
    color: #acacac;
}
.goods-order__btn-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-left: 1.3rem;
}
@media screen and (max-width: 790px) {
    .goods-order__btn-box {
        margin-left: 0;
        margin-top: 1.3rem;
    }
}
@media screen and (max-width: 524px) {
    .goods-order__btn-box {
        width: calc(100% - 5px - 5px);
        padding-top: 1.3rem;
        margin: -5px;
    }
}
.goods-order__link {
    display: inline-block;
    vertical-align: top;
    padding: 0.6rem 1.3rem;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #111;
    font-weight: 400;
    font-size: 1.5rem;
    text-align: center;
    color: #111;
}
.goods-order__link + .goods-order__link {
    margin-left: 0.9rem;
}
@media screen and (max-width: 524px) {
    .goods-order__link {
        width: calc(50% - 5px - 5px);
        margin: 5px;
    }
    .goods-order__link + .goods-order__link {
        margin-left: 5px;
    }
}
.goods-order__btn-box2 {
    margin-top: 3.8rem;
}
.goods-order__btn-box2 .link {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 2rem 1rem;
    background-color: #f3f3f3;
    border: 1px solid #e4e4e4;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    color: #000;
}

.sod-wrap .goods-order__btn-box {
    padding-top: 1rem;
    margin: -5px;
}
@media screen and (max-width: 790px) {
    .sod-wrap .goods-order__btn-box {
        width: calc(100% + 5px + 5px);
        padding-top: 1rem;
        margin: -5px;
    }
}
@media screen and (max-width: 524px) {
    .sod-wrap .goods-order__btn-box {
        width: calc(100% + 5px + 5px);
    }
}
.sod-wrap .goods-order__btn-box .goods-order__link {
    width: calc(50% - 5px - 5px);
    padding: 1.2rem 1.3rem;
    font-size: 1.5rem;
    margin: 5px;
    border: 1px solid #000;
    color: #000;
}
.sod-wrap .goods-order__btn-box .goods-order__link + .goods-order__link {
    margin-left: 5px;
}

.goods-cancle {
    position: relative;
    margin-top: 5rem;
}
.goods-cancle__btn-box {
    margin-top: 4rem;
    text-align: center;
}
.goods-cancle .btn-submit {
    display: inline-block;
    width: 200px;
    background: #000;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 4rem;
    text-align: center;
    color: #fff;
}
.goods-cancle__title {
    font-weight: 400;
    font-size: 1.8rem;
    color: #272727;
}
.goods-cancle th {
    vertical-align: middle;
}
.goods-cancle .td_bdno {
    vertical-align: middle;
}
.goods-cancle .tbl_wrap {
    margin-top: 1.4rem;
}
.goods-cancle__form {
    margin-top: 2.7rem;
}
.goods-cancle__form table {
    width: 100%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
@media screen and (max-width: 500px) {
    .goods-cancle__form table {
        display: block;
    }
    .goods-cancle__form table colgroup {
        display: none;
    }
    .goods-cancle__form table thead {
        display: none;
    }
    .goods-cancle__form table tbody,
    .goods-cancle__form table tr {
        display: block;
    }
    .goods-cancle__form table tr + tr {
        margin-top: 8px;
    }
}
.goods-cancle__form table.table--line th, .goods-cancle__form table.table--line td {
    height: 5.2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #D6D6D6;
}
@media screen and (max-width: 500px) {
    .goods-cancle__form table.table--line th, .goods-cancle__form table.table--line td {
        height: auto;
        border-bottom-width: 0;
        padding: 4px 0 4px;
    }
}
.goods-cancle__form table.table--line th.vertical-top {
    vertical-align: top;
    padding-top: 1rem;
}
.goods-cancle__form table th, .goods-cancle__form table td {
    padding: 4px;
}
@media screen and (max-width: 500px) {
    .goods-cancle__form table th, .goods-cancle__form table td {
        display: block;
        width: 100%;
        padding: 4px 0 4px;
    }
}
.goods-cancle__form table tr th {
    font-weight: normal;
    font-size: 1.5rem;
    text-align: left;
    color: #000;
}
.goods-cancle__form table tr th.w85 {
    width: 85px;
}
.goods-cancle__form table tr th.w120 {
    width: 12rem;
}
.goods-cancle__form table tr th.vertical-top {
    vertical-align: top;
    padding-top: 6px;
}
@media screen and (max-width: 500px) {
    .goods-cancle__form table tr th.w85 {
        width: 100%;
    }
    .goods-cancle__form table tr th.w120 {
        width: 100%;
    }
}
.goods-cancle__form table td {
    font-weight: normal;
    font-size: 1.5rem;
    color: #000;
    vertical-align: middle;
}
.goods-cancle__form table td.vertical-top {
    vertical-align: top;
}
.goods-cancle__form table .frm-input {
    height: 4rem;
    font-size: 1.5rem;
    color: #000;
    border: 1px solid #d6d6d6;
    width: 100%;
}
.goods-cancle__form table .frm-input--wd-173 {
    width: 100%;
    max-width: 173px;
}
.goods-cancle__form table .frm-input--wd-160 {
    width: 100%;
    max-width: 16rem;
}
.goods-cancle__form table textarea.frm-input {
    width: 100%;
    height: 12rem;
    line-height: 1.2;
    padding: 1rem;
}
.goods-cancle__form table .alt {
    display: inline-block;
    margin-left: 4px;
}
.goods-cancle__form table .alt--red {
    color: #ef7373;
}
.goods-cancle__form table .btn-zip {
    display: inline-block;
    position: relative;
    height: 4rem;
    padding: 5px 1.2rem;
    border: 1px solid #d6d6d6;
    font-size: 1.3rem;
    color: #272727;
    text-align: center;
}
.goods-cancle__form table .mt5 {
    margin-top: 5px;
}
.goods-cancle .btn-photo {
    display: inline-block;
    position: relative;
    padding: 0.7rem 2rem;
    background: #f3f3f3;
    border: 1px solid #d6d6d6;
    font-size: 1.4rem;
    line-height: 1;
    color: #272727;
}
.goods-cancle .mt5 {
    margin-top: 0.5rem;
}
.goods-cancle .line {
    margin-top: 2.9rem;
    margin-bottom: 2.9rem;
    border-top: 1px dashed #E4E4E4;
}
.goods-cancle__title2 {
    padding-bottom: 1.2rem;
    margin-bottom: 1.1rem;
    border-bottom: 1px solid #b7b7b7;
    font-weight: 400;
    font-size: 1.8rem;
    color: #272727;
}

.photo-list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: -5px;
    padding-top: 1.4rem;
}
.photo-list__item {
    position: relative;
    width: 10rem;
    padding: 5px;
}
.photo-list button {
    position: absolute;
    display: inline-block;
    top: 0.5rem;
    right: 0.5rem;
    font-size: 1rem;
    padding: 2px 3px;
    border: 1px solid #000;
    background-color: #fff;
}
.photo-list__image {
    border: 1px solid #ddd;
}
.photo-list__image img {
    width: 100%;
}

.modal-delivery {
    position: relative;
}
.modal-delivery__text {
    padding-left: 1.9rem;
    padding-right: 1.9rem;
    font-weight: 700;
    font-size: 2.2rem;
    color: #000;
    text-align: center;
}
.modal-delivery__state {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
    margin: 1.7rem 1.9rem 0;
}
.modal-delivery__state::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0.5rem;
    left: 1.9rem;
    width: calc(100% - 8rem);
    height: 1px;
    background-color: #ef7373;
}
.modal-delivery__state-item {
    position: relative;
    font-size: 1.3rem;
    color: #ef7373;
    padding-bottom: 1.5rem;
    z-index: 2;
}
.modal-delivery__state-item span {
    position: relative;
    display: inline-block;
    background-color: #fff;
    line-height: 1;
}
.modal-delivery__state-item span.active {
    padding: 2px 5px;
    background-color: #ef7373;
    color: #fff;
}
.modal-delivery__state-item::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 2;
    transform: translateX(-50%);
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #ef7373;
}
.modal-delivery__goods {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 2.7rem;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
}
.modal-delivery__goods-image {
    width: 4.6rem;
}
.modal-delivery__goods-image img {
    width: 100%;
    border: 1px solid #E1E1E1;
}
.modal-delivery__goods-desc {
    width: calc(100% - 4.6rem);
    padding-left: 1.3rem;
}
.modal-delivery__goods-name {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.7rem;
    color: #000;
}
.modal-delivery__goods-date {
    margin-top: 1.3rem;
    font-size: 1.4rem;
    color: #b1b1b1;
}
.modal-delivery__goods-btnbox {
    position: relative;
    width: 100%;
    margin-top: 2rem;
    padding-bottom: 1.9rem;
    text-align: center;
}
.modal-delivery__goods-link {
    display: inline-block;
    padding: 0.7rem 1.7rem;
    border-radius: 14.5px;
    background-color: #ef7373;
    font-size: 1.4rem;
    line-height: 1;
    text-align: center;
    color: #fff;
}
.modal-delivery .line {
    width: 100%;
    height: 1.1rem;
    background-color: #f8f8f8;
}
.modal-delivery__list {
    position: relative;
    margin-top: 1.3rem;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
}
.modal-delivery__item {
    position: relative;
    padding-bottom: 1rem;
    padding-left: 2.1rem;
    font-size: 1.4rem;
    color: #000;
}
.modal-delivery__item.active::before {
    border: 2px solid #ef7373;
}
.modal-delivery__item::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #f2f2f2;
}
.modal-delivery__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0.6rem;
    width: 1px;
    height: 100%;
    background-color: #e4e4e4;
}
.modal-delivery__item .alt {
    display: inline-block;
    vertical-align: middle;
    margin-left: 2px;
    font-size: 1.4rem;
    color: #ef7373;
}
.modal-delivery__info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    padding-top: 1.4rem;
    padding-left: 1.9rem;
    padding-right: 1.9rem;
    border-top: 1px solid #e4e4e4;
}
.modal-delivery__info dl {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.modal-delivery__info dl.dl-w100 {
    width: 100%;
}
.modal-delivery__info dl dt {
    font-size: 1.4rem;
    color: #b1b1b1;
}
.modal-delivery__info dl dd {
    margin-left: 1.6rem;
    font-size: 1.4rem;
    color: #000;
}
.modal-delivery__info dl + dl {
    margin-top: 1.3rem;
}
.modal-delivery__info dl.ml-66 {
    margin-left: 6.6rem;
}

.mypage-goods {
    position: relative;
    margin-top: 2.9rem;
}
.mypage-goods__btn-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
}
.mypage-goods__btn-box .chk_box {
    font-size: 1.5rem;
}
.mypage-goods__btn-box--mt20 {
    margin-top: 5rem;
}
.mypage-goods__btn-box .link {
    display: inline-block;
    vertical-align: middle;
    padding: 0.9rem 1.2rem;
    border-radius: 3px;
    background: transparent;
    border: 1px solid #000;
    font-size: 1.4rem;
    text-align: center;
    color: #000;
}
.mypage-goods__btn-box .link + .link {
    margin-left: 2rem;
}
.mypage-goods .pg_wrap,
.mypage-goods .paginate {
    margin-top: 5rem;
}

.goods-heavily {
    margin-top: 11.8rem;
}
.goods-heavily__title {
    margin-bottom: 2.1rem;
    font-weight: 700;
    font-size: 3rem;
    color: #000;
}

.delivery-mod {
    position: relative;
    margin-top: 3.2rem;
}
.delivery-mod__title {
    font-weight: 400;
    font-size: 2.4rem;
    text-align: left;
    color: #000;
}
.delivery-mod__text {
    margin-top: 7px;
    font-size: 1.6rem;
}
.delivery-mod__head {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
@media screen and (max-width: 700px) {
    .delivery-mod__head {
        flex-direction: column;
        justify-content: flex-start;
    }
}
.delivery-mod__head-left {
    position: relative;
}
.delivery-mod__head-right {
    position: relative;
}
@media screen and (max-width: 700px) {
    .delivery-mod__head-right {
        width: 100%;
        text-align: right;
        margin-top: 1rem;
    }
}
.delivery-mod .btn-delivey {
    position: relative;
    display: inline-block;
    padding: 0.9rem 2.3rem;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #000;
    font-size: 1.4rem;
    color: #000;
    line-height: 1;
}
@media screen and (max-width: 700px) {
    .delivery-mod .btn-delivey + .btn-delivey {
        margin-left: 5px;
    }
}
.delivery-mod__body {
    margin-top: 2.8rem;
}
.delivery-mod .board__list tbody td.add {
    width: 65%;
    text-align: left;
    padding-left: 2.8rem;
}
.delivery-mod .board__list tbody td.tel {
    width: 20%;
}
.delivery-mod .board__list tbody td.etc {
    width: 20%;
}
@media screen and (max-width: 700px) {
    .delivery-mod .board__list tbody td {
        text-align: left;
    }
    .delivery-mod .board__list tbody td.add {
        width: 100%;
        padding-left: 0;
    }
    .delivery-mod .board__list tbody td.tel {
        width: 100%;
    }
    .delivery-mod .board__list tbody td.etc {
        width: 100%;
    }
}
.delivery-mod .board__list tbody .basics {
    display: inline-block;
    padding: 0.4rem 0.9rem;
    background: #000;
    border: 1px solid #147e00;
    font-weight: normal;
    font-size: 1.3rem;
    text-align: center;
    color: #fff;
    line-height: 1;
}
.delivery-mod .board__list tbody .zip {
    color: #9C9C9C;
}

.modal-body .frmbox .frmbox__body {
    width: calc(100% - 12rem);
}
.modal-body .frmbox .frmbox__body .grid-100 {
    width: 100%;
}
.modal-body .frmbox .frmbox__body .mt5 {
    margin-top: 5px;
}
@media screen and (max-width: 700px) {
    .modal-body .frmbox .frmbox__body {
        width: 100%;
    }
}

.modal-add-address {
    padding: 0 1.5rem;
}
.modal-add-address .frmbox {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.modal-add-address .frmbox + .frmbox {
    margin-top: 2.2rem;
}
.modal-add-address .frmbox__head .title {
    padding-left: 0;
    font-size: 1.4rem;
    color: #272727;
}
.modal-add-address .frmbox__head .title::before {
    display: none;
}
.modal-add-address .frmbox__body {
    font-size: 1.4rem;
    color: #272727;
}
.modal-add-address .frm-input {
    height: 3rem;
    font-size: 1.4rem;
    width: 100%;
}
@media screen and (max-width: 700px) {
    .modal-add-address .frm-input {
        line-height: 3rem;
    }
}
.modal-add-address .tel-box__item:nth-child(1) {
    width: 33.3333333333%;
}
.modal-add-address .tel-box__item:nth-child(2) {
    width: 33.3333333333%;
}
.modal-add-address .tel-box__item:nth-child(3) {
    width: 33.3333333333%;
}
.modal-add-address .tel-box__item:nth-child(3)::after {
    display: none;
}
.modal-add-address .btn-zip {
    width: 7rem;
    height: 3rem;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #000;
    font-size: 1.4rem;
    line-height: 3rem;
    text-align: center;
    color: #000;
}
.modal-add-address__btn-box {
    margin-top: 3.4rem;
    text-align: center;
}
.modal-add-address .btn-address {
    display: inline-block;
    width: 7rem;
    height: 3.3rem;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #000;
    font-weight: normal;
    font-size: 1.4rem;
    text-align: center;
    color: #000;
}

.mypage-box {
    position: relative;
    margin-top: 3.8rem;
}
.mypage-box__head {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.mypage-box__head--line {
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #e4e4e4;
}
.mypage-box + .mypage-box {
    margin-top: 6.4rem;
}
.mypage-box__title {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    font-size: 2rem;
    color: #000;
}
.mypage-box__body {
    margin-top: 1.1rem;
}
.mypage-box__link {
    display: inline-block;
    position: relative;
    padding-right: 1.6rem;
    font-size: 1.4rem;
    text-align: left;
    color: #000;
}
.mypage-box__link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0.6rem;
    right: 0;
    width: 4px;
    height: 6px;
    background: url(../images/ico/ico_black_right_arr.svg) no-repeat 0 0;
    background-size: 4px 6px;
}
.mypage-box__text {
    margin-bottom: 1.3rem;
    font-size: 1.4rem;
    color: #aeaeae;
}
.mypage-box .count {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5rem;
    color: #ef7373;
}
.mypage-box .goods {
    margin-top: 2rem;
}

.delivery-info {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border: 1px solid #e4e4e4;
    align-items: center;
}
@media screen and (max-width: 854px) {
    .delivery-info {
        flex-direction: column;
    }
}
.delivery-info__left {
    width: 60%;
    padding: 3rem 0 0 0;
    border-right: 1px solid #E4E4E4;
}
@media screen and (max-width: 854px) {
    .delivery-info__left {
        width: 100%;
        border-right-width: 0;
        border-bottom: 1px solid #E4E4E4;
    }
}
.delivery-info__right {
    width: 40%;
    text-align: center;
    font-size: 1.4rem;
    color: #000;
}
@media screen and (max-width: 854px) {
    .delivery-info__right {
        width: 100%;
        padding: 2rem 0;
    }
}
.delivery-info__right-btnbox {
    margin-top: 1.5rem;
}
.delivery-info__right .link {
    display: inline-block;
    position: relative;
    padding: 0.9rem 3rem;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #A2A2A2;
    font-size: 1.4rem;
    text-align: center;
    color: #000000;
}
.delivery-info__etc {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    border-top: 1px solid #E4E4E4;
}
.delivery-info__etc dl {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    width: 33.3333333%;
    padding: 1.1rem 4rem 1.1rem 2rem;
}
.delivery-info__etc dl::after {
    content: "";
    display: block;
    position: absolute;
    top: 1.2rem;
    right: 0;
    width: 1px;
    height: 1.6rem;
    background-color: #e4e4e4;
}
.delivery-info__etc dl:last-child::after {
    display: none;
}
.delivery-info__etc dl dt {
    font-weight: normal;
    font-size: 1.4rem;
    color: #000;
}
.delivery-info__etc dl dd {
    font-size: 1.4rem;
    color: #000;
    font-weight: 700;
}

.mypage-step {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-bottom: 3.1rem;
}
@media screen and (max-width: 460px) {
    .mypage-step {
        padding: 0 0.5rem 3.1rem;
    }
}
.mypage-step li {
    position: relative;
    width: 20%;
    text-align: center;
}
@media screen and (max-width: 460px) {
    .mypage-step li {
        padding: 0 0.5rem;
    }
}
.mypage-step__count {
    display: block;
    position: relative;
    width: 8.6rem;
    height: 8.6rem;
    background: #bcbcbc;
    border-radius: 100%;
    margin: 0 auto;
}
@media screen and (max-width: 460px) {
    .mypage-step__count {
        width: 100%;
        height: auto;
        padding-top: 100%;
    }
}
.mypage-step__count em {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: #fff;
}
@media screen and (max-width: 460px) {
    .mypage-step__count em {
        font-size: 6vw;
    }
}
.mypage-step__text {
    display: block;
    position: relative;
    margin-top: 2rem;
    font-size: 1.4rem;
    color: #000;
}

.member-title {
    font-size: 2.4rem;
    color: #000;
    font-weight: 400;
}
.member-title strong {
    font-weight: 700;
    color: #3909f8;
}
.member-title--s16 {
    font-size: 1.6rem;
}

.memberGradeBenefit {
    position: relative;
    margin-top: 3.2rem;
}
.memberGradeBenefit .st-dimmed {
    margin-left: 0.8rem;
}
.memberGradeBenefit__title {
    font-size: 2.4rem;
    color: #000;
    font-weight: 400;
}
.memberGradeBenefit__title strong {
    font-weight: 700;
    color: #3909f8;
}
.memberGradeBenefit__title--s16 {
    font-size: 1.6rem;
}
.memberGradeBenefit .btn-cts {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-top: 1.6rem;
    font-size: 1.4rem;
}
.memberGradeBenefit .gauge {
    position: relative;
    width: 100%;
    height: 5px;
    margin-top: 1.6rem;
    background-color: #eee;
}
.memberGradeBenefit .gauge__bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    background-color: #3909F8;
}
.memberGradeBenefit .level-info {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.6rem;
    font-size: 1.4rem;
}
.memberGradeBenefit .benefit {
    position: relative;
    margin-top: 4rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: -10px;
}

.col-5 {
    width: 50%;
    max-width: 100%;
    padding: 10px;
}
@media screen and (max-width: 500px) {
    .col-5 {
        width: 100%;
    }
}

.font-s14 {
    font-size: 1.4rem;
}

.my-coupon {
    position: relative;
    overflow: hidden;
}
.my-coupon--mt20 {
    margin-top: 2rem;
}
.my-coupon__items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin: -8px;
}
.my-coupon__item {
    position: relative;
    width: 33.333333333%;
    padding: 8px;
}
@media screen and (max-width: 876px) {
    .my-coupon__item {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .my-coupon__item {
        width: 100%;
    }
}
.my-coupon__body {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    min-height: 17.6rem;
    background-color: #fff;
    border: 1px solid #000;
    padding: 1.6rem 1.6rem 2.4rem 2rem;
}
.my-coupon__body--noflex {
    display: block;
}
.my-coupon__body--noflex .my-coupon__text + .my-coupon__sub-text {
    margin-top: 2.4rem;
}
.my-coupon__body--disabled > * {
    color: #bbb !important;
}
.my-coupon__body::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 6.2rem;
    z-index: 1;
    border-bottom: solid 25px transparent;
    border-top: solid 25px transparent;
    border-left: solid 25px transparent;
    border-right: solid 11px #000;
}
.my-coupon__body::after {
    content: "";
    display: block;
    position: absolute;
    right: -1px;
    top: 6.2rem;
    z-index: 1;
    border-bottom: solid 25px transparent;
    border-top: solid 25px transparent;
    border-left: solid 25px transparent;
    border-right: solid 11px #fff;
}
.my-coupon__name {
    display: flex;
    align-items: flex-end;
    font-size: 2.4rem;
    line-height: 3.2rem;
    font-weight: 700;
}
.my-coupon__name + .my-coupon__text {
    margin-top: 0.8rem;
}
.my-coupon__text {
    max-width: 26.8rem;
    height: 3.5rem;
    font-weight: 700;
    word-break: keep-all;
    display: -webkit-box;
    max-height: 50.4rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.my-coupon__sub-text {
    display: flex;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #999;
    padding-right: 4.8rem;
}
.my-coupon__sub-text .text-inner {
    display: -webkit-box;
    max-height: 43.2rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.my-coupon__button {
    position: absolute;
    bottom: 2.4rem;
    right: 2.4rem;
    font-size: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    width: 3.2rem;
    height: 3.2rem;
    border: 1px solid #000;
    border-radius: 100%;
    z-index: 2;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    background-image: url(../images/ico/ico_download.svg);
}

.memberDocument {
    position: relative;
    margin-top: 3.2rem;
}
.memberDocument__head {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.memberDocument__head__left {
    position: relative;
}
.memberDocument__head__right {
    position: relative;
    margin-left: auto;
}
.memberDocument__bottom {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    margin-top: 2rem;
}
.memberDocument__bottom__left {
    position: relative;
}
.memberDocument__bottom__right {
    position: relative;
    margin-left: auto;
}
.memberDocument .btn-document {
    position: relative;
    display: inline-block;
    padding: 0.9rem 2.3rem;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #000;
    font-size: 1.4rem;
    color: #000;
    line-height: 1;
}

.modal-inner {
    padding: 2rem 1.5rem 2rem;
}

.table-box {
    position: relative;
    width: 100%;
    -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 600px) {
    .table-box {
        overflow: hidden;
        overflow-x: auto;
    }
    .table-box table {
        min-width: 620px;
    }
}

.table-matrix {
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    border-top: 2px solid #959da6;
    border-bottom: 1px solid #eee;
    font-size: 1.5rem;
}
@media screen and (max-width: 1307px) {
    .table-matrix {
        table-layout: auto;
    }
}
.table-matrix thead th {
    vertical-align: top;
    padding: 2.4rem 0.8rem;
    border-bottom: 1px solid #eee;
    font-weight: 700;
}
.table-matrix thead th:first-child {
    padding-left: 0;
}
.table-matrix thead th:last-child {
    padding-right: 0;
}
.table-matrix tbody tr:last-child td {
    border-bottom: none;
}
.table-matrix tbody th {
    vertical-align: top;
    padding: 1.6rem 0.8rem;
    border-bottom: 1px solid #eee;
    font-weight: normal;
}
.table-matrix tbody td {
    vertical-align: top;
    padding: 1.6rem 0.8rem;
    border-bottom: 1px solid #eee;
}
.table-matrix tbody td:first-child {
    padding-left: 0;
}
.table-matrix tbody td:last-child {
    padding-right: 0;
}
.table-matrix.st-lg tbody td {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
}

thead.table-header th {
    padding: 2.1rem 0.8rem;
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #999;
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #eee;
}

.ul-type1 li {
    position: relative;
}
.ul-type1 li + li {
    margin-top: 0.5rem;
}
.ul-type1 li.li--dot {
    position: relative;
    display: flex;
    align-items: flex-start;
}
.ul-type1 li.li--dot::before {
    content: "";
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background-color: #000;
    margin-right: 0.8rem;
    margin-top: 0.6rem;
    flex-shrink: 0;
}
.ul-type1 li.li--s13 {
    font-size: 1.3rem;
}
.ul-type1 li.li--s14 {
    font-size: 1.4rem;
}

.memberMileage {
    position: relative;
    margin-top: 3.2rem;
}
.memberMileage__items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    margin-left: -8px;
    margin-right: -8px;
    border: 1px solid #eee;
    border-right-width: 0;
    border-left-width: 0;
}
.memberMileage__item {
    width: 33.3333333333%;
    text-align: center;
    padding: 2.4rem 8px;
}
.memberMileage__item__subject {
    font-size: 1.2rem;
    color: #999;
}
.memberMileage__item__point {
    margin-top: 1.6rem;
    font-size: 3.6rem;
    color: #000;
    font-weight: 700;
}

.member-search {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3.2rem;
}
@media screen and (max-width: 639px) {
    .member-search {
        flex-direction: column-reverse;
    }
}
.member-search--mt0 {
    margin-top: 0;
}
@media screen and (max-width: 639px) {
    .member-search__nav {
        margin-top: 3rem;
    }
}
.member-search__nav ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.member-search__nav ul li.active a,
.member-search__nav ul li.active button {
    color: #000;
    font-weight: 700;
}
.member-search__nav ul li:first-child a,
.member-search__nav ul li:first-child button {
    padding-left: 0;
}
.member-search__nav ul li a,
.member-search__nav ul li button {
    display: block;
    background-color: transparent;
    padding: 0 1.2rem;
    font-size: 1.6rem;
    color: #aaa;
}
.member-search__frm {
    position: relative;
}
.member-search__frm .datebox {
    width: 30rem;
    margin-right: 1rem;
}
@media screen and (max-width: 639px) {
    .member-search__frm .datebox {
        width: 100%;
    }
}
.member-search__frm .btn {
    width: 10rem;
}
@media screen and (max-width: 639px) {
    .member-search__frm .btn {
        display: block;
        width: 100%;
        margin-top: 9px;
    }
}

.memberCoupon {
    position: relative;
    margin-top: 3.2rem;
}
@media screen and (max-width: 639px) {
    .memberCoupon {
        margin-top: 0;
    }
}
.memberCoupon__search {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 3.2rem;
}
.memberCoupon__search__frm {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.memberCoupon__search__frm .frm-input {
    display: block;
    width: 10rem;
}
.memberCoupon__search__frm .btn {
    width: 10rem;
    margin-left: 1rem;
}

.afflnquiry {
    position: relative;
    width: 100%;
    max-width: 500px;
    margin-top: 3.2rem;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width: 700px) {
    .afflnquiry {
        max-width: 100%;
    }
}
.afflnquiry .frmbox {
    border-bottom: 0;
    padding-bottom: 0;
}
.afflnquiry__chk {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 4.8rem;
    padding-top: 4.8rem;
    border-top: 1px solid #000;
    text-align: center;
}
.afflnquiry__chk .chk_box input[type=checkbox] + label {
    font-size: 1.6rem;
    color: #000;
}
.afflnquiry__chk .btn-modal-agree {
    display: inline-block;
    margin-left: 0.8rem;
    font-size: 1.6rem;
    color: #999;
    text-decoration: underline;
}
.afflnquiry__btnbox {
    position: relative;
    margin-top: 4.8rem;
    text-align: center;
}
.afflnquiry__btnbox .btn {
    padding-left: 2rem;
    padding-right: 2rem;
}

.recruitment {
    position: relative;
    margin-top: 3rem;
}
.recruitment--mt30 {
    margin-top: 3rem;
}
.recruitment--mt50 {
    margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
    .recruitment {
        margin-top: 0;
    }
    .recruitment--mt50 {
        margin-top: 5rem;
    }
}
.recruitment__top {
    position: relative;
    padding: 7.1rem 0;
    background-color: #ececeb;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
    background-image: url(../images/recruitment/recruitment_top_bg.png);
    font-weight: 700;
    font-size: var(--font-size22);
    line-height: 3.2rem;
    letter-spacing: -0.55px;
    color: #231F20;
    text-align: center;
}
.recruitment__body {
    position: relative;
    padding: 8.4rem 4rem 0;
}
@media screen and (max-width: 800px) {
    .recruitment__body {
        padding: 6rem 0 0 0;
    }
}
.recruitment__content {
    font-size: 1.6rem;
    color: #000;
    margin-top: 3rem;
}
.recruitment__btn-box {
    margin-top: 3rem;
    text-align: center;
}
.recruitment__btn-box .btn {
    padding-left: 5rem;
    padding-right: 5rem;
    font-size: 1.6rem;
}
.recruitment-notice {
    position: relative;
    border-top: 0.4rem solid #000;
    padding-top: 2.7rem;
}
.recruitment-notice--mt144 {
    margin-top: 14.4rem;
}
@media screen and (max-width: 800px) {
    .recruitment-notice--mt144 {
        margin-top: 10rem;
    }
}
.recruitment__title {
    font-weight: 700;
    font-size: var(--font-size34);
    color: #000000;
    line-height: 1;
}
.recruitment__text {
    margin-top: 2.2rem;
    font-weight: 500;
    font-size: var(--font-size22);
    line-height: 3.2rem;
    color: #000000;
}
@media screen and (max-width: 416px) {
    .recruitment__text br {
        display: none;
    }
}
.recruitment__desc {
    margin-top: 2.2rem;
    font-size: var(--font-size20);
    color: #787878;
    font-weight: 400;
    line-height: 1;
}
.recruitment__frm {
    position: relative;
    margin-top: 1rem;
}
.recruitment__frm__content {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.recruitment .frm-text {
    position: relative;
    width: 45%;
}
.recruitment .frm-text img {
    position: absolute;
    top: 1.1rem;
    left: 1.2rem;
    width: 2.1rem;
}
@media screen and (max-width: 914px) {
    .recruitment .frm-text {
        width: calc(100% + 2px);
        margin-left: -2px;
        margin-bottom: -2px;
    }
}
.recruitment .frm-select {
    position: relative;
    width: calc(13.75% + 2px);
    margin-left: -2px;
}
@media screen and (max-width: 914px) {
    .recruitment .frm-select {
        width: calc(25% + 2px);
    }
}
@media screen and (max-width: 416px) {
    .recruitment .frm-select {
        width: calc(50% + 2px);
        margin-bottom: -2px;
    }
}
.recruitment select,
.recruitment input {
    width: 100%;
    height: 4.6rem;
    border: 2px solid #000;
    font-size: var(--font-size22);
    font-weight: 700;
    color: #000;
    padding: 0;
}
.recruitment input {
    padding-left: 4.6rem;
    padding-right: 2.9rem;
}
.recruitment select {
    padding-left: 1.4rem;
    padding-right: 2.9rem;
    background-image: url(../images/ico/ico_select_arr.svg);
    background-size: 1.6rem 8rem;
    background-position: calc(100% - 11px) 45%;
    background-repeat: no-repeat;
}
.recruitment__items {
    position: relative;
    width: 100%;
}
.recruitment__items--mt87 {
    margin-top: 8.7rem;
}
@media screen and (max-width: 800px) {
    .recruitment__items--mt87 {
        margin-top: 5rem;
    }
}
.recruitment__items--mt77 {
    margin-top: 7.7rem;
}
@media screen and (max-width: 800px) {
    .recruitment__items--mt77 {
        margin-top: 5rem;
    }
}
.recruitment__item {
    position: relative;
    padding-bottom: 2.8rem;
    border-bottom: 1px solid #969696;
}
.recruitment__item + .recruitment__item {
    margin-top: 3.2rem;
}
.recruitment__item a {
    display: block;
    position: relative;
}
.recruitment__item__all-times {
    padding-right: 8rem;
}
.recruitment__item__subject {
    font-size: var(--font-size20);
    color: #505050;
    font-weight: 600;
}
.recruitment__item__desc {
    margin-top: 1.1rem;
    font-size: var(--font-size20);
    color: #787878;
    font-weight: 400;
    line-height: 1;
}
.recruitment__item__badge {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 6.4rem;
    height: 3rem;
    background-color: #009f63;
    border-radius: 3px;
    font-weight: 700;
    font-size: var(--font-size20);
    color: #FFFFFF;
}

.cont-img {
    text-align: center;
}
.cont-img img {
    max-width: 100%;
}
