
.all_wrap{
    margin: auto;
    width: 1200px;
    letter-spacing: 1px;
}
.main_wrap{
    margin-bottom: 30px;
}
.main{
    margin-bottom: 30px;
}
.eposnet_link a{
    display: block;
    padding: 14px 0;
    background-color: #fff;
    border: 2px solid #e97d67;
    border-radius: 5px;
    color: #e97d67;
    font-size: 15px;
    text-align: center;
    position: relative;
    text-decoration: none;
    width: 560px;
    margin: 0 auto;
    transition: .2s;
    font-weight: bold;
}
.contents_easy .eposnet_link a{
    border-color: #3594af;
    color: #3594af;
}
.contents_regular .eposnet_link a{
    border-color: #b8c70d;
    color: #b8c70d;
}
.eposnet_link a::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 15px solid #e97d67;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    right: 30px;
    top: calc(50% - 8px);
}
.contents_easy .eposnet_link a::after{
    border-left-color: #3594af;
}
.contents_regular .eposnet_link a::after{
    border-left-color: #b8c70d;
}
.eposnet_link a:hover{
    background-color: #e97d67;
    color: #fff;
}
.contents_easy .eposnet_link a:hover{
    background-color: #3594af;
}
.contents_regular .eposnet_link a:hover{
    background-color: #b8c70d;
}
.eposnet_link a:hover::after{
    border-left-color: #fff;
}
.nav_list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 33px;
}
.nav_list .nav{
    width: 32.5%;
}
.nav_list .nav a{
    color: #fff;
    font-size: 20px;
    padding: 45px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e97d67;
    transition: .2s;
    text-decoration: none;
    font-weight: normal;
    border-radius: 5px;
}
.nav_list .nav:nth-of-type(2) a{
    background-color: #3594af;
}
.nav_list .nav:nth-of-type(3) a{
    background-color: #b8c70d;
}
.nav_list .nav:hover{
    opacity: .8;
}
.nav_list .nav.active{
    position: relative;
}
.nav_list .nav.active::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 20px solid #e97d67;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    bottom: -20px;
    margin: auto;
    right: 0;
    left: 0;
}
.nav_list .nav:nth-of-type(2).active::after{
    border-top-color: #3594af;
}
.nav_list .nav:nth-of-type(3).active::after{
    border-top-color: #b8c70d;
}
.nav_list .nav.active:hover{
    opacity: 1;
}
.nav_list .nav.active a{
    pointer-events: none;
}

.cate_wrap{
    border-top: 2px solid #e97d67;
    padding: 30px 0;
    border-bottom: 1px solid #e97d67;
    margin-bottom: 30px;
}
.contents_easy .cate_wrap{
    border-top-color: #3594af;
    border-bottom-color: #3594af;
}
.contents_regular .cate_wrap{
    border-top-color: #b8c70d;
    border-bottom-color: #b8c70d;
}
.cate_list{
    display: flex;
}
.cate{
    width: 100%;
    color: #e97d67;
    font-size: 16px;
    padding: 100px 0 30px;
    border-right: 1px solid #e97d67;
    text-align: center;
    position: relative;
    transition: .2s;
}
.contents_easy .cate{
    color: #3594af;
    border-right-color: #3594af;
}
.contents_regular .cate{
    color: #b8c70d;
    border-right-color: #b8c70d;
}
.cate:last-of-type{
    border: none;
}
.cate::after{
    content: "";
    position: absolute;
    top: 30px;
    margin: auto;
    left: 0;
    right: 0;
}
/* 全テーマ */
.cate_all::after{
    width: 50px;
    height: 44px;
}
.cate_fashion::after{
    width: 50px;
    height: 50px;
}
.cate_food::after{
    width: 50px;
    height: 45px;
}
.cate_life::after{
    width: 60px;
    height: 48px;
}
.cate_interior::after{
    width: 64px;
    height: 41px;
    top: 35px;
}
.cate_entertainment::after{
    width: 44px;
    height: 55px;
    top: 25px;
}
.cate_other::after{
    width: 44px;
    height: 9px;
    top: 50px;
}
/* 赤　すべて */
.contents_all .cate_all::after{
    background: url(/page/howto-easypay/img/cate_icon_all_red.png);
}
.contents_all .cate_fashion::after{
    background: url(/page/howto-easypay/img/cate_icon_fashion_red.png);
}
.contents_all .cate_food::after{
    background: url(/page/howto-easypay/img/cate_icon_food_red.png);
}
.contents_all .cate_life::after{
    background: url(/page/howto-easypay/img/cate_icon_life_red.png);
}
.contents_all .cate_interior::after{
    background: url(/page/howto-easypay/img/cate_icon_interior_red.png);
}
.contents_all .cate_entertainment::after{
    background: url(/page/howto-easypay/img/cate_icon_entertainment_red.png);
}
.contents_all .cate_other::after{
    background: url(/page/howto-easypay/img/cate_icon_other_red.png);
}
/* 青　エポスかんたん決済 */
.contents_easy .cate_all::after{
    background: url(/page/howto-easypay/img/cate_icon_all_blue.png);
}
.contents_easy .cate_fashion::after{
    background: url(/page/howto-easypay/img/cate_icon_fashion_blue.png);
}
.contents_easy .cate_food::after{
    background: url(/page/howto-easypay/img/cate_icon_food_blue.png);
}
.contents_easy .cate_life::after{
    background: url(/page/howto-easypay/img/cate_icon_life_blue.png);
}
.contents_easy .cate_interior::after{
    background: url(/page/howto-easypay/img/cate_icon_interior_blue.png);
}
.contents_easy .cate_entertainment::after{
    background: url(/page/howto-easypay/img/cate_icon_entertainment_blue.png);
}
.contents_easy .cate_other::after{
    background: url(/page/howto-easypay/img/cate_icon_other_blue.png);
}
/* 緑　定期利用 */
.contents_regular .cate_all::after{
    background: url(/page/howto-easypay/img/cate_icon_all_green.png);
}
.contents_regular .cate_fashion::after{
    background: url(/page/howto-easypay/img/cate_icon_fashion_green.png);
}
.contents_regular .cate_other::after{
    background: url(/page/howto-easypay/img/cate_icon_other_green.png);
}
/* 白抜き */
.cate_all:hover::after,
.active.cate_all::after{
    background: url(/page/howto-easypay/img/cate_icon_all_white.png);
}
.cate_fashion:hover::after,
.active.cate_fashion::after{
    background: url(/page/howto-easypay/img/cate_icon_fashion_white.png);
}
.cate_food:hover::after,
.active.cate_food::after{
    background: url(/page/howto-easypay/img/cate_icon_food_white.png);
}
.cate_life:hover::after,
.active.cate_life::after{
    background: url(/page/howto-easypay/img/cate_icon_life_white.png);
}
.cate_interior:hover::after,
.active.cate_interior::after{
    background: url(/page/howto-easypay/img/cate_icon_interior_white.png);
}
.cate_entertainment:hover::after,
.active.cate_entertainment::after{
    background: url(/page/howto-easypay/img/cate_icon_entertainment_white.png);
}
.cate_other:hover::after,
.active.cate_other::after{
    background: url(/page/howto-easypay/img/cate_icon_other_white.png);
}
.cate.active,
.cate:hover{
    background-color: #e97d67;
    color: #fff;
    border-color: #fff;
}
.contents_easy .cate.active,
.contents_easy .cate:hover{
    background-color: #3594af;
}
.contents_regular .cate.active,
.contents_regular .cate:hover{
    background-color: #b8c70d;
}
.cate:hover{
    cursor: pointer;
}
.cate.active:hover{
    pointer-events: none;
}
.cate_list .cate::after,
.cate_list .cate:hover::after{
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
}

#hospitality_wrap .result-items{
    margin: 0;
}

#hospitality_wrap .result-items,
#hospitality_wrap .result-items .WCMeditable td{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    gap: 0 3.2%;
}
#hospitality_wrap .result-items li{
    float: none;
    width: 22.6%;
    margin: 0 0 50px;
    letter-spacing: 0;
}
#hospitality_wrap .result-items li:hover{
    opacity: .8;
}
#hospitality_wrap .result-items li a:hover{
    text-decoration: none;
}
.hospitality_list .im-item{
    border: 1px solid #e7e7e7;
    margin-bottom: 10px;
}
.hospitality_list .label_wrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}
.hospitality_list .label_wrap .label{
    color: #fff;
    background-color: #e97d67;
    font-size: 14px;
    width: 59%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contents_easy .hospitality_list .label_wrap .label{
    background-color: #3594af;
}
.contents_regular .hospitality_list .label_wrap .label{
    background-color: #b8c70d;
}
.hospitality_list .label_wrap .label_cate{
    color: #e97d67;
    background-color: #fff;
    border: 2px solid #e97d67;
    font-size: 14px;
    width: 39%;
    box-sizing: border-box;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contents_easy .hospitality_list .label_wrap .label_cate{
    color: #3594af;
    border-color: #3594af;
}
.contents_regular .hospitality_list .label_wrap .label_cate{
    color: #b8c70d;
    border-color: #b8c70d;
}
.hospitality_list .tx-item{
    color: #333;
    font-size: 14px;
    margin-bottom: 5px;
}
.hospitality_list .tx-privilege{
    color: #e97d67;
    font-size: 18px;
    font-weight: bold;
}
.contents_easy .hospitality_list .tx-privilege{
    color: #3594af;
}
.contents_regular .hospitality_list .tx-privilege{
    color: #b8c70d;
}

@media screen and (min-width:769px) and ( max-width:1200px){
    .all_wrap{
        width: 100%;
    }
}

@media screen and (min-width: 769px) {
    .pcOnly{
        display: inline-block;
    }
    .spOnly{
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .spOnly{
        display: inline-block;
    }
    .pcOnly{
        display: none;
    }
    .all_wrap{
        width: 100%;
    }
    .main_wrap {
        margin-bottom: 20px;
    }
    .main{
        margin-bottom: 20px;
    }
    .eposnet_link a{
        width: 82%;
        font-size: 13px;
        letter-spacing: 0.5px;
        margin-bottom: 20px;
        padding: 12px 0;
    }
    .eposnet_link a::after {
        border-left: 10px solid #e97d67;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        right: 15px;
        top: calc(50% - 6px);
    }
    .contents_inner{
        width: calc(100% - 20px);
        margin: auto;
    }
    .nav_list{
        margin-bottom: 20px;
    }
    .nav_list .nav{
        width: 32.8%;
    }
    .nav_list .nav a{
        font-size: 14px;
        padding: 15px 0;
        height: 70px;
        text-align: center;
    }
    .nav_list .nav.active::after{
        border-top-width: 10px;
        border-left-width: 6px;
        border-right-width: 6px;
        bottom: -10px;
    }
    .contents_all .cate_wrap,
    .contents_easy .cate_wrap{
        border: 0;
        padding: 0;
        margin-bottom: 20px;
    }
    .contents_regular .cate_wrap{
        padding: 10px 0;
    }
    .contents_regular .cate_wrap .cate{
        margin-bottom: 0;
    }
    .cate_list{
        flex-wrap: wrap;
    }
    .cate{
        width: calc(100% / 3);
        font-size: 10px;
        padding: 40px 0 10px;
        margin-bottom: 17px;
        position: relative;
    }
    .contents_all .cate:nth-of-type(4n),
    .contents_all .cate:nth-of-type(7n),
    .contents_easy .cate:nth-of-type(4n),
    .contents_easy .cate:nth-of-type(7n){
        border: none;
    }
    .contents_regular .cate:nth-of-type(3n){
        border: none;
    }
    .contents_all .cate:first-of-type{
        width: 100%;
        border: none;
        border-top: 1px solid #e97d67;
        border-bottom: 1px solid #e97d67;
        margin-bottom: 8px;
    }
    .contents_easy .cate:first-of-type{
        width: 100%;
        border: none;
        border-top-color: #3594af;
        border-bottom-color: #3594af;
        margin-bottom: 8px;
    }
    .contents_all .cate:nth-of-type(2)::before,
    .contents_all .cate:nth-of-type(5)::before{
        content: "";
        position: absolute;
        width: calc(300% + 2px);
        height: 1px;
        background-color: #e97d67;
        bottom: -8px;
        left: 0;
    }
    .contents_easy .cate:nth-of-type(2)::before,
    .contents_easy .cate:nth-of-type(5)::before{
        content: "";
        position: absolute;
        width: calc(300% + 2px);
        height: 1px;
        background-color: #3594af;
        bottom: -8px;
        left: 0;
    }
    .cate::after{
        top: 10px;
    }
    /* 全テーマ */
    .cate_all::after{
        width: 25px;
        height: 22px;
    }
    .cate_fashion::after{
        width: 25px;
        height: 25px;
    }
    .cate_food::after{
        width: 25px;
        height: 23px;
    }
    .cate_life::after{
        width: 30px;
        height: 24px;
    }
    .cate_interior::after{
        width: 32px;
        height: 22px;
        top: 12px;
    }
    .cate_entertainment::after{
        width: 22px;
        height: 28px;
        top: 8px;
    }
    .cate_other::after{
        width: 22px;
        height: 5px;
        top: 18px;
    }
    #hospitality_wrap .result-items,
    #hospitality_wrap .result-items .WCMeditable td {
        gap: 0 4%;
    }
    #hospitality_wrap .result-items li{
        float: none;
        width: 48%;
        margin-bottom: 30px;
    }
    .hospitality_list .label_wrap .label,
    .hospitality_list .label_wrap .label_cate{
        font-size: 10px;
        padding: 2px 0;
    }
    .hospitality_list .tx-item{
        font-size: 10px;
        padding: 3px;
        margin-bottom: 0;
    }
    .hospitality_list .tx-privilege{
        font-size: 12px;
        padding: 3px;
    }
}


