#contents.tl-layout .faq-index {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
#contents.tl-layout .faq-index-block {
  margin-top: 40px;
}
#contents.tl-layout .faq-index a {
  display: block;
  padding: 12px 14px;
  border: 1px solid #dfe9e7;
  background: #fff;
  text-decoration: none;
  font-weight: 700;
}
#contents.tl-layout .faq-info {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
}
#contents.tl-layout .faq-info th,
#contents.tl-layout .faq-info td {
  border: 1px solid #dfe9e7;
  padding: 14px;
  text-align: left;
  vertical-align: top;
}
#contents.tl-layout .faq-info th {
  width: 26%;
  background: #f4f9f8;
  color: #417571;
  font-weight: 700;
}
#contents.tl-layout .faq-cta {
  margin-top: 40px;
  padding: 28px;
  background: #f4f9f8;
  text-align: center;
}
#contents.tl-layout .faq-cta h2 {
  margin-top: 0;
  color: #417571;
  font-size: 26px;
}
#contents.tl-layout .faq-cta-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}
#contents.tl-layout .faq-cta-links a {
  min-width: 190px;
  padding: 12px 18px;
  background: #499A94;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
@media (max-width: 480px) {
  #contents.tl-layout .faq-index {
    grid-template-columns: 1fr;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #contents.tl-layout .faq-info th,
  #contents.tl-layout .faq-info td {
    display: block;
    width: auto;
  }
  #contents.tl-layout .faq-cta-links {
    display: grid;
  }
}

#contents.tl-layout #breadcrumbs {
  text-align: left !important;
}
#tl-faq-page .h2_21 {
  font-size: 30px;
  line-height: 1;
  color: rgb(65, 117, 113);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  text-align: center;
  margin: 0px 0px 40px;
}
#tl-faq-page .faq-section-title {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #ddd;
  background: transparent;
  color: #424242;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
#tl-faq-page .faq-section-title:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 120px;
  height: 1px;
  background: #499A94;
}
#tl-faq-page .tl-faq dt h4 {
  margin: 0;
  padding: 0;
  border: none;
  color: #424242;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 600;
}
#tl-faq-page .tl-faq dt h4:after {
  display: none;
}
@media (max-width: 480px) {
  #tl-faq-page .h2_21 {
    font-size: 30px;
    margin: 0px 0px 40px;
  }
  #tl-faq-page .faq-section-title {
    margin-bottom: 5vw;
    padding-bottom: 2.5vw;
    font-size: 4.8vw;
  }
  #tl-faq-page .tl-faq dt h4 {
    line-height: 1.5;
    font-size: 4.2vw;
  }
}
