/* ==========================================================
   USEN PAY お客様サポート
   Movable Type Theme
   ========================================================== */


/* ==========================================================
   Base
   ========================================================== */

:root {
  --blue: #00a0e9;
  --cyan: #00bfd3;
  --text: #555555;
  --border: #bdc3c4;
  --light-border: #eef3f7;
  --light-blue: #f6fbff;
  --bg-gray: #f7f7f5;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  font-family:
    "Noto Sans JP",
    "Hiragino Kaku Gothic ProN",
    Meiryo,
    sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--text);
}

body {
  background: #fff;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
}

button,
input,
textarea,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}


/* ==========================================================
   Accessibility
   ========================================================== */

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 3px solid rgba(0, 160, 233, .35);
  outline-offset: 2px;
}


/* ==========================================================
   Common Layout
   ========================================================== */

.container,
.l {
  width: 100%;
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

.site-main {
  min-height: 50vh;
}

.ttl {
  margin: 0 0 12px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border);
  font-size: 24px;
  line-height: 1.5;
}


/* ==========================================================
   Header
   ========================================================== */

.site-header {
  position: relative;
  z-index: 1000;
  padding: 10px 0;
  border-bottom: 1px solid var(--light-border);
  background: #fff;
}

.header-inner {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 12px 16px;
}

.header-logo {
  display: block;
  flex: 0 0 auto;
  width: 150px;
  text-decoration: none;
}

.header-logo img {
  width: 100%;
}

.header-site-name {
  margin: 0;
  color: #222;
  font-size: 18px;
  font-weight: 700;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.header-search-pc {
  display: block;
}

.header-search {
  position: relative;
  display: flex;
}

.header-search input {
  width: 340px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #ccd5de;
  border-right: 0;
  border-radius: 5px 0 0 5px;
  background: #fff;
  font-size: 16px;
}

.header-search input[aria-invalid="true"] {
  border-color: #d93025;
}

.header-search button {
  flex: 0 0 auto;
  padding: 8px 14px;
  border: 1px solid #40a1cf;
  border-radius: 0 5px 5px 0;
  background: #40a1cf;
  color: #fff;
  font-weight: 700;
}

.header-search button:hover {
  background: #268dbd;
}

.header-search-toggle {
  display: none;
  width: 40px;
  height: 40px;
  padding: 5px;
  border: 0;
  background: transparent;
}

.header-search-toggle img {
  width: 30px;
  margin: auto;
}

.header-sp-search {
  display: none;
}


/* ==========================================================
   Search
   ========================================================== */

.sub-heading {
  background: var(--bg-gray);
}

.faq-sub {
  max-width: 680px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.faq-search {
  position: relative;
  width: 100%;
}

.faq-search__form,
.search__form {
  position: relative;
  display: flex;
}

.faq-search__input,
.search__input {
  flex: 1;
  min-width: 0;
  padding: 22px 12px;
  border: 1px solid #dbe6ef;
  border-radius: 5px 0 0 5px;
  background: #fff;
  font-size: 16px;
}

.faq-search__button,
.search__btn {
  flex: 0 0 80px;
  padding: 10px 16px;
  border: 1px solid var(--cyan);
  border-radius: 0 5px 5px 0;
  background: var(--cyan);
  color: #fff;
  font-weight: 700;
}

.faq-search__button:hover,
.search__btn:hover {
  filter: brightness(.95);
}


/* ==========================================================
   Search Suggest
   ========================================================== */

.faq-suggest {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  z-index: 1200;
  max-height: 320px;
  overflow-y: auto;
  border: 1px solid #e5edf4;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
}

.faq-suggest__list {
  margin: 0;
  padding: 6px;
  list-style: none;
}

.faq-suggest__item {
  margin: 0;
  padding: 0;
  border-radius: 8px;
}

.faq-suggest__link {
  display: block;
  padding: 10px 8px;
  border-radius: 8px;
  color: #112222;
  text-decoration: none;
}

.faq-suggest__item.is-active .faq-suggest__link,
.faq-suggest__link:hover,
.faq-suggest__link:focus {
  background: #f6f9fc;
}

.faq-suggest__title {
  display: block;
  color: #112222;
  font-size: 14px;
  line-height: 1.5;
}


/* ==========================================================
   Popular Keywords
   ========================================================== */

.popular {
  margin: 22px 0 0;
  padding: 16px 12px;
  border: 1px solid var(--border);
  border-radius: 5px;
  background: #fff;
}

.eyebrow {
  margin: 0 0 15px;
  color: var(--text);
  font-size: 14px;
}

.chips,
.faq-keywords {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.chip,
.faq-keyword {
  display: inline-block;
  padding: 6px 10px;
  border: 1px solid #d7e3ec;
  border-radius: 999px;
  background: #f6fbff;
  color: #2a5873;
  font-size: 12px;
  text-decoration: none;
}

.chip:hover,
.faq-keyword:hover {
  background: #eef7ff;
}


/* ==========================================================
   Breadcrumb
   ========================================================== */

.breadcrumb {
  margin: 0 0 20px;
  padding-top: 5px;
  color: #6b7b88;
  font-size: 12px;
}

.breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumb a {
  color: #3b6ea8;
  text-decoration: none;
}

.breadcrumb a:hover {
  text-decoration: underline;
}

.breadcrumb__separator {
  display: inline-block;
  margin: 0 5px;
  color: #9bb0c0;
}

.breadcrumb li::after {
  content: "›";
  margin: 0 4px;
  color: #9bb0c0;
}

.breadcrumb li:last-child::after {
  content: "";
}


/* ==========================================================
   FAQ List
   ========================================================== */

.faq-list,
.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-item {
  position: relative;
  margin: 0;
  border-bottom: 1px solid var(--light-border);
  list-style: none;
}

.faq-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  transform: translateY(-50%);
}

.faq-item a,
.faq-li__a {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  padding: 14px 10px 14px 15px;
  color: #0892c7;
  font-size: 14px;
  text-decoration: none;
}

.faq-item a:hover,
.faq-li__a:hover {
  background: #f8fbfe;
}

.faq-li__arrow {
  color: #9bb0c0;
}


/* ==========================================================
   Parent / Child Category
   ========================================================== */

.child-wrap {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.child {
  margin: 22px 0 28px;
}

.child__ttl {
  margin: 0 0 8px;
  padding-left: 8px;
  border-left: 4px solid var(--blue);
  font-size: 18px;
}

.child__ttl a {
  color: inherit;
  text-decoration: none;
}

.child__ttl a:hover {
  color: #0892c7;
}

.empty {
  color: #6e7f8c;
  font-size: 14px;
}


/* ==========================================================
   Top Category Cards
   ========================================================== */

.parents h2 {
  margin: 28px 0 16px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--border);
  font-size: 18px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 50px;
}

.card {
  display: block;
  padding: 32px 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  color: #112233;
  text-align: center;
  text-decoration: none;
}

.card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, .06);
}

.card__icon {
  display: flex;
  justify-content: center;
  font-size: 28px;
}

.card__icon img {
  width: 42px;
}

.card__title {
  margin-top: 8px;
  margin-bottom: 10px;
  font-weight: 700;
}

.card__desc {
  color: #6e7f8c;
  font-size: 12px;
}


/* ==========================================================
   Maintenance Notice
   ========================================================== */

.sub-caution-wrap {
  padding: 24px 0;
  background: #ffeaea;
}

.sub-caution {
  max-width: 680px;
}

.sub-caution p {
  margin: 0;
}

.sub-caution .time {
  margin: 20px 0;
}


/* ==========================================================
   FAQ Detail
   ========================================================== */

.faq-detail-layout,
.layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 32px;
  margin-top: 32px;
}

.faq-detail__header,
.hd {
  margin: 0 0 20px;
  padding: 10px;
  background: #f6fbff;
}

.faq-detail__title,
.title {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 400;
}

.faq-detail__q,
.title .quation {
  margin-right: 10px;
  color: #40a1cf;
  font-size: 30px;
}

.faq-detail__updated,
.meta {
  margin: 5px 0 0;
  color: #6c7b88;
  font-size: 12px;
}

.faq-detail__categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin: 0 0 15px;
  font-size: 13px;
}

.faq-detail__category {
  padding: 4px 8px;
  border-radius: 4px;
  background: #f6fbff;
  color: #2a5873;
  text-decoration: none;
}


/* ==========================================================
   FAQ Detail Content
   ========================================================== */

.prose,
.faq-detail__content {
  padding: 30px 15px;
  border: 1px solid #f8f8f8;
  color: #555;
  font-size: 16px;
  line-height: 1.85;
  word-break: break-word;
}

.prose h1,
.prose h2,
.prose h3,
.prose h4,
.faq-detail__content h1,
.faq-detail__content h2,
.faq-detail__content h3,
.faq-detail__content h4 {
  margin: 50px 0 12px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: .2px;
}

.prose h2,
.faq-detail__content h2 {
  padding-left: 10px;
  border-left: 4px solid #40a1cf;
  font-size: 20px;
  line-height: 1.8;
}

.prose h2:first-child,
.faq-detail__content h2:first-child {
  margin-top: 0;
}

.prose h3,
.faq-detail__content h3 {
  position: relative;
  font-size: 18px;
}

.prose h3::after,
.faq-detail__content h3::after {
  display: block;
  width: 40px;
  height: 2px;
  margin-top: 8px;
  background: #e7eef7;
  content: "";
}

.prose p,
.faq-detail__content p {
  margin: 12px 0;
  font-size: 14px;
  line-height: 1.8;
}

.prose a,
.faq-detail__content a {
  color: #1d5fe0;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.prose a:hover,
.faq-detail__content a:hover {
  opacity: .9;
}

.prose ul,
.prose ol,
.faq-detail__content ul,
.faq-detail__content ol {
  margin: 12px 0 12px 1.2em;
  padding: 0;
}

.prose li,
.faq-detail__content li {
  margin: .35em 0;
  font-size: 14px;
}

.prose img,
.faq-detail__content img {
  display: block;
  width: 100%;
  height: auto;
  margin: 20px 0;
  border-radius: 10px;
  background: #f6f8fb;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .06);
}

.prose iframe,
.faq-detail__content iframe {
  max-width: 100%;
}

.prose table,
.faq-detail__content table {
  width: 100%;
  margin: 12px 0;
  border-spacing: 0;
  border-collapse: separate;
  font-size: 14px;
}

.prose th,
.prose td,
.faq-detail__content th,
.faq-detail__content td {
  padding: 10px 12px;
  border-bottom: 1px solid #e8eef6;
}

.prose th,
.faq-detail__content th {
  background: #f8fbff;
  font-weight: 700;
  text-align: left;
}

.prose blockquote,
.faq-detail__content blockquote {
  margin: 14px 0;
  padding: 10px 14px;
  border-left: 4px solid #cfe0fa;
  border-radius: 6px;
  background: #fbfcfe;
  color: #3a4a5a;
}


/* ==========================================================
   TOC
   ========================================================== */

.toc {
  position: sticky;
  top: 80px;
  align-self: start;
  height: fit-content;
  padding: 16px;
  background: #f0f0f0;
}

.toc__title {
  margin: 0 0 8px;
  color: #5e7386;
  font-size: 13px;
}

.toc__list {
  margin: 0;
  padding: 0 0 0 15px;
}

.toc__list li {
  margin: 6px 0;
  line-height: 1.3;
}

.toc__list li.is-sub {
  margin-left: 14px;
}

.toc__list a {
  color: #40a1cf;
  font-size: 14px;
  text-decoration: none;
}

.toc__list a:hover {
  text-decoration: underline;
}


/* ==========================================================
   Related Categories
   ========================================================== */

.faq-related-categories {
  margin-top: 40px;
}

.faq-related-categories__title {
  margin: 0 0 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--border);
  font-size: 18px;
}

.faq-related-categories__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.faq-related-categories__list li {
  margin: 8px 0;
}

.faq-related-categories__list a {
  color: #40a1cf;
  text-decoration: none;
}


/* ==========================================================
   Related Services
   ========================================================== */

.related {
  margin-top: 8px;
}

.related .ttl {
  margin: 28px 0 16px;
  font-size: 18px;
}

.related .links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.related .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: #fff;
  text-decoration: none;
}

.related .btn:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

.related .logo {
  width: auto;
}

.related .icon {
  width: 16px;
  height: 16px;
}

.related .cta {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.related .cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 520px;
  margin-top: 22px;
  padding: 14px 22px;
  background: #00b7c8;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}


.site-footer {
  background: #000;
  color: #fff;
  border-top: 1px solid #222;
  text-align: left;
}

.site-footer .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 28px 16px 22px;
}

.site-footer .head {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.site-footer .logo {
  display: inline-flex;
  align-items: baseline;
  width: 250px;
}

.site-footer .logo img {
  width: 100%;
  height: auto;
}

.site-footer .block {
  margin-top: 20px;
}

.site-footer .ttl {
  font-size: 18px;
  font-weight: 800;
  margin: 0 0 8px;
  padding: 0;
  border: 0;
  color: #fff;
}

.site-footer .links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

.site-footer .link {
  color: #fff;
  text-decoration: none;
  opacity: .9;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
}

.site-footer .link:hover {
  text-decoration: underline;
  opacity: 1;
}

.site-footer .bottom {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #222;
  margin-top: 24px;
  padding-top: 14px;
  font-size: 12px;
  opacity: .9;
}

.site-footer .small-links {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.site-footer .small-links a {
  color: #fff;
  text-decoration: none;
  opacity: .9;
}

.site-footer .small-links a:hover {
  text-decoration: underline;
  opacity: 1;
}

.site-footer .copy {
  text-align: right;
  flex: 1;
}

.site-footer .ico {
  width: 14px;
  height: 14px;
}

.site-footer .with-ico {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 768px) {

  .site-footer .inner {
    padding: 10px 0;
  }

  .site-footer .ttl {
    font-size: 18px;
  }

  .site-footer .links {
    gap: 12px 18px;
  }

  .site-footer .bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .site-footer .copy {
    text-align: left;
  }

  .site-footer .link {
    font-size: 14px;
  }

  .site-footer .small-links {
    gap: 5px;
  }

  .site-footer .logo {
    width: 200px;
  }

}

/* ==========================================================
   Popular FAQ
   ========================================================== */

.popular-links {
  margin: 0 auto 50px;
}

.popular-links .ttl {
  margin: 16px 0 10px;
  font-size: 18px;
}

.popular-faq-list {
  columns: 2;
  column-gap: 24px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.popular-faq-list > li {
  position: relative;
  break-inside: avoid;
  margin: 10px 0;
  padding-left: 15px;
}

.popular-faq-list > li::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-image: url("../images/arrow.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
  transform: translateY(-50%);
}

.popular-faq-list a {
  color: #40a1cf;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
}

.popular-faq-list a:hover {
  text-decoration: underline;
}

@media (max-width: 720px) {

  .popular-faq-list {
    columns: 1;
  }

}


/* ==========================================================
   Responsive
   ========================================================== */

@media (max-width: 960px) {

  .faq-detail-layout,
  .layout {
    grid-template-columns: 1fr;
  }

  .toc {
    position: static;
  }

}


@media (max-width: 768px) {

  .container,
  .l {
    padding-right: 14px;
    padding-left: 14px;
  }

  .header-inner {
    padding: 12px 16px;
  }

  .header-logo {
    width: 100px;
  }

  .header-site-name {
    font-size: 12px;
  }

  .header-search-pc {
    display: none;
  }

  .header-search-toggle {
    display: block;
  }

  .header-sp-search {
    position: relative;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    border-top: 1px solid var(--light-border);
    background: #fff;
  }

  .header-sp-search:not([hidden]) {
    display: flex;
  }

  .header-sp-search .header-search {
    flex: 1;
  }

  .header-sp-search .header-search input {
    width: 100%;
  }

  .header-search-close {
    flex: 0 0 auto;
    padding: 8px;
    border: 0;
    background: transparent;
    font-size: 18px;
  }

  .faq-search__input,
  .search__input {
    padding: 12px;
  }

  .child-wrap {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .related .links {
    grid-template-columns: 1fr;
  }

  .related .cta__btn {
    width: 100%;
    min-width: 0;
  }

  .footer-inner {
    padding: 20px 16px;
  }

  .footer-logo {
    width: 200px;
  }

  .footer-links {
    gap: 12px 18px;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .footer-small-links {
    gap: 5px 18px;
  }

  .footer-copy {
    text-align: left;
  }

}

/* ==========================================================
   Search Result Page
========================================================== */

.search-result-search {
  max-width: 680px;
  margin: 28px auto 32px;
}

.search-result-search .search {
  position: relative;
  width: 100%;
}

.search-result-search .search__form {
  display: flex;
}

.search-result-search .search__input {
  flex: 1;
  min-width: 0;
  padding: 22px 12px;
  border: 1px solid #dbe6ef;
  border-radius: 5px 0 0 5px;
  background: #fff;
  color: #555;
  font-family: inherit;
  font-size: 16px;
  outline: none;
}

.search-result-search .search__input:focus {
  border-color: #00bfd3;
}

.search-result-search .search__btn {
  width: 80px;
  padding: 10px 16px;
  border: 1px solid #00bfd3;
  border-radius: 0 5px 5px 0;
  background: #00bfd3;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  cursor: pointer;
}

.search-result-search .search__btn:hover {
  opacity: .9;
}


/* ==========================================================
   Search Result Information
========================================================== */

.search-result-info {
  margin: 0 0 18px;
  color: #555;
  font-size: 14px;
  line-height: 1.6;
}


/* ==========================================================
   Search Result List
========================================================== */

.search-result-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.search-result-list .faq-item {
  position: relative;
  list-style: none;
  border-bottom: 1px solid #eef3f7;
}

.search-result-list .faq-li__a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 14px 10px 14px 15px;
  color: #0892c7;
  font-size: 14px;
  line-height: 1.6;
  text-decoration: none;
}

.search-result-list .faq-li__a:hover {
  background: #f8fbfe;
}

.search-result-list .faq-li__title {
  flex: 1;
  min-width: 0;
}

.search-result-list .faq-li__arrow {
  flex: 0 0 auto;
  color: #9bb0c0;
}


/* main.css側の .faq-item::before を検索結果では無効化 */
.search-result-list .faq-item::before {
  display: none;
}


/* ==========================================================
   Search Empty
========================================================== */

.search-result-empty {
  padding: 36px 20px;
  border: 1px solid #eef3f7;
  border-radius: 5px;
  background: #fafcfd;
  text-align: center;
}

.search-result-empty .empty {
  margin: 0;
  color: #555;
  font-size: 16px;
  font-weight: 700;
}

.search-result-empty__text {
  margin: 8px 0 0;
  color: #7a8791;
  font-size: 14px;
}


/* ==========================================================
   Suggest
   Nuxt FaqSearchBox.vue に合わせる
========================================================== */

.faq-suggest {
  position: absolute;
  z-index: 1200;
  right: 0;
  left: 0;
  margin-top: 6px;
  overflow: auto;
  max-height: 320px;
  border: 1px solid #e5edf4;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .08);
}

.faq-suggest__list {
  margin: 0;
  padding: 6px;
  list-style: none;
}

.faq-suggest__item {
  padding: 0;
  border-radius: 8px;
}

.faq-suggest__link {
  display: block;
  padding: 10px 8px;
  border-radius: 8px;
  color: #122;
  text-decoration: none;
}

.faq-suggest__item.is-active .faq-suggest__link,
.faq-suggest__link:hover {
  background: #f6f9fc;
}

.faq-suggest__title {
  display: block;
  color: #122;
  font-size: 14px;
  line-height: 1.35;
}


/* ==========================================================
   Search Result SP
========================================================== */

@media (max-width: 768px) {

  .search-result-search {
    margin: 20px 0 28px;
  }

  .search-result-search .search__input {
    padding: 12px;
    font-size: 16px;
  }

  .search-result-search .search__btn {
    width: 72px;
    padding: 10px;
  }

  .search-result-list .faq-li__a {
    padding: 14px 8px 14px 15px;
  }

}

/* ==========================================================
   Contact
========================================================== */

.contact {
  max-width: 1080px;
  margin: 0 auto;
  padding: 24px 16px;
}

.contact > .ttl {
  margin: 12px 0 24px;
  font-size: 22px;
}

.contact__content {
  color: #222;
  font-size: 16px;
  line-height: 1.85;
}

.contact__content h2 {
  margin: 24px 0 12px;
  padding-left: 10px;
  border-left: 4px solid #2e6be6;
  font-size: 20px;
  font-weight: 700;
}

.contact__content p {
  margin: 12px 0;
}

.contact__tel-block {
  margin: 24px 0;
}

.contact__service {
  margin-bottom: 4px !important;
}

.contact__tel {
  margin-top: 0 !important;
}

.contact__tel-link {
  color: #1d5fe0;
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.contact__tel-link:hover {
  opacity: .9;
}

.contact__hours {
  margin-top: 28px !important;
}


/* PCでは電話番号をリンクっぽく見せすぎない */
@media (min-width: 769px) {

  .contact__tel-link {
    color: #222;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
  }

}


/* SP */
@media (max-width: 768px) {

  .contact {
    padding: 24px 16px;
  }

  .contact > .ttl {
    font-size: 22px;
  }

  .contact__tel-link {
    font-size: 20px;
  }

}

/* ==========================================================
   404
========================================================== */

.error-404 {
  padding: 64px 0 80px;
  text-align: center;
}

.error-404__title {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 700;
}

.error-404__text {
  margin: 8px 0;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

.error-404__actions {
  margin-top: 32px;
}

.error-404__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 14px 24px;
  border-radius: 4px;
  background: #00b7c8;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.error-404__button:hover {
  opacity: .9;
}

@media (max-width: 768px) {

  .error-404 {
    padding: 48px 0 64px;
  }

  .error-404__title {
    font-size: 24px;
  }

  .error-404__button {
    width: 100%;
    min-width: 0;
  }

}

.error-404 {
  padding: 64px 0 80px;
  text-align: center;
}

.error-404__title {
  margin: 0 0 24px;
  font-size: 28px;
  font-weight: 700;
}

.error-404__text {
  margin: 8px 0;
  color: #555;
  font-size: 16px;
  line-height: 1.8;
}

.error-404__actions {
  margin-top: 32px;
}

.error-404__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  padding: 14px 24px;
  border-radius: 4px;
  background: #00b7c8;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.error-404__button:hover {
  opacity: .9;
}

@media (max-width: 768px) {

  .error-404 {
    padding: 48px 0 64px;
  }

  .error-404__title {
    font-size: 24px;
  }

  .error-404__button {
    width: 100%;
    min-width: 0;
  }

}

/* ==========================================================
   Helpful
========================================================== */

.helpful {
  border-top: 1px solid #e9eef4;
  margin-top: 28px;
  padding-top: 16px;
  margin-bottom: 30px;
}

.helpful__ttl {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 700;
}

.helpful__btns {
  display: flex;
  gap: 10px;
}

.helpful .btn {
  background: #fff;
  border: 1px solid #cfd9e3;
  border-radius: 10px;
  cursor: pointer;
  font-weight: 700;
  padding: 8px 14px;
  font-size: 13px;
}

.helpful .btn.yes {
  background: #2e6be6;
  border-color: #2e6be6;
  color: #fff;
}