.bdr {padding: 0 10px 10px;}
.bdr.no-padding {
    padding: 0;
}

img {
    max-width: 100%;
    display: inherit;
    text-align: center;
    margin: 0 auto;
}
div#flow {
    border: 2px solid #ebebeb;
    padding: 0px 5px 5px 5px;
}
.survey-page{
    margin-top: -10px;
}
.base_bg {
    padding: 8px 8px 8px 8px;
    background: url(../images/icon/base_bg.png) repeat;
}
.main-img p{
    /* color: #444; */
}
.formArea .form-x {
    display: block;
    margin-bottom: 20px;
}

.formArea .form-x .label_this, .grTb  {
    display: table;
    vertical-align: middle;
}
.formArea .form-x .label_this>span,
.grTb>span,
.grTb>div.grTc {
    /* display: table-cell; */
    /* vertical-align: middle; */
}

.formArea .form-x .label_this>span.title {
    padding-right: 2px;
}

.formArea .form-x:nth-child(2n) {
    /* background: #eee; */
    /* padding: 10px; */
}
.formArea .form-x input[type="text"],
.formArea .form-x select,
.formArea .form-x textarea {
    width: 100%;
    border: 1px solid #bbb
}
.formArea .form-x input[type="text"],
.formArea .form-x select{
    height: 40px;
}

.formArea .formMore {
    background: url(../images/form_bg_form.png);
    padding: 6px 0;
}

.formArea .formMore .submit-button {
    margin: 0 auto;
    display: table;
    max-width: 342px;
    width: 100%;
    text-align: center;
}

.table_content {
    /* border-radius: 10px; */
    /* background: #ccc; */
    /* padding: 10px; */
}

.formArea {
    background: #fff;
    /* padding: 10px; */
    border-radius: 7px;
    /* box-shadow: 0 0 3px #555; */
}
.grTb span{
    width: 100%;
    display: block;
    text-align: center;
}
.formMore input.button-confirm{
    background:url(../images/icon/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/icon/btn_confirm01_o.png);
    -ms-filter: "alpha( opacity=80 )";
    filter: alpha( opacity=80 );
    opacity: 0.8;
}

.formMore input.button-rewrite{
    background:url(../images/icon/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/icon/form_btn_rewite_o.png);
}

.formMore input.wpcf7-submit{
    background: url("../images/form_btn_send.png") center no-repeat;
    width: 300px;
    height: 60px;
    border:none;
    margin:0px auto;
    text-indent:-9999px;
    /* background-size: contain; */
    cursor:pointer;
}
.formMore input.wpcf7-submit:hover{
    background: url("../images/form_btn_send_o.png") center no-repeat;
    /* width: 300px; */
    /* height: 60px; */
    /* background-size: contain; */
}

.tit_01 {
    height: 40px;
    background: url(../images/icon/tit_01.png) left no-repeat;
    background-size: auto 40px
}
.tit_01 img{
    opacity: .0
}
.formMain h3, .form-privacy.cf {
        /* display: none!important; */
   }
    img{
        max-width: 100%;
    }
    table tr th, table tr td {
        display: block;
        width: 100%;
    }
    p.mr5 {
        float: left;
        font-weight: 500;
    }

    .cf {
        display: table;
        width: 100%;
        margin-top: 10px;
    }

    p.req {
        float: left;
        margin-left: 10px;
    }
    textarea, input {
        width: 100%;
    }
    .formArea .iframe {
        max-height: 200px;
        overflow: auto;
    }
    .formArea input[type="text"], .formArea select {
        width: 100%;
        height: 40px;
    }

    .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;
    }
.formArea h3{
    display: none;
}
@media screen and (min-width:667px) {
    .container-sp {
        max-width: 320px;
        /*max-width: 640px;*/
        margin: 0 auto;
    }
    .wpcf7-form-control.wpcf7-submit:hover {
        background: url(../images/form_btn_send_o.png) center;
    }
}

@media screen and (max-width:667px) {
    .container-sp {
        /*max-width: 320px;*/
        max-width: 640px;
        margin: 0 auto;
    }
    .img-bottom {
    margin-top: 15px;
    padding: 0 8%;
}

}
.iframe {
    overflow: auto;
    margin: 0 0 20px 0;
    padding: 10px;
    color: #5A5A5A;
    border: solid 1px #e8e7eb;
    width: 100%;
    height: 166px;
}
.grTc a {
    text-decoration: none;
}
.form-privacy{
  text-align: center;
}
