@charset "UTF-8";
/* CSS Document */
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*  form   */

table.CF7_table{
	width:100%;
	margin:0 0 50px 0;
	border: 3px solid #e5e5e5;
}

table.CF7_table tr{
	border-top: 1px solid #e5e5e5;
}

.single .entry-content table.CF7_table,
.page .entry-content table.CF7_table{
	display:table;
}

/*å…¥åŠ›æ¬„*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
	margin-left: 1em;
	margin-right: 1em;
	width: 90%;
}

.CF7_table ::placeholder {
	color:#797979;
}

/**/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: #f79034;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
	margin-left:1em;
}

/**/
.CF7_unreq{
	font-size:.9em;
	padding: 5px;
	background: #bdbdbd;
	color: #fff;
	border-radius: 3px;
	margin-right:1em;
	margin-left:1em;
}

.checkbox{
	font-weight: 800;
}

.checktext{
	font-weight: 700;
}

@media screen and (min-width: 768px){
	.CF7_table th{
	width:30%;
	background-color:#ebedf5;
	}
}



@media screen and (max-width: 768px){
	table.CF7_table{
	width:100%;
	}
	.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
	width: 100%;
	line-height:2.5em;
	}
	.CF7_table th{
	background-color:#ebedf5;
	}
}



.wpcf7 input.wpcf7-submit {
	background-color:#f79034;
	border:0;
	color:#fff;
	font-size:1.2em;
	font-weight:bold;
	margin:0 auto;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}


.checkbox {
	fonnt-size: 1.5em;
}

/*   reCAPTCHA   */

.grecaptcha-badge {
 bottom: 10px;
 right: 10px;
 transform: scale(0.85);
 opacity: 0.6;
}

