.bdr {padding: 10px 5px;}
.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;
}
.base_bg {
    padding: 8px 8px 8px 8px;
    background: url(../images/base_bg.png) repeat;
}
.formArea .form-x {
	display: block;
	margin-bottom: 20px;
}

.formArea .form-x .label_this, .grTb  {
    display: table;
    vertical-align: middle;
    padding-bottom: 10px;
}
.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: 10px;
}

.formArea .formMore .submit-button {
    margin: 0 auto;
    display: table;
    max-width: 342px;
    width: 100%;
}

.table_content {
    /* border-radius: 10px; */
    /* background: #ccc; */
    /* padding: 10px; */
}

.formArea {
    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.png) center;
	opacity: 0.7;
}

.tit_01 {
	height: 40px;
	background: url(../images/tit_01.png) left no-repeat;
	background-size: auto 40px
}
.tit_01 img{
	opacity: .0
}

@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;
	}
	.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;
}

span.alert_bottom {
                  color: red;
                  font-size: 12px;
              }    
              label.error {
                  color: red;
              }    
              .checkBox{
                position: relative;
              }
              .checkBox label.error{
                position: absolute;
                top: 20px;
              } 


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%;
    }
    .formArea .iframe {
        max-height: 200px;
        overflow: auto;
    }
    .formArea input[type="text"], .formArea select {
        width: 100%;
        height: 40px;
    }
    .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;
    }
    .formArea 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;
}

.req img {
    margin-left: 10px;
}



#humberger,
#foot-sitemap,
#foot-nav,
#theme-switch {
    display: none;
}

.formArea td input,
.formArea td input[type="text"],
.formArea select {
    width: 90%;
    height: 30px;
}

textarea {
    width: 95%;
    padding: 10px;
    }

.formArea input[type="checkbox"] {
    width: fit-content;
}

.grecaptcha-badge {
    z-index: 0 or -1;
    opacity: 0;
}

.form__error {
    color: red;
    font-weight: bold;
}