@charset "UTF-8";

:root {
    --darkblue: #254e6f;
    --whiteblue: #e7eff8;
    --removeGrnavHeight: 100vh - 100px;
}

html {
    font-size: 75%;
}

body {
    font-family: "BIZ UDPGothic", sans-serif;
    color: var(--darkblue);
    text-align: center;
    margin: 0;
    height: 100%;
}

h1, h2 {
    color: var(--darkblue);
    line-height: 150%;
    margin: 0;
}

button {
    background-color: var(--darkblue);
    border-radius: 20px;
    color: white;
    height: 40px;
    padding: 5px 20px;
}

img {
    max-width: 100%;
}

ul {
    list-style-type: none;
    padding-left: 0;
    text-align: center;
}

dd, dt {
    margin: 0;
    padding: 0;
}

details summary::-webkit-details-marker {
    display: none;
}

.caption {
    font-size: 2.5rem;
}

.mini-caption {
    font-weight: normal;
}

.by-phone {
    display: none;
}

/* ▼TOP-------------------------------------------------------------- */
/* スライド部分 */
.backimage {
    list-style-type: none;
    padding-left: 0;
    margin: 0;
    pointer-events: none;
    height: 100%;
}

.topimage {
    background-size: auto 80%;
    background-repeat: no-repeat;
    background-position: center;
    width: 100vw;
    height: 100%;
}

.top1image {
    background-image: url(../img/top1_pc.png);
}

.top2image {
    background-image: url(../img/top2_pc.png);
}

.top3image {
    background-image: url(../img/top3_pc.png);
}

.slide > .front-top > .backimage > li {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0;
}

    .slide > .front-top > .backimage > li.current {
        z-index: -1;
        opacity: 1;
        height: 900px;
    }

.top-title {
    padding: 35px 0 20px 0;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 1.8px;
    -webkit-text-stroke: 0.7px white;
}

.mini-title {
    font-size: 2.3rem;
}

.logo-area {
    display: flex;
    justify-content: center;
    margin: 20px 0 10px 0;
}

.empty-area {
    width: 300px;
}

.center-logo {
    text-align: center;
    width: 360px;
    margin: 0 30px;
}

.pokemedlogo {
    width: auto;
    height: 200px;
}

.appstore {
    display: grid;
}

#dt1 {
    grid-row: 1;
    grid-column: 1;
    margin: 0 10px 10px 0;
}

#dd1 {
    grid-row: 2;
    grid-column: 1;
}

#dt2 {
    grid-row: 1;
    grid-column: 2;
}

#dd2 {
    grid-row: 2;
    grid-column: 2;
}

.apple-badge {
    padding-top: 8px;
    height: 51px;
    max-width: initial;
}

.google-badge {
    height: 65px;
    max-width: initial;
}

.qr {
    width: 100px;
}

.top-infoblocks {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.top-infoblock {
    text-decoration: none;
    color: inherit;
    width: 100%;
    max-width: 350px;
    margin: 10px;
}

.pocketblock {
    background-color: white;
    box-shadow: 2px 2px 4px grey;
    border-radius: 10px 10px 50% 50%;
    line-height: 200%;
    opacity: 0.9;
    padding: 20px 30px 30px 30px;
}

    .pocketblock h1 {
        font-size: 1.8rem;
        line-height: 120%;
        margin-top: 10px;
    }

    .pocketblock div {
        display: flex;
        justify-content: center;
    }

        .pocketblock div p {
            text-align: left;
            font-size: 1.4rem;
        }

.slide-btn-area {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.slide-btn {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: lightgray;
    margin: 10px;
}

.slide-btn-area .current {
    background-color: var(--darkblue);
}

.top-infoblock .current {
    background-color: var(--darkblue);
    color: white;
}

    .top-infoblock .current h1 {
        color: white;
    }

/* ▼ご利用手順-------------------------------------------------------- */
.manual {
    background-color: white;
    padding: 30px 0;
}

.manual-flow {
    display: flex;
    justify-content: center;
}

.process {
    text-align: center;
}

    .process .process-img {
        height: 200px;
        width: auto;
    }

    .process h1 {
        line-height: 200%;
        font-size: 1.7rem;
    }

    .process .content {
        text-align: center;
    }

        .process .content p {
            display: inline-block;
            text-align: left;
            font-size: 1.5rem;
            line-height: 150%;
        }

.arrow-area {
    display: flex;
    align-items: center;
    margin: 0 20px;
}

.manual-button {
    margin: 10px 0;
    font-size: 1.6rem;
    border-radius: 50px;
    height: 50px;
    padding: 5px 50px;
}

/* ▼機能------------------------------------------------------------ */
.feature {
    background-color: var(--whiteblue);
    padding: 30px 0;
}

.feature-infoblocks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.infoblock {
    background-color: white;
    box-shadow: 2px 2px 4px grey;
    border-radius: 20px;
    margin: 10px;
}

    .infoblock .feature-content {
        display: flex;
        justify-content: space-between;
        text-align: left;
        padding: 10px 0 10px 10px;
    }

        .infoblock .feature-content img {
            width: auto;
            height: 250px;
        }

        .infoblock .feature-content .text-area {
            width: 450px;
            margin-left: 30px;
        }

        .infoblock .feature-content h1 {
            border-bottom: 3px solid var(--darkblue);
            font-size: 2rem;
            padding: 5px 0;
        }

        .infoblock .feature-content .content {
            display: flex;
            align-items: center;
            margin-top: 10px;
        }

            .infoblock .feature-content .content p {
                line-height: 150%;
                font-size: 1.3rem;
                letter-spacing: 1.5px;
                padding-right: 5px;
            }

/* よくあるご質問-------------------------------------------------- */
.questions {
    background-color: white;
    padding: 30px 10%;
}

    .questions .mini-caption {
        margin-bottom: 40px;
    }

    .questions .question-detail {
        border-bottom: 2px solid var(--darkblue);
        font-size: 1.8rem;
    }

        .questions .question-detail .detail-summary {
            padding: 20px;
            display: grid;
            -webkit-align-items: center;
            align-items: center;
            grid-template-columns: 1fr 30px;
            -moz-column-gap: 15px;
            -ms-column-gap: 15px;
            -webkit-column-gap: 15px;
            column-gap: 15px;
        }

            .questions .question-detail .detail-summary > div {
                text-align: left;
            }

                .questions .question-detail .detail-summary > div span {
                    font-weight: bold;
                    margin-right: 20px;
                }

            .questions .question-detail .detail-summary > span {
                background-color: var(--darkblue);
                border-radius: 50%;
                color: white;
                cursor: pointer;
                height: 30px;
                width: 30px;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .questions .question-detail .detail-summary .openspan {
                background-color: lightgray;
                color: black;
            }

        .questions .question-detail .detail-content {
            text-align: left;
            background-color: whitesmoke;
            color: gray;
            padding: 20px;
        }

            .questions .question-detail .detail-content div {
                display: flex;
                flex-wrap: wrap;
                line-height: 150%;
            }

                .questions .question-detail .detail-content div:first-child {
                    font-weight: bold;
                    margin-right: 20px;
                }

            .questions .question-detail .detail-content a {
                width: 100%;
                word-wrap: break-word;
            }

            .questions .question-detail .detail-content .faq-img {
                margin-top: 10px;
            }

    .questions .question-more-btn {
        margin: 20px 0;
        font-size: 1.6rem;
        border-radius: 50px;
        height: 50px;
        padding: 5px 50px;
    }

/* 画面を縮小された時、向けデザイン */
@media screen and (max-width: 985px) {
    html {
        font-size: 62.5%;
    }

    .front-top {
        height: initial;
    }

    .top-title {
        font-size: 3rem;
    }

    .empty-area {
        width: 250px;
    }

    .center-logo {
        text-align: center;
        width: 330px;
        margin: 0 10px;
    }

    .logo-area {
        justify-content: center;
    }

    .empty-area {
        width: 280px;
    }

    .pokemedlogo {
        height: 160px;
        margin: 0 5px;
    }

    .appstore {
        margin-right: 10px;
    }

    .apple-badge {
        padding-top: 6px;
        height: 38px;
    }

    .google-badge {
        height: 48px;
    }

    .qr {
        width: 80px;
    }

    .pocketblock {
        padding: 10px 15px 30px 15px;
    }

        .pocketblock h1 {
            font-size: 1.6rem;
        }

        .pocketblock div p {
            font-size: 1.2rem;
        }

    .process-img {
        height: 170px;
        width: auto;
    }

    .arrow-area {
        margin: 0;
    }

    .infoblock .feature-content .text-area {
        width: 300px;
    }

    .infoblock .feature-content .content p {
        font-size: 1.6rem;
    }
}
/* タブレット向けデザイン */
@media screen and (max-width: 768px) {
    html {
        font-size: 62.5%;
    }

    .no-tablet {
        display: none;
    }

    .front-top {
        height: initial;
    }

    .top-title {
        font-size: 2.5rem;
        -webkit-text-stroke: 0.2px white;
    }

    .mini-title {
        font-size: 1.8rem;
    }

    .logo-area {
        display: block;
    }

    .center-logo {
        margin: 0 auto;
    }

    .pokemedlogo {
        height: 150px;
        margin: 0 5px;
    }

    .appstore {
        display: flex;
        justify-content: center;
        margin: 10px 0;
    }

    #dt1 {
        margin: 0 10px 0 0;
    }

    .google-badge {
        height: 57px;
    }

    .topimage {
        background-size: auto 90%;
    }

    .top1tabimage {
        background-image: url(../img/top1_tab.png);
    }

    .top2tabimage {
        background-image: url(../img/top2_tab.png);
    }

    .top3tabimage {
        background-image: url(../img/top3_tab.png);
    }

    .top-infoblock {
        margin: 0;
    }

    .pocketblock {
        padding: 10px 15px 30px 15px;
    }

        .pocketblock h1 {
            font-size: 1.3rem;
        }

        .pocketblock div p {
            font-size: 1rem;
        }

    .slide-btn-area {
        margin-top: 20px;
    }

    .process .process-img {
        height: 150px;
        width: auto;
    }

    .process h1 {
        font-size: 1.3rem;
    }

    .process .content p {
        font-size: 1rem;
    }

    .arrow-area {
        margin: 0;
    }

        .arrow-area img {
            height: 30px;
        }

    .infoblock .feature-content .content p {
        font-size: 1.6rem;
    }
}
/* スマホ向けデザイン */
@media screen and (max-width: 480px) {
    html {
        font-size: 62.5%;
    }

    .no-phone {
        display: none;
    }

    .by-phone {
        display: block;
    }

    .top-title {
        font-size: 1.6rem;
        -webkit-text-stroke: 0.1px white;
        padding: 25px 0 10px 0;
    }

    .mini-title {
        font-size: 1.5rem;
    }

    .logo-area {
        display: block;
        margin: 20px 0 0 0;
    }

    .pokemedlogo {
        height: 130px;
    }

    .appstore {
        display: flex;
        justify-content: center;
        margin: 10px 0;
        flex-wrap: wrap;
    }

    .apple-badge {
        padding-top: 6px;
        height: 46px;
    }

    .google-badge {
        height: 58px;
    }

    .top-infoblocks {
        flex-direction: column;
    }

    .top-infoblock {
        margin: 10px auto;
        display: none;
    }

    .disp-block {
        display: block;
    }

    .pocketblock h1 {
        font-size: 2rem;
    }

    .pocketblock div p {
        font-size: 1.5rem;
    }

    .slide-btn-area {
        margin-top: 10px;
    }

    .top-phone-image {
        width: 100vw;
        height: 100%;
        z-index: 0;
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: center;
        width: 100vw;
        height: 100%;
    }

    .top-phone-image-1 {
        background-image: url("../img/top1_phone.png");
    }

    .top-phone-image-2 {
        background-image: url("../img/top2_phone.png");
    }

    .top-phone-image-3 {
        background-image: url("../img/top3_phone.png");
    }

    .manual-flow {
        flex-direction: column;
    }

    .process h1 {
        font-size: 1.8rem;
    }

    .process .content p {
        font-size: 1.5rem;
    }

    .arrow-area {
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }

        .arrow-area .arrow {
            transform: rotate(90deg);
        }

    .manual-button {
        font-size: 1.5rem;
    }

    .infoblock .feature-content {
        padding: 10px;
    }

        .infoblock .feature-content h1 {
            text-align: center;
        }

        .infoblock .feature-content .text-area {
            margin-left: 0;
        }

        .infoblock .feature-content .content p {
            font-size: 1.6rem;
        }

    .feature-img {
        text-align: center;
        margin: 5px 0;
    }

    .questions {
        padding: 30px 10px;
    }

        .questions .question-detail {
            font-size: 1.5rem;
        }

        .questions .question-more-btn {
            font-size: 1.4rem;
        }
}