/*Contact css*/
.contact-wrapper .container{
    max-width: 1100px;
}
.form{
    max-width: 1100px;
    margin: auto;
}
.form table{
    width: 100%;
    margin-bottom: 30px;
}
.form h3{
    line-height: 1.5;
    font-size: 19px;
    margin-bottom: 10px;
}
.form th{
    border: 1px solid #469FDB;
    background: #e1f2ff;
    font-size: 16px;
    font-family: 'LINESeedJP-bold';
    font-weight: normal;
    padding: 0 20px 0 30px;
    width: 35%;
    color: #469FDB;
}
.form th span{
    float: right;
    color: #ffffff;
    background: red;
    border-radius: 5px;
    padding: 5px 10px;
}
.form td{
    border: 1px solid #469FDB;
    width: 65%;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: unset;
}
.form td input{
    width: 100%;
    font-size: 16px;
    border: 1px solid #469FDB;
    padding: 8px 10px;
    border-radius: 5px;
}
.form td .requesttext_check input{
    width: 20px;
    height: 20px;
}
.form .radio-list td span.horizontal-item{
    width: 25%;
    display: inline-block;
    margin-left: 0;
}
.form .radio-list1 td span.horizontal-item:nth-child(4){
    width: 20%;
}
.form .radio-list3 td span.horizontal-item:nth-child(1){
    padding-bottom: 10px;
}
.form .radio-list td input{
    width: 20px;
    height: 20px;
}
.resale-form .form td input{
    border: 1px solid #004B9E;
}
.table1 td{
    width: 55%;
    color: #469FDB;
}
.table1 td textarea::-webkit-scrollbar {
    display: none;
}
.table1 td textarea{
    border: none !important;
    pointer-events: none;
    color: #469FDB;
    resize: none;
    width: 100%;
}
.table1 td input{
    border: none !important;
    pointer-events: none;
    color: #469FDB;
}
.resale-form .table1 td{
    color: #004B9E;
}
.resale-form .table1 td textarea{
    color: #004B9E;
}
.resale-form .table1 td input{
    color: #004B9E;
}
.table1 td.td3{
    width: 19%;
}
.date-number{
}
.date-number div input[type=number]::-webkit-outer-spin-button,
.date-number div input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.date-number div input[type=number] {
    -moz-appearance: textfield;
}
.date-number div{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #469FDB;
    width: 73%;
    float: left;
}
.form .date-number input{
    width: 20%;
    margin-right: 5px;
    margin-left: 20px;
}
.form .date-number input:nth-child(1){
    margin-left: 0;
}
.form .date-number p{
    width: 27%;
    float: right;
    text-align: right;
    padding: 0;
    font-size: 12px;
    color: #469FDB;
    border: 0;
    background: 0;
    font-family: 'din';
}
.form .date-number input[name="start_calendar"],
.form .date-number input[name="end_calendar"]{
    background-image: url('../img/date-icon.png');
    background-size: cover;
    height: 36px;
    width: 41px;
    margin-right: 0;
    border: none;
    background-color: unset;
    margin-left: 5px;
}
.contact_send{
    text-align: center;
    font-size: 20px;
}
.contact-confirm .form .date-number p,
.contact-confirm .form .required,
.contact-confirm .form .form-policy p{
    display: none;
}
.form .table3 tr:nth-child(4) td span{
    margin-top: 20px;
    display: inline-block;
}
.contact-form .form .table3 tr:nth-child(3) td span{
    margin-top: 20px;
    display: inline-block;
}
.table3 .email_confirm_text{
    color: #469FDB;
    padding-bottom: 8px;
    font-weight: normal;
}
table textarea{
    width: 100%;
    height: 175px;
    font-size: 16px;
    border: 1px solid #469FDB;
    padding: 8px 10px;
    border-radius: 5px;
}
.resale-form .table3 textarea{
    border: 1px solid #004B9E;
}
.form-policy{
    text-align: center;
    padding: 90px 0;
}
.form-policy p:nth-child(1){
    font-size: 12px;
    padding-bottom: 40px;
}
.form-policy p:nth-child(2){
    font-size: 12px;
    margin-bottom: 58px;
}
.form-policy p:nth-child(2) a{
    color: black;
    border: 1px solid #707070;
    border-radius: 5px;
    padding: 15px 80px;
    position: relative;
}
.form-policy p:nth-child(2) a img{
    position: absolute;
    right: 15px;
}
.form-policy p:nth-child(3) label{
    font-size: 15px;
}
.form-policy p:nth-child(3) label input[type='checkbox']{
    width: 20px;
    height: 20px;
    margin-right: 15px;
}
.form .form-btn{
    text-align: center;
    padding-bottom: 90px;
    padding-top: 50px;
}
.form .form-btn input:hover{
    cursor: pointer;
}
.form .form-btn input{
    font-family: 'LINESeedJP-bold';
    font-size: 30px;
    padding: 15px 100px;
    background: #469FDB;
    border: unset;
    border-radius: 10px;
    color: #ffffff;
    transition: 0.5s ease;
}
.form .form-btn input:hover{
    box-shadow: rgb(61 61 61) 0 4px 12px;
}
.form .form-btn p{
    position: relative;
    padding: 0;
    display: inline-block;
}
.form .form-btn p:after{
    content: url(../img/contact/icon-right.png);
    position: absolute;
    right: 15px;
    top: 35%;
}

.resale-form .section-title{
    color: #004B9E;
}
.resale-form .form h3{
    color: #004B9E;
}
.resale-form .form {
    border: 1px solid #004B9E;
}
.resale-form .form th {
    border: 1px solid #004B9E;
    color: #004B9E;
    background: #D8EBFF;
}
.resale-form .form td {
    border: 1px solid #004B9E;
    color: #004B9E;
}
.resale-form .table3 .email_confirm_text {
    color: #004B9E;
}
.form .date-number input[name="start_calendar"],
.form .date-number input[name="end_calendar"]{
    background-image: url(../img/date-icon-contact.png);
}
.contact-form .form .date-number p{
    color: #0B52A2;
}
.contact-form .date-number div{
    color: #0B52A2;
}
.contact-form .table3{
    margin-bottom: 80px;
}
.tr-mail input{
    margin-bottom: 15px;
}
.contact-form table textarea{
    border: 1px solid #004B9E;
}

.form_cont{
    text-align: center;
    padding-top: 220px;
    padding-bottom: 40px;
}
.contact_title{
    font-size: 30px;
    padding-bottom: 15px;
}
.table2 input{
    max-width: 80px;
}
tr.kyoju input,
tr.kariire input{
    max-width: 80px;
}
.table2 .heikinteki input{
    max-width: 80px;
}
.table2 .rentaka select{
    font-size: 16px;
    border: 1px solid #469FDB;
    padding: 8px 10px;
    border-radius: 5px;
}
.form td select{
    font-size: 16px;
    border: 1px solid #469FDB;
    padding: 8px 10px;
    border-radius: 5px;
}
.form td input[name='tb3-8'] {
    max-width: 80px;
}
.form td input[name='tb3-11a'] {
    max-width: 100px;
}
.form td input[name='tb3-11b'] {
    max-width: 80px;
    margin-left: 15px;
}
.form td input[name='tb3-11c'] {
    max-width: 80px;
    margin-left: 15px;
}
.form .sub-title{
    text-align: center;
    margin-bottom: 40px;
    margin-top: 80px;
}
@media (max-width: 737px) {
    .form {
        padding: 0 2vw;
        margin: 0 3vw;
    }
    .form h3 {
        padding-top: 8vw;
        font-size: 3.8vw;
        padding-bottom: 2vw;
        color: #469FDB;
    }
    .form td input {
        font-size: 3vw;
        padding: 1vw 2vw;
    }
    .form td .requesttext_check span{
        font-size: 3.5vw;
    }
    .form th {
        font-size: 3vw;
        padding: 2vw;
        width: 100%;
        display: inline-block;
    }
    .form .table2 tr,
    .form .table3 tr{
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }
    .form .table2 th,
    .form .table3 th {
        font-size: 3.5vw;
        padding: 3vw 2vw;
        width: 100%;
    }
    .form .table2 td,
    .form .table3 td {
        width: 100%;
    }
    .form td {
        font-size: 3.5vw;
        padding: 3vw 2vw;
        width: 100%;
        display: inline-block;
    }
    .date-number {
        flex-direction: column;
    }
    .date-number div {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
        float: unset;
    }
    .form .date-number p{
        width: 100%;
        text-align: center;
        font-size: 3vw;
        padding-top: 5vw;
    }
    .form .date-number input[name="start_calendar"], .form .date-number input[name="end_calendar"]{
        height: 10vw;
        width: 11vw;
        background-color: unset;
    }
    table textarea{
        font-size: 3vw;
        padding: 1vw 2vw;
    }
    .table1 td textarea{
        font-size: 3vw;
    }
    .form-policy {
        padding: 10vw 0;
    }
    .form-policy p:nth-child(1) {
        font-size: 3vw;
        padding-bottom: 10vw;
    }
    .form-policy p:nth-child(2) {
        font-size: 3vw;
        margin-bottom: 15vw;
    }
    .form-policy p:nth-child(3) label {
        font-size: 3.5vw;
    }
    .form-policy p:nth-child(3) label input[type='checkbox'] {
        width: 4vw;
        height: 4vw;
        margin-right: 2vw;
    }
    .form .form-btn {
        padding-bottom: 10vw;
    }
    .form .form-btn input {
        font-size: 4vw;
        padding: 4vw 15vw;
    }
    .form .form-btn p:after {
        content: url(../img/contact/icon-right-sp.png);
        top: 30%;
    }
    .form .table3 tr:nth-child(4) td span {
        font-size: 3vw;
    }
    .contact-form .form .table3 tr:nth-child(3) td span {
        font-size: 3vw;
    }
    .contact_send{
        font-size: 3.5vw;
    }
    .form .radio-list td span.horizontal-item{
        width: 100% !important;
        padding-bottom: 3vw;
        font-size: 3.5vw;
    }
    .contact-form tr th,
    .contact-form tr td{
        font-size: 3.5vw;
        padding: 3vw 2vw;
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contact-form .table3{
        margin-bottom: 8vw;
    }

    .form td select{
        font-size: 3.5vw;
        padding: 1vw 2vw;
    }
    .form td input[name='tb3-11a'] {
        max-width: 25%;
    }
    .form td input[name='tb3-11b'] {
        max-width: 20%;
    }
    .form td input[name='tb3-11c'] {
        max-width: 20%;
    }
    .table2 .rentaka select {
        font-size: 3.5vw;
        padding: 1vw 2vw;
    }
    .form .sub-title{
        margin-bottom: 5vw;
        margin-top: 10vw;
    }

}
