@charset "utf-8";
/*
 * コンタクトフォームのスタイルを制御
 * 
 * */

/*▼TB+SP用▼*/
@media screen and (max-width: 1020px) {
.inquiry th,.inquiry td {
 display:block!important;
 width:100%!important;
 border-top:none!important;
 -webkit-box-sizing:border-box!important;
 -moz-box-sizing:border-box!important;
 box-sizing:border-box!important;
}
.inquiry tr:first-child th{
 border-top:1px solid #d7d7d7!important;
}
/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
font-size:10px;
}}
/*▲TB+SP用▲*/

/*見出し欄*/
.elementor .inquiry th{
	padding: 10px;
	vertical-align: middle;
 text-align:left;
 font-size:16px;
 color:#444;
 padding-right:5px;
 width:40%;
 background:#f7f7f7;
 border:solid 1px #d7d7d7;
}
/*通常欄*/
.elementor .inquiry td{
	padding: 10px;
 font-size:13px;
 border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
 border:solid 1px #d7d7d7;	
}
/*必須の調整*/
.haveto{
 font-size:12px;
	font-weight: bold;
 padding:5px 8px;
 background:#FF7F00;
 color:#fff;
 border-radius:2px;
 margin-left:10px;
 position:relative;
 bottom:1px;
}
/*ドロップダウン*/
.elementor .drop option:first-child{
	color: #ddd;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
margin-right: auto;
margin-left: auto;
 width:50%;
 background:#F2F2F2;
 color:#CCCCCC;
 font-size:18px;
 font-weight:bold;	 
 border-radius:2px;
 border: none;
transition: all ease .3s;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#1571DA;
 color:#FFFFFF;
}
/*
ーーーーーーーーーーーーーーーーーーーーーplaceholderのフォントカラー指定
*/
/* Chrome, Safari */
input::-webkit-input-placeholder{
    color: #CCCCCC;
}
textarea::-webkit-input-placeholder{
    color: #CCCCCC;
}
/* Firefox */
input::-moz-placeholder{
    color: #CCCCCC;
}
textarea::-moz-placeholder{
    color: #CCCCCC;
}
/* Firefox 18以前 */
input:-moz-placeholder{
    color: #CCCCCC;
}
textarea:-moz-placeholder{
    color: #CCCCCC;
}

.agree-privacy{
	text-align: center;
}
/*
ーーーーーーーーーーーーーーーーーーーーーインラインバリデーション
*/
.elementor .formError{
	margin-top: 10px!important;
	display: block!important;
}
.elementor .formError .formErrorContent{
	background: #FFEBEA;
	border: solid 1px #FF8376!important;
	color: #FF8376;
	font-size: 12px;
}