@charset "UTF-8";

input[type="submit"] {
    border-radius: 0;
    -webkit-appearance: none;
}

input[type="submit"]::-webkit-search-decoration {
    display:none;
}

input[type="submit"]::focus {
    outline-offset: -2px;
}

body, html, div, section, h1, h2, h3, h4, img, a, ul, li, p, section, a, table, tr, td, input {
    margin: 0;
    padding: 0;
    text-decoration: none;
    box-sizing: border-box; }

body {
    font-family: "Avenir Next",Helvetica,Arial,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ","Meiryo",sans-serif;
}

.header {
    height: 80px;
    border: solid 1px #cecece;
    display:flex;
    align-items: center;
    justify-content: center;
}

.header .logoImage {
    height: 40px;
}

.message {
    height: 100%;
    min-height: 750px;
    display:flex;
    align-items:center;
    justify-content: center;
    background-color: #f5f5f5;
}

.message .messageContainer{
    width: 620px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 3px;
    margin-top: 40px;
    margin-bottom: 80px;
}

.message .launchImage {
    margin-bottom: 50px;
}

.message .mainTitle {
    font-size: 18px;
    color: #333333;
    margin-bottom: 10px;
}

.message .description {
    font-size: 12px;
    color: #999999;
}

.message .contact.submitButton {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-width: 327px;
    width: 100%;
    height: 56px;
    border-radius: 5px;
    background-color: #f9bb2d;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 30px;
}

@media screen and (max-width: 1000px) {
    .message {
        height: initial;
        min-height: 600px;
    }

    .message .messageContainer {
        width: 100%;
        padding: 40px 0;
        background-color: #f5f5f5;
        margin: 0;
    }

    .message .description {
        width: calc(100% - 20px);
        text-align: center;
    }
}

.resetPasswordForm {
    display:flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
}

.resetPasswordForm .mailAddressInput,
.resetPasswordForm .passwordInput{
    margin-top: 14px;
    height: 42px;
    width: calc(100% - 200px);
    font-size: 18px;
    padding: 12px 20px;
    border: solid 1px #cecece;
    border-radius: 3px;
}

.resetPasswordForm .invalid {
    display: none;
}

.resetPasswordForm .invalid.active {
    display:block;
    color: #ffffff;
    background-color: #ff6464;
    width: calc(100% - 200px);
    padding: 3px;
    margin-top: 5px;
    border-radius: 3px;
}

.resetPasswordForm .submitButton {
    display: block;
    font-size: 16px;
    font-weight: bold;
    width: calc(100% - 200px);
    padding: 20px 0;
    margin-top: 14px;
    text-align: center;
    background-color: #ffb200;
    border-radius: 3px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.resetPasswordForm .submitButton:hover {
    box-shadow: 0 4px 6px 0 rgba(175,176,181,0.5);
    transform: translate(0, -5px);
}

@media screen and (max-width: 1000px) {
    .resetPasswordForm .mailAddressInput,
    .resetPasswordForm .passwordInput,
    .resetPasswordForm .submitButton,
    .resetPasswordForm .invalid.active {
        width: calc(100% - 20px);
    }
}

.forget {
    font-size: 12px;
    color: #535353;
    text-align: center;
    margin-top: 8px;
}

.forget .forgetLink {
    color: #fb0046;
}

.footer {
    height: 490px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .footerContainer {
    display: flex;
    flex-direction: row;
    margin-top: 80px;
    margin-bottom: 97px;
}

.footer .footerImages {
    width: 230px;
}

.footer .footerLogo {
    height: 40px;
    margin-bottom: 30px;
}

.footer .footerShare {
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    margin-bottom: 10px;
}

.footer .footerSnsImage {
    display: inline-block;
    width: 30px;
    height: 30px;
}

.footer .footerSnsImage img {
    width:100%;
}

.footerSnsImage + .footerSnsImage {
    margin-left: 20px;
}

.footer .footerCompany {
    width: 200px;
    display: flex;
    flex-direction: column;
}

.footerCompany p {
    height: 40px;
    margin-bottom: 30px;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    display:flex;
    align-items: flex-end;
}


.footer .footerProduct {
    width: 250px;
    display: flex;
    flex-direction: column;
}

.footerProduct p {
    height: 40px;
    margin-bottom: 30px;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    display:flex;
    align-items: flex-end;
}

.footer .footerLink {
    padding-top: 70px;
    width: 200px;
    display: flex;
    flex-direction: column;
}

.footerCompany a,
.footerProduct a,
.footerLink a {
    display: block;
    margin: 5px;
    font-size: 14px;
    font-weight: bold;
    color: #999999;
    cursor: pointer;
}

.footer .copyright {
    font-size: 12px;
    font-weight: bold;
    color: #666666;
}

@media screen and (max-width: 1000px) {
    .footer {
        height: 730px;
    }

    .footer .footerContainer {
        flex-direction: column;
        margin-bottom: 10px;
    }

    .footer .footerLink {
        padding: 0;
    }

    .footer .footerImages {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .footer .footerSnsImage {
        width: 60px;
        height: 60px;
    }

    .footerProduct p,
    .footerCompany p{
        margin-bottom: 5px;
        margin-top: 20px;
    }
}