@charset "UTF-8";

.adjust-width.lost {
    max-width: 980px;
    padding-top: 32px;
}
.lost-header-ttl {
    margin: 0;
}
.lost-header-logo {
    margin: 8px 0;
}
.lost-header-txt p {
    margin-bottom: 8px;
}
.lost-header-txt {
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, .5);
    border-bottom: 1px solid rgba(0, 0, 0, .5);
    padding: 40px 0;
}
.lost-header-txt .time {
    font-size: 1.8rem;
    font-weight: 700;
}
.lost-header-txt .txt br {
    display: none;
}
.lost-header-btn img {
    width: 100%;
    max-width: 400px;
}
.lost-howto-ttl {
    margin-top: 40px;
    font-weight: 700;
    text-align: center;
}
.lost-howto-ttl .jp {
    margin: 0 0 2em;
    font-size: 2rem;
}
.lost-howto-ttl .en {
    margin-bottom: 0;
    font-size: 1.4rem;
    color: #1f7a43;
}
.lost-howto-step-box {
    margin: 0;
    padding: 0;
}
.lost-howto-step {
    display: flex;
}
.lost-howto-step-img {
    width: 34%;
}
.lost-howto-step-txt {
    flex: 1;
    margin-left: 24px;
}
.lost-howto-step-txt .step {
    font-weight: 700;
    color: #1f7a43;
}
.lost-about-block {
    margin-top: 64px;
    padding: 64px 0;
    border-top: 1px solid rgba(0, 0, 0, .5);
    text-align: center;
}
.lost-about-ttl {
    font-size: 1.8rem;
    font-weight: 700;
}
.lost-about-btn img {
    width: 100%;
    max-width: 400px;
}

@media screen and (min-width: 768px) {
    .lost-howto-step-box {
        display: flex;
        flex-wrap: wrap;
        gap: 40px
    }
    .lost-howto-step {
        width: calc((100% - 40px) / 2);
    }
}

@media screen and (max-width: 767px) {
    .lost-header-txt .txt br {
        display: block;
    }
    .lost-howto-ttl .jp {
        margin-bottom: 1em;
    }
    .lost-howto-step:not(:last-child) {
        margin-bottom: 24px;
    }
    .lost-howto-step-txt {
        margin-left: 16px;
    }
    .lost-about-txt {
       text-align: left;
    }
    .lost-about-txt br {
        display: none;
    }
}
