@charset "utf-8";

#js-play-button {
    display: none;
}

/*!
page > contact
------------------------------
*/
.lower-head{
    background-color: #fff;
}
.c-lower-title {
    font-size: 30px;
    margin-top: 60px;
    margin-bottom: 0;
}
.form-area {
    background-color: #EDE9E4;
}
.contact-text{
    width: 90%;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 50px;
    font-weight: bold;
}
.contact-text ul {
    list-style-type: disc;
    padding-left: 30px;
}
.contact-text li {
    text-align: left;
    list-style-type: disc;
}

#form {
    background-color: #ffffff;
    margin: 0 auto;
    /*width: 380px;*/
    width: 90%;
}
form {
    background-color: #ffffff;
    border: 1px solid #411113;
}
form table {
    width: 100%;
    table-layout: fixed;
}
form th {
    background-color: #FBE7E8;
    border: 1px solid #411113;
    vertical-align: top;
    font-weight: bold;
    padding: 20px 15px 0 15px;
    width: 110px;
}
form td {
    border: 1px solid #411113;
    padding: 20px;
}
form input[type="text"],form select,form input[type="tel"],form input[type="mail"],form textarea {
    background-color: #ffffff;
    border: 1px solid #411113;
    box-sizing: border-box;
    width: 100%;
}
form select {
    border-radius: 4px;
    border: 1px solid #8F8E9C;
    background: #EAE9EE;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
    width: 100px;
}
form select::-ms-expand {
    display: block;
}
form textarea {
    width: 100%;
    height: 300px;
}
.attention {
    display: block;
    color: red;
    font-weight: bold;
    margin-bottom: 10px;
}
.error {
    color: red;
    font-weight: bold;
}
.c-button {
    margin-top: 30px;
}
.c-button::after {
    content: none;
}
.attention-submit {
    display: block;
    color: red;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 30px;
}
.footer-deco2::after{
    display: none;
}
.footer-deco2::before{
    display: none;
}

@media print, screen and (min-width: 768px) {
    .lower-head{
        background-image: none;
    }
    .c-lower-title {
        background-image: url(../img/contact/contact-main.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 200px;
        font-size: 40px;
        padding-top: 70px;
        margin-bottom: 40px;
        margin-top: 0;
    }
    .contact-text{
        margin: 0 auto;
        padding-top: 70px;
        padding-bottom: 50px;
        font-weight: bold;
        max-width: 1000px;
    }
    .contact-text .complete{
		line-height: 1.8;
	}
    #form {
        max-width: 980px;
        padding: 50px;
    }
    form input[type="text"],form select,form input[type="tel"],form input[type="mail"],form textarea {
        width: 300px;
    }
    form select {
        width: 100px;
    }
    form textarea {
        max-width: 1000px;
        width: 100%;
        height: 100px;
    }
form th {
        width: 200px;
    }
}