.contact { padding-top: 0; }
.contact_tel {
  margin-bottom: 80px;
}
.contact_tel img {
  width: 600px;
  margin-bottom: 1rem;
}
.contact table.tbl_contact tr {
  border-top: none;
}
.contact .radio-container {
  display: flex;
  align-items: center;
  margin-bottom: 8px; /* 各ラジオボタンセットの間にスペースを追加 */
}

.contact input[type="radio"] {
  margin-right: 8px; /* ラジオボタンとラベルの間にスペースを追加 */
}

.contact label {
  font-size: 14px; /* フォントサイズ調整 */
}

.contact table.tbl_contact th,
.contact .required-img,
.contact .optional-img {
  vertical-align: middle;
}

.thanks-txt {
  margin: 80px 0;
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .contact .btn-list {
    flex-wrap: nowrap;
  }
  .contact_tel img {
    width: 100%;
  }
}
