@charset "UTF-8";
#page {
  margin-top: 81px;
}
@media (max-width: 950px) {
  #page {
    margin-top: 80px;
  }
}
#page .anchor {
  padding-top: 100px;
  margin-top: -100px;
}
#page .c-breadcrumb {
  padding: 45px 0 40px;
}
#page .c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#page .c-breadcrumb ul::-webkit-scrollbar {
  display: none;
}
#page .c-breadcrumb li {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #555050;
  white-space: nowrap;
}
#page .c-breadcrumb li:not(:last-child)::after {
  content: "＞";
  display: inline-block;
  margin: 0 4px;
}
@media (max-width: 767px) {
  #page .c-breadcrumb {
    padding: 20px 0 25px 0;
  }
  #page .c-breadcrumb li {
    font-size: 11px;
  }
  #page .c-breadcrumb li:not(:last-child)::after {
    margin: 0 2px;
  }
}
#page .c-heading {
  background-image: repeating-linear-gradient(90deg, #555050, #555050 3px, transparent 3px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
}
#page .c-heading .c-heading-ttl {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#page .c-heading .c-heading-sub {
  color: #aa8c3c;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  max-width: 380px;
  width: 100%;
  background-image: url(../img/top/sec-comment-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 8px 0 9px 15px;
}
#page .c-link {
  display: block;
  max-width: 254px;
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
  text-align: center;
  border: 1px solid #555050;
  border-radius: 50px;
  padding: 12px 10px 12px 0;
}
#page .c-link::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/arrow-b.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
}
@media (hover: hover) {
  #page .c-link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #page .c-link:hover {
    color: #fff;
    background-color: #555050;
  }
}
@media (max-width: 767px) {
  #page .c-heading {
    position: relative;
    padding-bottom: 10px;
  }
  #page .c-heading .c-heading-ttl {
    font-size: 25px;
  }
  #page .c-heading .c-heading-sub {
    position: absolute;
    left: 0;
    bottom: -70px;
    max-width: 100%;
    background-image: url(../img/top/sec-comment-bg-sp.png);
    background-size: 100% 100%;
    font-size: 14px;
    letter-spacing: 0.08em;
    padding: 31px 0 11px 0;
  }
}
#page .c-cvarea {
  background-color: #aa8c3c;
  border-radius: 10px;
  padding: 55px 0;
}
#page .c-cvarea .c-cvarea-ttl {
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
  font-size: 21px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.04em;
}
#page .c-cvarea .c-cvarea-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
#page .c-cvarea .c-cvarea-flex > div {
  max-width: 370px;
  width: 100%;
}
#page .c-cvarea .c-cvarea-tel .c-cvarea-link {
  font-size: 29px;
  margin-bottom: 15px;
}
#page .c-cvarea .c-cvarea-tel .c-cvarea-link::before {
  background-image: url(../img/top/contact-tel.png);
  width: 24px;
  height: 30px;
}
#page .c-cvarea .c-cvarea-email .c-cvarea-link {
  font-size: 21px;
}
#page .c-cvarea .c-cvarea-email .c-cvarea-link::before {
  background-image: url(../img/top/contact-email.png);
  width: 28px;
  height: 20px;
}
#page .c-cvarea .c-cvarea-link {
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 74px;
  max-width: 370px;
  width: 100%;
  border-radius: 50px;
  color: #aa8c3c;
  font-weight: 700;
  position: relative;
}
#page .c-cvarea .c-cvarea-link::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
}
#page .c-cvarea .c-cvarea-link::after {
  content: "";
  position: absolute;
  width: calc(100% - 35px);
  height: calc(100% - 35px);
  border-radius: 0 0 40px 0;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: -5px;
  right: -5px;
}
#page .c-cvarea .c-cvarea-tel-txt {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media (max-width: 900px) {
  #page .c-cvarea .c-cvarea-flex {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  #page .c-cvarea {
    padding: 40px 0 50px 0;
  }
  #page .c-cvarea .c-cvarea-ttl {
    font-size: 16px;
    margin-bottom: 30px;
  }
  #page .c-cvarea .c-cvarea-flex {
    display: block;
  }
  #page .c-cvarea .c-cvarea-tel {
    margin-bottom: 25px;
  }
  #page .c-cvarea .c-cvarea-tel .c-cvarea-link {
    font-size: 23px;
    margin-bottom: 10px;
  }
  #page .c-cvarea .c-cvarea-tel .c-cvarea-link::before {
    width: 18px;
    height: 22px;
    margin-top: 2px;
  }
  #page .c-cvarea .c-cvarea-email .c-cvarea-link {
    font-size: 18px;
  }
  #page .c-cvarea .c-cvarea-email .c-cvarea-link::before {
    width: 26px;
    height: 18px;
  }
  #page .c-cvarea .c-cvarea-link {
    max-width: 280px;
    height: 56px;
    margin: 0 auto;
    gap: 5px;
  }
  #page .c-cvarea .c-cvarea-link::after {
    width: calc(100% - 25px);
    height: calc(100% - 25px);
  }
  #page .c-cvarea .c-cvarea-tel-txt {
    font-size: 14px;
  }
}
#page .c-faq {
  padding: 115px 0 160px 0;
}
#page .c-faq .c-heading {
  margin-bottom: 50px;
}
#page .c-faq .c-faq-box {
  margin-bottom: 35px;
}
#page .c-faq .c-faq-item {
  border: 1px solid #555050;
  border-radius: 8px;
  padding: 18px 30px 22px 40px;
  cursor: pointer;
}
#page .c-faq .c-faq-item:not(:last-child) {
  margin-bottom: 20px;
}
#page .c-faq .c-faq-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  position: relative;
  padding-right: 55px;
}
#page .c-faq .c-faq-question::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/faq-open.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 34px;
  height: 34px;
  right: 0;
  top: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page .c-faq .c-faq-question.open::after {
  background-image: url(../img/top/faq-close.png);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#page .c-faq .c-faq-question-q {
  font-size: 38px;
  line-height: 1;
}
#page .c-faq .c-faq-question-txt {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 8px;
  font-weight: 500;
}
#page .c-faq .c-faq-answer {
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  padding-top: 20px;
}
#page .c-faq .c-faq-answer-a {
  font-size: 38px;
  line-height: 1;
}
#page .c-faq .c-faq-answer-txt {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.625;
  margin-top: 8px;
  text-align: justify;
}
@media (max-width: 767px) {
  #page .c-faq {
    padding: 70px 0 90px 0;
  }
  #page .c-faq .c-heading {
    margin-bottom: 115px;
  }
  #page .c-faq .c-faq-box {
    margin-bottom: 30px;
  }
  #page .c-faq .c-faq-item {
    padding: 17px 18px 19px 15px;
  }
  #page .c-faq .c-faq-question {
    padding-right: 50px;
    gap: 10px;
  }
  #page .c-faq .c-faq-question::after {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #page .c-faq .c-faq-question-txt {
    font-size: 14px;
    line-height: 1.5714285714;
  }
  #page .c-faq .c-faq-answer {
    gap: 10px;
  }
  #page .c-faq .c-faq-answer-txt {
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
#page .c-news {
  padding-bottom: 125px;
}
#page .c-news .c-news-content {
  margin-bottom: 35px;
}
#page .c-news .c-news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
  padding: 13.5px 45px 13.5px 15px;
  border-bottom: 1px solid #c8c8c8;
  position: relative;
}
#page .c-news .c-news-box::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/arrow-b.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 17.5px;
  right: 22px;
}
#page .c-news .c-news-day {
  font-size: 15px;
  line-height: 1.7333333333;
  font-weight: 400;
}
#page .c-news .c-news-category {
  text-align: center;
  max-width: 120px;
  width: 100%;
  background-color: #e6e6e6;
  border-radius: 2px;
  font-size: 13px;
  line-height: 1;
  padding: 4.5px 0;
}
#page .c-news .c-news-ttl {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 227px);
          flex: 0 0 calc(100% - 227px);
  font-size: 15px;
  line-height: 1.7333333333;
}
@media (hover: hover) {
  #page .c-news .c-news-box:hover .c-news-ttl {
    text-decoration: underline;
  }
}
@media (max-width: 767px) {
  #page .c-news {
    padding-bottom: 80px;
  }
  #page .c-news .c-heading {
    margin-bottom: 80px;
  }
  #page .c-news .c-news-content {
    margin-bottom: 30px;
  }
  #page .c-news .c-news-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5px 8px;
    padding: 20px 0 10px 0;
  }
  #page .c-news .c-news-box::after {
    display: none;
  }
  #page .c-news .c-news-ttl {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 14px;
    line-height: 1.5714285714;
    position: relative;
    padding-right: 30px;
  }
  #page .c-news .c-news-ttl::after {
    content: "";
    position: absolute;
    background-image: url(../img/top/arrow-b.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
  #page .c-news .c-news-day {
    font-size: 13px;
  }
  #page .c-news .c-news-category {
    max-width: 100px;
    font-size: 11px;
  }
}
#page .c-voice-category-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 18px 30px;
  margin-bottom: 55px;
}
#page .c-voice-category-item {
  width: 100%;
  height: 34px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 120px) / 5);
          flex: 0 0 calc((100% - 120px) / 5);
  background-color: #fff;
  border: 1px solid #555050;
  border-radius: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #555050;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1;
}
#page .c-voice-category-item.active-nav {
  background-color: #555050;
  color: #fff;
}
#page .c-voice-category-item.all-active {
  background-color: #555050;
  color: #fff;
}
@media (max-width: 1000px) {
  #page .c-voice-category-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 90px) / 4);
            flex: 0 0 calc((100% - 90px) / 4);
  }
}
@media (max-width: 767px) {
  #page .c-voice-category-nav {
    gap: 15px 12px;
    margin-bottom: 50px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #page .c-voice-category-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 12px) / 2);
            flex: 0 0 calc((100% - 12px) / 2);
    font-size: 13px;
    letter-spacing: -0.02em;
  }
}
@media (max-width: 374px) {
  #page .c-voice-category-nav {
    gap: 15px 5px;
  }
  #page .c-voice-category-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 5px) / 2);
            flex: 0 0 calc((100% - 5px) / 2);
    font-size: 12px;
  }
}
#page .c-voice-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
#page .c-voice-pagination img {
  width: 100%;
  max-width: 42px;
  height: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
#page .c-page-arrow.disabled {
  pointer-events: none;
  opacity: 0.4;
}
#page .page-numbers {
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  color: #555050;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page .page-numbers:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page .page-numbers.current {
  text-decoration: underline;
  text-underline-offset: 9px;
}
@media (max-width: 767px) {
  #page .c-voice-pagination {
    gap: 15px;
  }
  #page .c-voice-pagination img {
    max-width: 40px;
    height: 40px;
    padding: 0 20px;
  }
  #page .page-numbers {
    font-size: 18px;
  }
  #page .page-numbers.current {
    text-underline-offset: 7px;
  }
}

#page.notfound {
  margin-bottom: 70px;
}
#page.notfound .c-heading {
  margin-bottom: 50px;
}
#page.notfound .notfound-txt {
  margin-bottom: 70px;
}