/* ----- 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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding-top: 30px;
  }
}

.QuestionList .QuestionListItem:before {
  content: 'Q.';
  position: absolute;
  left: 0px;
  top: 25px;
  background: #A76F05;
  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: #A76F05;
  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: #A76F05;
  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: #A76F05;
}

.AnswerContent a:visited {
  color: #A76F05;
}

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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 #A76F05;
  border-radius: 8px;
  background: #A76F05;
  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 #A76F05;
  border-radius: 8px;
  background: #FFF;
  text-decoration: none;
  color: #A76F05;
}

.faqNavigation__toInquiry a:visited {
  color: #A76F05;
}
/*# sourceMappingURL=style_faq.css.map */