@charset "utf-8";

body {
    width: 100%;
    height: auto;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
    background-color: #E7E7E8;
    letter-spacing: 0;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
}

@media (max-width: 640px) {
    body {
        font-size: 16px;
    }
}

section {
    max-width: 1040px;
    padding: 40px 20px;
    margin: 0 auto;

}

h1 {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.3rem;
    font-weight: bold;
}

h2 {
    font-size: 24px;
    font-weight: bold;
}

ul {
    font-size: 18px;
    line-height: 2;
    margin: 50px 0;
}

b {
    background: linear-gradient(transparent 70%, #c9c9c9 50%);
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #ABA8AF;
    text-decoration: none;
    cursor: pointer;
}

.page-top {
    margin-top: 80px;
}

.warning-box {
    background-color: #E1E1E1;
    border: 1px solid #ABA8AF;
    padding: 20px 50px;
    margin: 20px 0;
}

.app__download-wrapper {
    margin: 50px 0;
}

.app__icon,
.app__download {
    align-items: center;
    gap: 10px;
    margin: 30px 0;
}

.app__download span {
    font-size: 16px;
}


@media (max-width: 640px) {
    .app__download {
        flex-direction: column;
    }
}

.dummy-space {
    width: 10px;
}


.manual-link {
    width: 70%;
    background: #E7E7E8;
    color: #000;
    font-size: 1em;
    padding: 20px 50px;
    text-align: center;
    border: 1px solid #000;
    font-weight: bold;
    border-radius: 6vw;
    margin: 60px auto;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
    display: block;
    transition: background .3s, color .3s;
}

.manual-link:hover {
    background: #000;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.app-guide__ttl {
    background-color: #E1E1E1;
    padding: 20px 0;
    margin: 20px 0;
}

.app-guide__container {
    width: 100%;
    height: auto;
    position: relative;
    align-items: start;
    margin: 50px 0;
    gap: 50px;
    overflow: visible;
}

.app-guide__container img {
    object-fit: contain;
}

.step1_1,
.step1_2,
.step1_4,
.step2_1,
.step3_1,
.step3_2,
.step4_1 {
    position: relative;
    margin-left: -100px;
}

.step1_1 {
    margin-top: 130px;
}

.step1_2 {
    margin-top: 20px;
}

.step1_4 {
    margin-top: 110px;
}

.app-ui {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.app-ui img {
    width: 600px;
}

.step2_1 {
    margin-top: 50px;
}

.step3_1 {
    margin-top: 156px;
}

.step4_1 {
    margin-top: 90px;
}

.insolyis_device-img {
    margin-top: 20px;
}

.club_register-img {
    margin-top: -200px;
}

#step5 p {
    margin: 50px 0;
}

.tracker-attach {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
}

@media (max-width: 960px) {
    .br-960px {
        display: none;
    }

    .step1_4 {
        width: 100%;
        max-width: none;
        margin-top: -15px;
    }
}

@media (max-width: 860px) {
    .step1_1 {
        margin-top: 100px;
    }

    .step1_2 {
        margin-top: -10px;
    }

    .step1_4 {
        width: 120%;
        max-width: none;
        margin-top: 10px;
    }

    .step3_1 {
        margin-top: 100px;
    }
}

@media (max-width: 640px) {
    .app-guide__container {
        gap: 10px;
        flex-direction: column;
    }

    .app-guide__container div {
        display: flex;
        flex-direction: column-reverse;
    }

    #step2 .app-guide__container div {
        display: flex;
        flex-direction: column;
    }

    .app-guide__main-img {
        width: 150px;
    }

    #step4 .app-guide__main-img {
        margin: 10px auto;
    }


    .step1_1,
    .step1_2,
    .step1_4,
    .step2_1,
    .step3_1,
    .step3_2,
    .step4_1 {
        width: 240px;
    }

    .step1_1 {
        margin: -150px 0 80px 100px;
    }

    .step1_2 {
        margin: -90px 0 20px 100px;
    }

    .insolyis_device-img {
        margin-top: 0;
    }

    .return_shotnavi-device {
        width: 160px;
        margin: -150px 0 50px 160px;
    }

    .step1_4 {
        margin: -184px 0 100px 100px;
    }

    .step2_1 {
        margin: -290px 0 180px 100px;
    }

    .step3_1 {
        margin: -127px 0 50px 100px;
    }

    .step3_2 {
        margin: -250px 0 100px 100px;
    }

    .step4_1 {
        margin: -500px 0 0 74px;
    }

    .club_register-img {
        margin-top: 0;
    }




}