/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 30 2025 | 02:05:15 */
/*ContactForm7カスタマイズ*/
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 16px;
}
table th {
  width: 25%;
  background-color:#fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
}
table td {
  border: 1px solid #ddd;
  background-color:#f7f7f7;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}


.wpcf7 input.wpcf7-submit:hover {
    background-color: #999;
}

@media all and (max-width: 600px) {
  table th {
    text-align:left;
  }
  table th, table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}


#autozip{
    background-color: #0A55BD !important;
}

.flex{
display:flex;
align-items: center;
}

div.CF7_req{
display:inline-block;
background-color:#0A55BD;
color:#fff;
font-size:0.7em;
white-space: nowrap;
line-height:1em !important;
padding:3px 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%;
}

input,
input[type="radio"] + label,
input[type="checkbox"] + label:before,
select option,
textarea,
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;
}
input:focus {
  outline: 0;
  border-color: #333;
}

textarea:focus {
  outline: 0;
  border-color: #333;
}

input[type="radio"]:checked + label,
input:checked + label:before,
select:focus,
select:active {
  background-color: #ffe530 !important;
  color: #fff;
  border-color: #ffe530;
}


p {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

/* 「送信する」ボタン */
.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;
}
