@charset "UTF-8";
/* ベース幅 */
/* ひしがたのアイキャッチ */
/* ページ_タイトル */
/* ページ_サブタイトル */
/* トップ_セクションタイトル */
/* トップ_セクションサブタイトル */
/* Viewport768-1200 fontsize 12-16 */
/*  */
.page__ttl {
  background: url(../images/contact/page_ttl.webp) center center no-repeat;
  background-size: cover;
}

.member__box {
  padding: 130px 10px;
}
@media only screen and (max-width: 767px) {
  .member__box {
    padding: 64px 10px;
  }
}
.member__box .member__box__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.member__box .member__box__inner > .ttl__box {
  margin-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .member__box .member__box__inner > .ttl__box {
    margin-bottom: 30px;
  }
}
.member__box .member__box__inner > .ttl__box span {
  padding-left: 23px;
  position: relative;
  transition: all 0.3s;
  padding-left: 45px;
  font-size: 3.6rem;
  display: block;
}
.member__box .member__box__inner > .ttl__box span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d7b35c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .member__box .member__box__inner > .ttl__box span {
    font-size: 2.4rem;
    padding-left: 42px;
  }
}
.member__box .member__box__inner > .ttl__box span::after, .member__box .member__box__inner > .ttl__box span::before {
  width: 24px;
  height: 24px;
  bottom: -2px;
}
@media only screen and (max-width: 767px) {
  .member__box .member__box__inner > .ttl__box span::after, .member__box .member__box__inner > .ttl__box span::before {
    width: 18px;
    height: 18px;
    bottom: -1px;
  }
}
.member__box .member__box__inner > .ttl__box + .text__box {
  padding: 0 10px 130px;
}
@media only screen and (max-width: 767px) {
  .member__box .member__box__inner > .ttl__box + .text__box {
    padding: 0 0 64px;
  }
}
.member__box .member__box__inner > .ttl__box + .text__box p {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .member__box .member__box__inner > .ttl__box + .text__box p {
    font-size: 1.4rem;
  }
}
.member__box .member__box__inner > .ttl__box + .text__box p + p {
  margin-top: 2.24rem;
}
.member__box .member__box__inner .section__box .section__ttl {
  padding-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .member__box .member__box__inner .section__box .section__ttl {
    padding-bottom: 16px;
  }
}
.member__box .member__box__inner .section__box .section__ttl span {
  padding-left: 23px;
  position: relative;
  transition: all 0.3s;
  font-size: 2.4rem;
  padding-left: 30px;
  padding-bottom: 0;
}
.member__box .member__box__inner .section__box .section__ttl span::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #d7b35c;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  margin: auto;
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .member__box .member__box__inner .section__box .section__ttl span {
    font-size: 1.8rem;
    padding-left: 25px;
    padding-bottom: 0;
  }
}
.member__box .member__box__inner .section__box .section__ttl span::after, .member__box .member__box__inner .section__box .section__ttl span::before {
  width: 12px;
  height: 12px;
  bottom: -2px;
}
@media only screen and (max-width: 767px) {
  .member__box .member__box__inner .section__box .section__ttl span::after, .member__box .member__box__inner .section__box .section__ttl span::before {
    width: 10px;
    height: 10px;
    bottom: -1px;
  }
}
.member__box .member__box__inner .section__box .text__box {
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .member__box .member__box__inner .section__box .text__box {
    padding: 0;
  }
}
.member__box .member__box__inner .section__box .text__box p {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .member__box .member__box__inner .section__box .text__box p {
    font-size: 1.4rem;
  }
}
.member__box .member__box__inner .section__box .text__box p + p {
  margin-top: 2.24rem;
}
.member__box .member__box__inner .section__box .text__box ul {
  margin-top: 2.24rem;
}
@media only screen and (max-width: 767px) {
  .member__box .member__box__inner .section__box .text__box ul {
    margin-top: 1.96rem;
  }
}
.member__box .member__box__inner .section__box .text__box ul li {
  font-size: 1.6rem;
  line-height: 1.45;
  color: #333;
  font-weight: 300;
}
@media only screen and (max-width: 767px) {
  .member__box .member__box__inner .section__box .text__box ul li {
    font-size: 1.4rem;
  }
}
.member__box .member__box__inner .section__box .text__box ul li + li {
  margin-top: 2.24rem;
}
.member__box .member__box__inner .section__box .text__box ul li a {
  font-size: 1.6rem;
  line-height: 1.4;
  color: #333;
  font-weight: 300;
  text-decoration: underline;
  transition: 0.3s all;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .member__box .member__box__inner .section__box .text__box ul li a:hover {
    color: #666;
    opacity: 0.4;
  }
}
@media only screen and (max-width: 767px) {
  .member__box .member__box__inner .section__box .text__box ul li a {
    font-size: 1.4rem;
  }
}
.member__box .member__box__inner .section__box .text__box ul li a span {
  display: flex;
  align-items: center;
}
.member__box .member__box__inner .section__box .text__box ul li a img {
  margin-right: 1em;
}
.member__box .member__box__inner section + section .section__box {
  margin-top: 130px;
}
@media only screen and (max-width: 767px) {
  .member__box .member__box__inner section + section .section__box {
    margin-top: 64px;
  }
}

.section__contact {
  padding: 100px 10px;
}
@media only screen and (max-width: 767px) {
  .section__contact {
    padding: 65px 10px;
  }
}
.section__contact .section__contact__inner {
  padding: 40px 10px;
}
@media only screen and (max-width: 767px) {
  .section__contact .section__contact__inner {
    max-width: none;
    padding: 20px 20px;
  }
}
.section__contact .section__contact__inner .text__box {
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}
.section__contact .section__contact__inner .text__box .section__ttl {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .section__contact .section__contact__inner .text__box .section__ttl {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.section__contact .section__contact__inner .text__box .section__ttl span {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .section__contact .section__contact__inner .text__box .section__ttl span {
    font-size: 2rem;
  }
}
.section__contact .section__contact__inner .text__box p {
  font-size: 1.6rem;
  line-height: 1.45;
}
@media only screen and (max-width: 767px) {
  .section__contact .section__contact__inner .text__box p {
    font-size: 1.4rem;
    text-align: center;
  }
}
.section__contact .section__contact__inner .text__box p span {
  display: inline-block;
  width: 48%;
  padding-top: 15px;
}
.section__contact .section__contact__inner .btn__box {
  margin-top: 40px;
  max-width: 500px;
}
.section__contact .section__contact__inner .btn__box a {
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .section__contact .section__contact__inner .btn__box a {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .section__contact .section__contact__inner .btn__box {
    max-width: none;
  }
  .section__contact .section__contact__inner .btn__box.icon__allow .icon__allow__text {
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=contact_member.css.map */