@charset "UTF-8";
@font-face {
  font-family: "こころ明朝体";
  src: url("/fr/wp-content/themes/swell_child/font/Kokoro.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Zen Kaku Gothic New", "源ノ角ゴシック";
}

#header {
  font-family: "こころ明朝体", "源ノ角ゴシック";
}

.font-kokoro {
  font-family: "こころ明朝体", "源ノ角ゴシック";
}

.font-kokoro {
  font-family: "こころ明朝体", "源ノ角ゴシック";
}

.top #content {
  padding-top: 0 !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.juc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.alc {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* 初期状態で回答部分は非表示 */
.vk_faq_content {
  overflow: hidden;
  height: 0;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
  padding: 0 !important;
  padding-left: 3rem !important;
}

/* アクティブな項目の場合 */
.active .vk_faq_content {
  height: auto; /* transition用にJSで高さを設定するので、ここはautoに */
}

/* 任意で、クリック時のカーソル変更 */
.vk_faq_title {
  cursor: pointer;
}

.vk_faq .vk_faq_title {
  border: none;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin: 20px 0;
  font-size: 16px;
}

.pagination a,
.pagination strong,
.pagination span {
  padding: 8px 12px;
  border-radius: 5px;
  text-decoration: none;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.pagination a {
  background: #f8f9fa;
  color: #007bff;
  border: 1px solid #007bff;
}

.pagination a:hover {
  background: #007bff;
  color: white;
}

.pagination strong {
  background: #007bff;
  color: white;
  font-weight: bold;
  border: 1px solid #007bff;
}

.pagination span {
  background: #eee;
  color: #666;
  border: 1px solid #ccc;
}

#header {
  position: sticky;
  text-decoration: none;
  background-color: #fff9ee;
}
#header .l-header__inner {
  width: 100% !important;
  max-width: 1920px;
  height: 106px;
  padding: 0 20px;
}
@media screen and (max-width: 960px) {
  #header .l-header__inner {
    height: auto;
  }
}
#header .l-header__inner .l-header__logo a {
  height: 106px;
}
@media screen and (max-width: 1300px) {
  #header .l-header__inner .l-header__logo a {
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  #header .l-header__inner .l-header__logo {
    margin: 0 auto;
  }
}
#header .l-header__inner .site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333333;
}
@media screen and (max-width: 1300px) {
  #header .l-header__inner .site-logo {
    gap: 5px;
  }
}
@media screen and (max-width: 960px) {
  #header .l-header__inner .site-logo {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5em;
    padding: 0.5em;
  }
}
#header .l-header__inner .site-logo .site-text img {
  min-width: 250px;
  max-width: 300px;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  #header .l-header__inner .site-logo .site-text img {
    min-width: none;
    margin-top: 0;
  }
}
@media screen and (max-width: 960px) {
  #header .l-header__inner .site-logo .site-text {
    display: none;
  }
}
#header .l-header__inner .site-logo .site-text-sp {
  display: none;
}
@media screen and (max-width: 960px) {
  #header .l-header__inner .site-logo .site-text-sp {
    display: block;
  }
}
@media screen and (max-width: 1300px) {
  #header .l-header__inner .site-logo .site-logo-img {
    min-width: 20px;
  }
}
@media screen and (max-width: 960px) {
  #header .l-header__inner .site-logo .site-logo-img {
    display: none;
    max-width: 50px;
  }
}
#header .l-header__inner #gnav .menu-item a {
  padding: 5px;
}
#header .l-header__inner #gnav .menu-item a:before {
  display: none;
}
#header .l-header__inner #gnav .menu-item .sub-menu {
  padding: 0.5em;
}
@media screen and (max-width: 1280px) {
  #header .l-header__inner #gnav {
    display: none;
  }
}
#header .l-header__inner #gnav span {
  font-size: clamp(14px, 3vw, 16px);
}

[data-spmenu=closed] .p-spMenu {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 1280px) {
  [data-spmenu=closed] .p-spMenu {
    display: block !important;
    opacity: 0;
  }
}

@media screen and (max-width: 1280px) {
  [data-spmenu=opened] .p-spMenu {
    display: block !important;
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media screen and (max-width: 1280px) {
  #sp_menu .p-spMenu__inner {
    width: 90vw;
    max-width: 900px;
  }
}
@media screen and (max-width: 600px) {
  #sp_menu .p-spMenu__inner {
    width: 100vw;
  }
}
#sp_menu .p-spMenu__inner .p-spMenu__closeBtn {
  background-color: #fff;
  border: 2px solid #333333;
  right: 8px;
  top: 8px;
}
#sp_menu .p-spMenu__inner .p-spMenu__body {
  padding: 3em 1em;
}
#sp_menu .p-spMenu__inner .p-spMenu__body .c-widget__title.-spmenu {
  display: none;
}

.p-spMenu__body {
  overflow: auto;
  /* 親の li 要素を相対配置に */
  /* a 要素は右側に余白を追加して、ボタンと重ならないようにする */
  /* トグルボタンのスタイル */
  /* サブメニューの初期状態：非表示・アニメーション用設定 */
  /* .open クラスが付与された場合はサブメニューを展開 */
}
.p-spMenu__body .menu-item-has-children {
  position: relative;
}
.p-spMenu__body .menu-item-has-children > a {
  padding-right: 40px; /* ボタン分の余白を確保 */
}
.p-spMenu__body .menu-toggle {
  position: absolute;
  top: 22px;
  right: 10px;
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #ccc;
  padding: 2px 6px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  z-index: 2;
}
.p-spMenu__body .menu-item-has-children > .sub-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: max-height 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out, transform 0.5s ease-out;
  transition: max-height 0.5s ease-out, opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
}
.p-spMenu__body .menu-item-has-children.open > .sub-menu {
  max-height: 500px; /* 必要に応じて調整 */
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.p-spMenu__body .menu-item-has-children.open > .sub-menu .menu-item a:before {
  display: none;
}

.l-header__menuBtn.sp_ {
  position: fixed;
  right: 8px;
  top: 8px;
  background-color: #fff;
  border: 2px solid #333333;
}
@media screen and (max-width: 1280px) {
  .l-header__menuBtn.sp_ {
    display: block !important;
  }
}

.site-title-bar {
  width: 100%;
  height: 128px;
  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;
  background-color: #5b4c4c;
  color: #fef5f4;
  font-size: clamp(16px, 3vw, 28px) !important;
}
@media screen and (max-width: 960px) {
  .site-title-bar {
    height: 64px;
  }
}
.site-title-bar h1 {
  font-size: clamp(16px, 3vw, 28px) !important;
}

.header-bottom-menu {
  padding: 1em;
  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;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1130px) {
  .header-bottom-menu {
    -webkit-padding-before: 0.5em;
            padding-block-start: 0.5em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.header-bottom-menu .hbm-inner {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1130px) {
  .header-bottom-menu .hbm-inner {
    display: block;
  }
}
.header-bottom-menu .hbm-inner .hb-menu-item {
  height: 50px;
  white-space: nowrap;
  border-left: 1px solid #5b4c4c;
}
.header-bottom-menu .hbm-inner .hb-menu-item:last-child {
  border-right: 1px solid #5b4c4c;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 1130px) {
  .header-bottom-menu .hbm-inner .hb-menu-item:last-child {
    border: none;
  }
}
@media screen and (max-width: 1130px) {
  .header-bottom-menu .hbm-inner .hb-menu-item {
    height: auto;
    border: none;
  }
}
.header-bottom-menu .hbm-inner .hb-menu-item a {
  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;
  height: 100%;
  padding: 0 1.5em;
  color: #333333;
  text-align: center;
}
.header-bottom-menu .hbm-inner .hb-menu-item a:hover {
  background-color: #fef5f4;
}
@media screen and (max-width: 1130px) {
  .header-bottom-menu .hbm-inner .hb-menu-item a {
    padding: 0.2em 1em;
  }
}
.header-bottom-menu .hbm-inner .hb-menu-item a p {
  margin: 0;
}
.header-bottom-menu .hbm-inner.hbm-btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1130px) {
  .header-bottom-menu .hbm-inner.hbm-btn-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 1130px) {
  .header-bottom-menu .hbm-inner.hbm-btn-inner .hbm-btn {
    width: 100%;
    max-width: 220px;
  }
}
.header-bottom-menu .hbm-inner.hbm-btn-inner .hbm-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-weight: bold;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 5px;
  border-radius: 5px;
}

.section-class h2 {
  font-family: "こころ明朝体";
  font-size: clamp(28px, 3vw, 44px);
}

#kv-section .swell-block-fullWide__inner {
  position: relative;
}
#kv-section .swell-block-fullWide__inner .kv-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 70%);
          transform: translate(-50%, 70%);
}
#kv-section .swell-block-fullWide__inner .kv-line .wp-block-group__inner-container .wp-block-image figure a {
  width: 80vw;
  max-width: 500px;
}
.banner-section {
  padding-top: 18em !important;
}
@media screen and (max-width: 1280px) {
  .banner-section {
    padding-top: 15em !important;
  }
}
@media screen and (max-width: 960px) {
  .banner-section {
    padding-top: 18em !important;
  }
}
@media screen and (max-width: 600px) {
  .banner-section {
    padding-top: 15em !important;
  }
}
#about-section h2 {
  font-size: clamp(28px, 3vw, 44px);
  white-space: nowrap;
  font-family: "こころ明朝体";
}
#about-section .deco-slush {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3em auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem; /* お好みで調整 */
  text-align: center;
  position: relative;
}
@media screen and (max-width: 600px) {
  #about-section .deco-slush {
    margin: 2em auto;
  }
}
#about-section .deco-slush::before,
#about-section .deco-slush::after {
  position: absolute;
  font-size: 1em;
  color: #000; /* 装飾の色は必要に応じて変更 */
  width: 1px;
  height: 50px;
  border-left: 1px solid #333333;
  top: 50%;
}
#about-section .deco-slush::before {
  left: -20px;
  content: "";
  -webkit-transform: translateY(-50%) rotate(155deg);
          transform: translateY(-50%) rotate(155deg);
}
#about-section .deco-slush::after {
  right: -20px;
  content: "";
  -webkit-transform: translateY(-50%) rotate(25deg);
          transform: translateY(-50%) rotate(25deg);
}

.flow-flex figure {
  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;
}

#top_title_area {
  background-color: #cdeff4 !important;
  position: relative;
}
#top_title_area .l-topTitleArea__img {
  display: none;
}
#top_title_area .l-topTitleArea__body {
  color: #5b4c4c;
  text-align: center;
  font-size: clamp(16px, 3vw, 28px) !important;
  position: relative;
}
#top_title_area .l-topTitleArea__body h1 {
  font-size: clamp(16px, 3vw, 28px) !important;
}
#top_title_area .user-btn-container {
  position: absolute;
  bottom: 5px;
  right: 1em;
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1em;
}
@media screen and (max-width: 700px) {
  #top_title_area .user-btn-container {
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    place-items: center;
    padding: 0 10px;
  }
}
@media screen and (max-width: 600px) {
  #top_title_area .user-btn-container {
    height: 30px;
  }
}
#top_title_area .user-btn-container .cm-btn {
  margin: 0;
}
#top_title_area .user-btn-container .cm-btn a {
  margin: 0;
}
@media screen and (max-width: 600px) {
  #top_title_area .user-btn-container .cm-btn a {
    height: 30px;
  }
}

.kotei-section h2 {
  font-size: clamp(16px, 3vw, 28px);
  font-weight: bold;
  color: #5b4c4c !important;
}
.kotei-section h3 {
  font-size: clamp(16px, 3vw, 20px);
  font-weight: bold;
  color: #5b4c4c !important;
}

.page-table tr {
  border-top: 1px solid #333333;
}
.page-table tr:last-child {
  border-bottom: 1px solid #333333;
}
.page-table th,
.page-table td {
  border: none;
  padding: 0.8em;
}
.page-table th {
  text-align: center;
  vertical-align: middle;
}

.siori-flex {
  display: grid !important;
  grid-template-columns: 300px auto;
  gap: 1em;
}
@media screen and (max-width: 960px) {
  .siori-flex {
    display: block;
  }
}

.arrow-text {
  padding-left: 13px;
  font-size: clamp(15px, 3vw, 18px);
  position: relative;
}
.arrow-text::before {
  width: 20px;
  height: 12px;
  content: "";
  background-image: url("/wp-content/themes/swell_child/img/page/arrow-right.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.form-row {
  margin: 2em auto;
  display: grid;
  grid-template-columns: 250px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media screen and (max-width: 960px) {
  .form-row {
    grid-template-columns: 1fr;
  }
}
.form-row .form-input input[type=text],
.form-row .form-input input[type=email] {
  width: 100%;
  height: 56px;
  background-color: #eee;
}
.form-row .form-input select {
  height: 56px;
  background-color: #fff;
}

.form-submit {
  display: block;
  width: 100%;
  max-width: 310px;
  height: 64px;
  border: 1px solid #5b4c4c;
  color: #5b4c4c;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(91, 76, 76, 0.1960784314);
          box-shadow: 0 3px 6px rgba(91, 76, 76, 0.1960784314);
  margin: 3em auto;
}
.form-submit:hover {
  background-color: #5b4c4c;
  color: #fef5f4;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-box-shadow: 0 3px 6px rgba(91, 76, 76, 0.3764705882);
          box-shadow: 0 3px 6px rgba(91, 76, 76, 0.3764705882);
}

.rousai-flow-section .rousai-flow-inner .flow-box {
  border: 1px solid #483838;
  border-radius: 16px;
  width: 100%;
}
.rousai-flow-section .rousai-flow-inner .flow-box .flow-head,
.rousai-flow-section .rousai-flow-inner .flow-box .flow-body {
  padding: 1em;
}
.rousai-flow-section .rousai-flow-inner .flow-box .flow-head {
  font-size: clamp(16px, 3vw, 20px);
  background-color: #fef5f4;
  border-radius: 16px 16px 0 0;
}
.rousai-flow-section .rousai-flow-inner .flow-box .flow-head .flow-number {
  font-size: clamp(24px, 3vw, 40px);
  font-family: "Cormorant Infant";
  margin-right: 0.2em;
}
.rousai-flow-section .rousai-flow-inner .flow-box .flow-body.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 960px) {
  .rousai-flow-section .rousai-flow-inner .flow-box .flow-body.grid {
    grid-template-columns: 1fr;
  }
}
.rousai-flow-section .rousai-flow-inner .flow-box .flow-body .flow-red {
  color: #e9655b;
}
.rousai-flow-section .rousai-flow-inner .flow-box .flow-link {
  width: 100%;
  display: block;
  max-width: 490px;
  height: 64px;
  border: 1px solid transparent;
  margin: 0 auto;
}
.rousai-flow-section .rousai-flow-inner .flow-box .flow-link a {
  color: #fff;
  width: 100%;
  height: 100%;
  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;
  font-weight: bold;
}
.rousai-flow-section .rousai-flow-inner .flow-box .flow-link:hover {
  background-color: #fff;
}
.rousai-flow-section .rousai-flow-inner .flow-box .flow-link:hover a {
  color: #333333;
}
.rousai-flow-section .rousai-flow-inner .flow-arrow {
  margin: 1em auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.rousai-form-content {
  margin: 5em 0 2em;
}
.rousai-form-content.rousai-none {
  display: none;
}
.rousai-form-content .form-content .information-form {
  margin: 0;
  padding: 2em;
  border: 1px solid #333333;
  border-bottom: none;
}
@media screen and (max-width: 600px) {
  .rousai-form-content .form-content .information-form {
    padding: 1em;
  }
}
.rousai-form-content .form-content .information-form:not(:has(~ .information-form)) {
  border-bottom: 1px solid #333333;
}
.rousai-form-content .form-content .information-form .sisan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.rousai-form-content .form-content .information-form .form-row .form-row-label {
  font-size: clamp(14px, 3vw, 16px);
}
.rousai-form-content .form-content .information-form .form-row .form-row-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 1em;
}
.rousai-form-content .form-content .information-form .form-row .form-row-radio .input-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 5px;
  grid-template-columns: 22px auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.rousai-form-content .form-content .information-form .form-row .form-row-radio input {
  width: 16px;
  height: 16px;
}
.rousai-form-content .form-content .information-form .form-row p {
  font-size: clamp(14px, 3vw, 16px);
}
.rousai-form-content .form-content .information-form h3 {
  background-color: #e3dcdc;
  font-weight: bold;
  padding: 1em;
  font-size: clamp(15px, 3vw, 18px);
}

.rousai-form-confirm .confirm-row {
  margin: 1em 0;
}
.rousai-form-confirm .confirm-row h3 {
  margin: 0.5em 0;
}
.rousai-form-confirm .confirm-row .confirm-value {
  margin-left: 1.5em;
}
.rousai-form-confirm .confirm-form {
  margin: 2em auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 960px) {
  .rousai-form-confirm .confirm-form {
    grid-template-columns: 1fr;
    gap: 1em;
  }
}
.rousai-form-confirm .confirm-form .submit-container .submit-btn.back {
  background-color: #5b4c4c;
}
.rousai-form-confirm .confirm-form .submit-container .submit-btn.back:hover {
  background-color: #fff;
}

.b-footer-content {
  background-color: #483838;
  color: #fff;
}
.b-footer-content .b-footer-inner {
  max-width: 700px;
  margin: 0 auto;
  padding: 1em;
}
.b-footer-content .b-footer-inner .footer-header {
  text-align: center;
  font-size: clamp(16px, 3vw, 20px);
}
.b-footer-content .b-footer-inner .b-footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 600px) {
  .b-footer-content .b-footer-inner .b-footer-menu {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1em auto;
  }
}
.b-footer-content .b-footer-inner .b-footer-menu ul {
  padding-left: 0;
}
.b-footer-content .b-footer-inner .b-footer-menu ul li a {
  color: #fff;
}
.b-footer-content .b-footer-inner .b-footer-menu ul li a:hover {
  border-bottom: 1px solid #fff;
}
.b-footer-content .b-footer-inner .b-footer-menu .b-footer-left-menu {
  list-style: none;
}
.b-footer-content .b-footer-inner .b-footer-menu .b-footer-left-menu li {
  position: relative;
}
.b-footer-content .b-footer-inner .b-footer-menu .b-footer-left-menu li::before {
  content: "-";
  margin-right: 5px;
}
.b-footer-content .b-footer-inner .b-footer-menu .b-footer-right-menu {
  list-style: none;
}
.b-footer-content .b-footer-inner .b-footer-menu .b-footer-right-menu li {
  position: relative;
}
.b-footer-content .b-footer-inner .b-footer-menu .b-footer-right-menu li::after {
  content: "→";
  margin-left: 5px;
}
.b-footer-content .b-footer-inner .b-footer-link {
  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;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.b-footer-content .b-footer-inner .b-footer-link a {
  color: #fff;
  font-size: 11px;
}

.l-footer__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5em;
}
.l-footer__nav > .menu-item {
  position: relative;
  height: 30px;
  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;
  padding-right: 0.5em;
  border-right: 1px solid #000;
}
.l-footer__nav > .menu-item:first-child {
  padding-left: 0.5em;
  border-left: 1px solid #000;
}
.l-footer__nav > .menu-item li:first-child a {
  nav-left: none !important;
}
.l-footer__nav > .menu-item a {
  padding: 5px;
  border: none;
  border-left: none !important;
}
.l-footer__nav > .menu-item a:before {
  display: none;
}
.l-footer__nav > .menu-item .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  padding: 0.5em;
  display: none;
}
.l-footer__nav > .menu-item .sub-menu li {
  width: 300px;
}
.l-footer__nav > .menu-item .sub-menu li a {
  display: block;
  width: 100%;
  border: none;
}
@media screen and (max-width: 1280px) {
  .l-footer__nav {
    display: none;
  }
}

#gnav span {
  font-size: clamp(14px, 3vw, 16px);
}

.sisan-form-content .amount-row select {
  width: 100%;
  max-width: none;
  padding: 0.5em;
}
.sisan-form-content .calc-box {
  margin-top: 2em;
  border: 1px solid #eee;
  padding: 1em;
}
.sisan-form-content .calc-box table.calc-detail {
  border-bottom: 1px solid #d6d6d6;
  margin-bottom: 1em;
  padding-bottom: 2em;
}
.sisan-form-content .calc-box table.calc-detail tr {
  max-width: 400px;
  display: grid;
  grid-template-columns: auto 200px;
  margin-left: auto;
}
@media screen and (max-width: 600px) {
  .sisan-form-content .calc-box table.calc-detail tr {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
}
.sisan-form-content .calc-box table.calc-detail td {
  border: none;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .sisan-form-content .calc-box table.calc-detail td:first-child {
    text-align: left;
  }
}
.sisan-form-content .calc-box .sougaku-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sisan-form-content .calc-box .sougaku-table #calc_sum {
  color: #7589aa;
  font-size: clamp(16px, 3vw, 28px);
}

#footer {
  padding-bottom: 100px;
}
@media screen and (max-width: 600px) {
  #footer {
    padding-bottom: 70px;
  }
}

.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100px;
  background-color: #5b4c4c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 600px) {
  .fixed-footer {
    height: 70px;
  }
}
.fixed-footer .fixed-footer-inner {
  width: 100%;
  height: 100%;
  max-width: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1em;
  padding: 10px;
}
.fixed-footer .fixed-footer-inner .ff-btn.simu-btn a {
  background-color: #ef7cb5;
  color: #fff;
}
.fixed-footer .fixed-footer-inner .ff-btn.simu-btn a:hover {
  background-color: #c96a99;
}
.fixed-footer .fixed-footer-inner .ff-btn.user-btn a {
  background-color: #57c6d5;
  color: #fff;
}
.fixed-footer .fixed-footer-inner .ff-btn.user-btn a:hover {
  background-color: #4395a0;
  color: #fff;
}
.fixed-footer .fixed-footer-inner .ff-btn a {
  height: 63px;
  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;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 6px rgba(91, 76, 76, 0.1960784314);
          box-shadow: 0 3px 6px rgba(91, 76, 76, 0.1960784314);
}
@media screen and (max-width: 600px) {
  .fixed-footer .fixed-footer-inner .ff-btn a {
    height: 48px;
  }
}

.page_top_btn {
  bottom: 13%;
}
@media screen and (max-width: 600px) {
  .page_top_btn {
    bottom: 10%;
  }
}

.switch-geimei {
  padding: 1em;
  border: 1px solid #000;
  margin-bottom: 1em;
}

.yutyo-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.yutyo-input span {
  font-size: 20px;
}
.yutyo-input input {
  max-width: 200px;
}

#kouza-error,
#yutyo-error {
  margin: 2em auto;
  color: #cdeff4;
  font-size: clamp(15px, 3vw, 18px);
}

.new-user-form .information-form .form-row .form-row-radio.with-list {
  display: block;
}
.new-user-form .information-form .form-row .form-row-radio.with-list ul {
  list-style: none;
  padding-left: 0;
}
.new-user-form .information-form .form-row .form-row-radio.with-list .radio-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.new-user-form .information-form .form-row .form-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}

.information-table {
  margin-bottom: 2em;
}
.information-table .cm-btn {
  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;
}

.message-box {
  background-color: #d1ecf1;
  border-color: #bee5eb;
  color: #0c5460;
  padding: 1rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  position: relative;
}
.message-box .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1rem 1.25rem;
  color: inherit;
  opacity: 0.5;
  text-decoration: none;
  cursor: pointer;
}
.message-box .close:hover {
  opacity: 1;
}
.message-box a {
  color: #084298;
  text-decoration: underline;
}
.message-box a:hover {
  text-decoration: none;
}
.message-box ul {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 2rem;
}
.message-box h1,
.message-box h2,
.message-box h3,
.message-box h4,
.message-box h5,
.message-box h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: inherit;
}
.message-box p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.kouzabangou .form-row-radio {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}

.rousai-details {
  max-width: 1200px;
  margin: 0 auto;
  background-color: #fff;
}
.rousai-details h1 {
  padding: 0;
  text-align: center;
}
.rousai-details .rousai-info-content {
  padding: 1em;
  position: relative;
}
.rousai-details .rousai-info-content .rousai-pdf {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1em;
  border: none;
}
.rousai-details .rousai-info-content .rousai-pdf .user-info {
  grid-column: 1/3;
  grid-row: 1/2;
}
.rousai-details .rousai-info-content .rousai-pdf .rousai-info {
  grid-column: 2/3;
  grid-row: 1/2;
}
.rousai-details .rousai-info-content .rousai-pdf .user-info-detail {
  grid-column: 1/3;
}
.rousai-details .rousai-info-content .rousai-pdf .rousai-detail {
  grid-column: 1/3;
}
.rousai-details .rousai-info-content .rousai-pdf h2 {
  margin-bottom: 0.5em;
  padding: 5px;
  border-bottom: 1px solid #333333;
}
.rousai-details .rousai-info-content .rousai-row {
  margin: 0.1em 0;
  display: grid;
  grid-template-columns: 320px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  gap: 1em;
}
.rousai-details .rousai-info-content .rousai-row h3 {
  margin: 0;
  font-size: clamp(14px, 3vw, 16px);
  background-color: #efeded;
  padding: 0.1em 0.3em;
}
.rousai-details .rousai-info-content .rousai-info {
  position: absolute;
  right: 1em;
  top: 1.1em;
}
.rousai-details .rousai-info-content .rousai-info h3 {
  margin: 0;
}
.rousai-details .rousai-info-content .rousai-info .rousai-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  text-align: right;
}

.bg-geinou-btn {
  background: transparent;
}
.bg-geinou-btn a {
  background-color: #ef7cb5 !important;
}
.bg-geinou-btn button {
  background-color: #ef7cb5 !important;
}

.bg-free-btn {
  background: transparent;
}
.bg-free-btn a {
  background-color: #57c6d5 !important;
}
.bg-free-btn button {
  background-color: #57c6d5 !important;
}

.info-borer-table tr:nth-child(1) td:last-child,
.info-borer-table tr:nth-child(2) td:last-child,
.info-borer-table tr:nth-child(5) td:last-child,
.info-borer-table tr:nth-child(6) td:last-child {
  border-left: 1px solid #333;
}
@media (max-width: 1200px) {
  .info-borer-table {
    overflow-x: auto;
  }
  .info-borer-table table {
    min-width: 600px;
  }
}

.page-id-5508 #top_title_area,
.page-id-5506 #top_title_area {
  background-color: #fef5f4 !important;
}