
/*==========================================
  Common
==========================================*/
/*＝＝＝＝＝＝common＝＝＝＝＝＝*/
/*＝＝＝＝＝＝共通＝＝＝＝＝＝*/
.pc {
  display: none;
}

.sp {
  display: inline;
}
.swiper-button-prev, .swiper-button-next {
  display: none !important;
}
.voices_wrap .swiper-wrapper { align-items: stretch; }
.voices_wrap .swiper-slide { height: auto; }

/* ＝＝＝＝＝＝ ヘッダー関連 ＝＝＝＝＝＝ */
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 17px 20px;
}
.header_inner .logo {
  width: 150px;
  flex-shrink: 0;
}
.header_inner .logo a {
  display: block;
}
.header_inner .logo a img {
  max-width: 100%;
  height: auto;
}
.header_inner #nav_wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.header_inner #nav_wrap .tel_box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-items: center;
  font-size: 12px;
}
@media (max-width: 480px) {
  .header_inner #nav_wrap .tel_box {
    display: none;
  }
}
.header_inner #nav_wrap .tel_box a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 2px;
}
.header_inner #nav_wrap .tel_box a span {
  display: inline-block;
  margin-right: 8px;
}
.header_inner #nav_wrap .tel_box a span img {
  width: 9px;
  height: 19px;
}
.header_inner #nav_wrap .tel_box p {
  margin: 0px 0 0;
  font-size: 9px;
  color: #666;
}
.header_inner #nav_wrap .button_wrap {
  display: block;
}
.header_inner #nav_wrap .button_wrap .header_hamburger {
  position: relative;
  width: 30px;
  height: 21px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.header_inner #nav_wrap .button_wrap .header_hamburger span {
  position: absolute;
  display: block;
  height: 3px;
  width: 100%;
  background: #333;
  transition: 0.3s;
}
.header_inner #nav_wrap .button_wrap .header_hamburger span:nth-child(1) {
  top: 0;
}
.header_inner #nav_wrap .button_wrap .header_hamburger span:nth-child(2) {
  top: 8px;
}
.header_inner #nav_wrap .button_wrap .header_hamburger span:nth-child(3) {
  bottom: 2px;
}
.header_inner #nav_wrap .button_wrap .header_hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 8px;
}
.header_inner #nav_wrap .button_wrap .header_hamburger.active span:nth-child(2) {
  opacity: 0;
}
.header_inner #nav_wrap .button_wrap .header_hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 10px;
}
.header_inner #nav_wrap .header_nav {
  display: none;
  flex-direction: column;
  background: #fff;
  position: absolute;
  top: 69px;
  right: 0;
  width: 100%;
  border: 1px solid #ccc;
  padding: 50px 0px;
  z-index: 200;
}
.header_inner #nav_wrap .header_nav.active {
  display: flex;
}
.header_inner #nav_wrap .header_nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header_inner #nav_wrap .header_nav ul li {
  margin-bottom: 10px;
}
.header_inner #nav_wrap .header_nav ul li a {
  text-decoration: none;
  color: #333;
  padding: 10px 15px;
  border-bottom: 1px solid #4785dc;
  width: 100%;
  display: block;
}

/* 表示時 */
.header_nav.active {
  display: flex;
}

main {
  overflow: hidden;
}

/*＝＝＝＝＝＝second page＝＝＝＝＝＝*/
/* ================================
   Gutenberg Base Styles
   ================================ */

/* 画像のレスポンシブ対応 */
img {
  max-width: 100%;
  height: auto;
}
/* 本文エリアの汎用スタイル */
.text p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  margin: 1.5em 0 0.75em;
  font-weight: 600;
  line-height: 1.4;
}
/* iframeやembedのレスポンシブ */
.wp-block-embed iframe,
.wp-block-video video {
  max-width: 100%;
  height: auto;
}

/* コンテナ幅 */
.wp-block {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.wp-block[data-align="wide"] {
  max-width: 1200px;
}

.wp-block[data-align="full"] {
  max-width: none;
  width: 100%;
}

/* 見出し */
.wp-block h1,
.wp-block h2,
.wp-block h3,
.wp-block h4,
.wp-block h5,
.wp-block h6 {
  margin: 1.5em 0 0.75em;
  font-weight: 600;
  line-height: 1.4;
}

/* 段落 */
.wp-block p {
  margin-bottom: 1.5em;
  line-height: 1.8;
}

/* 引用 */
.wp-block-quote {
  margin: 1.5em 0;
  padding: 1em 1.5em;
  border-left: 4px solid #0073aa;
  background: #f9f9f9;
  font-style: italic;
}

/* テーブル */
.wp-block-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 1.5em;
}

.wp-block-table th,
.wp-block-table td {
  border: 1px solid #ddd;
  padding: 0.6em 0.8em;
}

.wp-block-table th {
  background: #f3f3f3;
  font-weight: bold;
}

/* リスト */
.wp-block ul,
.wp-block ol {
  margin: 0 0 1.5em 1.5em;
}

/* ボタン */
.wp-block-button__link {
  display: inline-block;
  padding: 0.6em 1.2em;
  border-radius: 4px;
  background: #0073aa;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
}

.wp-block-button__link:hover {
  background: #005177;
}

/* ギャラリー */
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.wp-block-gallery img {
  border-radius: 4px;
}

/* カバー画像 */
.wp-block-cover {
  position: relative;
  color: #fff;
  text-align: center;
  padding: 4em 2em;
}

.wp-block-cover__inner-container {
  position: relative;
  z-index: 2;
}

.sub-header {
  padding: 30px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f9ff;
  text-align: center;
}
.sub-header h2 {
  text-align: center;
}
.page .sub-header {
  margin-top: 0;
}
.sub-header h1 {
  font-size: 30px;
  position: relative;
  color: #7f7f7f;
  /*text-shadow: 0 2px 5px rgba(176, 176, 176, 0.5);*/
  z-index: 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  line-height: 1.3;
}
.sub-header h1 .ttl_en {
  font-size: 14px;
  display: block;
  line-height: 1.5;
  text-align: center;
}

.container {
  padding: 0 20px;
}

/*ヘッダー下余白*/
.wrapper {
  padding-top: 50px;
}

.lead_sec {
  padding-bottom: 20px;
}
.lead_sec .second_tit {
  font-size: 19px;
  position: relative;
  padding-bottom: 26px;
  text-align: center;
  line-height: 1.6;
}
.lead_sec .second_tit::after {
  content: "";
  display: block;
  width: 70px;
  height: 5px;
  background-color: #a18c6c;
  position: absolute;
  left: 50%;
  bottom: 9px;
  transform: translateX(-50%);
}
.lead_sec p {
  padding-top: 25px;
  text-align: left;
  line-height: 1.7;
}

/*＝＝＝＝＝＝footer＝＝＝＝＝＝*/
.sec_footer {
  background-color: #0022a1;
}
.sec_footer nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  height: 82px;
  box-sizing: border-box;
}
.sec_footer nav ul li > a {
  color: white;
  font-size: 16px;
}
@media (max-width: 768px) {
  .sec_footer nav ul {
    height: auto;
    padding: 20px;
    flex-direction: column;
  }
}

.copy {
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy p {
  color: #fff;
  font-size: 12px;
}

#pageTop {
  opacity: 0;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 888;
  transition: 0.3s;
}
#pageTop.active {
  opacity: 1;
}
#pageTop a {
  display: block;
  width: 50px;
}

/* loader
==================================*/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1001;
}

/* Animation
==================================*/
.c-anim-up {
  transform: translate(0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}

/* ＝＝＝＝＝＝ Component Styles ＝＝＝＝＝＝ */
html {
  font-size: 62.5%; /* 1rem = 10px */
}
html.no_move {
  overflow: hidden;
}
html * {
  margin: 0;
}

body {
  color: #000;
  background-color: #fff;
  font-weight: 400;
  font-family: "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.4;
  letter-spacing: 0.03em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  font-size: 16px;
}

/* 画像のスタイル */
img {
  max-width: 100%;
  height: auto;
  display: block; /* 画像の下の余白をなくす */
}

/* 入力フォームのスタイル */
input,
textarea,
select {
  font-style: normal;
  font-family: "Noto Sans JP", "小塚ゴシック Pro", "Kozuka Gothic Pro", sans-serif;
  font-weight: 400;
}

/* 見出しタグ */
h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.03em;
  font-weight: 400;
}

/* 太字・強調 */
b, strong {
  font-weight: bold;
}

/* クリア */
.clear {
  clear: both;
}

/* 小さい文字 */
small {
  font-size: 1.4rem; /* 14px */
}

/* リンクスタイル */
a {
  color: #000000; /* 変数未定義の場合エラーを防ぐ */
  text-decoration: none;
  transition: 0.3s;
}
a:visited {
  color: #000000;
}
a:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.7;
}
a:active {
  color: #000000;
}
a.tel, a.link {
  pointer-events: none;
  cursor: default;
}

/* フォーカス時のスタイル */
*:focus {
  outline: none;
}

/*==========================================
  Base
==========================================*/
/*＝＝＝＝＝＝top＝＝＝＝＝＝*/
body.admin-bar .header_inner #nav_wrap .header_nav {
  top: 115px;
}

#Top main .page-header {
  padding-top: 30px;
  background-color: #f5f9ff;
  position: relative;
}
#Top main .page-header .bg01 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
#Top main .page-header .heading {
  padding-bottom: 10px;
}
#Top main .page-header .text_wrap {
  box-sizing: border-box;
  padding-bottom: 65px;
}
#Top main .page-header .text_wrap.form-b {
  padding-bottom: 0px;
}
#Top main .page-header .text_wrap.form-b .text_mid {
  font-size: 36px;
}
#Top main .page-header .caption {
  text-align: center;
  display: block;
}
#Top main .page-header h2 {
  text-align: center;
  font-size: 32px;
  line-height: 1.2;
  padding-top: 10px;
}
#Top main .page-header .box_wrap {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding-top: 10px;
  max-width: 440px;
  margin: auto;
}
#Top main .page-header .box_wrap.form-b {
  max-width: 890px;
  gap: 10px;
  flex-direction: column;
}
#Top main .page-header .box_wrap.form-b .box.form-b {
  width: 100%;
}
#Top main .page-header .box_wrap .box {
  width: 118px;
}
#Top main .page-header .box_wrap .box h3 {
  background-color: #1063eb;
  color: white;
  text-align: center;
}
#Top main .page-header .box_wrap.form-b {
  width: 100%;
  border: 1px solid #e6ddb3;
  padding-bottom: 20px;
}
#Top main .page-header .box_wrap.form-b h3 {
  background-color: #006633;
  padding: 7px 10px;
  box-sizing: border-box;
}
#Top main .page-header .box_wrap.form-b .title {
  color: #006633;
  font-size: 24px;
  text-align: center;
  padding-top: 5px;
}
#Top main .page-header .box_wrap.form-b .detail {
  font-size: 14px;
  color: #006633;
  text-align: center;
}
#Top main .page-header .box_wrap.form-b .saraly {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
}
#Top main .page-header .box_wrap.form-b .saraly .text_red {
  font-size: 55px;
  color: #cc0000;
  font-weight: 600;
}
#Top main .page-header .box_wrap.form-b .text {
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}
#Top main .page-header .box_wrap.form-b .marker {
  background: linear-gradient(to top, #ffd633 40%, transparent 40%);
  display: inline-block;
}
#Top main .page-header .h_pointer_wrap {
  text-align: center;
  text-align: center;
  padding-top: 60px;
  z-index: 100;
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  width: 100%;
}
#Top main .page-header .h_pointer_wrap.form-b {
  position: static;
  padding-top: 30px;
  transform: none;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
#Top main .page-header .h_pointer_wrap.form-b .hand_pointer {
  width: 100%;
  padding: 0;
  font-size: 25px;
  font-weight: 600;
}
#Top main .page-header .h_pointer_wrap.form-b .hand_pointer::before, #Top main .page-header .h_pointer_wrap.form-b .hand_pointer::after {
  display: none;
}
#Top main .page-header .hand_pointer {
  position: relative;
  display: block;
  padding-right: 50px;
  padding-left: 50px;
  font-weight: 600;
}
#Top main .page-header .hand_pointer::before {
  content: "";
  display: block;
  width: 36px;
  height: 40px;
  background: url(../images/common/hand-l.png) no-repeat center;
  position: absolute;
  left: 50px;
  bottom: -26px;
  background-size: contain;
}
#Top main .page-header .hand_pointer::after {
  content: "";
  display: block;
  width: 36px;
  height: 40px;
  background: url(../images/common/hand-r.png) no-repeat center;
  position: absolute;
  right: 50px;
  bottom: -26px;
  background-size: contain;
}
#Top main .sec_form {
  display: block;
  position: relative;
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #96c6ff;
  /* 全体レイアウト */
  /* インジケーター */
  /* フォームセクション */
  /* 選択肢ラジオボタン */
  /* 次へボタン */
}
#Top main .sec_form.form-b {
  padding-top: 30px;
}
#Top main .sec_form.form-b .form-container {
  max-width: auto;
}
#Top main .sec_form.form-b::after {
  display: none;
}
#Top main .sec_form.form-b .next-button-wrap {
  background: none;
}
#Top main .sec_form::after {
  content: "";
  display: block;
  position: absolute;
  height: 80px;
  max-width: 527px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: -45px;
  background: url(/images/top/bg01-3.svg) no-repeat center;
  z-index: 50;
}
#Top main .sec_form .container {
  display: flex;
  justify-content: center;
}
#Top main .sec_form .form_sec_border {
  padding: 4px;
  border-radius: 10px;
  border: 3px solid #fbaaaa;
  max-width: 800px;
  background: white;
  margin: 3px;
  width: 100%;
}
#Top main .sec_form .form_sec_border.form-b {
  border: 3px solid #08b17f;
  max-width: 1000px;
  width: 100%;
}
#Top main .sec_form .form_sec_border.form-b .form-container {
  max-width: 1000px;
  width: 100%;
}
#Top main .sec_form .form-container {
  max-width: 800px;
  background: #fff;
  border-radius: 8px;
  width: 100%;
}
#Top main .sec_form .indicator {
  background: #4785dc;
  padding: 10px 15px 18px;
  font-weight: 600;
}
#Top main .sec_form .indicator .caption {
  text-align: center;
  padding-bottom: 10px;
  line-height: 1;
}
#Top main .sec_form .indicator .caption > .text_b {
  font-size: 25px;
}
#Top main .sec_form .indicator .step_wrap {
  display: flex;
  flex-wrap: nowrap;
  max-width: 620px;
  margin: auto;
  gap: 16px;
  font-size: 12px;
}
@media (max-width: 620px) {
  #Top main .sec_form .indicator .step_wrap {
    width: 300px;
  }
}
#Top main .sec_form .indicator-form-b {
  padding: 10px 15px 18px;
  font-weight: 600;
  /* active状態に三角マーカーを追加 */
}
#Top main .sec_form .indicator-form-b .caption {
  text-align: center;
  padding-bottom: 10px;
  line-height: 1;
  font-size: 22.5px;
  padding-bottom: 16px;
}
#Top main .sec_form .indicator-form-b .step_wrap {
  display: flex;
  margin: auto;
  gap: 10px;
  font-size: 13px;
  background-color: #e0e0e0;
  margin-left: 17px;
}
@media (max-width: 600px) {
  #Top main .sec_form .indicator-form-b .step_wrap {
    flex-direction: column;
    background: none;
  }
  #Top main .sec_form .indicator-form-b .step_wrap .step {
    position: relative;
    overflow: visible;
  }
  #Top main .sec_form .indicator-form-b .step_wrap .step::before, #Top main .sec_form .indicator-form-b .step_wrap .step::after {
    display: none !important;
  }
  #Top main .sec_form .indicator-form-b .step_wrap .step.active::after {
    display: block !important;
    content: "";
    position: absolute;
    left: 48%;
    bottom: -10px;
    width: 0;
    height: 0;
    transform: rotate(90deg);
    z-index: 10;
  }
}
#Top main .sec_form .indicator-form-b .step {
  position: relative;
  padding: 0.5em 1.5em 0.5em 1em;
  background-color: #e0e0e0;
  border-radius: 4px;
  margin-right: 10px;
  font-size: 14px;
  white-space: nowrap;
  min-width: 20.3%;
  text-align: center;
  box-sizing: border-box;
  margin-left: -21px;
  font-size: 13px;
}
#Top main .sec_form .indicator-form-b .step.active {
  min-width: 20.3%;
}
#Top main .sec_form .indicator-form-b .step.active::after {
  border-color: transparent transparent transparent #08b17f;
}
#Top main .sec_form .indicator-form-b .step:last-child::before, #Top main .sec_form .indicator-form-b .step:last-child::after {
  display: none;
}
#Top main .sec_form .indicator-form-b .step::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  border-width: 20px 0 20px 18px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  z-index: 1;
}
#Top main .sec_form .indicator-form-b .step::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
  border-width: 16px 0 16px 14px;
  border-style: solid;
  border-color: transparent transparent transparent #e0e0e0;
  z-index: 1;
}
#Top main .sec_form .indicator-form-b .step.active {
  background-color: #08b17f;
  font-weight: bold;
  position: relative;
}
#Top main .sec_form .indicator .step {
  flex: 1;
  text-align: center;
  padding: 5px 5px 5px 25px;
  transition: background-color 0.3s;
  font-weight: bold;
  border-radius: 8px;
  background-color: #d75e5f;
  color: #000000;
  position: relative;
  line-height: 17px;
}
#Top main .sec_form .indicator .step::after {
  content: "";
  display: block;
  height: 3px;
  background-color: #d75e5f;
  width: 22px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -22px;
}
@media (max-width: 620px) {
  #Top main .sec_form .indicator .step {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 26px 5px 10px;
  }
  #Top main .sec_form .indicator .step span {
    margin-top: -1rem;
    display: block;
  }
  #Top main .sec_form .indicator .step::before {
    left: 14px !important;
    top: 2px;
  }
}
#Top main .sec_form .indicator .step::before {
  padding-right: 10px;
  position: absolute;
  left: 5px;
}
#Top main .sec_form .indicator .step:nth-of-type(1)::before {
  content: "①";
  font-size: 18px;
  color: white;
  line-height: 17px;
}
#Top main .sec_form .indicator .step:nth-of-type(2)::before {
  content: "②";
  font-size: 18px;
  color: white;
  line-height: 17px;
}
#Top main .sec_form .indicator .step:nth-of-type(3)::before {
  content: "③";
  font-size: 18px;
  color: white;
}
#Top main .sec_form .indicator .step:nth-of-type(4)::before {
  content: "④";
  font-size: 18px;
  color: white;
}
#Top main .sec_form .indicator .step:nth-of-type(5)::before {
  content: "⑤";
  font-size: 18px;
  color: white;
}
#Top main .sec_form .indicator .step:nth-of-type(5)::after {
  display: none;
}
#Top main .sec_form .indicator .step.active {
  background-color: white;
}
#Top main .sec_form .indicator .step.active:before {
  content: "①";
  color: #ce0018;
  font-size: 18px;
}
#Top main .sec_form .form-section {
  padding: 24px 40px 0;
  background: white;
}
@media (max-width: 768px) {
  #Top main .sec_form .form-section {
    padding: 24px 20px 20px;
  }
}
#Top main .sec_form .form-section h2 {
  margin-bottom: 20px;
  font-size: 18px;
  color: #333;
  position: relative;
  display: flex;
}
#Top main .sec_form .form-section h2 .required, #Top main .sec_form .form-section .required {
  border: 1px solid #f68f9d;
  color: #f68f9d;
  font-size: 12px;
  padding: 3px 7px;
  box-sizing: border-box;
  border-radius: 4px;
  position: static;
  margin-right: 15px;
}
#Top main .sec_form.form-b .form-section h2 .required, #Top main .sec_form .form-section .required {
  border: 1px solid #e9161b;
  color: #e9161b;
}
#Top main .sec_form .form-section h2 .optional, #Top main .sec_form .form-section .optional {
  border: 1px solid #a0a0a0;
  color: #a0a0a0;
  font-size: 12px;
  padding: 15px 7px 3px;
  box-sizing: border-box;
  border-radius: 4px;
  position: static;
  margin-right: 15px;
  padding-top: 4px;
  height: 28px;
  box-sizing: border-box;
  white-space: nowrap;
}
#Top main .sec_form .options .step4-fields label,
#Top main .sec_form .options .step5-fields label{
  background: none !important;
  padding: 0 !important;
}
.step4-fields .required,.step5-fields .required {
 position: static !important;
}
.step4-fields .text_wrap {
  margin-bottom: 10px;
  padding-top: 10px;
}
.step5-fields label .text_wrap {
  margin-bottom: 10px;
  padding-top: 20px;
}
.error-message {
  text-align: left;
}
.mail-text {
  word-break: break-word;
  overflow-wrap: break-word;
}
.step4-fields .error-message {
  text-align: left;
}
.step4-fields .required {
  pointer-events: none;
  top: 34px;
  left: 8px;
  right: auto;
}
.form-a .step5-fields .remain-badge {
    top: 33px;
}
.form-b .step5-fields .remain-badge {
 pointer-events: none;
  top: 7px;
  left: 16px;
  right: auto;
}
.form-b .step5-fields .input_text {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
}
.form-b .step5-fields label:nth-of-type(2) {
  margin-top: 15px;
}
#Top main .sec_form .options {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
  margin-bottom: 98px;
}
#Top main .sec_form .options-step3 {
  flex-direction: column;
}
.error-relative {
  position: relative !important;
}
.privacy-note {
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}
.privacy-note .lock-icon img {
  width: 15px;
  height: auto;
}
@media (max-width: 768px) {
  #Top main .sec_form .options {
    margin-bottom: 28px;
  }
}
#Top main .sec_form .options label {
  width: 32%;
  background: #eeeeee;
  padding: 22px 16px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  color: #5b5b5b;
  /* max-width: 200px; */
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 0.1rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  #Top main .sec_form .options label {
    width: 48%;
  }
}
@media (max-width: 468px) {
  #Top main .sec_form .options label {
    width: 100%;
  }
}
#Top main .sec_form .options input[type=radio] {
  margin-right: 10px;
  transform: scale(1.2);
}
#Top main .sec_form .options.no-back label {
  background: none;
}
#Top main .sec_form .flex-wrap {
  display: flex;
  gap: 2%;
}
#Top main .sec_form .flex-wrap input {
  width: 48%;
}
@media (max-width: 480px) {
  #Top main .sec_form .flex-wrap {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  #Top main .sec_form .flex-wrap input {
    width: 100%;
    max-width: 100%;
  }
}
#Top main .sec_form .options input[type=number], #Top main .sec_form .options input[type=text], #Top main .sec_form .options input[type=email],
 #Top main .sec_form .options input[type=tel] {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
/* ステップ1と2だけ input の UI を非表示にする */
.form-section[data-step="0"] input[type="radio"],
.form-section[data-step="0"] input[type="checkbox"],
.form-section[data-step="1"] input[type="radio"],
.form-section[data-step="1"] input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
select, option {
  -webkit-tap-highlight-color: transparent;
}
select:focus {
  outline: none;
  box-shadow: none;
}
.pref-city-row select {
  color: #000 !important; 
}

#Top main .sec_form .options input {
  background-color: none;
}
#Top main .sec_form .options label:hover {
  /*background: #e9f3ff;*/
}
#Top main .sec_form .next-button-wrap {
  padding: 10px 20px;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}
#Top main .sec_form .prev-button {
  background-color: #ccc;
  color: #333;
  width: 97px;
  height: 29px;
  border-radius: 5px;
  position: absolute;
  left: 15px;
  top: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #Top main .sec_form .prev-button {
    position: static;
    margin-bottom: 20px;
    margin: auto auto 20px;
  }
}
#Top main .sec_form .prev-button > img {
  width: 15px;
  padding-right: 10px;
}
#Top main .sec_form .prev-button:hover {
  opacity: 0.7;
  transition: 0.3s;
}
#Top main .sec_form .next-button {
  background: #d8d8d8;
  color: white;
  width: 277px;
  height: 54px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 19px;
}
#Top main .sec_form #submit-button {
  background: #d8d8d8;
  color: white;
  width: 277px;
  height: 54px;
  border: none;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 19px;
}
#Top main .sec_form .next-button:hover {
  background: #4785dc;
}
#Top main .sec_form #submit-button:hover, .next-button.active, 
#Top main .sec_form #submit-button.active  {
  background: #4785dc !important;
}
.options-other label.input-postcode {
  background: none !important;
  padding: 0 !important;
  margin-top: 10px;
}
.pref-city-row label {
  background: none !important;
  padding: 22px 0 !important;
}
.pref-city-row label:first-child select{
  margin-bottom: 10px !important;
}
.step1-2-custom input[type="radio"],
.step1-2-custom input[type="checkbox"] {
  opacity: 0;
  position: absolute;
}
.pref-city-row  {
  background: none !important;
}
#Top main .sec_form .options-step3 label:hover {
  background: none;
}
.step_3_a_postcode {
  margin-top: 10px;
}
#Top main .sec_form .options-step3 label {
  padding: 0 !important;
}
#Top main .sec_form .options-step3 .check-postalcode {
  padding-top: 15px;
}
#Top main .sec_form .options-step3 .error-message {
  padding-top: 7px;
  text-align: left;
}
.options-step3 .postalcode-wrap {
  background: none !important;
}
.form-section.form-b .postalcode-wrap input {
  max-width: 250px;
}
.step_3_prefecture {
  max-width: 250px !important;
}
.options-step3 .remain-badge {
  top: -26px;
  left: 16px;
}
.step_4_wrapd {
  margin-bottom: 10px !important;
}
.step_4_wrapd .input_text {
  padding-top: 10px;
}
.pref-city-row select {
  width: 100%;
  padding: 12px;
  font-size: 18px;
  border-radius: 6px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  max-width: 250px;
}
.step5-fields .error-message {
  text-align: left;
}
.step5-fields .input_text {
  padding-top: 10px;
}
/* 選択時の色付け */
.step1-2-custom input[type="checkbox"]:checked + label,
.step1-2-custom input[type="radio"]:checked + label {
  background: #e9f3ff;  
}
#Top main .sec_form .options label.active_bg {
  background: #e9f3ff;
}
.circle-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1.5px solid #333;
  margin-left: 6px;
  transition: transform 0.3s ease;
}
.circle-arrow::before {
  content: "▼"; /* 下三角 */
  font-size: 9px;
  line-height: 1;
}
/* active が付いたら上向きに */
.show-pref-city.active .circle-arrow {
  transform: rotate(180deg);
}
/* バッジを重ねるための親要素 */
.error-relative {
  position: relative;
}
/* 残り桁バッジ */
.remain-badge {
    position: absolute;
    left: 8px;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 10px;
    line-height: 1;
    padding: 2px 7px;
    border-radius: 999px;
    background: #deeeff;
    border: 1px solid #e1e6ec;
    color: #333;
    pointer-events: none;
    top: -15px;
    box-shadow: 0 3px 0px rgba(0, 0, 0, 0.1);
}
/* JSから付与して非表示にする用 */
.remain-badge.is-hidden {
  display: none;
}
/* 個別に変えたいなら */
#zip_remain .remain-num { 
  font-size: 16px; 
  padding: 0 2px 0px;
  font-weight: 600;
}
#tel_remain .remain-num { 
  font-size: 16px;
  padding: 0 2px 0px;
  font-weight: 600;
 }
#Top main .sec_message h2 {
  font-size: 22px;
  padding: 70px 0;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
.spinner{
  display:inline-block;width:16px;height:16px;border:2px solid #ccc;border-top-color:#ff616e;
  border-radius:50%;
  animation:spin .6s linear infinite;vertical-align:middle
}
.form-b .spinner {
  border-top-color:#26d497;
}
@keyframes spin{to{transform:rotate(360deg)}}
#Top main .sec_message h2 {
  font-size: 33px;
  padding: 70px 0;
  line-height: 1.6;
  font-weight: 400;
  text-align: center;
}
#Top main .sec_body {
  padding-top: 70px;
  background-color: #141949;
  padding-top: 70px 0 100px;
}
#Top main .sec_body .point-box {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 50px;
  padding-bottom: 80px;
}
#Top main .sec_body .point-box.poin03 {
  margin-top: -40px;
}
@media (max-width: 768px) {
  #Top main .sec_body .point-box {
    display: block;
    padding-bottom: 60px;
  }
}
#Top main .sec_body .point-box .num_wrap {
  color: white;
  text-align: center;
  letter-spacing: 0.3rem;
}
#Top main .sec_body .point-box .num_wrap span {
  display: block;
}
#Top main .sec_body .point-box .num_wrap .text_point {
  font-size: 35px;
  margin-bottom: -10px;
}
#Top main .sec_body .point-box .num_wrap .num {
  font-size: 117px;
  line-height: 1;
}
@media (max-width: 768px) {
  #Top main .sec_body .point-box .num_wrap .num {
    font-size: 70px;
  }
  #Top main .sec_body .point-box .num_wrap .text_point {
    font-size: 26px;
  }
}
#Top main .sec_body .point-box .descri_box h3 {
  font-size: 35px;
  color: white;
  letter-spacing: 0.4rem;
}
#Top main .sec_body .point-box .descri_box .text_yel {
  font-size: 35px;
  color: #ffd154;
}
#Top main .sec_body .point-box .descri_box .text_large {
  font-size: 42px;
}
@media (max-width: 768px) {
  #Top main .sec_body .point-box .descri_box h3 {
    font-size: 29px;
    text-align: center;
    padding-top: 15px;
  }
}
#Top main .sec_body .point-box .img_box {
  padding: 75px 0;
}
@media (max-width: 768px) {
  #Top main .sec_body .point-box .img_box {
    padding: 40px 0;
  }
}
#Top main .sec_body .point-box .img_box > p {
  padding-top: 100px;
  font-size: 27px;
  color: white;
  line-height: 1.7;
}
@media (max-width: 768px) {
  #Top main .sec_body .point-box .img_box > p {
    padding-top: 40px;
    font-size: 22px;
  }
}
#Top main .sec_body .point-box .img_box > p .text_yel {
  font-size: 27px;
  color: #ffd154;
}
@media (max-width: 768px) {
  #Top main .sec_body .point-box .img_box > p .text_yel {
    font-size: 22px;
  }
}
#Top main .sec_body .point-box .text_box p {
  font-size: 27px;
  color: white;
  line-height: 1.7;
}
#Top main .sec_body .point-box .text_box .text_yel {
  font-size: 27px;
  color: #ffd154;
}
@media (max-width: 768px) {
  #Top main .sec_body .point-box .text_box p {
    font-size: 22px;
  }
  #Top main .sec_body .point-box .text_box .text_yel {
    font-size: 22px;
  }
}
#Top main .sec_body .logo_wrap h2 {
  font-size: 40px;
  color: white;
  text-align: left;
  padding-bottom: 77px;
}
#Top main .sec_body .logo_wrap .logo_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 30px;
  row-gap: 30px;
  justify-items: center;
  align-items: center;
}
#Top main .sec_body .logo_wrap .logo_grid img {
  max-width: 100%;
  height: auto;
  width: auto;
  object-fit: contain;
  image-rendering: auto;
}
@media (max-width: 768px) {
  #Top main .sec_body .logo_wrap h2 {
    font-size: 29px;
    padding-top: 15px;
    text-align: center;
  }
  #Top main .sec_body .logo_wrap .logo_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/*==================================
  Blog
==================================*/
.wp-block-image img {
  padding-bottom: 15px;
}

.wp-block-image .alignright::after,
.wp-block-image .alignleft::after {
  content: "";
  display: block;
  clear: both;
}

.wp-block-image {
  overflow: hidden;
  zoom: 1;
}

/*前頁カテゴリー*/
.cate a {
  border: 2px solid rgb(195, 195, 195);
  border: white;
  border-radius: 13px;
  padding: 3px 8px;
  width: 70px;
  background: #0022a1;
  color: white;
}

.date {
  font-size: 12px;
  padding-bottom: 5px;
}

.cate {
  margin-bottom: 5px;
  font-size: 13px;
  margin-top: 13px;
}
#Top .cate {
  margin-top: 0;
}

.news_tit {
  font-size: 18px;
  border-bottom: 1px solid rgb(205, 205, 205);
  padding-top: 10px;
  display: inline;
}

.excerpt {
  padding-top: 10px;
}
.excerpt a {
  color: rgb(121, 121, 121);
  font-size: 11px;
  padding: 5px 21px 5px 12px;
  border-radius: 3px;
  position: relative;
}
.excerpt a > img {
  width: 40px;
  position: absolute;
  right: -30px;
  top: 7px;
  height: 10px;
}

#blog .single-page .sub-header h1 {
  font-size: 22px;
  line-height: 1.6;
}
#blog main {
  /*シングルページ*/
}
#blog main .wrapper {
  position: relative;
  padding-top: 20px;
  padding-bottom: 80px;
  /*フォント　デザイン*/
  /*pager*/
}
#blog main .wrapper .breadcrumbs {
  width: 100%;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  /* margin-top: -50px; */
  /* padding-top: 20px; */
  padding-bottom: 33px;
  font-size: 12px;
  box-sizing: border-box;
  color: #949494;
}
#blog main .wrapper .breadcrumbs span {
  font-size: 12px;
  line-height: 1.3;
}
#blog main .wrapper .fontBig01 {
  font-size: 20px;
}
#blog main .wrapper .fontBig02 {
  font-size: 18px;
}
#blog main .wrapper .fontBold {
  font-weight: 600;
}
#blog main .wrapper .underL {
  border-bottom: 2px solid #7f7f7f;
  line-height: 1.6;
  margin-bottom: 10px;
  padding-top: 10px;
}
#blog main .wrapper .padBottom {
  padding-bottom: 15px;
}
#blog main .wrapper .padtop10 {
  padding-top: 10px;
}
#blog main .wrapper .marB20 {
  margin-bottom: 20px;
}
#blog main .wrapper .squareLine {
  border: 1px solid #7f7f7f;
  padding: 20px;
}
#blog main .wrapper .minusMarT10 {
  margin-top: -10px;
}
#blog main .wrapper .list01 {
  padding-bottom: 10px;
}
#blog main .wrapper .list01 > li {
  position: relative;
  padding-left: 18px;
}
#blog main .wrapper .list01 > li::after {
  content: "■";
  color: #7f7f7f;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 50%;
}
#blog main .wrapper .container02 {
  padding-right: 20px;
  padding-left: 20px;
}
#blog main .wrapper .page_404 {
  text-align: center;
  padding-top: 20px;
}
#blog main .wrapper ul.blog_con {
  margin: 0 auto;
  padding-left: 0;
  display: block;
}
#blog main .wrapper ul.blog_con > li {
  list-style: none;
  box-sizing: border-box;
  border: 1px solid rgb(212, 212, 212);
  max-width: 400px;
  width: 100%;
  margin: auto;
}
#blog main .wrapper ul.blog_con > li .card_wrapper {
  background-color: white;
  height: 100%;
  position: relative;
  padding-bottom: 66px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper {
  padding: 0 15px 12px;
  color: #5e5e5e;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > .category > .post-categories > li > a {
  color: #5e5e5e;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 13px;
  width: 50px;
  margin-top: 19px;
  position: relative;
  border: 2px solid #484848;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper > a > h4.title_blog {
  padding-top: 0px;
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 1.7;
  color: #7f7f7f;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a {
  background-color: #0022a1;
  border-radius: 5px;
  color: white;
  text-align: center;
  margin-top: 20px;
  font-size: 13px;
  margin-bottom: 20px;
  width: 125px;
  height: 30px;
  display: inline-block;
  padding-right: 10px;
  position: absolute;
  bottom: 0;
  line-height: 30px;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a:hover {
  opacity: 0.7;
}
#blog main .wrapper ul.blog_con > li .card_wrapper .text_wrapper .more > a > .arrow {
  width: 7px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
#blog main .wrapper ul.blog_con > li .blog_thumb {
  display: block;
  position: relative;
  padding-top: 53.25%;
  overflow: hidden;
  border-bottom: 1px solid rgb(212, 212, 212);
}
#blog main .wrapper ul.blog_con > li .blog_thumb > img {
  /*max-width: 306px;*/
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#blog main .wrapper .page-numbers.current, #blog main .wrapper .page-numbers, #blog main .wrapper .pagination .prev, #blog main .wrapper .next.page-numbers {
  box-sizing: border-box;
  display: block;
  color: #A4A4A4;
  text-decoration: none;
  text-align: center;
  background: #FFF;
  border: 1px solid #A4A4A4;
  border-radius: 50%;
  min-width: 40px;
  transition: all 0.2s;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 38px;
}
#blog main .wrapper .page-numbers {
  margin: 0 6px;
}
#blog main .wrapper .prev.page-numbers, #blog main .wrapper .next.page-numbers {
  margin: 0 13px;
}
#blog main .wrapper .page-numbers:hover, #blog main .wrapper .pagination .prev:hover, #blog main .wrapper .next.page-numbers:hover {
  color: #FFF;
  background: #6E6E6E;
  /*border: 1px solid #6E6E6E;*/
}
#blog main .wrapper .page-numbers.current {
  margin: 0 0.28em;
}
#blog main .wrapper .pnavi {
  display: flex;
  justify-content: center;
  color: #A4A4A4;
  line-height: 1;
  margin: 0;
  padding: 2em 0;
}
#blog main .wrapper .page-numbers.current {
  background: #6E6E6E;
  color: #fff;
  font-weight: bold;
  border: none;
  margin: 0 0.28em;
}
#blog main.single-page {
  background-color: white;
}
#blog main.single-page .wrapper {
  /* スクリーンリーダー限定テキスト： the_post_navigation() 用 */
  /* リンクが長い場合に重ならないように */
}
#blog main.single-page .wrapper .cont .entryinfo .categories .post-categories > li > a {
  color: #7f7f7f;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  padding: 3px 6px;
  border-radius: 13px;
  display: inline-block;
  width: 50px;
  position: relative;
  border: 2px solid #7f7f7f;
  letter-spacing: 0.08em;
}
#blog main.single-page .wrapper .cont .entryinfo time {
  font-weight: bold;
  display: block;
  padding-bottom: 14px;
  padding-top: 7px;
}
#blog main.single-page .wrapper p {
  padding-bottom: 10px;
}
#blog main.single-page .wrapper .nav-links {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  width: 100%;
}
#blog main.single-page .wrapper .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
#blog main.single-page .wrapper .nav-previous {
  float: left;
}
#blog main.single-page .wrapper .nav-next {
  float: right;
}
#blog main.single-page .wrapper .nav-previous, #blog main.single-page .wrapper .nav-next {
  max-width: 45%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 20px;
}
#blog main.single-page .wrapper .nav-previous > a, #blog main.single-page .wrapper .nav-next > a {
  font-size: 14px;
  color: #303030;
  letter-spacing: 0.01em;
}
#blog main .cate_wrap .list_ttl {
  font-weight: 600;
  border-left: 2px solid #7f7f7f;
  padding-left: 20px;
  margin-bottom: 7px;
  margin-top: 30px;
  color: #7f7f7f;
}
#blog main .cate_wrap > ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
#blog main .cate_wrap > ul > li:first-child {
  padding-left: 20px;
}
#blog main .cate_wrap > ul > li > a {
  padding: 5px 10px;
  border: 1px solid #7f7f7f;
  border-radius: 7px;
  margin: 5px;
  font-size: 14px;
  font-weight: 500;
  transition: 0.3s;
  color: #7f7f7f;
}
#blog main .cate_wrap > ul > li > a:hover {
  background-color: #5575ef;
  color: white;
  border: 1px solid #5575ef;
}

/*＝＝＝＝＝＝Thanks＝＝＝＝＝＝*/
#Thanks main {
  background-color: #f6f6f6;
  padding-top: 20px;
}
#Thanks main .shadow {
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #dfdfdf;
  background-color: white;
}
#Thanks main .page_header .page_header_inner {
  max-width: 973px;
  padding: 20px 34px 34px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #dfdfdf;
  background-color: white;
  text-align: center;
  background-color: white;
  margin: auto auto 25px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #Thanks main .page_header .page_header_inner {
    padding: 30px 20px 20px;
  }
}
#Thanks main .page_header .page_header_inner .name {
  font-size: 22px;
  text-align: center;
  padding-bottom: 20px;
}
#Thanks main .page_header .page_header_inner .text {
  font-size: 14px;
  padding-bottom: 20px;
}
#Thanks main .page_header .page_header_inner .answer_btn {
  background: linear-gradient(to bottom, #ff5f8b, #f72557);
  color: white;
  padding: 16px 36px;
  font-weight: bold;
  border-radius: 6px;
  border: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
  cursor: pointer;
  transition: transform 0.1s ease;
  display: block;
  margin: 20px auto 25px;
  font-size: 18px;
  width: 90px;
}
#Thanks main .page_header .page_header_inner .answer_btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}
#Thanks main .page_header .page_header_inner .confirm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#Thanks main .page_header .page_header_inner .confirm_tel {
  line-height: 1;
  text-align: left;
}
@media (max-width: 768px) {
  #Thanks main .page_header .page_header_inner .confirm_tel {
    text-align: center;
    padding-bottom: 10px;
    line-height: 1.2;
  }
}
#Thanks main .page_header .page_header_inner .confirm_tel .tel {
  font-size: 30px;
}
#Thanks main .page_header .page_header_inner .confirm_mail {
  padding-bottom: 30px;
  text-align: left;
}
@media (max-width: 768px) {
  #Thanks main .page_header .page_header_inner .confirm_mail {
    text-align: center;
    line-height: 1.2;
  }
}
#Thanks main .page_header .page_header_inner .confirm_mail .mail {
  font-size: 25px;
}
#Thanks main .page_header .page_header_inner .end_text {
  font-size: 14px;
  padding-bottom: 20px;
}
#Thanks main .page_header .page_header_inner .info_box {
  background-color: #f6f6f6;
  padding: 30px 16px;
}
#Thanks main .page_header .page_header_inner .info_box .top_text {
  font-size: 14px;
  padding-bottom: 10px;
}
#Thanks main .page_header .page_header_inner .info_box .grid_box {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
}
@media (max-width: 768px) {
  #Thanks main .page_header .page_header_inner .info_box .grid_box {
    grid-template-columns: 1fr;
  }
}
#Thanks main .page_header .page_header_inner .info_box .grid_box .tel_box {
  background-color: #fff0f4;
  border: 2px solid rgb(225, 225, 225);
  padding-top: 25px;
  padding: 25px 10px 20px;
}
#Thanks main .page_header .page_header_inner .info_box .grid_box .tel_box > a {
  font-size: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  #Thanks main .page_header .page_header_inner .info_box .grid_box .tel_box a {
    font-size: 26px;
    line-height: 1;
    padding-bottom: 3px;
  }
  #Thanks main .page_header .page_header_inner .info_box .grid_box .tel_box a > img {
    width: 17px;
  }
  #Thanks main .page_header .page_header_inner .info_box .grid_box .tel_box p {
    font-size: 13px;
  }
}
#Thanks main .page_header .page_header_inner .info_box .grid_box .text_box {
  text-align: left;
  font-size: 12px;
}
#Thanks main .page_header .page_header_inner .info_box .grid_box .text_box h3 {
  color: #0ea5d5;
  font-weight: 600;
  padding-bottom: 20px;
  font-size: 14px;
}
#Thanks main .page_header .page_header_inner .info_box .grid_box .text_box .pt_adjust {
  padding-top: 10px;
}
#Thanks main .banner {
  margin: auto;
}
#Thanks main .banner img {
  margin: auto;
}
#Thanks main .merit_sec h2 {
  padding: 25px 0;
  max-width: 973px;
  margin: auto;
}
#Thanks main .merit_sec .manual_box_wrap {
  max-width: 973px;
  margin: auto;
  padding: 24px 20px 24px;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 768px) {
  #Thanks main .merit_sec .manual_box_wrap {
    grid-template-columns: 1fr;
  }
}
#Thanks main .merit_sec .manual_box_wrap .manual_box h3.tit_num {
  background-color: #e5f4f8;
  position: relative;
  padding: 10px 10px 10px 40px;
  font-size: 14px;
}
#Thanks main .merit_sec .manual_box_wrap .manual_box h3.tit_num::after {
  content: "1";
  display: block;
  width: 25px;
  height: 25px;
  background-color: #ff3d6e;
  color: white;
  position: absolute;
  left: 7px;
  top: 9px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#Thanks main .merit_sec .manual_box_wrap .manual_box:nth-of-type(2) h3::after {
  content: "2";
}
#Thanks main .merit_sec .manual_box_wrap .manual_box:nth-of-type(3) h3::after {
  content: "3";
}
#Thanks main .merit_sec .manual_box_wrap .manual_box .point .descri {
  padding-top: 20px;
  min-height: 200px;
  font-size: 12px;
  line-height: 1.6;
  position: relative;
}
@media (max-width: 768px) {
  #Thanks main .merit_sec .manual_box_wrap .manual_box .point .descri {
    min-height: 100px;
    padding-bottom: 30px;
  }
}
#Thanks main .merit_sec .manual_box_wrap .manual_box .point .descri::after {
  content: "";
  display: block;
  width: 60px;
  height: 20px;
  background: url(../images/common/triangle.svg) no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}
#Thanks main .merit_sec .manual_box_wrap .manual_box .link_box {
  padding-bottom: 50px;
  position: relative;
  border: 1px dashed rgb(207, 207, 207);
  padding: 20px 10px 40px;
}
#Thanks main .merit_sec .manual_box_wrap .manual_box .link_box p {
  padding-top: 30px;
  font-size: 12px;
  min-height: 118px;
}
@media (max-width: 768px) {
  #Thanks main .merit_sec .manual_box_wrap .manual_box .link_box p {
    min-height: 80px;
  }
}
#Thanks main .merit_sec .manual_box_wrap .manual_box .link_box button, .btn-manual {
  background: linear-gradient(to bottom, #ff4170, #ff4473);
  color: white;
  padding: 11px 36px;
  font-weight: bold;
  border-radius: 6px;
  border: none;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  text-align: center;
  cursor: pointer;
  transition: transform 0.1s ease;
  display: block;
  margin: auto;
  font-size: 14px;
  width: calc(100% - 22px);
  position: absolute;
  bottom: 20px;
}
.btn-manual {
  box-sizing: border-box;
  color: white !important;
}
#Thanks main .service_sec .tit_style01 {
  padding: 25px 0;
  max-width: 973px;
  margin: auto;
}
#Thanks main .service_sec .services_inner {
  padding: 24px 20px 24px;
  max-width: 973px;
  margin: auto;
  box-sizing: border-box;
}
#Thanks main .service_sec .services_inner h3 {
  color: #ff5c9d;
  padding: 5px 10px;
  border-left: 5px solid #ff5c9d;
  font-weight: 600;
  margin-bottom: 15px;
}
#Thanks main .service_sec .services_inner .service_text {
  font-size: 12px;
  padding-bottom: 10px;
}
#Thanks main .service_sec .services_inner h4 {
  font-size: 12px;
  position: relative;
  padding-left: 10px;
  padding-bottom: 15px;
}
#Thanks main .service_sec .services_inner h4::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: url(../images/common/em.svg) no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}
#Thanks main .service_sec .services_inner .bg_pink {
  background-color: #fff0f4;
}
#Thanks main .service_sec .services_inner .bg_blue {
  background-color: #e5f4f8;
}
#Thanks main .service_sec .services_inner .tit_flow {
  margin-top: 20px;
}
#Thanks main .service_sec .services_inner .step_box_wrap {
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  font-size: 12px;
}
@media (max-width: 768px) {
  #Thanks main .service_sec .services_inner .step_box_wrap {
    grid-template-columns: 1fr;
  }
}
#Thanks main .service_sec .services_inner .step_box_wrap .tit {
  font-size: 12px;
  color: #ff5c9d;
  padding-bottom: 5px;
  font-weight: 600;
}
#Thanks main .service_sec .services_inner .step_box_wrap .step {
  background-color: white;
  padding: 5px;
  min-height: 150px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  #Thanks main .service_sec .services_inner .step_box_wrap .step {
    min-height: 112px;
  }
}
#Thanks main .service_sec .services_inner .step_box_wrap .caption {
  padding-bottom: 20px;
}
#Thanks main .voices_sec {
  padding-bottom: 50px;
}
#Thanks main .voices_sec h2 {
  padding: 5px 10px;
  border-left: 5px solid #ff5c9d;
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
  margin: auto;
  margin-left: -20px;
  max-width: 973px;
  margin: auto;
}
#Thanks main .voices_sec .tag {
  width: 36px;
  height: 15px;
  background-color: #ff3d6e;
  color: white;
  font-size: 12px;
  border-radius: 1px 3px;
  padding: 2px;
  box-sizing: border-box;
}
#Thanks main .voices_sec .tit {
  font-size: 12px;
  padding-left: 10px;
  font-weight: 600;
}
#Thanks main .voices_sec .shadow {
  max-width: 973px;
  margin: auto;
  box-sizing: border-box;
  padding: 24px 20px 24px;
}
#Thanks main .voices_sec .voices_wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  padding: 10px 5px 24px;
  margin-top: 10px;
}
@media (max-width: 768px) {
  #Thanks main .voices_sec .voices_wrap {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#Thanks main .voices_sec .voices_wrap .tit_wrap {
  padding-bottom: 10px;
  border-bottom: 1px solid #e3e3e3;
}
#Thanks main .voices_sec .voices_wrap .img_wrap {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: flex-start;
  justify-content: center;
  padding-top: 10px;
  gap: 23px;
}
#Thanks main .voices_sec .voices_wrap .img_wrap .img_name_wrap > img {
  width: 130px;
  height: auto;
  border: 1px solid #e3e3e3;
  object-fit: cover;
  padding: 5px;
}
#Thanks main .voices_sec .voices_wrap .img_wrap .img_name_wrap p {
  font-size: 11px;
  text-align: center;
  padding-top: 5px;
}
#Thanks main .voices_sec .voices_wrap .img_wrap .text_box .voice_logo {
  padding-bottom: 10px;
}
#Thanks main .voices_sec .voices_wrap .img_wrap .text_box .text_wrap {
  font-size: 12px;
  padding: 12px 11px;
  background-color: #e5f4f8;
  border-radius: 6px;
  position: relative;
}
#Thanks main .voices_sec .voices_wrap .img_wrap .text_box .text_wrap::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #e5f4f8;
}
#Thanks main .voices_sec .voices_wrap .img_wrap .text_box .text_wrap p {
  font-size: 12px;
}
#Thanks main .voices_sec .voices_wrap .summary {
  font-size: 12px;
  padding-top: 10px;
}
.wp-block-separator {   
   margin-top: 2em;  
   margin-bottom: 2em; 
}