@charset "UTF-8";
/*検索用*/
.search-container {
  position: relative;
  max-width: 800px;
  margin: 40px auto 0; }

.faq-search {
  width: 100%;
  padding: 10px 40px 10px 10px;
  box-sizing: border-box;
  border: 1px solid #D9D9D9; }

.search-icon, .search-clear {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

/* サーチアイコン */
.search-icon {
  right: 8px;
  width: 18px;
  height: 18px;
  background: url("../images/search.svg") no-repeat 50% 50%;
  background-size: 17px 14px;
  padding: 17px;
  cursor: pointer;
  border: none;
  　z-index: 10; }

/* 検索リセット */
.search-clear {
  border: none;
  background: none;
  color: #999;
  cursor: pointer;
  padding: 13px;
  line-height: 1;
  right: 6px; }
  @media screen and (max-width: 767px) {
    .search-clear {
      right: 8px; } }

.search-clear::before,
.search-clear::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background-color: #3C3C3C;
  border-radius: 1px; }

/* 1本目の線を右に45度傾ける */
.search-clear::before {
  transform: translate(-50%, -50%) rotate(45deg); }

/* 2本目の線を左に45度（または135度）傾ける */
.search-clear::after {
  transform: translate(-50%, -50%) rotate(-45deg); }

.search-clear:hover {
  color: #333; }

.suggested-keywords {
  visibility: hidden;
  max-width: 800px;
  opacity: 0;
  /*transform: translateY(-10px);*/
  transition: 0.3s;
  max-height: 0;
  margin: 0;
  overflow: hidden; }
  .suggested-keywords.is-active {
    opacity: 1;
    visibility: visible !important;
    /*transform: translateY(0);*/
    margin: 15px auto;
    max-height: fit-content; }
  .suggested-keywords-ttl {
    margin-bottom: 10px; }
  .suggested-keywords-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 5px; }
  .suggested-keywords .suggest-tag {
    border-radius: 35px;
    padding: 8px 16px;
    border: 1px solid #C8C8C8;
    background: #FFF;
    color: #3C3C3C;
    line-height: 1;
    cursor: pointer;
    font-size: 12px; }

.faq-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 30px auto 0;
  max-width: 800px; }
  .faq-categories .category-btn {
    width: 170px;
    padding: 8px 16px;
    cursor: pointer;
    /*transition: .3s;*/
    border-radius: 2px;
    border: 1px solid #C8C8C8;
    background: #FFF;
    font-size: 12px;
    color: #3C3C3C; }
    @media screen and (max-width: 767px) {
      .faq-categories .category-btn {
        width: calc((100% - 10px) / 2); } }
    .faq-categories .category-btn.active {
      background: #87877D;
      color: #fff; }
  @media screen and (max-width: 767px) {
    .faq-categories.is-searched {
      /*max-width: 100%;*/
      flex-wrap: nowrap;
      overflow-x: auto;
      /* はみ出た分は横スクロール */
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      z-index: 9;
      position: relative;
      margin-left: calc(50% - 50vw);
      margin-right: calc(50% - 50vw);
      padding-left: 16px;
      padding-right: 16px; }
      .faq-categories.is-searched .category-btn {
        width: fit-content;
        display: inline-block;
        width: auto;
        transition: none; }
        .faq-categories.is-searched .category-btn br {
          display: none; } }

.search-highlight {
  /*background-color: #FCA4CC;*/
  color: #FCA4CC;
  /*padding: 1px 3px 0;*/
  /*border-radius: 2px;*/
  font-weight: bold;
  display: inline-block;
  margin: 0 2px; }

/*------------------------------
		お問い合わせ
------------------------------*/
.contact-txt {
  text-align: center;
  margin-top: 30px;
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0.48px; }
  @media screen and (max-width: 767px) {
    .contact-txt {
      text-align: left; } }

.contact-menu__wrap {
  background-color: #fff; }
  @media screen and (min-width: 768px) {
    .contact-menu__wrap {
      max-width: 800px;
      margin: 30px auto 70px;
      padding: 40px 0 60px; } }
  @media screen and (max-width: 767px) {
    .contact-menu__wrap {
      width: 100%;
      margin: 8vw auto 18.6666666667vw;
      padding: 8vw 0 4vw; } }
  .contact-menu__wrap .p-title-secondary-01 {
    text-align: center; }

.contact-menu {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media screen and (min-width: 768px) {
    .contact-menu {
      max-width: 800px;
      margin: 40px auto 0; } }
  @media screen and (max-width: 767px) {
    .contact-menu {
      width: 77.33333vw;
      margin: 1.33333vw auto 0;
      flex-wrap: wrap; } }
  @media screen and (min-width: 768px) {
    .contact-menu li {
      flex-grow: 1;
      width: 400px;
      height: 105px; }
      .contact-menu li:first-child {
        border-right: 1px solid #C8C8C8; } }
  @media screen and (max-width: 767px) {
    .contact-menu li {
      width: 100%;
      height: 45.33333vw;
      padding: 6.66667vw 0; }
      .contact-menu li:first-child {
        border-bottom: 1px solid #C8C8C8; } }
  @media screen and (max-width: 767px) {
    .contact-menu .p-btn-primary-01 {
      width: 77.33333vw; } }

.contact-menu-title {
  text-align: center;
  line-height: 150%; }
  @media screen and (min-width: 768px) {
    .contact-menu-title {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .contact-menu-title {
      font-size: 3.73333vw; } }

/*app-note*/
.app-note {
  margin-top: 30px;
  padding: 10px 20px;
  background: #e7e7e6;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.48px;
  display: none; }
  .app-note.is-active {
    display: block; }
