@charset "utf-8";
/* fonts */
/* ========================================
# Responsive
======================================== */
.pc-only {
  display: block !important;
}
.pc-only.inline {
  display: inline !important;
}
@media only screen and (max-width: 780px) {
  .pc-only {
    display: none !important;
  }
  .pc-only.inline {
    display: none !important;
  }
}
.sp-only {
  display: none !important;
}
.sp-only.inline {
  display: none !important;
}
@media only screen and (max-width: 780px) {
  .sp-only {
    display: block !important;
  }
  .sp-only.inline {
    display: inline !important;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 0;
}
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #3E3E3E;
}
*:focus {
  outline: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}
/*
.inner {
  @media @tab {
    margin-left: 50px;
    margin-right: 50px;
  }
  @media @sp {
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}
*/
.hidden {
  display: none !important;
}
.shown {
  display: block !important;
}
/* ========================================
# page-header
======================================== */
.page-header .inner {
  position: relative;
  height: 210px;
}
.page-header .headline {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
}
.page-header .headline__title-en {
  width: 104px;
  margin: 0 auto 10px;
}
.page-header .headline__title-ja {
  text-align: center;
  font-size: 14px;
}
@media only screen and (max-width: 780px) {
  .page-header .inner {
    display: flex;
    align-items: flex-end;
    height: 130px;
    padding-bottom: 15px;
  }
  .page-header .headline {
    position: static;
    transform: none;
  }
  .page-header .headline__title-en {
    margin: 0 0 10px;
  }
  .page-header .headline__title-ja {
    text-align: left;
    font-size: 12px;
  }
}
.lnavi {
  position: absolute;
  display: flex;
  align-items: center;
  right: 0;
  bottom: 20px;
  gap: 10px;
}
.lnavi .ver-list {
  display: flex;
  align-items: center;
  min-height: 16px;
}
.lnavi .ver-list__item:nth-child(n+2) {
  border-left: 1px solid #3E3E3E;
}
.lnavi .ver-list__item * {
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.2;
}
@media (hover: hover) and (pointer: fine) {
  .lnavi .ver-list__a {
    transition: color 0.3s ease;
  }
  .lnavi .ver-list__a:hover {
    color: #40CCC1;
  }
}
.lnavi .ver-list .-current {
  color: #40CCC1;
  pointer-events: none;
}
.lnavi .select-lang {
  position: relative;
  padding: 5px 0;
}
.lnavi .lang-btn {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.lnavi .lang-btn::before,
.lnavi .lang-btn::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  transition: opacity 0.3s ease;
}
.lnavi .lang-btn::before {
  background-image: url(../images/faq/ico_globe.svg);
}
.lnavi .lang-btn::after {
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/faq/ico_globe_g.svg);
  opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
  .lnavi .lang-btn:not(.-active):hover::before {
    opacity: 0;
  }
  .lnavi .lang-btn:not(.-active):hover::after {
    opacity: 1;
  }
}
.lnavi .lang-btn.-active::before {
  opacity: 0;
}
.lnavi .lang-btn.-active::after {
  opacity: 1;
}
.lnavi .lang-menu {
  display: none;
  position: absolute;
  z-index: 1000;
  bottom: 0;
  right: 0;
  transform: translateY(100%);
}
.lnavi .lang-list {
  width: 113px;
  border-radius: 5px;
  border: 1px solid #3E3E3E;
  background-color: #fff;
}
.lnavi .lang-list__item:nth-child(n+2) {
  border-top: 1px solid #E0E0E0;
}
.lnavi .lang-list__a {
  display: block;
  padding: 10px;
  font-size: 12px;
  line-height: 1.2;
}
@media (hover: hover) and (pointer: fine) {
  .lnavi .lang-list__a {
    transition: color 0.3s ease;
  }
  .lnavi .lang-list__a:hover {
    color: #40CCC1;
  }
}
@media only screen and (max-width: 780px) {
  .lnavi {
    bottom: 15px;
  }
  .lnavi .select-ver {
    display: none;
  }
}
/* ========================================
# search UI
======================================== */
.search-keyword {
  background-color: #F2F2F2;
  padding: 30px 0;
}
.search-keyword .input-box {
  position: relative;
  display: flex;
  max-width: 650px;
  height: 40px;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #fff;
  overflow: hidden;
}
.search-keyword .input-box__text {
  display: block;
  flex: 1;
  padding: 10px 0 10px 42px;
  background-color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.search-keyword .input-box__text::placeholder {
  color: #BCBCBC;
}
.search-keyword .input-box__button {
  appearance: none;
  border: 0;
  display: block;
  width: 55px;
  background: #40CCC1 url(../images/faq/ico_search_w.svg) center center no-repeat;
  background-size: 16px 16px;
  opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
  .search-keyword .input-box__button {
    transition: opacity 0.3s ease;
    cursor: pointer;
  }
  .search-keyword .input-box__button:hover {
    opacity: 0.7;
  }
}
.search-keyword .input-box::after {
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url(../images/faq/ico_search_g.svg) center center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 780px) {
  .search-keyword .input-box__text {
    padding-left: 20px;
    font-size: 16px;
  }
  .search-keyword .input-box::after {
    display: none;
  }
}
.search-category {
  padding: 30px 0 40px;
  background: #E4F4F2;
}
.search-category .cat-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.2;
}
.search-category .cat-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 10px 1.1%;
}
.search-category .cat-list__item {
  display: flex;
  align-items: stretch;
  width: 32.6%;
}
.search-category .cat-list__a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 10px 1em;
  min-height: 42px;
  border-radius: 5px;
  border: 1px solid #40CCC1;
  background-color: #fff;
  color: #40CCC1;
  text-align: center;
  font-size: 14px;
  line-height: 1.3;
}
@media (hover: hover) and (pointer: fine) {
  .search-category .cat-list__a {
    transition-property: color, background-color;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
  .search-category .cat-list__a:hover {
    background-color: #40CCC1;
    color: #fff;
  }
}
@media only screen and (max-width: 780px) {
  .search-category {
    padding: 25px 0 30px;
  }
  .search-category .cat-title {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .search-category .cat-list {
    justify-content: space-between;
    gap: 2.66vw 0;
  }
  .search-category .cat-list__item {
    width: 48.5%;
  }
  .search-category .cat-list__a {
    min-height: 56px;
    font-size: 13px;
  }
}
/* ========================================
# contents
======================================== */
.contents {
  padding: 95px 0 80px;
}
@media only screen and (max-width: 780px) {
  .contents {
    padding: 50px 0;
  }
}
.section {
  margin-bottom: 100px;
}
.section:last-child {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 780px) {
  .section {
    margin-bottom: 50px;
  }
}
.highlight {
  background-color: #FFF4A3;
}
.title-block {
  position: relative;
  margin-top: 100px;
}
.title-block:first-child {
  margin-top: 0 !important;
}
.title-block .anchorlink {
  display: block;
  position: absolute;
  margin-top: -20px;
  padding-top: 20px;
}
@media only screen and (max-width: 780px) {
  .title-block {
    margin-top: 50px;
  }
}
.title02 {
  padding: 12px;
  margin-bottom: 30px;
  background-color: #40CCC1;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 780px) {
  .title02 {
    padding: 8px;
    margin-bottom: 15px;
    font-size: 18px;
  }
}
.title03 {
  padding-bottom: 6px;
  margin-bottom: 30px;
  border-bottom: 1px solid #2A918A;
  color: #2A918A;
  font-size: 20px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.2;
}
@media only screen and (max-width: 780px) {
  .title03 {
    padding-bottom: 5px;
    margin-bottom: 15px;
    font-size: 16px;
  }
}
.title-pickup {
  background-color: #ffc107;
}
.title-search-results {
  display: none;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 30px;
  border-bottom: 2px solid #E0E0E0;
  font-size: 18px;
  font-weight: bold;
  font-weight: 600;
  line-height: 1.2;
}
.title-search-results::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30px;
  height: 2px;
  background-color: #40CCC1;
}
@media only screen and (max-width: 780px) {
  .title-search-results {
    margin-bottom: 20px;
    font-size: 14px;
  }
}
.faq-item {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
}
.faq-item + .title03 {
  margin-top: 60px;
}
.faq-item__inner {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  line-height: 1.5;
}
.faq-item__inner .icon {
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.faq-item__inner .detail {
  flex: 1;
}
.faq-item__q {
  padding-bottom: 20px;
  padding-right: 35px;
  font-size: 18px;
  font-weight: bold;
  font-weight: 600;
  cursor: pointer;
}
.faq-item__q .icon {
  background-image: url(../images/faq/ico_faq_q.svg);
}
.faq-item__q .detail {
  padding-top: 3px;
}
@media (hover: hover) and (pointer: fine) {
  .faq-item__q .detail {
    transition: color 0.3s ease;
  }
  .faq-item__q:hover .detail {
    color: #40CCC1;
  }
}
.faq-item__a {
  display: none;
  padding-bottom: 20px;
  font-size: 16px;
}
.faq-item__a .icon {
  background-image: url(../images/faq/ico_faq_a.svg);
}
.faq-item__a .detail {
  padding-top: 5px;
}
.faq-item__a p + p {
  margin-top: 10px;
}
.faq-item__a a {
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .faq-item__a a {
    transition: color 0.3s ease;
  }
  .faq-item__a a:hover {
    color: #40CCC1;
  }
}
.faq-item__a .faq-item__inner {
  padding: 15px;
  border-radius: 10px;
  background-color: #F7F7F7;
}
.faq-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  right: 10px;
  width: 15px;
  height: 15px;
  background: url(../images/faq/ico_accordion.svg) center bottom no-repeat;
  background-size: 100% auto;
  transition: rotate 0.3s ease;
  pointer-events: none;
}
.faq-item.-open .faq-item__a {
  display: block;
}
.faq-item.-open::after,
.faq-item.-open-animate::after {
  background-position: center top;
  rotate: 180deg;
}
@media only screen and (max-width: 780px) {
  .faq-item {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
  .faq-item + .title03 {
    margin-top: 40px;
  }
  .faq-item__q {
    padding-bottom: 15px;
    font-size: 14px;
  }
  .faq-item__q .detail {
    padding-top: 5px;
  }
  .faq-item__a {
    padding-bottom: 15px;
    font-size: 12px;
  }
  .faq-item__a .detail {
    padding-top: 7px;
  }
}
/* 検索中 */
.now-searching .search-category {
  display: none !important;
}
.now-searching .section-faq-pickup {
  display: none !important;
}
.now-searching .section .title-block {
  display: none !important;
}
.now-searching .section .title03 {
  display: none !important;
}
.now-searching .title-search-results {
  display: block !important;
}
/* ========================================
# footer
======================================== */
.footer-faq {
  padding: 30px 55px;
  background-color: #3E3E3E;
}
.footer-faq .copyright {
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1.2;
}
.pagetop {
  height: 80px;
  width: 80px;
  position: fixed;
  right: 40px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #3cd2c8;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  filter: drop-shadow(7px 7px 7px rgba(65, 65, 65, 0.4));
}
.pagetop .pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 2px solid #3cd2c8;
  border-right: 2px solid #3cd2c8;
  transform: translateY(20%) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .pagetop {
    height: 50px;
    width: 50px;
    right: 5px;
    bottom: 12px;
  }
}
