.page-headline{
    color: #3db134;
    font-size: 28px;
    letter-spacing: 1px;
    text-align: center;
    margin: 2rem auto 0.5rem auto;
    max-width: 1093px;
}
.page-headline-sub{
    color: #3db134;
    font-size: 16px;
    text-align: center;
    margin: 0 auto 1rem auto;
    max-width: 1093px;
    letter-spacing: 1px;
    font-family: "Arial Rounded";
    transform: scaleX(1.2);
    font-weight: 400;
}
@media (min-width: 769px){
    .page-headline{
        font-size: 32px;
        letter-spacing: 3px;
    }
}

.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: center;
}
.section .text-wrapper input{
    border-radius: 30px;
    padding: 0px;
    border: 1px solid;
    line-height: normal;
    width: 40%;
    height: 50px;
    text-indent: 1em;
}
.section .text{
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.5px;
}
.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;
}
.more-btn-wrapper > div{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    padding: 0;
    border: 1px solid;
    line-height: normal;
}
.more-btn-wrapper a{
    color: #ffffff;
    background-color: #3db134;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 13px 0;
    border-radius: 30px;
}

.more-btn-wrapper .form-custom_btn{
    color: #ffffff;
    background-color: #3db134;
    border: 0px solid;
    border-radius: 30px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 15px;
}
.more-btn-wrapper div{
    border-color: #3db134;
}
@media (min-width: 769px){
    .more-btn-wrapper > div{
        width: 300px;
        height: 40px;
        border-radius: 50px;
        padding: 13px 0;;
    }
    .more-btn-wrapper a{
        border-radius: 50px;
    }
}

/* form section -- */
.form-section{
    gap: 25px;
}
.form-section .contents-wrapper{
    display: grid;
    grid-template-rows: max-content max-content;
    gap: 20px;
}
.form-section .contents-wrapper .content{
    display: grid;
    gap: 20px;
}
.form-section .contents-wrapper .content .title-wrapper{

}
.form-section .contents-wrapper .content .title-wrapper .title{
    font-size: 20px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 2px;
}
.form-section .contents-wrapper .content .input-wrapper{
    display: flex;
    justify-content: center;
}
.form-section .contents-wrapper .content .input-wrapper input{
    position: relative;
    width: calc(100% - 20px);
    border: 1px solid #cccccc;
    border-radius: 30px;
    font-size: 18px;
    padding: 10px;
}
.form-section .contents-wrapper .content .text-wrapper{
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
}
.form-section .contents-wrapper .content .text-wrapper:before{
    content: "※";
    font-size: 14px;
}
.form-section .contents-wrapper .content .text-wrapper .text{
    font-size: 14px;
    text-align: left;
}
.form-section .more-btn-wrapper{
    margin-top: 15px;
    margin-bottom: 10px;
}
.form-section .message-wrapper .text-wrapper{
    text-align: left;
}
.form-section .message-wrapper{
    display: flex;
    justify-content: center;
}
.form-section .message-wrapper .text-wrapper .text{
    font-size: 17px;
}

@media (min-width: 769px){
    .form-section{
        gap: 30px
    }
    .form-section .title-wrapper > .title{
        font-size: 28px;
        letter-spacing: 1px;
    }
    .form-section .contents-wrapper .content .input-wrapper input{
        max-width: 350px;
        font-size: 20px;
    }
    .form-section .contents-wrapper{
        gap: 30px;
    }
    .form-section .contents-wrapper .content .text-wrapper:before{
        font-size: 17px;
    }
    .form-section .contents-wrapper .content .text-wrapper .text{
        font-size: 17px;
        letter-spacing: 2px;
    }
    .form-section .message-wrapper .text-wrapper .text{
        font-size: 16px;
    }
    .more-btn-wrapper .form-custom_btn{
        padding: 22px;
    }
}
/* -- form section */

/* register-link section -- */
.register-link-section .more-btn-wrapper a{
    padding: 15px;
}
@media (min-width: 769px){
    .register-link-section .title-wrapper > .title{
        font-size: 28px;
    }
}
/* -- register-link section */
.footer{
    margin-top: 10rem;
}

.error_message{
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #f00;
}
@media (max-width: 768px){
	.error_message{
		text-align: left;
		margin: 0px 10px;
	}
}