@charset "UTF-8";

.search-area { margin: 12px auto 0; max-width: 480px; position: relative; }

.search-area input { width: 100%; border-radius: 4px; border: 1px solid #878787; font-size: 1.6rem; padding: 0.8em 50px 0.8em 40px; background: url(../image/icon-glass.webp) no-repeat left 10px center; max-height: 50px; background-size: 24px 24px; }

.search-area input:-ms-input-placeholder { font-size: 1.4rem; color: #AFAFAF; font-weight: 400; }

.search-area input::-ms-input-placeholder { font-size: 1.4rem; color: #AFAFAF; font-weight: 400; }

.search-area input::placeholder { font-size: 1.4rem; color: #AFAFAF; font-weight: 400; }

.search-area .btn-clear { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); -webkit-appearance: none; appearance: none; font-size: 0; line-height: 0; cursor: pointer; width: 32px; height: 32px; padding: 0; background: url(../image/icon-corss.webp) no-repeat center center; background-size: 16px 16px; border: none; }

.list-category { display: flex; flex-wrap: wrap; justify-content: center; margin: 4px auto 0; }

.list-category > li { display: flex; margin: 16px 8px 0 8px; font-size: 1.6rem; position: relative; }

.list-category > li a { display: flex; align-items: center; justify-content: center; padding: 7px 16px; border-radius: 4px; border: 1px solid #0085CC; color: #0085CC; font-weight: 700; line-height: 1.3; }

.list-category > li a.disabled { pointer-events: none; opacity: 0.3; filter: grayscale(100%); }

.wrap-no-result { display: none; text-align: center; margin-top: 40px; }

.wrap-no-result .no-result-txt { font-size: 1.6rem; line-height: 1.6; color: #333; }

.wrap-no-result.visible { display: block; }

.hdg2 { color: #fff; font-size: 1.8rem; font-weight: 700; line-height: 1.3; background-color: #0085CC; padding: 8px 16px 8px 50px; border-radius: 4px; margin: 40px 0 0; position: relative; }

.hdg2::before { content: ""; width: 20px; height: 7px; background: #fff; position: absolute; left: 14px; top: 50%; transform: translateY(-50%); border-radius: 4px; }

section:has(.hdg2) { outline: none; }

.list-faq { margin: 0; }

.list-faq > li { margin: 20px 0 0; }

.list-faq .faq-question button { width: 100%; display: flex; align-items: center; text-align: left; border-radius: 4px; border: 1px solid #0085CC; background: #F1FBFF; padding: 12px 40px 12px 50px; font-size: 1.6rem; font-weight: 700; line-height: 1.3; position: relative; color: #333; }

.list-faq .faq-question button span { position: absolute; left: 12px; top: 50%; transform: translateY(-50%); color: #fff; background: #0085CC; padding: 6px 8px; border-radius: 4px; font-size: 1.4rem; line-height: 1; font-family: Roboto, sans-serif; }

.list-faq .faq-question button:after { content: ""; width: 24px; height: 24px; background: url(../image/icon-plus.webp) no-repeat center center; background-size: contain; position: absolute; right: 12px; top: 50%; transform: translateY(-50%); transition: 0.3s; }

.list-faq .faq-question button.accordionActive:after { background-image: url(../image/icon-minus.webp); }

.list-faq .faq-answer { display: none; }

.list-faq .faq-answer .inner { padding: 12px 5px 0 0; position: relative; }

.list-faq .faq-answer .faq-answer-txt { padding: 0 0 0 50px; font-size: 1.4rem; line-height: 1.6; }

.list-faq .faq-answer .faq-answer-txt span { position: absolute; left: 12px; top: 26px; transform: translateY(-50%); color: #fff; background: #FFA536; padding: 6px 8px; border-radius: 4px; font-size: 1.4rem; line-height: 1; font-weight: 700; font-family: Roboto, sans-serif; }

.list-faq .faq-answer.accordionActive { display: block; }

.list-faq a { color: #0085CC; text-decoration: underline; word-break: break-all; }

.list-attend-note { margin: 40px auto 0; }

.list-attend-note li { display: flex; font-size: 1.4rem; line-height: 1.5; }

.list-attend-note li .nowrap { white-space: nowrap; }

.list-attend-note li .wrap { flex: 1; }

@media all and (min-width: 641px) { .search-area { margin-top: 30px; }
  .search-area input:-ms-input-placeholder { font-size: 1.6rem; }
  .search-area input::-ms-input-placeholder { font-size: 1.6rem; }
  .search-area input::placeholder { font-size: 1.6rem; } .list-category { margin: 14px -8px 0; }
  .list-category > li a { padding: 7px 12px; transition: 0.3s; }
  .list-category > li a:hover { background-color: #0085CC; color: #fff; } .hdg2 { margin-top: 48px; } .list-faq { margin-top: 32px; width: 900px; }
  .list-faq > li { margin-top: 20px; }
  .list-faq .faq-question button { padding-left: 66px; padding-right: 50px; transition: 0.3s; }
  .list-faq .faq-question button span { left: 20px; font-size: 1.6rem; }
  .list-faq .faq-question button:after { right: 24px; }
  .list-faq .faq-question button:hover { filter: brightness(0.95); }
  .list-faq .faq-answer .inner { padding: 20px 20px 12px 0; }
  .list-faq .faq-answer .faq-answer-txt { padding-left: 66px; font-size: 1.6rem; }
  .list-faq .faq-answer .faq-answer-txt span { left: 20px; top: 33px; font-size: 1.6rem; }
  .list-faq .faq-answer.accordionActive { display: block; }
  .list-faq a:hover { text-decoration: none; }
  .list-faq a.link-tel { color: #333; text-decoration: none; pointer-events: none; } .list-attend-note { margin-top: 80px; } }
