.section{
    position: relative;
    display: grid;
    gap: 30px;
    width: 90%;
    max-width: 1093px;
    margin: 4rem auto 1rem auto;
    color: #000;
}
.section .title-wrapper > .title{
    color: #3db134;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 4.5px;
    margin: 0 auto;
}
.section .title-wrapper > .subtitle{
    color: #3db134;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 8px auto 0 auto;
    letter-spacing: 1px;
    font-family: "hiragino-kaku-gothic-pron", sans-serif;
}
.section .text-wrapper{
    text-align: left;
    max-width: 720px;
    margin: 0 auto;
}
.section .text{
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    word-break: break-all;
}
.section .text a{
    color: #3db134;
}
.section .text #forgot_password_link{
	color: #000000;
	text-decoration: underline;
}

@media (min-width: 769px){
    .section{
        gap: 40px;
        margin: 6rem auto 1rem auto;
    }
    .section .title-wrapper > .title{
        font-size: 32px;
        letter-spacing: 4px;
    }
    .section .title-wrapper > .subtitle{
        font-size: 18px;
        letter-spacing: 1.5px;
    }
    .section .text{
        letter-spacing: 3px;
        line-height: 1.7;
    }
}

.more-btn-wrapper{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-top: 1rem;
}
.more-btn-wrapper > div{
    position: relative;
    min-width: 200px;
    width: 70%;
    max-width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 0;
    border: 1px solid;
    line-height: normal;
}
.more-btn-wrapper a{
    color: #3db134;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 13px 0;
    border-radius: 30px;
}
.more-btn-wrapper div{
    border-color: #3db134;
}
@media (min-width: 769px){
    .more-btn-wrapper{
        margin-top: 3rem;
    }
    .more-btn-wrapper > div{
        width: 300px;
        height: 40px;
        border-radius: 50px;
        padding: 13px 0;;
    }
    .more-btn-wrapper a{
        border-radius: 50px;
    }
}

.footer{
    margin-top: 5rem;
}
@media (min-width: 769px){
    .footer{
        margin-top: 7rem;
    }
}
