/*-------------------------------------------
Contact（index）
-------------------------------------------*/
#contact-container {
    padding-bottom: 112px;
}
.status {
    display: flex;
    justify-content: space-between;
    margin-bottom: 105px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
@media screen and (max-width: 1024px) {
    #contact-container {
        padding-top: 0px;
    }
    .status {
        width: 76.5%;
    }
}
.status-on {
    background-color: #FF1D42;
    color: #fff;
    width: 33%;
    height: 70px;
    font-family: 'Catamaran', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    border-top-right-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.status-off {
    background-color: #f7f7f8;
    color: #333;
    width: 32.7%;
    height: 70px;
    font-family: 'Catamaran', sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;

}
.contact-title {
    text-align: center;
    font-family: 'Catamaran', sans-serif;
    font-size: 4rem;
    font-weight: 700;
    letter-spacing: 00.05rem;
    line-height: 1.65;
    color: #111;
}
.contact-subtitle {
    text-align: center;
    font-family: 'Yu Gothic',sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    line-height: 1.7;
    color: #111;
    margin-bottom: 105px;
}

/* form */
.formBox {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.fromBlock {
    margin-bottom: 40px;
}
.formText {
    font-family: 'Yu Gothic',sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.005rem;
    color: #111;
    margin-bottom: 10px;
}
form input {
    width: 100%;
    height: 50px;
    border: solid 1px #707070;
    border-radius: 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
form input[type="text"] {
    font-family: 'Yu Gothic',sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.005rem;
    color: #111;
    padding-left: 10px;
}
form textarea {
    width: 100%;
    border: solid 1px #707070;
    border-radius: 5px;
    resize: vertical;
    font-family: 'Yu Gothic',sans-serif;
    font-size: 1.6rem;
    letter-spacing: 0.005rem;
    color: #111;
    padding-left: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}
.error-message {
    font-family: 'Yu Gothic',sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.005rem;
    color: #FF1D42;
}
.submit-area {
    width: 100%;
    text-align: center;
}
.submit-btn01 {
    text-align: center;
    background-color: #FF1D42;
    width: 300px;
    height: 70px;
    border: none;
}
.submit-btn01[type=submit] {
    font-family: 'Catamaran', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}
p .error-message {
    color: red;
    font-weight: bold;
}
/*-------------------------------------------
Contact（confirm）
-------------------------------------------*/
#conf-container {
    width: 900px;
    margin: 0px auto 112px auto;
}
@media screen and (max-width: 1024px) {
    #conf-container {
        width: 76.5%;
    }
}
.conf-text {
    width: 100%;
    font-family: 'Yu Gothic',sans-serif;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.005rem;
    color: #111;
    margin-bottom:  80px;
}
.text-up {
    border-bottom: solid 1px #707070;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.text-under {
    padding-left: 32px;
    line-height: 1.6;
}
.conf-submit {
    text-align: center;
}
.submit-back {
    font-family: 'Catamaran', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    background-color:#F7F7F8;
    width: 300px;
    height: 70px;
    color: #333;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 40px auto;
}
.submit-btn02 {
    text-align: center;
    background-color: #FF1D42;
    width: 300px;
    height: 70px;
    border: none;
}
.submit-btn02[type=submit] {
    font-family: 'Catamaran', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
}
/*-------------------------------------------
Contact（thanks）
-------------------------------------------*/
.thanks-area {
    width: 900px;
    border-top: solid 1px #707070;
    margin: 0px auto 105px auto;
    padding-top: 40px;
}
.thanks-area p {
    font-family: 'Yu Gothic',sans-serif;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.05rem;
    line-height: 1.7;
    color: #111;
    text-align: center;
}

.thanks-btn {
    font-family: 'Catamaran', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    background-color: #FF1D42;
    width: 300px;
    height: 70px;
    color: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto 0px auto;
}

@media screen and (max-width: 1024px)  {
    .thanks-area {
        width: 76.5%;
    }
    .thanks-area p {
        font-size: 1.7rem;
    }
    .contact-subtitle {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 600px)  {
/* =======================================

	Contact index Page

========================================== */
    #contact-container {
        padding: 0 18px 60px 18px;
    }
    .status {
        width: 100%;
        margin-bottom: 60px;
    }
    .status-on {
        width: 30%;
        height: 48px;
        font-size: 1.4rem;
        font-weight: 400;
        border-top-right-radius: 15px;
    }
    .status-off {
        width: 30%;
        height: 48px;
        font-size: 1.4rem;
        font-weight: 400;
    }
    .contact-title {
        font-size: 3.4rem;
        letter-spacing: 0rem;
        line-height: 1.61;
    }
    .contact-subtitle {
        width: 88%;
        font-size: 1.4rem;
        line-height: 1.7;
        margin: 0px auto 60px auto;
    }
    .formBox {
        width: 100%;
        margin: 0 auto;
    }
    .formText {
        font-size: 1.4rem;
    }
    .fromBlock {
        margin-bottom: 30px;
    }
    .submit-btn01 {
        width: 200px;
        height: 50px;
    }
    .submit-btn01[type="submit"] {
        font-size: 1.4rem;
        font-weight: 400;
    }

/* =======================================

	Contact conf Page

========================================== */

    #conf-container {
        width: 100%;
        margin: 0px auto 60px auto;
    }
    .conf-text {
        font-size: 1.4rem;
        margin-bottom: 40px;
    }
    .text-up {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .submit-back {
        font-size: 1.4rem;
        font-weight: 400;
        width: 200px;
        height: 50px;
        border-radius: 7px;
        margin: 60px auto 30px auto;
    }
    .submit-btn02[type="submit"] {
        font-size: 1.4rem;
        font-weight: 400;
        width: 200px;
        height: 50px;
    }

/* =======================================

	Contact thanks Page

========================================== */
    .thanks-area {
        width: 100%;
        margin-bottom: 60px;
    }
    .thanks-area p {
        font-size: 1.4rem;
    }
    .thanks-btn {
        font-size: 1.4rem;
        font-weight: 400;
        width: 200px;
        height: 50px;
        border-radius: 7px;
    }

}
