@charset "utf-8";
/* CSS Document */
/*エポスかんたん決済 2022/02 */
#epos {
    display: block;
    color: #444444;
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
    width: auto;
    margin: 0 auto;
    background-color: #ffffff;
}

#epos p,
#epos a,
#epos span,
#epos div,
#epos ul,
#epos li {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#epos a {
    text-decoration: none;
}

#epos a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6;
}

#epos .tbl {
    display: table;
    width: 100%;
}

#epos .tbl .cell {
    display: table-cell;
    vertical-align: top;
}

#epos .main_ttl {
    font-size: 36px;
    color: #fff;
    text-align: center;
    background-color: #345ca6;
    padding: 20px;
}

#epos .main_ttl2 {
    font-size: 36px;
    color: #fff;
    text-align: center;
    background-color: #345ca6;

}

/*ヘッダー*/
#epos .header_box {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*詳細*/
#epos .syousai_box {
    padding: 30px 0;
    text-align: center;
}

#epos .btn_detail {}

#epos .syousai_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto;
}

#epos .syousai_box li {
    flex: 30%;
    background: #eeeeee;
    border: 3px solid #a5001e;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.8;
    border-radius: 20px;
    font-size: 16px;
    padding: 22px 10px;
    font-weight: bold;
}

#epos .trio_img {
    display: block;
    margin: 0 auto 18px;
}

#epos .card_ma {
    margin: 0 3.2%;
}

#epos .btn_detail a {
    position: relative;
    background: #a5001e;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    border-radius: 40px;
    display: block;
    margin: 0 auto;
    width: auto;
    letter-spacing: 1.2px;
    padding: 18px 0;
}

#epos .syousai_subttl {
    font-size: 30px;
    margin: 60px auto 40px;
    letter-spacing: 1.2px;
    padding-bottom: 10px;
    width: 418px;
    border-bottom: 5px solid;
}

#epos .syousai_main {
    display: flex;
    width: 100%;
}

#epos .syousai_main_trio {
    width: 32%;
    margin: 0 auto;
    position: relative;
}

#epos .syousai_main_trio .g2 {
    margin: 0 auto;
    font-size: 16px;
    position: absolute;
    right: 0;
    letter-spacing: 0.5px;
    left: 0;
    font-weight: bold;
    line-height: 1.6;
    bottom: 48px;
}

#epos .syousai_main_trio .g3 {
    margin: 0 auto;
    font-size: 16px;
    position: absolute;
    right: 0;
    letter-spacing: 0.5px;
    left: 0;
    font-weight: bold;
    line-height: 1.6;
    bottom: 24px;
}

#epos .syousai_link {
    display: inline-block;
    font-size: 20px;
    margin: 44px auto 0;
}

#epos .syousai_link a {
    color: #444;
    font-weight: normal;
    padding-bottom: 5px;
    letter-spacing: 0.8px;
    border-bottom: 2px solid #b1b1b1;
}

/*ご利用*/
#epos .goriyou_box {
    padding: 30px 0;
    text-align: center;
}

#epos .goriyou_cap {
    margin: 30px auto 10px;
}

#epos .goriyou_subttl {
    font-size: 30px;
    margin: 20px auto 40px;
    letter-spacing: 1.2px;
    padding-bottom: 10px;
    width: 418px;
    border-bottom: 5px solid;
}

#epos .goriyou_mainbox {
    background: #eeeeee;
    padding: 10px;
}

#epos .goriyou_subbox {
    border: 2px solid #a5001e;
    background: #FFF;
    position: relative;
    padding: 50px 0 34px;
}

#epos .step_ttl {
    font-size: 14px;
    margin-bottom: 16px;
    text-align: left;
    letter-spacing: 1px;
    margin-left: 140px;
}

#epos .step_img {
    position: absolute;
    left: 0;
    top: 0;
}

#epos .step_kome {
    font-size: 14px;
    text-align: left;
    margin-top: 16px;
    letter-spacing: 0.5px;
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
}

/*エポスカードとは*/
#epos .card_box {
    padding: 10px 0 30px;
    text-align: center;
}

#epos .card_txt {
    font-size: 20px;
    margin: 0 auto 34px;
    letter-spacing: 1.5px;
}

#epos .card_txt span {
    color: #a5001e;
}

#epos .card_main {
    display: flex;
    margin-bottom: 50px;
    width: 100%;
}

#epos .card_main_trio {
    margin: 0 auto;
    position: relative;
}

#epos .card_subtxt {
    text-align: left;
    font-size: 12px;
    position: absolute;
    right: 0;
    letter-spacing: 0.5px;
    left: 16px;
    font-weight: bold;
    line-height: 1.8;
    bottom: 24px;
}

#epos .card_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    margin: 0 auto 40px;
}

#epos .card_box li {
    flex: 30%;
    background: #eeeeee;
    border: 3px solid #a5001e;
    text-align: left;
    margin-bottom: 10px;
    line-height: 1.8;
    border-radius: 20px;
    font-size: 12px;
    padding: 22px 14px;
    font-weight: bold;
}

/*確認*/
#epos .kakunin_box {
    padding: 10px 0 30px;
    text-align: center;
}

#epos .kakunin_main {
    background: #eeeeee;
    padding: 40px;
}

#epos .kakunin_main .kakunin_ttl {
    font-size: 20px;
    margin-bottom: 54px;
    letter-spacing: 1px;
}

#epos .kakunin_li_ttl {
    font-size: 16px;
    text-align: left;
    margin: 12px auto;
    letter-spacing: 0.6px;
}

#epos .kakunin_main ul {
    text-align: left;
    font-size: 14px;
}

#epos .kakunin_main li {
    margin-bottom: 5px;
}

@media screen and (max-width: 959px) {
    /*エポスかんたん決済 2022/02 */
    #epos {
        display: block;
        color: #515151;
        font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", "MS Gothic", sans-serif;
        background-color: #ffffff;
        width: 100%;
        max-width: 640px;
        margin: 0 auto 40px;
    }

    #epos p,
    #epos a,
    #epos span,
    #epos div,
    #epos ul,
    #epos li {
        padding: 0;
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    #epos a {
        text-decoration: none;
    }

    /*ヘッダー*/
    #epos .header_box {
        display: block;
        width: 100%;
        max-width: 640px;
        margin: auto;
        position: relative;
    }

    #epos .header_box img {}

    #epos .he_left {
        position: absolute;
        width: 41%;
        bottom: 7%;
        left: 5.5%;
    }

    #epos .he_right {
        position: absolute;
        width: 41%;
        bottom: 7%;
        right: 5%;
    }

    /*詳細*/
    #epos .syousai_box {
        padding: 5% 0;
        text-align: center;
    }

    #epos .btn_detail {}

    #epos .btn_detail a {
        position: relative;
        background: #a5001e;
        color: #fff;
        font-size: 3.4vw;
        text-align: center;
        font-weight: bold;
        border-radius: 50px;
        display: block;
        width: 91%;
        margin: 0 auto;
        letter-spacing: 1.5px;
        padding: 4% 0;
    }

    #epos .syousai_subttl {
        font-size: 4.6vw;
        margin: 8% 18% 5%;
        text-align: center;
        letter-spacing: 1.2px;
        padding-bottom: 1%;
        width: auto;
        border-bottom: 3px solid;
    }

    #epos .syousai_main {
        display: flex;
        width: 94%;
        margin: 0 auto;
    }

    #epos .syousai_main_trio {
        margin: 0 auto;
        position: relative;
    }

    #epos .syousai_main_trio img {
        width: 90%;
    }

    #epos .syousai_link {
        display: inline-block;
        font-size: 3.6vw;
        margin: 5% auto;
    }

    #epos .syousai_link a {
        color: #444;
        font-weight: normal;
        padding-bottom: 1%;
        letter-spacing: 0.2px;
        border-bottom: 1px solid #b1b1b1;
    }

    /*ご利用*/
    #epos .goriyou_box {
        padding: 0 0 5%;
        text-align: center;
    }

    #epos .goriyou_cap {}

    #epos .goriyou_subttl {
        font-size: 4.6vw;
        margin: 0 18% 5%;
        text-align: center;
        letter-spacing: 1.2px;
        padding-bottom: 1%;
        width: auto;
        border-bottom: 3px solid;
    }

    #epos .goriyou_mainbox {
        background: #eeeeee;
        padding: 5% 4%;
    }

    #epos .goriyou_subbox {
        border: 2px solid #a5001e;
        background: #FFF;
        position: relative;
        padding: 6% 5%;
    }

    #epos .step_ttl {
        font-size: 3.4vw;
        margin-bottom: 4%;
        text-align: left;
        margin-left: 8%;
    }

    #epos .step_img {
        position: absolute;
        left: 0;
        width: 18%;
        top: 0;
    }

    #epos .step_kome {
        text-align: center;
        margin: 4% auto 0;
    }

    #epos .step_kome img {
        width: 92%;
    }

    /*エポスカードとは*/
    #epos .card_box {
        padding: 5% 0;
        text-align: center;
    }

    #epos .card_subttl {
        font-size: 4.6vw;
        margin: 0 18% 5%;
        text-align: center;
        letter-spacing: 1.2px;
        padding-bottom: 1%;
        border-bottom: 3px solid;
    }

    #epos .card_txt {
        font-size: 3.6vw;
        margin: 0 auto 5%;
        letter-spacing: 0.5px;
    }

    #epos .card_txt span {
        color: #a5001e;
    }

    #epos .card_main {
        display: flex;
        width: 94%;
        margin: 0 auto 8%;
    }

    #epos .card_main_trio {
        margin: 0 auto;
        position: relative;
    }

    #epos .card_main_trio img {
        width: 90%;
    }

    #epos .card_box ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        width: 92%;
        margin: 0 auto;
    }

    #epos .card_box li {
        flex: 30%;
        background: #eeeeee;
        border: 2px solid #a5001e;
        text-align: left;
        margin-bottom: 8%;
        font-size: 2.4vw;
        line-height: 1.6;
        border-radius: 8px;
        padding: 3% 1% 2% 2%;
        font-weight: bold;
    }

    #epos .card_ma {
        margin: 0 2%;
    }

    #epos .trio_img {
        width: 80%;
        display: block;
        margin: 0 auto 8%;
    }

    /*確認*/
    #epos .kakunin_box {
        padding: 5% 0;
        text-align: center;
    }

    #epos .kakunin_main {
        background: #eeeeee;
        padding: 8% 4%;
    }

    #epos .kakunin_main .kakunin_ttl {
        font-size: 3.6vw;
        margin-bottom: 8%;
        letter-spacing: 0.5px;
    }

    #epos .kakunin_li_ttl {
        font-size: 3vw;
        text-align: left;
        margin: 2% auto;
    }

    #epos .kakunin_main ul {
        text-align: left;
        font-size: 2.6vw;
    }

    #epos .kakunin_main li {
        margin-bottom: 0.5%;
        padding-left: 1em;
        text-indent: -1em;
    }

    #epos .mT6per {
        margin-top: 6%;
    }
}