@charset "UTF-8";
/* ====================
FAQ トップ
==================== */
.faq{
  min-height: 65vh;
  background: #FFF;
  padding: 0 0 100px;
}
.faq a{
  color: #1F73B7;
  text-decoration: none;
}
.faq a:hover{
  text-decoration: underline;
}
.faq-hero{
  background-color: #f8f8f8;
  padding: 40px 0;
  text-align: center;
}
.faq-hero h1{
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
.faq-top-nav{
  width: 1160px;
  margin: 0 auto;
  padding: 60px 0 90px;
}
.faq-top-nav__list{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.faq-top-nav__list li{
  width: calc((100% - 60px) / 3);
}
.faq-top-nav__list li a{
  font-size: 16px;
  font-weight: 500;
  border: 1px solid rgba(212, 0, 8, 1);
  border-radius: 4px;
  color: rgba(212, 0, 8, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  padding: 24px 20px;
}
.faq-top-nav__list li a:hover{
  color: #FFF;
  background: rgba(212, 0, 8, 1);
  text-decoration: none;
}
.faq-top-information{
  width: 1160px;
  margin: 0 auto;
  padding: 30px 0 0;
  border-top: 1px solid #DDD;
}
.faq-top-information h2{
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.04em;
}
.faq-top-information-contents{
  border-bottom: 1px solid #DDD;
  padding: 20px 0;
}
.faq-top-information-contents__head,.faq-top-information-contents__head a{
  font-size: 16px;
  font-weight: bold;
  color: rgba(51, 51, 51, 1);
}
.faq-top-information-contents__body,.faq-top-information-contents__body a{
  font-size: 13px;
  color: rgba(51, 51, 51, 1);
}

/* ====================
FAQ 大区分
==================== */
.faq .block-topic-path {
  width: 1160px;
  margin: 0 auto 10px;
  padding: 30px 0;
}
.faq .block-topic-path--list li{
  color: #111;
}
.faq .block-topic-path--list a {
  color: #1F73B7;
}
.faq-category h1{
  font-weight: bold;
  margin: 0 0 30px;
}
.faq-container{
  width: 930px;
  margin: 0 auto;
}
.faq-section{
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
}
.faq-section-item{
  width: calc((100% - 80px) / 2);
}
.faq-section-item h2{
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 12px;
}
.faq-section-item h2 a{
  color: #111;
}
.faq-section-item ul > * + *{
  margin: 25px 0 0;
}
.faq-section-item ul li{
  font-size: 16px;
  font-weight: 500;
}
.faq-section-item ul li a{
  color: rgba(51, 51, 51, 1);
}
.faq-section-item ul + a{
  color: #1F73B7;
  display: inline-block;
  margin: 25px 0 0;
}

/* ====================
FAQ 中区分
==================== */
.faq-subcategory h1{
  font-weight: bold;
  margin: 0 0 20px;
}
.faq-subcategory .faq-section-item{
  width: 100%;
}

/* ====================
FAQ 詳細
==================== */
.faq-detail-container{
  font-size: 16px;
  font-weight: 500;
  width: 930px;
  margin: 0 auto;
}
.faq-detail-container h1{
  font-weight: bold;
  margin: 0 0 50px;
}
.faq-article-contents{
  margin: 0 0 25px;
}
.faq-article-contents ol li{
  text-indent: -1em;
  padding-left: 1em;
}
.faq-related-article{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 25px 0;
}
.faq-related-article h2{
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
.faq-related-article ul > * + *{
  margin: 10px 0 0;
}
.faq-related-article ul li a{
  font-size: 15px;
}
.faq-article-row{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.block-freepage-table {
  max-width: 600px;
}
.block-freepage-table th,.block-freepage-table td{
  font-size: 15px;
  text-align: center;
}

/* =============== SP =============== */

/* ====================
FAQ トップ
==================== */
[data-browse-mode="S"]  .faq{
  min-height: auto;
}
[data-browse-mode="S"] .faq-hero{
  padding: 40px 20px;
}
[data-browse-mode="S"] .faq-hero h1{
  font-size: 36px;
}
[data-browse-mode="S"] .faq-top-nav{
  width: 100%;
  padding: 40px 20px 70px;
}
[data-browse-mode="S"] .faq-top-nav__list li{
  width: 100%;
}
[data-browse-mode="S"] .faq-top-nav__list li a{
  font-weight: 400;
  padding: 20px 10px;
}
[data-browse-mode="S"] .faq-top-information{
  width: calc(100% - 40px);
  margin: 0 20px;
  padding: 20px 0;
}
[data-browse-mode="S"] .faq-top-information-contents__head{
  margin: 0 0 10px;
}

/* ====================
FAQ 大区分
==================== */
[data-browse-mode="S"] .block-topic-path {
  background: #FFF;
  margin-bottom: 0;
  padding: 20px;
}
[data-browse-mode="S"] .block-topic-path--list li, [data-browse-mode="S"] .block-topic-path--list a {
  color: #1F73B7;
}
[data-browse-mode="S"] .faq-category h1{
  font-size: 32px;
  padding: 0;
  margin: 0 0 20px;
}
[data-browse-mode="S"] .faq-container{
  width: 100%;
  padding: 0 20px;
}
[data-browse-mode="S"] .faq-section{
  display: flex;
  flex-direction: column;
  gap: 50px;
}
[data-browse-mode="S"] .faq-section-item{
  width: 100%;
}
[data-browse-mode="S"] .faq-section-item h2{
  font-size: 18px;
  margin: 0 0 15px;
  padding: 0;
}
[data-browse-mode="S"] .faq-section-item ul + a{
  font-size: 14px;
}
[data-browse-mode="S"] .faq-section-item ul li{
  font-weight: 400;
}

/* ====================
FAQ 中区分
==================== */
[data-browse-mode="S"] .faq-subcategory h1{
  font-size: 32px;
  padding: 0;
  margin: 0 0 40px;
}

/* ====================
FAQ 詳細
==================== */
[data-browse-mode="S"] .faq-detail-container{
  line-height: 1.5;
  width: 100%;
  font-weight: 400;
  padding: 0 20px;
}
[data-browse-mode="S"]  .faq-detail-container h1{
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 30px;
  padding: 0;
}
[data-browse-mode="S"] .faq-article-contents ol li{
  list-style: none;
}
[data-browse-mode="S"] .faq-related-article h2{
  padding: 0;
}
[data-browse-mode="S"] .faq-article-row{
  display: block;
  text-align: center;
}
[data-browse-mode="S"] .block-freepage-table th,.block-freepage-table td{
  font-size: 13px;
}

ul > li > ul > li{
  padding-left: 1em;
}

.bold{
  font-weight: bold;
}
.center{
  text-align: center;
}
.font-size-small {
  font-size: small;
}
.font-size-large {
  font-size: large;
}
.font-size-x-large {
  font-size: x-large;
}
.font-color-red{
  color: red;
}
.under-line{
  text-decoration: underline;
}
.mgT20{
  margin-top: 20px;
}
img {
  max-width: 100%;
  height: auto;
}