/* このページ共通 */
html {
    font-size: 62.5%;
}

body {
    width: 100%;
    background-color: #eaf6ff;
    margin: 0;
    color: #000;
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
    font-size: 1.4rem;
}

h1 {
    line-height: 0;
}

h2 {
    margin: 0 0 15px;
    font-size: 2.2rem;
    text-align: center;
}

h2 span {
    display: inline-block;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a:hover {
    opacity: .6;
}

a.external::after {
    content: '';
    display: inline-block;
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/u/LWAS900/img/stamp/external_link.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    margin-left: 5px;
}


/* 全体 */
#contents {
    padding: 0;
}

.unit {
    margin: 0 auto 10px;
    max-width: 1170px;
    font-size: 1.4rem;
}

.unit-wrap {
    background-color: #fff;
    border-radius: 16px;
    padding: 40px 0;
}

.unit-wrap__top {
    border-radius: 0 0 16px 16px;
}


/* ヘッダー */
.header {
    display: flex;
    background-color: #fff;
    height: 40px;
    justify-content: center;
    align-items: center;
}

.header img {
    width: 165px;
}


/* 重要なお知らせ */
.alert {
    background-color: #fff;
    border-top: 1px solid #d4d2d4;
}

.alert-wrap {
    margin: 0 auto;
    padding: 15px 0;
    max-width: 1170px;
    font-size: 1.4rem;
}

.alert-wrap-list li {
    margin-bottom: 15px;
}

.alert-wrap-list li::before {
    content: '';
    display: inline-block;
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/u/LWAS900/img/stamp/alert.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 23px;
    height: 20px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.alert-wrap-list li:last-child {
    margin-bottom: 0;
}

.alert-wrap-list a {
    text-decoration: underline;
}


/* キービジュアル */
.kv {
    margin: 0;
}

.kv-img {
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/u/LWAS900/img/stamp/kv_pc.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 308px;
}


/* ログイン */
.unit-wrap .unit-wrap-login {
    display: flex;
    justify-content: center;
    max-width: 770px;
    margin: 0 auto;
}

.l-screen__rid {
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-right: 30px;
    width: 100%;
    max-width: 370px;
}

.l-screen__rid img {
    margin-bottom: 10px;
}

.c-button {
    background-color: #ff9123;
    /* border: 2px #000 solid; */
    border-radius: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    position: relative;
    z-index: 9999;
    width: 100%;
    max-width: 370px;
    height: 50px;
    max-height: 60px;
    text-decoration: none;
}

.c-button::after {
    content: "";
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/u/LWAS900/img/stamp/arrow_pid.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translate(0, -50%);
    margin-left: 15px;
    width: 20px;
    height: 20px;
}

.l-screen__auid {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    max-width: 370px;
}

.l-screen__auid img {
    margin-bottom: 10px;
}

.l-screen__auidButton {
    background-color: #eb5505;
}

.l-screen__auidButton::after {
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/u/LWAS900/img/stamp/arrow_auid.png);
}

.l-screen__auidNotesBlock {
    margin-top: 0.625rem;
    width: 101%;
}

.l-screen__auidNotes {
    color: #999;
    font-size: 1.2rem;
    padding-left: 1em;
    text-indent: -1rem;
}

.l-screen__auidNotes a {
    color: #fc9123;
    text-decoration: underline;

}


/* スタンプカードとは？ */
.unit-wrap-service p {
    font-size: 1.4rem;
    text-align: center;
}

.unit-wrap-service p span {
    display: inline-block;
}

.unit-wrap-service .service-list {
    display: flex;
    justify-content: center;
    align-items: stretch;
    max-width: 1070px;
    height: auto;
    margin: 30px auto 19px;
    padding: 0 10px;
}

.service-list li {
    display: flex;
    flex-direction: column;
    width: 31%;
    font-size: 1.4rem;
}

.service-list li.arrow {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
}

.service-list-item-upper {
    background-color: #eaf6ff;
    border-radius: 16px 16px 0 0;
    margin: 0 10px;
    padding: 30px;
    min-height: 206px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.service-list-item-upper-ttl {
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.service-list-item-lower {
    position: relative;
}

.service-list-item-lower-bg {
    background-color: #eaf6ff;
    border-radius: 0;
    margin: 0 10px;
    height: 100px;
}

.service-list-item-lower-img {
    position: absolute;
    bottom: -18px;
}

.service-list li.arrow img {
    width: 20px;
}


/* 注意事項 */
.unit-wrap.unit-notice {
    border-radius: 16px 16px 0 0;
}

.unit-wrap-notice {
    max-width: 770px;
    margin: 0 auto;
}

.unit-wrap-notice h2 {
    margin-bottom: 30px;
}

.unit-wrap-notice ul {
    padding-left: 1.4rem;
    list-style: disc;
}

.unit-wrap-notice li {
    font-size: 1.4rem;
}

.unit-wrap-notice .inner-block {
    margin: 10px 0;
}

.unit-wrap-notice .inner-block__dl {
    margin: 20px 0;
}

.unit-wrap-notice dl {
    margin: 5px 0 0;
}

.unit-wrap-notice dt {
    margin: 5px 0 0;
    font-size: 1.4rem;
}

.unit-wrap-notice dd {
    margin: 0 0 0 1.4rem;
    font-size: 1.4rem;
}

.unit-wrap-notice a {
    color: #fc9123;
    text-decoration: underline;
}

.notice-img {
    background-color: #fff;
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/u/LWAS900/img/stamp/illust_pc.png);
    background-position: 50%;
    border-radius: 0 0 16px 16px;
    background-repeat: no-repeat;
    background-size: auto 100%;
    height: 146px;
}


/* アプリ誘導 */
.unit-wrap-appli {
    max-width: 770px;
    margin: 0 auto;
}

.unit-wrap-appli p {
    font-size: 1.4rem;
    text-align: center;
}

.unit-wrap-appli .appli-explan span {
    display: inline-block;
}

.unit-wrap-appli ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.unit-wrap-appli li::after  {
    content: '';
    display: inline-block;
    border-right: 1px solid #d4d2d4;
    margin-right: 40px;
    padding-right: 40px;
    height: 50px;
    position: relative;
    top: 5px;
}

.unit-wrap-appli li:last-child:after  {
    display: none;
}

.unit-wrap-appli .dl-btn a {
    display: inline-block;
}

.unit-wrap-appli li img {
    max-height: 50px;
}

.unit-wrap-appli li .dl-appstore {
    margin-right: 12px;
}


/* フッター */
.footer-wrap {
    margin-top: 40px;
}

.footer-wrap .footer-wrap-link {
    background-color: #555055;
    padding: 16px 10px 17px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.footer-wrap .footer-wrap-link li {
    margin-right: 20px;
}

.footer-wrap .footer-wrap-link li:last-child {
    margin-right: 0;
}

.footer-wrap .footer-wrap-link li a {
    color: #faf8fa;
}

.footer-wrap .footer-wrap-link li a.external::after {
    background-image: url(https://pntc.sslcs.cdngc.net/cdn/u/LWAS900/img/stamp/footer_link.png);
    width: 10px;
    height: 10px;
}

.footer-wrap .footer-wrap-copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 40px;
}

.footer-wrap .footer-wrap-copyright p {
    margin: 0 5px;
}


/* ページトップアイコン */
.pagetop-icon {
    display: flex;
    justify-content: flex-end;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10000;
    transition: opacity 0.5s;
    opacity: 1;
}

.pagetop-icon-btn {
    background-color: transparent;
    border: none;
    position: fixed;
    bottom: 0;
    right: 0;
    position: relative;
    width: 103px;
}

.pagetop-icon-hidden {
    opacity: 0;
    pointer-events: none;
}

.pc-none {
    display: none;
}


/* メディアクエリ */
@media screen and (max-width: 1169px) {

    .unit-wrap,
    .unit-wrap.unit-notice,
    .notice-img {
        border-radius: 0;
    }

    .service-list_item_lower_img {
        bottom: -1.5vw;
    }
}


@media screen and (max-width: 1070px) {

    .unit-service ul {
        padding: 0 10px;
    }

    .service-lower {
        margin: auto;
        left: 0;
        right: 0;
        bottom: -12px;
        width: 230px;
    }

    .service-lower__02 {
        bottom: -13px;
    }
}


@media screen and (max-width: 767px) {

    .kv-img {
        position: relative;
        background-image: url(https://pntc.sslcs.cdngc.net/cdn/u/LWAS900/img/stamp/kv_sp.png);
        background-size: cover;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .kv-img::before {
        content: '';
        display: block;
        padding-top: 66.6666%;
    }

    .unit-wrap {
        padding: 30px 15px;
    }

    .alert-wrap {
        padding: 15px;
    }

    .alert-wrap-list li {
        padding-left: 2.5em;
        text-indent: -2.5em;
    }

    .unit-wrap .unit-wrap-login {
        flex-wrap: wrap;
    }

    .l-screen__rid {
        margin-right: 0;
        margin-bottom: 30px;
        max-width: none;
    }

    .c-button {
        width: 345px;
        width: 92vw;
        height: 50px;
        height: 13.3333333333vw;
        max-width: none;    
    }

    .unit-wrap.unit-service {
        padding: 30px 10px;
    }

    .unit-wrap-service p {
        padding: 0 5px;
        text-align: left;
    }

    .unit-wrap-service .service-explan span {
        display: inline;
    }

    .unit-wrap-service .service-list {
        flex-direction: column;
        padding: 0;
    }
    
    .service-list li {
        width: 100%;
    }

    .service-list-item-upper {
        margin: 0 5px;
    }

    .service-list .service-lower {
        margin: auto;
        left: 0;
        right: 0;
        bottom: -19px;
        width: 356px;
    }

    .service-list-item-lower-bg {
        margin: 0 5px;
        height: 28vw;
    }

    .service-list-item-lower-img {
        width: 100%;
        bottom: -5vw;
    }

    .service-list-item-lower-img img {
        width: 100%;
    }

    .service-list li.arrow {
        width: auto;
        height: 15vw;
    }

    .service-list li.arrow_02 {
        padding-top: 15px;
        height: 18vw;
    }

    .service-list li.arrow img {
        transform: rotate(90deg);
    }

    .unit-wrap-notice h2 {
        margin-bottom: 20px;
    }

    .notice-img {
        position: relative;
        background-image: url(https://pntc.sslcs.cdngc.net/cdn/u/LWAS900/img/stamp/illust_sp.png);
        background-size: cover;
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .notice-img::before {
        content: '';
        display: block;
        padding-top: 38.9333%;
    }

    .unit-wrap-appli p {
        text-align: left;
    }

    .unit-wrap-appli .appli-explan span {
        display: inline;
    }

    .unit-wrap-appli ul {
        border-top: 1px solid #d4d2d4;
        margin-top: 20px;
        padding-top: 20px;
    }

    .unit-wrap-appli .appli-logo {
        margin-right: 20px;
    }

    .unit-wrap-appli li .img-appli {
        max-height: 38px;
    }

    .unit-wrap-appli li::after  {
        display: none;
    }

    .pc-none {
        display: block;
    }
    .sp-none {
        display: none;
    }

}


@media screen and (max-width: 667px) {

    .footer-wrap .footer-wrap-link {
        justify-content: flex-start;
    }

    .footer-wrap .footer-wrap-link li:last-child {
        margin-top: 15px;
    }

}


@media screen and (max-width: 374px) {

    .service-list .service-lower {
        bottom: -15px;
        width: 288px;
    }

    .service-list .service-lower__02 {
        bottom: -16px;
    }

}
