.col_4{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_4 > div{
	width: 25%;
	padding: 0;
}
.col_3{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_3 > div{
	width: 33.33333%;
	padding: 0;
	/*padding: 10px;*/
}
.col_2{
	width: 100%;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap; /* IE10 */
}
.col_2 > div{
	width: 50%;
	padding: 0;
}

/* for elementor container */
.iel-hide {
    display: none !important;
}

/* メール商人のフォーム用 */
.tcolor001 .table {background-color: #eee;padding:0.5rem;}
.tcolor001 .th {    color: #000;font-weight: bold;margin-top: 1rem;padding:0.5rem;}
.tcolor001 .td {color: #333;}
 .tcolor001 .td label {
	 display:block;
	 line-height:1.5;
  }
 .tcolor001 .h2 {background-color: #9ad5fe;}
 .table .row {border-bottom: #888 dotted 1px;padding-bottom: 0.5rem;}
 .btn-center {text-align:center;padding:0.5rem;}
 .tcolor001 .button, .tcolor001 button, .tcolor001 input[type="submit"],
 .tcolor001 input[type="reset"],
 .tcolor001 input[type="button"] {
    color: #fff;background: #0779CA;border: 1px solid #0779CA;text-shadow: 0 1px rgba(0, 0, 0, 0.2);padding:1rem;}
.tcolor001 .button:hover,
 .tcolor001 button:hover,
 .tcolor001 input[type="submit"]:hover,
 .tcolor001 input[type="reset"]:hover,
 .tcolor001 input[type="button"]:hover {
color: #fff;background: #50BFAF;border: 1px solid #fe56aa;text-shadow: 0 -1px rgba(0, 0, 0, 0.4);}

div.post_content div.form-terms {
	width: 98%;
    height: 15rem;
    overflow-y: scroll;
    border: solid 1px gray;
	padding: 0.5rem;
	-webkit-overflow-scrolling: touch;
}

div.post_content .form-terms h4 {
	font-size: 84% !important;
}
div.post_content .form-terms p {
	font-size: 86% !important;
	line-height: 1.3 !important;
}
/*
div.post_content .form-align-center {
    margin: 2rem auto;
}

div.post_content .form-align-center input[type="text"] {
    padding: 0.3rem;
    left: 10rem;
    position: absolute;
}
*/

div.form-application {
	margin-top: 2rem;
}

div.form-application textarea {
	height: 4rem;
}

div.policy.box {
	border: 1px solid gray;
}

textarea.texta-h100 {
    height: 100px !important;
}

input.wpcf7-form-control.wpcf7-confirm.wpcf7c-elm-step1.wpcf7c-btn-confirm {
    background-color: darkgreen;
    color: whitesmoke;
    padding: 20px;
    font-size: larger;
}

input.wpcf7-form-control.wpcf7-submit.wpcf7c-elm-step2 {
    background-color: darkgreen;
    color: white;
    padding: 10px;
    font-size: larger;
}


.bx-shadow {
    box-shadow: 3px 3px 10px 0px #d2b48c;
}

a.wp-block-file__button {
    color: #fff !important;
    padding: 5px;
}

@media screen and (min-width: 641px) {
    .ytv {
        max-width: 640px;
        margin-left: calc(50% - 320px);
    }
}

@media screen and (max-width:550px) {
    iframe {
        width:100%;
    }
}
