@media screen and (min-width: 769px), print {
    .beforehost {
        background: #e7eef6;
        padding: 120px 0;
    }
    .beforehost-form {
        padding: 0 100px;
    }
    .beforehost-row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 20px;
    }
    .beforehost-row__label {
        width: 147px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        font-weight: 500;
        color: #005bab;
        letter-spacing: 1px;
        text-align: right;
        margin-right: 30px;
    }
    .beforehost-row__wrap {
        width: 100%;
    }
    .beforehost-row__wrap input {
        display: block;
        width: 660px;
        height: 56px;
        background: #fff;
        border: none;
        -moz-border-radius: 6px;
            border-radius: 6px;
        outline: none;
        -webkit-appearance: none;
            -moz-appearance: none;
                appearance: none;
        margin: 0;
        padding: 0 15px;
    }
    .beforehost-forgot {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 40px;
    }
    .beforehost-forgot__link {
        font-weight: 500;
        color: #005bab;
        border-bottom: 1px solid currentColor;
        -webkit-transition: opacity .3s, border .3s;
        -moz-transition: opacity .3s, border .3s;
        transition: opacity .3s, border .3s;
    }
    .beforehost-forgot__link:hover {
        opacity: .8;
        border-color: transparent;
    }
    .beforehost .btn {
        -moz-box-shadow: 0 0 30px 0 rgba(0, 64, 121, 0.13);
            box-shadow: 0 0 30px 0 rgba(0, 64, 121, 0.13);
        margin-top: 50px;
    }
    .schedule-items {
        background: #fff;
        -moz-box-shadow: 0 10px 20px 0 rgba(0, 64, 121, 0.13);
            box-shadow: 0 10px 20px 0 rgba(0, 64, 121, 0.13);
        padding: 35px 28px 40px;
    }
    .schedule-items__title {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .schedule-items__title .datetime-date {
        min-width: 216px;
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 3rem;
        line-height: 30px;
        color: #005bab;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 768px) {
    .beforehost {
        background: #e7eef6;
        padding-top: 14.45313vw;
        padding-bottom: 15.625vw;
    }
    .beforehost-row {
        margin-bottom: 3.90625vw;
    }
    .beforehost-row__label {
        display: block;
        font-weight: 500;
        color: #005bab;
        letter-spacing: 0.13021vw;
        margin-left: -0.52083vw;
        margin-bottom: 1.5625vw;
    }
    .beforehost-row__wrap input {
        display: block;
        width: 100%;
        height: 12.23958vw;
        background: #fff;
        border: none;
        -moz-border-radius: 1.30208vw;
            border-radius: 1.30208vw;
        font-size: -webkit-calc(7.5px + 2.66927vw);
        font-size: -moz-calc(7.5px + 2.66927vw);
        font-size: calc(7.5px + 2.66927vw);
        outline: none;
        -webkit-appearance: none;
            -moz-appearance: none;
                appearance: none;
        margin: 0;
        padding: 0 3.25521vw;
    }
    .beforehost-forgot {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: 6.11979vw;
    }
    .beforehost-forgot__link {
        font-weight: 500;
        color: #005bab;
        border-bottom: 0.13021vw solid currentColor;
        padding-bottom: 0.65104vw;
    }
    .beforehost .btn {
        -moz-box-shadow: 0 0 3.90625vw 0 rgba(0, 64, 121, 0.13);
            box-shadow: 0 0 3.90625vw 0 rgba(0, 64, 121, 0.13);
        margin-top: 11.71875vw;
    }
}
