.bdr {padding: 10px 7px;}
.bdr.no-padding {
    padding: 0;
}

img {
    max-width: 100%;
    display: inherit;
}
.table_content .form-x {
    display: block;
    /* margin: 20px 0; */
    padding: 20px 0;
    border-top: 1px dotted #9e9e9e;
}

.table_content .form-x .label_this, .grTb  {
    display: table;
    vertical-align: middle;
}
.table_content .form-x .label_this>span, 
.grTb>span, 
.grTb>div.grTc {
    display: table-cell;
    vertical-align: middle;
}
.form-header {
    margin-top: -10px;
    /* margin-right: -10px; */
    border-top-right-radius: 12px;
    overflow: hidden;
}
.table_content .iframe{
    max-height: 200px;
    overflow: auto;
    border: solid 1px #e8e7eb;
}
.table_content .form-x .label_this>span.title {
    padding-right:30px;
    font-weight: bold;
    color: #656565;
}

.table_content .form-x:nth-child(2n) {
    /* background: #eee; */
    /* padding: 10px; */
}
.table_content .form-x input[type="text"],
.table_content .form-x select,
.table_content .form-x textarea {
    width: 100%;
    border: 1px solid #bbb 
}
.table_content .form-x input[type="text"],
.table_content .form-x select{
    height: 40px;
}

.table_content .formMore {
    background: url(../../images/form_bg_form.png);
    padding: 10px;
}

.table_content .formMore .submit-button {
    margin: 0 auto;
    display: table;
    max-width: 342px;
    width: 100%;
}

.table_content {
    /* border-radius: 10px; */
    /* background: #ccc; */
    /* padding: 10px; */
}

.table_content {
    background: #fff;
    /* padding: 10px; */
    /* border-radius: 7px; */
    /* box-shadow: 0 0 3px #555; */
}

.formMore input.button-confirm{
    background:url(../../images/btn_confirm01.png) center;
    width:340px;
    height:53px;
    border:none;
    margin:0px auto;
    text-indent:-9999px;
    cursor:pointer;
}
.formMore input.button-confirm:hover{
    background:url(../../images/btn_confirm01_o.png);
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha( opacity=80 );
    opacity: 0.8;
}

.formMore input.button-rewrite{
    background:url(../../images/form_btn_rewite.png);
    width:342px;
    height:53px;
    border:none;
    margin:0px auto;
    text-indent:-9999px;
    cursor:pointer;
}
.formMore input.button-rewrite:hover{
    background:url(../../images/form_btn_rewite_o.png);
}

.formMore input.wpcf7-submit{
    background:url(../images/form_btn_send.png) center;
    width: 100%;
    max-width: 342px;
    height:53px;
    border:none;
    margin:0px auto;
    text-indent:-9999px;
    cursor:pointer;
}
.formMore input.wpcf7-submit:hover{
    background: url(../images/form_btn_send_o.png) center;
}

.tit_01 {
    height: 40px;
    background: url(../../images/tit_01.png) left no-repeat;
    background-size: auto 40px
}
.tit_01 img{
    opacity: .0
}
form label.error {
  color: #ff0000;
  display:block;
}
img.button-tel {
    margin-top: 20px !important;
    margin-bottom: 15px !important;
}
.base_bg {
    padding: 8px 8px 8px 8px !important;
}
@media screen and (min-width:667px) {
    .container-sp {
        max-width: 320px;
        /*max-width: 640px;*/
        margin: 0 auto;
    }
}

@media screen and (max-width:667px) {
    .container-sp {
        /*max-width: 320px;*/
        max-width: 640px;
        margin: 0 auto;
    }

}
h3 img {
    max-width: 100%;
    display: inherit;
    text-align: center;
    margin: 0 auto;
}
.table_content h3 {
    padding: 20px 0;
}
.form-header img {
    display: block;
    margin: 0 auto;
}
.table_content .form-x .label_this, .grTb {
    display: table;
    vertical-align: middle;
    padding-bottom: 10px;
}
.form-x .title{
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 10px;
    font-weight: bold;
}
span.req {
    display: table-cell;
    padding-left: 10px;
}
.top-main-contact, .bottom-main-contact {
    position: relative;
    text-align: center;
}

.top-main-contact .intmct, .bottom-main-contact .inbtmct {
    position: relative;
    display: inline-block;
    max-width: 480px;
}

.top-main-contact .intmct img, .bottom-main-contact .inbtmct img {
    display: block;
}

.top-main-contact .intmct a {
    position: absolute;
    bottom: 37%;
    width: 57%;
    left: 5%;
    display: block;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.top-main-contact .intmct a:hover, .bottom-main-contact .inbtmct a:hover {
    opacity: 0.8;
    filter: alpha(opacity=0.8);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.top-main-contact .intmct a:active, .bottom-main-contact .inbtmct a:active {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}


p{
        margin:0px;
    }
    .formMain h3, .form-privacy.cf {
        display: none!important;
    }
    img{
        max-width: 100%;
    }
    table {
        width: 100%;
    }
    table tr th, table tr td {
        display: block;
        width: 100%;
        font-weight: inherit;
    }
    th {
        margin: 10px 0px;
    }   
    p.mr5 {
        float: left;
        font-weight: 500;
    }

    .cf {
        /* display: table; */
        /* width: 100%; */
    }

    span.rep {
        float: left;
        margin-left: 10px;
        margin: 10px;
    }
    textarea, input {
        width: 100%;
    }
    .table_content .iframe {
        max-height: 200px;
        overflow: auto;
    }
    .table_content input[type="text"], .table_content select {
        width: 100%;
        height: 40px;
    }
    .table_content #build {
        width: 30%;
    }
    .wpcf7-form-control.wpcf7-submit:hover {
        background: url(../images/form_btn_send_o.png) center;
    }
    .wpcf7-form-control.wpcf7-submit {
        background: url(../images/form_btn_send.png) center;
        width: 100%;
        max-width: 342px;
        height: 53px;
        border: none;
        margin: 0px auto;
        text-indent: -9999px;
        cursor: pointer;
    }
    input.wpcf7-form-control.wpcf7-file {
        margin-bottom: 2px;
    }
    span.wpcf7-not-valid-tip {
        color: #ff0000;
        display: block;
    }
    .screen-reader-response {
        display: none;
    }
    input[type="checkbox"] {
        width: initial;
    }
    .formMore {
        background: url(../images/form_bg_form.png);
        padding: 10px;
        margin-bottom: 10px;
        text-align: center;
    }
    p.submit-button {
        margin: 0;
        padding: 0;
    }
    .zipBox {
        display: table;
        vertical-align: middle;
        clear: both;
    }

    span.wpcf7-form-control-wrap.zip1, .zipBox > span {
        display: table-cell;
        vertical-align: middle;
        width: 30%;
    }

    span.wpcf7-form-control-wrap.zip2, .zipBox > span {
        display: table-cell;
        vertical-align: middle;
    }

    select#pref {
        height: 40px;
        width: 100%;
        margin: 5px 0;
    }
    .table_content span.title {
        font-size: 14px;
        float: left;
        color: #212121;
        font-weight: 400;
        margin-right: 10px;
    }
    input[type="radio"] {
        width: initial;
    }
    span#contact_type {
    clear: both;
    width: 100%;
    float: left;
}




#humberger,
#foot-sitemap,
#foot-nav,
#theme-switch {
    display: none;
}