@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Author: 株式会社ディーズロジュワン
Description: ディーズロジュワンの公式サイトです。
Template: emanon-premium
Version: 1.9.8.1
*/

table.CF7_table{
	margin:0 auto 20px;
}

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

table.CF7_table th{
text-align:left;
}

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

.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
}

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

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

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


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


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


.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;
}