@charset "UTF-8"; /* 2025.01.22 */



button {background: none;}
main {padding-bottom: 65px;}
[type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
::placeholder {color: #ccc!important;}
.firefox ::placeholder {color: #aaa!important;}

.txt01,
.tellist {
  width: 786px;
  max-width: 100%;
  margin: 0 auto;
}
.txt01 {
  padding: 0 15px;
}
.ttl01 {
  padding: 30px 0 0;
  padding-bottom: 10px;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  text-align: left;
  color: var(--main_txt);
}
@media (min-width: 576px) {
  .txt01 {
    text-align: center;
  }
}
.form-check-inline {
  padding: 10px 0 0;
}
.block01 {
  padding: 15px 15px 50px;
  margin: 50px auto;
  color: #fff;
  background-color: var(--sub4);
}
.ttl_03 {
  color: var(--main);
}

.cont_tit {
  margin-bottom: -0.5em;
}

.page_contents li {
  list-style: none;
  line-height: 1.8;
}
.contact-form {
  margin-bottom: 50px;
}
form table {
  margin: 0 auto 50px;
  width: 100%;
}
form table th, td {
  padding: 0;
}
form table th {
  padding: 10px 0;
  width: 25%;
  font-feature-settings: 'palt';
  font-weight: 700;
  text-align: left;
  color: var(--text);
}
form table td {
  width: 75%;
  margin-bottom: 20px;
}
form table p {
  font-weight: 400;
  margin-bottom: 0.3em;
}
form table tr {
  border-top: solid #ccc 1px;
}
form table tr:last-child {
  border-bottom: solid #ccc 1px;
}
.form-control {
  height: calc(2em + 1rem + 4px);
  padding: 5px;
  width: 100%;
  color: var(--text);
  border: 1px solid #ccc;
  border-radius: 0rem;
  font-family: noto-sans;
}
.height01 {
  height: 146px;
}
.txt02 {
  vertical-align: text-bottom;
}
.contact_drop {
  height: calc(2em + 1rem + 2px);
  padding: .5em 1em;
  background: #f6f6f6;
  border: solid #ccc 1px;
  color: var(--text);
  font-weight: 400;
  font-family: noto-sans;
}
.form-short {
  width: 45%;
  vertical-align: baseline;
  display: inline-block;
}
.form-short.short01 {
  width: 20%;
}
.min_tit {
  font-size: clamp(1.5rem, 0.967rem + 1.11vw, 1.8rem);
}
.privacy_link {
  background: var(--sub3);
  margin: 0 auto 5rem;
  padding: 3rem 5rem;
}
.privacy_link dl {
  margin: 0;
  padding: 0;
}
.privacy_link dt {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.privacy_link dd {
  margin: 0;
}
.privacy_link dd a {
  color: var(--text);
    text-decoration: underline;
}
.privacy_link dd a:hover {
  color: var(--main);
}

.privacy_link .form-check-label {
  font-weight: 700;
}
.privacy_link .txt02 {
  padding-top: 20px;
  margin-left: 0;
  font-weight: 700;
}
@media (max-width: 450px) {
  .privacy_link .txt02 {
    margin-left: 1.5em;
  }
  .form-check-input {
    margin-left: -1.4em;
  }
}
.contact_btn_wrap {
  margin: auto;
  text-align: center;
}
.contact_btn {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: #c2a33e;
  border: solid #c2a33e 1px;
  text-decoration: none;
  padding: 2rem 10rem;
  margin-bottom: 8rem;
}
.contact_btn:hover {
  color: #c2a33e;
  background: #fff;
  border: solid #c2a33e 1px;
  transition: .3s;
}
.contact_btn::after {
  position: absolute;
  content: "\f105";
  font-family: "font Awesome 5 free";
  font-size: 18px;
  font-weight: 900;
  color: #fff;
  right: 0.5rem;
  top: calc(50% - 1.3rem);
}
.contact_btn:hover::after {
  color: #c2a33e;
}
.inline {display: inline;margin-right: 30px;}
.f_red {white-space: nowrap;}


@media (max-width: 767px) {
  .page_contents li {
    font-size: 13px;
  }
  .page_contents li:first-child {
    font-size: 19px;
    letter-spacing: 0;
  }
  .cont_tit {
    font-size: 21px;
  }
  .down_num_wrap {
    padding: 2rem 0 0;
  }
}

@media (max-width: 460px) {
  form table {
    font-size: 1.4rem;
  }
}

@media (max-width: 575px) {
  form table {
    width: 100%;
    margin: 0 auto;
  }
  form table p {
    font-size: 1.4rem;
  }
  form table th, 
  form table td {
    display: block;
  }
  form table th {
    padding: 20px 0 10px;
    width: 100%;
  }
  form table td {
    width: 100%;
  }
  form .p-01 {
    padding-left: 30px;
  }
  .form-check-inline {
    text-indent: 1em;
  }
  .contact_drop {
    font-size: 12px;
  }
  .contact_btn a {
    font-weight: 700;
    padding: 1.5rem 5rem;
    margin-bottom: 4rem;
  }
  .privacy_link {
    background: #f6f6f6;
    margin: 0 auto 3rem;
    padding: 15px;
  }
  .privacy_link dt,
  .privacy_link dd {
    font-size: 14px;
  }
    .contact_btn {
  font-size: 13px;
 }
}
@media (min-width: 576px) {
  form table td {
    padding: 20px 0 20px 15px;
  }
}

@media (min-width: 768px) {
  .form-check-inline:first-child {
    padding-top: 0;
  }
}

.btn_bk::after {
  left: 15px;
  transform: rotate(180deg);
}
.btn_bk:hover::after {
    left: 12px;
}



/* プライバシーポリシー */
.privacy dd i {
  font-size: .8em;
}
.privacy li {
  list-style: none;
}
.privacy .top {
  padding: 0 0 50px;
}
.privacy dt:not(:first-child) {
  border-top: solid 1px #ccc;
}
.privacy dt {
  padding: 40px 0 20px;
  margin-top: 40px;
  color: var(--main_txt);
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
}
.privacy dd {
  margin: 0;
}

.privacy li > dl > dd {
  line-height: 2em;
  padding-top: 2em;
}

.privacy .contact {
  margin-top: 15px;
}

@media (min-width: 768px) {
  .contact_btn_wrap:has(> .btnX2) {
    display: flex;
  }
}

.btn_bk::after {
  left: 15px;
  transform: rotate(180deg);
}
.btn_bk:hover::after {
    left: 12px;
}