@charset "utf-8";

/*==========================*/
/* rewrite Style START      */
/*==========================*/

/* _page-parts.scss */


/*==========================*/
/* rewrite Style END        */
/*==========================*/

/* header */
.header .search_icon {
  background-color: #7CBB28;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 50px;
  top: 0;
}
.header .search_icon span {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/common/icon_search_white.svg");
  background-size: 45%;
}

.header .sns-wrapper {
  margin-right: 115px;
}
@media (min-width: 1080px) {
  .header .sns-wrapper {
    margin-right: inherit;
  }
}

.header .search_box-wrapper {
  position: absolute;
  height: 0;
  overflow: hidden;
  opacity: 0;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  background-color: #FFF;
  transition: all 500ms 0s;
}
.header .search_box-wrapper.open {
  opacity: 1;
  overflow: visible;
  height: auto;
  border-bottom: 1px solid #7cba27;
  z-index: 98;
}

.header .search_box-wrapper .search_box {
  display: flex;
}

.header .search_box-wrapper .close-btn {
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
}
.header .search_box-wrapper .close-btn .icons {
  color: #333;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
}


/* side contents */
.side_contents__inner .swiper-slide a img {
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center top;
}
.side_contents__inner .swiper-slide a {
  max-height: 200px;
  aspect-ratio: 105 / 74;
}

/* front page */

#categories .categories__list__wrapper {
  padding: 0 20px;
  margin-top: 25px;
}
@media (min-width: 1080px) {
  #categories .categories__list__wrapper {
    padding: 0 40px;
    margin-top: 30px;
  }
}

#categories .categories__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}
@media (max-width: 1080px) {
  #categories .categories__list {
    gap: 7px 12px;
  }
}
@media (max-width: 1080px) {
  #categories .categories__list::after {
    content: '';
    width: 100%;
  }
}

#categories .categories__list .categories__item {
  width: calc(33.33% - 10px);
}
@media (max-width: 1080px) {
  #categories .categories__list .categories__item {
    width: calc(33.33% - 8px);
  }
  #categories .categories__list .categories__item:nth-child(1),
  #categories .categories__list .categories__item:nth-child(2),
  #categories .categories__list .categories__item:nth-child(3) {
    order: 0;
  }
  #categories .categories__list .categories__item:nth-child(n+3),
  #categories .categories__list .categories__item:nth-child(n+4) {
    order: 1;
  }
}

.swiper_newcontent .swiper-slide .date >* {
  display: inline-block;
  vertical-align: middle;
}
.swiper_newcontent .swiper-slide .date .cat {
  display: inline-block;
  background-color: #FFF;
  border: solid 1px #8FC31F;
  color: #8FC31F;
  font-size: 1.0rem;
  text-align: center;
  margin-left: 1rem;
  padding: 0.1em 2em;
}

/* Feature */
.home #feature h2{
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  border: 1px solid #a9cf4c;
  color: #22AC38;
  margin-bottom: 25px;
  padding: 3.5px 1em;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  z-index: 1;
}
@media (min-width: 1080px) {
  .home #feature h2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.home #feature h2::after {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  background-color: #a9cf4c;
  opacity: 0.35;
  top: 3.5px;
  left: 3.5px;
  z-index: -1;
}
@media (min-width: 1080px) {
  .home #feature h2::after {
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    top: 5px;
    left: 5px;
  }
}

.feature-list__wrap {
  padding: 0 0 30px;
}

.home #feature .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 35px 20px;
  margin-top: 30px;
}
@media (min-width: 1080px) {
  .home #feature .feature-list {
    margin-top: 40px;
    gap: 35px 25px;
  }
}

.home #feature .feature__item {
  width: calc(50% - 10px);
}

@media (min-width: 1080px) {
  .home #feature .feature__item {
    width: calc(33.33% - 17px);
  }
}

.home #feature .feature__item a figure {
  aspect-ratio: 213/125;
}
.home #feature .feature__item a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.home #feature .feature__item .date > * {
	display: inline-block;
	vertical-align: middle;
}

.home #feature .feature__item .date {
  color: #231815;
  margin-top: 1rem;
}
@media (min-width: 1080px) {
  .home #feature .feature__item .date {
    margin-top: 0.5em;
    font-size: 1.3rem;
  }
}

.home #feature .feature__item .date .cat {
  display: inline-block;
  background-color: #FFF;
  border: solid 1px #8FC31F;
  color: #8FC31F;
  font-size: 1.0rem;
  text-align: center;
  margin-left: 1rem;
  padding: 0.1em 2em;
}

.home #feature .feature__item .title {
  font-size: 1.6rem;
  color: #231815;
}
@media (min-width: 1080px) {
  .home #feature .feature__item .title {
    font-size: 1.5rem;
    margin-top: 0.2em;
  }
}

.home #feature #more_disp {
  width: 100%;
  margin-top: 25px;
}
@media (min-width: 1080px) {
  .home #feature #more_disp {
    margin-top: 20px;
  }
}
.home #feature #more_disp .btn {
  display: block;
  color: #898989;
  font-size: 1.5rem;
  text-align: center;
  max-width: 162px;
  width: 100%;
  margin: 0 auto 0;
  border: 1px solid #898989;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 1080px) {
  .home #feature #more_disp .btn {
    font-size: 1.2rem;
    max-width: 130px;
    line-height: 30px;
  }
}


/* Category Feature Page */
.side_contents__inner.category_feature {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.side_contents__inner.category_feature .title {
  color: #8FC31F;
  border-left: solid 3px #8FC31F;
  background-color: #FFF;
  padding-left: 1rem;
}
.side_contents__inner.category_feature .title p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  color: #8FC31F;
  line-height: 40px;
}

.side_contents__inner.category_feature .category_feature_pc li {
  border-bottom: solid 1px #C9CACA;
}
.side_contents__inner.category_feature .category_feature_pc li a {
  display: block;
  font-size: 1.5rem;
  padding: 1em 1em 1em 0;
  color: #231815;
  position: relative;
}
.side_contents__inner.category_feature .category_feature_pc li a::after {
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-top: solid 2px #8FC31F;
  border-right: solid 2px #8FC31F;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.2em);
  margin: auto;
  transform: rotate(45deg);
}

.category-feature .smart_select_cat select[name="smart_select_cat"] {
  border: solid 1px #A9CF4C;
  background-color: #FFF;
}

#pages.categories .inner_block.block-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 35px 20px;
  margin-top: 30px;
}
@media (min-width: 1080px) {
  #pages.categories .inner_block.block-feature {
    margin-top: 40px;
    gap: 35px 25px;
  }
}

#pages.categories .inner_block.block-feature .inner-block-item {
  padding-bottom: 0;
  margin-bottom: 0;
  width: calc(50% - 10px);
}

@media (min-width: 1080px) {
  #pages.categories .inner_block.block-feature .inner-block-item {
    width: calc(33.33% - 17px);
  }
}

#pages.categories .inner_block.block-feature .inner-block-item::before {
  content: none;
}

#pages.categories .inner_block.block-feature .inner-block-item a figure {
  aspect-ratio: 213/125;
}
#pages.categories .inner_block.block-feature .inner-block-item a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#pages.categories .inner_block.block-feature .inner-block-item.date > * {
	display: inline-block;
	vertical-align: middle;
}

#pages.categories .inner_block.block-feature .inner-block-item .date {
  color: #231815;
  margin-top: 1rem;
}
@media (min-width: 1080px) {
  #pages.categories .inner_block.block-feature .inner-block-item .date {
    margin-top: 0.5em;
    font-size: 1.3rem;
  }
}

#pages.categories .inner_block.block-feature .inner-block-item .date .cat {
  display: inline-block;
  background-color: #FFF;
  border: solid 1px #8FC31F;
  color: #8FC31F;
  font-size: 1.0rem;
  text-align: center;
  margin-left: 1rem;
  padding: 0.1em 2em;
}

#pages.categories .inner_block.block-feature .inner-block-item .title {
  font-size: 1.6rem;
  color: #231815;
}
@media (min-width: 1080px) {
  #pages.categories .inner_block.block-feature .inner-block-item .title {
    font-size: 1.5rem;
    margin-top: 0.2em;
  }
}













/* maxplus channel Page */
.side_contents__inner.category_maxpluschannel {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.side_contents__inner.category_maxpluschannel .title {
  color: #8FC31F;
  border-left: solid 3px #8FC31F;
  background-color: #FFF;
  padding-left: 1rem;
}
.side_contents__inner.category_maxpluschannel .title p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  color: #8FC31F;
  line-height: 40px;
}

.side_contents__inner.category_maxpluschannel .category_maxpluschannel_pc {
}
.side_contents__inner.category_maxpluschannel .category_maxpluschannel_pc li {
  border-bottom: solid 1px #C9CACA;
}
.side_contents__inner.category_maxpluschannel .category_maxpluschannel_pc li a {
  display: block;
  font-size: 1.5rem;
  padding: 1em 1em 1em 0;
  color: #231815;
  position: relative;
}
.side_contents__inner.category_maxpluschannel .category_maxpluschannel_pc li a::after {
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-top: solid 2px #8FC31F;
  border-right: solid 2px #8FC31F;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.2em);
  margin: auto;
  transform: rotate(45deg);
}

#pages.maxplus_channel .smart_select_cat select[name="smart_select_cat"] {
  border: solid 1px #A9CF4C;
  background-color: #FFF;
}

#pages.maxplus_channel .youtube_list .publish {
  display: inline-block;
}
#pages.maxplus_channel .youtube_list .cat {
  display: inline-block;
  background-color: #FFF;
  border: solid 1px #8FC31F;
  color: #8FC31F;
  font-size: 1.0rem;
  text-align: center;
  margin-left: 1rem;
  padding: 0.1em 1.5em;
}

#pages.maxplus_channel .youtube_list li {
  position: relative;
}

#pages.maxplus_channel .youtube_list .modal-open{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  cursor: pointer;
  background-color: transparent;
  z-index: 2;
}

#modal_maxchannel {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,90%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 99;
}

#modal_maxchannel:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.1em;
}

#modal_maxchannel.is-active{
  opacity: 1;
  visibility: visible;
}

#modal_maxchannel .modal-container{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1000px;
  width: calc(100% - 0.2em);
}

#modal_maxchannel .modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  top: -20px;
  right: 0;
  width: 32px;
  height: 32px;
  color: #fff;
  background-color: #231815;
  cursor: pointer;
}

#modal_maxchannel .modal-content{
  text-align: left;
  line-height: 1.8;
  padding: 20px 0;
}

#modal_maxchannel .modal-movie iframe {
  max-height: 560px;
  height: 100%;
  width: 100%;
  aspect-ratio: 16/9;
}

#modal_maxchannel .modal-btns {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 1080px) {
  #modal_maxchannel .modal-btns {
    flex-direction: column;
    margin-top: 30px;
  }
}
#modal_maxchannel .modal-btn {
  width: 80%;
  max-width: 300px;
  color: #FFF;
  padding: 0.5em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  background-color: #7CBB28;
  position: relative;
}
@media (max-width: 767px) {
  #modal_maxchannel.modal-btn {
    font-size: 1.5rem;
  }
}
#modal_maxchannel .modal-btn::after {
  content: '';
  position: absolute;
  right: 5px;
  bottom: 5px;
  border-top: 5px solid transparent;
  border-right: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
  border-left: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 5px solid #FFF;
  border-bottom: 5px solid #FFF;
  border-left: 5px solid transparent;
}
#modal_maxchannel .modal-btn-contact {
  background-color: #7F8080;
}

#modal_maxchannel .modal-btn span {
  display: inline-block;
}
#modal_maxchannel .modal-btn span::before {
  content: '';
  width: 1.0em;
  height: 1.0em;
  margin-right: 0.5em;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
#modal_maxchannel .modal-btn-detail span::before {
  background-image: url(../images/common/svg_icons_click.svg);
  height: 1.5em;
}
#modal_maxchannel .modal-btn-contact span::before {
  background-image: url(../images/common/svg_icons_mail_white.svg);
  width: 1.6em;
}



/* single item Page */
@media (min-width: 768px) {
  .single-item .item-content .links-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}

body.single-item .item-content .is_contact_link a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 36px;
  margin: 35px auto;
  padding: 0 1.5em;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 36px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #808080;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (min-width: 1080px) {
  body.single-item .item-content .is_contact_link a {
    width: 300px;
    margin: 65px auto;
    font-size: 1.8rem;
    height: 50px;
    line-height: 50px;
  }
}
body.single-item .item-content .is_contact_link a::before {
  content: "";
  position: absolute;
  background: #fff;
  height: 10px;
  width: 20px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  bottom: 2px;
  right: -3px;
}
body.single-item .item-content .is_contact_link .icon_mail {
  display: block;
  background-image: url("/maxplus_dev/admin/wp-content/themes/maxplus2025/assy/images/item/icon_mail.svg");
  background-repeat: no-repeat;
  aspect-ratio: 54/35;
  width: 18px;
  height: auto;
  margin-right: 5px;
  background-size: contain;
  background-position: center;
}

body.single-item .item-content .links-wrap {
  margin: 60px auto;
}
@media (min-width: 768px) {
  body.single-item .item-content .links-wrap {
    margin: 0 auto;
  }
}
body.single-item .item-content .is_contact_link a,
body.single-item .item-content .is_okawado_link a {
  width :70%;
}
@media (min-width: 768px) {
  body.single-item .item-content .is_contact_link a,
  body.single-item .item-content .is_okawado_link a {
    width: 300px;
  }
}

body.single-item .item-content .is_contact_link a {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body.single-item .item-content .is_contact_link a {
    margin-bottom: 35px;
  }
}
@media (min-width: 1080px) {
  body.single-item .item-content .is_contact_link a {
    margin-bottom: 65px;
  }
}

body.single-item .item-content .is_okawado_link a {
  margin-top: 20px;
}
@media (min-width: 768px) {
  body.single-item .item-content .is_okawado_link a {
    margin-top: 35px;
  }
}
@media (min-width: 1080px) {
  body.single-item .item-content .is_okawado_link a {
    margin-top: 65px;
  }
}

body.single-item .item-content .faq {
  margin-top: 30px;
  width: 100%;
}
@media (min-width: 1080px) {
  body.single-item .item-content .faq {
    margin-top: 50px;
  }
}

body.single-item .item-content .faq .content_box {
  padding: 50px 20px;
}
@media (min-width: 1080px) {
  body.single-item .item-content .faq .content_box {
    padding: 30px 60px 50px;
  }
}

body.single-item .item-content .faq .title__en {
  color: #8DC21F;
  font-weight: 500;
}
body.single-item .item-content .faq .title__jp {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  margin-top: 1em;
}

body.single-item .item-content .faq .faq-list {
  color: #231815;
  margin-top: 30px;
}
body.single-item .item-content .faq .faq-item {
  background-color: #FFF;
  margin-top: 1rem;
}
body.single-item .item-content .faq .faq-item__q {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
  cursor: pointer;
}
body.single-item .item-content .faq .faq-item__q::before,
body.single-item .item-content .faq .faq-item__q::after {
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background: #979797;
  position: absolute;
  right: 10px;
  top: 50%;
}
body.single-item .item-content .faq .faq-item__q::after {
  transform: rotate(90deg);
  transition: 0.5s;
}
body.single-item .item-content .faq .faq-item.active .faq-item__q::after {
  transform: rotate(0);
  transition: 0.5s;
}

body.single-item .item-content .faq .faq-item .faq-item-txt {
  position: relative;
  padding-left: 1.2em;
}

body.single-item .item-content .faq .faq-item .faq-item-txt::before {
  content: '';
  margin-right: 1em;
  position: absolute;
  left: 0;
}
body.single-item .item-content .faq .faq-item__q {
  font-size: 1.5rem;
  line-height: 1.5;
  padding: 1.5rem 3rem 1.5rem 1rem;
}
body.single-item .item-content .faq .faq-item__q .faq-item-txt {
  padding-left: 1.5em;
}
body.single-item .item-content .faq .faq-item__q .faq-item-txt::before {
  content: 'Q';
  color: #8DC21F;
  font-size: 1.7rem;
  top: -0.1em;
}
body.single-item .item-content .faq .faq-item__a {
  height: 0;
  overflow: hidden;
  font-size: 1.3rem;
  line-height: 1.7;
  transition: all 500ms 0s;
}
body.single-item .item-content .faq .faq-item.active .faq-item__a {
  padding-bottom: 10px;
  padding-left: 1rem;
  height: 100%;
}
body.single-item .item-content .faq .faq-item__a .faq-item-txt::before {
  content: 'A.';
}





/* Faq Page */
.side_contents__inner.category_faq {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.side_contents__inner.category_faq .title {
  color: #8FC31F;
  border-left: solid 3px #8FC31F;
  background-color: #FFF;
  padding-left: 1rem;
}
.side_contents__inner.category_faq .title p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  color: #8FC31F;
  line-height: 40px;
}

.side_contents__inner.category_faq .category_faq_pc li {
  border-bottom: solid 1px #C9CACA;
}
.side_contents__inner.category_faq .category_faq_pc li a {
  display: block;
  font-size: 1.5rem;
  padding: 1em 1em 1em 0;
  color: #231815;
  position: relative;
}
.side_contents__inner.category_faq .category_faq_pc li a::after {
  content: '';
  width: 0.4em;
  height: 0.4em;
  border-top: solid 2px #8FC31F;
  border-right: solid 2px #8FC31F;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.2em);
  margin: auto;
  transform: rotate(45deg);
}

#pages.faq .smart_select_cat select[name="smart_select_cat"] {
  border: solid 1px #A9CF4C;
  background-color: #FFF;
}

#pages.faq .faq-box {
  margin-top: 40px;
}
#pages.faq .faq-box .faq_category {
  color: #231815;
  font-size: 2.0rem;
  font-weight: 500;
}

#pages.faq .faq-list {
  color: #231815;
  margin-top: 20px;
}
#pages.faq .faq-item {
  margin-top: 1rem;
}
#pages.faq .faq-item__q {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.5;
  cursor: pointer;
}
#pages.faq .faq-item__q::before,
#pages.faq .faq-item__q::after {
  content: '';
  display: block;
  width: 15px;
  height: 1px;
  background: #979797;
  position: absolute;
  right: 15px;
  top: 50%;
}
#pages.faq .faq-item__q::after {
  transform: rotate(90deg);
  transition: 0.5s;
}
#pages.faq .faq-item.active .faq-item__q::after {
  transform: rotate(0);
  transition: 0.5s;
}

#pages.faq .faq-item .faq-item-txt {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.5;
}

#pages.faq .faq-item .faq-item-txt::before {
  content: '';
  margin-right: 1em;
  position: absolute;
  left: 0;
}
#pages.faq .faq-item__q {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 1.0rem 4rem 1.0rem 1.5rem;
  background-color: #F7F7F7;
}
@media (min-width: 1080px) {
  #pages.faq .faq-item__q {
    font-size: 1.6rem;
  }
}
#pages.faq .faq-item__q .faq-item-txt {
  padding-left: 1.5em;
}
#pages.faq .faq-item__q .faq-item-txt::before {
  content: 'Q';
  color: #8DC21F;
  font-size: 1.7rem;
  top: -0.1em;
}
#pages.faq .faq-item__a {
  height: 0;
  overflow: hidden;
  font-size: 1.5rem;
  line-height: 1.7;
  padding-left: 1.5rem;
  transition: all 500ms 0s;
}
#pages.faq .faq-item.active .faq-item__a {
  padding-top: 10px;
  padding-bottom: 30px;
  height: 100%;
}
#pages.faq .faq-item__a .faq-item-txt::before {
  content: 'A.';
}



