h1 {
    font-weight: 400;
}

.flex {
    display: flex;
}

.login_container {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 10px;
}

.login_title {
    border-bottom: 1px solid #cccccc;
    margin-top: 80px;
    padding-bottom: 15px;
    font-size: 40px !important;
    letter-spacing: 3.2px;
    font: normal normal medium "Zen Kaku Gothic New";
    color: #000000;
}

.login_title span {
    color: #dc000c;
    font-size: 8px;
    margin-right: 14px;
    vertical-align: middle;
}

.login__etr {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    margin-bottom: 50px;
}

.login__item {
    width: 520px;
    max-width: 100%;
    height: 516px;
    padding: 50px 16px 30px;
}

.login__item.green {
    background: #f5f7e9;
}

.login__inner {
    width: 100%;
}

.login__item.red {
    width: 520px;
    max-width: 100%;
    background: #fff2f3;
    height: 516px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}

.red .login__inner .c-btn--red {
    width: 317px;
    height: 70px;
    background: #dc0916;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 16px;
    position: static;
    margin-top: 80px;
}

.login__item.red .txt {
    width: 317px;
    text-align: left;
}

.login__item:last-child .login__inner {
    max-width: 400px;
}

.login__inner .login__ttl {
    display: flex;
    justify-content: center;
    align-items: center;
}

.green .login__ttl img {
    width: 21px;
}

/* タイトル（会員登録） */
.login__item.red .login__ttl {
    position: absolute;
    top: 49px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.red .login__ttl em {
    color: #dc0916;
    margin: 0 35px 0 12px;
    font-size: 26px;
    font-weight: 500;
}

img {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
}

.green .login__ttl em {
    color: #619a44;
    margin: 0 10px 0 15px;
}

.login__ttl em {
    font-style: normal;
    font-size: 26px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 500;
    display: inline-block;
}

.login__form {
    width: 100%;
    max-width: 335px;
    margin: 49px auto 0;
}

.login__form .item {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}

.login__form .item .txt {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    font-family: Zen Kaku Gothic New, Medium;
    color: #000000;
}

.login__form .item input {
    width: 100%;
    max-width: 383px;
    background-color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0;
    border: 1px solid #c4c4c4;
    padding: 10px 15px;
    margin-top: 2px;
    height: 62px;
    border-radius: 6px;
}

.login__forget {
    margin: -7px 0 20px;
}

.login__forget a {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    padding-left: 18px;
    position: relative;
    text-decoration: underline;
    color: #000000;
}
.login__item.green .login__forget {
    position: absolute;
    bottom: calc(51px + 70px + 41px);
    left: 35%;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    margin: 0;
}

.login__item.green {
    background: #f5f7e9;
    position: relative;
}

.login__item.green .c-btn {
    position: absolute;
    bottom: 51px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 317px;
}

.c-btn--green,
a.c-btn--green {
    background: #619a44;
    border-color: #619a44;
    color: #fff;
}

.c-btn,
a.c-btn {
    display: block;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    position: relative;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0em;
    height: 70px;
}

.c-btn--green .arrow {
    position: relative;
    left: 90px;
    font-size: 16px;
}

.c-btn--red .arrow {
    position: relative;
    left: 70px;
    font-size: 16px;
}

@media (min-width: 768px) {
    .login__form .c-btn {
        transition: all 0.3s;
    }
}

.red .login__ttl em {
    color: #dc0916;
    margin: 0 35px 0 12px;
}

.red .login__inner .txt {
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    color: #000000;
    margin-top: -20px;
}

.red .login__inner .c-btn--red {
    bottom: 127px;
    background: #dc0916;
    margin-top: 46px;
    padding: 20.5px 25px;
    color: #ffffff;
    width: 317px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.red .login__inner .c-btn--red img {
    position: absolute;
    width: 79px;
    left: -50px;
    top: -27px;
}

.c-btn--red {
    display: block;
    margin: 46px auto 0;
}

@media screen and (min-width: 520px) and (max-width: 959px) {
    .login__etr {
        width: 100%;
        display: block;
    }
    .login_container {
        width: 100%;
    }
    .login__item.green {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 519px) {
    .login__etr {
        width: 100%;
        display: block;
    }
    .login_container {
        width: 100%;
    }
    .red .login__inner .c-btn--red {
        left: 50px;
    }
    .login__item.green {
        margin-bottom: 40px;
    }
}
