.wpcf7-spinner {
display:none;
}
input.wpcf7-submit {
padding:1.6em;
margin:2em 0em;
border: 1px solid #000 !important;
color: #000 !important;/* 文字の色*/
font-size: 18px;
font-weight: bold;
width: 40%;/* ボタンの横幅*/
transition:0.5s;/* 背景色が変わるまでの時間*/
}
input.wpcf7-submit:hover {
background-color:#000;
color: #fff !important;
}
.btn-submit {
 width: 100%;
 text-align: center;
}
.center {
text-align:center;
padding-top: 40px;
}
input[type="radio"] {
 opacity: 0;
 visibility: hidden;
 position: absolute;
}
.wpcf7-list-item.first {
 margin-left: 0;
}
span.wpcf7-list-item-label {
 position: relative;
 display: flex;
 align-items: center;
 cursor: pointer;
}
span.wpcf7-list-item-label::before {
 display: block;
 content: "";
 border-radius: 50%;
 border: 1.5px solid #8b7246;
 width: 20px;
 height: 20px;
 margin-right: 10px;
}
span.wpcf7-list-item-label::after {
 display: block;
 position: absolute;
 content: "";
 border-radius: 50%;
 width: 12px;
 height: 12px;
 background-color: #8b7246;
 left: 4px;
 top: 50%;
 transform: translateY(-50%);
 display: none;
}
input[type="radio"]:checked + span.wpcf7-list-item-label::after {
 display: block;
}
table {
 border-collapse: collapse;
}
.form-table. p{
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 margin: 60px auto 40px;
}
.center p {
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 margin: 60px auto 40px;
}
.form-table .span-txt {
 font-size: 14px;
 font-weight: bold;
 color:#a4a4a4;
 line-height:1.6;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
 display: block;
 font-size: 16px;
 padding: 14px 10px;
 width: 100%;
 max-width: 480px;
 transition: 0.8s;
 background: #f8f8f8;
 border: none;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
 background: #e6e6e6;
}
textarea[name="content"] {
 display: inline-block;
 width: 100%;
 height: 200px;
}
textarea[tel="content"] {
 display: inline-block;
 width: 100%;
 height: 200px;
}
input::placeholder,
textarea::placeholder {
 color: #ccc;
}
::-webkit-input-placeholder {
 color: #ccc;
 opacity: 1;
}
::-moz-placeholder {
 color: #ccc;
 opacity: 1;
}
:-ms-input-placeholder {
 color: #ccc;
 opacity: 1;
}
.form-table {
 width: 100%;
}
.form-table th,
.form-table td {
 border: 1px solid #bababa;
 padding: 16px;
 background:#fff;
}
.form-table th {
 background: #f2eee6;
 padding-left: 24px;
 position: relative;
 text-align: left;
 width: 300px;
}
span.wpcf7-radio {
 display: flex;
 flex-direction: column;
 padding-top:14px;
 max-width:500px;
}
span.wpcf7-list-item {
 margin-left: 0px;
 font-weight:bold;
}
span.wpcf7-list-item + span.wpcf7-list-item {
 margin-top: 12px;
}
@media screen and (max-width: 932px) {
 .form-table th,
 .form-table td {
 display: block;
 width: 100%;
 border-bottom:none;
 }
 .form-table tr:last-child {
 border-bottom:1px solid #bababa;
 }
 .form-table th {
 padding:1.625em 1.375em;
 }
 input.wpcf7-submit {
 padding: 1.2em;
 }
 }