.contact-type-select-area {
  width: 100%;
  height: auto;
  box-sizing: border-box;
}

.contact-type-select-area ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px 0;
  box-sizing: border-box;
  list-style: none;
}

@media only screen and (max-width: 480px) {
  .contact-type-select-area ul {
    gap: 20px 0;
  }
}

.contact-type-select-area ul li {
  box-sizing: border-box;
  display: inline-block;
  width: 90%;
  height: clamp(2.5rem, 0.714rem + 7.62vw, 5rem); /* 40 80 375 900 */
  font-weight: 300;
  background-color: #3376b1;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.6);
}

@media only screen and (max-width: 480px) {
  .contact-type-select-area ul li {
    box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.6);
  }
}

.contact-type-select-area ul li a {
  display: block;
  box-sizing: border-box;
  height: 100%;
  color: #fff;
  font-size: clamp(0.719rem, 0.161rem + 2.38vw, 1.5rem); /* 11.5 24 375 900 */
  font-weight: 300;
  padding-top: clamp(0.688rem, 0.107rem + 2.48vw, 1.5rem); /* 11 22 375 900 */
  padding-left: clamp(0.625rem, -0.714rem + 5.71vw, 2.5rem); /* 10 40 375 900 */
}

.arrow {
  position: relative;
  display: inline-block;
  width: clamp(0.375rem, 0.049rem + 1.39vw, 0.831rem); /* 6 13.3 375 900 */
  height: clamp(0.5rem, 0.188rem + 1.33vw, 0.938rem); /* 8 15 375 900 */
  margin-right: clamp(0.375rem, 0.107rem + 1.14vw, 0.75rem); /* 6 12 375 900 */
}

.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  width: clamp(0.5rem, 0.188rem + 1.33vw, 0.938rem); /* 8 15 375 900 */
  height: clamp(0.063rem, 0.018rem + 0.19vw, 0.125rem); /* 1 2 375 900 */
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}

.arrow::before {
  transform: rotate(30deg);
}

.arrow::after {
  transform: rotate(-30deg);
}

/* 以下、フォームリニューアル時に追加 */

.c-contents-header__ttl_p {
  font-weight: 500;
}

.b-input-txt-error_type_agree {
  left: 19.1em;
}

.b-input-txt-error_type_kibo_date {
  left: 8.1em;
  top: 4.5em;
}

.a_to_privacy_page {
  border-bottom: 1.5px solid #0061a6;
}

.b-input-txt-error_type_sell_kubun {
  left: 20.4em;
}

.land-area-input-group {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
}

.land-area-input-group .land-area-input-group-title {
  width: auto;
  min-width: 100px;
}

.land-area-input-group input {
  width: 25% !important;
  margin-left: 10px;
}

.radio-list-bukken-type {
  margin-bottom: 20px;
}

.radio-list__item_nofloat {
  float: none;
  margin-bottom: 20px;
}

.radio-list-child {
  width: 100%;
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 10px 0 30px 30px;
}

#sell_bukken_manshon_name {
  width: calc(100% - 30px);
  box-sizing: border-box;
  margin: 10px 0 30px 30px;
}

.check-list-confirm__item {
  font-size: 1.14286rem !important;
}
