/* ----- CAUTION ----- */
/*
Do NOT edit "style_faq.css".
You can edit SCSS Files.
*/
/* ----- Break Points ----- */
/* ----- Color Vars ----- */
/* ----- Styles (FAQ add) ----- */
.QuestionList {
  padding: 0;
  counter-reset: number;
  list-style: none;
  margin-top: 30px;
}
.QuestionList .QuestionListItem {
  border-top: 1px solid #F0F0F0;
  padding-left: 35px;
  padding-top: 25px;
  padding-bottom: 10px;
  margin-top: 0;
  position: relative;
}
@media screen and (min-width: 641px) {
  .QuestionList .QuestionListItem {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding-top: 30px;
  }
}
.QuestionList .QuestionListItem:before {
  content: "Q.";
  position: absolute;
  left: 0px;
  top: 25px;
  background: #1BACD6;
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
}
@media screen and (min-width: 641px) {
  .QuestionList .QuestionListItem:before {
    top: 30px;
  }
}
.QuestionList .QuestionListItem a {
  color: #1BACD6;
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  line-height: 1.6;
  margin: 0 0 20px;
}

.QuestionTitle {
  padding: 20px 0 40px;
}
.QuestionTitle__subtext {
  font-size: 14px;
  font-weight: bold;
  color: #1BACD6;
  display: block;
  margin-bottom: 8px;
}
.QuestionTitle__text {
  color: #333;
  font-size: 28px;
  text-align: left;
  line-height: 1.4;
  margin: 0;
  padding: 0;
}

.AnswerContent a {
  color: #1BACD6;
}
.AnswerContent a:visited {
  color: #1BACD6;
}
.AnswerContent__text {
  color: #666;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 24px;
}
.AnswerContent__miniheading {
  font-size: 15px;
  font-weight: bold;
  color: #666;
  margin: 0 0 10px;
}
.AnswerContent .ContentNormalList {
  margin: 0 0 24px;
  padding: 0 0 0 2em;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}
.AnswerContent .ContentNormalList li {
  margin: 0 0 8px 0;
}
.AnswerContent .ContentNormalList li .BlockInList {
  font-size: 14px;
  margin: 6px 0 14px;
  padding: 12px;
  background: #F0F0F0;
  border-radius: 8px;
}
.AnswerContent .ContentOrderList {
  margin: 0 0 24px;
  padding: 0 0 0 2em;
  font-size: 15px;
  line-height: 1.6;
  color: #666;
}
.AnswerContent .ContentOrderList li {
  margin: 0 0 8px 0;
}
.AnswerContent .ContentOrderList li .BlockInList {
  font-size: 14px;
  margin: 6px 0 14px;
  padding: 12px;
  background: #F0F0F0;
  border-radius: 8px;
}
.AnswerContent__table {
  line-height: 1.6;
  font-size: 15px;
  margin: 40px 0;
  color: #666;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
  border-collapse: collapse;
}
.AnswerContent__table th, .AnswerContent__table td {
  padding: 12px 16px;
  border-bottom: 1px solid #DDD;
  border-right: 1px solid #DDD;
  text-align: left;
}
.AnswerContent__table th {
  font-weight: bold;
  background-color: #EFEFEF;
}
.AnswerContent .AlertList_wrap {
  width: 100%;
  margin: 40px 0;
  overflow-x: auto;
}
.AnswerContent .AlertList_wrap .AnswerContent__table {
  min-width: 450px;
  margin: 0;
}
.AnswerContent__hr {
  border: 1px solid #EEE;
  margin: 24px 0;
}

.faqNavigation {
  padding: 24px 0 12px;
  margin: 30px 0 0;
  border-top: 1px dotted #CCC;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .faqNavigation {
    display: block;
  }
}
.faqNavigation__toIndex {
  display: block;
}
@media screen and (max-width: 480px) {
  .faqNavigation__toIndex {
    text-align: center;
  }
}
.faqNavigation__toIndex a {
  display: block;
  line-height: 1;
  padding: 12px 16px;
  border: 1px solid #1BACD6;
  border-radius: 8px;
  background: #1BACD6;
  text-decoration: none;
  color: #FFF;
}
.faqNavigation__toIndex a:visited {
  color: #FFF;
}
.faqNavigation__toInquiry {
  display: block;
}
@media screen and (max-width: 480px) {
  .faqNavigation__toInquiry {
    margin-top: 20px;
    text-align: center;
  }
}
.faqNavigation__toInquiry a {
  display: block;
  line-height: 1;
  padding: 12px 16px;
  border: 1px solid #1BACD6;
  border-radius: 8px;
  background: #FFF;
  text-decoration: none;
  color: #1BACD6;
}
.faqNavigation__toInquiry a:visited {
  color: #1BACD6;
}

.AttentionText {
  font-size: 13px;
}

/* ----- Styles (Subsidy add) ----- */
.PageTitle.-subsidy {
  padding: 20px 0;
}

.PageTitle__text.-subsidy {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .PageTitle__text.-subsidy {
    font-size: 18px;
  }
}
.PageTitle__text.-subsidy span {
  display: block;
  font-size: 17px;
  margin: 10px auto;
}
@media screen and (max-width: 480px) {
  .PageTitle__text.-subsidy span {
    font-size: 14px;
  }
}

.Content__leadText.-subsidy {
  text-align: center;
}

.SubsidyContent__hr {
  border: 1px solid #eee;
  margin: 40px 0;
}

.SubsidyContent_title {
  color: #00b9ef;
}
@media screen and (max-width: 480px) {
  .SubsidyContent_title {
    font-size: 18px;
  }
}

.SubsidyContent_subtitle {
  margin: 40px 0 20px;
}
@media screen and (max-width: 480px) {
  .SubsidyContent_subtitle {
    font-size: 17px;
  }
}

.SubsidyContent_image {
  margin: 20px auto;
}
.SubsidyContent_image.-image_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
}
.SubsidyContent_image.-image_flex p {
  width: 47%;
  margin: 0;
  margin-bottom: 3%;
}
.SubsidyContent_image img {
  width: 100%;
  height: auto;
}

.SubsidyContent__text {
  line-height: 1.7em;
  color: #333;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .SubsidyContent__text {
    font-size: 15px;
  }
}
.SubsidyContent__text a {
  color: #1BACD6;
}

.SubsidyContent_list {
  list-style: none;
  padding-left: 0;
}
.SubsidyContent_list li {
  margin: 10px 0;
  line-height: 1.5em;
}
@media screen and (max-width: 480px) {
  .SubsidyContent_list li {
    font-size: 16px;
  }
}
.SubsidyContent_list li a {
  color: #1BACD6;
}

.Subsidy_flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .Subsidy_flex {
    display: block;
  }
}/*# sourceMappingURL=style_faq.css.map */