.online__main {
    margin: 24px auto 32px auto;
}

.online__main img {
    width: 100%;
    height: auto;
}

@media screen and (min-width: 750px) {
    .online__main {
        margin: 48px auto 64px auto;
    }
    .online__main img {
        width: 100%;
        height: auto;
    }
}

.online__about {
    margin: 0 auto 48px auto;
}

.online__about h2 {
    background: #385C76;
    color: white;
    text-align: center;
    padding: 8px;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 750px) {
    .online__about {
        margin: 0 auto 72px auto;
    }
    .online__about h2 {
        background: #385C76;
        color: white;
        text-align: center;
        padding: 8px;
        margin-bottom: 24px;
        letter-spacing: 0.1em;
    }
}

.online__recommend {
    margin-bottom: 48px;
}

.online__recommend h2 {
    background: #385C76;
    color: white;
    text-align: center;
    padding: 8px;
    margin-bottom: 12px;
    letter-spacing: 0.1em;
}

.online__recommend-items {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 24px;
}

.online__recommend-items div {
    flex: 1;
    text-align: center;
}

.online__recommend-items div img {
    max-width: 80%;
    height: auto;
    margin-bottom: 4px;
}

.online__recommend-items div p {
    line-height: 1.4;
}

@media screen and (min-width: 750px) {
    .online__recommend {
        margin-bottom: 72px;
    }
    .online__recommend h2 {
        background: #385C76;
        color: white;
        text-align: center;
        padding: 8px;
        margin-bottom: 24px;
        letter-spacing: 0.1em;
    }
    .online__recommend-items {
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        gap: 24px;
    }
    .online__recommend-items div {
        flex: 1;
        text-align: center;
    }
    .online__recommend-items div img {
        max-width: 100%;
        height: auto;
        margin-bottom: 8px;
    }
    .online__recommend-items div p {
        font-size: 16rem;
        line-height: 1.4;
    }
}

.online__flow {
    background: #f5f5f5;
    padding: 48px 0;
    margin-bottom: 48px;
}

.online__flow h2 {
    color: #385C76;
    text-align: center;
    margin-bottom: 16px;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 28rem;
}

.online__flow-item {
    background: white;
    margin-bottom: 8px;
    padding: 16px 24px;
}

.online__flow-item dl {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.online__flow-item dl dt {
    flex-basis: 16%;
    color: #385C76;
    border: solid 1px #385C76;
    padding: 4px 24px;
    text-align: center;
}

@media screen and (min-width: 750px) {
    .online__flow {
        background: #f5f5f5;
        padding: 72px 0;
        margin-bottom: 64px;
    }
    .online__flow h2 {
        color: #385C76;
        text-align: center;
        margin-bottom: 24px;
        letter-spacing: 0.1em;
        font-weight: bold;
        font-size: 28rem;
    }
    .online__flow-item {
        background: white;
        margin-bottom: 16px;
        padding: 24px 32px;
    }
    .online__flow-item dl {
        display: flex;
        gap: 16px;
        flex-direction: row;
        align-items: center;
    }
    .online__flow-item dl dt {
        flex-basis: 16%;
        color: #385C76;
        border: solid 1px #385C76;
        padding: 8px 16px;
        text-align: center;
    }
}

.online__link {
    margin: 24px auto 40px auto;
    text-align: center;
}

.online__zoom {
    text-align: center;
    margin-bottom: 48px;
}

.online__zoom h2 {
    color: #385C76;
    text-align: center;
    margin-bottom: 8px;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-size: 28rem;
}

.online__zoom h3 {
    color: #385C76;
    font-weight: bold;
    margin-bottom: 8px;
}

.online__zoom-heading {
    margin-bottom: 12px;
}

.online__zoom-heading img {
    max-width: 160px;
}

.online__zoom-wrapper {
    text-align: left;
    padding: 24px;
    border: solid 2px #dcdcdc;
    max-width: 800px;
    margin: 0 auto 32px auto;
}

.online__zoom-item {
    margin-bottom: 32px;
}

.online__zoom-item:last-of-type {
    margin-bottom: 0;
}

.online__zoom-item p {
    line-height: 1.6;
}

.online__zoom-item ol {
    padding-left: 1.3em;
}

.online__zoom-item ol li {
    margin-bottom: 4px;
    list-style: disc;
}

@media screen and (min-width: 750px) {
    .online__zoom {
        text-align: center;
        margin-bottom: 72px;
    }
    .online__zoom h2 {
        color: #385C76;
        text-align: center;
        margin-bottom: 8px;
        letter-spacing: 0.1em;
        font-weight: bold;
        font-size: 28rem;
    }
    .online__zoom h3 {
        color: #385C76;
        font-weight: bold;
        margin-bottom: 8px;
    }
    .online__zoom-heading {
        margin-bottom: 32px;
    }
    .online__zoom-heading img {
        max-width: 240px;
    }
    .online__zoom-wrapper {
        text-align: left;
        padding: 48px;
        border: solid 2px #dcdcdc;
        max-width: 800px;
        margin: 0 auto 32px auto;
    }
    .online__zoom-item {
        margin-bottom: 32px;
    }
    .online__zoom-item:last-of-type {
        margin-bottom: 0;
    }
    .online__zoom-item p {
        line-height: 1.6;
    }
    .online__zoom-item ol {
        padding-left: 1.3em;
    }
    .online__zoom-item ol li {
        margin-bottom: 4px;
        list-style: disc;
    }
}

.c-button {
    align-self: center;
    border: 1px solid #fff;
    padding: 20rem 60rem;
    display: inline-block;
    color: #fff;
    background: #385C76;
}

.c-button:after {
    content: "";
    display: inline-block;
    width: 10rem;
    height: 10rem;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    transform: rotate(-45deg);
    margin-left: 15rem;
}

.c-link {
    color: #385C76;
    text-decoration: underline;
}

.c-link:hover {
    opacity: 0.8;
}


/*# sourceMappingURL=online.css.map */