.elementor-3412 .elementor-element.elementor-element-3d659e10 > .elementor-container{max-width:950px;}.elementor-3412 .elementor-element.elementor-element-24b42581{--spacer-size:50px;}.elementor-3412 .elementor-element.elementor-element-75263f57{text-align:center;}.elementor-3412 .elementor-element.elementor-element-4e98582a{--divider-border-style:solid;--divider-color:#DFDFDF;--divider-border-width:9px;}.elementor-3412 .elementor-element.elementor-element-4e98582a .elementor-divider-separator{width:100%;}.elementor-3412 .elementor-element.elementor-element-4e98582a .elementor-divider{padding-block-start:15px;padding-block-end:15px;}.elementor-3412 .elementor-element.elementor-element-38210f73{width:initial;max-width:initial;text-align:start;font-family:"Poppins", Sans-serif;font-weight:400;}.elementor-3412 .elementor-element.elementor-element-38210f73 > .elementor-widget-container{padding:20px 20px 20px 20px;}.elementor-3412 .elementor-element.elementor-element-6fde4863{font-size:12px;}.elementor-3412 .elementor-element.elementor-element-31cb019d{--spacer-size:100px;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-38210f73 */a:link,a:visited,a:hover,a:active{
    color: #3971dd;
    font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1d38a7a *//*ContactFormカスタマイズ*/
table.CF7_table{
	width:80%;
	margin:0 auto;
	border: 3px solid #e5e5e5;
}

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

/*入力欄*/
.CF7_table input, .CF7_table textarea {
	border: 1px solid #d8d8d8;
	width: 98%;
}

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

/*「必須」文字*/
.CF7_req{
	font-size:.9em;
	padding: 5px;
	background: red;/*オレンジ*/
	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:#ebedf5;/*ブルーグレー*/
	text-align:left;
	}
}


/* レスポンシブ */
@media screen and (max-width: 768px){
	table.CF7_table{
}
.CF7_table tr, .CF7_table td, .CF7_table th{
	display: block;
    line-height:2.5em;
}
.CF7_table th{
	background-color:#ebedf5;
}
}

/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
  width: 200px;
  background-color: #333;
  color: #ffffff;
  border-color: #333;
  border-radius: 5px;
  font-size: 1.2em;
  padding: 1em 10px;
}

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

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

table th{
    text-align: left;
    background-color: #ebedf5;
}

table td{
    background-color: #fff;
}

table th,table td{
    padding: 15px 10px 0 10px;
}

table tbody > tr:nth-child(2n+1) > td, table tbody > tr:nth-child(2n+1) > th {
    background-color: #fff;
    padding-right: 10px; 
    white-space: nowrap;
}

table tbody > tr:nth-child(2n+1) > th {
  background-color: #ebedf5;
}

.elementor-kit-8 input:not([type="button"]):not([type="submit"]), .elementor-kit-8 textarea, .elementor-kit-8 .elementor-field-textual {
     radius:0px;
     border-radius: 0px;
 }
 .wpcf7 input.wpcf7-submit{
     padding: 0px;
 }/* End custom CSS */