@charset "UTF-8";

/* 基本CSS */
html {
  height: 100%;
}

body {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0.05em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.5;
  color: #333;
}

/*# 現行サイトCSS調整用 */
#nv_global ul li a {
  letter-spacing: 0 !important;
  font-size: 0.9rem !important;
}

#sitemap2 ul li a {
  letter-spacing: 0;
  font-size: 0.9rem;
}

#header {
  margin-bottom: 0;
}

a {
  color: #14b8a6;
  text-decoration: underline;
}

.white-area {
  padding: 18px 4px 8px;
  border-bottom: solid 1px #cecece;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.white-area__logo {
  display: block;
  width: 160px;
  height: 32px;
  background: no-repeat center url(@/assets/img/logo_synapse.svg);
  text-indent: -9999px;
  margin-bottom: 16px;
}

.tel-info {
  display: flex;
  align-items: center;
}

.tel-info__tel-text {
  text-indent: -9999px;
  width: 32px;
  min-width: 32px;
  height: 32px;
  background: no-repeat center/contain url(@/assets/img/icon_tel.svg);
  margin-right: 6px;
}

.tel-info__number {
  color: #333;
  font-weight: bold;
  text-decoration: none;
  font-size: 1.125rem;
  letter-spacing: 0.1em;
}

.tel-info__number:visited {
  color: #333333;
}

.tel-info__time-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tel-info__time {
  letter-spacing: -0.05em;
}

.tel-info__holiday {
  font-size: 0.75rem;
  color: #fff;
  padding: 2px 4px;
  line-height: 1;
  background-color: #333;
  display: inline-block;
}

.green-area {
  padding: 8px 12px;
  height: 100%;
  box-sizing: border-box;
  background-color: #14b8a6;
}

.common-button-yellow {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #cecece;
  box-sizing: border-box;
  background: no-repeat right 12px center url(@/assets/img/icon_arrow_right.svg) #fde047;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #333;
}

.green-area__nav {
  margin-top: 8px;
}

.green-area__link {
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 1px 1px rgba(51, 51, 51, 0.8);
  text-decoration: none;
  line-height: 1;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.common-button {
  padding-left: 16px;
  padding-right: 48px;
  border-radius: 20px;
  height: 40px;
  width: fit-content;
  border: solid 2px #14b8a6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  background: no-repeat right center/contain url(@/assets/img/icon_arrow_right_green.svg) #fff;
}

.common-button--large {
  height: 80px;
  border-radius: 40px;
  padding-left: 12px;
  padding-right: 56px;
  background-position: right 36px center;
}

.common-button--yellow {
  background-image: url(@/assets/img/icon_arrow_right_yellow.svg);
  border-color: #FDE047;
}

.common-button--simple {
  background: no-repeat right 12px center/16px url(@/assets/img/icon_arrow_right.svg) #fff;
}

.common-link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-decoration: none;
  color: #333;
}

.common-link:after {
  content: "";
  display: block;
  background: no-repeat center url(@/assets/img/icon_arrow_right.svg);
  margin-left: 4px;
  width: 16px;
  height: 16px;
}

.common-banner {
  max-width: 760px;
  margin: 0 auto;
  display: block;
}

.common-banner__img {
  width: 100%;
  display: block;
  width: fit-content;
  max-width: 100%;
  border-radius: 8px;
  border: solid 1px #cecece;
  overflow: hidden;
  margin: 0 auto;
}

.common-title {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 0px 1px 1px rgba(51, 51, 51, 0.8);
  font-weight: bold;
  background-color: #14b8a6;
  border-radius: 28px;
  position: relative;
  margin-bottom: 40px;
}

.common-title:after {
  content: "";
  display: block;
  width: 32px;
  height: 16px;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 16px);
  background: no-repeat center url(@/assets/img/common_title_fukidashi.svg);
}

.common-title--yellow {
  background-color: #fde047;
  color: #333;
  text-shadow: none;
}

.common-title--yellow:after {
  background-image: url(@/assets/img/common_title_fukidashi_yellow.svg);
}

.common-title--cahracters:before {
  content: "";
  display: block;
  width: 100%;
  height: 84px;
  background: no-repeat left 22px bottom/72px url(@/assets/img/character_shin.png), no-repeat right 4px top/68px 56px url(@/assets/img/character_go.png);
  position: absolute;
  bottom: 0;
  left: 0;
}

.common-title-min {
  text-align: center;
  font-weight: bold;
  font-size: 1.25rem;
  border-bottom: solid 2px #14b8a6;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 12px;
}

.common-title-min:after {
  content: "";
  display: block;
  width: 12px;
  height: 6px;
  position: absolute;
  bottom: -8px;
  left: calc(50% - 6px);
  background: no-repeat center url(@/assets/img/common_title_min_fukidashi.svg);
}

.common-title-border {
  background: linear-gradient(to top, #cecece 0px, #cecece 2px, transparent 2px, transparent 100%);
}

.common-title-border__green {
  font-size: 1.25rem;
  width: fit-content;
  font-weight: bold;
  color: #14b8a6;
  border-bottom: solid 2px #14b8a6;
  padding: 0 24px 12px;
  position: relative;
  display: block;
  margin: 0 auto;
}

.common-title-border__green--sina {
  position: relative;
}

.common-title-border__green--sina:after {
  content: "";
  display: block;
  width: 56px;
  height: 56px;
  background: no-repeat center/contain url(@/assets/img/character_sina.png);
  position: absolute;
  bottom: 0;
  right: -52px;
}

.tel-contact {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tel-contact__title {
  font-weight: bold;
  position: relative;
  width: fit-content;
  text-align: center;
  font-size: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

.tel-contact__title:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: no-repeat center url(@/assets/img/fukidahi_line_left.svg);
  position: absolute;
  top: 0;
  left: -40px;
}

.tel-contact__title:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: no-repeat center url(@/assets/img/fukidahi_line_right.svg);
  position: absolute;
  top: 0;
  right: -40px;
}

.tel-contact__yellow {
  background: linear-gradient(to top, #fde047 0px, #fde047 8px, transparent 8px, transparent 100%);
  padding-top: 4px;
  padding-bottom: 4px;
}

.tel-info--large {
  margin: 0 auto;
  width: fit-content;
}

.tel-info__content--large {
  display: flex;
}

.tel-info__tel-text--large {
  display: flex;
  width: 48px;
  height: 48px;
  min-width: 48px;
  margin-right: 12px;
}

.tel-info__number--large {
  font-size: 2.75rem;
  letter-spacing: 0;
  margin-right: 12px;
}

.tel-info__time--large {
  font-weight: bold;
  font-size: 1.25rem;
}

.tel-info__time-area--large {
  flex-direction: column;
  justify-content: center;
}

.tel-info__holiday--large {
  font-size: 1.25rem;
}

.fotter-cover {
  overflow-x: hidden;
}

.site-footer {
  padding-left: 12px;
  padding-right: 12px;
  margin-top: 180px;
  position: relative;
  border-top: solid 2px;
  border-image: linear-gradient(to right, #333 0, #333 calc((100% - 1080px)/2 + 4px), transparent calc((100% - 1080px)/2 + 4px), transparent calc((100% - 1080px)/2 - 4px + 1080px), #333 calc((100% - 1080px)/2 - 4px + 1080px), #333 100%);
  border-image-slice: 1;
  background-color: #f7f7f7;
  display: flex;
  flex-direction: column;
}

.site-footer:before {
  content: "";
  display: block;
  width: 1080px;
  height: 164px;
  background: no-repeat center/contain url(@/assets/img/footer_illust.svg);
  position: absolute;
  left: calc(50% - 540px);
  top: -164px;
}

.footer-nav {
  order: 1;
  padding-top: 40px;
}

.footer-ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 560px;
  margin: 0 auto;
  justify-content: center;
}

.footer-ul__list {
  margin: 6px;
}

.footer-ul__link {
  color: #333;
}

.synapse-info {
  order: 2;
  padding-top: 40px;
  display: flex;
  justify-content: center;
}

.synapse-info__cname {
  width: 200px;
  height: 40px;
  text-indent: -9999px;
  background: no-repeat center/contain url(@/assets/img/footer_synapse_logo.svg);
  margin-right: 20px;
}

.synapse-info__tel-number-link {
  text-decoration: none;
  color: #333;
}

.footer-copyrights {
  order: 3;
  padding-top: 24px;
  padding-bottom: 56px;
  text-align: center;
}

.page-header {
  background-color: #fff;
  padding-left: 12px;
  padding-right: 12px;
}

.page-header__inner {
  max-width: 760px;
  margin: 24px auto;
  padding-top: 64px;
  padding-bottom: 48px;
}

.under-page-wrapper h2 {
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.75rem;
  text-shadow: 0px 1px 1px rgba(51, 51, 51, 0.8);
  font-weight: bold;
  background-color: #14b8a6;
  border-radius: 28px;
  position: relative;
  margin-bottom: 40px;
}

.under-page-wrapper h2:after {
  content: "";
  display: block;
  width: 32px;
  height: 16px;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 16px);
  background: no-repeat center url(@/assets/img/common_title_fukidashi.svg);
}

.under-page-wrapper h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.75rem;
  border-bottom: solid 8px #14b8a6;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 28px;
}

.under-page-wrapper h3:after {
  content: "";
  display: block;
  width: 32px;
  height: 16px;
  position: absolute;
  bottom: -24px;
  left: calc(50% - 16px);
  background: no-repeat center top/contain url(@/assets/img/common_title_min_fukidashi.svg);
}

.under-page-wrapper h4 {
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: bold;
  font-size: 1.5rem;
  background: repeat-x left bottom url(@/assets/img/border_dotted.svg);
  padding-bottom: 12px;
}

.under-page-wrapper h5 {
  padding-left: 24px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  font-weight: bold;
  color: #14b8a6;
  margin-top: 28px;
  margin-bottom: 12px;
  font-size: 1.25rem;
  background: no-repeat left center url(@/assets/img/common_title_triangle.svg);
}

.under-page-wrapper h6 {
  margin-top: 20px;
  margin-bottom: 6px;
  font-weight: bold;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  font-size: 1.25rem;
}

.under-page-wrapper .page-main-cover {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #F7F7F7;
}

.under-page-wrapper .page-main-content {
  padding: 0 12px;
  margin: 0 auto;
  max-width: 760px;
}

.under-page-wrapper .basic-section {
  margin-bottom: 48px;
}

.wp-block-image figcaption {
  padding-top: 4px;
  background-color: #f3f3f3;
  text-align: center;
  margin-top: 0;
  margin-bottom: 12px;
}

.secret {
  padding: 12px;
  background-color: #FFEAE9;
  border: solid 1px #FF281D;
  border-radius: 8px;
  color: #FF281D;
  box-sizing: border-box;
  margin-top: 12px;
  margin-bottom: 12px;
}

.secret::before {
  content: "ユーザ非表示";
  opacity: 0.8;
  display: inline-block;
  margin-right: 12px;
  font-size: 0.75rem;
}

.question__ul--hidden {
  display: none;
}

.question__list {
  margin-bottom: 16px;
}

.question__link {
  display: flex;
  min-height: 64px;
  align-items: center;
  border-radius: 32px;
  border: solid 1px #cecece;
  background-color: #fff;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  padding: 8px 0;
  box-sizing: border-box;
}

.question__link:before {
  content: "";
  display: block;
  background: no-repeat center url(@/assets/img/icon_q.svg);
  width: 48px;
  min-width: 48px;
  height: 48px;
  margin-right: 12px;
}

.question__link:after {
  content: "";
  display: block;
  background: no-repeat center url(@/assets/img/icon_arrow_right.svg);
  width: 16px;
  height: 16px;
  margin-left: auto;
  margin-right: 36px;
}

.question-cat-list__category-name {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: solid 1px #14b8a6;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.question-cat-list__category-name::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: no-repeat center/contain url(@/assets/img/icon_faq_open.svg);
  margin-right: 12px;
  transition: 0.4s ease transform;
}

.question-cat-list__category-name--open {
  color: #14b8a6;
}

.question-cat-list__category-name--open::before {
  transform: rotate(45deg);
}

.enquete-thanks {
  margin-top: 20px;
  background-color: #F1F1F1;
  padding: 20px 12px;
  border-radius: 8px;
}

.enquete-thanks__img {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  max-width: 160px;
}

.enquete-thanks__message {
  text-align: center;
}

@media (max-width: 1040px) {
  .under-page-wrapper h2 {
    font-size: 1.5rem;
  }

  .under-page-wrapper h3 {
    font-size: 1.5rem;
  }

  .under-page-wrapper h4 {
    font-size: 1.25rem;
  }

  .under-page-wrapper .page-main-cover {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .page-header__inner {
    padding-top: 24px;
    padding-bottom: 0px;
    margin-top: 12px;
    margin-bottom: 0px;
  }

  .common-button {
    flex-direction: column;
    align-items: center;
  }

  .common-button--large {
    height: auto;
  }

  .common-title--cahracters:before {
    background: no-repeat left 16px top/40px url(img/character_shin.png), no-repeat right 4px top/48px url(img/character_go.png);
  }

  .tel-info__number--large {
    font-size: 1.75rem;
  }

  .tel-info__time--large {
    margin-right: 12px;
  }

  .tel-info__time-area--large {
    flex-direction: row;
  }

  .tel-info__content--large {
    flex-direction: column;
  }
}
