@charset "utf-8";
/* ============== 共通 =================== */
#contents {
    background: #efeb70;
    padding: 0 0 10px;
    color: #222222;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
}
#contents * {
    box-sizing: border-box;
}
#contents a {
    color: #0099cc;
    font-weight: 700;
    text-decoration: underline;
}
#contents a:hover {
    opacity: 0.7;
}
.end_txt {
    padding: 0 0 1.5rem;
    font-weight: bold;
    color: #FF0000;
    font-size: 180%;
    line-height: 1;
    text-align: center;
}
.display-sp {
    display: none;
}
/* ============== top =================== */
.top {
    background: #fffaa9;
}
.top_term {
    background: #8fc323;
    padding: 15px 10px 14px;
    text-align: center;
}
.top_term span {
    max-width: 480px;
    display: block;
    margin: auto;
}
/* ============== app =================== */
.app {
    padding: 30px 0;
    background: #fffef0;
}
.app_note {
    color: #FF0000;
    font-size: 18px;
    margin: 20px auto 0;
    line-height: 1;
}
.app_note span {
    font-weight: bold;
}
/* ============== wallet =================== */
.wallet {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 25px;
}
.wallet_ttl {
    max-width: 480px;
    margin: 0 auto 30px;
}
.wallet_list-pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.wallet_list-sp {
    display: none;
}
.wallet_list-pc .wallet_item {
    margin-right: 2.2%;
    margin-bottom: 23px;
    max-width: 23.25%;
}
.wallet_list-pc .wallet_item:nth-of-type(4), .wallet_list-pc .wallet_item:last-of-type {
    margin-right: 0;
}
.wallet_note {
    font-weight: 600;
}
/* ============== sns =================== */
.sns {
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 0 25px;
}
.sns_inner {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
}
.sns_list {
    box-sizing: border-box;
    margin: 8px auto 0;
    display: flex;
    justify-content: center;
}
.sns_item {
    padding: 0 10px;
}
.sns_item a {
    display: block;
}
.sns_item img {
    max-height: 30px;
    width: 100%;
}
.sns_ttl {
    font-weight: 600;
    font-size: 145%;
}
/* ============== att =================== */
.att {
    max-width: 900px;
    margin: 0 auto 60px;
    padding: 0 25px;
}
.att_inner {
    background: #fff;
    border-radius: 20px;
    max-width: 850px;
    padding: 5% 4%;
    text-align: left;
    line-height: 1.7;
}
.att_item + .att_item {
    margin-top: 30px;
}
.att_item_ttl {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    line-height: 1.3;
    border-left: 10px solid #8fc323;
    padding-left: 0.5em;
}
.att_item_inner p {
    margin-top: 10px;
}
.att_item_inner p + p {
    margin-top: 0;
}
.att_item_img {
    margin: 20px auto;
    text-align: center;
}
.att_list-style {
    margin-top: 10px;
    padding-left: 1em;
    text-indent: -1em
}
.att_list-style li > ul, .att_list-style li > ol {
    margin-left: 1em;
    margin-bottom: 5px;
}
.att_small-unit {
    margin: 5px auto 10px;
}
.att_small-unit dt {
    font-weight: bold;
    text-indent: 0;
    margin-left: -0.5em;
}
.att_item_note {
    font-size: 12px;
    color: #909090;
}
.att_item_em {
    color: #ff0505;
}
.att_square-box {
    border: 1px solid #ff0505;
    padding: 10px 15px;
    margin: 5px auto;
    color: #ff0505;
}
.att_square-box dd ol {
    padding-left: 2.1em;
    text-indent: -2.5em;
}
/* コンテンツ（SP：767px以下）
========================================================*/
@media screen and (max-width: 767px) {
    /* ============== 共通 =================== */
    .display-pc {
        display: none;
    }
    .display-sp {
        display: block;
    }
    .end_txt {
        font-size: 150%;
    }
    /* ============== top =================== */
    .top_mv {
        background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/line202203_20/img/mv_sp.png) top center no-repeat;
        background-size: contain;
        padding-top: 99.47%;
    }
    .top_term {
        padding: 2.5% 4%;
    }
    /* ============== app =================== */
    .app {
        padding: 6% 4% 5%;
    }
    .app_note {
        margin-top: 5%;
        font-size: 15px;
        line-height: 1.4;
    }
    .app_note span {
        font-weight: bold;
    }
    /* ============== wallet =================== */
    .wallet {
        max-width: 100%;
        margin: 8% 4%;
        padding: 0;
    }
    .wallet_ttl {
        max-width: 100%;
        margin-bottom: 6%;
    }
    .wallet_list-sp {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .wallet_list-pc {
        display: none;
    }
    .wallet_item {
        margin-bottom: 4%;
        width: 49.05%;
    }
    /* ============== sns =================== */
    .sns {
        max-width: 100%;
        margin: 8% 4%;
        padding: 0;
    }
    .sns_inner {
        padding: 8% 4%;
        border-radius: 10px;
    }
    .sns_item {
        padding: 0 3px;
        width: 32%;
    }
    .sns_ttl {
        font-size: 118%;
    }
    /* ============== att =================== */
    .att_item_img {
        background: url(https://pntc.sslcs.cdngc.net/cdn/campaign/line202203_20/img/att_bnr_sp.png) 0 0 no-repeat;
        background-size: contain;
        /*↓画像の高さ÷横幅×100*/
        padding-top: 26.84%;
        margin: 1.5rem auto 1rem;
    }
    .att {
        max-width: 100%;
        margin: 8% 4%;
        padding: 0;
    }
    .att_inner {
        padding: 8% 4%;
        border-radius: 10px;
    }
    .att_item + .att_item {
        margin-top: 8%;
    }
    .att_item_ttl {
        font-size: 1.8rem;
        margin-bottom: 5px;
    }
    .att_item_inner p, .att_list-style {
        margin-top: 5px;
    }
}