.contact-title{
    background: #6cadcf url(../images/title05.png) no-repeat right top ;
    height: 160px;
    margin-bottom: 20px;
}
.contact-title h1{
    text-align: left;
    padding-left: 30px;
    padding-top: 50px;
    letter-spacing: 5px;
}
.toi_form {
    font-size:10.5px;
    margin: 20px auto;
}
.error_area ul li{
    font-size: 20px;
    color: red;
}
.info div{
    float: left;
    padding: 15px auto; 
}
.info_table {
    width: 90%;
    text-align: center;
    margin: 0 5%;
}
.contact_menu{
    width: 95%;
    height: 40px;
    text-align: left;
    border: 1px solid #000;
    background-color: #ffffff;
    font-size: 20px;
    line-height: 40px;
    padding-left: 15px;
}
.contact_menu label input[type=radio] {
    margin: 0 5px 0 0;
}
.attention{
    float: right;
    margin-right: 5%;
}
.info_table label {
    font-size: 18px;
    margin-left: 3%;
}
.info_table tbody tr td.wide {
    width: 20%;
}
.info_table tbody tr th.line_none{
    vertical-align: top;
    font-size: 20px;
}
.info_table tbody tr th:not(.line_none) {
    height: 40px;
    font-size: 20px;
    border: 1px solid #000;
    width: 180px;
    background-color:#99bccf;
}
.required_area {
    float: right;
    margin-right: 6%;
}
.required {
    color: #ff5151; 
    display: inline-block;
}
.info_table tbody tr th .line {
    border: 1px solid #000;
    padding: 10px 0 10px 0;
    width: 180px; 
    background-color:#99bccf;
}
.info_table tbody tr td.tr_space {
    height: 10px;
}
.info_table tbody tr td.space {
    width: 30px;
    text-align: left;
    color: #ff5151; 
}
.info_table tbody tr td.space1 {
    vertical-align: top;
    padding-top: 15px;
    width: 30px;
    text-align: left;
    color: #ff5151; 
}
.info_table tbody tr td input[type=text] {
    width: 95%;
    border: 1px solid #000;
    height: 40px;
    font-size: 20px;
    padding-left: 15px;
    margin-left: -15px;
}
.info_table tbody tr td input[type=tel] {
    width: 95%;
    border: 1px solid #000;
    height: 40px;
    font-size: 20px;
    padding-left: 15px;
    margin-left: -15px;
}
.info_table tbody tr td input[type=email] {
    width: 95%;
    border: 1px solid #000;
    height: 40px;
    font-size: 20px;
    padding-left: 15px;
    margin-left: -15px;
}
.info_table tbody tr td textarea{
    width: 94%;
    border: 1px solid #000;
    height: 200px;
    font-size: 16px;
    padding-left: 15px;
    margin-left: -15px;
    padding: 10px;
    line-height: 25px;
    resize: none;
}
.tfoot{
    text-align: center;
}
.policy_frame{
    background-color: #99bccf;
    text-align: left;
    width: 99%;
}
.policy_title{
    padding: 10px 0 5px 10px;
    font-weight: bold;
    font-size: 20px;
}
.policy{
    padding: 5px 0 10px 4px;
    font-size: 18px;
}
.policy_terms {
    font-size: 12px;
}
.policy_terms p{
    padding: 0 10px 10px 25px;
    text-indent:-12px;
}
.policy a{
    color: black;
    font-size: 15px;
    margin-left: 20px;
    text-decoration: underline;
    font-weight: bold;
    display: inline-block;
}
.policy a:hover{
    opacity: 0.4;
}
.policy label{
    margin-left: 10px;
    font-size: 18px;
    font-weight: bold;
}
.send {
    text-align: center;
    margin: 30px 0 30px;
}
.botton {
    font-size: 20px;
    padding: 5px 40px;
    border-radius: 7px;
}

@media screen and (max-width:834px) {
    .error_area ul li{
        font-size: 14px;
        color: red;
    }
    .contact-title h1{
        padding-top: 60px;
    }
    .toi_form {
        font-weight: bold;
        text-align: center;
        font-size:8px;
        margin: 20px auto;
    }
    .info_table {
        width: 90%;
        text-align: center;
        margin: 0 5%;
    }
    .info_table div {
        float: left;
    }
    .info_table legend {
        padding: 0 5px 0 5px;
        margin-left: 5px;
        font-size: 15px;
        font-weight: bold;
    }
    .info_table label {
        font-size: 8px;
        margin-left: 2%;
        vertical-align:middle;
    }
    .contact_menu{
        width: 105%;
        line-height: 30px;
        border: 1px solid #000;
        background-color: #ffffff;
        height: 30px;
        margin-left: -15px;
        padding-left: 3px;
    }
    .contact_menu label input[type=radio] {
        margin-right: 0;
        transform: scale(0.7);
    }
    .contact_menu text {
        margin: 0 5px 0 0;
    }
    .info_table attention{
        margin-left: 15%;
    }
    .info_table tbody tr td {
        font-size: 12px;
        text-align: left;
        white-space: nowrap
    }
    .info_table tbody tr td.wide {
        width: 20%;
    }
    .info_table tbody tr th.line_none {
        vertical-align: top;
        font-size: 9px;
    }
    .info_table tbody tr th:not(.line_none){
        font-size: 11px;
        height: 30px;
        padding: 4px;
        border: 1px solid #000;
        width: 30%;
    }
    .info_table tbody tr th .line {
        font-size: 11px;
        padding: 4px;
        border: 1px solid #000;
        width: 100%;
    }
    .info_table tbody tr td.tr_space {
        height: 5px;
    }
    .info_table tbody tr td.space {
        width: 30px;
    }
    .info_table tbody tr td.space1 {
        padding-top: 5px;
    }
    .info_table tbody tr td input[type=text] {
        width: 105%;
        border: 1px solid #000;
        height: 30px;
        font-size: 14px;
        padding-left: 15px;
        margin-left: -15px;
    }
    .info_table tbody tr td input[type=tel] {
        width: 105%;
        border: 1px solid #000;
        height: 30px;
        font-size: 14px;
        padding-left: 15px;
        margin-left: -15px;
    }
    .info_table tbody tr td input[type=email] {
        width: 105%;
        border: 1px solid #000;
        height: 30px;
        font-size: 14px;
        padding-left: 15px;
        margin-left: -15px;
    }
    .info_table tbody tr td input[type=email] {
        width: 105%;
        border: 1px solid #000;
        height: 30px;
        font-size: 14px;
        padding-left: 15px;
        margin-left: -15px;
    }
    ::placeholder {
        color: #00bfff;
    }
    .info_table tbody tr td textarea{
        width: 105%;
        border: 1px solid #000;
        height: 200px;
        font-size: 14px;
        padding-left: 15px;
        margin-left: -15px;
        padding: 10px;
        line-height: 15px;
        resize: none;
    }
    .policy_frame{
        background-color: #99bccf;
        padding: 2% 0 0 2%;  
        width: 100%;
    }
    .policy_title{
        font-weight: bold;
        font-size: 16px;
    }
    .policy{
        padding: 5px 0 10px 10px;
        font-size: 15px;
    }
    .policy_terms {
        font-size: 12px;
    }
    .policy_terms p{
        padding: 0 10px 10px 20px;
        text-indent:-12px;
    }
    .policy a{
        color: black;
        font-size: 12px;
        padding: 5px 0 0 8px;
        display: inline-block;
    }
    .policy a:hover{
        opacity: 0.4;
    }
    .policy label{
        margin-left: auto;
        font-size: 12px;
        font-weight: bold;
    }
    .botton{
        font-size: 15px;
        padding: 5px 40px 5px 40px;
        border-radius: 15px;
    }
}