html {
  scroll-behavior: smooth;
}
#page-faq {
  font-family: hiragino-kaku-gothic-pron, Noto Sans JP, sans-serif;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0 auto;
  max-width: 640px;
  padding-bottom: 8rem;
  position: relative;
}
#page-faq main {
  display: block;
}
#page-faq img {
  padding: 0;
  width: 100%;
}
#page-faq li {
  list-style-type: none;
}
#page-faq .text_gray {
  color: #008837;
}
#page-faq .text_orange {
  color: #f60;
}
#page-faq .text-bold {
  font-weight: 700;
}
#page-faq .ly_header {
  -webkit-box-shadow: 0 5px 5px hsla(0, 0%, 70%, 0.3);
  -moz-box-shadow: 0 5px 5px hsla(0, 0%, 70%, 0.3);
  box-shadow: 0 5px 5px hsla(0, 0%, 70%, 0.3);
  margin: 0 auto;
  padding: 1.7rem 7.8rem 1.7rem 7.9rem;
  text-align: center;
}
#page-faq .ly_header .el_headerTxt {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
}
#page-faq .bl_label {
  background-color: #ebebeb;
  padding: 1.9rem 0 1.7rem 1.7rem;
}
#page-faq .bl_label > .el_labelTxt {
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
#page-faq .ly_toFaq {
  margin: 2.6rem 0;
  padding: 0 1.3rem 0 1.6rem;
}
#page-faq .ly_toFaq > a {
  color: #000;
  position: relative;
}
#page-faq .ly_toFaq > a:after {
  border-bottom: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  right: -1rem;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  translate: 0 -50%;
  width: 6px;
}
#page-faq .ly_category {
  margin: 3.2rem 0;
  padding: 0 1.3rem 0 1.2rem;
  width: 100%;
}
#page-faq .ly_category .bl_categoryList :nth-child(1 of li) {
  margin-top: 0;
}
#page-faq .ly_category .bl_categoryList .bl_categoryItems {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  border: 2px solid #ebebeb;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 0.8rem;
}
#page-faq .ly_category .bl_categoryList .bl_categoryItems,
#page-faq .ly_category .bl_categoryList .bl_categoryItems .bl_categoryItem {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#page-faq .ly_category .bl_categoryList .bl_categoryItems .bl_categoryItem {
  padding: 1.8rem 2rem;
  text-decoration: none;
  width: 100%;
}
#page-faq .ly_category .bl_categoryList .bl_categoryItems .bl_categoryItem img {
  height: 4rem;
  width: 4rem;
}
#page-faq .ly_category .bl_categoryList .bl_categoryItems .bl_categoryItem .el_categoryTitle {
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 700;
  margin-left: 1.6rem;
}
#page-faq .ly_category .bl_categoryList .bl_categoryItems .bl_categoryItem .el_categoryArrow {
  margin-left: auto;
}
#page-faq .ly_others > .bl_contents {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 2.5rem 1.9rem 2.5rem 1.7rem;
  text-decoration: none;
}
#page-faq .ly_others > .bl_contents .el_contentTxt {
  color: #1a1a1a;
  font-size: 1.4rem;
  line-height: 1;
}
#page-faq .ly_others > .bl_contents .el_externalIcon {
  height: 1rem;
  width: 1.1rem;
}
#page-faq .links {
  margin-block: 2.5rem 3rem;
  margin-inline: 1.7rem;
}
#page-faq .links > .links_container {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(2, 1fr);
}
#page-faq .links > .links_container > .link_item > a {
  border-bottom: 1px solid #ebebeb;
  color: #1a1a1a;
  display: block;
  padding-bottom: 1.2rem;
  position: relative;
  text-decoration: none;
}
#page-faq .links > .links_container > .link_item > a:after {
  border-bottom: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  right: 0.5rem;
  top: 30%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  translate: 0 -50%;
  width: 6px;
}
#page-faq ul.bl_faqList li.bl_faqItems {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 3px solid #ebebeb;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 2rem 1.85rem 2rem 1.7rem;
  position: relative;
}
#page-faq ul.bl_faqList li.bl_faqItems.active {
  border: none;
}
#page-faq ul.bl_faqList li.bl_faqItems .bl_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#page-faq ul.bl_faqList li.bl_faqItems .bl_contents .el_questionTitle {
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 2.5rem;
  padding-right: 3rem;
  position: relative;
}
#page-faq ul.bl_faqList li.bl_faqItems .bl_contents .el_questionTitle:before {
  color: #008837;
  content: "Q";
  display: inline-block;
  font-size: 2rem;
  left: 0;
  position: absolute;
  top: -4px;
}
#page-faq ul.bl_faqList li.bl_faqItems:before {
  border-bottom: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  right: 2rem;
  top: 2.7rem;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
#page-faq ul.bl_faqList li.bl_faqItems.active:before {
  border-bottom: 2px solid #1a1a1a;
  border-right: 2px solid #1a1a1a;
  content: "";
  display: inline-block;
  height: 6px;
  position: absolute;
  right: 2rem;
  top: 3rem;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  width: 6px;
}
#page-faq ul.bl_faqList .bl_answerContainer {
  border-bottom: 3px solid #ebebeb;
  display: none;
  padding: 0 1.8rem 4rem 1.7rem;
  position: relative;
  flex-direction: column;
}
#page-faq ul.bl_faqList .bl_answerContainer > span {
  color: #f60;
  font-size: 2rem;
  font-weight: 700;
  margin-left: -2.5rem;
  margin-right: 0.8rem;
  position: absolute;
  left: 4.2rem;
  top: 2.5rem;
}
#page-faq ul.bl_faqList .bl_answerContainer p.el_answerContents {
  font-size: 1.3rem;
  line-height: 1.6;
  padding-left: 2.5rem;
  padding-top: 2rem;
  width: 100%;
  word-break: auto-phrase;
}
#page-faq ul.bl_faqList .bl_answerContainer p.el_answerContents2 {
  padding-left: 2.5rem;
  padding-top: 2rem;
  font-size: 1.3rem;
}
#page-faq ul.bl_faqList .bl_answerContainer p.el_answerContents.active {
  border-top: 1px solid #ebebeb;
}
#page-faq ul.bl_faqList .bl_answerContainer .bl_cautionsList {
  margin-top: 2rem;
  padding-left: 2.5rem;
}
#page-faq ul.bl_faqList .bl_answerContainer .bl_cautionsList .el_cautionItem {
  font-size: 1rem;
  line-height: 1.6;
  padding-left: 1.5rem;
  word-break: auto-phrase;
}
#page-faq ul.bl_faqList .bl_answerContainer .bl_cautionsList .el_cautionItem .el_caution-star {
  margin-left: -1.5rem;
}
#page-faq .ly_inform {
  padding: 2rem 1.8rem 0 1.7rem;
}
#page-faq .ly_inform .bl_informContainer {
  background-color: #f5f5f5;
}
#page-faq .ly_inform .bl_informContainer .el_informTxt {
  color: #1a1a1a;
  font-size: 1.3rem;
  line-height: 1.6;
  padding: 2rem 1.7rem;
}
#page-faq .ly_header .el_headerTxt {
  color: #000;
}
#page-faq ul.bl_faqList li.bl_faqItems .bl_contents .el_questionTitle:before {
  color: #000;
}
#page-faq .ly_header {
  position: relative;
  z-index: 1;
}
#page-faq ul.bl_faqList .bl_answerContainer > span {
  color: #000;
}
#page-faq2 ul.bl_faqList .bl_answerContainer > span {
  color: #000;
}
#page-faq2 .ly_header .el_headerTxt {
  color: #000;
}
#page-faq2 .ly_faqLists ul.bl_faqList li.bl_faqItems .bl_contents .el_questionTitle:before {
  color: #000;
}
