/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 31 2025 | 15:29:23 */
/*ContactForm7カスタマイズ*/
table.CF7_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
}
table.CF7_table th {
  width: 25%;
  background-color:#f7f7f7;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
}
table.CF7_table td {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}
@media all and (max-width: 600px) {
  table.CF7_table th {
    text-align:left;
  }
  table.CF7_table th, table.CF7_table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table.CF7_table tr:last-child table.CF7_table td:last-child {
    border-bottom: 1px solid #ccc;
  }
}

.flex{
display:flex;
align-items: center;
}

div.CF7_req{
display:inline-block;
color:#fff;
background-color:#335aa3;
font-size:0.7em;
line-height:1em !important;
padding:4px 6px 4px;
margin-right:8px;
border-radius:4px;
vertical-align:middle;
}

input.wpcf7-text{
box-sizing: border-box;
width:100%;
}

.wpcf7 textarea {
box-sizing: border-box;
width: 100%;
}

table.CF7_table input,
table.CF7_table input[type="radio"] + label,
table.CF7_table input[type="checkbox"] + label:before,
table.CF7_table select option,
table.CF7_table textarea,
table.CF7_table select {
  padding: 1em;
  line-height: 1.4;
  background-color: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  -webkit-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
table.CF7_table input:focus {
  outline: 0;
  border-color: #333;
}

table.CF7_table textarea:focus {
  outline: 0;
  border-color: #333;
}

table.CF7_table input[type="radio"]:checked + label,
table.CF7_table input:checked + label:before,
table.CF7_table select:focus,
table.CF7_table select:active {
  background-color: #ffe530 !important;
  color: #fff;
  border-color: #ffe530;
}



/* 「送信する」ボタン */
.wpcf7 input.wpcf7-submit {
	background-color:#000;
	border-radius:4px;
	color:#fff;
	font-size:1.3rem;
	font-weight:bold;
	margin:30px auto;
	padding:10px 70px;
}

.CF7_btn{
	text-align:center;
	margin-top:20px;
}

.wpcf7-spinner{
	width:0;
	margin:0;
}

.wpcf7-not-valid-tip{
font-size:0.8rem;
color:#ff6000;
}

.CF7_table p{
	margin-bottom:0;
}

label {
    font-size: 1em;
	margin-left:0;
}

input[type="radio"] {
    width: 16px !important;
    height: 16px !important;
    margin: 5px;
}