@charset "UTF-8";

.p-inner .lead {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-bottom: 60px;
}

.p-inner .tel a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-size: 2.8rem;
  border-bottom: solid 1px #000;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-inner .tel a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.8rem;
  padding: 0 20px 0 0;
  letter-spacing: 0;
}

/* ラジオボタン全体をリスト形式に */
.radio-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
}

/* ラベル全体をカスタマイズ */
.radio-list label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.5;
}

/* デフォルトのラジオボタン非表示 */
.radio-list input[type="radio"] {
  display: none;
}

/* 外枠（16px の正円・黒ふち） */
.radio-list label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border: 1px solid #000000;
  border-radius: 50%;
  background: transparent;
  box-sizing: border-box;
}

/* 選択時の内円（8px の黒いドット） */
.radio-list input[type="radio"]:checked + span::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 6px;
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 50%;
}

.p-inner {
  padding: 0 0 100px;
}

.p-inner + .p-inner {
  padding-top: 80px;
  border-top: solid 1px #CCCCCC;
}

.p-button {
  border: solid 1px #000;
}

.p-button a {
  display: block;
  text-decoration: none;
  color: #000;
  background: #fff;
  transition: .3s;
  font-size: 1.6rem;
  min-height: 84px;
  padding: 27px 0;
  text-align: center;
  font-weight: bold;
}


.p-button.is-download a {
  background: url("../../../images/common/ico_download_bk.svg")no-repeat,#fff;
  background-size: 16px;
  background-position: right 30px center;
}

.p-button.is-line span {
  padding-left: 30px;
  background: url("../../../images/common/ico_line.svg")no-repeat;
  background-size: 20px;
  background-position: left center;
}

.p-contact .block dt {
    font-size: 1.4rem;
    padding: 0 0 20px;
    line-height: 1;
}

.p-contact input[type="text"],
.p-contact input[type="email"],
.p-contact input[type="tel"] {
    width: 100%;
    background: #EEEEEE;
    height: 50px;
    border: solid 1px #CCCCCC;
    padding: 0 20px;
    font-size: 1.4rem;
}

.p-contact input[type="text"]:focus,
.p-contact input[type="email"]:focus,
.p-contact input[type="tel"]:focus {
  background: #FFFFFF;
  outline: none; /* デフォルトの青いアウトラインを消す（任意） */
}

.p-contact .block + .block {
    margin-top: 40px;
}

.p-contact textarea {
  padding: 20px;
  width: 100%;
  background: #EEEEEE;
  height: 200px;
  border: solid 1px #CCCCCC;
  font-size: 1.4rem;
  resize: none;
}

.p-contact textarea:focus {
  background: #FFFFFF;
  outline: none; /* デフォルトの青いアウトラインを消す（任意） */
}

.submit-btn {
    margin: 80px 0 0;
}

input.wpcf7-submit {
  display: block;
  width: 100%;
    font-size: 1.4rem;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0.05em;
    border: solid 1px #000;
    height: 70px;
    transition: .3s;
}

@media screen and (min-width: 768px) {
  .p-2col {
      max-width: 1020px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
  }

  .p-2col-side {
      width: 100px;
  }

  .p-main {
    max-width: 800px;
    width: calc(100% - 100px);
  }

  .p-flex {
    margin: 60px 0 0;
    max-width: 760px;
    display: flex;
    justify-content: space-between;
  }

  .p-button {
    width: 45%;
    max-width: 360px
  }

  .p-button a:hover {
    background: #EEEEEE;
  }

  .p-button.is-download a:hover {
    background: url("../../../images/common/ico_download_bk.svg")no-repeat,#EEEEEE;
    background-size: 16px;
    background-position: right 30px center;
  }

  input.wpcf7-submit:hover {
    background: #000;
    color: #fff;
  }


}

@media screen and (max-width: 767px){

  .p-2col {
    padding: 0 20px;
  }

  .p-inner .lead {
    font-size: 1.2rem;
    margin-bottom: 40px;
  }

  .p-inner .tel {
      text-align: center;
  }

  .p-flex {
      margin: 40px auto 0;
  }

  .p-inner {
      padding: 0 0 60px;
  }

  .p-inner + .p-inner {
      padding-top: 60px;
  }

  .p-button + .p-button {
    margin-top: 20px;
  }

  .submit-btn {
      margin: 60px 0 0;
  }

  input.wpcf7-submit {
    height: 60px;
  }

  .p-contact .block + .block {
      margin-top: 30px;
  }

  .p-contact input[type="text"] {
      height: 45px;
      padding: 0 10px;
  }

  .p-contact textarea {
      padding: 10px;
  }


}
