#topVisual {
    background: url(../../images/contact/title_contact01.jpg) 50% 50% no-repeat;
    width: 100%;
    height: 300px;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: table;
}

#contact .wrap01 {
    border: solid 4px #F4F4F4;
    padding: 30px;
    margin-bottom: 45px;
}

#contact .wrap01 .text01 {
    font-size: 1.8rem;
}

#contact .wrap01 .text02 {
    font-size: 2.4rem;
    color: #1F2C59;
}

#contact .wrap01 .text03 {
    font-size: 1.4rem;
    margin-bottom: 0;
}

#contact .section01 h2 {
    font-size: 2rem;
    color: #1F2C59;
}

#contact .section01 .text01 {
    font-size: 1.6rem;
    line-height: 1.8;
}

#contact .section01 table {
    width: 100%;
    background: #F0F7FD;
    margin-bottom: 30px;
}

#contact .section01 table th,
#contact .section01 table td {
    border: 5px solid #fff;
    padding: 15px;
    font-size: 1.6rem;
    font-weight: normal;
    vertical-align: top;
}

#contact .section01 table th {
    width: 250px;
    background: #BEDBF5;
}

#contact .section01 table th span {
    color: red;
}

#contact .section01 table td label {
    font-weight: normal;
}

#contact .section01 table td .inner01 {
    padding-right: 20px;
}

#contact .section01 table td input[type=text],
#contact .section01 table td input[type=mail],
#contact .section01 table td input[type=tel] {
    width: 400px;
    padding: 10px;
}

#contact .section01 table td input.var02 {
    width: 8em;
}
#contact .section01 table td input.var03 {
    width: 8em;
}

#contact .section01 table td select {
    margin-right: 5px;
    max-width: 20em;
}

#contact .section01 table td textarea {
    width: 100%;
    height: 10em;
}

#contact .section01 input[type=submit] {
    appearance: none;
    border: none;
    border-radius: none;
    width: 88%;
    height: 65px;
    line-height: 65px;
    color: #fff;
    background: #F90;
    display: block;
    margin: 20px auto;
}

#contact .section01 table td .bg-danger {
    padding: 10px;
    margin-top: 5px;
}

#contact .section01 .btnWrap01 {
    padding: 25px 0 0;
}

#contact .section01 .btnWrap01 p {
    font-size: 1.4rem;
}

#contact .section01 input[type=submit],
#contact .section01 .btnWrap01 a {
    appearance: none;
    border: none;
    border-radius: none;
    width: 300px;
    height: 65px;
    line-height: 65px;
    color: #fff;
    background: #FFBF00;
    display: block;
    margin: 20px auto;
    font-size: 1.8rem;
    text-align: center;
}

#contact .section01 .btnWrap01 a.btn01 {
    background: #666;
}

#contact .section01 .wrap03 {
    padding: 0 15px;
    margin-bottom: 20px;
}

#contact .section01 .wrap03 p {
    padding: 15px;
    background: #EDEDED;
    font-size: 0.9rem;
}

#contact .section01 p.text03 {
    font-size: 1.6rem;
    color: #fff;
    text-align: center;
    background: #555555;
    padding: 10px 15px;
    margin-bottom: 0;
}

#contact .textWrap02 {
    margin-bottom: 30px;
}

#contact .textWrap02 .inner01 {
    border: solid 1px #CCC;
    padding: 15px;
    height: 240px;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
}

@media screen and (max-width:768px) {
    #topVisual {
        height: 40vw;
    }
    #contact .section01 table td input[type=text],
    #contact .section01 table td input[type=mail],
    #contact .section01 table td input[type=tel] {
        width: 100%;
        padding: 10px;
    }
    #contact .section01 input[type=submit],
    #contact .section01 .btnWrap01 a {
        width: 90%;
    }
    #contact .section01 table th,
    #contact .section01 table td {
        display: block;
        width: 100%;
    }
    #contact .wrap01 .text02 span{
        display: inline-block;
        width: 100%;
    }
}
