@charset "UTF-8";
body {
}
.toppage {
    width: 100vw;
    height: 100vh;
    display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.logo_top {
    width: 500px;
    margin-top: 150px;
    max-width: 70vw;
}
.name_top  {
    width: 320px;
    margin-top: 120px;
    margin-bottom: 50px;
    max-width: 55vw;
}
.delta {
    width: 20px;
}
.page2 {
    height: 386px;
    background-color: rgba(89,89,89,1.00);
    display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.form_title {
    color: rgba(255,255,255,1.00);
    text-align: center;
    font-size: 16pt;
    letter-spacing: 0.25rem;
    font-weight: 300;
}
.form_text {
    color: rgba(255,255,255,1.00);
    font-size: 11pt;
    text-align: center;
    font-weight: 300;
    line-height: 32pt;
    letter-spacing: 0.1rem;
}
.text-link {
	color: #FFFFFF;
}
.page3 {
    height: 75px;
    display: flex;
	justify-content: center;
}
.morie {
    height: 75px;
    padding-left: 20px;
    padding-right: 20px;
}
.kobayashi {
    height: 75px;
    padding-left: 20px;
    padding-right: 20px;
}
.sugie {
    height: 75px;
    padding-left: 20px;
    padding-right: 20px;
}
.usuki {
    height: 75px;
    padding-left: 20px;
    padding-right: 20px;
}
.page4  {
    background-color: rgba(210,210,210,1.00);
    height: 60px;
    display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.footer {
    color: rgba(129,129,129,1.00);
    font-size: 10pt;
    line-height: 10pt;
    letter-spacing: 0.05rem;
}
.copyright {
    color: rgba(128,128,128,1.00);
    font-size: 8pt;
    line-height: 14pt;
    letter-spacing: 0.05rem;
}

@media (max-width:599px){
.logo_top {
    margin-top: 70px;
}
.name_top  {
    margin-top: 60px;
    margin-bottom: 40px;
}
.delta {
    width: 15px;
}
.page2 {
    height: 486px;
}
.form_title {
    color: rgba(255,255,255,1.00);
    text-align: center;
    font-size: 16pt;
    letter-spacing: 0.25rem;
	font-weight: 300;
}
.form_text {
    color: rgba(255,255,255,1.00);
    font-size: 9.75pt;
    text-align: center;
    font-weight: 300;
    line-height: 24pt;
    letter-spacing: 0.05rem;
}
.page3 {
    height: 45px;
}
.morie {
    height: 45px;
    padding-left: 5px;
    padding-right: 5px;
}
.kobayashi {
    height: 45px;
    padding-left: 5px;
    padding-right: 5px;
}
.sugie {
    height: 45px;
    padding-left: 5px;
    padding-right: 5px;
}
.usuki {
    height: 45px;
    padding-left: 5px;
    padding-right: 5px;
}
.page4 {
    height: 50px;
}
.footer {
    font-size: 7pt;
    line-height: 7pt;
    letter-spacing: 0.025rem;
}
.copyright {
    font-size: 5.5pt;
    line-height: 14pt;
    letter-spacing: 0.025rem;
}
}
