@charset "UTF-8";
/* ★★このcssはscssをコンパイルしたcssです。cssを記述する場合は、こちらに記述せず、merge.cssに記述してください。★★ */
/* ==============================================
CSS information

 file name  : style.css
 style info : style.scssコンパイルしたファイル。

 このスタイルシートの構成
 style.scss参照
=============================================== */
/* ------------------------------------
  reset
------------------------------------ */
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* 10px */ }

body {
  margin: 0;
  padding: 0;
  /* 英数の改行 */
  word-break: break-all;
  word-wrap: break-word;
  line-height: 2.0;
  -webkit-text-size-adjust: none; }

h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p,
header, hgroup, section, article, aside, hgroup, footer, figure, figcaption, nav {
  margin: 0;
  padding: 0;
  font-size: 100%; }

pre, form, fieldset, input, textarea,
div, blockquote, th, td {
  margin: 0;
  padding: 0; }

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

h1, h2, h3, h4, h5, h6, em, b {
  font-weight: normal; }

ul, ol {
  list-style: none; }

li {
  list-style-type: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  /* 印刷時の要素内での改ページをしない */
  page-break-inside: avoid;
  empty-cells: show; }

td {
  vertical-align: top; }

a {
  text-decoration: none; }

caption {
  text-align: left; }

q:before, q:after {
  content: ''; }

object, embed {
  vertical-align: top; }

hr, legend {
  display: none; }

img, abbr, acronym, fieldset {
  border: none;
  vertical-align: bottom;
  /* listにて隙間ができるのを防ぐ kunihro*/ }

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

@media screen and (max-width: 767px) {
  .wrap {
    overflow: hidden; } }
/*=================================================
 * ＜全ページ共通＞ アイコン
 * ================================================ */
/* アイコン
------------------------------------ */
.ico_contact_white::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 13px;
  background: url("../img_cmn/ico_contact_white.svg") no-repeat 0 0;
  vertical-align: middle;
  padding-right: 6px;
  position: relative;
  top: -2px; }

.ico_access::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 18px;
  background: url("../img_cmn/ico_access.svg") no-repeat 0 0;
  vertical-align: middle;
  padding-right: 6px; }

/*=================================================
 * ＜共通:サイトカラー）＞ アイコン
 * ================================================ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * ＜共通＞ コンテンツページ タイトル
 * ================================================ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * ＜共通＞ 見出しパーツ
 * ================================================ */
/*=================================================
 * ＜丸山病院トップ＞ 見出し
 * ================================================ */
.tl_dotted_line {
  font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  display: inline-block;
  position: relative;
  margin-bottom: 60px;
  /* SP */ }
  .tl_dotted_line::before {
    content: '';
    display: inline-block;
    width: 42px;
    height: 8px;
    background: url("../img_cmn/ico_tl_before.svg") no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: -60px;
    margin-top: -4px; }
  .tl_dotted_line::after {
    content: '';
    display: inline-block;
    width: 42px;
    height: 8px;
    background: url("../img_cmn/ico_tl_after.svg") no-repeat 0 0;
    background-size: 100%;
    position: absolute;
    top: 50%;
    right: -60px;
    margin-top: -4px; }
  @media screen and (max-width: 767px) {
    .tl_dotted_line {
      font-size: 2.4rem;
      margin-bottom: 40px; }
      .tl_dotted_line::before {
        width: 34px;
        height: 6px;
        left: -50px; }
      .tl_dotted_line::after {
        width: 34px;
        height: 6px;
        right: -50px; } }

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * ＜共通＞ テキストパーツ
 * ================================================ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * ＜共通＞ ページ内リンク
 * ================================================ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * ＜共通＞ リストパーツ
 * ================================================ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * ＜共通＞ テーブルパーツ
 * ================================================ */
.table_variable {
  width: auto !important; }
  .table_variable tr th {
    width: auto !important; }
  .table_variable tr td {
    width: auto !important; }

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * ボタンパーツ  ベース@mixin
 * ================================================ */
/* ------------------------------------
/* メインボタン
------------------------------------ */
/* ------------------------------------
/* 四角ボタン(min)
------------------------------------ */
/*=================================================
 * ＜共通＞ ボタンパーツ
 * ================================================ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * ＜共通＞ ページ送り
 * ================================================ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * ＜全ページ共通＞ スタイル
 * ================================================ */
 /* ------------------------------------
  default
------------------------------------ */
a {
  color: #3E3E3E;
  outline: none;
  /* Firefoxで点線が出ない処理　kunihiro */ }

td,
th {
  vertical-align: top;
  text-align: left; }

hr.horizontal_line {
  border-top: 1px dashed #49C48F; }

body {
  font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  /* 15px */
  color: #3E3E3E;
  line-height: 1.7;
  margin: 0 auto !important;
  text-align: center;
  /* SP */ }
  @media screen and (max-width: 767px) {
    body {
      font-size: 1.4rem;
      /* 14px */ } }

#Frame {
  text-align: left; }

.cont_edit,
.cont_module {
  padding-top: 125px !important; }
  @media screen and (max-width: 767px) {
    .cont_edit,
    .cont_module {
      padding-top: 64px !important; } }

.main {
  min-width: 1100px;
  /* SP */ }
  @media screen and (max-width: 767px) {
    .main {
      min-width: inherit; } }

.cont_inner {
  width: 1100px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .cont_inner {
      width: inherit;
      padding: 0 17px; }
      .cont_inner .wrap {
        padding-top: 63px; } }

/* レスポンシブ対応
--------------- */
@media screen and (max-width: 767px) {
  .sp_none {
    display: none !important; } }

@media screen and (min-width: 768px) {
  .pc_none {
    display: none !important; } }

@media screen and (max-width: 767px) {
  .sp_i-block {
    display: inline-block !important; } }

@media screen and (max-width: 767px) {
  .sp_block {
    display: block !important; } }

/* 電話リンクをスマホのみにする
--------------- */
/* PC */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none; } }
/* 内部リンク ダミーターゲット
--------------- */
.dummyTarget {
  position: relative; }

.dummyTarget > * {
  visibility: hidden;
  position: absolute;
  top: -70px;
  left: 0; }

.fixedHeader {
  position: fixed;
  width: 100%;
  background-color: #FFF;
  z-index: 100; }

/* ------------------------------------
/* ＜全ページ共通＞ コンテンツ
------------------------------------ */
/* 注意テキスト（トップページ用）
------------------------------------ */
.txt_attention {
  color: #EB4640;
  font-size: 1.3rem;
  margin-top: 12px;
  /* SP */ }
  @media screen and (max-width: 767px) {
    .txt_attention {
      margin-top: 15px; } }

/* メインボックス
------------------------------------ */
.flex_wrap_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
  min-height: 600px;
  /* SP */
  /* SP */ }
  @media screen and (max-width: 767px) {
    .flex_wrap_box {
      min-height: 400px; } }
  .flex_wrap_box aside {
    width: 310px; }
  .flex_wrap_box .main_box {
    width: 790px;
    margin: 0 auto; }
    .flex_wrap_box .main_box .cont_edit_box > *:first-child {
      margin-top: 0px !important; }
  @media screen and (max-width: 767px) {
    .flex_wrap_box {
      flex-wrap: wrap;
      margin-bottom: 0px; }
      .flex_wrap_box aside {
        order: 2;
        width: 100%; }
      .flex_wrap_box .main_box {
        flex: inherit;
        order: 1;
        width: 100%;
        margin-bottom: 60px; }
        .flex_wrap_box .main_box .cont_edit_box > *:first-child {
          margin-top: 10px !important; } }

/*=================================================
 * ＜共通:サイトカラー）＞ メインイメージ
 * ================================================ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 全ページ共通スタイル
 * ================================================ */
#overlayShadow {
  z-index: 101 !important; }

/*=================================================
 * ＜共通＞ ヘッダー
 * ================================================ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * ＜共通＞ フッター
 * ================================================ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * ＜共通＞ サイド
 * ================================================ */
/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * お知らせ（一覧／詳細）<共通>
 * ================================================ */
.news_list_box_wrap,
.news_detail_box_wrap {
  margin-top: 65px;
  /* SP */ }
  @media screen and (max-width: 767px) {
    .news_list_box_wrap,
    .news_detail_box_wrap {
      margin-top: 50px; } }

.category_box {
  margin-bottom: 10px; }
  .category_box .txt_date {
    color: #8D8D8D;
    display: inline-block;
    line-height: 2.6rem;
    margin-right: 5px; }
  .category_box .ico_category {
    color: #3E3E3E;
    display: inline-block;
    font-size: 1.3rem;
    line-height: 2.6rem;
    padding: 0 20px;
    position: relative;
    top: -3px;
    left: 0;
    border: solid 1px #3E3E3E;
    border-radius: 1px; }
    .category_box .ico_category.category_color_01 {
      color: #3E3E3E;
      border: solid 1px #3E3E3E; }
    .category_box .ico_category.category_color_02 {
      color: #079558;
      border: solid 1px #079558; }
    .category_box .ico_category.category_color_03 {
      color: #F17624;
      border: solid 1px #F17624; }

/*=================================================
 * お知らせ（一覧）＜共通部品＞
 * ================================================ */
.news_list_box {
  background-color: #FFF; }
  .news_list_box .news_list {
    border-top: solid 1px #C9C9C9;
    border-bottom: solid 1px #C9C9C9; }
    .news_list_box .news_list .link_box_list {
      border-bottom: dotted 2px #C9C9C9;
      text-align: left; }
      .news_list_box .news_list .link_box_list:last-child {
        border-bottom: none; }
      .news_list_box .news_list .link_box_list a {
        position: relative;
        cursor: pointer;
        color: #3E3E3E;
        display: flex;
        padding: 30px 20px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .news_list_box .news_list .link_box_list a {
            flex-wrap: wrap;
            padding: 25px 0px; } }
        .news_list_box .news_list .link_box_list a:hover {
          opacity: 0.8;
          transition: .3s; }
        .news_list_box .news_list .link_box_list a::after {
          transition: all 0.5s;
          position: absolute;
          content: "";
          background: url(../img_cmn/ico_arrow_black.svg) no-repeat;
          background-size: 12px auto;
          width: 13px;
          height: 22px;
          margin-top: -10px;
          right: 20px;
          top: 50%;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .news_list_box .news_list .link_box_list a::after {
              background-size: 10px auto;
              width: 10px;
              height: 20px;
              margin-top: -8px;
              right: 0px; } }
        .news_list_box .news_list .link_box_list a .ico_new_box {
          width: 50px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .news_list_box .news_list .link_box_list a .ico_new_box {
              width: 100%; } }
          .news_list_box .news_list .link_box_list a .ico_new_box .ico_new {
            font-size: 1.3rem;
            color: #FFF;
            display: inline-block;
            padding: 1px 12px;
            background-color: #E57571;
            border-radius: 50px;
            position: relative;
            top: -2px;
            left: 0; }
        .news_list_box .news_list .link_box_list a .cont_box {
          flex: 1;
          text-align: left;
          margin: 0 50px 0 20px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .news_list_box .news_list .link_box_list a .cont_box {
              margin: 0 20px 0 0px; } }

/*=================================================
 * お知らせ（一覧）＜トップ用 上書き＞
 * ================================================ */
.top_news_list .news_list_box .news_list {
  padding: 5px 90px 5px;
  /* SP */ }
  @media screen and (max-width: 767px) {
    .top_news_list .news_list_box .news_list {
      padding: 5px 10px 5px; } }
  .top_news_list .news_list_box .news_list .link_box_list a {
    padding: 20px 20px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .top_news_list .news_list_box .news_list .link_box_list a {
        padding: 20px 0px; } }
    .top_news_list .news_list_box .news_list .link_box_list a .ico_new_box .ico_new {
      top: 0px; }
    .top_news_list .news_list_box .news_list .link_box_list a .cont_box {
      /* SP */ }
      .top_news_list .news_list_box .news_list .link_box_list a .cont_box .category_box {
        margin-bottom: 0;
        display: inline-block; }
        .top_news_list .news_list_box .news_list .link_box_list a .cont_box .category_box .ico_category {
          top: -1px; }
      .top_news_list .news_list_box .news_list .link_box_list a .cont_box .title {
        display: inline;
        margin-left: 15px; }
      @media screen and (max-width: 767px) {
        .top_news_list .news_list_box .news_list .link_box_list a .cont_box .category_box {
          display: block; }
        .top_news_list .news_list_box .news_list .link_box_list a .cont_box .title {
          margin-left: 0px; } }
    .top_news_list .news_list_box .news_list .link_box_list a .text-ellipsis {
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      width: 100%;
      line-height: 3.0rem; }

/*=================================================
 * お知らせ（詳細）
 * ================================================ */
.cont_news_detail {
  /* ------------------------------------
  /* エディタ編集部分
  ------------------------------------ */
  /* ------------------------------------
  /* 最新の投稿
  ------------------------------------ */ }
  .cont_news_detail .article {
    padding: 40px 30px;
    border-top: solid 1px #C9C9C9;
    border-bottom: solid 1px #C9C9C9;
    /* SP */
    /* タイトルボックス
    ------------------------------------ */
    /* メイン記事ボックス
    ------------------------------------ */
    /* SNSリンクボックス
    ------------------------------------ */ }
    @media screen and (max-width: 767px) {
      .cont_news_detail .article {
        border: none;
        border-top: solid 1px #C9C9C9;
        border-bottom: solid 1px #C9C9C9;
        padding: 30px 0px; } }
    .cont_news_detail .article .article_header .category_box {
      margin-bottom: 15px; }
      .cont_news_detail .article .article_header .category_box .ico_new {
        font-size: 1.3rem;
        color: #FFF;
        display: inline-block;
        padding: 1px 12px;
        background-color: #E57571;
        border-radius: 50px;
        margin-right: 5px;
        position: relative;
        top: -2px;
        left: 0; }
    .cont_news_detail .article .article_header h1 {
      font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
      font-size: 2.6rem;
      line-height: 4.0rem;
      font-weight: bold;
      margin-bottom: 50px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .cont_news_detail .article .article_header h1 {
          font-size: 2.0rem;
          line-height: 3.4rem;
          margin-bottom: 30px; } }
    .cont_news_detail .article .article_body {
      /* リンクテキスト
      ------------------------------------ */
      /* 見出しスタイル
      ------------------------------------ */
      /* テーブルスタイル
      ------------------------------------ */ }
      .cont_news_detail .article .article_body p {
        line-height: 3.0rem;
        margin-bottom: 30px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .cont_news_detail .article .article_body p {
            line-height: 2.8rem;
            margin-bottom: 20px; } }
      .cont_news_detail .article .article_body img {
        max-width: 100%;
        margin: 0 0 30px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .cont_news_detail .article .article_body img {
            margin: 0 0 20px;
            max-width: 100%;
            max-height: 220px;
            height: auto;
            object-fit: contain;
            font-family: 'object-fit: contain;'; } }
      .cont_news_detail .article .article_body ul {
        font-size: 1.4rem;
        margin: 0 0 30px;
        /* SP */ }
        .cont_news_detail .article .article_body ul li {
          padding-left: 2em;
          text-indent: -1.5em;
          margin: 10px 0; }
          .cont_news_detail .article .article_body ul li::before {
            content: "•　";
            color: #8D8D8D; }
        @media screen and (max-width: 767px) {
          .cont_news_detail .article .article_body ul {
            font-size: 1.3rem;
            margin: 0 0 20px; }
            .cont_news_detail .article .article_body ul li {
              margin: 8px 0; } }
      .cont_news_detail .article .article_body a {
        color: #1558D6;
        text-decoration: underline; }
      .cont_news_detail .article .article_body h1 {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-size: 2.6rem;
        line-height: 4.0rem;
        font-weight: bold;
        margin-top: 50px;
        margin-bottom: 30px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .cont_news_detail .article .article_body h1 {
            font-size: 2.0rem;
            line-height: 3.4rem;
            margin-top: 40px;
            margin-bottom: 20px; } }
      .cont_news_detail .article .article_body h2 {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-size: 2.4rem;
        font-weight: bold;
        border-bottom: solid 2px #C9C9C9;
        padding-bottom: 5px;
        margin-top: 50px;
        margin-bottom: 40px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .cont_news_detail .article .article_body h2 {
            font-size: 2.0rem;
            padding-bottom: 0px;
            margin-top: 40px;
            margin-bottom: 30px; } }
      .cont_news_detail .article .article_body h3 {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-size: 2.2rem;
        font-weight: bold;
        margin-top: 50px;
        margin-bottom: 20px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .cont_news_detail .article .article_body h3 {
            font-size: 1.8rem;
            margin-top: 40px;
            margin-bottom: 20px; } }
      .cont_news_detail .article .article_body h4 {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-size: 2.0rem;
        font-weight: bold;
        margin-top: 50px;
        margin-bottom: 20px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .cont_news_detail .article .article_body h4 {
            font-size: 1.8rem;
            margin-top: 40px;
            margin-bottom: 20px; } }
        .cont_news_detail .article .article_body h4::before {
          content: '';
          display: inline-block;
          width: 50px;
          height: 2px;
          box-sizing: border-box;
          background-color: #C9C9C9;
          margin-right: 20px;
          position: relative;
          top: -7px;
          left: 0; }
      .cont_news_detail .article .article_body h5 {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.8rem;
        font-weight: bold;
        border-bottom: solid 1px #C9C9C9;
        padding-bottom: 5px;
        margin-top: 50px;
        margin-bottom: 30px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .cont_news_detail .article .article_body h5 {
            font-size: 1.6rem;
            padding-bottom: 0px;
            margin-top: 40px;
            margin-bottom: 30px; } }
      .cont_news_detail .article .article_body h6 {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 20px;
        font-weight: bold;
        color: #8D8D8D;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .cont_news_detail .article .article_body h6 {
            font-size: 1.6rem;
            margin-top: 40px;
            margin-bottom: 20px; } }
      .cont_news_detail .article .article_body table {
        width: 100%;
        box-sizing: border-box;
        margin: 30px 0;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .cont_news_detail .article .article_body table {
            margin: 20px 0;
            display: block;
            overflow-x: scroll;
            white-space: nowrap;
            -webkit-overflow-scrolling: touch; } }
        .cont_news_detail .article .article_body table thead {
          font-size: 1.4rem; }
          .cont_news_detail .article .article_body table thead tr {
            width: 100%;
            border: solid 1px #C9C9C9;
            box-sizing: border-box; }
            .cont_news_detail .article .article_body table thead tr th {
              padding: 10px 15px;
              font-weight: bold;
              background-color: #F7F7F7;
              border-left: solid 1px #C9C9C9;
              box-sizing: border-box; }
              .cont_news_detail .article .article_body table thead tr th:first-child {
                border-left: none; }
        .cont_news_detail .article .article_body table tbody {
          font-size: 1.4rem; }
          .cont_news_detail .article .article_body table tbody tr {
            width: 100%;
            border: solid 1px #C9C9C9;
            box-sizing: border-box; }
            .cont_news_detail .article .article_body table tbody tr td {
              padding: 10px 15px;
              border-left: solid 1px #C9C9C9;
              box-sizing: border-box; }
              .cont_news_detail .article .article_body table tbody tr td:first-child {
                border-left: none;
                font-weight: bold; }
  .cont_news_detail .latest_news_box {
    margin: 100px 0 30px; }

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * ＜共通＞ liaise
 * ================================================ */
/*=================================================
 * ＜共通＞ FAQ
 * ================================================ */
/*=================================================
 * 丸山病院（デフォルト） 共通パーツの実装
 * ================================================ */
.page_top_maruyama {
  /* ------------------------------------
  /* コンテンツ パーツ
  ------------------------------------ */
  /* アイコン
  --------------- */
  /* アイコン
  ------------------------------------ */
  /* コンテンツページ タイトル
  --------------- */
  /* ------------------------------------
  /* コンテンツページ タイトル
  ------------------------------------ */
  /* ------------------------------------
  /* パンくず
  ------------------------------------ */
  /* ページ送りパーツ
  --------------- */
  /* ------------------------------------
  /* ページ送り 全体スタイル
  ------------------------------------ */
  /* ------------------------------------
  /* ページ番号
  ------------------------------------ */
  /* ------------------------------------
  /* 一覧へ戻るボタン
  ------------------------------------ */
  /* 見出しパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* テキストパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* テキスト＋画像 パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* 画像パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* テキスト装飾
  ------------------------------------ */
  /* ページ内リンク
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* リストパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* テーブルパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* ボタンパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /*=================================================
   * ＜共通＞ ボタン
   * ================================================ */
  /* ------------------------------------
  /* 電話ボタン
  ------------------------------------ */
  /* ------------------------------------
  /* お問い合わせ リンク
  ------------------------------------ */
  /* ------------------------------------
  /* メインイメージ
  ------------------------------------ */
  /* メインイメージ
  ------------------------------------ */
  /* トップスライダー（js上書き）
  ------------------------------------ */
  /* キャッチコピー
  --------------- */
  /* ------------------------------------
  /* ヘッダー
  ------------------------------------ */
  /* ------------------------------------
  /* ヘッダー（グローバルナビ）
  ------------------------------------ */
  /* 共通ボタン
  ------------------------------------ */
  /*=================================================
  * スマホメニュー
  * ================================================ */
  /* ------------------------------------
    js:画面下スクロールでヘッダーサイズを変更
  ------------------------------------ */
  /* ------------------------------------
  /* フッダー
  ------------------------------------ */
  /* ------------------------------------
  /* 共通フッダー
  ------------------------------------ */
  /* フッダー
  ------------------------------------ */
  /* ------------------------------------
  /* サイド
  ------------------------------------ */
  /* sp_nav_list_box　（SP下部ナビゲーション）
  ------------------------------------ */
  /*=================================================
  * モジュールページ
  * ================================================ */
  /* ------------------------------------
  /* FAQ
  ------------------------------------ */
  /* ------------------------------------
  /* FAQ　リスト
  ------------------------------------ */
  /* ------------------------------------
  /* SP カテゴリーリスト
  ------------------------------------ */
  /* ------------------------------------
  /* liaise
  ------------------------------------ */
  /* ------------------------------------
   /* お問い合わせフォーム
   ------------------------------------ */
  /* ------------------------------------
   /* お問い合わせフォーム（確認画面 上書き）
   ------------------------------------ */
  /* ------------------------------------
   /* お問い合わせフォーム（送信完了画面 上書き）
   ------------------------------------ */
  /*=================================================
   * 丸山病院（デフォルト） コンテンツ
   * ================================================ */
  /* ------------------------------------
  /* ご利用案内
  ------------------------------------ */
  /* ------------------------------------
  /* 特長
  ------------------------------------ */
  /* ------------------------------------
  /* お知らせ
  ------------------------------------ */
  /* ------------------------------------
  /* 当院について
  ------------------------------------ */
  /* ------------------------------------
  /* SP下部ナビゲーション
  ------------------------------------ */ }
  .page_top_maruyama #content {
    padding-top: 30px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama #content {
        padding-top: 110px; } }
  .page_top_maruyama .ico_faq::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../img_cmn/ico_faq.svg") no-repeat 0 0;
    background-size: 21px 21px;
    vertical-align: middle;
    padding-right: 4px;
    position: relative;
    top: -1px; }
  .page_top_maruyama .ico_ex_link::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../img_cmn/ico_ex_link.svg") no-repeat 0 0;
    vertical-align: middle;
    padding-right: 7px;
    position: relative;
    top: -1px; }
  .page_top_maruyama .ico_contact::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 13px;
    background: url("../img_cmn/ico_contact.svg") no-repeat 0 0;
    vertical-align: middle;
    padding-right: 6px;
    position: relative;
    top: -2px; }
  .page_top_maruyama .page_tl {
    margin-bottom: 20px;
    /* SP */ }
    .page_top_maruyama .page_tl .page_tl_box {
      width: 100%;
      height: 130px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #E1F5E4; }
      .page_top_maruyama .page_tl .page_tl_box .tl_cont_page {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-size: 3.2rem;
        font-weight: bold;
        display: inline-block;
        margin: 0 20px; }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .page_tl {
        margin-bottom: 10px; }
        .page_top_maruyama .page_tl .page_tl_box {
          height: 80px; }
          .page_top_maruyama .page_tl .page_tl_box .tl_cont_page {
            font-size: 2.4rem;
            margin: 0 10px; }
          .page_top_maruyama .page_tl .page_tl_box img {
            width: 30px;
            height: auto; } }
  .page_top_maruyama .topic_path {
    margin-bottom: 50px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .topic_path {
        margin-bottom: 40px; } }
    .page_top_maruyama .topic_path .topic_path_list {
      display: flex;
      flex-wrap: wrap; }
      .page_top_maruyama .topic_path .topic_path_list li {
        position: relative;
        padding: 0 15px;
        display: inline-block;
        font-size: 1.4rem;
        margin-bottom: 2px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .topic_path .topic_path_list li {
            font-size: 1.3rem; } }
        .page_top_maruyama .topic_path .topic_path_list li a {
          text-decoration: underline;
          color: #079558; }
          .page_top_maruyama .topic_path .topic_path_list li a:hover {
            opacity: 0.8;
            transition: .3s; }
        .page_top_maruyama .topic_path .topic_path_list li::before {
          display: inline-block;
          content: '＞';
          font-size: 1.2rem;
          position: absolute;
          top: 1px;
          left: 0px;
          color: #3E3E3E; }
        .page_top_maruyama .topic_path .topic_path_list li:first-child {
          text-indent: -1.2em; }
          .page_top_maruyama .topic_path .topic_path_list li:first-child::before {
            display: none; }
  .page_top_maruyama .page_nav {
    margin: 50px 0 30px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .page_nav {
        margin: 40px 0 0px; } }
    .page_top_maruyama .page_nav .pages {
      text-align: center;
      /* ------------------------------------
      /* 「前へ」「次へ」ボタン
      ------------------------------------ */
      /* SP */
      /* ページが存在しない場合
        --------------- */ }
      .page_top_maruyama .page_nav .pages .page_list {
        display: flex;
        justify-content: center;
        align-items: center;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .page_nav .pages .page_list {
            flex-wrap: wrap; } }
      .page_top_maruyama .page_nav .pages .next a,
      .page_top_maruyama .page_nav .pages .prev a {
        border: none;
        display: inline-block;
        position: relative;
        border: solid 1px #49C48F;
        border-radius: 5px;
        padding: 3px 0;
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 4.0rem;
        width: 120px; }
        .page_top_maruyama .page_nav .pages .next a:hover,
        .page_top_maruyama .page_nav .pages .prev a:hover {
          opacity: 0.6;
          transition: .3s;
          text-decoration: none; }
      .page_top_maruyama .page_nav .pages .next {
        margin-left: 30px; }
        .page_top_maruyama .page_nav .pages .next a:after {
          content: "";
          position: absolute;
          background: url("../img_cmn/ico_arrow.svg") no-repeat;
          background-size: 16px 16px;
          width: 16px;
          height: 16px;
          right: 10px;
          top: 50%;
          margin-top: -8px;
          transform: rotate(0deg); }
      .page_top_maruyama .page_nav .pages .prev {
        margin-right: 30px; }
        .page_top_maruyama .page_nav .pages .prev a:after {
          content: "";
          position: absolute;
          background: url("../img_cmn/ico_arrow.svg") no-repeat;
          background-size: 16px 16px;
          width: 16px;
          height: 16px;
          left: 10px;
          top: 50%;
          margin-top: -8px;
          transform: rotate(180deg); }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .page_nav .pages .next {
          order: 3;
          margin-left: 10px;
          width: 45%; }
          .page_top_maruyama .page_nav .pages .next a {
            width: 100%; }
        .page_top_maruyama .page_nav .pages .prev {
          order: 2;
          margin-right: 10px;
          width: 45%; }
          .page_top_maruyama .page_nav .pages .prev a {
            width: 100%; }
        .page_top_maruyama .page_nav .pages .return_btn_box {
          margin-top: 30px;
          order: 4;
          width: 100%; }
          .page_top_maruyama .page_nav .pages .return_btn_box a {
            width: 96%; } }
      .page_top_maruyama .page_nav .pages .no_link a {
        background-color: #F7F7F7;
        border: none;
        color: #8D8D8D; }
        .page_top_maruyama .page_nav .pages .no_link a:after {
          display: none; }
  .page_top_maruyama .page_number_box {
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .page_number_box {
        order: 1;
        margin: 0  0 30px;
        width: 100%; } }
    .page_top_maruyama .page_number_box li:first-child {
      margin-left: 0; }
    .page_top_maruyama .page_number_box .current {
      margin-left: 10px;
      display: inline-block;
      position: relative;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .page_number_box .current {
          margin-left: 8px; } }
      .page_top_maruyama .page_number_box .current a {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        color: #FFF;
        font-weight: bold;
        font-size: 1.6rem;
        display: inline-block;
        text-align: center;
        line-height: 48px;
        padding: 0 15px;
        min-width: 50px;
        box-sizing: border-box;
        background-color: #49C48F;
        border: 1px solid #49C48F;
        border-radius: 50px;
        pointer-events: none;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .page_number_box .current a {
            font-size: 1.4rem;
            line-height: 38px;
            min-width: 40px; } }
    .page_top_maruyama .page_number_box .current_none {
      margin-left: 10px;
      display: inline-block;
      position: relative;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .page_number_box .current_none {
          margin-left: 8px; } }
      .page_top_maruyama .page_number_box .current_none a {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 1.6rem;
        display: inline-block;
        text-align: center;
        line-height: 48px;
        padding: 0 15px;
        min-width: 50px;
        box-sizing: border-box;
        background-color: #fff;
        border: 1px solid #49C48F;
        border-radius: 50px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .page_number_box .current_none a {
            font-size: 1.4rem;
            line-height: 38px;
            min-width: 40px; } }
        .page_top_maruyama .page_number_box .current_none a:hover {
          color: #FFF;
          background-color: #49C48F;
          text-decoration: none; }
          .page_top_maruyama .page_number_box .current_none a:hover span {
            color: #FFF; }
  .page_top_maruyama .return_btn_box a {
    border: none;
    display: inline-block;
    position: relative;
    border: solid 1px #49C48F;
    border-radius: 5px;
    padding: 3px 0;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 4.0rem;
    width: 300px; }
    .page_top_maruyama .return_btn_box a:hover {
      opacity: 0.6;
      transition: .3s;
      text-decoration: none; }
    .page_top_maruyama .return_btn_box a .ico_list::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url("../img_cmn/ico_list.svg") no-repeat 0 0;
      background-repeat: no-repeat;
      background-size: auto;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      position: relative;
      top: 4px;
      left: -10px; }
  .page_top_maruyama .parts_tl_01 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    border-bottom: solid 2px #49C48F;
    padding-bottom: 5px;
    margin-top: 65px;
    margin-bottom: 25px;
    /* SP */ }
    .page_top_maruyama .parts_tl_01::before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      box-sizing: border-box;
      border-radius: 50%;
      background-color: #49C48F;
      margin-right: 20px;
      position: relative;
      top: -5px;
      left: 0; }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .parts_tl_01 {
        font-size: 2.2rem;
        margin-top: 50px;
        margin-bottom: 20px;
        padding-left: 0.8em;
        text-indent: -0.8em; }
        .page_top_maruyama .parts_tl_01::before {
          width: 8px;
          height: 8px;
          margin-right: 10px;
          top: -3px; } }
  .page_top_maruyama .parts_tl_02 {
    display: block;
    position: relative;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.6rem;
    font-weight: bold;
    border-bottom: solid 1px #49C48F;
    padding-bottom: 5px;
    margin-top: 65px;
    margin-bottom: 25px;
    /* SP */ }
    .page_top_maruyama .parts_tl_02::before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      box-sizing: border-box;
      border: solid 3px #49C48F;
      border-radius: 50%;
      background-color: #FFF;
      margin-right: 20px;
      position: relative;
      top: -5px;
      left: 0; }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .parts_tl_02 {
        font-size: 2.0rem;
        margin-top: 50px;
        margin-bottom: 20px;
        padding-left: 0.9em;
        text-indent: -0.9em; }
        .page_top_maruyama .parts_tl_02::before {
          width: 8px;
          height: 8px;
          margin-right: 10px;
          top: -3px; } }
  .page_top_maruyama .parts_tl_03 {
    display: block;
    position: relative;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 65px;
    margin-bottom: 25px;
    padding: 5px 0;
    background-color: #F1FAF3;
    /* SP */ }
    .page_top_maruyama .parts_tl_03::before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      box-sizing: border-box;
      border: solid 3px #49C48F;
      border-radius: 50%;
      background-color: #FFF;
      margin-left: 20px;
      margin-right: 20px;
      position: relative;
      top: -5px;
      left: 0; }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .parts_tl_03 {
        font-size: 2.0rem;
        margin-top: 50px;
        margin-bottom: 20px;
        padding: 7px 0;
        padding-left: 1.4em;
        text-indent: -1.4em; }
        .page_top_maruyama .parts_tl_03::before {
          width: 8px;
          height: 8px;
          margin-left: 10px;
          margin-right: 10px;
          top: -3px; } }
  .page_top_maruyama .parts_tl_04 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 65px;
    margin-bottom: 20px;
    /* SP */ }
    .page_top_maruyama .parts_tl_04::before {
      content: '';
      display: inline-block;
      width: 50px;
      height: 1px;
      box-sizing: border-box;
      background-color: #49C48F;
      margin-right: 20px;
      position: relative;
      top: -7px;
      left: 0; }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .parts_tl_04 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px;
        padding-left: 2.2em;
        text-indent: -2.2em; }
        .page_top_maruyama .parts_tl_04::before {
          width: 30px;
          margin-right: 10px; } }
  .page_top_maruyama .parts_tl_05 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    border-bottom: dotted 2px #49C48F;
    padding-bottom: 5px;
    margin-top: 65px;
    margin-bottom: 25px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .parts_tl_05 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px; }
        .page_top_maruyama .parts_tl_05::before {
          width: 30px;
          margin-right: 10px; } }
  .page_top_maruyama .parts_tl_06 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    color: #079558;
    margin-top: 65px;
    margin-bottom: 20px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .parts_tl_06 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px; } }
  .page_top_maruyama .parts_tl_07 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    color: #3E3E3E;
    margin-top: 65px;
    margin-bottom: 20px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .parts_tl_07 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px; } }
  .page_top_maruyama .parts_tl_08 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    color: #E57571;
    margin-top: 65px;
    margin-bottom: 20px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .parts_tl_08 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px; } }
  .page_top_maruyama .parts_txt_01 {
    display: block;
    margin: 30px 0; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_txt_01 {
      display: block;
      margin: 20px 0; } }
  .page_top_maruyama .parts_txt_02 {
    display: block;
    margin: 30px 0;
    text-align: center; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_txt_02 {
      display: block;
      margin: 20px 0; } }
  .page_top_maruyama .parts_txt_03 {
    display: block;
    padding: 30px;
    margin-top: 30px;
    border: solid 1px #49C48F; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_txt_03 {
      padding: 20px;
      margin-top: 20px; } }
  .page_top_maruyama .parts_txt_04 {
    display: block;
    padding: 30px;
    margin-top: 30px;
    background-color: #F1FAF3;
    border-radius: 1px; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_txt_04 {
      padding: 20px;
      margin-top: 20px; } }
  .page_top_maruyama .parts_txt_05 {
    display: block;
    padding: 30px;
    margin-top: 30px;
    background-color: #F7F7F7;
    border-radius: 1px; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_txt_05 {
      padding: 20px;
      margin-top: 20px; } }
  .page_top_maruyama .parts_txt_06 {
    display: block;
    padding: 30px;
    margin-top: 30px;
    background-color: #FDECEB;
    border-radius: 1px; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_txt_06 {
      padding: 20px;
      margin-top: 20px; } }
  .page_top_maruyama .parts_txt_07,
  .page_top_maruyama .parts_txt_08 {
    display: flex;
    justify-content: space-between;
    margin: 30px 0; }
    .page_top_maruyama .parts_txt_07 .txt_box,
    .page_top_maruyama .parts_txt_08 .txt_box {
      width: 375px; }
    .page_top_maruyama .parts_txt_07 .img_box,
    .page_top_maruyama .parts_txt_08 .img_box {
      width: 375px; }
      .page_top_maruyama .parts_txt_07 .img_box img,
      .page_top_maruyama .parts_txt_08 .img_box img {
        width: 375px;
        height: 250px;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
      .page_top_maruyama .parts_txt_07 .img_box .txt_caption,
      .page_top_maruyama .parts_txt_08 .img_box .txt_caption {
        display: block;
        text-align: center;
        margin-top: 10px;
        font-size: 1.3rem; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_txt_07,
    .page_top_maruyama .parts_txt_08 {
      flex-wrap: wrap;
      justify-content: center;
      margin: 20px 0; }
      .page_top_maruyama .parts_txt_07 .txt_box,
      .page_top_maruyama .parts_txt_08 .txt_box {
        width: 100%; }
      .page_top_maruyama .parts_txt_07 .img_box,
      .page_top_maruyama .parts_txt_08 .img_box {
        width: 100%; }
        .page_top_maruyama .parts_txt_07 .img_box img,
        .page_top_maruyama .parts_txt_08 .img_box img {
          width: 100%;
          height: 220px; }
    .page_top_maruyama .parts_txt_07 .img_box {
      margin-top: 15px; }
    .page_top_maruyama .parts_txt_08 .txt_box {
      margin-top: 15px; } }
  .page_top_maruyama .parts_txt_09 {
    margin: 30px 0; }
    .page_top_maruyama .parts_txt_09 .img_box {
      float: right;
      width: 375px;
      margin-left: 40px;
      margin-bottom: 20px; }
      .page_top_maruyama .parts_txt_09 .img_box img {
        width: 375px;
        height: 250px;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
      .page_top_maruyama .parts_txt_09 .img_box .txt_caption {
        display: block;
        text-align: center;
        margin-top: 10px;
        font-size: 1.3rem; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_txt_09 {
      margin: 20px 0; }
      .page_top_maruyama .parts_txt_09 .img_box {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 0px; }
        .page_top_maruyama .parts_txt_09 .img_box img {
          width: 100%;
          height: 220px;
          object-fit: contain;
          font-family: 'object-fit: contain;'; }
      .page_top_maruyama .parts_txt_09 .txt_box {
        margin-top: 15px; } }
  .page_top_maruyama .parts_txt_10 {
    margin: 30px 0; }
    .page_top_maruyama .parts_txt_10 .img_box {
      float: left;
      width: 375px;
      margin-right: 40px;
      margin-bottom: 20px; }
      .page_top_maruyama .parts_txt_10 .img_box img {
        width: 375px;
        height: 250px;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
      .page_top_maruyama .parts_txt_10 .img_box .txt_caption {
        display: block;
        text-align: center;
        margin-top: 10px;
        font-size: 1.3rem; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_txt_10 {
      margin: 20px 0; }
      .page_top_maruyama .parts_txt_10 .img_box {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 0px; }
        .page_top_maruyama .parts_txt_10 .img_box img {
          width: 100%;
          height: 220px;
          object-fit: contain;
          font-family: 'object-fit: contain;'; }
      .page_top_maruyama .parts_txt_10 .txt_box {
        margin-top: 15px; } }
  .page_top_maruyama .parts_txt_11 .parts_txt_list,
  .page_top_maruyama .parts_btn_06 .parts_txt_list,
  .page_top_maruyama .parts_btn_07 .parts_txt_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 40px; }
    .page_top_maruyama .parts_txt_11 .parts_txt_list li .parts_txt_box,
    .page_top_maruyama .parts_btn_06 .parts_txt_list li .parts_txt_box,
    .page_top_maruyama .parts_btn_07 .parts_txt_list li .parts_txt_box {
      width: 375px; }
      .page_top_maruyama .parts_txt_11 .parts_txt_list li .parts_txt_box .img_box img,
      .page_top_maruyama .parts_btn_06 .parts_txt_list li .parts_txt_box .img_box img,
      .page_top_maruyama .parts_btn_07 .parts_txt_list li .parts_txt_box .img_box img {
        width: 375px;
        height: 250px;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
      .page_top_maruyama .parts_txt_11 .parts_txt_list li .parts_txt_box .tl_box,
      .page_top_maruyama .parts_btn_06 .parts_txt_list li .parts_txt_box .tl_box,
      .page_top_maruyama .parts_btn_07 .parts_txt_list li .parts_txt_box .tl_box {
        margin-top: 15px;
        color: #079558;
        font-size: 1.8rem; }
      .page_top_maruyama .parts_txt_11 .parts_txt_list li .parts_txt_box .txt_box,
      .page_top_maruyama .parts_btn_06 .parts_txt_list li .parts_txt_box .txt_box,
      .page_top_maruyama .parts_btn_07 .parts_txt_list li .parts_txt_box .txt_box {
        margin-top: 5px; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_txt_11 .parts_txt_list,
    .page_top_maruyama .parts_btn_07 .parts_txt_list {
      margin: 20px 0 20px; }
      .page_top_maruyama .parts_txt_11 .parts_txt_list li,
      .page_top_maruyama .parts_btn_07 .parts_txt_list li {
        width: 48%; }
        .page_top_maruyama .parts_txt_11 .parts_txt_list li .parts_txt_box,
        .page_top_maruyama .parts_btn_07 .parts_txt_list li .parts_txt_box {
          width: 100%; }
          .page_top_maruyama .parts_txt_11 .parts_txt_list li .parts_txt_box .img_box img,
          .page_top_maruyama .parts_btn_07 .parts_txt_list li .parts_txt_box .img_box img {
            width: 100%;
            height: 110px; }
          .page_top_maruyama .parts_txt_11 .parts_txt_list li .parts_txt_box .tl_box,
          .page_top_maruyama .parts_btn_07 .parts_txt_list li .parts_txt_box .tl_box {
            margin-top: 10px;
            color: #079558;
            font-size: 1.4rem; }
          .page_top_maruyama .parts_txt_11 .parts_txt_list li .parts_txt_box .txt_box,
          .page_top_maruyama .parts_btn_07 .parts_txt_list li .parts_txt_box .txt_box {
            margin-top: 5px;
            font-size: 1.3rem; } }
  .page_top_maruyama .parts_txt_12 {
    position: relative;
    display: block;
    padding: 30px;
    margin: 30px 0;
    background-color: #F7F7F7;
    border-radius: 1px; }
    .page_top_maruyama .parts_txt_12::before {
      content: "“";
      font-family: Arial, sans-serif;
      font-size: 500%;
      line-height: 1;
      color: #C9C9C9;
      position: absolute;
      top: 5px;
      left: 10px; }
    .page_top_maruyama .parts_txt_12::after {
      content: "”";
      font-family: Arial, sans-serif;
      font-size: 500%;
      line-height: 1;
      color: #C9C9C9;
      margin-bottom: -45px;
      position: absolute;
      bottom: 13px;
      right: 10px; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_txt_12 {
      padding: 20px;
      margin: 20px 0; }
      .page_top_maruyama .parts_txt_12::before {
        font-size: 400%;
        top: 0px;
        left: 5px; }
      .page_top_maruyama .parts_txt_12::after {
        font-size: 400%;
        bottom: 13px;
        right: 5px; } }
  .page_top_maruyama .parts_img_01 {
    display: flex;
    justify-content: space-around;
    margin: 30px 0px;
    flex-wrap: wrap; }
    .page_top_maruyama .parts_img_01 img {
      margin: 10px;
      object-fit: contain;
      font-family: 'object-fit: contain;'; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_img_01 {
      flex-wrap: wrap;
      margin: 20px 0;
      width: 100%; }
      .page_top_maruyama .parts_img_01 img {
        max-width: 100%;
        max-height: 220px;
        margin-top: 5px; }
        .page_top_maruyama .parts_img_01 img:first-child {
          margin-top: 0px; } }
  .page_top_maruyama .parts_img_02 {
    margin: 30px 0; }
    .page_top_maruyama .parts_img_02 img {
      width: 100%;
      object-fit: contain;
      font-family: 'object-fit: contain;'; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_img_02 {
      margin: 20px -17px; }
      .page_top_maruyama .parts_img_02 img {
        max-height: 300px;
        object-fit: cover;
        font-family: 'object-fit: cover;'; } }
  .page_top_maruyama .txt_bold {
    font-weight: bold !important; }
  .page_top_maruyama .txt_red {
    color: #E57571 !important; }
  .page_top_maruyama .txt_red_bol {
    font-weight: bold !important;
    color: #E57571 !important; }
  .page_top_maruyama .txt_marker {
    background: linear-gradient(transparent 50%, #F5FF6D 50%); }
  .page_top_maruyama .txt_link {
    text-decoration: underline !important;
    color: #079558 !important; }
    .page_top_maruyama .txt_link:hover {
      opacity: 0.8;
      transition: .3s; }
  .page_top_maruyama .parts_btn_01 {
    margin: 30px 0;
    padding: 20px 30px;
    background-color: #F1FAF3;
    border-radius: 1px; }
    .page_top_maruyama .parts_btn_01 .parts_btn_list {
      display: flex;
      flex-wrap: wrap; }
      .page_top_maruyama .parts_btn_01 .parts_btn_list li {
        margin-right: 30px; }
        .page_top_maruyama .parts_btn_01 .parts_btn_list li a {
          display: inline-block;
          color: #079558;
          font-size: 1.6rem;
          padding: 10px 0;
          cursor: pointer; }
          .page_top_maruyama .parts_btn_01 .parts_btn_list li a::before {
            content: '';
            width: 10px;
            height: 10px;
            background-image: url("../img_cmn/ico_arrow.svg");
            background-size: 10px 10px;
            background-repeat: no-repeat;
            display: inline-block;
            position: relative;
            top: -1px;
            left: 0px;
            margin-right: 7px;
            transform: rotate(90deg); }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_btn_01 {
      margin: 20px 0;
      padding: 10px 20px; }
      .page_top_maruyama .parts_btn_01 .parts_btn_list li {
        margin-right: 25px; }
        .page_top_maruyama .parts_btn_01 .parts_btn_list li a {
          font-size: 1.3rem;
          padding: 10px 0;
          padding-left: 1.4rem;
          text-indent: -1.4em; } }
  .page_top_maruyama .parts_list_01 ul {
    font-size: 1.4rem;
    margin: -10px 0 30px; }
    .page_top_maruyama .parts_list_01 ul li {
      padding-left: 2em;
      text-indent: -1.5em;
      margin: 10px 0; }
      .page_top_maruyama .parts_list_01 ul li::before {
        content: "•　";
        color: #49C48F; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_list_01 ul {
      font-size: 1.3rem;
      margin: -5px 0 20px; } }
  .page_top_maruyama .parts_list_02 ol {
    counter-reset: li;
    font-size: 1.4rem;
    margin: -10px 0 30px; }
    .page_top_maruyama .parts_list_02 ol li {
      padding-left: 2em;
      text-indent: -2em;
      margin: 10px 0; }
      .page_top_maruyama .parts_list_02 ol li::before {
        color: #49C48F;
        font-weight: bold;
        counter-increment: li;
        content: counter(li) ".　"; }
      .page_top_maruyama .parts_list_02 ol li:nth-child(n + 10) {
        padding-left: 2.7em;
        text-indent: -2.7em;
        margin: 10px 0; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_list_02 ol {
      font-size: 1.3rem;
      margin: -5px 0 20px; } }
  .page_top_maruyama .parts_list_03 ol {
    counter-reset: li;
    font-size: 1.4rem;
    margin: -10px 0 30px; }
    .page_top_maruyama .parts_list_03 ol li {
      position: relative;
      padding-left: 2em;
      text-indent: -2.0em;
      margin: 10px 0;
      margin-left: 9px; }
      .page_top_maruyama .parts_list_03 ol li::before {
        color: #49C48F;
        counter-increment: li;
        content: counter(li) " 　"; }
      .page_top_maruyama .parts_list_03 ol li::after {
        content: '';
        display: inline-block;
        width: 26px;
        height: 26px;
        box-sizing: border-box;
        border: solid 1px #49C48F;
        border-radius: 1px;
        position: absolute;
        top: -2px;
        left: -9px; }
      .page_top_maruyama .parts_list_03 ol li:nth-child(n + 10) {
        padding-left: 2.1em;
        text-indent: -2.3em; }
        .page_top_maruyama .parts_list_03 ol li:nth-child(n + 10)::before {
          content: counter(li) "　";
          position: relative;
          left: -2px; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_list_03 ol {
      font-size: 1.3rem;
      margin: -5px 0 20px; } }
  .page_top_maruyama .parts_list_04 ul {
    margin: -10px 0 30px; }
    .page_top_maruyama .parts_list_04 ul li {
      padding-left: 1.2em;
      text-indent: -1.2em;
      margin: 10px 0; }
      .page_top_maruyama .parts_list_04 ul li a {
        font-size: 1.5rem;
        color: #079558; }
        .page_top_maruyama .parts_list_04 ul li a::before {
          content: '';
          width: 15px;
          height: 15px;
          background-image: url("../img_cmn/ico_arrow.svg");
          background-size: 7px;
          background-repeat: no-repeat;
          display: inline-block;
          position: relative;
          top: 3px;
          left: 3px;
          margin-right: 3px; }
        .page_top_maruyama .parts_list_04 ul li a:hover {
          opacity: .8;
          transition: .3s;
          text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_list_04 ul {
      margin: -5px 0 20px; }
      .page_top_maruyama .parts_list_04 ul li a {
        font-size: 1.3rem; }
        .page_top_maruyama .parts_list_04 ul li a::before {
          top: 5px; } }
  .page_top_maruyama .parts_list_05 ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: 30px 0 10px; }
    .page_top_maruyama .parts_list_05 ul li {
      display: flex;
      align-items: center;
      position: relative;
      width: 385px;
      box-sizing: border-box;
      background-color: #F1FAF3;
      border: solid 1px #49C48F;
      border-radius: 1px;
      margin-bottom: 20px; }
      .page_top_maruyama .parts_list_05 ul li a {
        display: block;
        width: 100%;
        padding: 15px 40px 15px 20px;
        font-weight: bold; }
        .page_top_maruyama .parts_list_05 ul li a::after {
          content: '';
          width: 14px;
          height: 14px;
          background-image: url("../img_cmn/ico_arrow.svg");
          background-repeat: no-repeat;
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -6px; }
        .page_top_maruyama .parts_list_05 ul li a:hover {
          color: #079558;
          opacity: 0.8;
          transition: .3s; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_list_05 ul {
      display: block;
      margin: 20px 0 10px; }
      .page_top_maruyama .parts_list_05 ul li {
        width: 100%;
        margin-bottom: 10px; }
        .page_top_maruyama .parts_list_05 ul li a {
          width: 100%;
          padding: 14px 30px 14px 15px; }
          .page_top_maruyama .parts_list_05 ul li a::after {
            background-size: 7px;
            right: 3px; } }
  .page_top_maruyama .parts_list_06 ul {
    display: flex;
    flex-flow: wrap;
    margin: 30px 0;
    border-left: solid 1px #49C48F; }
    .page_top_maruyama .parts_list_06 ul li {
      display: flex;
      align-items: center;
      position: relative;
      width: 33.3%;
      margin-top: -1px;
      box-sizing: border-box;
      background-color: #F1FAF3;
      border-top: solid 1px #49C48F;
      border-bottom: solid 1px #49C48F;
      border-right: solid 1px #49C48F; }
      .page_top_maruyama .parts_list_06 ul li a {
        display: block;
        width: 100%;
        padding: 35px 30px 35px 15px;
        font-weight: bold; }
        .page_top_maruyama .parts_list_06 ul li a::after {
          content: '';
          width: 14px;
          height: 14px;
          background-image: url("../img_cmn/ico_arrow.svg");
          background-repeat: no-repeat;
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -6px; }
        .page_top_maruyama .parts_list_06 ul li a:hover {
          color: #079558;
          opacity: 0.8;
          transition: .3s; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_list_06 ul {
      margin: 20px 0; }
      .page_top_maruyama .parts_list_06 ul li {
        width: 50%;
        box-sizing: border-box; }
        .page_top_maruyama .parts_list_06 ul li a {
          display: block;
          width: 100%;
          padding: 25px 25px 25px 10px; }
          .page_top_maruyama .parts_list_06 ul li a::after {
            background-size: 7px;
            right: 3px; } }
  .page_top_maruyama .parts_table_01 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .parts_table_01 {
        margin: 20px 0; } }
    .page_top_maruyama .parts_table_01 tbody {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_01 tbody tr {
        width: 100%; }
        .page_top_maruyama .parts_table_01 tbody tr td {
          padding: 8px 20px; }
          .page_top_maruyama .parts_table_01 tbody tr td:first-child {
            font-weight: bold;
            width: 200px;
            box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_table_01 tbody {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_01 tbody tr {
        width: 100%; }
        .page_top_maruyama .parts_table_01 tbody tr td {
          padding: 5px 10px; }
          .page_top_maruyama .parts_table_01 tbody tr td:first-child {
            width: 30%;
            box-sizing: border-box; } }
  .page_top_maruyama .parts_table_02 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .parts_table_02 {
        margin: 20px 0; } }
    .page_top_maruyama .parts_table_02 tbody {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_02 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_maruyama .parts_table_02 tbody tr td {
          width: 590px;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_maruyama .parts_table_02 tbody tr td:first-child {
            width: 200px;
            background-color: #F1FAF3;
            box-sizing: border-box;
            border-left: none;
            font-weight: bold; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_table_02 tbody {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_02 tbody tr {
        width: 100%; }
        .page_top_maruyama .parts_table_02 tbody tr td {
          padding: 10px 10px; }
          .page_top_maruyama .parts_table_02 tbody tr td:first-child {
            width: 30%;
            box-sizing: border-box; } }
  .page_top_maruyama .parts_table_03 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .parts_table_03 {
        margin: 20px 0; } }
    .page_top_maruyama .parts_table_03 thead {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_03 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_maruyama .parts_table_03 thead tr th {
          padding: 15px 20px;
          font-weight: bold;
          background-color: #F1FAF3;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_maruyama .parts_table_03 thead tr th:first-child {
            width: 200px;
            border-left: none; }
    .page_top_maruyama .parts_table_03 tbody {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_03 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_maruyama .parts_table_03 tbody tr td {
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_maruyama .parts_table_03 tbody tr td:first-child {
            width: 200px;
            border-left: none; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_table_03 thead {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_03 thead tr th {
        padding: 10px 10px; }
        .page_top_maruyama .parts_table_03 thead tr th:first-child {
          width: 30%; }
    .page_top_maruyama .parts_table_03 tbody {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_03 tbody tr td {
        padding: 10px 10px; }
        .page_top_maruyama .parts_table_03 tbody tr td:first-child {
          width: 30%; } }
  .page_top_maruyama .parts_table_04 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .parts_table_04 {
        margin: 20px 0; } }
    .page_top_maruyama .parts_table_04 thead {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_04 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_maruyama .parts_table_04 thead tr th {
          width: 50%;
          padding: 15px 20px;
          font-weight: bold;
          background-color: #F1FAF3;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_maruyama .parts_table_04 thead tr th:first-child {
            border-left: none; }
    .page_top_maruyama .parts_table_04 tbody {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_04 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_maruyama .parts_table_04 tbody tr td {
          width: 50%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_maruyama .parts_table_04 tbody tr td:first-child {
            border-left: none; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_table_04 thead {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_04 thead tr th {
        padding: 10px 10px; }
    .page_top_maruyama .parts_table_04 tbody {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_04 tbody tr td {
        padding: 10px 10px; } }
  .page_top_maruyama .parts_table_05 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .parts_table_05 {
        margin: 20px 0; } }
    .page_top_maruyama .parts_table_05 thead {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_05 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_maruyama .parts_table_05 thead tr th {
          width: 50%;
          padding: 15px 20px;
          font-weight: bold;
          background-color: #F1FAF3;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_maruyama .parts_table_05 thead tr th:first-child {
            border-left: none; }
          .page_top_maruyama .parts_table_05 thead tr th:nth-child(-n+2) {
            width: 25%; }
    .page_top_maruyama .parts_table_05 tbody {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_05 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_maruyama .parts_table_05 tbody tr td {
          width: 50%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_maruyama .parts_table_05 tbody tr td:first-child {
            border-left: none; }
          .page_top_maruyama .parts_table_05 tbody tr td:nth-child(-n+2) {
            width: 25%; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_table_05_sp-wrap .parts_table_05 thead {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_05_sp-wrap .parts_table_05 thead tr th {
        padding: 10px 10px; }
    .page_top_maruyama .parts_table_05_sp-wrap .parts_table_05 tbody {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_05_sp-wrap .parts_table_05 tbody tr td {
        padding: 10px 10px; }
    .page_top_maruyama .parts_table_05_sp-wrap .parts_table_05:nth-child(n+2) {
      margin-top: 10px; } }
  .page_top_maruyama .parts_table_06 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .parts_table_06 {
        margin: 20px 0; } }
    .page_top_maruyama .parts_table_06 thead {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_06 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_maruyama .parts_table_06 thead tr th {
          width: 25%;
          padding: 15px 20px;
          font-weight: bold;
          background-color: #F1FAF3;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_maruyama .parts_table_06 thead tr th:first-child {
            border-left: none; }
    .page_top_maruyama .parts_table_06 tbody {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_06 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_maruyama .parts_table_06 tbody tr td {
          width: 25%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_maruyama .parts_table_06 tbody tr td:first-child {
            border-left: none; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_table_06_sp-wrap .parts_table_06 thead {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_06_sp-wrap .parts_table_06 thead tr th {
        width: 25%;
        padding: 10px 10px; }
    .page_top_maruyama .parts_table_06_sp-wrap .parts_table_06 tbody {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_06_sp-wrap .parts_table_06 tbody tr td {
        padding: 10px 10px; }
    .page_top_maruyama .parts_table_06_sp-wrap .parts_table_06:nth-child(n+2) {
      margin-top: 10px; } }
  .page_top_maruyama .parts_table_07 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .parts_table_07 {
        margin: 20px 0; } }
    .page_top_maruyama .parts_table_07 thead {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_07 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_maruyama .parts_table_07 thead tr th {
          width: 50%;
          padding: 15px 20px;
          font-weight: bold;
          color: #FFF;
          background-color: #49C48F;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_maruyama .parts_table_07 thead tr th:first-child {
            border-left: none; }
          .page_top_maruyama .parts_table_07 thead tr th:nth-child(-n+2) {
            width: 25%; }
    .page_top_maruyama .parts_table_07 tbody {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_07 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_maruyama .parts_table_07 tbody tr td {
          width: 50%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_maruyama .parts_table_07 tbody tr td:first-child {
            border-left: none;
            font-weight: bold;
            background-color: #F1FAF3; }
          .page_top_maruyama .parts_table_07 tbody tr td:nth-child(-n+2) {
            width: 25%; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_table_07_sp-wrap .parts_table_07 thead {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_07_sp-wrap .parts_table_07 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_top_maruyama .parts_table_07_sp-wrap .parts_table_07 tbody {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_07_sp-wrap .parts_table_07 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_top_maruyama .parts_table_07_sp-wrap .parts_table_07 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_top_maruyama .parts_table_07_sp-wrap .parts_table_07:nth-child(n+2) {
      margin-top: 10px; } }
  .page_top_maruyama .parts_table_08 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .parts_table_08 {
        margin: 20px 0; } }
    .page_top_maruyama .parts_table_08 thead {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_08 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_maruyama .parts_table_08 thead tr th {
          width: 25%;
          padding: 15px 20px;
          font-weight: bold;
          color: #FFF;
          background-color: #49C48F;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_maruyama .parts_table_08 thead tr th:first-child {
            border-left: none; }
    .page_top_maruyama .parts_table_08 tbody {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_08 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_maruyama .parts_table_08 tbody tr td {
          width: 25%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_maruyama .parts_table_08 tbody tr td:first-child {
            border-left: none;
            font-weight: bold;
            background-color: #F1FAF3; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_table_08_sp-wrap .parts_table_08 thead {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_08_sp-wrap .parts_table_08 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_top_maruyama .parts_table_08_sp-wrap .parts_table_08 tbody {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_08_sp-wrap .parts_table_08 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_top_maruyama .parts_table_08_sp-wrap .parts_table_08 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_top_maruyama .parts_table_08_sp-wrap .parts_table_08:nth-child(n+2) {
      margin-top: 10px; } }
  .page_top_maruyama .parts_table_09 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .parts_table_09 {
        margin: 20px 0; } }
    .page_top_maruyama .parts_table_09 thead {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_09 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_maruyama .parts_table_09 thead tr th {
          width: 160px;
          padding: 15px 15px;
          font-weight: bold;
          color: #FFF;
          background-color: #49C48F;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_maruyama .parts_table_09 thead tr th:first-child {
            width: 150px;
            border-left: none; }
    .page_top_maruyama .parts_table_09 tbody {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_09 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_maruyama .parts_table_09 tbody tr td {
          width: 160px;
          padding: 15px 15px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_maruyama .parts_table_09 tbody tr td:first-child {
            width: 150px;
            border-left: none;
            font-weight: bold;
            background-color: #F1FAF3; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_table_09_sp-wrap .parts_table_09 thead {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_09_sp-wrap .parts_table_09 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_top_maruyama .parts_table_09_sp-wrap .parts_table_09 tbody {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_09_sp-wrap .parts_table_09 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_top_maruyama .parts_table_09_sp-wrap .parts_table_09 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_top_maruyama .parts_table_09_sp-wrap .parts_table_09:nth-child(n+2) {
      margin-top: 10px; } }
  .page_top_maruyama .parts_table_10 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .parts_table_10 {
        margin: 20px 0; } }
    .page_top_maruyama .parts_table_10 thead {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_10 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_maruyama .parts_table_10 thead tr th {
          width: 132px;
          padding: 15px 15px;
          font-weight: bold;
          color: #FFF;
          background-color: #49C48F;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_maruyama .parts_table_10 thead tr th:first-child {
            width: 130px;
            border-left: none; }
    .page_top_maruyama .parts_table_10 tbody {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_10 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_maruyama .parts_table_10 tbody tr td {
          width: 132px;
          padding: 15px 15px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_maruyama .parts_table_10 tbody tr td:first-child {
            width: 130px;
            border-left: none;
            font-weight: bold;
            background-color: #F1FAF3; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_table_10_sp-wrap .parts_table_10 thead {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_10_sp-wrap .parts_table_10 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_top_maruyama .parts_table_10_sp-wrap .parts_table_10 tbody {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_10_sp-wrap .parts_table_10 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_top_maruyama .parts_table_10_sp-wrap .parts_table_10 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_top_maruyama .parts_table_10_sp-wrap .parts_table_10:nth-child(n+2) {
      margin-top: 10px; } }
  .page_top_maruyama .parts_table_11,
  .page_top_maruyama .parts_table_12 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .parts_table_11,
      .page_top_maruyama .parts_table_12 {
        margin: 20px 0; } }
    .page_top_maruyama .parts_table_11 thead,
    .page_top_maruyama .parts_table_12 thead {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_11 thead tr,
      .page_top_maruyama .parts_table_12 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_maruyama .parts_table_11 thead tr th,
        .page_top_maruyama .parts_table_12 thead tr th {
          width: 112px;
          padding: 15px 15px;
          font-weight: bold;
          color: #FFF;
          background-color: #49C48F;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_maruyama .parts_table_11 thead tr th:first-child,
          .page_top_maruyama .parts_table_12 thead tr th:first-child {
            width: 118px;
            border-left: none; }
    .page_top_maruyama .parts_table_11 tbody,
    .page_top_maruyama .parts_table_12 tbody {
      font-size: 1.4rem; }
      .page_top_maruyama .parts_table_11 tbody tr,
      .page_top_maruyama .parts_table_12 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_maruyama .parts_table_11 tbody tr td,
        .page_top_maruyama .parts_table_12 tbody tr td {
          width: 112px;
          padding: 15px 15px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_maruyama .parts_table_11 tbody tr td:first-child,
          .page_top_maruyama .parts_table_12 tbody tr td:first-child {
            width: 118px;
            border-left: none;
            font-weight: bold;
            background-color: #F1FAF3; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_table_11_sp-wrap .parts_table_11 thead {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_11_sp-wrap .parts_table_11 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_top_maruyama .parts_table_11_sp-wrap .parts_table_11 tbody {
      font-size: 1.3rem; }
      .page_top_maruyama .parts_table_11_sp-wrap .parts_table_11 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_top_maruyama .parts_table_11_sp-wrap .parts_table_11 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_top_maruyama .parts_table_11_sp-wrap .parts_table_11:nth-child(n+2) {
      margin-top: 10px; } }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_table_12_sp-wrap {
      width: 100%;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
    @-moz-document url-prefix() {
      .page_top_maruyama .parts_table_12_sp-wrap {
        width: calc(100vw - 34px); } }
      .page_top_maruyama .parts_table_12_sp-wrap::-webkit-scrollbar {
        height: 5px; }
      .page_top_maruyama .parts_table_12_sp-wrap::-webkit-scrollbar-track {
        background: #F1F1F1; }
      .page_top_maruyama .parts_table_12_sp-wrap::-webkit-scrollbar-thumb {
        background: #BCBCBC; }
      .page_top_maruyama .parts_table_12_sp-wrap .parts_table_12 {
        display: block;
        width: 790px; }
        .page_top_maruyama .parts_table_12_sp-wrap .parts_table_12 thead {
          font-size: 1.3rem; }
          .page_top_maruyama .parts_table_12_sp-wrap .parts_table_12 thead tr th {
            padding: 10px 10px; }
        .page_top_maruyama .parts_table_12_sp-wrap .parts_table_12 tbody {
          font-size: 1.3rem; }
          .page_top_maruyama .parts_table_12_sp-wrap .parts_table_12 tbody tr td {
            padding: 10px 10px; } }
  .page_top_maruyama .parts_btn_02,
  .page_top_maruyama .parts_btn_03 {
    display: flex;
    justify-content: space-around;
    margin: 30px 0; }
    .page_top_maruyama .parts_btn_02 .parts_btn,
    .page_top_maruyama .parts_btn_03 .parts_btn {
      width: 320px;
      text-align: center; }
      .page_top_maruyama .parts_btn_02 .parts_btn a,
      .page_top_maruyama .parts_btn_03 .parts_btn a {
        display: block;
        width: 100%;
        height: 60px;
        box-sizing: border-box;
        border-radius: 50px;
        color: #FFF;
        line-height: 6.0rem;
        background-color: #49C48F;
        padding: 0 20px;
        cursor: pointer;
        font-size: 2.0rem;
        font-weight: bold;
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        box-shadow: 1px 1px 3px #DEDEDE;
        background-image: url("../img_cmn/ico_arrow_white.svg");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: top 49% right 20px; }
        .page_top_maruyama .parts_btn_02 .parts_btn a:hover,
        .page_top_maruyama .parts_btn_03 .parts_btn a:hover {
          opacity: 0.8;
          transition: .3s; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_btn_02,
    .page_top_maruyama .parts_btn_03 {
      flex-wrap: wrap;
      margin: 20px 0; }
      .page_top_maruyama .parts_btn_02 .parts_btn,
      .page_top_maruyama .parts_btn_03 .parts_btn {
        width: 320px;
        text-align: center;
        width: 90%;
        margin-top: 15px; }
        .page_top_maruyama .parts_btn_02 .parts_btn a,
        .page_top_maruyama .parts_btn_03 .parts_btn a {
          display: block;
          width: 100%;
          height: 60px;
          box-sizing: border-box;
          border-radius: 50px;
          color: #FFF;
          line-height: 6.0rem;
          background-color: #49C48F;
          padding: 0 20px;
          cursor: pointer;
          font-size: 2.0rem;
          font-weight: bold;
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          box-shadow: 1px 1px 3px #DEDEDE;
          background-image: url("../img_cmn/ico_arrow_white.svg");
          background-repeat: no-repeat;
          background-size: 10px;
          background-position: top 49% right 20px; }
          .page_top_maruyama .parts_btn_02 .parts_btn a:hover,
          .page_top_maruyama .parts_btn_03 .parts_btn a:hover {
            opacity: 0.8;
            transition: .3s; }
        .page_top_maruyama .parts_btn_02 .parts_btn a,
        .page_top_maruyama .parts_btn_03 .parts_btn a {
          height: 52px;
          line-height: 5.2rem;
          font-size: 1.6rem; }
        .page_top_maruyama .parts_btn_02 .parts_btn:first-child,
        .page_top_maruyama .parts_btn_03 .parts_btn:first-child {
          margin-top: 0px; } }
  .page_top_maruyama .parts_btn_04 {
    margin: -20px 0 30px; }
    .page_top_maruyama .parts_btn_04 .parts_btn_list {
      display: flex;
      flex-wrap: wrap;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .parts_btn_04 .parts_btn_list {
          display: block;
          text-align: center;
          margin-bottom: 20px; } }
      .page_top_maruyama .parts_btn_04 .parts_btn_list li {
        margin-right: 10px; }
        .page_top_maruyama .parts_btn_04 .parts_btn_list li a {
          display: block;
          padding: 0 15px;
          font-size: 1.4rem;
          line-height: 4.0rem;
          font-weight: bold;
          border: solid 1px #49C48F;
          border-radius: 5px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .parts_btn_04 .parts_btn_list li a {
              display: inline-block; } }
          .page_top_maruyama .parts_btn_04 .parts_btn_list li a:hover {
            color: #079558;
            transition: .3s; }
      .page_top_maruyama .parts_btn_04 .parts_btn_list li a {
        margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_btn_04 {
      margin: -10px 0 20px; }
      .page_top_maruyama .parts_btn_04 .parts_btn_list li a {
        padding: 6px 15px;
        text-indent: -1.8em;
        padding-left: calc(1.8em + 15px);
        font-size: 1.3rem;
        line-height: 2.2rem; } }
  .page_top_maruyama .parts_btn_05 {
    margin: -20px 0 30px; }
    .page_top_maruyama .parts_btn_05 .parts_btn_list {
      display: flex;
      flex-wrap: wrap; }
      .page_top_maruyama .parts_btn_05 .parts_btn_list li {
        margin-right: 30px; }
        .page_top_maruyama .parts_btn_05 .parts_btn_list li a {
          display: inline-block;
          font-size: 1.6rem;
          color: #079558;
          margin-top: 10px; }
          .page_top_maruyama .parts_btn_05 .parts_btn_list li a::before {
            content: '';
            width: 12px;
            height: 12px;
            background-image: url("../img_cmn/ico_arrow.svg");
            background-size: 12px 12px;
            background-repeat: no-repeat;
            display: inline-block;
            position: relative;
            top: 0px;
            left: 0px;
            margin-right: 7px; }
          .page_top_maruyama .parts_btn_05 .parts_btn_list li a:hover {
            color: #079558;
            transition: .3s; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_btn_05 {
      margin: -10px 0 20px; }
      .page_top_maruyama .parts_btn_05 .parts_btn_list li {
        margin-right: 25px; }
        .page_top_maruyama .parts_btn_05 .parts_btn_list li a {
          font-size: 1.3rem;
          text-indent: -1.3em;
          padding-left: 1.3rem; }
          .page_top_maruyama .parts_btn_05 .parts_btn_list li a::before {
            content: '';
            background-size: 10px 10px;
            top: 2px;
            left: 2px;
            margin-right: 7px; } }
  .page_top_maruyama .parts_btn_06 .btn_box {
    display: flex;
    justify-content: space-around;
    margin: 15px 0 0; }
    .page_top_maruyama .parts_btn_06 .btn_box .parts_btn {
      width: 320px;
      text-align: center;
      width: 260px; }
      .page_top_maruyama .parts_btn_06 .btn_box .parts_btn a {
        display: block;
        width: 100%;
        height: 60px;
        box-sizing: border-box;
        border-radius: 50px;
        color: #FFF;
        line-height: 6.0rem;
        background-color: #49C48F;
        padding: 0 20px;
        cursor: pointer;
        font-size: 2.0rem;
        font-weight: bold;
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        box-shadow: 1px 1px 3px #DEDEDE;
        background-image: url("../img_cmn/ico_arrow_white.svg");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: top 49% right 20px; }
        .page_top_maruyama .parts_btn_06 .btn_box .parts_btn a:hover {
          opacity: 0.8;
          transition: .3s; }
      .page_top_maruyama .parts_btn_06 .btn_box .parts_btn a {
        height: 52px;
        line-height: 5.2rem;
        font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_btn_06 .parts_txt_list {
      margin: 20px 0 30px; }
      .page_top_maruyama .parts_btn_06 .parts_txt_list li {
        width: 100%; }
        .page_top_maruyama .parts_btn_06 .parts_txt_list li .parts_txt_box {
          width: 100%; }
          .page_top_maruyama .parts_btn_06 .parts_txt_list li .parts_txt_box .img_box img {
            width: 100%;
            height: 220px; }
          .page_top_maruyama .parts_btn_06 .parts_txt_list li .parts_txt_box .tl_box {
            font-size: 1.6rem; }
          .page_top_maruyama .parts_btn_06 .parts_txt_list li .parts_txt_box .btn_box .parts_btn {
            width: 90%; }
            .page_top_maruyama .parts_btn_06 .parts_txt_list li .parts_txt_box .btn_box .parts_btn a {
              height: 52px;
              line-height: 5.2rem;
              font-size: 1.6rem;
              font-weight: bold; }
        .page_top_maruyama .parts_btn_06 .parts_txt_list li:nth-child(2) {
          margin-top: 30px; } }
  .page_top_maruyama .parts_btn_07 a {
    display: block;
    box-shadow: 1px 1px 3px #DEDEDE;
    border-radius: 1px; }
    .page_top_maruyama .parts_btn_07 a:hover {
      background-color: #F1FAF3;
      opacity: 0.8;
      transition: .3s; }
    .page_top_maruyama .parts_btn_07 a .img_box img {
      border-radius: 1px 1px 0px 0px; }
    .page_top_maruyama .parts_btn_07 a .tl_box {
      margin: 15px 20px 0; }
    .page_top_maruyama .parts_btn_07 a .txt_box {
      margin: 5px 20px 0; }
    .page_top_maruyama .parts_btn_07 a .btn_box {
      text-align: center;
      padding: 20px 0;
      margin: 0 20px 0; }
      .page_top_maruyama .parts_btn_07 a .btn_box .btn_txt {
        color: #079558;
        font-weight: bold;
        font-size: 1.4rem; }
        .page_top_maruyama .parts_btn_07 a .btn_box .btn_txt::after {
          content: '';
          width: 10px;
          height: 10px;
          background-image: url("../img_cmn/ico_arrow.svg");
          background-size: 10px 10px;
          background-repeat: no-repeat;
          display: inline-block;
          position: relative;
          top: 0px;
          right: 0px;
          margin-left: 7px; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_btn_07 a .tl_box {
      margin: 15px 10px 0; }
    .page_top_maruyama .parts_btn_07 a .txt_box {
      margin: 5px 10px 0; }
    .page_top_maruyama .parts_btn_07 a .btn_box {
      padding: 15px 0; }
      .page_top_maruyama .parts_btn_07 a .btn_box .btn_txt {
        font-size: 1.3rem; } }
  .page_top_maruyama .parts_btn_08,
  .page_top_maruyama .parts_btn_09 {
    position: relative;
    margin: 30px 0; }
    .page_top_maruyama .parts_btn_08 a,
    .page_top_maruyama .parts_btn_09 a {
      display: flex;
      justify-content: space-between;
      padding: 0 55px 0 25px;
      box-shadow: 1px 1px 3px #DEDEDE;
      border-radius: 1px; }
      .page_top_maruyama .parts_btn_08 a:hover,
      .page_top_maruyama .parts_btn_09 a:hover {
        background-color: #F1FAF3;
        opacity: 0.8;
        transition: .3s; }
      .page_top_maruyama .parts_btn_08 a::after,
      .page_top_maruyama .parts_btn_09 a::after {
        content: '';
        width: 20px;
        height: 20px;
        background-image: url("../img_cmn/ico_arrow.svg");
        background-size: 10px;
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -5px; }
      .page_top_maruyama .parts_btn_08 a .img_box,
      .page_top_maruyama .parts_btn_09 a .img_box {
        width: 275px;
        padding: 20px 0;
        box-sizing: border-box; }
        .page_top_maruyama .parts_btn_08 a .img_box img,
        .page_top_maruyama .parts_btn_09 a .img_box img {
          width: 275px;
          height: 180px;
          object-fit: cover;
          font-family: 'object-fit: cover;'; }
      .page_top_maruyama .parts_btn_08 a .txt_box_wrap,
      .page_top_maruyama .parts_btn_09 a .txt_box_wrap {
        width: 415px;
        padding: 10px 0 20px; }
        .page_top_maruyama .parts_btn_08 a .txt_box_wrap .tl_box,
        .page_top_maruyama .parts_btn_09 a .txt_box_wrap .tl_box {
          font-size: 1.8rem;
          color: #079558;
          padding: 10px 0 0; }
        .page_top_maruyama .parts_btn_08 a .txt_box_wrap .txt_box,
        .page_top_maruyama .parts_btn_09 a .txt_box_wrap .txt_box {
          padding: 10px 0 0; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_btn_08,
    .page_top_maruyama .parts_btn_09 {
      position: relative;
      margin: 20px 0; }
      .page_top_maruyama .parts_btn_08 a,
      .page_top_maruyama .parts_btn_09 a {
        padding: 10px 30px 10px 10px; }
        .page_top_maruyama .parts_btn_08 a::after,
        .page_top_maruyama .parts_btn_09 a::after {
          background-size: 8px;
          right: 0;
          margin-top: -4px; }
        .page_top_maruyama .parts_btn_08 a .img_box,
        .page_top_maruyama .parts_btn_09 a .img_box {
          width: 35%;
          padding: 0; }
          .page_top_maruyama .parts_btn_08 a .img_box img,
          .page_top_maruyama .parts_btn_09 a .img_box img {
            width: 100%;
            height: 80px; }
        .page_top_maruyama .parts_btn_08 a .txt_box_wrap,
        .page_top_maruyama .parts_btn_09 a .txt_box_wrap {
          width: 60%;
          padding: 0 0 0 0; }
          .page_top_maruyama .parts_btn_08 a .txt_box_wrap .tl_box,
          .page_top_maruyama .parts_btn_09 a .txt_box_wrap .tl_box {
            font-size: 1.4rem;
            padding: 0 0 0; }
          .page_top_maruyama .parts_btn_08 a .txt_box_wrap .txt_box,
          .page_top_maruyama .parts_btn_09 a .txt_box_wrap .txt_box {
            font-size: 1.3rem;
            padding: 5px 0 0; } }
  .page_top_maruyama .parts_btn_10 {
    position: relative;
    margin: 30px 0; }
    .page_top_maruyama .parts_btn_10 a {
      display: block;
      padding: 10px 55px 20px 25px;
      box-shadow: 1px 1px 3px #DEDEDE;
      border-radius: 1px;
      background-color: #FDFAF7; }
      .page_top_maruyama .parts_btn_10 a:hover {
        background-color: #F1FAF3;
        opacity: 0.8;
        transition: .3s; }
      .page_top_maruyama .parts_btn_10 a::after {
        content: '';
        width: 20px;
        height: 20px;
        background-image: url("../img_cmn/ico_arrow.svg");
        background-size: 10px;
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -5px; }
      .page_top_maruyama .parts_btn_10 a .txt_box_wrap .tl_box {
        font-size: 1.8rem;
        color: #079558;
        padding: 10px 0 0; }
      .page_top_maruyama .parts_btn_10 a .txt_box_wrap .txt_box {
        padding: 10px 0 0; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_btn_10 {
      position: relative;
      margin: 20px 0; }
      .page_top_maruyama .parts_btn_10 a {
        display: block;
        padding: 10px 30px 10px 10px; }
        .page_top_maruyama .parts_btn_10 a::after {
          background-size: 8px;
          right: 0;
          margin-top: -4px; }
        .page_top_maruyama .parts_btn_10 a .txt_box_wrap .tl_box {
          font-size: 1.4rem;
          padding: 0 0 0; }
        .page_top_maruyama .parts_btn_10 a .txt_box_wrap .txt_box {
          font-size: 1.3rem;
          padding: 5px 0 0; } }
  .page_top_maruyama .parts_btn_11 {
    margin: 30px 0; }
    .page_top_maruyama .parts_btn_11 .parts_txt_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 30px 0 30px; }
      .page_top_maruyama .parts_btn_11 .parts_txt_list li {
        width: 380px;
        position: relative; }
        .page_top_maruyama .parts_btn_11 .parts_txt_list li a {
          display: block;
          padding: 10px 50px 20px 25px;
          box-shadow: 1px 1px 3px #DEDEDE;
          border-radius: 1px;
          background-color: #FDFAF7; }
          .page_top_maruyama .parts_btn_11 .parts_txt_list li a:hover {
            background-color: #F1FAF3;
            opacity: 0.8;
            transition: .3s; }
          .page_top_maruyama .parts_btn_11 .parts_txt_list li a::after {
            content: '';
            width: 20px;
            height: 20px;
            background-image: url("../img_cmn/ico_arrow.svg");
            background-size: 10px;
            background-repeat: no-repeat;
            display: inline-block;
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -5px; }
          .page_top_maruyama .parts_btn_11 .parts_txt_list li a .txt_box_wrap .tl_box {
            font-size: 1.8rem;
            color: #079558;
            padding: 10px 0 0; }
          .page_top_maruyama .parts_btn_11 .parts_txt_list li a .txt_box_wrap .txt_box {
            padding: 10px 0 0; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .parts_btn_11 {
      margin: 20px 0; }
      .page_top_maruyama .parts_btn_11 .parts_txt_list {
        margin: 20px 0 20px;
        width: 100%; }
        .page_top_maruyama .parts_btn_11 .parts_txt_list li {
          width: 100%; }
          .page_top_maruyama .parts_btn_11 .parts_txt_list li a {
            padding: 10px 30px 10px 10px; }
            .page_top_maruyama .parts_btn_11 .parts_txt_list li a::after {
              right: 0px; }
            .page_top_maruyama .parts_btn_11 .parts_txt_list li a .txt_box_wrap .tl_box {
              font-size: 1.4rem;
              padding: 0 0 0; }
            .page_top_maruyama .parts_btn_11 .parts_txt_list li a .txt_box_wrap .txt_box {
              font-size: 1.3rem;
              padding: 5px 0 0; }
          .page_top_maruyama .parts_btn_11 .parts_txt_list li:nth-child(2) {
            margin-top: 20px; } }
  .page_top_maruyama .btn_tell_box {
    margin-top: 25px; }
    .page_top_maruyama .btn_tell_box .btn_tell {
      width: 90%;
      margin: 0 auto;
      background-color: #FFF;
      text-align: center;
      border: solid 1px #49C48F;
      border-radius: 1px;
      box-shadow: 1px 1px 3px #DEDEDE; }
      .page_top_maruyama .btn_tell_box .btn_tell a {
        display: block;
        padding: 10px 20px; }
        .page_top_maruyama .btn_tell_box .btn_tell a .phone_number {
          display: inline-block;
          font-size: 2.2rem;
          line-height: 2.6rem;
          font-weight: bold; }
          .page_top_maruyama .btn_tell_box .btn_tell a .phone_number .ico_tell {
            position: relative;
            top: 1px;
            margin-right: 5px; }
            .page_top_maruyama .btn_tell_box .btn_tell a .phone_number .ico_tell::before {
              content: '';
              display: inline-block;
              width: 16px;
              height: 16px;
              background: url("../img_cmn/ico_tell.svg") no-repeat 0 0;
              background-repeat: no-repeat;
              background-size: 16px 16px; }
        .page_top_maruyama .btn_tell_box .btn_tell a .phone_txt {
          display: block;
          font-size: 1.2rem; }
  .page_top_maruyama .contact_link_box {
    background-color: #F1FAF3;
    padding: 30px 0 0;
    margin: 80px 0 30px;
    text-align: center;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .contact_link_box {
        margin: 50px 0 20px;
        padding: 30px 20px; } }
    .page_top_maruyama .contact_link_box .contact_link_btn {
      display: flex;
      justify-content: center;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .contact_link_box .contact_link_btn {
          flex-wrap: wrap; } }
      .page_top_maruyama .contact_link_box .contact_link_btn .tell_box {
        font-size: 1.4rem;
        margin: 25px 20px 35px; }
        .page_top_maruyama .contact_link_box .contact_link_btn .tell_box .tell_num {
          font-size: 3.2rem;
          font-weight: bold; }
          .page_top_maruyama .contact_link_box .contact_link_btn .tell_box .tell_num .ico_tell {
            position: relative;
            top: 0px;
            margin-right: 5px; }
            .page_top_maruyama .contact_link_box .contact_link_btn .tell_box .tell_num .ico_tell::before {
              content: '';
              display: inline-block;
              width: 24px;
              height: 24px;
              background: url("../img_cmn/ico_tell.svg") no-repeat 0 0;
              background-repeat: no-repeat;
              background-size: auto;
              background-repeat: no-repeat;
              background-size: 24px 24px; }
      .page_top_maruyama .contact_link_box .contact_link_btn .btn_tell_box {
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .contact_link_box .contact_link_btn .btn_tell_box {
            width: 100%; }
            .page_top_maruyama .contact_link_box .contact_link_btn .btn_tell_box .btn_tell {
              margin-top: 5px;
              width: 100%; } }
      .page_top_maruyama .contact_link_box .contact_link_btn .contact_form_btn {
        margin: 30px 20px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .contact_link_box .contact_link_btn .contact_form_btn {
            width: 100%;
            margin: 30px 0px 0px; }
            .page_top_maruyama .contact_link_box .contact_link_btn .contact_form_btn .parts_btn {
              width: 100%; } }
  .page_top_maruyama .main_img {
    position: relative;
    min-width: 1100px;
    min-height: 600px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .main_img {
        min-width: inherit;
        min-height: inherit; } }
  .page_top_maruyama .slide_wrap {
    padding-top: 125px;
    position: relative;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .slide_wrap {
        padding-top: 64px; } }
@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15); } }
  .page_top_maruyama .swiper-slide-active .slide-img,
  .page_top_maruyama .swiper-slide-duplicate-active .slide-img,
  .page_top_maruyama .swiper-slide-prev .slide-img {
    animation: zoomUp 10s linear 0s 1 normal both; }
  .page_top_maruyama .swiper-container {
    position: relative;
    min-height: 500px;
    /* SP */ }
    .page_top_maruyama .swiper-container::before {
      content: '';
      width: 100%;
      height: 600px;
      display: inline-block;
      background-image: url("../img_cmn/bg_copy.png");
      background-repeat: no-repeat;
      background-position: left 0 bottom 0;
      background-size: 100%;
      position: absolute;
      z-index: 2;
      bottom: 0px;
      left: 0; }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .swiper-container {
        min-height: inherit; }
        .page_top_maruyama .swiper-container::before {
          height: 80px; } }
  .page_top_maruyama .slide-img {
    height: 44vw;
    width: 100%;
    overflow: hidden;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .slide-img {
        height: 80vw;
        width: 100%; } }
    .page_top_maruyama .slide-img img {
      display: block;
      max-width: 100%;
      width: 100%;
      height: auto;
      object-fit: cover;
      font-family: 'object-fit: cover;';
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .slide-img img {
          height: 80vw;
          width: 100%; } }
  .page_top_maruyama .swiper-pagination {
    display: none; }
    .page_top_maruyama .swiper-pagination .swiper-pagination-bullet-active {
      background: #079558 !important; }
  .page_top_maruyama .copy_box {
    text-align: center;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    position: absolute;
    display: block;
    width: 100%;
    z-index: 1;
    bottom: 3vw;
    left: 0;
    /* SP */ }
    .page_top_maruyama .copy_box .copy_txt_min {
      font-size: 2.1rem;
      letter-spacing: 0.30em;
      margin-bottom: 15px; }
    .page_top_maruyama .copy_box .copy_txt {
      font-size: 3.2rem;
      letter-spacing: 0.30em;
      color: #079558; }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .copy_box {
        bottom: -20vw; }
        .page_top_maruyama .copy_box .copy_txt_min {
          font-size: 1.3rem;
          letter-spacing: 0.10em;
          margin-bottom: 5px; }
        .page_top_maruyama .copy_box .copy_txt {
          font-size: 2.0rem;
          letter-spacing: 0.10em; } }
  .page_top_maruyama .header_cmn {
    z-index: 2;
    position: fixed;
    width: 100%;
    box-shadow: 2px 2px 3px #DEDEDE;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .header_cmn {
        position: fixed;
        width: 100%;
        height: 64px;
        background-color: #FFF;
        z-index: 100; } }
  .page_top_maruyama .cont_header_info {
    position: relative;
    background-color: #FFF;
    border-bottom: solid 2px #49C48F;
    min-width: 1100px; }
  .page_top_maruyama .contact_box {
    margin-right: 10px; }
    .page_top_maruyama .contact_box .header_btn_contact {
      text-align: center; }
      .page_top_maruyama .contact_box .header_btn_contact a {
        display: block;
        width: 150px;
        font-size: 1.4rem;
        line-height: 4.0rem;
        background-color: #49C48F;
        border-radius: 50px;
        color: #FFF;
        font-weight: bold;
        box-shadow: 1px 1px 3px #DEDEDE; }
        .page_top_maruyama .contact_box .header_btn_contact a:hover {
          opacity: 0.8;
          transition: .3s; }
  .page_top_maruyama .access_box .header_btn_access {
    text-align: center; }
    .page_top_maruyama .access_box .header_btn_access a {
      display: block;
      width: 150px;
      font-size: 1.4rem;
      line-height: 4.0rem;
      background-color: #49C48F;
      border-radius: 50px;
      color: #FFF;
      font-weight: bold;
      box-shadow: 1px 1px 3px #DEDEDE; }
      .page_top_maruyama .access_box .header_btn_access a:hover {
        opacity: 0.8;
        transition: .3s; }
  .page_top_maruyama .header_info {
    position: relative;
    /* ヘッダー上部 -ロゴ、リンク
    ------------------------------------ */
    /* ヘッダー下部 -グローバルナビ
    ------------------------------------ */ }
    .page_top_maruyama .header_info .header_top {
      padding: 10px 0 15px;
      background-color: #FFF; }
      .page_top_maruyama .header_info .header_top .header_left_box {
        color: #3E3E3E;
        float: left; }
        .page_top_maruyama .header_info .header_top .header_left_box .logo a {
          display: block;
          padding-top: 5px; }
          .page_top_maruyama .header_info .header_top .header_left_box .logo a .img_logo img {
            width: 280px;
            height: auto; }
      .page_top_maruyama .header_info .header_top .header_right_box {
        float: right;
        display: flex;
        justify-content: flex-end;
        text-align: center; }
        .page_top_maruyama .header_info .header_top .header_right_box .font_size_box {
          margin-right: 25px; }
          .page_top_maruyama .header_info .header_top .header_right_box .font_size_box .txt_font_size {
            font-size: 1.2rem;
            margin: 0 0px 0 0;
            display: block; }
          .page_top_maruyama .header_info .header_top .header_right_box .font_size_box .font_size_btn {
            display: flex; }
            .page_top_maruyama .header_info .header_top .header_right_box .font_size_box .font_size_btn li {
              display: inline-block;
              width: 52px;
              font-size: 1.4rem;
              background-color: #FFF;
              border: solid 1px #49C48F; }
              .page_top_maruyama .header_info .header_top .header_right_box .font_size_box .font_size_btn li a {
                color: #49C48F;
                display: block;
                line-height: 2.8rem;
                width: 52px;
                height: 28px; }
              .page_top_maruyama .header_info .header_top .header_right_box .font_size_box .font_size_btn li.left_btn {
                border-radius: 5px 0 0 5px; }
              .page_top_maruyama .header_info .header_top .header_right_box .font_size_box .font_size_btn li.right_btn {
                border-radius: 0 5px 5px 0; }
              .page_top_maruyama .header_info .header_top .header_right_box .font_size_box .font_size_btn li.choice_box {
                background-color: #49C48F; }
                .page_top_maruyama .header_info .header_top .header_right_box .font_size_box .font_size_btn li.choice_box a {
                  color: #FFF; }
        .page_top_maruyama .header_info .header_top .header_right_box .tell_box {
          margin-right: 20px; }
          .page_top_maruyama .header_info .header_top .header_right_box .tell_box .header_address {
            text-align: right;
            font-size: 1.4rem; }
          .page_top_maruyama .header_info .header_top .header_right_box .tell_box .header_btn_tell {
            text-align: right; }
            .page_top_maruyama .header_info .header_top .header_right_box .tell_box .header_btn_tell .ico_tell {
              position: relative;
              top: 1px;
              margin-right: 5px; }
              .page_top_maruyama .header_info .header_top .header_right_box .tell_box .header_btn_tell .ico_tell::before {
                content: '';
                display: inline-block;
                width: 16px;
                height: 16px;
                background: url("../img_cmn/ico_tell.svg") no-repeat 0 0;
                background-repeat: no-repeat;
                background-size: 16px 16px; }
            .page_top_maruyama .header_info .header_top .header_right_box .tell_box .header_btn_tell .tell_num {
              font-size: 2.2rem;
              line-height: 3.0rem;
              font-weight: bold; }
    .page_top_maruyama .header_info .header_gnav .header_gnav_box {
      display: flex; }
      .page_top_maruyama .header_info .header_gnav .header_gnav_box > li {
        flex-grow: 1;
        display: inline-block;
        font-size: 1.6rem;
        width: 180px;
        height: 45px;
        box-sizing: border-box; }
        .page_top_maruyama .header_info .header_gnav .header_gnav_box > li .gnav_btn_box {
          display: block;
          width: calc(100% -1px);
          height: 40px;
          border-right: solid 1px #49C48F; }
          .page_top_maruyama .header_info .header_gnav .header_gnav_box > li .gnav_btn_box > a {
            display: block;
            padding: 0 10px 5px;
            line-height: 4rem;
            text-align: center;
            background-color: #FFF; }
            .page_top_maruyama .header_info .header_gnav .header_gnav_box > li .gnav_btn_box > a:hover {
              color: #079558;
              transition: .3s; }
        .page_top_maruyama .header_info .header_gnav .header_gnav_box > li:first-child .gnav_btn_box {
          border-left: solid 1px #49C48F; }
        .page_top_maruyama .header_info .header_gnav .header_gnav_box > li.current_gnav .gnav_btn_box > a {
          color: #079558; }
        .page_top_maruyama .header_info .header_gnav .header_gnav_box > li .gnav_hover_box {
          width: 1100px;
          height: auto;
          margin: 0 auto;
          background-color: #E1F5E4;
          border-radius: 0 0 5px 5px;
          box-shadow: 2px 2px 10px #8D8D8D; }
        .page_top_maruyama .header_info .header_gnav .header_gnav_box > li:hover .cont_gnav_hover_box {
          position: absolute;
          top: 125px;
          left: -8px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .page_top_maruyama .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box {
          position: absolute;
          top: -210px;
          left: 0px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          z-index: -1;
          width: 100vw; }
          .page_top_maruyama .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .tl_gnav_hover_box {
            font-size: 1.8rem;
            font-weight: bold;
            color: #079558;
            line-height: 5.0rem;
            padding: 10px 0 0;
            margin: 0 100px;
            border-bottom: solid 1px #49C48F; }
          .page_top_maruyama .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box {
            margin: 0px 100px;
            padding: 0 0 30px; }
            .page_top_maruyama .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link {
              display: flex;
              flex-wrap: wrap; }
              .page_top_maruyama .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link li {
                display: inline-block;
                min-width: 210px;
                background-color: #FFF;
                margin-top: 15px;
                margin-right: 15px;
                box-sizing: border-box; }
                .page_top_maruyama .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link li a {
                  display: block;
                  padding: 0 20px 0 15px;
                  font-size: 1.6rem;
                  line-height: 4.0rem; }
                  .page_top_maruyama .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link li a:hover {
                    color: #079558;
                    transition: .3s; }
                  .page_top_maruyama .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link li a::before {
                    content: '';
                    width: 10px;
                    height: 10px;
                    background-image: url("../img_cmn/ico_arrow.svg");
                    background-size: 10px 10px;
                    background-repeat: no-repeat;
                    display: inline-block;
                    position: relative;
                    top: -1px;
                    left: 0px;
                    margin-right: 7px; }
              .page_top_maruyama .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link .box_border_left {
                border-left: solid 2px #FFF;
                margin-left: 25px;
                padding: 0 15px 0 40px; }
  .page_top_maruyama .header_box {
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .header_box {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .page_top_maruyama .header_box .logo {
          flex: 1; }
          .page_top_maruyama .header_box .logo a {
            display: block;
            padding: 15px 10px;
            height: 64px;
            box-sizing: border-box;
            width: 100%; }
            .page_top_maruyama .header_box .logo a .img_logo img {
              width: 170px;
              height: auto; }
        .page_top_maruyama .header_box .menu_box {
          display: flex;
          justify-content: flex-end;
          width: 128px;
          align-self: center;
          text-align: end; }
          .page_top_maruyama .header_box .menu_box .tell_box a {
            display: inline-block;
            text-align: center;
            width: 64px;
            height: 64px;
            background-color: #CFF5E5;
            padding: 3px 0;
            box-sizing: border-box; }
            .page_top_maruyama .header_box .menu_box .tell_box a img {
              width: 25px;
              height: 21px;
              margin-top: 8px; }
            .page_top_maruyama .header_box .menu_box .tell_box a .ico_tell {
              position: relative;
              top: 7px; }
              .page_top_maruyama .header_box .menu_box .tell_box a .ico_tell::before {
                content: '';
                display: inline-block;
                width: 22px;
                height: 22px;
                background: url("../img_cmn/ico_tell.svg") no-repeat 0 0;
                background-repeat: no-repeat;
                background-size: 22px 22px; }
            .page_top_maruyama .header_box .menu_box .tell_box a .btn_txt {
              font-size: 1.2rem;
              display: block; }
          .page_top_maruyama .header_box .menu_box .menu_btn a {
            display: inline-block;
            text-align: center;
            width: 64px;
            height: 64px;
            background-color: #49C48F;
            padding: 8px 0;
            box-sizing: border-box; }
            .page_top_maruyama .header_box .menu_box .menu_btn a img {
              width: 25px;
              height: 21px; }
            .page_top_maruyama .header_box .menu_box .menu_btn a .btn_txt {
              font-size: 1.2rem;
              display: block;
              color: #FFF; } }
  .page_top_maruyama .sidemenu_box_wrap {
    background-color: #F1FAF3 !important;
    width: 100% !important;
    margin-right: -100% !important; }
  .page_top_maruyama .sidemenu_box {
    margin-bottom: 50px; }
    .page_top_maruyama .sidemenu_box .tl_box_main {
      display: flex;
      justify-content: space-between;
      height: 64px;
      background-color: #FFF; }
      .page_top_maruyama .sidemenu_box .tl_box_main .logo_box a {
        display: inline-block;
        padding: 15px; }
      .page_top_maruyama .sidemenu_box .tl_box_main .logo_box img {
        width: 170px;
        height: auto; }
      .page_top_maruyama .sidemenu_box .tl_box_main .menu_box {
        display: flex;
        justify-content: flex-end;
        width: 128px;
        align-self: center;
        text-align: end; }
        .page_top_maruyama .sidemenu_box .tl_box_main .menu_box .tell_box a {
          display: inline-block;
          text-align: center;
          width: 64px;
          height: 64px;
          background-color: #CFF5E5;
          padding: 3px 0;
          box-sizing: border-box; }
          .page_top_maruyama .sidemenu_box .tl_box_main .menu_box .tell_box a img {
            width: 25px;
            height: 21px;
            margin-top: 8px; }
          .page_top_maruyama .sidemenu_box .tl_box_main .menu_box .tell_box a .ico_tell {
            position: relative;
            top: 7px; }
            .page_top_maruyama .sidemenu_box .tl_box_main .menu_box .tell_box a .ico_tell::before {
              content: '';
              display: inline-block;
              width: 22px;
              height: 22px;
              background: url("../img_cmn/ico_tell.svg") no-repeat 0 0;
              background-repeat: no-repeat;
              background-size: 22px 22px; }
          .page_top_maruyama .sidemenu_box .tl_box_main .menu_box .tell_box a .btn_txt {
            font-size: 1.2rem;
            display: block; }
        .page_top_maruyama .sidemenu_box .tl_box_main .menu_box .menu_close_btn a {
          display: inline-block;
          text-align: center;
          width: 64px;
          height: 64px;
          background-color: #49C48F;
          padding: 8px 0;
          box-sizing: border-box; }
          .page_top_maruyama .sidemenu_box .tl_box_main .menu_box .menu_close_btn a img {
            width: 25px;
            height: 21px; }
          .page_top_maruyama .sidemenu_box .tl_box_main .menu_box .menu_close_btn a .btn_txt {
            font-size: 1.2rem;
            display: block;
            color: #FFF; }
    .page_top_maruyama .sidemenu_box .page_link_box_sp {
      text-align: left; }
      .page_top_maruyama .sidemenu_box .page_link_box_sp .loop_list li {
        border-top: 1px solid #49C48F; }
        .page_top_maruyama .sidemenu_box .page_link_box_sp .loop_list li .loop_child {
          position: relative; }
          .page_top_maruyama .sidemenu_box .page_link_box_sp .loop_list li .loop_child a {
            color: #3E3E3E;
            font-size: 1.5rem;
            font-weight: bold;
            display: block;
            padding: 16px 20px; }
          .page_top_maruyama .sidemenu_box .page_link_box_sp .loop_list li .loop_child::before {
            content: "";
            position: absolute;
            background: url("../img_cmn/ico_arrow.svg") no-repeat;
            background-size: auto;
            background-size: 12px 12px;
            width: 12px;
            height: 12px;
            top: 50%;
            margin-top: -6px;
            right: 20px; }
        .page_top_maruyama .sidemenu_box .page_link_box_sp .loop_list li:last-child {
          border-bottom: 1px solid #49C48F; }
        .page_top_maruyama .sidemenu_box .page_link_box_sp .loop_list li.label_close > .loop_child::before {
          content: "";
          position: absolute;
          background: url(../img_cmn/ico_plus.svg) no-repeat;
          background-size: auto;
          background-size: 12px 12px;
          width: 12px;
          height: 12px;
          top: 50%;
          margin-top: -6px;
          right: 20px; }
        .page_top_maruyama .sidemenu_box .page_link_box_sp .loop_list li.label_open > .loop_child::before {
          content: "";
          position: absolute;
          background: url(../img_cmn/ico_minus.svg) no-repeat;
          background-size: auto;
          background-size: 12px 12px;
          width: 12px;
          height: 12px;
          top: 50%;
          margin-top: -6px;
          right: 20px; }
      .page_top_maruyama .sidemenu_box .page_link_box_sp .loop_list .open_close_inner {
        background-color: #CFF5E5; }
        .page_top_maruyama .sidemenu_box .page_link_box_sp .loop_list .open_close_inner .loop_child a {
          font-weight: normal;
          padding: 16px 20px 16px 40px; }
      .page_top_maruyama .sidemenu_box .page_link_box_sp .header_btn_box {
        display: flex;
        justify-content: center;
        margin-top: 25px; }
  .page_top_maruyama .is_animation {
    /* 【上書き】ヘッダー上部 -ロゴ、リンク
    ------------------------------------ */
    /* 【上書き】ヘッダー下部 -グローバルナビ
    ------------------------------------ */ }
    .page_top_maruyama .is_animation .header_top {
      padding: 5px 0 10px; }
      .page_top_maruyama .is_animation .header_top .header_left_box {
        position: absolute;
        top: 20px; }
        .page_top_maruyama .is_animation .header_top .header_left_box .logo a {
          padding-top: 0; }
          .page_top_maruyama .is_animation .header_top .header_left_box .logo a .img_logo img {
            width: 260px;
            height: auto; }
      .page_top_maruyama .is_animation .header_top .header_right_box .font_size_box {
        display: none; }
      .page_top_maruyama .is_animation .header_top .header_right_box .tell_box .header_address {
        display: none; }
      .page_top_maruyama .is_animation .header_top .header_right_box .tell_box .header_btn_tell .ico_tell {
        position: relative;
        top: 0px;
        margin-right: 5px; }
      .page_top_maruyama .is_animation .header_top .header_right_box .tell_box .header_btn_tell .tell_num {
        font-size: 1.8rem; }
      .page_top_maruyama .is_animation .header_top .header_right_box .contact_box .header_btn_contact a {
        width: 140px;
        font-size: 1.3rem;
        line-height: 3.0rem; }
        .page_top_maruyama .is_animation .header_top .header_right_box .contact_box .header_btn_contact a:hover {
          opacity: 0.8;
          transition: .3s; }
      .page_top_maruyama .is_animation .header_top .header_right_box .access_box .header_btn_access a {
        width: 140px;
        font-size: 1.3rem;
        line-height: 3.0rem; }
        .page_top_maruyama .is_animation .header_top .header_right_box .access_box .header_btn_access a:hover {
          opacity: 0.8;
          transition: .3s; }
    .page_top_maruyama .is_animation .header_gnav {
      margin: 0px auto 5px; }
      .page_top_maruyama .is_animation .header_gnav .gNav {
        width: 73%;
        float: right; }
      .page_top_maruyama .is_animation .header_gnav .header_gnav_box > li {
        height: 30px; }
        .page_top_maruyama .is_animation .header_gnav .header_gnav_box > li .gnav_btn_box {
          height: 30px; }
          .page_top_maruyama .is_animation .header_gnav .header_gnav_box > li .gnav_btn_box a {
            line-height: 3.0rem;
            font-size: 1.4rem; }
        .page_top_maruyama .is_animation .header_gnav .header_gnav_box > li .cont_gnav_hover_box {
          top: -210px; }
        .page_top_maruyama .is_animation .header_gnav .header_gnav_box > li:hover .cont_gnav_hover_box {
          top: 80px; }
  .page_top_maruyama .cont_footer_info {
    margin-top: 20px;
    min-width: 1100px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .cont_footer_info {
        margin-top: 0px;
        min-width: inherit; } }
  .page_top_maruyama .footer_info {
    padding-top: 60px;
    background-color: #F1FAF3;
    /* SP */
    /* フッダー上部 -病院情報、googlマップ
    ------------------------------------ */
    /* フッダー下部 -グループトップリンク、サイトマップ等
    ------------------------------------ */
    /* コピーライト
    ------------------------------------ */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .footer_info {
        padding-top: 30px; } }
    .page_top_maruyama .footer_info .hp_info_box {
      display: flex;
      justify-content: space-between;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .footer_info .hp_info_box {
          flex-wrap: wrap; } }
      .page_top_maruyama .footer_info .hp_info_box .left_box {
        width: 540px;
        box-sizing: border-box;
        background-color: #FFF;
        padding: 20px 30px;
        border-radius: 5px;
        box-shadow: 1px 1px 3px #DEDEDE;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .footer_info .hp_info_box .left_box {
            width: 100%;
            box-sizing: border-box;
            padding: 20px 20px; } }
        .page_top_maruyama .footer_info .hp_info_box .left_box .hp_info {
          border-bottom: solid 1px #C9C9C9;
          padding-bottom: 15px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .footer_info .hp_info_box .left_box .hp_info {
              font-size: 1.4rem;
              border-bottom: solid 2px #C9C9C9;
              padding-bottom: 25px; } }
          .page_top_maruyama .footer_info .hp_info_box .left_box .hp_info .hp_name {
            font-size: 2.4rem;
            font-weight: bold;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .footer_info .hp_info_box .left_box .hp_info .hp_name {
                font-size: 2.2rem; } }
          .page_top_maruyama .footer_info .hp_info_box .left_box .hp_info .hp_tell .ico_tell {
            position: relative;
            top: 2px;
            margin-right: 5px; }
            .page_top_maruyama .footer_info .hp_info_box .left_box .hp_info .hp_tell .ico_tell::before {
              content: '';
              display: inline-block;
              width: 14px;
              height: 14px;
              background: url("../img_cmn/ico_tell.svg") no-repeat 0 0;
              background-repeat: no-repeat;
              background-size: 14px 14px; }
          .page_top_maruyama .footer_info .hp_info_box .left_box .hp_info .btn_tell_box {
            margin-top: 15px;
            display: inline-block;
            width: 100%; }
            .page_top_maruyama .footer_info .hp_info_box .left_box .hp_info .btn_tell_box .btn_tell {
              width: 100%;
              box-sizing: border-box;
              /* PC */ }
              @media screen and (min-width: 768px) {
                .page_top_maruyama .footer_info .hp_info_box .left_box .hp_info .btn_tell_box .btn_tell a[href^="tel:"] {
                  pointer-events: none; } }
          .page_top_maruyama .footer_info .hp_info_box .left_box .hp_info .img_box {
            float: right;
            padding-top: 10px; }
            .page_top_maruyama .footer_info .hp_info_box .left_box .hp_info .img_box img {
              width: 200px;
              height: 125px;
              object-fit: contain;
              font-family: 'object-fit: contain;';
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_maruyama .footer_info .hp_info_box .left_box .hp_info .img_box img {
                  width: 90px;
                  height: 90px;
                  object-fit: cover;
                  font-family: 'object-fit: cover;'; } }
        .page_top_maruyama .footer_info .hp_info_box .left_box .consultation_hour_info {
          padding-top: 15px; }
          .page_top_maruyama .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour {
            display: flex;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour {
                display: block; } }
            .page_top_maruyama .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .tl_info {
              display: flex;
              justify-content: center;
              align-items: center;
              width: 110px;
              background-color: #F7F7F7;
              font-size: 1.6rem;
              font-weight: bold;
              margin-right: 15px;
              text-align: center;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_maruyama .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .tl_info {
                  margin: 0 auto 15px;
                  color: #079558;
                  background-color: transparent; } }
            .page_top_maruyama .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list {
              flex: 1; }
              .page_top_maruyama .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dt {
                float: left;
                display: inline-block;
                width: 50px;
                border: solid 1px #49C48F;
                box-sizing: border-box;
                font-size: 1.4rem;
                line-height: 1.4rem;
                font-weight: bold;
                text-align: center;
                color: #079558;
                padding: 6px 5px;
                margin-right: 10px; }
                .page_top_maruyama .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dt.bg_gray {
                  color: #FFF;
                  background-color: #898989;
                  border: solid 1px #898989; }
              .page_top_maruyama .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dd {
                line-height: 2.8rem;
                margin-left: 50px;
                margin-bottom: 10px; }
                .page_top_maruyama .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dd:last-child {
                  margin-bottom: 0px; }
                .page_top_maruyama .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dd .time {
                  font-weight: bold; }
          .page_top_maruyama .footer_info .hp_info_box .left_box .consultation_hour_info .txt_attention {
            color: #E57571;
            font-size: 1.3rem;
            margin-top: 12px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .footer_info .hp_info_box .left_box .consultation_hour_info .txt_attention {
                margin-top: 15px; } }
      .page_top_maruyama .footer_info .hp_info_box .right_box {
        width: 540px;
        box-sizing: border-box;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .footer_info .hp_info_box .right_box {
            width: 100%;
            box-sizing: border-box;
            margin-top: 20px; }
            .page_top_maruyama .footer_info .hp_info_box .right_box .google_map iframe {
              width: 100% !important;
              height: 210px !important; } }
    .page_top_maruyama .footer_info .footer_bottom {
      padding: 15px 0;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .footer_info .footer_bottom {
          padding: 10px 0; } }
      .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_left_box {
        margin: 20px 0 10px;
        display: flex;
        align-items: center;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_left_box {
            display: block;
            margin: 5px 0 0; } }
        .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box {
          display: flex;
          flex-wrap: wrap;
          /* SP */
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box {
              display: block;
              text-align: center;
              margin-bottom: 20px; } }
          .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li {
            margin-right: 10px; }
            .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li a {
              display: block;
              padding: 0 15px;
              font-size: 1.4rem;
              line-height: 4.0rem;
              font-weight: bold;
              border: solid 1px #49C48F;
              border-radius: 5px;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li a {
                  display: inline-block; } }
              .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li a:hover {
                color: #079558;
                transition: .3s; }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li {
              margin: 0px auto 10px; }
              .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li a {
                font-size: 1.3rem;
                line-height: 3.4rem; } }
        .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box {
          display: flex;
          margin: 0 10px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box {
              flex-wrap: wrap;
              margin: 10px 0 0; } }
          .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li {
            /* SP */ }
            .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li a {
              display: block;
              border-right: solid 1px #49C48F;
              padding: 0 15px;
              font-size: 1.4rem;
              line-height: 2.6rem; }
              .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li a:hover {
                color: #079558;
                transition: .3s; }
            .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li:first-child a {
              border-left: solid 1px #49C48F; }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li {
                width: 50%;
                box-sizing: border-box;
                margin-bottom: 10px;
                text-align: center; }
                .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li a {
                  padding: 0 10px;
                  font-size: 1.3rem; }
                .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li:nth-child(odd) a {
                  border-left: solid 1px #49C48F; } }
      .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_right_box {
        float: right; }
        .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box {
          z-index: 999;
          position: fixed;
          bottom: 50px;
          left: calc(50% + 480px);
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box {
              bottom: 10px;
              left: calc(100% - 67px); } }
          .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box a {
            /* SP */ }
            .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box a:hover {
              opacity: 0.8;
              transition: .3s; }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box a img {
                width: 50px;
                height: 50px; } }
    .page_top_maruyama .footer_info .footer_copyright {
      background-color: #49C48F;
      /* SP */ }
      .page_top_maruyama .footer_info .footer_copyright .txt_copyright {
        font-size: 1.2rem;
        color: #FFF;
        padding: 5px 0; }
        .page_top_maruyama .footer_info .footer_copyright .txt_copyright .copyright {
          float: left; }
        .page_top_maruyama .footer_info .footer_copyright .txt_copyright .powered_by {
          float: right; }
          .page_top_maruyama .footer_info .footer_copyright .txt_copyright .powered_by a {
            text-decoration: underline;
            color: #FFF; }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .footer_info .footer_copyright {
          padding: 10px 0;
          text-align: center; }
          .page_top_maruyama .footer_info .footer_copyright .txt_copyright .copyright {
            float: none;
            font-size: 1.1rem; }
          .page_top_maruyama .footer_info .footer_copyright .txt_copyright .powered_by {
            margin-top: 10px;
            float: none;
            font-size: 1.0rem; } }
  .page_top_maruyama .aside {
    /* SP */
    /* asides_list_box
    ------------------------------------ */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .aside {
        width: calc(100% + 34px);
        margin: 0 -17px 0 -17px;
        border-top: solid 2px #49C48F;
        border-bottom: solid 2px #49C48F; } }
    .page_top_maruyama .aside .aside_list_box {
      width: 260px;
      box-sizing: border-box;
      margin-right: 50px;
      padding: 30px 20px 40px;
      background-color: #F7F7F7;
      border-top: solid 4px #49C48F;
      /* SP */
      /* asides_list_box（2爪以降）
      ------------------------------------ */ }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .aside .aside_list_box {
          width: 100%;
          padding: 30px 17px;
          border-top: none;
          border-bottom: solid 1px #C9C9C9;
          margin-bottom: 0px; } }
      .page_top_maruyama .aside .aside_list_box .tl_category_list {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 0 0 20px;
        border-bottom: solid 1px #49C48F;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .aside .aside_list_box .tl_category_list {
            font-size: 1.4rem;
            margin: 0 0 10px;
            border-bottom: none; } }
      .page_top_maruyama .aside .aside_list_box .category_list_box {
        border: solid 1px #C9C9C9;
        border-radius: 5px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .aside .aside_list_box .category_list_box {
            border-radius: 1px; } }
        .page_top_maruyama .aside .aside_list_box .category_list_box li {
          position: relative; }
          .page_top_maruyama .aside .aside_list_box .category_list_box li a {
            display: block;
            border-bottom: solid 1px #C9C9C9;
            background-color: #FFF;
            padding: 10px 40px 10px 20px;
            color: #3E3E3E;
            font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
            font-size: 1.6rem;
            font-weight: bold;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .aside .aside_list_box .category_list_box li a {
                padding: 13px 14px 13px 20px;
                font-size: 1.3rem;
                font-weight: normal; } }
            .page_top_maruyama .aside .aside_list_box .category_list_box li a:hover {
              color: #079558;
              background-color: #F1FAF3;
              transition: .3s; }
          .page_top_maruyama .aside .aside_list_box .category_list_box li::after {
            content: '';
            width: 12px;
            height: 12px;
            background-image: url("../img_cmn/ico_arrow.svg");
            background-size: 12px 12px;
            background-repeat: no-repeat;
            display: inline-block;
            position: absolute;
            top: 50%;
            right: 20px;
            margin-top: -6px; }
          .page_top_maruyama .aside .aside_list_box .category_list_box li:first-child a {
            border-radius: 5px 5px 0 0; }
          .page_top_maruyama .aside .aside_list_box .category_list_box li:last-child a {
            border-radius: 0 0 5px 5px;
            border-bottom: none; }
          .page_top_maruyama .aside .aside_list_box .category_list_box li.current_category a {
            color: #079558;
            background-color: #F1FAF3; }
      .page_top_maruyama .aside .aside_list_box ~ .aside_list_box {
        padding: 0px 20px 40px;
        border-top: none;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .aside .aside_list_box ~ .aside_list_box {
            width: 100%;
            padding: 30px 17px;
            border-top: none;
            border-bottom: solid 1px #C9C9C9;
            margin-bottom: 0px; } }
  .page_top_maruyama .sp_nav_list_box .nav_list_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .page_top_maruyama .sp_nav_list_box .nav_list_box li {
      position: relative;
      width: calc(50% - 0.5px);
      box-sizing: border-box;
      border-top: solid 1px #C9C9C9;
      border-right: solid 1px #C9C9C9;
      background-color: #F7F7F7; }
      .page_top_maruyama .sp_nav_list_box .nav_list_box li:nth-child(even) {
        border-right: none; }
      .page_top_maruyama .sp_nav_list_box .nav_list_box li:nth-child(-n+2) {
        border-top: none; }
      .page_top_maruyama .sp_nav_list_box .nav_list_box li a {
        display: block;
        font-size: 1.3rem;
        font-weight: bold;
        padding: 10px 20px; }
        .page_top_maruyama .sp_nav_list_box .nav_list_box li a::after {
          content: '';
          width: 12px;
          height: 12px;
          background-image: url("../img_cmn/ico_arrow.svg");
          background-size: 12px 12px;
          background-repeat: no-repeat;
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -6px; }
  .page_top_maruyama .faq_list_box {
    margin-bottom: 50px; }
    .page_top_maruyama .faq_list_box .faq_list .list_box {
      border-top: solid 1px #C9C9C9; }
      .page_top_maruyama .faq_list_box .faq_list .list_box:last-child {
        border-bottom: solid 1px #C9C9C9; }
      .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box {
        display: flex;
        padding: 20px 50px 20px 20px;
        color: #3E3E3E;
        position: relative;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box {
            padding: 15px 40px 15px 15px; } }
        .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box:hover {
          opacity: 0.6;
          transition: .3s;
          text-decoration: none; }
        .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .ico_faq_q {
          width: 30px;
          margin-right: 15px;
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          font-size: 2.8rem;
          line-height: 2.8rem;
          font-weight: bold;
          color: #3E3E3E;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .ico_faq_q {
              width: 25px;
              margin-right: 0px;
              font-size: 2.0rem;
              line-height: 2.0rem; } }
        .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .description_box {
          flex: 1; }
          .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .description_box .txt_box {
            font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
            font-size: 1.8rem;
            font-weight: bold;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .description_box .txt_box {
                font-size: 1.6rem; } }
      .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box {
        position: relative;
        display: flex;
        padding: 20px 50px 20px 20px;
        color: #3E3E3E;
        background-color: #F7F7F7;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box {
            padding: 15px 40px 15px 15px; } }
        .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .ico_faq_a {
          width: 30px;
          margin-right: 15px;
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          font-size: 2.8rem;
          line-height: 2.8rem;
          font-weight: bold;
          color: #079558;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .ico_faq_a {
              width: 25px;
              margin-right: 0px;
              font-size: 2.0rem;
              line-height: 2.0rem; } }
        .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box {
          flex: 1; }
          .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link {
            display: flex;
            margin-top: 20px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link {
                flex-wrap: wrap; } }
            .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_badge {
              width: 120px;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_badge {
                  width: 100%; } }
              .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_badge .txt_related_badge {
                display: inline-block;
                color: #707070;
                font-size: 1.4rem;
                line-height: 2.6rem;
                padding: 0 20px;
                position: relative;
                top: -3px;
                left: 0;
                border: solid 1px #707070;
                border-radius: 1px;
                background-color: #FFF; }
            .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list {
              display: block;
              flex: 1;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list {
                  margin-top: 5px; } }
              .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li {
                margin-bottom: 5px;
                padding-left: 1.2em;
                text-indent: -1.2em; }
                .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li:last-child {
                  margin-bottom: 0; }
                .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li a {
                  color: #079558;
                  display: block; }
                  .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li a::before {
                    content: '';
                    width: 15px;
                    height: 15px;
                    background-image: url("../img_cmn/ico_arrow.svg");
                    background-size: 7px;
                    background-repeat: no-repeat;
                    display: inline-block;
                    position: relative;
                    top: 3px;
                    left: 3px;
                    margin-right: 3px; }
                  .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li a:hover {
                    text-decoration: underline; }
      .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .label_open_close {
        position: relative;
        cursor: pointer;
        /* SP */ }
        .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .label_open_close.label_open::after {
          position: absolute;
          content: "";
          background-image: url("../img_cmn/ico_minus_circle.svg");
          background-size: 25px auto;
          width: 25px;
          height: 25px;
          margin-top: -14px;
          right: 10px;
          top: 50%;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .label_open_close.label_open::after {
              background-size: 22px auto;
              width: 22px;
              height: 22px; } }
        .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .label_open_close.label_close::after {
          position: absolute;
          content: "";
          background-image: url("../img_cmn/ico_plus_circle.svg");
          background-size: 25px auto;
          width: 25px;
          height: 25px;
          margin-top: -14px;
          right: 10px;
          top: 50%;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .faq_list_box .faq_list .list_box .list_click_open .label_open_close.label_close::after {
              background-size: 22px auto;
              width: 22px;
              height: 22px; } }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .sp_category_list_box .btn_select {
      margin-top: 40px; }
      .page_top_maruyama .sp_category_list_box .btn_select .tl_category_list {
        font-weight: bold;
        margin-bottom: 10px; }
      .page_top_maruyama .sp_category_list_box .btn_select .select_label {
        position: relative; }
        .page_top_maruyama .sp_category_list_box .btn_select .select_label::after {
          content: '';
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          top: 50%;
          right: 1em;
          margin-top: -.3em;
          border-width: .6em .5em;
          border-style: solid;
          border-color: #49C48F transparent transparent;
          z-index: 1;
          pointer-events: none; }
        .page_top_maruyama .sp_category_list_box .btn_select .select_label .select_item {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          cursor: pointer;
          width: 100%;
          position: relative;
          padding: 8px;
          outline: none;
          border: 1px solid #C9C9C9;
          border-radius: 2px;
          font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
          margin-bottom: -10px; } }
  .page_top_maruyama .cont_liaise {
    position: relative;
  /* 上部導入
	------------------------------------ */
    /* 電話問合せ
    --------------- */
    /* ３ステップ
    ------------------------------------ */
    /* formのスタイル
    ------------------------------------ */
    /* 戻るボタン
    --------------- */ }
    .page_top_maruyama .cont_liaise .main_box .txt_Kerning {
      letter-spacing: -0.03em; }
    .page_top_maruyama .cont_liaise .txt_intro {
      margin-top: 40px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .cont_liaise .txt_intro {
          margin-top: 30px; } }
    .page_top_maruyama .cont_liaise .contact_link_box {
      margin: 30px 0 30px;
      padding: 0 0 0;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .cont_liaise .contact_link_box {
          padding: 0px 20px 30px; } }
      .page_top_maruyama .cont_liaise .contact_link_box .tell_box {
        margin: 25px 20px 25px; }
    .page_top_maruyama .cont_liaise .liaise_step_box {
      margin: 110px auto 60px;
      text-align: center;
      position: relative;
      /* SP */
      /* ステップ未着地
      --------------- */
      /* 現在のステップ地点
      --------------- */ }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .cont_liaise .liaise_step_box {
          margin: 90px auto 40px; } }
      .page_top_maruyama .cont_liaise .liaise_step_box::before {
        content: "";
        position: absolute;
        display: block;
        width: 450px;
        height: 1px;
        top: -22px;
        left: 50%;
        margin-left: -225px;
        background-color: #C9C9C9;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .cont_liaise .liaise_step_box::before {
            width: 200px;
            margin-left: -100px; } }
      .page_top_maruyama .cont_liaise .liaise_step_box ol {
        display: flex;
        justify-content: center;
        align-items: center; }
      .page_top_maruyama .cont_liaise .liaise_step_box li {
        width: 220px;
        position: relative;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .cont_liaise .liaise_step_box li {
            width: 100px; } }
      .page_top_maruyama .cont_liaise .liaise_step_box .step_do {
        color: #079558;
        font-size: 1.3rem; }
        .page_top_maruyama .cont_liaise .liaise_step_box .step_do::before {
          content: "";
          position: absolute;
          display: block;
          width: 20px;
          height: 20px;
          top: -31px;
          left: 50%;
          margin-left: -10px;
          background-color: #49C48F;
          border-radius: 50px;
          box-sizing: border-box; }
      .page_top_maruyama .cont_liaise .liaise_step_box .step_undone {
        font-size: 1.3rem; }
        .page_top_maruyama .cont_liaise .liaise_step_box .step_undone::before {
          content: "";
          position: absolute;
          display: block;
          width: 20px;
          height: 20px;
          top: -31px;
          left: 50%;
          margin-left: -10px;
          background-color: #F7F7F7;
          border: solid 1px #C9C9C9;
          border-radius: 50px;
          box-sizing: border-box; }
    .page_top_maruyama .cont_liaise .contact_form {
      margin-top: 30px; }
      .page_top_maruyama .cont_liaise .contact_form .form_box {
        position: relative; }
      .page_top_maruyama .cont_liaise .contact_form .form_table {
        width: 100%;
        margin-bottom: 40px;
        table-layout: fixed;
        /* SP */
        /* エラーメッセージ
        --------------- */
        /* 必須アイコン
        --------------- */ }
        .page_top_maruyama .cont_liaise .contact_form .form_table tr {
          background-color: #F1FAF3;
          /* お問い合わせ内容、その他選択時
          --------------- */ }
          .page_top_maruyama .cont_liaise .contact_form .form_table tr:first-child .form_th {
            padding-top: 50px;
            /* SP */ }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr:first-child .form_th .ico_require {
              top: 60px; }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .cont_liaise .contact_form .form_table tr:first-child .form_th {
                padding: 40px 10px 10px; }
                .page_top_maruyama .cont_liaise .contact_form .form_table tr:first-child .form_th .ico_require {
                  top: 0px; } }
          .page_top_maruyama .cont_liaise .contact_form .form_table tr:first-child .form_td {
            padding-top: 50px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .cont_liaise .contact_form .form_table tr:first-child .form_td {
                padding: 0px 10px 10px; } }
          .page_top_maruyama .cont_liaise .contact_form .form_table tr:last-child .form_th {
            padding-bottom: 50px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .cont_liaise .contact_form .form_table tr:last-child .form_th {
                padding: 20px 10px 10px; } }
          .page_top_maruyama .cont_liaise .contact_form .form_table tr:last-child .form_td {
            padding-bottom: 50px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .cont_liaise .contact_form .form_table tr:last-child .form_td {
                padding: 0px 10px 30px; } }
          .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td,
          .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_th {
            position: relative;
            vertical-align: top;
            text-align: left;
            /* SP */ }
          .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_th {
            font-weight: bold;
            width: 240px;
            padding: 20px 0 20px 25px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_th {
                display: block;
                width: 100%;
                padding: 20px 10px 10px;
                box-sizing: border-box; } }
          .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td {
            padding: 20px 25px 20px 0;
            /* SP */
            /* セレクトボックスのスタイル設定
            --------------- */
            /* radio,checkボタン
            --------------- */ }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td {
                display: block;
                width: 100%;
                padding: 0px 10px 10px;
                box-sizing: border-box; } }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .txt_notice {
              margin: 15px 0 5px; }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .ex {
              font-size: 12px;
              color: #999;
              margin-top: 10px; }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td button,
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=email],
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=tel],
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=text],
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td select,
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td textarea {
              margin: 0;
              padding: 0;
              background: none;
              border: none;
              border-radius: 0;
              outline: none;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              /** add */
              border: solid 1px #49C48F;
              border-radius: 1px; }
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td button::placeholder,
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=email]::placeholder,
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=tel]::placeholder,
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=text]::placeholder,
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td select::placeholder,
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td textarea::placeholder {
                color: #8B918B;
                /* SP */ }
                @media screen and (max-width: 767px) {
                  .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td button::placeholder,
                  .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=email]::placeholder,
                  .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=tel]::placeholder,
                  .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=text]::placeholder,
                  .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td select::placeholder,
                  .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td textarea::placeholder {
                    font-size: 1.3rem; } }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td textarea::-webkit-input-placeholder {
              color: #8B918B;
              font-size: 1.5rem;
              font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td textarea::-webkit-input-placeholder {
                  font-size: 1.3rem; } }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td textarea:-moz-placeholder {
              color: #8B918B;
              font-size: 1.5rem;
              font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td textarea:-moz-placeholder {
                  font-size: 1.3rem; } }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td textarea:-ms-input-placeholder {
              color: #8B918B;
              font-size: 1.5rem;
              font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td textarea:-ms-input-placeholder {
                  font-size: 1.3rem; } }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=email]::-ms-clear,
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=tel]::-ms-clear,
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=text]::-ms-clear {
              visibility: hidden; }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=email]::-ms-reveal,
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=tel]::-ms-reveal,
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=text]::-ms-reveal {
              visibility: hidden; }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td select::-ms-expand {
              display: none; }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td textarea {
              resize: none; }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td select {
              padding: 9px 10px; }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=email],
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=tel],
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=text],
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td textarea {
              padding: 10px 15px;
              width: 100%;
              box-sizing: border-box;
              background: #fff;
              font-size: 1.5rem;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=email],
                .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=tel],
                .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=text],
                .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td textarea {
                  padding: 10px 10px; } }
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=email].input_box_min,
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=tel].input_box_min,
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=text].input_box_min,
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td textarea.input_box_min {
                width: 320px;
                /* SP */ }
                @media screen and (max-width: 767px) {
                  .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=email].input_box_min,
                  .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=tel].input_box_min,
                  .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=text].input_box_min,
                  .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td textarea.input_box_min {
                    width: 100%; } }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td button,
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input,
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td select,
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td textarea {
              font-family: inherit;
              font-size: 100%;
              padding: 10px 15px;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td button,
                .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input,
                .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td select,
                .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td textarea {
                  padding: 10px 10px; } }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .select_label {
              position: relative;
              border-radius: 0;
              z-index: 0; }
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .select_label::after {
                content: '';
                position: absolute;
                display: block;
                width: 0;
                height: 0;
                top: 50%;
                right: 1em;
                margin-top: -.3em;
                border-width: .6em .5em;
                border-style: solid;
                border-color: #49C48F transparent transparent;
                z-index: 1;
                pointer-events: none; }
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .select_label .select_item {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                cursor: pointer;
                width: 100%;
                position: relative;
                padding: 10px 15px;
                outline: none;
                border: 1px solid #49C48F;
                border-radius: 2px;
                background-color: #FFF;
                font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
                /* SP */ }
                @media screen and (max-width: 767px) {
                  .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .select_label .select_item {
                    padding: 10px 10px; } }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .radio_box {
              /* SP */ }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=checkbox],
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=radio] {
              display: none; }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type="checkbox"]:checked + label.checkbox,
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type="radio"]:checked + label.radio {
              background-color: #E1F5E4; }
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type="checkbox"]:checked + label.checkbox:after,
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type="radio"]:checked + label.radio:after {
                background: #fff; }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .checkbox,
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .radio {
              box-sizing: border-box;
              -webkit-transition: background-color 0.2s linear;
              transition: background-color 0.2s linear;
              position: relative;
              display: inline-block;
              padding: 11px 20px 9px 50px;
              vertical-align: middle;
              margin-right: 20px;
              cursor: pointer;
              background-color: #FFF;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .checkbox,
                .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .radio {
                  display: block;
                  margin-right: 0px; } }
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .checkbox:hover,
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .radio:hover {
                background-color: #E1F5E4; }
                .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .checkbox:hover:after,
                .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .radio:hover:after {
                  border-color: #707070;
                  background: #fff; }
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .checkbox:after,
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .radio:after {
                -webkit-transition: border-color 0.2s linear;
                transition: border-color 0.2s linear;
                position: absolute;
                top: 50%;
                left: 15px;
                display: block;
                margin-top: -11px;
                width: 20px;
                height: 20px;
                border: 1px solid #707070;
                background: #fff;
                content: ''; }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .radio {
              /* SP */ }
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .radio:before {
                -webkit-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear;
                position: absolute;
                top: 50%;
                left: 19px;
                display: block;
                margin-top: -7px;
                width: 14px;
                height: 14px;
                border-radius: 50%;
                background-color: #49C48F;
                z-index: 1;
                content: '';
                opacity: 0; }
                input[type=radio]:checked + .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .radio:before {
                  opacity: 1; }
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .radio:after {
                border-radius: 50%; }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=radio]:checked + .radio:before {
              opacity: 1; }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .checkbox {
              padding-left: 52px;
              /* SP */ }
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .checkbox:before {
                -webkit-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear;
                position: absolute;
                top: 50%;
                left: 20px;
                display: block;
                margin-top: -9px;
                width: 5px;
                height: 9px;
                border-right: 3px solid #49C48F;
                border-bottom: 3px solid #49C48F;
                content: '';
                opacity: 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                z-index: 10;
                /* SP */ }
                input[type=checkbox]:checked + .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .checkbox:before {
                  opacity: 1; }
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td .checkbox:after {
                left: 15px;
                width: 16px;
                height: 16px;
                margin-top: -10px;
                /* SP */ }
            .page_top_maruyama .cont_liaise .contact_form .form_table tr .form_td input[type=checkbox]:checked + .checkbox:before {
              opacity: 1; }
          .page_top_maruyama .cont_liaise .contact_form .form_table tr .zipcode span {
            display: inline-block; }
          .page_top_maruyama .cont_liaise .contact_form .form_table tr .zipcode input[type=text] {
            width: 465px;
            margin-left: 10px; }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .cont_liaise .contact_form .form_table tr .zipcode input[type=text] {
                width: 270px; } }
        .page_top_maruyama .cont_liaise .contact_form .form_table .error_message {
          color: #EB4640;
          font-size: 1.3rem;
          margin-top: 5px; }
        .page_top_maruyama .cont_liaise .contact_form .form_table .ico_require {
          display: inline-block;
          font-size: 1.2rem;
          font-weight: normal;
          color: #EB4640;
          padding: 0 10px;
          margin-left: 1em;
          background-color: #FFF;
          border: solid 1px #EB4640;
          border-radius: 50px;
          position: absolute;
          top: 30px;
          right: 10px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .cont_liaise .contact_form .form_table .ico_require {
              position: relative;
              top: 0px;
              right: 0; } }
      .page_top_maruyama .cont_liaise .contact_form .txt_th {
        margin-top: 10px;
        font-size: 1.4rem;
        line-height: 2.0rem; }
        .page_top_maruyama .cont_liaise .contact_form .txt_th.type_patient {
          color: #079558; }
        .page_top_maruyama .cont_liaise .contact_form .txt_th .txt_type {
          display: block;
          font-weight: normal;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .cont_liaise .contact_form .txt_th .txt_type {
              font-weight: bold; } }
      .page_top_maruyama .cont_liaise .contact_form .txt_notice {
        font-size: 1.3rem; }
      .page_top_maruyama .cont_liaise .contact_form .txt_indent {
        padding-left: 1em;
        text-indent: -1em; }
      .page_top_maruyama .cont_liaise .contact_form .form_pp .txt_box {
        margin: 10px 0px 10px 10px;
        font-size: 1.4rem;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .cont_liaise .contact_form .form_pp .txt_box {
            margin: 0px 10px; } }
      .page_top_maruyama .cont_liaise .contact_form .btn_box {
        position: relative;
        text-align: center;
        margin: 50px 0 30px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .cont_liaise .contact_form .btn_box {
            margin: 30px 0 20px; } }
        .page_top_maruyama .cont_liaise .contact_form .btn_box input {
          color: #FFF;
          width: 320px;
          height: 60px;
          line-height: 6.0rem;
          background-color: #49C48F;
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          font-size: 2.0rem;
          font-weight: bold;
          cursor: pointer;
          box-sizing: border-box;
          border: solid 1px #49C48F;
          border-radius: 50px;
          background-image: url("../img_cmn/ico_arrow_white.svg");
          background-repeat: no-repeat;
          background-size: 10px;
          background-position: 95% 50%;
          box-shadow: 1px 1px 3px #DEDEDE;
          /* SP */ }
          .page_top_maruyama .cont_liaise .contact_form .btn_box input:hover {
            opacity: 0.8;
            transition: .3s; }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .cont_liaise .contact_form .btn_box input {
              width: 90%;
              height: 52px;
              line-height: 5.2rem;
              font-size: 1.6rem; } }
        .page_top_maruyama .cont_liaise .contact_form .btn_box input.btn_disabled {
          color: #C9C9C9;
          background-color: #F7F7F7;
          border: solid 1px #C9C9C9;
          background-image: url("../img_cmn/ico_arrow_gray.svg");
          /* SP */ }
    .page_top_maruyama .cont_liaise .retry {
      position: absolute;
      left: 0;
      bottom: 0px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .cont_liaise .retry {
          position: relative;
          width: 90%;
          margin: 0 auto 20px; } }
    .page_top_maruyama .cont_liaise .retry_btn {
      color: #3E3E3E;
      width: 140px;
      height: 50px;
      line-height: 5.0rem;
      background-color: #FFF;
      font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
      font-size: 2.0rem;
      font-weight: bold;
      cursor: pointer;
      box-sizing: border-box;
      border: solid 1px #49C48F;
      border-radius: 50px;
      background-image: url("../img_cmn/ico_arrow_left.svg");
      background-repeat: no-repeat;
      background-size: 10px;
      background-position: 10% 50%;
      box-shadow: 1px 1px 3px #DEDEDE;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .cont_liaise .retry_btn {
          height: 44px;
          line-height: 4.4rem;
          font-size: 1.6rem; } }
      .page_top_maruyama .cont_liaise .retry_btn:hover {
        opacity: 0.8;
        transition: .3s; }
  .page_top_maruyama .cont_liaise_check .liaise_step_box::before {
    background: linear-gradient(90deg, #49C48F 0%, #49C48F 50%, #C9C9C9 50%, #C9C9C9 100%); }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .cont_liaise_check .parts_tl_01 {
      margin-top: 40px; } }
  .page_top_maruyama .cont_liaise_check .contact_form .txt_th {
    margin-top: 1px; }
  .page_top_maruyama .cont_liaise_check .contact_form .form_table tr:first-child .form_th .ico_require {
    top: 50px; }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .cont_liaise_check .contact_form .form_table tr:first-child .form_th .ico_require {
        top: 0px; } }
  .page_top_maruyama .cont_liaise_check .contact_form .form_table tr .form_td {
    padding: 20px 25px 20px 10px; }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .cont_liaise_check .contact_form .form_table tr .form_td {
        padding: 5px 10px 20px 10px !important; } }
  .page_top_maruyama .cont_liaise_check .contact_form .form_table .ico_require {
    top: 20px; }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .cont_liaise_check .contact_form .form_table .ico_require {
        top: 0px; } }
  .page_top_maruyama .cont_liaise_sent .liaise_step_box::before {
    background-color: #49C48F; }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .cont_liaise_sent .parts_tl_01 {
      margin-top: 40px; } }
  .page_top_maruyama .cont_liaise_sent .txt_message {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .cont_liaise_sent .txt_message {
        width: 80%;
        margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .page_top_maruyama .cont_liaise_sent .contact_link_box {
      margin: 10px 0 20px; } }
  .page_top_maruyama .cont_liaise_sent .top_link_box {
    padding: 1px 0; }
  .page_top_maruyama .guide {
    background-image: url("../img_cmn/bg_guide.png");
    background-size: 100%;
    height: auto;
    text-align: center; }
    .page_top_maruyama .guide .guide_time_box {
      display: inline-flex;
      justify-content: center;
      background-color: #FFF;
      border: solid 1px #49C48F;
      border-radius: 5px;
      box-shadow: 1px 1px 3px #DEDEDE;
      padding: 20px 30px;
      margin: 0 auto;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .guide .guide_time_box {
          flex-wrap: wrap;
          padding: 20px 20px; } }
      .page_top_maruyama .guide .guide_time_box .medical_time {
        border-right: solid 1px #C9C9C9;
        padding-right: 30px;
        margin-right: 30px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .guide .guide_time_box .medical_time {
            border-right: none;
            padding-right: 0px;
            margin-right: 0px;
            border-bottom: solid 2px #C9C9C9;
            padding-bottom: 20px;
            margin-bottom: 20px;
            width: 100%; } }
      .page_top_maruyama .guide .guide_time_box .consultation_hour {
        display: flex;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .guide .guide_time_box .consultation_hour {
            display: block; } }
        .page_top_maruyama .guide .guide_time_box .consultation_hour .tl_info {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 110px;
          background-color: #F7F7F7;
          font-size: 1.6rem;
          font-weight: bold;
          margin-right: 15px;
          text-align: center;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .guide .guide_time_box .consultation_hour .tl_info {
              margin: 0 auto 10px;
              background-color: transparent; } }
        .page_top_maruyama .guide .guide_time_box .consultation_hour .info_list_box {
          width: 280px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .guide .guide_time_box .consultation_hour .info_list_box {
              width: inherit; } }
          .page_top_maruyama .guide .guide_time_box .consultation_hour .info_list_box .info_list dt {
            float: left;
            display: inline-block;
            width: 50px;
            border: solid 1px #49C48F;
            box-sizing: border-box;
            font-size: 1.4rem;
            line-height: 1.4rem;
            font-weight: bold;
            text-align: center;
            color: #079558;
            padding: 6px 5px;
            margin-right: 10px; }
            .page_top_maruyama .guide .guide_time_box .consultation_hour .info_list_box .info_list dt.bg_gray {
              color: #FFF;
              background-color: #898989;
              border: solid 1px #898989; }
            .page_top_maruyama .guide .guide_time_box .consultation_hour .info_list_box .info_list dt + dd {
              padding-left: 60px;
              /* SP */ }
          .page_top_maruyama .guide .guide_time_box .consultation_hour .info_list_box .info_list dd {
            text-align: left;
            line-height: 2.8rem;
            margin-bottom: 10px;
            /* SP */ }
            .page_top_maruyama .guide .guide_time_box .consultation_hour .info_list_box .info_list dd:last-child {
              margin-bottom: 0px; }
            .page_top_maruyama .guide .guide_time_box .consultation_hour .info_list_box .info_list dd .time {
              font-weight: bold; }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .guide .guide_time_box .consultation_hour .info_list_box .info_list dd {
                margin-bottom: 5px; } }
          .page_top_maruyama .guide .guide_time_box .consultation_hour .info_list_box .info_list .asterisk {
            font-size: 1.3rem;
            line-height: 2.2rem;
            padding-left: 1.3em;
            text-indent: -1.3em; }
            .page_top_maruyama .guide .guide_time_box .consultation_hour .info_list_box .info_list .asterisk::before {
              content: "＊ "; }
          .page_top_maruyama .guide .guide_time_box .consultation_hour .info_list_box .info_list .txt_attention {
            color: #E57571;
            margin-top: 12px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .guide .guide_time_box .consultation_hour .info_list_box .info_list .txt_attention {
                margin-top: 15px; } }
    .page_top_maruyama .guide .guide_nav_box {
      padding: 70px 0 70px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .guide .guide_nav_box {
          padding: 50px 0 20px; } }
      .page_top_maruyama .guide .guide_nav_box .guide_nav .guide_nav_list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .page_top_maruyama .guide .guide_nav_box .guide_nav .guide_nav_list li {
          margin: 0 30px 80px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .guide .guide_nav_box .guide_nav .guide_nav_list li {
              margin: 0 10px 55px; } }
          .page_top_maruyama .guide .guide_nav_box .guide_nav .guide_nav_list li a {
            display: block;
            width: 145px;
            height: 145px;
            border-radius: 50%;
            background-color: #CFF5E5;
            box-shadow: 1px 2px 2px #DEDEDE;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .guide .guide_nav_box .guide_nav .guide_nav_list li a {
                width: 90px;
                height: 90px; } }
            .page_top_maruyama .guide .guide_nav_box .guide_nav .guide_nav_list li a:hover {
              box-shadow: none;
              position: relative;
              top: 1px;
              left: 0; }
              .page_top_maruyama .guide .guide_nav_box .guide_nav .guide_nav_list li a:hover .btn_txt {
                position: relative;
                top: -1px;
                left: 0; }
            .page_top_maruyama .guide .guide_nav_box .guide_nav .guide_nav_list li a img {
              width: auto;
              height: 66px;
              margin-top: 40px;
              /* SP */ }
              .page_top_maruyama .guide .guide_nav_box .guide_nav .guide_nav_list li a img.ico_gairai {
                margin-left: 7px; }
              .page_top_maruyama .guide .guide_nav_box .guide_nav .guide_nav_list li a img.ico_visitor {
                margin-left: 5px; }
              .page_top_maruyama .guide .guide_nav_box .guide_nav .guide_nav_list li a img.ico_kenshin {
                margin-left: 7px; }
              .page_top_maruyama .guide .guide_nav_box .guide_nav .guide_nav_list li a img.ico_consult {
                margin-left: 6px; }
              @media screen and (max-width: 767px) {
                .page_top_maruyama .guide .guide_nav_box .guide_nav .guide_nav_list li a img {
                  height: 42px;
                  margin-top: 24px; }
                  .page_top_maruyama .guide .guide_nav_box .guide_nav .guide_nav_list li a img.ico_gairai {
                    margin-left: 6px; }
                  .page_top_maruyama .guide .guide_nav_box .guide_nav .guide_nav_list li a img.ico_visitor {
                    margin-left: 4px; }
                  .page_top_maruyama .guide .guide_nav_box .guide_nav .guide_nav_list li a img.ico_kenshin {
                    margin-left: 6px; }
                  .page_top_maruyama .guide .guide_nav_box .guide_nav .guide_nav_list li a img.ico_consult {
                    margin-left: 5px; } }
            .page_top_maruyama .guide .guide_nav_box .guide_nav .guide_nav_list li a .btn_txt {
              display: block;
              margin-top: 50px;
              font-size: 1.6rem;
              font-weight: bold;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_maruyama .guide .guide_nav_box .guide_nav .guide_nav_list li a .btn_txt {
                  margin-top: 30px;
                  font-size: 1.5rem; } }
  .page_top_maruyama .features {
    text-align: center;
    padding: 80px 0 50px;
    background-color: #E1F5E4;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .features {
        padding: 50px 0 10px; } }
    .page_top_maruyama .features .features_detail_box {
      display: flex;
      justify-content: space-around;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .features .features_detail_box {
          flex-wrap: wrap; } }
      .page_top_maruyama .features .features_detail_box .detail_box_left {
        width: 500px;
        box-sizing: border-box;
        text-align: left;
        /* SP */ }
        .page_top_maruyama .features .features_detail_box .detail_box_left .tl_features_detail {
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          color: #079558;
          font-weight: bold;
          font-size: 2.4rem;
          margin-bottom: 30px; }
        .page_top_maruyama .features .features_detail_box .detail_box_left .features_detail {
          margin-bottom: 25px;
          line-height: 3.0rem; }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .features .features_detail_box .detail_box_left {
            width: 100%; }
            .page_top_maruyama .features .features_detail_box .detail_box_left .tl_features_detail {
              font-size: 2.0rem;
              margin-bottom: 20px; }
            .page_top_maruyama .features .features_detail_box .detail_box_left .features_detail {
              margin-bottom: 20px;
              line-height: 1.7; } }
      .page_top_maruyama .features .features_detail_box .detail_box_right {
        width: 404px;
        box-sizing: border-box;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .features .features_detail_box .detail_box_right {
            width: 100%;
            margin-top: 5px; } }
        .page_top_maruyama .features .features_detail_box .detail_box_right .gairai_list_box {
          margin-bottom: 20px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .features .features_detail_box .detail_box_right .gairai_list_box {
              margin-bottom: 15px; } }
          .page_top_maruyama .features .features_detail_box .detail_box_right .gairai_list_box .tl_gairai_list {
            color: #079558;
            display: inline-block;
            padding: 0 55px;
            margin-bottom: 15px;
            position: relative;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .features .features_detail_box .detail_box_right .gairai_list_box .tl_gairai_list {
                margin-bottom: 10px; } }
            .page_top_maruyama .features .features_detail_box .detail_box_right .gairai_list_box .tl_gairai_list::before, .page_top_maruyama .features .features_detail_box .detail_box_right .gairai_list_box .tl_gairai_list::after {
              content: '';
              position: absolute;
              top: 50%;
              display: inline-block;
              width: 45px;
              height: 1px;
              border-top: solid 1px #079558; }
            .page_top_maruyama .features .features_detail_box .detail_box_right .gairai_list_box .tl_gairai_list::before {
              left: 0; }
            .page_top_maruyama .features .features_detail_box .detail_box_right .gairai_list_box .tl_gairai_list::after {
              right: 0; }
          .page_top_maruyama .features .features_detail_box .detail_box_right .gairai_list_box .gairai_list {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            /* SP */ }
            .page_top_maruyama .features .features_detail_box .detail_box_right .gairai_list_box .gairai_list li {
              font-size: 1.4rem;
              padding: 5px 5px;
              background-color: #FFF;
              color: #707070;
              width: 200px;
              margin: 0 2px 2px 0;
              box-sizing: border-box; }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .features .features_detail_box .detail_box_right .gairai_list_box .gairai_list li {
                font-size: 1.3rem;
                padding: 6.5px 5px;
                width: 45%;
                line-height: 1.5; } }
        .page_top_maruyama .features .features_detail_box .detail_box_right .parts_btn_02 {
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .features .features_detail_box .detail_box_right .parts_btn_02 {
              margin: 25px 0; } }
    .page_top_maruyama .features .features_link_box {
      padding: 30px 0;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .features .features_link_box {
          padding: 25px 0; } }
      .page_top_maruyama .features .features_link_box .features_link_list {
        display: flex;
        justify-content: space-between;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .features .features_link_box .features_link_list {
            flex-wrap: wrap; } }
        .page_top_maruyama .features .features_link_box .features_link_list li {
          width: 340px;
          border-radius: 5px;
          border: solid 1px #49C48F;
          background-color: #FFF;
          box-shadow: 1px 1px 3px #DEDEDE;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .features .features_link_box .features_link_list li {
              width: 100%;
              margin-bottom: 15px; } }
          .page_top_maruyama .features .features_link_box .features_link_list li a {
            display: block; }
            .page_top_maruyama .features .features_link_box .features_link_list li a:hover {
              opacity: 0.8;
              transition: .3s; }
            .page_top_maruyama .features .features_link_box .features_link_list li a .btn_link_features img {
              width: 340px;
              height: 160px;
              object-fit: cover;
              font-family: 'object-fit: cover;';
              display: block;
              border-radius: 5px 5px 0px 0px;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_maruyama .features .features_link_box .features_link_list li a .btn_link_features img {
                  width: 100%;
                  height: 140px; } }
            .page_top_maruyama .features .features_link_box .features_link_list li a .btn_link_features .btn_txt {
              display: block;
              padding: 15px 0;
              color: #079558;
              font-size: 1.8rem;
              background-image: url("../img_cmn/ico_arrow.svg");
              background-repeat: no-repeat;
              background-size: 10px;
              background-position: top 51% right 20px;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_maruyama .features .features_link_box .features_link_list li a .btn_link_features .btn_txt {
                  padding: 10px 0;
                  font-size: 1.6rem; } }
  .page_top_maruyama .top_news_list {
    text-align: center;
    padding: 80px 0 50px;
    background-color: #FDFAF7;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .top_news_list {
        padding: 50px 0 20px; } }
    .page_top_maruyama .top_news_list .news_box .news_list_box {
      margin-bottom: 40px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_maruyama .top_news_list .news_box .news_list_box {
          margin-bottom: 30px; } }
  .page_top_maruyama .about {
    text-align: center;
    padding: 80px 0 80px;
    background-color: #FFF;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .about {
        padding: 50px 0 240px; } }
    .page_top_maruyama .about .about_box .about_link {
      position: relative; }
      .page_top_maruyama .about .about_box .about_link .img_box {
        text-align: left;
        padding-bottom: 80px;
        /* SP */ }
        .page_top_maruyama .about .about_box .about_link .img_box img {
          width: 615px;
          height: 410px;
          object-fit: cover;
          font-family: 'object-fit: cover;'; }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .about .about_box .about_link .img_box img {
            width: calc(100% + 34px);
            height: 250px;
            margin-left: -17px; } }
      .page_top_maruyama .about .about_box .about_link .about_link_box {
        position: absolute;
        top: 70px;
        right: 0;
        display: block;
        box-sizing: border-box;
        width: 580px;
        padding: 40px 70px 20px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 5px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_maruyama .about .about_box .about_link .about_link_box {
            top: 170px;
            right: 0;
            width: 100%;
            padding: 30px 35px 15px; } }
        .page_top_maruyama .about .about_box .about_link .about_link_box .tl_link_box {
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          font-size: 1.8rem;
          letter-spacing: 0.30em;
          text-align: left;
          margin-bottom: 30px;
          position: relative;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .about .about_box .about_link .about_link_box .tl_link_box {
              letter-spacing: 0.10em;
              font-size: inherit; } }
          .page_top_maruyama .about .about_box .about_link .about_link_box .tl_link_box::before {
            content: '';
            position: absolute;
            top: 15px;
            left: -70px;
            display: inline-block;
            width: 50px;
            height: 1px;
            border-top: solid 1px #079558;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_maruyama .about .about_box .about_link .about_link_box .tl_link_box::before {
                top: 10px;
                left: -35px;
                width: 20px; } }
        .page_top_maruyama .about .about_box .about_link .about_link_box .parts_btn_02 {
          margin: 20px 0;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_maruyama .about .about_box .about_link .about_link_box .parts_btn_02 {
              margin: 15px 0; }
              .page_top_maruyama .about .about_box .about_link .about_link_box .parts_btn_02 .parts_btn {
                width: 100%; } }
  .page_top_maruyama .bottom_nav {
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_maruyama .bottom_nav {
        border-top: solid 2px #49C48F;
        border-bottom: solid 2px #49C48F; } }

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * テンプレート共通スタイル
 * ================================================ */
.page_top_edit {
  /* ------------------------------------
  /* 共通パーツ
  ------------------------------------ */
  /* メインカラー見出し
  ------------------------------------ */
  /* メインカラー見出し（min）
  ------------------------------------ */
  /* テキストカラー見出し
  ------------------------------------ */
  /* ------------------------------------
  /* ご利用案内
  ------------------------------------ */
  /* ------------------------------------
  /* 特長
  ------------------------------------ */
  /* ------------------------------------
  /* お知らせ
  ------------------------------------ */
  /* ------------------------------------
  /* SP下部ナビゲーション
  ------------------------------------ */
  /* ------------------------------------
  /* フッター
  ------------------------------------ */ }
  .page_top_edit #content {
    padding-top: 30px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_edit #content {
        padding-top: 110px; } }
  .page_top_edit .tl_bold_main {
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    color: #FB8600;
    display: inline-block;
    margin-bottom: 20px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_edit .tl_bold_main {
        font-size: 2.4rem;
        margin-bottom: 15px; } }
  .page_top_edit .tl_bold_main_min {
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    color: #FB8600;
    display: inline-block;
    margin-bottom: 20px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_edit .tl_bold_main_min {
        font-size: 1.6rem;
        margin-bottom: 15px; } }
  .page_top_edit .tl_bold {
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_edit .tl_bold {
        font-size: 2.4rem;
        margin-bottom: 15px; } }
  .page_top_edit .guide {
    background-color: #FEE9B4;
    text-align: center;
    margin-top: 50px; }
    .page_top_edit .guide .guide_time_box_wrap {
      position: relative;
      width: 100%;
      min-height: 270px; }
      @media screen and (max-width: 767px) {
        .page_top_edit .guide .guide_time_box_wrap {
          min-height: 450px; } }
    .page_top_edit .guide .guide_time_box {
      background-color: #FFF;
      border: solid 1px #FFB700;
      border-radius: 5px;
      box-shadow: 1px 1px 3px #DEDEDE;
      padding: 25px 160px;
      margin: 0 auto;
      position: relative;
      top: -50px;
      left: 0; }
      @media screen and (max-width: 767px) {
        .page_top_edit .guide .guide_time_box {
          flex-wrap: wrap;
          width: 85%;
          padding: 20px 20px; } }
      .page_top_edit .guide .guide_time_box .guide_time_table {
        width: 100%;
        box-sizing: border-box; }
        .page_top_edit .guide .guide_time_box .guide_time_table thead tr {
          width: 100%;
          border: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_edit .guide .guide_time_box .guide_time_table thead tr th {
            width: 90px;
            padding: 17px 10px;
            font-size: 1.6rem;
            font-weight: bold;
            background-color: #F7F7F7;
            border-left: solid 1px #C9C9C9;
            box-sizing: border-box;
            text-align: center;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_edit .guide .guide_time_box .guide_time_table thead tr th {
                width: 55%;
                padding: 15px 10px;
                font-size: 1.5rem;
                background-color: #FEF6E0;
                color: #FB8600; } }
            .page_top_edit .guide .guide_time_box .guide_time_table thead tr th:first-child {
              width: 140px;
              border-left: none;
              text-align: left;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_edit .guide .guide_time_box .guide_time_table thead tr th:first-child {
                  width: 35%;
                  background-color: #F7F7F7;
                  color: #3E3E3E; } }
        .page_top_edit .guide .guide_time_box .guide_time_table tbody tr {
          width: 100%;
          border: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_edit .guide .guide_time_box .guide_time_table tbody tr td {
            width: 90px;
            padding: 25px 10px;
            font-weight: bold;
            border-left: solid 1px #C9C9C9;
            box-sizing: border-box;
            text-align: center;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_edit .guide .guide_time_box .guide_time_table tbody tr td {
                padding: 6px 10px;
                width: 55%;
                font-size: 1.4rem; } }
            .page_top_edit .guide .guide_time_box .guide_time_table tbody tr td:first-child {
              width: 140px;
              border-left: none;
              font-size: 1.6rem;
              font-weight: bold;
              background-color: #FEF6E0;
              color: #FB8600;
              text-align: left;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_edit .guide .guide_time_box .guide_time_table tbody tr td:first-child {
                  width: 35%;
                  text-align: center;
                  background-color: #F7F7F7;
                  color: #3E3E3E; } }
        .page_top_edit .guide .guide_time_box .guide_time_table .txt_sat {
          color: #1B6BBB !important; }
        .page_top_edit .guide .guide_time_box .guide_time_table .txt_sun {
          color: #FF837E !important; }
        .page_top_edit .guide .guide_time_box .guide_time_table .ico_maru {
          content: '';
          display: inline-block;
          width: 18px;
          height: 18px;
          background: url("../img_cmn/ico_maru.svg") no-repeat 0 0;
          background-repeat: no-repeat;
          background-size: auto;
          background-repeat: no-repeat;
          background-size: 18px 18px;
          vertical-align: middle;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_edit .guide .guide_time_box .guide_time_table .ico_maru {
              width: 15px;
              height: 15px;
              background-size: 15px 15px; } }
        .page_top_edit .guide .guide_time_box .guide_time_table .ico_sankaku {
          content: '';
          display: inline-block;
          width: 18px;
          height: 18px;
          background: url("../img_cmn/ico_sankaku.svg") no-repeat 0 0;
          background-repeat: no-repeat;
          background-size: auto;
          background-repeat: no-repeat;
          background-size: 18px 18px;
          vertical-align: middle;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_edit .guide .guide_time_box .guide_time_table .ico_sankaku {
              width: 15px;
              height: 15px;
              background-size: 15px 15px; } }
      .page_top_edit .guide .guide_time_box .table_attention .table_attention_list {
        text-align: left;
        margin-top: 10px;
        font-size: 1.4rem;
        /* SP */ }
        .page_top_edit .guide .guide_time_box .table_attention .table_attention_list li {
          padding-left: 2em;
          text-indent: -1.5em; }
          .page_top_edit .guide .guide_time_box .table_attention .table_attention_list li::before {
            content: "•　";
            color: #3E3E3E; }
        @media screen and (max-width: 767px) {
          .page_top_edit .guide .guide_time_box .table_attention .table_attention_list {
            font-size: 1.3rem; }
            .page_top_edit .guide .guide_time_box .table_attention .table_attention_list li {
              padding-left: 1.6em;
              text-indent: -1.6em; } }
  .page_top_edit .features {
    text-align: center;
    padding: 80px 0 30px;
    background-image: url("../img_cmn/bg_guide.png");
    background-size: 100%;
    height: auto;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_edit .features {
        padding: 50px 0 10px; } }
    .page_top_edit .features .features_intro_box .features_list {
      display: flex;
      justify-content: space-between;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_edit .features .features_intro_box .features_list {
          flex-wrap: wrap; } }
      .page_top_edit .features .features_intro_box .features_list li {
        width: 320px;
        text-align: left;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_edit .features .features_intro_box .features_list li {
            width: 100%; } }
        .page_top_edit .features .features_intro_box .features_list li .features_list_box img {
          width: 320px;
          height: 200px;
          object-fit: cover;
          font-family: 'object-fit: cover;';
          margin-bottom: 15px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_edit .features .features_intro_box .features_list li .features_list_box img {
              width: 100%; } }
        .page_top_edit .features .features_intro_box .features_list li .features_list_box .tl_features {
          color: #FB8600;
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          font-size: 2.4rem;
          margin-bottom: 10px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_edit .features .features_intro_box .features_list li .features_list_box .tl_features {
              font-size: 2.0rem;
              margin-bottom: 5px; } }
        .page_top_edit .features .features_intro_box .features_list li .features_list_box .txt_features {
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_edit .features .features_intro_box .features_list li .features_list_box .txt_features {
              margin-bottom: 30px; } }
    .page_top_edit .features .features_intro_box .parts_btn_03 {
      justify-content: center;
      margin: 50px 0;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_edit .features .features_intro_box .parts_btn_03 {
          margin: 10px 0 40px; } }
      .page_top_edit .features .features_intro_box .parts_btn_03 .parts_btn {
        margin: 0 50px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_edit .features .features_intro_box .parts_btn_03 .parts_btn {
            margin: 0 0 15px; } }
  .page_top_edit .top_news_list {
    text-align: center;
    padding: 80px 0 100px;
    background-color: #FDFAF7;
    margin-bottom: -20px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_edit .top_news_list {
        padding: 50px 0 60px;
        margin-bottom: 0px; } }
    .page_top_edit .top_news_list .news_box .news_list_box {
      margin-bottom: 40px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_edit .top_news_list .news_box .news_list_box {
          margin-bottom: 30px; } }
  .page_top_edit .bottom_nav {
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_edit .bottom_nav {
        border-top: solid 2px #FFB700;
        border-bottom: solid 2px #FFB700; } }
  .page_top_edit .cont_footer_info .footer_info .hp_info_box {
    flex-wrap: wrap; }
    .page_top_edit .cont_footer_info .footer_info .hp_info_box .left_box {
      box-sizing: border-box;
      background-color: inherit;
      padding: 0;
      border-radius: 0px;
      box-shadow: none; }
      .page_top_edit .cont_footer_info .footer_info .hp_info_box .left_box .hp_info {
        box-sizing: border-box;
        background-color: #FFF;
        padding: 20px 30px;
        border-radius: 5px;
        box-shadow: 1px 1px 3px #DEDEDE;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_edit .cont_footer_info .footer_info .hp_info_box .left_box .hp_info {
            padding: 20px 20px; } }
        .page_top_edit .cont_footer_info .footer_info .hp_info_box .left_box .hp_info .hp_name img {
          width: 250px;
          margin: 10px 0 15px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_edit .cont_footer_info .footer_info .hp_info_box .left_box .hp_info .hp_name img {
              margin: 5px 0 15px; } }
        .page_top_edit .cont_footer_info .footer_info .hp_info_box .left_box .hp_info .img_box {
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_edit .cont_footer_info .footer_info .hp_info_box .left_box .hp_info .img_box {
              padding-top: 0px;
              padding-bottom: 10px; } }
        .page_top_edit .cont_footer_info .footer_info .hp_info_box .left_box .hp_info .access_box {
          margin-top: 10px; }
          .page_top_edit .cont_footer_info .footer_info .hp_info_box .left_box .hp_info .access_box .footer_btn_access {
            text-align: center; }
            .page_top_edit .cont_footer_info .footer_info .hp_info_box .left_box .hp_info .access_box .footer_btn_access a {
              display: block;
              width: 140px;
              font-size: 1.3rem;
              line-height: 3.0rem;
              background-color: #FFB700;
              border-radius: 50px;
              color: #FFF;
              font-weight: bold;
              box-shadow: 1px 1px 3px #DEDEDE; }
              .page_top_edit .cont_footer_info .footer_info .hp_info_box .left_box .hp_info .access_box .footer_btn_access a:hover {
                opacity: 0.8;
                transition: .3s; }
    .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap {
      margin: -95px 0 20px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap {
          display: block;
          margin: 15px 0 0;
          width: 100%; } }
      .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap .btn_link_box {
        display: flex;
        flex-wrap: wrap;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap .btn_link_box {
            display: block;
            text-align: center;
            margin-bottom: 20px; } }
        .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap .btn_link_box li {
          margin-right: 10px; }
          .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap .btn_link_box li a {
            display: block;
            padding: 0 15px;
            font-size: 1.4rem;
            line-height: 4.0rem;
            font-weight: bold;
            border: solid 1px #FFB700;
            border-radius: 5px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap .btn_link_box li a {
                display: inline-block; } }
            .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap .btn_link_box li a:hover {
              color: #FB8600;
              transition: .3s; }
        .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap .btn_link_box li {
          margin: 10px 10px 10px 0;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap .btn_link_box li {
              margin: 0px auto 10px; }
              .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap .btn_link_box li a {
                font-size: 1.3rem;
                line-height: 3.4rem; } }
      .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap .txt_link_box {
        display: flex;
        margin: 0 0 0;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap .txt_link_box {
            flex-wrap: wrap;
            margin: 5px 0 -10px; } }
        .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap .txt_link_box li {
          margin: 10px 0;
          /* SP */
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap .txt_link_box li {
              margin: 5px 0; } }
          .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap .txt_link_box li a {
            display: block;
            border-right: solid 1px #FFB700;
            padding: 0 15px;
            font-size: 1.4rem;
            line-height: 2.6rem; }
            .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap .txt_link_box li a:hover {
              color: #FB8600;
              transition: .3s; }
          .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap .txt_link_box li:first-child a {
            border-left: solid 1px #FFB700; }
          @media screen and (max-width: 767px) {
            .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap .txt_link_box li {
              width: 50%;
              box-sizing: border-box;
              margin-bottom: 10px;
              text-align: center; }
              .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap .txt_link_box li a {
                padding: 0 10px;
                font-size: 1.3rem; }
              .page_top_edit .cont_footer_info .footer_info .hp_info_box .btn_link_box_wrap .txt_link_box li:nth-child(odd) a {
                border-left: solid 1px #FFB700; } }
  .page_top_edit .cont_footer_info .footer_info .footer_bottom {
    height: 0; }

/*=================================================
 * 弥生の里福祉会（オレンジ）共通パーツの実装
 * ================================================ */
.page_yayoinosato {
  /* ------------------------------------
  /* コンテンツ パーツ
  ------------------------------------ */
  /* アイコン
  --------------- */
  /* アイコン
  ------------------------------------ */
  /* コンテンツページ タイトル
  --------------- */
  /* ------------------------------------
  /* コンテンツページ タイトル
  ------------------------------------ */
  /* ------------------------------------
  /* パンくず
  ------------------------------------ */
  /* ページ送りパーツ
  --------------- */
  /* ------------------------------------
  /* ページ送り 全体スタイル
  ------------------------------------ */
  /* ------------------------------------
  /* ページ番号
  ------------------------------------ */
  /* ------------------------------------
  /* 一覧へ戻るボタン
  ------------------------------------ */
  /* 見出しパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* テキストパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* テキスト＋画像 パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* 画像パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* テキスト装飾
  ------------------------------------ */
  /* ページ内リンク
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* リストパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* テーブルパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* ボタンパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /*=================================================
   * ＜共通＞ ボタン
   * ================================================ */
  /* ------------------------------------
  /* 電話ボタン
  ------------------------------------ */
  /* ------------------------------------
  /* お問い合わせ リンク
  ------------------------------------ */
  /* ------------------------------------
  /* メインイメージ
  ------------------------------------ */
  /* メインイメージ
  ------------------------------------ */
  /* トップスライダー（js上書き）
  ------------------------------------ */
  /* キャッチコピー
  --------------- */
  /* ------------------------------------
  /* ヘッダー
  ------------------------------------ */
  /* ------------------------------------
  /* ヘッダー（グローバルナビ）
  ------------------------------------ */
  /* 共通ボタン
  ------------------------------------ */
  /*=================================================
  * スマホメニュー
  * ================================================ */
  /* ------------------------------------
    js:画面下スクロールでヘッダーサイズを変更
  ------------------------------------ */
  /* ------------------------------------
  /* フッダー
  ------------------------------------ */
  /* ------------------------------------
  /* 共通フッダー
  ------------------------------------ */
  /* フッダー
  ------------------------------------ */
  /* ------------------------------------
  /* サイド
  ------------------------------------ */
  /* sp_nav_list_box　（SP下部ナビゲーション）
  ------------------------------------ */
  /*=================================================
  * モジュールページ
  * ================================================ */
  /* ------------------------------------
  /* FAQ
  ------------------------------------ */
  /* ------------------------------------
  /* FAQ　リスト
  ------------------------------------ */
  /* ------------------------------------
  /* SP カテゴリーリスト
  ------------------------------------ */
  /* ------------------------------------
  /* liaise
  ------------------------------------ */
  /* ------------------------------------
   /* お問い合わせフォーム
   ------------------------------------ */
  /* ------------------------------------
   /* お問い合わせフォーム（確認画面 上書き）
   ------------------------------------ */
  /* ------------------------------------
   /* お問い合わせフォーム（送信完了画面 上書き）
   ------------------------------------ */ }
  .page_yayoinosato .ico_faq::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../img_cmn/ico_faq.svg") no-repeat 0 0;
    background-size: 21px 21px;
    vertical-align: middle;
    padding-right: 4px;
    position: relative;
    top: -1px; }
  .page_yayoinosato .ico_ex_link::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../img_yayoinosato/ico_ex_link.svg") no-repeat 0 0;
    vertical-align: middle;
    padding-right: 7px;
    position: relative;
    top: -1px; }
  .page_yayoinosato .ico_contact::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 13px;
    background: url("../img_yayoinosato/ico_contact.svg") no-repeat 0 0;
    vertical-align: middle;
    padding-right: 6px;
    position: relative;
    top: -2px; }
  .page_yayoinosato .page_tl {
    margin-bottom: 20px;
    /* SP */ }
    .page_yayoinosato .page_tl .page_tl_box {
      width: 100%;
      height: 130px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #FEE9B4; }
      .page_yayoinosato .page_tl .page_tl_box .tl_cont_page {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-size: 3.2rem;
        font-weight: bold;
        display: inline-block;
        margin: 0 20px; }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .page_tl {
        margin-bottom: 10px; }
        .page_yayoinosato .page_tl .page_tl_box {
          height: 80px; }
          .page_yayoinosato .page_tl .page_tl_box .tl_cont_page {
            font-size: 2.4rem;
            margin: 0 10px; }
          .page_yayoinosato .page_tl .page_tl_box img {
            width: 30px;
            height: auto; } }
  .page_yayoinosato .topic_path {
    margin-bottom: 50px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .topic_path {
        margin-bottom: 40px; } }
    .page_yayoinosato .topic_path .topic_path_list {
      display: flex;
      flex-wrap: wrap; }
      .page_yayoinosato .topic_path .topic_path_list li {
        position: relative;
        padding: 0 15px;
        display: inline-block;
        font-size: 1.4rem;
        margin-bottom: 2px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_yayoinosato .topic_path .topic_path_list li {
            font-size: 1.3rem; } }
        .page_yayoinosato .topic_path .topic_path_list li a {
          text-decoration: underline;
          color: #FB8600; }
          .page_yayoinosato .topic_path .topic_path_list li a:hover {
            opacity: 0.8;
            transition: .3s; }
        .page_yayoinosato .topic_path .topic_path_list li::before {
          display: inline-block;
          content: '＞';
          font-size: 1.2rem;
          position: absolute;
          top: 1px;
          left: 0px;
          color: #3E3E3E; }
        .page_yayoinosato .topic_path .topic_path_list li:first-child {
          text-indent: -1.2em; }
          .page_yayoinosato .topic_path .topic_path_list li:first-child::before {
            display: none; }
  .page_yayoinosato .page_nav {
    margin: 50px 0 30px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .page_nav {
        margin: 40px 0 0px; } }
    .page_yayoinosato .page_nav .pages {
      text-align: center;
      /* ------------------------------------
      /* 「前へ」「次へ」ボタン
      ------------------------------------ */
      /* SP */
      /* ページが存在しない場合
        --------------- */ }
      .page_yayoinosato .page_nav .pages .page_list {
        display: flex;
        justify-content: center;
        align-items: center;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_yayoinosato .page_nav .pages .page_list {
            flex-wrap: wrap; } }
      .page_yayoinosato .page_nav .pages .next a,
      .page_yayoinosato .page_nav .pages .prev a {
        border: none;
        display: inline-block;
        position: relative;
        border: solid 1px #FFB700;
        border-radius: 5px;
        padding: 3px 0;
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 4.0rem;
        width: 120px; }
        .page_yayoinosato .page_nav .pages .next a:hover,
        .page_yayoinosato .page_nav .pages .prev a:hover {
          opacity: 0.6;
          transition: .3s;
          text-decoration: none; }
      .page_yayoinosato .page_nav .pages .next {
        margin-left: 30px; }
        .page_yayoinosato .page_nav .pages .next a:after {
          content: "";
          position: absolute;
          background: url("../img_yayoinosato/ico_arrow.svg") no-repeat;
          background-size: 16px 16px;
          width: 16px;
          height: 16px;
          right: 10px;
          top: 50%;
          margin-top: -8px;
          transform: rotate(0deg); }
      .page_yayoinosato .page_nav .pages .prev {
        margin-right: 30px; }
        .page_yayoinosato .page_nav .pages .prev a:after {
          content: "";
          position: absolute;
          background: url("../img_yayoinosato/ico_arrow.svg") no-repeat;
          background-size: 16px 16px;
          width: 16px;
          height: 16px;
          left: 10px;
          top: 50%;
          margin-top: -8px;
          transform: rotate(180deg); }
      @media screen and (max-width: 767px) {
        .page_yayoinosato .page_nav .pages .next {
          order: 3;
          margin-left: 10px;
          width: 45%; }
          .page_yayoinosato .page_nav .pages .next a {
            width: 100%; }
        .page_yayoinosato .page_nav .pages .prev {
          order: 2;
          margin-right: 10px;
          width: 45%; }
          .page_yayoinosato .page_nav .pages .prev a {
            width: 100%; }
        .page_yayoinosato .page_nav .pages .return_btn_box {
          margin-top: 30px;
          order: 4;
          width: 100%; }
          .page_yayoinosato .page_nav .pages .return_btn_box a {
            width: 96%; } }
      .page_yayoinosato .page_nav .pages .no_link a {
        background-color: #F7F7F7;
        border: none;
        color: #8D8D8D; }
        .page_yayoinosato .page_nav .pages .no_link a:after {
          display: none; }
  .page_yayoinosato .page_number_box {
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .page_number_box {
        order: 1;
        margin: 0  0 30px;
        width: 100%; } }
    .page_yayoinosato .page_number_box li:first-child {
      margin-left: 0; }
    .page_yayoinosato .page_number_box .current {
      margin-left: 10px;
      display: inline-block;
      position: relative;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_yayoinosato .page_number_box .current {
          margin-left: 8px; } }
      .page_yayoinosato .page_number_box .current a {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        color: #FFF;
        font-weight: bold;
        font-size: 1.6rem;
        display: inline-block;
        text-align: center;
        line-height: 48px;
        padding: 0 15px;
        min-width: 50px;
        box-sizing: border-box;
        background-color: #FFB700;
        border: 1px solid #FFB700;
        border-radius: 50px;
        pointer-events: none;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_yayoinosato .page_number_box .current a {
            font-size: 1.4rem;
            line-height: 38px;
            min-width: 40px; } }
    .page_yayoinosato .page_number_box .current_none {
      margin-left: 10px;
      display: inline-block;
      position: relative;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_yayoinosato .page_number_box .current_none {
          margin-left: 8px; } }
      .page_yayoinosato .page_number_box .current_none a {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 1.6rem;
        display: inline-block;
        text-align: center;
        line-height: 48px;
        padding: 0 15px;
        min-width: 50px;
        box-sizing: border-box;
        background-color: #fff;
        border: 1px solid #FFB700;
        border-radius: 50px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_yayoinosato .page_number_box .current_none a {
            font-size: 1.4rem;
            line-height: 38px;
            min-width: 40px; } }
        .page_yayoinosato .page_number_box .current_none a:hover {
          color: #FFF;
          background-color: #FFB700;
          text-decoration: none; }
          .page_yayoinosato .page_number_box .current_none a:hover span {
            color: #FFF; }
  .page_yayoinosato .return_btn_box a {
    border: none;
    display: inline-block;
    position: relative;
    border: solid 1px #FFB700;
    border-radius: 5px;
    padding: 3px 0;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 4.0rem;
    width: 300px; }
    .page_yayoinosato .return_btn_box a:hover {
      opacity: 0.6;
      transition: .3s;
      text-decoration: none; }
    .page_yayoinosato .return_btn_box a .ico_list::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url("../img_yayoinosato/ico_list.svg") no-repeat 0 0;
      background-repeat: no-repeat;
      background-size: auto;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      position: relative;
      top: 4px;
      left: -10px; }
  .page_yayoinosato .parts_tl_01 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    border-bottom: solid 2px #FFB700;
    padding-bottom: 5px;
    margin-top: 65px;
    margin-bottom: 25px;
    /* SP */ }
    .page_yayoinosato .parts_tl_01::before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      box-sizing: border-box;
      border-radius: 50%;
      background-color: #FFB700;
      margin-right: 20px;
      position: relative;
      top: -5px;
      left: 0; }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .parts_tl_01 {
        font-size: 2.2rem;
        margin-top: 50px;
        margin-bottom: 20px;
        padding-left: 0.8em;
        text-indent: -0.8em; }
        .page_yayoinosato .parts_tl_01::before {
          width: 8px;
          height: 8px;
          margin-right: 10px;
          top: -3px; } }
  .page_yayoinosato .parts_tl_02 {
    display: block;
    position: relative;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.6rem;
    font-weight: bold;
    border-bottom: solid 1px #FFB700;
    padding-bottom: 5px;
    margin-top: 65px;
    margin-bottom: 25px;
    /* SP */ }
    .page_yayoinosato .parts_tl_02::before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      box-sizing: border-box;
      border: solid 3px #FFB700;
      border-radius: 50%;
      background-color: #FFF;
      margin-right: 20px;
      position: relative;
      top: -5px;
      left: 0; }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .parts_tl_02 {
        font-size: 2.0rem;
        margin-top: 50px;
        margin-bottom: 20px;
        padding-left: 0.9em;
        text-indent: -0.9em; }
        .page_yayoinosato .parts_tl_02::before {
          width: 8px;
          height: 8px;
          margin-right: 10px;
          top: -3px; } }
  .page_yayoinosato .parts_tl_03 {
    display: block;
    position: relative;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 65px;
    margin-bottom: 25px;
    padding: 5px 0;
    background-color: #FEF6E0;
    /* SP */ }
    .page_yayoinosato .parts_tl_03::before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      box-sizing: border-box;
      border: solid 3px #FFB700;
      border-radius: 50%;
      background-color: #FFF;
      margin-left: 20px;
      margin-right: 20px;
      position: relative;
      top: -5px;
      left: 0; }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .parts_tl_03 {
        font-size: 2.0rem;
        margin-top: 50px;
        margin-bottom: 20px;
        padding: 7px 0;
        padding-left: 1.4em;
        text-indent: -1.4em; }
        .page_yayoinosato .parts_tl_03::before {
          width: 8px;
          height: 8px;
          margin-left: 10px;
          margin-right: 10px;
          top: -3px; } }
  .page_yayoinosato .parts_tl_04 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 65px;
    margin-bottom: 20px;
    /* SP */ }
    .page_yayoinosato .parts_tl_04::before {
      content: '';
      display: inline-block;
      width: 50px;
      height: 1px;
      box-sizing: border-box;
      background-color: #FFB700;
      margin-right: 20px;
      position: relative;
      top: -7px;
      left: 0; }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .parts_tl_04 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px;
        padding-left: 2.2em;
        text-indent: -2.2em; }
        .page_yayoinosato .parts_tl_04::before {
          width: 30px;
          margin-right: 10px; } }
  .page_yayoinosato .parts_tl_05 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    border-bottom: dotted 2px #FFB700;
    padding-bottom: 5px;
    margin-top: 65px;
    margin-bottom: 25px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .parts_tl_05 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px; }
        .page_yayoinosato .parts_tl_05::before {
          width: 30px;
          margin-right: 10px; } }
  .page_yayoinosato .parts_tl_06 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    color: #FB8600;
    margin-top: 65px;
    margin-bottom: 20px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .parts_tl_06 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px; } }
  .page_yayoinosato .parts_tl_07 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    color: #3E3E3E;
    margin-top: 65px;
    margin-bottom: 20px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .parts_tl_07 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px; } }
  .page_yayoinosato .parts_tl_08 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    color: #E57571;
    margin-top: 65px;
    margin-bottom: 20px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .parts_tl_08 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px; } }
  .page_yayoinosato .parts_txt_01 {
    display: block;
    margin: 30px 0; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_txt_01 {
      display: block;
      margin: 20px 0; } }
  .page_yayoinosato .parts_txt_02 {
    display: block;
    margin: 30px 0;
    text-align: center; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_txt_02 {
      display: block;
      margin: 20px 0; } }
  .page_yayoinosato .parts_txt_03 {
    display: block;
    padding: 30px;
    margin-top: 30px;
    border: solid 1px #FFB700; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_txt_03 {
      padding: 20px;
      margin-top: 20px; } }
  .page_yayoinosato .parts_txt_04 {
    display: block;
    padding: 30px;
    margin-top: 30px;
    background-color: #FEF6E0;
    border-radius: 1px; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_txt_04 {
      padding: 20px;
      margin-top: 20px; } }
  .page_yayoinosato .parts_txt_05 {
    display: block;
    padding: 30px;
    margin-top: 30px;
    background-color: #F7F7F7;
    border-radius: 1px; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_txt_05 {
      padding: 20px;
      margin-top: 20px; } }
  .page_yayoinosato .parts_txt_06 {
    display: block;
    padding: 30px;
    margin-top: 30px;
    background-color: #FDECEB;
    border-radius: 1px; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_txt_06 {
      padding: 20px;
      margin-top: 20px; } }
  .page_yayoinosato .parts_txt_07,
  .page_yayoinosato .parts_txt_08 {
    display: flex;
    justify-content: space-between;
    margin: 30px 0; }
    .page_yayoinosato .parts_txt_07 .txt_box,
    .page_yayoinosato .parts_txt_08 .txt_box {
      width: 375px; }
    .page_yayoinosato .parts_txt_07 .img_box,
    .page_yayoinosato .parts_txt_08 .img_box {
      width: 375px; }
      .page_yayoinosato .parts_txt_07 .img_box img,
      .page_yayoinosato .parts_txt_08 .img_box img {
        width: 375px;
        height: 250px;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
      .page_yayoinosato .parts_txt_07 .img_box .txt_caption,
      .page_yayoinosato .parts_txt_08 .img_box .txt_caption {
        display: block;
        text-align: center;
        margin-top: 10px;
        font-size: 1.3rem; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_txt_07,
    .page_yayoinosato .parts_txt_08 {
      flex-wrap: wrap;
      justify-content: center;
      margin: 20px 0; }
      .page_yayoinosato .parts_txt_07 .txt_box,
      .page_yayoinosato .parts_txt_08 .txt_box {
        width: 100%; }
      .page_yayoinosato .parts_txt_07 .img_box,
      .page_yayoinosato .parts_txt_08 .img_box {
        width: 100%; }
        .page_yayoinosato .parts_txt_07 .img_box img,
        .page_yayoinosato .parts_txt_08 .img_box img {
          width: 100%;
          height: 220px; }
    .page_yayoinosato .parts_txt_07 .img_box {
      margin-top: 15px; }
    .page_yayoinosato .parts_txt_08 .txt_box {
      margin-top: 15px; } }
  .page_yayoinosato .parts_txt_09 {
    margin: 30px 0; }
    .page_yayoinosato .parts_txt_09 .img_box {
      float: right;
      width: 375px;
      margin-left: 40px;
      margin-bottom: 20px; }
      .page_yayoinosato .parts_txt_09 .img_box img {
        width: 375px;
        height: 250px;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
      .page_yayoinosato .parts_txt_09 .img_box .txt_caption {
        display: block;
        text-align: center;
        margin-top: 10px;
        font-size: 1.3rem; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_txt_09 {
      margin: 20px 0; }
      .page_yayoinosato .parts_txt_09 .img_box {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 0px; }
        .page_yayoinosato .parts_txt_09 .img_box img {
          width: 100%;
          height: 220px;
          object-fit: contain;
          font-family: 'object-fit: contain;'; }
      .page_yayoinosato .parts_txt_09 .txt_box {
        margin-top: 15px; } }
  .page_yayoinosato .parts_txt_10 {
    margin: 30px 0; }
    .page_yayoinosato .parts_txt_10 .img_box {
      float: left;
      width: 375px;
      margin-right: 40px;
      margin-bottom: 20px; }
      .page_yayoinosato .parts_txt_10 .img_box img {
        width: 375px;
        height: 250px;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
      .page_yayoinosato .parts_txt_10 .img_box .txt_caption {
        display: block;
        text-align: center;
        margin-top: 10px;
        font-size: 1.3rem; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_txt_10 {
      margin: 20px 0; }
      .page_yayoinosato .parts_txt_10 .img_box {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 0px; }
        .page_yayoinosato .parts_txt_10 .img_box img {
          width: 100%;
          height: 220px;
          object-fit: contain;
          font-family: 'object-fit: contain;'; }
      .page_yayoinosato .parts_txt_10 .txt_box {
        margin-top: 15px; } }
  .page_yayoinosato .parts_txt_11 .parts_txt_list,
  .page_yayoinosato .parts_btn_06 .parts_txt_list,
  .page_yayoinosato .parts_btn_07 .parts_txt_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 40px; }
    .page_yayoinosato .parts_txt_11 .parts_txt_list li .parts_txt_box,
    .page_yayoinosato .parts_btn_06 .parts_txt_list li .parts_txt_box,
    .page_yayoinosato .parts_btn_07 .parts_txt_list li .parts_txt_box {
      width: 375px; }
      .page_yayoinosato .parts_txt_11 .parts_txt_list li .parts_txt_box .img_box img,
      .page_yayoinosato .parts_btn_06 .parts_txt_list li .parts_txt_box .img_box img,
      .page_yayoinosato .parts_btn_07 .parts_txt_list li .parts_txt_box .img_box img {
        width: 375px;
        height: 250px;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
      .page_yayoinosato .parts_txt_11 .parts_txt_list li .parts_txt_box .tl_box,
      .page_yayoinosato .parts_btn_06 .parts_txt_list li .parts_txt_box .tl_box,
      .page_yayoinosato .parts_btn_07 .parts_txt_list li .parts_txt_box .tl_box {
        margin-top: 15px;
        color: #FB8600;
        font-size: 1.8rem; }
      .page_yayoinosato .parts_txt_11 .parts_txt_list li .parts_txt_box .txt_box,
      .page_yayoinosato .parts_btn_06 .parts_txt_list li .parts_txt_box .txt_box,
      .page_yayoinosato .parts_btn_07 .parts_txt_list li .parts_txt_box .txt_box {
        margin-top: 5px; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_txt_11 .parts_txt_list,
    .page_yayoinosato .parts_btn_07 .parts_txt_list {
      margin: 20px 0 20px; }
      .page_yayoinosato .parts_txt_11 .parts_txt_list li,
      .page_yayoinosato .parts_btn_07 .parts_txt_list li {
        width: 48%; }
        .page_yayoinosato .parts_txt_11 .parts_txt_list li .parts_txt_box,
        .page_yayoinosato .parts_btn_07 .parts_txt_list li .parts_txt_box {
          width: 100%; }
          .page_yayoinosato .parts_txt_11 .parts_txt_list li .parts_txt_box .img_box img,
          .page_yayoinosato .parts_btn_07 .parts_txt_list li .parts_txt_box .img_box img {
            width: 100%;
            height: 110px; }
          .page_yayoinosato .parts_txt_11 .parts_txt_list li .parts_txt_box .tl_box,
          .page_yayoinosato .parts_btn_07 .parts_txt_list li .parts_txt_box .tl_box {
            margin-top: 10px;
            color: #FB8600;
            font-size: 1.4rem; }
          .page_yayoinosato .parts_txt_11 .parts_txt_list li .parts_txt_box .txt_box,
          .page_yayoinosato .parts_btn_07 .parts_txt_list li .parts_txt_box .txt_box {
            margin-top: 5px;
            font-size: 1.3rem; } }
  .page_yayoinosato .parts_txt_12 {
    position: relative;
    display: block;
    padding: 30px;
    margin: 30px 0;
    background-color: #F7F7F7;
    border-radius: 1px; }
    .page_yayoinosato .parts_txt_12::before {
      content: "“";
      font-family: Arial, sans-serif;
      font-size: 500%;
      line-height: 1;
      color: #C9C9C9;
      position: absolute;
      top: 5px;
      left: 10px; }
    .page_yayoinosato .parts_txt_12::after {
      content: "”";
      font-family: Arial, sans-serif;
      font-size: 500%;
      line-height: 1;
      color: #C9C9C9;
      margin-bottom: -45px;
      position: absolute;
      bottom: 13px;
      right: 10px; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_txt_12 {
      padding: 20px;
      margin: 20px 0; }
      .page_yayoinosato .parts_txt_12::before {
        font-size: 400%;
        top: 0px;
        left: 5px; }
      .page_yayoinosato .parts_txt_12::after {
        font-size: 400%;
        bottom: 13px;
        right: 5px; } }
  .page_yayoinosato .parts_img_01 {
    display: flex;
    justify-content: space-around;
    margin: 30px 0px;
    flex-wrap: wrap; }
    .page_yayoinosato .parts_img_01 img {
      margin: 10px;
      object-fit: contain;
      font-family: 'object-fit: contain;'; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_img_01 {
      flex-wrap: wrap;
      margin: 20px 0;
      width: 100%; }
      .page_yayoinosato .parts_img_01 img {
        max-width: 100%;
        max-height: 220px;
        margin-top: 5px; }
        .page_yayoinosato .parts_img_01 img:first-child {
          margin-top: 0px; } }
  .page_yayoinosato .parts_img_02 {
    margin: 30px 0; }
    .page_yayoinosato .parts_img_02 img {
      width: 100%;
      object-fit: contain;
      font-family: 'object-fit: contain;'; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_img_02 {
      margin: 20px -17px; }
      .page_yayoinosato .parts_img_02 img {
        max-height: 300px;
        object-fit: cover;
        font-family: 'object-fit: cover;'; } }
  .page_yayoinosato .txt_bold {
    font-weight: bold !important; }
  .page_yayoinosato .txt_red {
    color: #E57571 !important; }
  .page_yayoinosato .txt_red_bol {
    font-weight: bold !important;
    color: #E57571 !important; }
  .page_yayoinosato .txt_marker {
    background: linear-gradient(transparent 50%, #F5FF6D 50%); }
  .page_yayoinosato .txt_link {
    text-decoration: underline !important;
    color: #FB8600 !important; }
    .page_yayoinosato .txt_link:hover {
      opacity: 0.8;
      transition: .3s; }
  .page_yayoinosato .parts_btn_01 {
    margin: 30px 0;
    padding: 20px 30px;
    background-color: #FEF6E0;
    border-radius: 1px; }
    .page_yayoinosato .parts_btn_01 .parts_btn_list {
      display: flex;
      flex-wrap: wrap; }
      .page_yayoinosato .parts_btn_01 .parts_btn_list li {
        margin-right: 30px; }
        .page_yayoinosato .parts_btn_01 .parts_btn_list li a {
          display: inline-block;
          color: #FB8600;
          font-size: 1.6rem;
          padding: 10px 0;
          cursor: pointer; }
          .page_yayoinosato .parts_btn_01 .parts_btn_list li a::before {
            content: '';
            width: 10px;
            height: 10px;
            background-image: url("../img_cmn/ico_arrow.svg");
            background-size: 10px 10px;
            background-repeat: no-repeat;
            display: inline-block;
            position: relative;
            top: -1px;
            left: 0px;
            margin-right: 7px;
            transform: rotate(90deg); }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_btn_01 {
      margin: 20px 0;
      padding: 10px 20px; }
      .page_yayoinosato .parts_btn_01 .parts_btn_list li {
        margin-right: 25px; }
        .page_yayoinosato .parts_btn_01 .parts_btn_list li a {
          font-size: 1.3rem;
          padding: 10px 0;
          padding-left: 1.4rem;
          text-indent: -1.4em; } }
  .page_yayoinosato .parts_list_01 ul {
    font-size: 1.4rem;
    margin: -10px 0 30px; }
    .page_yayoinosato .parts_list_01 ul li {
      padding-left: 2em;
      text-indent: -1.5em;
      margin: 10px 0; }
      .page_yayoinosato .parts_list_01 ul li::before {
        content: "•　";
        color: #FFB700; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_list_01 ul {
      font-size: 1.3rem;
      margin: -5px 0 20px; } }
  .page_yayoinosato .parts_list_02 ol {
    counter-reset: li;
    font-size: 1.4rem;
    margin: -10px 0 30px; }
    .page_yayoinosato .parts_list_02 ol li {
      padding-left: 2em;
      text-indent: -2em;
      margin: 10px 0; }
      .page_yayoinosato .parts_list_02 ol li::before {
        color: #FFB700;
        font-weight: bold;
        counter-increment: li;
        content: counter(li) ".　"; }
      .page_yayoinosato .parts_list_02 ol li:nth-child(n + 10) {
        padding-left: 2.7em;
        text-indent: -2.7em;
        margin: 10px 0; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_list_02 ol {
      font-size: 1.3rem;
      margin: -5px 0 20px; } }
  .page_yayoinosato .parts_list_03 ol {
    counter-reset: li;
    font-size: 1.4rem;
    margin: -10px 0 30px; }
    .page_yayoinosato .parts_list_03 ol li {
      position: relative;
      padding-left: 2em;
      text-indent: -2.0em;
      margin: 10px 0;
      margin-left: 9px; }
      .page_yayoinosato .parts_list_03 ol li::before {
        color: #FFB700;
        counter-increment: li;
        content: counter(li) " 　"; }
      .page_yayoinosato .parts_list_03 ol li::after {
        content: '';
        display: inline-block;
        width: 26px;
        height: 26px;
        box-sizing: border-box;
        border: solid 1px #FFB700;
        border-radius: 1px;
        position: absolute;
        top: -2px;
        left: -9px; }
      .page_yayoinosato .parts_list_03 ol li:nth-child(n + 10) {
        padding-left: 2.1em;
        text-indent: -2.3em; }
        .page_yayoinosato .parts_list_03 ol li:nth-child(n + 10)::before {
          content: counter(li) "　";
          position: relative;
          left: -2px; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_list_03 ol {
      font-size: 1.3rem;
      margin: -5px 0 20px; } }
  .page_yayoinosato .parts_list_04 ul {
    margin: -10px 0 30px; }
    .page_yayoinosato .parts_list_04 ul li {
      padding-left: 1.2em;
      text-indent: -1.2em;
      margin: 10px 0; }
      .page_yayoinosato .parts_list_04 ul li a {
        font-size: 1.5rem;
        color: #FB8600; }
        .page_yayoinosato .parts_list_04 ul li a::before {
          content: '';
          width: 15px;
          height: 15px;
          background-image: url("../img_cmn/ico_arrow.svg");
          background-size: 7px;
          background-repeat: no-repeat;
          display: inline-block;
          position: relative;
          top: 3px;
          left: 3px;
          margin-right: 3px; }
        .page_yayoinosato .parts_list_04 ul li a:hover {
          opacity: .8;
          transition: .3s;
          text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_list_04 ul {
      margin: -5px 0 20px; }
      .page_yayoinosato .parts_list_04 ul li a {
        font-size: 1.3rem; }
        .page_yayoinosato .parts_list_04 ul li a::before {
          top: 5px; } }
  .page_yayoinosato .parts_list_05 ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: 30px 0 10px; }
    .page_yayoinosato .parts_list_05 ul li {
      display: flex;
      align-items: center;
      position: relative;
      width: 385px;
      box-sizing: border-box;
      background-color: #FEF6E0;
      border: solid 1px #FFB700;
      border-radius: 1px;
      margin-bottom: 20px; }
      .page_yayoinosato .parts_list_05 ul li a {
        display: block;
        width: 100%;
        padding: 15px 40px 15px 20px;
        font-weight: bold; }
        .page_yayoinosato .parts_list_05 ul li a::after {
          content: '';
          width: 14px;
          height: 14px;
          background-image: url("../img_cmn/ico_arrow.svg");
          background-repeat: no-repeat;
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -6px; }
        .page_yayoinosato .parts_list_05 ul li a:hover {
          color: #FB8600;
          opacity: 0.8;
          transition: .3s; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_list_05 ul {
      display: block;
      margin: 20px 0 10px; }
      .page_yayoinosato .parts_list_05 ul li {
        width: 100%;
        margin-bottom: 10px; }
        .page_yayoinosato .parts_list_05 ul li a {
          width: 100%;
          padding: 14px 30px 14px 15px; }
          .page_yayoinosato .parts_list_05 ul li a::after {
            background-size: 7px;
            right: 3px; } }
  .page_yayoinosato .parts_list_06 ul {
    display: flex;
    flex-flow: wrap;
    margin: 30px 0;
    border-left: solid 1px #FFB700; }
    .page_yayoinosato .parts_list_06 ul li {
      display: flex;
      align-items: center;
      position: relative;
      width: 33.3%;
      margin-top: -1px;
      box-sizing: border-box;
      background-color: #FEF6E0;
      border-top: solid 1px #FFB700;
      border-bottom: solid 1px #FFB700;
      border-right: solid 1px #FFB700; }
      .page_yayoinosato .parts_list_06 ul li a {
        display: block;
        width: 100%;
        padding: 35px 30px 35px 15px;
        font-weight: bold; }
        .page_yayoinosato .parts_list_06 ul li a::after {
          content: '';
          width: 14px;
          height: 14px;
          background-image: url("../img_cmn/ico_arrow.svg");
          background-repeat: no-repeat;
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -6px; }
        .page_yayoinosato .parts_list_06 ul li a:hover {
          color: #FB8600;
          opacity: 0.8;
          transition: .3s; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_list_06 ul {
      margin: 20px 0; }
      .page_yayoinosato .parts_list_06 ul li {
        width: 50%;
        box-sizing: border-box; }
        .page_yayoinosato .parts_list_06 ul li a {
          display: block;
          width: 100%;
          padding: 25px 25px 25px 10px; }
          .page_yayoinosato .parts_list_06 ul li a::after {
            background-size: 7px;
            right: 3px; } }
  .page_yayoinosato .parts_table_01 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .parts_table_01 {
        margin: 20px 0; } }
    .page_yayoinosato .parts_table_01 tbody {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_01 tbody tr {
        width: 100%; }
        .page_yayoinosato .parts_table_01 tbody tr td {
          padding: 8px 20px; }
          .page_yayoinosato .parts_table_01 tbody tr td:first-child {
            font-weight: bold;
            width: 200px;
            box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_table_01 tbody {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_01 tbody tr {
        width: 100%; }
        .page_yayoinosato .parts_table_01 tbody tr td {
          padding: 5px 10px; }
          .page_yayoinosato .parts_table_01 tbody tr td:first-child {
            width: 30%;
            box-sizing: border-box; } }
  .page_yayoinosato .parts_table_02 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .parts_table_02 {
        margin: 20px 0; } }
    .page_yayoinosato .parts_table_02 tbody {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_02 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_yayoinosato .parts_table_02 tbody tr td {
          width: 590px;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_yayoinosato .parts_table_02 tbody tr td:first-child {
            width: 200px;
            background-color: #FEF6E0;
            box-sizing: border-box;
            border-left: none;
            font-weight: bold; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_table_02 tbody {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_02 tbody tr {
        width: 100%; }
        .page_yayoinosato .parts_table_02 tbody tr td {
          padding: 10px 10px; }
          .page_yayoinosato .parts_table_02 tbody tr td:first-child {
            width: 30%;
            box-sizing: border-box; } }
  .page_yayoinosato .parts_table_03 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .parts_table_03 {
        margin: 20px 0; } }
    .page_yayoinosato .parts_table_03 thead {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_03 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_yayoinosato .parts_table_03 thead tr th {
          padding: 15px 20px;
          font-weight: bold;
          background-color: #FEF6E0;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_yayoinosato .parts_table_03 thead tr th:first-child {
            width: 200px;
            border-left: none; }
    .page_yayoinosato .parts_table_03 tbody {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_03 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_yayoinosato .parts_table_03 tbody tr td {
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_yayoinosato .parts_table_03 tbody tr td:first-child {
            width: 200px;
            border-left: none; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_table_03 thead {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_03 thead tr th {
        padding: 10px 10px; }
        .page_yayoinosato .parts_table_03 thead tr th:first-child {
          width: 30%; }
    .page_yayoinosato .parts_table_03 tbody {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_03 tbody tr td {
        padding: 10px 10px; }
        .page_yayoinosato .parts_table_03 tbody tr td:first-child {
          width: 30%; } }
  .page_yayoinosato .parts_table_04 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .parts_table_04 {
        margin: 20px 0; } }
    .page_yayoinosato .parts_table_04 thead {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_04 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_yayoinosato .parts_table_04 thead tr th {
          width: 50%;
          padding: 15px 20px;
          font-weight: bold;
          background-color: #FEF6E0;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_yayoinosato .parts_table_04 thead tr th:first-child {
            border-left: none; }
    .page_yayoinosato .parts_table_04 tbody {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_04 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_yayoinosato .parts_table_04 tbody tr td {
          width: 50%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_yayoinosato .parts_table_04 tbody tr td:first-child {
            border-left: none; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_table_04 thead {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_04 thead tr th {
        padding: 10px 10px; }
    .page_yayoinosato .parts_table_04 tbody {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_04 tbody tr td {
        padding: 10px 10px; } }
  .page_yayoinosato .parts_table_05 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .parts_table_05 {
        margin: 20px 0; } }
    .page_yayoinosato .parts_table_05 thead {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_05 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_yayoinosato .parts_table_05 thead tr th {
          width: 50%;
          padding: 15px 20px;
          font-weight: bold;
          background-color: #FEF6E0;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_yayoinosato .parts_table_05 thead tr th:first-child {
            border-left: none; }
          .page_yayoinosato .parts_table_05 thead tr th:nth-child(-n+2) {
            width: 25%; }
    .page_yayoinosato .parts_table_05 tbody {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_05 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_yayoinosato .parts_table_05 tbody tr td {
          width: 50%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_yayoinosato .parts_table_05 tbody tr td:first-child {
            border-left: none; }
          .page_yayoinosato .parts_table_05 tbody tr td:nth-child(-n+2) {
            width: 25%; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_table_05_sp-wrap .parts_table_05 thead {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_05_sp-wrap .parts_table_05 thead tr th {
        padding: 10px 10px; }
    .page_yayoinosato .parts_table_05_sp-wrap .parts_table_05 tbody {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_05_sp-wrap .parts_table_05 tbody tr td {
        padding: 10px 10px; }
    .page_yayoinosato .parts_table_05_sp-wrap .parts_table_05:nth-child(n+2) {
      margin-top: 10px; } }
  .page_yayoinosato .parts_table_06 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .parts_table_06 {
        margin: 20px 0; } }
    .page_yayoinosato .parts_table_06 thead {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_06 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_yayoinosato .parts_table_06 thead tr th {
          width: 25%;
          padding: 15px 20px;
          font-weight: bold;
          background-color: #FEF6E0;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_yayoinosato .parts_table_06 thead tr th:first-child {
            border-left: none; }
    .page_yayoinosato .parts_table_06 tbody {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_06 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_yayoinosato .parts_table_06 tbody tr td {
          width: 25%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_yayoinosato .parts_table_06 tbody tr td:first-child {
            border-left: none; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_table_06_sp-wrap .parts_table_06 thead {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_06_sp-wrap .parts_table_06 thead tr th {
        width: 25%;
        padding: 10px 10px; }
    .page_yayoinosato .parts_table_06_sp-wrap .parts_table_06 tbody {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_06_sp-wrap .parts_table_06 tbody tr td {
        padding: 10px 10px; }
    .page_yayoinosato .parts_table_06_sp-wrap .parts_table_06:nth-child(n+2) {
      margin-top: 10px; } }
  .page_yayoinosato .parts_table_07 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .parts_table_07 {
        margin: 20px 0; } }
    .page_yayoinosato .parts_table_07 thead {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_07 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_yayoinosato .parts_table_07 thead tr th {
          width: 50%;
          padding: 15px 20px;
          font-weight: bold;
          color: #FFF;
          background-color: #FFB700;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_yayoinosato .parts_table_07 thead tr th:first-child {
            border-left: none; }
          .page_yayoinosato .parts_table_07 thead tr th:nth-child(-n+2) {
            width: 25%; }
    .page_yayoinosato .parts_table_07 tbody {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_07 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_yayoinosato .parts_table_07 tbody tr td {
          width: 50%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_yayoinosato .parts_table_07 tbody tr td:first-child {
            border-left: none;
            font-weight: bold;
            background-color: #FEF6E0; }
          .page_yayoinosato .parts_table_07 tbody tr td:nth-child(-n+2) {
            width: 25%; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_table_07_sp-wrap .parts_table_07 thead {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_07_sp-wrap .parts_table_07 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_yayoinosato .parts_table_07_sp-wrap .parts_table_07 tbody {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_07_sp-wrap .parts_table_07 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_yayoinosato .parts_table_07_sp-wrap .parts_table_07 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_yayoinosato .parts_table_07_sp-wrap .parts_table_07:nth-child(n+2) {
      margin-top: 10px; } }
  .page_yayoinosato .parts_table_08 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .parts_table_08 {
        margin: 20px 0; } }
    .page_yayoinosato .parts_table_08 thead {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_08 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_yayoinosato .parts_table_08 thead tr th {
          width: 25%;
          padding: 15px 20px;
          font-weight: bold;
          color: #FFF;
          background-color: #FFB700;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_yayoinosato .parts_table_08 thead tr th:first-child {
            border-left: none; }
    .page_yayoinosato .parts_table_08 tbody {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_08 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_yayoinosato .parts_table_08 tbody tr td {
          width: 25%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_yayoinosato .parts_table_08 tbody tr td:first-child {
            border-left: none;
            font-weight: bold;
            background-color: #FEF6E0; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_table_08_sp-wrap .parts_table_08 thead {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_08_sp-wrap .parts_table_08 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_yayoinosato .parts_table_08_sp-wrap .parts_table_08 tbody {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_08_sp-wrap .parts_table_08 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_yayoinosato .parts_table_08_sp-wrap .parts_table_08 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_yayoinosato .parts_table_08_sp-wrap .parts_table_08:nth-child(n+2) {
      margin-top: 10px; } }
  .page_yayoinosato .parts_table_09 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .parts_table_09 {
        margin: 20px 0; } }
    .page_yayoinosato .parts_table_09 thead {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_09 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_yayoinosato .parts_table_09 thead tr th {
          width: 160px;
          padding: 15px 15px;
          font-weight: bold;
          color: #FFF;
          background-color: #FFB700;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_yayoinosato .parts_table_09 thead tr th:first-child {
            width: 150px;
            border-left: none; }
    .page_yayoinosato .parts_table_09 tbody {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_09 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_yayoinosato .parts_table_09 tbody tr td {
          width: 160px;
          padding: 15px 15px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_yayoinosato .parts_table_09 tbody tr td:first-child {
            width: 150px;
            border-left: none;
            font-weight: bold;
            background-color: #FEF6E0; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_table_09_sp-wrap .parts_table_09 thead {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_09_sp-wrap .parts_table_09 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_yayoinosato .parts_table_09_sp-wrap .parts_table_09 tbody {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_09_sp-wrap .parts_table_09 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_yayoinosato .parts_table_09_sp-wrap .parts_table_09 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_yayoinosato .parts_table_09_sp-wrap .parts_table_09:nth-child(n+2) {
      margin-top: 10px; } }
  .page_yayoinosato .parts_table_10 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .parts_table_10 {
        margin: 20px 0; } }
    .page_yayoinosato .parts_table_10 thead {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_10 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_yayoinosato .parts_table_10 thead tr th {
          width: 132px;
          padding: 15px 15px;
          font-weight: bold;
          color: #FFF;
          background-color: #FFB700;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_yayoinosato .parts_table_10 thead tr th:first-child {
            width: 130px;
            border-left: none; }
    .page_yayoinosato .parts_table_10 tbody {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_10 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_yayoinosato .parts_table_10 tbody tr td {
          width: 132px;
          padding: 15px 15px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_yayoinosato .parts_table_10 tbody tr td:first-child {
            width: 130px;
            border-left: none;
            font-weight: bold;
            background-color: #FEF6E0; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_table_10_sp-wrap .parts_table_10 thead {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_10_sp-wrap .parts_table_10 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_yayoinosato .parts_table_10_sp-wrap .parts_table_10 tbody {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_10_sp-wrap .parts_table_10 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_yayoinosato .parts_table_10_sp-wrap .parts_table_10 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_yayoinosato .parts_table_10_sp-wrap .parts_table_10:nth-child(n+2) {
      margin-top: 10px; } }
  .page_yayoinosato .parts_table_11,
  .page_yayoinosato .parts_table_12 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .parts_table_11,
      .page_yayoinosato .parts_table_12 {
        margin: 20px 0; } }
    .page_yayoinosato .parts_table_11 thead,
    .page_yayoinosato .parts_table_12 thead {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_11 thead tr,
      .page_yayoinosato .parts_table_12 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_yayoinosato .parts_table_11 thead tr th,
        .page_yayoinosato .parts_table_12 thead tr th {
          width: 112px;
          padding: 15px 15px;
          font-weight: bold;
          color: #FFF;
          background-color: #FFB700;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_yayoinosato .parts_table_11 thead tr th:first-child,
          .page_yayoinosato .parts_table_12 thead tr th:first-child {
            width: 118px;
            border-left: none; }
    .page_yayoinosato .parts_table_11 tbody,
    .page_yayoinosato .parts_table_12 tbody {
      font-size: 1.4rem; }
      .page_yayoinosato .parts_table_11 tbody tr,
      .page_yayoinosato .parts_table_12 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_yayoinosato .parts_table_11 tbody tr td,
        .page_yayoinosato .parts_table_12 tbody tr td {
          width: 112px;
          padding: 15px 15px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_yayoinosato .parts_table_11 tbody tr td:first-child,
          .page_yayoinosato .parts_table_12 tbody tr td:first-child {
            width: 118px;
            border-left: none;
            font-weight: bold;
            background-color: #FEF6E0; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_table_11_sp-wrap .parts_table_11 thead {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_11_sp-wrap .parts_table_11 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_yayoinosato .parts_table_11_sp-wrap .parts_table_11 tbody {
      font-size: 1.3rem; }
      .page_yayoinosato .parts_table_11_sp-wrap .parts_table_11 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_yayoinosato .parts_table_11_sp-wrap .parts_table_11 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_yayoinosato .parts_table_11_sp-wrap .parts_table_11:nth-child(n+2) {
      margin-top: 10px; } }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_table_12_sp-wrap {
      width: 100%;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
    @-moz-document url-prefix() {
      .page_yayoinosato .parts_table_12_sp-wrap {
        width: calc(100vw - 34px); } }
      .page_yayoinosato .parts_table_12_sp-wrap::-webkit-scrollbar {
        height: 5px; }
      .page_yayoinosato .parts_table_12_sp-wrap::-webkit-scrollbar-track {
        background: #F1F1F1; }
      .page_yayoinosato .parts_table_12_sp-wrap::-webkit-scrollbar-thumb {
        background: #BCBCBC; }
      .page_yayoinosato .parts_table_12_sp-wrap .parts_table_12 {
        display: block;
        width: 790px; }
        .page_yayoinosato .parts_table_12_sp-wrap .parts_table_12 thead {
          font-size: 1.3rem; }
          .page_yayoinosato .parts_table_12_sp-wrap .parts_table_12 thead tr th {
            padding: 10px 10px; }
        .page_yayoinosato .parts_table_12_sp-wrap .parts_table_12 tbody {
          font-size: 1.3rem; }
          .page_yayoinosato .parts_table_12_sp-wrap .parts_table_12 tbody tr td {
            padding: 10px 10px; } }
  .page_yayoinosato .parts_btn_02,
  .page_yayoinosato .parts_btn_03 {
    display: flex;
    justify-content: space-around;
    margin: 30px 0; }
    .page_yayoinosato .parts_btn_02 .parts_btn,
    .page_yayoinosato .parts_btn_03 .parts_btn {
      width: 320px;
      text-align: center; }
      .page_yayoinosato .parts_btn_02 .parts_btn a,
      .page_yayoinosato .parts_btn_03 .parts_btn a {
        display: block;
        width: 100%;
        height: 60px;
        box-sizing: border-box;
        border-radius: 50px;
        color: #FFF;
        line-height: 6.0rem;
        background-color: #FFB700;
        padding: 0 20px;
        cursor: pointer;
        font-size: 2.0rem;
        font-weight: bold;
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        box-shadow: 1px 1px 3px #DEDEDE;
        background-image: url("../img_cmn/ico_arrow_white.svg");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: top 49% right 20px; }
        .page_yayoinosato .parts_btn_02 .parts_btn a:hover,
        .page_yayoinosato .parts_btn_03 .parts_btn a:hover {
          opacity: 0.8;
          transition: .3s; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_btn_02,
    .page_yayoinosato .parts_btn_03 {
      flex-wrap: wrap;
      margin: 20px 0; }
      .page_yayoinosato .parts_btn_02 .parts_btn,
      .page_yayoinosato .parts_btn_03 .parts_btn {
        width: 320px;
        text-align: center;
        width: 90%;
        margin-top: 15px; }
        .page_yayoinosato .parts_btn_02 .parts_btn a,
        .page_yayoinosato .parts_btn_03 .parts_btn a {
          display: block;
          width: 100%;
          height: 60px;
          box-sizing: border-box;
          border-radius: 50px;
          color: #FFF;
          line-height: 6.0rem;
          background-color: #FFB700;
          padding: 0 20px;
          cursor: pointer;
          font-size: 2.0rem;
          font-weight: bold;
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          box-shadow: 1px 1px 3px #DEDEDE;
          background-image: url("../img_cmn/ico_arrow_white.svg");
          background-repeat: no-repeat;
          background-size: 10px;
          background-position: top 49% right 20px; }
          .page_yayoinosato .parts_btn_02 .parts_btn a:hover,
          .page_yayoinosato .parts_btn_03 .parts_btn a:hover {
            opacity: 0.8;
            transition: .3s; }
        .page_yayoinosato .parts_btn_02 .parts_btn a,
        .page_yayoinosato .parts_btn_03 .parts_btn a {
          height: 52px;
          line-height: 5.2rem;
          font-size: 1.6rem; }
        .page_yayoinosato .parts_btn_02 .parts_btn:first-child,
        .page_yayoinosato .parts_btn_03 .parts_btn:first-child {
          margin-top: 0px; } }
  .page_yayoinosato .parts_btn_04 {
    margin: -20px 0 30px; }
    .page_yayoinosato .parts_btn_04 .parts_btn_list {
      display: flex;
      flex-wrap: wrap;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_yayoinosato .parts_btn_04 .parts_btn_list {
          display: block;
          text-align: center;
          margin-bottom: 20px; } }
      .page_yayoinosato .parts_btn_04 .parts_btn_list li {
        margin-right: 10px; }
        .page_yayoinosato .parts_btn_04 .parts_btn_list li a {
          display: block;
          padding: 0 15px;
          font-size: 1.4rem;
          line-height: 4.0rem;
          font-weight: bold;
          border: solid 1px #FFB700;
          border-radius: 5px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_yayoinosato .parts_btn_04 .parts_btn_list li a {
              display: inline-block; } }
          .page_yayoinosato .parts_btn_04 .parts_btn_list li a:hover {
            color: #FB8600;
            transition: .3s; }
      .page_yayoinosato .parts_btn_04 .parts_btn_list li a {
        margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_btn_04 {
      margin: -10px 0 20px; }
      .page_yayoinosato .parts_btn_04 .parts_btn_list li a {
        padding: 6px 15px;
        text-indent: -1.8em;
        padding-left: calc(1.8em + 15px);
        font-size: 1.3rem;
        line-height: 2.2rem; } }
  .page_yayoinosato .parts_btn_05 {
    margin: -20px 0 30px; }
    .page_yayoinosato .parts_btn_05 .parts_btn_list {
      display: flex;
      flex-wrap: wrap; }
      .page_yayoinosato .parts_btn_05 .parts_btn_list li {
        margin-right: 30px; }
        .page_yayoinosato .parts_btn_05 .parts_btn_list li a {
          display: inline-block;
          font-size: 1.6rem;
          color: #FB8600;
          margin-top: 10px; }
          .page_yayoinosato .parts_btn_05 .parts_btn_list li a::before {
            content: '';
            width: 12px;
            height: 12px;
            background-image: url("../img_yayoinosato/ico_arrow.svg");
            background-size: 12px 12px;
            background-repeat: no-repeat;
            display: inline-block;
            position: relative;
            top: 0px;
            left: 0px;
            margin-right: 7px; }
          .page_yayoinosato .parts_btn_05 .parts_btn_list li a:hover {
            color: #FB8600;
            transition: .3s; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_btn_05 {
      margin: -10px 0 20px; }
      .page_yayoinosato .parts_btn_05 .parts_btn_list li {
        margin-right: 25px; }
        .page_yayoinosato .parts_btn_05 .parts_btn_list li a {
          font-size: 1.3rem;
          text-indent: -1.3em;
          padding-left: 1.3rem; }
          .page_yayoinosato .parts_btn_05 .parts_btn_list li a::before {
            content: '';
            background-size: 10px 10px;
            top: 2px;
            left: 2px;
            margin-right: 7px; } }
  .page_yayoinosato .parts_btn_06 .btn_box {
    display: flex;
    justify-content: space-around;
    margin: 15px 0 0; }
    .page_yayoinosato .parts_btn_06 .btn_box .parts_btn {
      width: 320px;
      text-align: center;
      width: 260px; }
      .page_yayoinosato .parts_btn_06 .btn_box .parts_btn a {
        display: block;
        width: 100%;
        height: 60px;
        box-sizing: border-box;
        border-radius: 50px;
        color: #FFF;
        line-height: 6.0rem;
        background-color: #FFB700;
        padding: 0 20px;
        cursor: pointer;
        font-size: 2.0rem;
        font-weight: bold;
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        box-shadow: 1px 1px 3px #DEDEDE;
        background-image: url("../img_cmn/ico_arrow_white.svg");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: top 49% right 20px; }
        .page_yayoinosato .parts_btn_06 .btn_box .parts_btn a:hover {
          opacity: 0.8;
          transition: .3s; }
      .page_yayoinosato .parts_btn_06 .btn_box .parts_btn a {
        height: 52px;
        line-height: 5.2rem;
        font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_btn_06 .parts_txt_list {
      margin: 20px 0 30px; }
      .page_yayoinosato .parts_btn_06 .parts_txt_list li {
        width: 100%; }
        .page_yayoinosato .parts_btn_06 .parts_txt_list li .parts_txt_box {
          width: 100%; }
          .page_yayoinosato .parts_btn_06 .parts_txt_list li .parts_txt_box .img_box img {
            width: 100%;
            height: 220px; }
          .page_yayoinosato .parts_btn_06 .parts_txt_list li .parts_txt_box .tl_box {
            font-size: 1.6rem; }
          .page_yayoinosato .parts_btn_06 .parts_txt_list li .parts_txt_box .btn_box .parts_btn {
            width: 90%; }
            .page_yayoinosato .parts_btn_06 .parts_txt_list li .parts_txt_box .btn_box .parts_btn a {
              height: 52px;
              line-height: 5.2rem;
              font-size: 1.6rem;
              font-weight: bold; }
        .page_yayoinosato .parts_btn_06 .parts_txt_list li:nth-child(2) {
          margin-top: 30px; } }
  .page_yayoinosato .parts_btn_07 a {
    display: block;
    box-shadow: 1px 1px 3px #DEDEDE;
    border-radius: 1px; }
    .page_yayoinosato .parts_btn_07 a:hover {
      background-color: #FEF6E0;
      opacity: 0.8;
      transition: .3s; }
    .page_yayoinosato .parts_btn_07 a .img_box img {
      border-radius: 1px 1px 0px 0px; }
    .page_yayoinosato .parts_btn_07 a .tl_box {
      margin: 15px 20px 0; }
    .page_yayoinosato .parts_btn_07 a .txt_box {
      margin: 5px 20px 0; }
    .page_yayoinosato .parts_btn_07 a .btn_box {
      text-align: center;
      padding: 20px 0;
      margin: 0 20px 0; }
      .page_yayoinosato .parts_btn_07 a .btn_box .btn_txt {
        color: #FB8600;
        font-weight: bold;
        font-size: 1.4rem; }
        .page_yayoinosato .parts_btn_07 a .btn_box .btn_txt::after {
          content: '';
          width: 10px;
          height: 10px;
          background-image: url("../img_yayoinosato/ico_arrow.svg");
          background-size: 10px 10px;
          background-repeat: no-repeat;
          display: inline-block;
          position: relative;
          top: 0px;
          right: 0px;
          margin-left: 7px; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_btn_07 a .tl_box {
      margin: 15px 10px 0; }
    .page_yayoinosato .parts_btn_07 a .txt_box {
      margin: 5px 10px 0; }
    .page_yayoinosato .parts_btn_07 a .btn_box {
      padding: 15px 0; }
      .page_yayoinosato .parts_btn_07 a .btn_box .btn_txt {
        font-size: 1.3rem; } }
  .page_yayoinosato .parts_btn_08,
  .page_yayoinosato .parts_btn_09 {
    position: relative;
    margin: 30px 0; }
    .page_yayoinosato .parts_btn_08 a,
    .page_yayoinosato .parts_btn_09 a {
      display: flex;
      justify-content: space-between;
      padding: 0 55px 0 25px;
      box-shadow: 1px 1px 3px #DEDEDE;
      border-radius: 1px; }
      .page_yayoinosato .parts_btn_08 a:hover,
      .page_yayoinosato .parts_btn_09 a:hover {
        background-color: #FEF6E0;
        opacity: 0.8;
        transition: .3s; }
      .page_yayoinosato .parts_btn_08 a::after,
      .page_yayoinosato .parts_btn_09 a::after {
        content: '';
        width: 20px;
        height: 20px;
        background-image: url("../img_yayoinosato/ico_arrow.svg");
        background-size: 10px;
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -5px; }
      .page_yayoinosato .parts_btn_08 a .img_box,
      .page_yayoinosato .parts_btn_09 a .img_box {
        width: 275px;
        padding: 20px 0;
        box-sizing: border-box; }
        .page_yayoinosato .parts_btn_08 a .img_box img,
        .page_yayoinosato .parts_btn_09 a .img_box img {
          width: 275px;
          height: 180px;
          object-fit: cover;
          font-family: 'object-fit: cover;'; }
      .page_yayoinosato .parts_btn_08 a .txt_box_wrap,
      .page_yayoinosato .parts_btn_09 a .txt_box_wrap {
        width: 415px;
        padding: 10px 0 20px; }
        .page_yayoinosato .parts_btn_08 a .txt_box_wrap .tl_box,
        .page_yayoinosato .parts_btn_09 a .txt_box_wrap .tl_box {
          font-size: 1.8rem;
          color: #FB8600;
          padding: 10px 0 0; }
        .page_yayoinosato .parts_btn_08 a .txt_box_wrap .txt_box,
        .page_yayoinosato .parts_btn_09 a .txt_box_wrap .txt_box {
          padding: 10px 0 0; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_btn_08,
    .page_yayoinosato .parts_btn_09 {
      position: relative;
      margin: 20px 0; }
      .page_yayoinosato .parts_btn_08 a,
      .page_yayoinosato .parts_btn_09 a {
        padding: 10px 30px 10px 10px; }
        .page_yayoinosato .parts_btn_08 a::after,
        .page_yayoinosato .parts_btn_09 a::after {
          background-size: 8px;
          right: 0;
          margin-top: -4px; }
        .page_yayoinosato .parts_btn_08 a .img_box,
        .page_yayoinosato .parts_btn_09 a .img_box {
          width: 35%;
          padding: 0; }
          .page_yayoinosato .parts_btn_08 a .img_box img,
          .page_yayoinosato .parts_btn_09 a .img_box img {
            width: 100%;
            height: 80px; }
        .page_yayoinosato .parts_btn_08 a .txt_box_wrap,
        .page_yayoinosato .parts_btn_09 a .txt_box_wrap {
          width: 60%;
          padding: 0 0 0 0; }
          .page_yayoinosato .parts_btn_08 a .txt_box_wrap .tl_box,
          .page_yayoinosato .parts_btn_09 a .txt_box_wrap .tl_box {
            font-size: 1.4rem;
            padding: 0 0 0; }
          .page_yayoinosato .parts_btn_08 a .txt_box_wrap .txt_box,
          .page_yayoinosato .parts_btn_09 a .txt_box_wrap .txt_box {
            font-size: 1.3rem;
            padding: 5px 0 0; } }
  .page_yayoinosato .parts_btn_10 {
    position: relative;
    margin: 30px 0; }
    .page_yayoinosato .parts_btn_10 a {
      display: block;
      padding: 10px 55px 20px 25px;
      box-shadow: 1px 1px 3px #DEDEDE;
      border-radius: 1px;
      background-color: #FDFAF7; }
      .page_yayoinosato .parts_btn_10 a:hover {
        background-color: #FEF6E0;
        opacity: 0.8;
        transition: .3s; }
      .page_yayoinosato .parts_btn_10 a::after {
        content: '';
        width: 20px;
        height: 20px;
        background-image: url("../img_yayoinosato/ico_arrow.svg");
        background-size: 10px;
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -5px; }
      .page_yayoinosato .parts_btn_10 a .txt_box_wrap .tl_box {
        font-size: 1.8rem;
        color: #FB8600;
        padding: 10px 0 0; }
      .page_yayoinosato .parts_btn_10 a .txt_box_wrap .txt_box {
        padding: 10px 0 0; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_btn_10 {
      position: relative;
      margin: 20px 0; }
      .page_yayoinosato .parts_btn_10 a {
        display: block;
        padding: 10px 30px 10px 10px; }
        .page_yayoinosato .parts_btn_10 a::after {
          background-size: 8px;
          right: 0;
          margin-top: -4px; }
        .page_yayoinosato .parts_btn_10 a .txt_box_wrap .tl_box {
          font-size: 1.4rem;
          padding: 0 0 0; }
        .page_yayoinosato .parts_btn_10 a .txt_box_wrap .txt_box {
          font-size: 1.3rem;
          padding: 5px 0 0; } }
  .page_yayoinosato .parts_btn_11 {
    margin: 30px 0; }
    .page_yayoinosato .parts_btn_11 .parts_txt_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 30px 0 30px; }
      .page_yayoinosato .parts_btn_11 .parts_txt_list li {
        width: 380px;
        position: relative; }
        .page_yayoinosato .parts_btn_11 .parts_txt_list li a {
          display: block;
          padding: 10px 50px 20px 25px;
          box-shadow: 1px 1px 3px #DEDEDE;
          border-radius: 1px;
          background-color: #FDFAF7; }
          .page_yayoinosato .parts_btn_11 .parts_txt_list li a:hover {
            background-color: #FEF6E0;
            opacity: 0.8;
            transition: .3s; }
          .page_yayoinosato .parts_btn_11 .parts_txt_list li a::after {
            content: '';
            width: 20px;
            height: 20px;
            background-image: url("../img_yayoinosato/ico_arrow.svg");
            background-size: 10px;
            background-repeat: no-repeat;
            display: inline-block;
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -5px; }
          .page_yayoinosato .parts_btn_11 .parts_txt_list li a .txt_box_wrap .tl_box {
            font-size: 1.8rem;
            color: #FB8600;
            padding: 10px 0 0; }
          .page_yayoinosato .parts_btn_11 .parts_txt_list li a .txt_box_wrap .txt_box {
            padding: 10px 0 0; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .parts_btn_11 {
      margin: 20px 0; }
      .page_yayoinosato .parts_btn_11 .parts_txt_list {
        margin: 20px 0 20px;
        width: 100%; }
        .page_yayoinosato .parts_btn_11 .parts_txt_list li {
          width: 100%; }
          .page_yayoinosato .parts_btn_11 .parts_txt_list li a {
            padding: 10px 30px 10px 10px; }
            .page_yayoinosato .parts_btn_11 .parts_txt_list li a::after {
              right: 0px; }
            .page_yayoinosato .parts_btn_11 .parts_txt_list li a .txt_box_wrap .tl_box {
              font-size: 1.4rem;
              padding: 0 0 0; }
            .page_yayoinosato .parts_btn_11 .parts_txt_list li a .txt_box_wrap .txt_box {
              font-size: 1.3rem;
              padding: 5px 0 0; }
          .page_yayoinosato .parts_btn_11 .parts_txt_list li:nth-child(2) {
            margin-top: 20px; } }
  .page_yayoinosato .btn_tell_box {
    margin-top: 25px; }
    .page_yayoinosato .btn_tell_box .btn_tell {
      width: 90%;
      margin: 0 auto;
      background-color: #FFF;
      text-align: center;
      border: solid 1px #FFB700;
      border-radius: 1px;
      box-shadow: 1px 1px 3px #DEDEDE; }
      .page_yayoinosato .btn_tell_box .btn_tell a {
        display: block;
        padding: 10px 20px; }
        .page_yayoinosato .btn_tell_box .btn_tell a .phone_number {
          display: inline-block;
          font-size: 2.2rem;
          line-height: 2.6rem;
          font-weight: bold; }
          .page_yayoinosato .btn_tell_box .btn_tell a .phone_number .ico_tell {
            position: relative;
            top: 1px;
            margin-right: 5px; }
            .page_yayoinosato .btn_tell_box .btn_tell a .phone_number .ico_tell::before {
              content: '';
              display: inline-block;
              width: 16px;
              height: 16px;
              background: url("../img_yayoinosato/ico_tell.svg") no-repeat 0 0;
              background-repeat: no-repeat;
              background-size: 16px 16px; }
        .page_yayoinosato .btn_tell_box .btn_tell a .phone_txt {
          display: block;
          font-size: 1.2rem; }
  .page_yayoinosato .contact_link_box {
    background-color: #FEF6E0;
    padding: 30px 0 0;
    margin: 80px 0 30px;
    text-align: center;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .contact_link_box {
        margin: 50px 0 20px;
        padding: 30px 20px; } }
    .page_yayoinosato .contact_link_box .contact_link_btn {
      display: flex;
      justify-content: center;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_yayoinosato .contact_link_box .contact_link_btn {
          flex-wrap: wrap; } }
      .page_yayoinosato .contact_link_box .contact_link_btn .tell_box {
        font-size: 1.4rem;
        margin: 25px 20px 35px; }
        .page_yayoinosato .contact_link_box .contact_link_btn .tell_box .tell_num {
          font-size: 3.2rem;
          font-weight: bold; }
          .page_yayoinosato .contact_link_box .contact_link_btn .tell_box .tell_num .ico_tell {
            position: relative;
            top: 0px;
            margin-right: 5px; }
            .page_yayoinosato .contact_link_box .contact_link_btn .tell_box .tell_num .ico_tell::before {
              content: '';
              display: inline-block;
              width: 24px;
              height: 24px;
              background: url("../img_yayoinosato/ico_tell.svg") no-repeat 0 0;
              background-repeat: no-repeat;
              background-size: auto;
              background-repeat: no-repeat;
              background-size: 24px 24px; }
      .page_yayoinosato .contact_link_box .contact_link_btn .btn_tell_box {
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_yayoinosato .contact_link_box .contact_link_btn .btn_tell_box {
            width: 100%; }
            .page_yayoinosato .contact_link_box .contact_link_btn .btn_tell_box .btn_tell {
              margin-top: 5px;
              width: 100%; } }
      .page_yayoinosato .contact_link_box .contact_link_btn .contact_form_btn {
        margin: 30px 20px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_yayoinosato .contact_link_box .contact_link_btn .contact_form_btn {
            width: 100%;
            margin: 30px 0px 0px; }
            .page_yayoinosato .contact_link_box .contact_link_btn .contact_form_btn .parts_btn {
              width: 100%; } }
  .page_yayoinosato .main_img {
    position: relative;
    min-width: 1100px;
    min-height: 600px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .main_img {
        min-width: inherit;
        min-height: inherit; } }
  .page_yayoinosato .slide_wrap {
    padding-top: 125px;
    position: relative;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .slide_wrap {
        padding-top: 64px; } }
@keyframes zoomUp {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.15); } }
  .page_yayoinosato .swiper-slide-active .slide-img,
  .page_yayoinosato .swiper-slide-duplicate-active .slide-img,
  .page_yayoinosato .swiper-slide-prev .slide-img {
    animation: zoomUp 10s linear 0s 1 normal both; }
  .page_yayoinosato .swiper-container {
    position: relative;
    min-height: 500px;
    /* SP */ }
    .page_yayoinosato .swiper-container::before {
      content: '';
      width: 100%;
      height: 600px;
      display: inline-block;
      background-image: url("../img_yayoinosato/bg_copy.png");
      background-repeat: no-repeat;
      background-position: left 0 bottom 0;
      background-size: 100%;
      position: absolute;
      z-index: 2;
      bottom: 0px;
      left: 0; }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .swiper-container {
        min-height: inherit; }
        .page_yayoinosato .swiper-container::before {
          height: 80px; } }
  .page_yayoinosato .slide-img {
    height: 44vw;
    width: 100%;
    overflow: hidden;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .slide-img {
        height: 80vw;
        width: 100%; } }
    .page_yayoinosato .slide-img img {
      display: block;
      max-width: 100%;
      width: 100%;
      height: auto;
      object-fit: cover;
      font-family: 'object-fit: cover;';
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_yayoinosato .slide-img img {
          height: 80vw;
          width: 100%; } }
  .page_yayoinosato .swiper-pagination {
    display: none; }
    .page_yayoinosato .swiper-pagination .swiper-pagination-bullet-active {
      background: #FB8600 !important; }
  .page_yayoinosato .copy_box {
    text-align: center;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    position: absolute;
    display: block;
    width: 100%;
    z-index: 1;
    bottom: 3vw;
    left: 0;
    /* SP */ }
    .page_yayoinosato .copy_box .copy_txt_min {
      font-size: 2.1rem;
      letter-spacing: 0.30em;
      margin-bottom: 15px; }
    .page_yayoinosato .copy_box .copy_txt {
      font-size: 3.2rem;
      letter-spacing: 0.30em;
      color: #FB8600; }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .copy_box {
        bottom: -20vw; }
        .page_yayoinosato .copy_box .copy_txt_min {
          font-size: 1.3rem;
          letter-spacing: 0.10em;
          margin-bottom: 5px; }
        .page_yayoinosato .copy_box .copy_txt {
          font-size: 2.0rem;
          letter-spacing: 0.10em; } }
  .page_yayoinosato .header_cmn {
    z-index: 2;
    position: fixed;
    width: 100%;
    box-shadow: 2px 2px 3px #DEDEDE;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .header_cmn {
        position: fixed;
        width: 100%;
        height: 64px;
        background-color: #FFF;
        z-index: 100; } }
  .page_yayoinosato .cont_header_info {
    position: relative;
    background-color: #FFF;
    border-bottom: solid 2px #FFB700;
    min-width: 1100px; }
  .page_yayoinosato .contact_box {
    margin-right: 10px; }
    .page_yayoinosato .contact_box .header_btn_contact {
      text-align: center; }
      .page_yayoinosato .contact_box .header_btn_contact a {
        display: block;
        width: 150px;
        font-size: 1.4rem;
        line-height: 4.0rem;
        background-color: #FFB700;
        border-radius: 50px;
        color: #FFF;
        font-weight: bold;
        box-shadow: 1px 1px 3px #DEDEDE; }
        .page_yayoinosato .contact_box .header_btn_contact a:hover {
          opacity: 0.8;
          transition: .3s; }
  .page_yayoinosato .access_box .header_btn_access {
    text-align: center; }
    .page_yayoinosato .access_box .header_btn_access a {
      display: block;
      width: 150px;
      font-size: 1.4rem;
      line-height: 4.0rem;
      background-color: #FFB700;
      border-radius: 50px;
      color: #FFF;
      font-weight: bold;
      box-shadow: 1px 1px 3px #DEDEDE; }
      .page_yayoinosato .access_box .header_btn_access a:hover {
        opacity: 0.8;
        transition: .3s; }
  .page_yayoinosato .header_info {
    position: relative;
    /* ヘッダー上部 -ロゴ、リンク
    ------------------------------------ */
    /* ヘッダー下部 -グローバルナビ
    ------------------------------------ */ }
    .page_yayoinosato .header_info .header_top {
      padding: 10px 0 15px;
      background-color: #FFF; }
      .page_yayoinosato .header_info .header_top .header_left_box {
        color: #3E3E3E;
        float: left; }
        .page_yayoinosato .header_info .header_top .header_left_box .logo a {
          display: block;
          padding-top: 5px; }
          .page_yayoinosato .header_info .header_top .header_left_box .logo a .img_logo img {
            width: 280px;
            height: auto; }
      .page_yayoinosato .header_info .header_top .header_right_box {
        float: right;
        display: flex;
        justify-content: flex-end;
        text-align: center; }
        .page_yayoinosato .header_info .header_top .header_right_box .font_size_box {
          margin-right: 25px; }
          .page_yayoinosato .header_info .header_top .header_right_box .font_size_box .txt_font_size {
            font-size: 1.2rem;
            margin: 0 0px 0 0;
            display: block; }
          .page_yayoinosato .header_info .header_top .header_right_box .font_size_box .font_size_btn {
            display: flex; }
            .page_yayoinosato .header_info .header_top .header_right_box .font_size_box .font_size_btn li {
              display: inline-block;
              width: 52px;
              font-size: 1.4rem;
              background-color: #FFF;
              border: solid 1px #FFB700; }
              .page_yayoinosato .header_info .header_top .header_right_box .font_size_box .font_size_btn li a {
                color: #FFB700;
                display: block;
                line-height: 2.8rem;
                width: 52px;
                height: 28px; }
              .page_yayoinosato .header_info .header_top .header_right_box .font_size_box .font_size_btn li.left_btn {
                border-radius: 5px 0 0 5px; }
              .page_yayoinosato .header_info .header_top .header_right_box .font_size_box .font_size_btn li.right_btn {
                border-radius: 0 5px 5px 0; }
              .page_yayoinosato .header_info .header_top .header_right_box .font_size_box .font_size_btn li.choice_box {
                background-color: #FFB700; }
                .page_yayoinosato .header_info .header_top .header_right_box .font_size_box .font_size_btn li.choice_box a {
                  color: #FFF; }
        .page_yayoinosato .header_info .header_top .header_right_box .tell_box {
          margin-right: 20px; }
          .page_yayoinosato .header_info .header_top .header_right_box .tell_box .header_address {
            text-align: right;
            font-size: 1.4rem; }
          .page_yayoinosato .header_info .header_top .header_right_box .tell_box .header_btn_tell {
            text-align: right; }
            .page_yayoinosato .header_info .header_top .header_right_box .tell_box .header_btn_tell .ico_tell {
              position: relative;
              top: 1px;
              margin-right: 5px; }
              .page_yayoinosato .header_info .header_top .header_right_box .tell_box .header_btn_tell .ico_tell::before {
                content: '';
                display: inline-block;
                width: 16px;
                height: 16px;
                background: url("../img_yayoinosato/ico_tell.svg") no-repeat 0 0;
                background-repeat: no-repeat;
                background-size: 16px 16px; }
            .page_yayoinosato .header_info .header_top .header_right_box .tell_box .header_btn_tell .tell_num {
              font-size: 2.2rem;
              line-height: 3.0rem;
              font-weight: bold; }
    .page_yayoinosato .header_info .header_gnav .header_gnav_box {
      display: flex; }
      .page_yayoinosato .header_info .header_gnav .header_gnav_box > li {
        flex-grow: 1;
        display: inline-block;
        font-size: 1.6rem;
        width: 180px;
        height: 45px;
        box-sizing: border-box; }
        .page_yayoinosato .header_info .header_gnav .header_gnav_box > li .gnav_btn_box {
          display: block;
          width: calc(100% -1px);
          height: 40px;
          border-right: solid 1px #FFB700; }
          .page_yayoinosato .header_info .header_gnav .header_gnav_box > li .gnav_btn_box > a {
            display: block;
            padding: 0 10px 5px;
            line-height: 4rem;
            text-align: center;
            background-color: #FFF; }
            .page_yayoinosato .header_info .header_gnav .header_gnav_box > li .gnav_btn_box > a:hover {
              color: #FB8600;
              transition: .3s; }
        .page_yayoinosato .header_info .header_gnav .header_gnav_box > li:first-child .gnav_btn_box {
          border-left: solid 1px #FFB700; }
        .page_yayoinosato .header_info .header_gnav .header_gnav_box > li.current_gnav .gnav_btn_box > a {
          color: #FB8600; }
        .page_yayoinosato .header_info .header_gnav .header_gnav_box > li .gnav_hover_box {
          width: 1100px;
          height: auto;
          margin: 0 auto;
          background-color: #FEE9B4;
          border-radius: 0 0 5px 5px;
          box-shadow: 2px 2px 10px #8D8D8D; }
        .page_yayoinosato .header_info .header_gnav .header_gnav_box > li:hover .cont_gnav_hover_box {
          position: absolute;
          top: 125px;
          left: -8px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .page_yayoinosato .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box {
          position: absolute;
          top: -210px;
          left: 0px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          z-index: -1;
          width: 100vw; }
          .page_yayoinosato .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .tl_gnav_hover_box {
            font-size: 1.8rem;
            font-weight: bold;
            color: #FB8600;
            line-height: 5.0rem;
            padding: 10px 0 0;
            margin: 0 100px;
            border-bottom: solid 1px #FFB700; }
          .page_yayoinosato .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box {
            margin: 0px 100px;
            padding: 0 0 30px; }
            .page_yayoinosato .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link {
              display: flex;
              flex-wrap: wrap; }
              .page_yayoinosato .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link li {
                display: inline-block;
                min-width: 210px;
                background-color: #FFF;
                margin-top: 15px;
                margin-right: 15px;
                box-sizing: border-box; }
                .page_yayoinosato .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link li a {
                  display: block;
                  padding: 0 20px 0 15px;
                  font-size: 1.6rem;
                  line-height: 4.0rem; }
                  .page_yayoinosato .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link li a:hover {
                    color: #FB8600;
                    transition: .3s; }
                  .page_yayoinosato .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link li a::before {
                    content: '';
                    width: 10px;
                    height: 10px;
                    background-image: url("../img_yayoinosato/ico_arrow.svg");
                    background-size: 10px 10px;
                    background-repeat: no-repeat;
                    display: inline-block;
                    position: relative;
                    top: -1px;
                    left: 0px;
                    margin-right: 7px; }
              .page_yayoinosato .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link .box_border_left {
                border-left: solid 2px #FFF;
                margin-left: 25px;
                padding: 0 15px 0 40px; }
  .page_yayoinosato .header_box {
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .header_box {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .page_yayoinosato .header_box .logo {
          flex: 1; }
          .page_yayoinosato .header_box .logo a {
            display: block;
            padding: 15px 10px;
            height: 64px;
            box-sizing: border-box;
            width: 100%; }
            .page_yayoinosato .header_box .logo a .img_logo img {
              width: 170px;
              height: auto; }
        .page_yayoinosato .header_box .menu_box {
          display: flex;
          justify-content: flex-end;
          width: 128px;
          align-self: center;
          text-align: end; }
          .page_yayoinosato .header_box .menu_box .tell_box a {
            display: inline-block;
            text-align: center;
            width: 64px;
            height: 64px;
            background-color: #FEE9B4;
            padding: 3px 0;
            box-sizing: border-box; }
            .page_yayoinosato .header_box .menu_box .tell_box a img {
              width: 25px;
              height: 21px;
              margin-top: 8px; }
            .page_yayoinosato .header_box .menu_box .tell_box a .ico_tell {
              position: relative;
              top: 7px; }
              .page_yayoinosato .header_box .menu_box .tell_box a .ico_tell::before {
                content: '';
                display: inline-block;
                width: 22px;
                height: 22px;
                background: url("../img_yayoinosato/ico_tell.svg") no-repeat 0 0;
                background-repeat: no-repeat;
                background-size: 22px 22px; }
            .page_yayoinosato .header_box .menu_box .tell_box a .btn_txt {
              font-size: 1.2rem;
              display: block; }
          .page_yayoinosato .header_box .menu_box .menu_btn a {
            display: inline-block;
            text-align: center;
            width: 64px;
            height: 64px;
            background-color: #FFB700;
            padding: 8px 0;
            box-sizing: border-box; }
            .page_yayoinosato .header_box .menu_box .menu_btn a img {
              width: 25px;
              height: 21px; }
            .page_yayoinosato .header_box .menu_box .menu_btn a .btn_txt {
              font-size: 1.2rem;
              display: block;
              color: #FFF; } }
  .page_yayoinosato .sidemenu_box_wrap {
    background-color: #FEF6E0 !important;
    width: 100% !important;
    margin-right: -100% !important; }
  .page_yayoinosato .sidemenu_box {
    margin-bottom: 50px; }
    .page_yayoinosato .sidemenu_box .tl_box_main {
      display: flex;
      justify-content: space-between;
      height: 64px;
      background-color: #FFF; }
      .page_yayoinosato .sidemenu_box .tl_box_main .logo_box a {
        display: inline-block;
        padding: 15px; }
      .page_yayoinosato .sidemenu_box .tl_box_main .logo_box img {
        width: 170px;
        height: auto; }
      .page_yayoinosato .sidemenu_box .tl_box_main .menu_box {
        display: flex;
        justify-content: flex-end;
        width: 128px;
        align-self: center;
        text-align: end; }
        .page_yayoinosato .sidemenu_box .tl_box_main .menu_box .tell_box a {
          display: inline-block;
          text-align: center;
          width: 64px;
          height: 64px;
          background-color: #FEE9B4;
          padding: 3px 0;
          box-sizing: border-box; }
          .page_yayoinosato .sidemenu_box .tl_box_main .menu_box .tell_box a img {
            width: 25px;
            height: 21px;
            margin-top: 8px; }
          .page_yayoinosato .sidemenu_box .tl_box_main .menu_box .tell_box a .ico_tell {
            position: relative;
            top: 7px; }
            .page_yayoinosato .sidemenu_box .tl_box_main .menu_box .tell_box a .ico_tell::before {
              content: '';
              display: inline-block;
              width: 22px;
              height: 22px;
              background: url("../img_yayoinosato/ico_tell.svg") no-repeat 0 0;
              background-repeat: no-repeat;
              background-size: 22px 22px; }
          .page_yayoinosato .sidemenu_box .tl_box_main .menu_box .tell_box a .btn_txt {
            font-size: 1.2rem;
            display: block; }
        .page_yayoinosato .sidemenu_box .tl_box_main .menu_box .menu_close_btn a {
          display: inline-block;
          text-align: center;
          width: 64px;
          height: 64px;
          background-color: #FFB700;
          padding: 8px 0;
          box-sizing: border-box; }
          .page_yayoinosato .sidemenu_box .tl_box_main .menu_box .menu_close_btn a img {
            width: 25px;
            height: 21px; }
          .page_yayoinosato .sidemenu_box .tl_box_main .menu_box .menu_close_btn a .btn_txt {
            font-size: 1.2rem;
            display: block;
            color: #FFF; }
    .page_yayoinosato .sidemenu_box .page_link_box_sp {
      text-align: left; }
      .page_yayoinosato .sidemenu_box .page_link_box_sp .loop_list li {
        border-top: 1px solid #FFB700; }
        .page_yayoinosato .sidemenu_box .page_link_box_sp .loop_list li .loop_child {
          position: relative; }
          .page_yayoinosato .sidemenu_box .page_link_box_sp .loop_list li .loop_child a {
            color: #3E3E3E;
            font-size: 1.5rem;
            font-weight: bold;
            display: block;
            padding: 16px 20px; }
          .page_yayoinosato .sidemenu_box .page_link_box_sp .loop_list li .loop_child::before {
            content: "";
            position: absolute;
            background: url("../img_yayoinosato/ico_arrow.svg") no-repeat;
            background-size: auto;
            background-size: 12px 12px;
            width: 12px;
            height: 12px;
            top: 50%;
            margin-top: -6px;
            right: 20px; }
        .page_yayoinosato .sidemenu_box .page_link_box_sp .loop_list li:last-child {
          border-bottom: 1px solid #FFB700; }
        .page_yayoinosato .sidemenu_box .page_link_box_sp .loop_list li.label_close > .loop_child::before {
          content: "";
          position: absolute;
          background: url(../img_cmn/ico_plus.svg) no-repeat;
          background-size: auto;
          background-size: 12px 12px;
          width: 12px;
          height: 12px;
          top: 50%;
          margin-top: -6px;
          right: 20px; }
        .page_yayoinosato .sidemenu_box .page_link_box_sp .loop_list li.label_open > .loop_child::before {
          content: "";
          position: absolute;
          background: url(../img_cmn/ico_minus.svg) no-repeat;
          background-size: auto;
          background-size: 12px 12px;
          width: 12px;
          height: 12px;
          top: 50%;
          margin-top: -6px;
          right: 20px; }
      .page_yayoinosato .sidemenu_box .page_link_box_sp .loop_list .open_close_inner {
        background-color: #FEE9B4; }
        .page_yayoinosato .sidemenu_box .page_link_box_sp .loop_list .open_close_inner .loop_child a {
          font-weight: normal;
          padding: 16px 20px 16px 40px; }
      .page_yayoinosato .sidemenu_box .page_link_box_sp .header_btn_box {
        display: flex;
        justify-content: center;
        margin-top: 25px; }
  .page_yayoinosato .is_animation {
    /* 【上書き】ヘッダー上部 -ロゴ、リンク
    ------------------------------------ */
    /* 【上書き】ヘッダー下部 -グローバルナビ
    ------------------------------------ */ }
    .page_yayoinosato .is_animation .header_top {
      padding: 5px 0 10px; }
      .page_yayoinosato .is_animation .header_top .header_left_box {
        position: absolute;
        top: 20px; }
        .page_yayoinosato .is_animation .header_top .header_left_box .logo a {
          padding-top: 0; }
          .page_yayoinosato .is_animation .header_top .header_left_box .logo a .img_logo img {
            width: 260px;
            height: auto; }
      .page_yayoinosato .is_animation .header_top .header_right_box .font_size_box {
        display: none; }
      .page_yayoinosato .is_animation .header_top .header_right_box .tell_box .header_address {
        display: none; }
      .page_yayoinosato .is_animation .header_top .header_right_box .tell_box .header_btn_tell .ico_tell {
        position: relative;
        top: 0px;
        margin-right: 5px; }
      .page_yayoinosato .is_animation .header_top .header_right_box .tell_box .header_btn_tell .tell_num {
        font-size: 1.8rem; }
      .page_yayoinosato .is_animation .header_top .header_right_box .contact_box .header_btn_contact a {
        width: 140px;
        font-size: 1.3rem;
        line-height: 3.0rem; }
        .page_yayoinosato .is_animation .header_top .header_right_box .contact_box .header_btn_contact a:hover {
          opacity: 0.8;
          transition: .3s; }
      .page_yayoinosato .is_animation .header_top .header_right_box .access_box .header_btn_access a {
        width: 140px;
        font-size: 1.3rem;
        line-height: 3.0rem; }
        .page_yayoinosato .is_animation .header_top .header_right_box .access_box .header_btn_access a:hover {
          opacity: 0.8;
          transition: .3s; }
    .page_yayoinosato .is_animation .header_gnav {
      margin: 0px auto 5px; }
      .page_yayoinosato .is_animation .header_gnav .gNav {
        width: 73%;
        float: right; }
      .page_yayoinosato .is_animation .header_gnav .header_gnav_box > li {
        height: 30px; }
        .page_yayoinosato .is_animation .header_gnav .header_gnav_box > li .gnav_btn_box {
          height: 30px; }
          .page_yayoinosato .is_animation .header_gnav .header_gnav_box > li .gnav_btn_box a {
            line-height: 3.0rem;
            font-size: 1.4rem; }
        .page_yayoinosato .is_animation .header_gnav .header_gnav_box > li .cont_gnav_hover_box {
          top: -210px; }
        .page_yayoinosato .is_animation .header_gnav .header_gnav_box > li:hover .cont_gnav_hover_box {
          top: 80px; }
  .page_yayoinosato .cont_footer_info {
    margin-top: 20px;
    min-width: 1100px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .cont_footer_info {
        margin-top: 0px;
        min-width: inherit; } }
  .page_yayoinosato .footer_info {
    padding-top: 60px;
    background-color: #FEF6E0;
    /* SP */
    /* フッダー上部 -病院情報、googlマップ
    ------------------------------------ */
    /* フッダー下部 -グループトップリンク、サイトマップ等
    ------------------------------------ */
    /* コピーライト
    ------------------------------------ */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .footer_info {
        padding-top: 30px; } }
    .page_yayoinosato .footer_info .hp_info_box {
      display: flex;
      justify-content: space-between;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_yayoinosato .footer_info .hp_info_box {
          flex-wrap: wrap; } }
      .page_yayoinosato .footer_info .hp_info_box .left_box {
        width: 540px;
        box-sizing: border-box;
        background-color: #FFF;
        padding: 20px 30px;
        border-radius: 5px;
        box-shadow: 1px 1px 3px #DEDEDE;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_yayoinosato .footer_info .hp_info_box .left_box {
            width: 100%;
            box-sizing: border-box;
            padding: 20px 20px; } }
        .page_yayoinosato .footer_info .hp_info_box .left_box .hp_info {
          border-bottom: solid 1px #C9C9C9;
          padding-bottom: 15px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_yayoinosato .footer_info .hp_info_box .left_box .hp_info {
              font-size: 1.4rem;
              border-bottom: solid 2px #C9C9C9;
              padding-bottom: 25px; } }
          .page_yayoinosato .footer_info .hp_info_box .left_box .hp_info .hp_name {
            font-size: 2.4rem;
            font-weight: bold;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_yayoinosato .footer_info .hp_info_box .left_box .hp_info .hp_name {
                font-size: 2.2rem; } }
          .page_yayoinosato .footer_info .hp_info_box .left_box .hp_info .hp_tell .ico_tell {
            position: relative;
            top: 2px;
            margin-right: 5px; }
            .page_yayoinosato .footer_info .hp_info_box .left_box .hp_info .hp_tell .ico_tell::before {
              content: '';
              display: inline-block;
              width: 14px;
              height: 14px;
              background: url("../img_yayoinosato/ico_tell.svg") no-repeat 0 0;
              background-repeat: no-repeat;
              background-size: 14px 14px; }
          .page_yayoinosato .footer_info .hp_info_box .left_box .hp_info .btn_tell_box {
            margin-top: 15px;
            display: inline-block;
            width: 100%; }
            .page_yayoinosato .footer_info .hp_info_box .left_box .hp_info .btn_tell_box .btn_tell {
              width: 100%;
              box-sizing: border-box;
              /* PC */ }
              @media screen and (min-width: 768px) {
                .page_yayoinosato .footer_info .hp_info_box .left_box .hp_info .btn_tell_box .btn_tell a[href^="tel:"] {
                  pointer-events: none; } }
          .page_yayoinosato .footer_info .hp_info_box .left_box .hp_info .img_box {
            float: right;
            padding-top: 10px; }
            .page_yayoinosato .footer_info .hp_info_box .left_box .hp_info .img_box img {
              width: 200px;
              height: 125px;
              object-fit: contain;
              font-family: 'object-fit: contain;';
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_yayoinosato .footer_info .hp_info_box .left_box .hp_info .img_box img {
                  width: 90px;
                  height: 90px;
                  object-fit: cover;
                  font-family: 'object-fit: cover;'; } }
        .page_yayoinosato .footer_info .hp_info_box .left_box .consultation_hour_info {
          padding-top: 15px; }
          .page_yayoinosato .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour {
            display: flex;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_yayoinosato .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour {
                display: block; } }
            .page_yayoinosato .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .tl_info {
              display: flex;
              justify-content: center;
              align-items: center;
              width: 110px;
              background-color: #F7F7F7;
              font-size: 1.6rem;
              font-weight: bold;
              margin-right: 15px;
              text-align: center;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_yayoinosato .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .tl_info {
                  margin: 0 auto 15px;
                  color: #FB8600;
                  background-color: transparent; } }
            .page_yayoinosato .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list {
              flex: 1; }
              .page_yayoinosato .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dt {
                float: left;
                display: inline-block;
                width: 50px;
                border: solid 1px #FFB700;
                box-sizing: border-box;
                font-size: 1.4rem;
                line-height: 1.4rem;
                font-weight: bold;
                text-align: center;
                color: #FB8600;
                padding: 6px 5px;
                margin-right: 10px; }
                .page_yayoinosato .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dt.bg_gray {
                  color: #FFF;
                  background-color: #898989;
                  border: solid 1px #898989; }
              .page_yayoinosato .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dd {
                line-height: 2.8rem;
                margin-left: 50px;
                margin-bottom: 10px; }
                .page_yayoinosato .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dd:last-child {
                  margin-bottom: 0px; }
                .page_yayoinosato .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dd .time {
                  font-weight: bold; }
          .page_yayoinosato .footer_info .hp_info_box .left_box .consultation_hour_info .txt_attention {
            color: #E57571;
            font-size: 1.3rem;
            margin-top: 12px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_yayoinosato .footer_info .hp_info_box .left_box .consultation_hour_info .txt_attention {
                margin-top: 15px; } }
      .page_yayoinosato .footer_info .hp_info_box .right_box {
        width: 540px;
        box-sizing: border-box;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_yayoinosato .footer_info .hp_info_box .right_box {
            width: 100%;
            box-sizing: border-box;
            margin-top: 20px; }
            .page_yayoinosato .footer_info .hp_info_box .right_box .google_map iframe {
              width: 100% !important;
              height: 210px !important; } }
    .page_yayoinosato .footer_info .footer_bottom {
      padding: 15px 0;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_yayoinosato .footer_info .footer_bottom {
          padding: 10px 0; } }
      .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_left_box {
        margin: 20px 0 10px;
        display: flex;
        align-items: center;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_left_box {
            display: block;
            margin: 5px 0 0; } }
        .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box {
          display: flex;
          flex-wrap: wrap;
          /* SP */
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box {
              display: block;
              text-align: center;
              margin-bottom: 20px; } }
          .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li {
            margin-right: 10px; }
            .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li a {
              display: block;
              padding: 0 15px;
              font-size: 1.4rem;
              line-height: 4.0rem;
              font-weight: bold;
              border: solid 1px #FFB700;
              border-radius: 5px;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li a {
                  display: inline-block; } }
              .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li a:hover {
                color: #FB8600;
                transition: .3s; }
          @media screen and (max-width: 767px) {
            .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li {
              margin: 0px auto 10px; }
              .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li a {
                font-size: 1.3rem;
                line-height: 3.4rem; } }
        .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box {
          display: flex;
          margin: 0 10px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box {
              flex-wrap: wrap;
              margin: 10px 0 0; } }
          .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li {
            /* SP */ }
            .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li a {
              display: block;
              border-right: solid 1px #FFB700;
              padding: 0 15px;
              font-size: 1.4rem;
              line-height: 2.6rem; }
              .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li a:hover {
                color: #FB8600;
                transition: .3s; }
            .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li:first-child a {
              border-left: solid 1px #FFB700; }
            @media screen and (max-width: 767px) {
              .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li {
                width: 50%;
                box-sizing: border-box;
                margin-bottom: 10px;
                text-align: center; }
                .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li a {
                  padding: 0 10px;
                  font-size: 1.3rem; }
                .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li:nth-child(odd) a {
                  border-left: solid 1px #FFB700; } }
      .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_right_box {
        float: right; }
        .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box {
          z-index: 999;
          position: fixed;
          bottom: 50px;
          left: calc(50% + 480px);
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box {
              bottom: 10px;
              left: calc(100% - 67px); } }
          .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box a {
            /* SP */ }
            .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box a:hover {
              opacity: 0.8;
              transition: .3s; }
            @media screen and (max-width: 767px) {
              .page_yayoinosato .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box a img {
                width: 50px;
                height: 50px; } }
    .page_yayoinosato .footer_info .footer_copyright {
      background-color: #FFB700;
      /* SP */ }
      .page_yayoinosato .footer_info .footer_copyright .txt_copyright {
        font-size: 1.2rem;
        color: #FFF;
        padding: 5px 0; }
        .page_yayoinosato .footer_info .footer_copyright .txt_copyright .copyright {
          float: left; }
        .page_yayoinosato .footer_info .footer_copyright .txt_copyright .powered_by {
          float: right; }
          .page_yayoinosato .footer_info .footer_copyright .txt_copyright .powered_by a {
            text-decoration: underline;
            color: #FFF; }
      @media screen and (max-width: 767px) {
        .page_yayoinosato .footer_info .footer_copyright {
          padding: 10px 0;
          text-align: center; }
          .page_yayoinosato .footer_info .footer_copyright .txt_copyright .copyright {
            float: none;
            font-size: 1.1rem; }
          .page_yayoinosato .footer_info .footer_copyright .txt_copyright .powered_by {
            margin-top: 10px;
            float: none;
            font-size: 1.0rem; } }
  .page_yayoinosato .aside {
    /* SP */
    /* asides_list_box
    ------------------------------------ */ }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .aside {
        width: calc(100% + 34px);
        margin: 0 -17px 0 -17px;
        border-top: solid 2px #FFB700;
        border-bottom: solid 2px #FFB700; } }
    .page_yayoinosato .aside .aside_list_box {
      width: 260px;
      box-sizing: border-box;
      margin-right: 50px;
      padding: 30px 20px 40px;
      background-color: #F7F7F7;
      border-top: solid 4px #FFB700;
      /* SP */
      /* asides_list_box（2爪以降）
      ------------------------------------ */ }
      @media screen and (max-width: 767px) {
        .page_yayoinosato .aside .aside_list_box {
          width: 100%;
          padding: 30px 17px;
          border-top: none;
          border-bottom: solid 1px #C9C9C9;
          margin-bottom: 0px; } }
      .page_yayoinosato .aside .aside_list_box .tl_category_list {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 0 0 20px;
        border-bottom: solid 1px #FFB700;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_yayoinosato .aside .aside_list_box .tl_category_list {
            font-size: 1.4rem;
            margin: 0 0 10px;
            border-bottom: none; } }
      .page_yayoinosato .aside .aside_list_box .category_list_box {
        border: solid 1px #C9C9C9;
        border-radius: 5px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_yayoinosato .aside .aside_list_box .category_list_box {
            border-radius: 1px; } }
        .page_yayoinosato .aside .aside_list_box .category_list_box li {
          position: relative; }
          .page_yayoinosato .aside .aside_list_box .category_list_box li a {
            display: block;
            border-bottom: solid 1px #C9C9C9;
            background-color: #FFF;
            padding: 10px 40px 10px 20px;
            color: #3E3E3E;
            font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
            font-size: 1.6rem;
            font-weight: bold;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_yayoinosato .aside .aside_list_box .category_list_box li a {
                padding: 13px 14px 13px 20px;
                font-size: 1.3rem;
                font-weight: normal; } }
            .page_yayoinosato .aside .aside_list_box .category_list_box li a:hover {
              color: #FB8600;
              background-color: #FEF6E0;
              transition: .3s; }
          .page_yayoinosato .aside .aside_list_box .category_list_box li::after {
            content: '';
            width: 12px;
            height: 12px;
            background-image: url("../img_yayoinosato/ico_arrow.svg");
            background-size: 12px 12px;
            background-repeat: no-repeat;
            display: inline-block;
            position: absolute;
            top: 50%;
            right: 20px;
            margin-top: -6px; }
          .page_yayoinosato .aside .aside_list_box .category_list_box li:first-child a {
            border-radius: 5px 5px 0 0; }
          .page_yayoinosato .aside .aside_list_box .category_list_box li:last-child a {
            border-radius: 0 0 5px 5px;
            border-bottom: none; }
          .page_yayoinosato .aside .aside_list_box .category_list_box li.current_category a {
            color: #FB8600;
            background-color: #FEF6E0; }
      .page_yayoinosato .aside .aside_list_box ~ .aside_list_box {
        padding: 0px 20px 40px;
        border-top: none;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_yayoinosato .aside .aside_list_box ~ .aside_list_box {
            width: 100%;
            padding: 30px 17px;
            border-top: none;
            border-bottom: solid 1px #C9C9C9;
            margin-bottom: 0px; } }
  .page_yayoinosato .sp_nav_list_box .nav_list_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .page_yayoinosato .sp_nav_list_box .nav_list_box li {
      position: relative;
      width: calc(50% - 0.5px);
      box-sizing: border-box;
      border-top: solid 1px #C9C9C9;
      border-right: solid 1px #C9C9C9;
      background-color: #F7F7F7; }
      .page_yayoinosato .sp_nav_list_box .nav_list_box li:nth-child(even) {
        border-right: none; }
      .page_yayoinosato .sp_nav_list_box .nav_list_box li:nth-child(-n+2) {
        border-top: none; }
      .page_yayoinosato .sp_nav_list_box .nav_list_box li a {
        display: block;
        font-size: 1.3rem;
        font-weight: bold;
        padding: 10px 20px; }
        .page_yayoinosato .sp_nav_list_box .nav_list_box li a::after {
          content: '';
          width: 12px;
          height: 12px;
          background-image: url("../img_yayoinosato/ico_arrow.svg");
          background-size: 12px 12px;
          background-repeat: no-repeat;
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -6px; }
  .page_yayoinosato .faq_list_box {
    margin-bottom: 50px; }
    .page_yayoinosato .faq_list_box .faq_list .list_box {
      border-top: solid 1px #C9C9C9; }
      .page_yayoinosato .faq_list_box .faq_list .list_box:last-child {
        border-bottom: solid 1px #C9C9C9; }
      .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box {
        display: flex;
        padding: 20px 50px 20px 20px;
        color: #3E3E3E;
        position: relative;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box {
            padding: 15px 40px 15px 15px; } }
        .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box:hover {
          opacity: 0.6;
          transition: .3s;
          text-decoration: none; }
        .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .ico_faq_q {
          width: 30px;
          margin-right: 15px;
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          font-size: 2.8rem;
          line-height: 2.8rem;
          font-weight: bold;
          color: #3E3E3E;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .ico_faq_q {
              width: 25px;
              margin-right: 0px;
              font-size: 2.0rem;
              line-height: 2.0rem; } }
        .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .description_box {
          flex: 1; }
          .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .description_box .txt_box {
            font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
            font-size: 1.8rem;
            font-weight: bold;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .description_box .txt_box {
                font-size: 1.6rem; } }
      .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box {
        position: relative;
        display: flex;
        padding: 20px 50px 20px 20px;
        color: #3E3E3E;
        background-color: #F7F7F7;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box {
            padding: 15px 40px 15px 15px; } }
        .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .ico_faq_a {
          width: 30px;
          margin-right: 15px;
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          font-size: 2.8rem;
          line-height: 2.8rem;
          font-weight: bold;
          color: #FB8600;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .ico_faq_a {
              width: 25px;
              margin-right: 0px;
              font-size: 2.0rem;
              line-height: 2.0rem; } }
        .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box {
          flex: 1; }
          .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link {
            display: flex;
            margin-top: 20px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link {
                flex-wrap: wrap; } }
            .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_badge {
              width: 120px;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_badge {
                  width: 100%; } }
              .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_badge .txt_related_badge {
                display: inline-block;
                color: #707070;
                font-size: 1.4rem;
                line-height: 2.6rem;
                padding: 0 20px;
                position: relative;
                top: -3px;
                left: 0;
                border: solid 1px #707070;
                border-radius: 1px;
                background-color: #FFF; }
            .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list {
              display: block;
              flex: 1;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list {
                  margin-top: 5px; } }
              .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li {
                margin-bottom: 5px;
                padding-left: 1.2em;
                text-indent: -1.2em; }
                .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li:last-child {
                  margin-bottom: 0; }
                .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li a {
                  color: #FB8600;
                  display: block; }
                  .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li a::before {
                    content: '';
                    width: 15px;
                    height: 15px;
                    background-image: url("../img_cmn/ico_arrow.svg");
                    background-size: 7px;
                    background-repeat: no-repeat;
                    display: inline-block;
                    position: relative;
                    top: 3px;
                    left: 3px;
                    margin-right: 3px; }
                  .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li a:hover {
                    text-decoration: underline; }
      .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .label_open_close {
        position: relative;
        cursor: pointer;
        /* SP */ }
        .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .label_open_close.label_open::after {
          position: absolute;
          content: "";
          background-image: url("../img_yayoinosato/ico_minus_circle.svg");
          background-size: 25px auto;
          width: 25px;
          height: 25px;
          margin-top: -14px;
          right: 10px;
          top: 50%;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .label_open_close.label_open::after {
              background-size: 22px auto;
              width: 22px;
              height: 22px; } }
        .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .label_open_close.label_close::after {
          position: absolute;
          content: "";
          background-image: url("../img_yayoinosato/ico_plus_circle.svg");
          background-size: 25px auto;
          width: 25px;
          height: 25px;
          margin-top: -14px;
          right: 10px;
          top: 50%;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_yayoinosato .faq_list_box .faq_list .list_box .list_click_open .label_open_close.label_close::after {
              background-size: 22px auto;
              width: 22px;
              height: 22px; } }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .sp_category_list_box .btn_select {
      margin-top: 40px; }
      .page_yayoinosato .sp_category_list_box .btn_select .tl_category_list {
        font-weight: bold;
        margin-bottom: 10px; }
      .page_yayoinosato .sp_category_list_box .btn_select .select_label {
        position: relative; }
        .page_yayoinosato .sp_category_list_box .btn_select .select_label::after {
          content: '';
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          top: 50%;
          right: 1em;
          margin-top: -.3em;
          border-width: .6em .5em;
          border-style: solid;
          border-color: #FFB700 transparent transparent;
          z-index: 1;
          pointer-events: none; }
        .page_yayoinosato .sp_category_list_box .btn_select .select_label .select_item {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          cursor: pointer;
          width: 100%;
          position: relative;
          padding: 8px;
          outline: none;
          border: 1px solid #C9C9C9;
          border-radius: 2px;
          font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
          margin-bottom: -10px; } }
  .page_yayoinosato .cont_liaise {
    position: relative;
  /* 上部導入
	------------------------------------ */
    /* 電話問合せ
    --------------- */
    /* ３ステップ
    ------------------------------------ */
    /* formのスタイル
    ------------------------------------ */
    /* 戻るボタン
    --------------- */ }
    .page_yayoinosato .cont_liaise .main_box .txt_Kerning {
      letter-spacing: -0.03em; }
    .page_yayoinosato .cont_liaise .txt_intro {
      margin-top: 40px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_yayoinosato .cont_liaise .txt_intro {
          margin-top: 30px; } }
    .page_yayoinosato .cont_liaise .contact_link_box {
      margin: 30px 0 30px;
      padding: 0 0 0;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_yayoinosato .cont_liaise .contact_link_box {
          padding: 0px 20px 30px; } }
      .page_yayoinosato .cont_liaise .contact_link_box .tell_box {
        margin: 25px 20px 25px; }
    .page_yayoinosato .cont_liaise .liaise_step_box {
      margin: 110px auto 60px;
      text-align: center;
      position: relative;
      /* SP */
      /* ステップ未着地
      --------------- */
      /* 現在のステップ地点
      --------------- */ }
      @media screen and (max-width: 767px) {
        .page_yayoinosato .cont_liaise .liaise_step_box {
          margin: 90px auto 40px; } }
      .page_yayoinosato .cont_liaise .liaise_step_box::before {
        content: "";
        position: absolute;
        display: block;
        width: 450px;
        height: 1px;
        top: -22px;
        left: 50%;
        margin-left: -225px;
        background-color: #C9C9C9;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_yayoinosato .cont_liaise .liaise_step_box::before {
            width: 200px;
            margin-left: -100px; } }
      .page_yayoinosato .cont_liaise .liaise_step_box ol {
        display: flex;
        justify-content: center;
        align-items: center; }
      .page_yayoinosato .cont_liaise .liaise_step_box li {
        width: 220px;
        position: relative;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_yayoinosato .cont_liaise .liaise_step_box li {
            width: 100px; } }
      .page_yayoinosato .cont_liaise .liaise_step_box .step_do {
        color: #FB8600;
        font-size: 1.3rem; }
        .page_yayoinosato .cont_liaise .liaise_step_box .step_do::before {
          content: "";
          position: absolute;
          display: block;
          width: 20px;
          height: 20px;
          top: -31px;
          left: 50%;
          margin-left: -10px;
          background-color: #FFB700;
          border-radius: 50px;
          box-sizing: border-box; }
      .page_yayoinosato .cont_liaise .liaise_step_box .step_undone {
        font-size: 1.3rem; }
        .page_yayoinosato .cont_liaise .liaise_step_box .step_undone::before {
          content: "";
          position: absolute;
          display: block;
          width: 20px;
          height: 20px;
          top: -31px;
          left: 50%;
          margin-left: -10px;
          background-color: #F7F7F7;
          border: solid 1px #C9C9C9;
          border-radius: 50px;
          box-sizing: border-box; }
    .page_yayoinosato .cont_liaise .contact_form {
      margin-top: 30px; }
      .page_yayoinosato .cont_liaise .contact_form .form_box {
        position: relative; }
      .page_yayoinosato .cont_liaise .contact_form .form_table {
        width: 100%;
        margin-bottom: 40px;
        table-layout: fixed;
        /* SP */
        /* エラーメッセージ
        --------------- */
        /* 必須アイコン
        --------------- */ }
        .page_yayoinosato .cont_liaise .contact_form .form_table tr {
          background-color: #FEF6E0;
          /* お問い合わせ内容、その他選択時
          --------------- */ }
          .page_yayoinosato .cont_liaise .contact_form .form_table tr:first-child .form_th {
            padding-top: 50px;
            /* SP */ }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr:first-child .form_th .ico_require {
              top: 60px; }
            @media screen and (max-width: 767px) {
              .page_yayoinosato .cont_liaise .contact_form .form_table tr:first-child .form_th {
                padding: 40px 10px 10px; }
                .page_yayoinosato .cont_liaise .contact_form .form_table tr:first-child .form_th .ico_require {
                  top: 0px; } }
          .page_yayoinosato .cont_liaise .contact_form .form_table tr:first-child .form_td {
            padding-top: 50px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_yayoinosato .cont_liaise .contact_form .form_table tr:first-child .form_td {
                padding: 0px 10px 10px; } }
          .page_yayoinosato .cont_liaise .contact_form .form_table tr:last-child .form_th {
            padding-bottom: 50px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_yayoinosato .cont_liaise .contact_form .form_table tr:last-child .form_th {
                padding: 20px 10px 10px; } }
          .page_yayoinosato .cont_liaise .contact_form .form_table tr:last-child .form_td {
            padding-bottom: 50px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_yayoinosato .cont_liaise .contact_form .form_table tr:last-child .form_td {
                padding: 0px 10px 30px; } }
          .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td,
          .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_th {
            position: relative;
            vertical-align: top;
            text-align: left;
            /* SP */ }
          .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_th {
            font-weight: bold;
            width: 240px;
            padding: 20px 0 20px 25px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_th {
                display: block;
                width: 100%;
                padding: 20px 10px 10px;
                box-sizing: border-box; } }
          .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td {
            padding: 20px 25px 20px 0;
            /* SP */
            /* セレクトボックスのスタイル設定
            --------------- */
            /* radio,checkボタン
            --------------- */ }
            @media screen and (max-width: 767px) {
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td {
                display: block;
                width: 100%;
                padding: 0px 10px 10px;
                box-sizing: border-box; } }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .txt_notice {
              margin: 15px 0 5px; }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .ex {
              font-size: 12px;
              color: #999;
              margin-top: 10px; }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td button,
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=email],
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=tel],
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=text],
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td select,
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td textarea {
              margin: 0;
              padding: 0;
              background: none;
              border: none;
              border-radius: 0;
              outline: none;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              /** add */
              border: solid 1px #FFB700;
              border-radius: 1px; }
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td button::placeholder,
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=email]::placeholder,
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=tel]::placeholder,
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=text]::placeholder,
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td select::placeholder,
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td textarea::placeholder {
                color: #8B918B;
                /* SP */ }
                @media screen and (max-width: 767px) {
                  .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td button::placeholder,
                  .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=email]::placeholder,
                  .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=tel]::placeholder,
                  .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=text]::placeholder,
                  .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td select::placeholder,
                  .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td textarea::placeholder {
                    font-size: 1.3rem; } }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td textarea::-webkit-input-placeholder {
              color: #8B918B;
              font-size: 1.5rem;
              font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td textarea::-webkit-input-placeholder {
                  font-size: 1.3rem; } }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td textarea:-moz-placeholder {
              color: #8B918B;
              font-size: 1.5rem;
              font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td textarea:-moz-placeholder {
                  font-size: 1.3rem; } }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td textarea:-ms-input-placeholder {
              color: #8B918B;
              font-size: 1.5rem;
              font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td textarea:-ms-input-placeholder {
                  font-size: 1.3rem; } }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=email]::-ms-clear,
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=tel]::-ms-clear,
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=text]::-ms-clear {
              visibility: hidden; }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=email]::-ms-reveal,
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=tel]::-ms-reveal,
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=text]::-ms-reveal {
              visibility: hidden; }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td select::-ms-expand {
              display: none; }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td textarea {
              resize: none; }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td select {
              padding: 9px 10px; }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=email],
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=tel],
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=text],
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td textarea {
              padding: 10px 15px;
              width: 100%;
              box-sizing: border-box;
              background: #fff;
              font-size: 1.5rem;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=email],
                .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=tel],
                .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=text],
                .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td textarea {
                  padding: 10px 10px; } }
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=email].input_box_min,
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=tel].input_box_min,
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=text].input_box_min,
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td textarea.input_box_min {
                width: 320px;
                /* SP */ }
                @media screen and (max-width: 767px) {
                  .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=email].input_box_min,
                  .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=tel].input_box_min,
                  .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=text].input_box_min,
                  .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td textarea.input_box_min {
                    width: 100%; } }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td button,
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input,
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td select,
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td textarea {
              font-family: inherit;
              font-size: 100%;
              padding: 10px 15px;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td button,
                .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input,
                .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td select,
                .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td textarea {
                  padding: 10px 10px; } }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .select_label {
              position: relative;
              border-radius: 0;
              z-index: 0; }
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .select_label::after {
                content: '';
                position: absolute;
                display: block;
                width: 0;
                height: 0;
                top: 50%;
                right: 1em;
                margin-top: -.3em;
                border-width: .6em .5em;
                border-style: solid;
                border-color: #FFB700 transparent transparent;
                z-index: 1;
                pointer-events: none; }
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .select_label .select_item {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                cursor: pointer;
                width: 100%;
                position: relative;
                padding: 10px 15px;
                outline: none;
                border: 1px solid #FFB700;
                border-radius: 2px;
                background-color: #FFF;
                font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
                /* SP */ }
                @media screen and (max-width: 767px) {
                  .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .select_label .select_item {
                    padding: 10px 10px; } }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .radio_box {
              /* SP */ }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=checkbox],
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=radio] {
              display: none; }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type="checkbox"]:checked + label.checkbox,
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type="radio"]:checked + label.radio {
              background-color: #FEE9B4; }
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type="checkbox"]:checked + label.checkbox:after,
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type="radio"]:checked + label.radio:after {
                background: #fff; }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .checkbox,
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .radio {
              box-sizing: border-box;
              -webkit-transition: background-color 0.2s linear;
              transition: background-color 0.2s linear;
              position: relative;
              display: inline-block;
              padding: 11px 20px 9px 50px;
              vertical-align: middle;
              margin-right: 20px;
              cursor: pointer;
              background-color: #FFF;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .checkbox,
                .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .radio {
                  display: block;
                  margin-right: 0px; } }
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .checkbox:hover,
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .radio:hover {
                background-color: #FEE9B4; }
                .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .checkbox:hover:after,
                .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .radio:hover:after {
                  border-color: #707070;
                  background: #fff; }
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .checkbox:after,
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .radio:after {
                -webkit-transition: border-color 0.2s linear;
                transition: border-color 0.2s linear;
                position: absolute;
                top: 50%;
                left: 15px;
                display: block;
                margin-top: -11px;
                width: 20px;
                height: 20px;
                border: 1px solid #707070;
                background: #fff;
                content: ''; }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .radio {
              /* SP */ }
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .radio:before {
                -webkit-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear;
                position: absolute;
                top: 50%;
                left: 19px;
                display: block;
                margin-top: -7px;
                width: 14px;
                height: 14px;
                border-radius: 50%;
                background-color: #FFB700;
                z-index: 1;
                content: '';
                opacity: 0; }
                input[type=radio]:checked + .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .radio:before {
                  opacity: 1; }
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .radio:after {
                border-radius: 50%; }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=radio]:checked + .radio:before {
              opacity: 1; }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .checkbox {
              padding-left: 52px;
              /* SP */ }
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .checkbox:before {
                -webkit-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear;
                position: absolute;
                top: 50%;
                left: 20px;
                display: block;
                margin-top: -9px;
                width: 5px;
                height: 9px;
                border-right: 3px solid #FFB700;
                border-bottom: 3px solid #FFB700;
                content: '';
                opacity: 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                z-index: 10;
                /* SP */ }
                input[type=checkbox]:checked + .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .checkbox:before {
                  opacity: 1; }
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td .checkbox:after {
                left: 15px;
                width: 16px;
                height: 16px;
                margin-top: -10px;
                /* SP */ }
            .page_yayoinosato .cont_liaise .contact_form .form_table tr .form_td input[type=checkbox]:checked + .checkbox:before {
              opacity: 1; }
          .page_yayoinosato .cont_liaise .contact_form .form_table tr .zipcode span {
            display: inline-block; }
          .page_yayoinosato .cont_liaise .contact_form .form_table tr .zipcode input[type=text] {
            width: 465px;
            margin-left: 10px; }
            @media screen and (max-width: 767px) {
              .page_yayoinosato .cont_liaise .contact_form .form_table tr .zipcode input[type=text] {
                width: 270px; } }
        .page_yayoinosato .cont_liaise .contact_form .form_table .error_message {
          color: #EB4640;
          font-size: 1.3rem;
          margin-top: 5px; }
        .page_yayoinosato .cont_liaise .contact_form .form_table .ico_require {
          display: inline-block;
          font-size: 1.2rem;
          font-weight: normal;
          color: #EB4640;
          padding: 0 10px;
          margin-left: 1em;
          background-color: #FFF;
          border: solid 1px #EB4640;
          border-radius: 50px;
          position: absolute;
          top: 30px;
          right: 10px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_yayoinosato .cont_liaise .contact_form .form_table .ico_require {
              position: relative;
              top: 0px;
              right: 0; } }
      .page_yayoinosato .cont_liaise .contact_form .txt_th {
        margin-top: 10px;
        font-size: 1.4rem;
        line-height: 2.0rem; }
        .page_yayoinosato .cont_liaise .contact_form .txt_th.type_patient {
          color: #FB8600; }
        .page_yayoinosato .cont_liaise .contact_form .txt_th .txt_type {
          display: block;
          font-weight: normal;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_yayoinosato .cont_liaise .contact_form .txt_th .txt_type {
              font-weight: bold; } }
      .page_yayoinosato .cont_liaise .contact_form .txt_notice {
        font-size: 1.3rem; }
      .page_yayoinosato .cont_liaise .contact_form .txt_indent {
        padding-left: 1em;
        text-indent: -1em; }
      .page_yayoinosato .cont_liaise .contact_form .form_pp .txt_box {
        margin: 10px 0px 10px 10px;
        font-size: 1.4rem;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_yayoinosato .cont_liaise .contact_form .form_pp .txt_box {
            margin: 0px 10px; } }
      .page_yayoinosato .cont_liaise .contact_form .btn_box {
        position: relative;
        text-align: center;
        margin: 50px 0 30px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_yayoinosato .cont_liaise .contact_form .btn_box {
            margin: 30px 0 20px; } }
        .page_yayoinosato .cont_liaise .contact_form .btn_box input {
          color: #FFF;
          width: 320px;
          height: 60px;
          line-height: 6.0rem;
          background-color: #FFB700;
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          font-size: 2.0rem;
          font-weight: bold;
          cursor: pointer;
          box-sizing: border-box;
          border: solid 1px #FFB700;
          border-radius: 50px;
          background-image: url("../img_cmn/ico_arrow_white.svg");
          background-repeat: no-repeat;
          background-size: 10px;
          background-position: 95% 50%;
          box-shadow: 1px 1px 3px #DEDEDE;
          /* SP */ }
          .page_yayoinosato .cont_liaise .contact_form .btn_box input:hover {
            opacity: 0.8;
            transition: .3s; }
          @media screen and (max-width: 767px) {
            .page_yayoinosato .cont_liaise .contact_form .btn_box input {
              width: 90%;
              height: 52px;
              line-height: 5.2rem;
              font-size: 1.6rem; } }
        .page_yayoinosato .cont_liaise .contact_form .btn_box input.btn_disabled {
          color: #C9C9C9;
          background-color: #F7F7F7;
          border: solid 1px #C9C9C9;
          background-image: url("../img_cmn/ico_arrow_gray.svg");
          /* SP */ }
    .page_yayoinosato .cont_liaise .retry {
      position: absolute;
      left: 0;
      bottom: 0px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_yayoinosato .cont_liaise .retry {
          position: relative;
          width: 90%;
          margin: 0 auto 20px; } }
    .page_yayoinosato .cont_liaise .retry_btn {
      color: #3E3E3E;
      width: 140px;
      height: 50px;
      line-height: 5.0rem;
      background-color: #FFF;
      font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
      font-size: 2.0rem;
      font-weight: bold;
      cursor: pointer;
      box-sizing: border-box;
      border: solid 1px #FFB700;
      border-radius: 50px;
      background-image: url("../img_yayoinosato/ico_arrow_left.svg");
      background-repeat: no-repeat;
      background-size: 10px;
      background-position: 10% 50%;
      box-shadow: 1px 1px 3px #DEDEDE;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_yayoinosato .cont_liaise .retry_btn {
          height: 44px;
          line-height: 4.4rem;
          font-size: 1.6rem; } }
      .page_yayoinosato .cont_liaise .retry_btn:hover {
        opacity: 0.8;
        transition: .3s; }
  .page_yayoinosato .cont_liaise_check .liaise_step_box::before {
    background: linear-gradient(90deg, #FFB700 0%, #FFB700 50%, #C9C9C9 50%, #C9C9C9 100%); }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .cont_liaise_check .parts_tl_01 {
      margin-top: 40px; } }
  .page_yayoinosato .cont_liaise_check .contact_form .txt_th {
    margin-top: 1px; }
  .page_yayoinosato .cont_liaise_check .contact_form .form_table tr:first-child .form_th .ico_require {
    top: 50px; }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .cont_liaise_check .contact_form .form_table tr:first-child .form_th .ico_require {
        top: 0px; } }
  .page_yayoinosato .cont_liaise_check .contact_form .form_table tr .form_td {
    padding: 20px 25px 20px 10px; }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .cont_liaise_check .contact_form .form_table tr .form_td {
        padding: 5px 10px 20px 10px !important; } }
  .page_yayoinosato .cont_liaise_check .contact_form .form_table .ico_require {
    top: 20px; }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .cont_liaise_check .contact_form .form_table .ico_require {
        top: 0px; } }
  .page_yayoinosato .cont_liaise_sent .liaise_step_box::before {
    background-color: #FFB700; }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .cont_liaise_sent .parts_tl_01 {
      margin-top: 40px; } }
  .page_yayoinosato .cont_liaise_sent .txt_message {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .page_yayoinosato .cont_liaise_sent .txt_message {
        width: 80%;
        margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .page_yayoinosato .cont_liaise_sent .contact_link_box {
      margin: 10px 0 20px; } }
  .page_yayoinosato .cont_liaise_sent .top_link_box {
    padding: 1px 0; }

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 介護福祉サービス 共通パーツの実装
 * ================================================ */
.page_top_welfare {
  /* ------------------------------------
  /* 共通パーツ
  ------------------------------------ */
  /* テキストカラー見出し
  ------------------------------------ */
  /* アイコン付　テキストカラー見出し
  ------------------------------------ */
  /* ------------------------------------
  /* コンテンツ パーツ
  ------------------------------------ */
  /* アイコン
  --------------- */
  /* アイコン
  ------------------------------------ */
  /* コンテンツページ タイトル
  --------------- */
  /* ------------------------------------
  /* コンテンツページ タイトル
  ------------------------------------ */
  /* ------------------------------------
  /* パンくず
  ------------------------------------ */
  /* ページ送りパーツ
  --------------- */
  /* ------------------------------------
  /* ページ送り 全体スタイル
  ------------------------------------ */
  /* ------------------------------------
  /* ページ番号
  ------------------------------------ */
  /* ------------------------------------
  /* 一覧へ戻るボタン
  ------------------------------------ */
  /* 見出しパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* テキストパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* テキスト＋画像 パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* 画像パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* テキスト装飾
  ------------------------------------ */
  /* ページ内リンク
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* リストパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* テーブルパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* ボタンパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /*=================================================
   * ＜共通＞ ボタン
   * ================================================ */
  /* ------------------------------------
  /* 電話ボタン
  ------------------------------------ */
  /* ------------------------------------
  /* お問い合わせ リンク
  ------------------------------------ */
  /* ------------------------------------
  /* ヘッダー
  ------------------------------------ */
  /* ------------------------------------
  /* ヘッダー（グローバルナビ）
  ------------------------------------ */
  /* 共通ボタン
  ------------------------------------ */
  /*=================================================
  * スマホメニュー
  * ================================================ */
  /* ------------------------------------
    js:画面下スクロールでヘッダーサイズを変更
  ------------------------------------ */
  /* ------------------------------------
  /* フッダー
  ------------------------------------ */
  /* ------------------------------------
  /* 共通フッダー
  ------------------------------------ */
  /* フッダー
  ------------------------------------ */
  /* ------------------------------------
  /* サイド
  ------------------------------------ */
  /* sp_nav_list_box　（SP下部ナビゲーション）
  ------------------------------------ */
  /*=================================================
  * モジュールページ
  * ================================================ */
  /* ------------------------------------
  /* FAQ
  ------------------------------------ */
  /* ------------------------------------
  /* FAQ　リスト
  ------------------------------------ */
  /* ------------------------------------
  /* SP カテゴリーリスト
  ------------------------------------ */
  /* ------------------------------------
  /* liaise
  ------------------------------------ */
  /* ------------------------------------
   /* お問い合わせフォーム
   ------------------------------------ */
  /* ------------------------------------
   /* お問い合わせフォーム（確認画面 上書き）
   ------------------------------------ */
  /* ------------------------------------
   /* お問い合わせフォーム（送信完了画面 上書き）
   ------------------------------------ */
  /*=================================================
   * 介護・福祉サービス コンテンツ
   * ================================================ */
  /* ------------------------------------
  /* メインイメージ
  ------------------------------------ */
  /* トップスライダー（js上書き）
  ------------------------------------ */
  /* キャッチコピー
  ------------------------------------ */
  /* ------------------------------------
  /* 特長
  ------------------------------------ */
  /* 3つの特長
  ------------------------------------ */
  /* 一覧への内部リンク
  ------------------------------------ */
  /* ------------------------------------
  /* サービス一覧
  ------------------------------------ */
  /* ------------------------------------
  /* 所在地一覧
  ------------------------------------ */
  /* ------------------------------------
  /* お知らせ
  ------------------------------------ */
  /* ------------------------------------
  /* 関連施設
  ------------------------------------ */
  /* ------------------------------------
  /* フッター
  ------------------------------------ */
  /* ------------------------------------
  /* SP下部ナビゲーション
  ------------------------------------ */ }
  .page_top_welfare #content {
    padding-top: 30px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare #content {
        padding-top: 300px; } }
  .page_top_welfare .tl_bold {
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 3.4rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 40px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .tl_bold {
        font-size: 2.4rem;
        margin-bottom: 15px; } }
  .page_top_welfare .tl_bold_icon {
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 3.4rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 40px;
    margin-top: 60px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .tl_bold_icon {
        font-size: 2.4rem;
        margin-bottom: 35px; } }
  .page_top_welfare .ico_faq::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../img_welfare/ico_faq.svg") no-repeat 0 0;
    background-size: 21px 21px;
    vertical-align: middle;
    padding-right: 4px;
    position: relative;
    top: -1px; }
  .page_top_welfare .ico_ex_link::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../img_welfare/ico_ex_link.svg") no-repeat 0 0;
    vertical-align: middle;
    padding-right: 7px;
    position: relative;
    top: -1px; }
  .page_top_welfare .ico_contact::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 13px;
    background: url("../img_welfare/ico_contact.svg") no-repeat 0 0;
    vertical-align: middle;
    padding-right: 6px;
    position: relative;
    top: -2px; }
  .page_top_welfare .page_tl {
    margin-bottom: 20px;
    /* SP */ }
    .page_top_welfare .page_tl .page_tl_box {
      width: 100%;
      height: 130px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #FFE3C7; }
      .page_top_welfare .page_tl .page_tl_box .tl_cont_page {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-size: 3.2rem;
        font-weight: bold;
        display: inline-block;
        margin: 0 20px; }
    @media screen and (max-width: 767px) {
      .page_top_welfare .page_tl {
        margin-bottom: 10px; }
        .page_top_welfare .page_tl .page_tl_box {
          height: 80px; }
          .page_top_welfare .page_tl .page_tl_box .tl_cont_page {
            font-size: 2.4rem;
            margin: 0 10px; }
          .page_top_welfare .page_tl .page_tl_box img {
            width: 30px;
            height: auto; } }
  .page_top_welfare .topic_path {
    margin-bottom: 50px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .topic_path {
        margin-bottom: 40px; } }
    .page_top_welfare .topic_path .topic_path_list {
      display: flex;
      flex-wrap: wrap; }
      .page_top_welfare .topic_path .topic_path_list li {
        position: relative;
        padding: 0 15px;
        display: inline-block;
        font-size: 1.4rem;
        margin-bottom: 2px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .topic_path .topic_path_list li {
            font-size: 1.3rem; } }
        .page_top_welfare .topic_path .topic_path_list li a {
          text-decoration: underline;
          color: #F17624; }
          .page_top_welfare .topic_path .topic_path_list li a:hover {
            opacity: 0.8;
            transition: .3s; }
        .page_top_welfare .topic_path .topic_path_list li::before {
          display: inline-block;
          content: '＞';
          font-size: 1.2rem;
          position: absolute;
          top: 1px;
          left: 0px;
          color: #3E3E3E; }
        .page_top_welfare .topic_path .topic_path_list li:first-child {
          text-indent: -1.2em; }
          .page_top_welfare .topic_path .topic_path_list li:first-child::before {
            display: none; }
  .page_top_welfare .page_nav {
    margin: 50px 0 30px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .page_nav {
        margin: 40px 0 0px; } }
    .page_top_welfare .page_nav .pages {
      text-align: center;
      /* ------------------------------------
      /* 「前へ」「次へ」ボタン
      ------------------------------------ */
      /* SP */
      /* ページが存在しない場合
        --------------- */ }
      .page_top_welfare .page_nav .pages .page_list {
        display: flex;
        justify-content: center;
        align-items: center;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .page_nav .pages .page_list {
            flex-wrap: wrap; } }
      .page_top_welfare .page_nav .pages .next a,
      .page_top_welfare .page_nav .pages .prev a {
        border: none;
        display: inline-block;
        position: relative;
        border: solid 1px #FA8D37;
        border-radius: 5px;
        padding: 3px 0;
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 4.0rem;
        width: 120px; }
        .page_top_welfare .page_nav .pages .next a:hover,
        .page_top_welfare .page_nav .pages .prev a:hover {
          opacity: 0.6;
          transition: .3s;
          text-decoration: none; }
      .page_top_welfare .page_nav .pages .next {
        margin-left: 30px; }
        .page_top_welfare .page_nav .pages .next a:after {
          content: "";
          position: absolute;
          background: url("../img_welfare/ico_arrow.svg") no-repeat;
          background-size: 16px 16px;
          width: 16px;
          height: 16px;
          right: 10px;
          top: 50%;
          margin-top: -8px;
          transform: rotate(0deg); }
      .page_top_welfare .page_nav .pages .prev {
        margin-right: 30px; }
        .page_top_welfare .page_nav .pages .prev a:after {
          content: "";
          position: absolute;
          background: url("../img_welfare/ico_arrow.svg") no-repeat;
          background-size: 16px 16px;
          width: 16px;
          height: 16px;
          left: 10px;
          top: 50%;
          margin-top: -8px;
          transform: rotate(180deg); }
      @media screen and (max-width: 767px) {
        .page_top_welfare .page_nav .pages .next {
          order: 3;
          margin-left: 10px;
          width: 45%; }
          .page_top_welfare .page_nav .pages .next a {
            width: 100%; }
        .page_top_welfare .page_nav .pages .prev {
          order: 2;
          margin-right: 10px;
          width: 45%; }
          .page_top_welfare .page_nav .pages .prev a {
            width: 100%; }
        .page_top_welfare .page_nav .pages .return_btn_box {
          margin-top: 30px;
          order: 4;
          width: 100%; }
          .page_top_welfare .page_nav .pages .return_btn_box a {
            width: 96%; } }
      .page_top_welfare .page_nav .pages .no_link a {
        background-color: #F7F7F7;
        border: none;
        color: #8D8D8D; }
        .page_top_welfare .page_nav .pages .no_link a:after {
          display: none; }
  .page_top_welfare .page_number_box {
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .page_number_box {
        order: 1;
        margin: 0  0 30px;
        width: 100%; } }
    .page_top_welfare .page_number_box li:first-child {
      margin-left: 0; }
    .page_top_welfare .page_number_box .current {
      margin-left: 10px;
      display: inline-block;
      position: relative;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .page_number_box .current {
          margin-left: 8px; } }
      .page_top_welfare .page_number_box .current a {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        color: #FFF;
        font-weight: bold;
        font-size: 1.6rem;
        display: inline-block;
        text-align: center;
        line-height: 48px;
        padding: 0 15px;
        min-width: 50px;
        box-sizing: border-box;
        background-color: #FA8D37;
        border: 1px solid #FA8D37;
        border-radius: 50px;
        pointer-events: none;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .page_number_box .current a {
            font-size: 1.4rem;
            line-height: 38px;
            min-width: 40px; } }
    .page_top_welfare .page_number_box .current_none {
      margin-left: 10px;
      display: inline-block;
      position: relative;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .page_number_box .current_none {
          margin-left: 8px; } }
      .page_top_welfare .page_number_box .current_none a {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 1.6rem;
        display: inline-block;
        text-align: center;
        line-height: 48px;
        padding: 0 15px;
        min-width: 50px;
        box-sizing: border-box;
        background-color: #fff;
        border: 1px solid #FA8D37;
        border-radius: 50px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .page_number_box .current_none a {
            font-size: 1.4rem;
            line-height: 38px;
            min-width: 40px; } }
        .page_top_welfare .page_number_box .current_none a:hover {
          color: #FFF;
          background-color: #FA8D37;
          text-decoration: none; }
          .page_top_welfare .page_number_box .current_none a:hover span {
            color: #FFF; }
  .page_top_welfare .return_btn_box a {
    border: none;
    display: inline-block;
    position: relative;
    border: solid 1px #FA8D37;
    border-radius: 5px;
    padding: 3px 0;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 4.0rem;
    width: 300px; }
    .page_top_welfare .return_btn_box a:hover {
      opacity: 0.6;
      transition: .3s;
      text-decoration: none; }
    .page_top_welfare .return_btn_box a .ico_list::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url("../img_welfare/ico_list.svg") no-repeat 0 0;
      background-repeat: no-repeat;
      background-size: auto;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      position: relative;
      top: 4px;
      left: -10px; }
  .page_top_welfare .parts_tl_01 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    border-bottom: solid 2px #FA8D37;
    padding-bottom: 5px;
    margin-top: 65px;
    margin-bottom: 25px;
    /* SP */ }
    .page_top_welfare .parts_tl_01::before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      box-sizing: border-box;
      border-radius: 50%;
      background-color: #FA8D37;
      margin-right: 20px;
      position: relative;
      top: -5px;
      left: 0; }
    @media screen and (max-width: 767px) {
      .page_top_welfare .parts_tl_01 {
        font-size: 2.2rem;
        margin-top: 50px;
        margin-bottom: 20px;
        padding-left: 0.8em;
        text-indent: -0.8em; }
        .page_top_welfare .parts_tl_01::before {
          width: 8px;
          height: 8px;
          margin-right: 10px;
          top: -3px; } }
  .page_top_welfare .parts_tl_02 {
    display: block;
    position: relative;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.6rem;
    font-weight: bold;
    border-bottom: solid 1px #FA8D37;
    padding-bottom: 5px;
    margin-top: 65px;
    margin-bottom: 25px;
    /* SP */ }
    .page_top_welfare .parts_tl_02::before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      box-sizing: border-box;
      border: solid 3px #FA8D37;
      border-radius: 50%;
      background-color: #FFF;
      margin-right: 20px;
      position: relative;
      top: -5px;
      left: 0; }
    @media screen and (max-width: 767px) {
      .page_top_welfare .parts_tl_02 {
        font-size: 2.0rem;
        margin-top: 50px;
        margin-bottom: 20px;
        padding-left: 0.9em;
        text-indent: -0.9em; }
        .page_top_welfare .parts_tl_02::before {
          width: 8px;
          height: 8px;
          margin-right: 10px;
          top: -3px; } }
  .page_top_welfare .parts_tl_03 {
    display: block;
    position: relative;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 65px;
    margin-bottom: 25px;
    padding: 5px 0;
    background-color: #FFEDDB;
    /* SP */ }
    .page_top_welfare .parts_tl_03::before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      box-sizing: border-box;
      border: solid 3px #FA8D37;
      border-radius: 50%;
      background-color: #FFF;
      margin-left: 20px;
      margin-right: 20px;
      position: relative;
      top: -5px;
      left: 0; }
    @media screen and (max-width: 767px) {
      .page_top_welfare .parts_tl_03 {
        font-size: 2.0rem;
        margin-top: 50px;
        margin-bottom: 20px;
        padding: 7px 0;
        padding-left: 1.4em;
        text-indent: -1.4em; }
        .page_top_welfare .parts_tl_03::before {
          width: 8px;
          height: 8px;
          margin-left: 10px;
          margin-right: 10px;
          top: -3px; } }
  .page_top_welfare .parts_tl_04 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 65px;
    margin-bottom: 20px;
    /* SP */ }
    .page_top_welfare .parts_tl_04::before {
      content: '';
      display: inline-block;
      width: 50px;
      height: 1px;
      box-sizing: border-box;
      background-color: #FA8D37;
      margin-right: 20px;
      position: relative;
      top: -7px;
      left: 0; }
    @media screen and (max-width: 767px) {
      .page_top_welfare .parts_tl_04 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px;
        padding-left: 2.2em;
        text-indent: -2.2em; }
        .page_top_welfare .parts_tl_04::before {
          width: 30px;
          margin-right: 10px; } }
  .page_top_welfare .parts_tl_05 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    border-bottom: dotted 2px #FA8D37;
    padding-bottom: 5px;
    margin-top: 65px;
    margin-bottom: 25px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .parts_tl_05 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px; }
        .page_top_welfare .parts_tl_05::before {
          width: 30px;
          margin-right: 10px; } }
  .page_top_welfare .parts_tl_06 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    color: #F17624;
    margin-top: 65px;
    margin-bottom: 20px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .parts_tl_06 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px; } }
  .page_top_welfare .parts_tl_07 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    color: #3E3E3E;
    margin-top: 65px;
    margin-bottom: 20px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .parts_tl_07 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px; } }
  .page_top_welfare .parts_tl_08 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    color: #E57571;
    margin-top: 65px;
    margin-bottom: 20px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .parts_tl_08 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px; } }
  .page_top_welfare .parts_txt_01 {
    display: block;
    margin: 30px 0; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_txt_01 {
      display: block;
      margin: 20px 0; } }
  .page_top_welfare .parts_txt_02 {
    display: block;
    margin: 30px 0;
    text-align: center; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_txt_02 {
      display: block;
      margin: 20px 0; } }
  .page_top_welfare .parts_txt_03 {
    display: block;
    padding: 30px;
    margin-top: 30px;
    border: solid 1px #FA8D37; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_txt_03 {
      padding: 20px;
      margin-top: 20px; } }
  .page_top_welfare .parts_txt_04 {
    display: block;
    padding: 30px;
    margin-top: 30px;
    background-color: #FFEDDB;
    border-radius: 1px; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_txt_04 {
      padding: 20px;
      margin-top: 20px; } }
  .page_top_welfare .parts_txt_05 {
    display: block;
    padding: 30px;
    margin-top: 30px;
    background-color: #F7F7F7;
    border-radius: 1px; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_txt_05 {
      padding: 20px;
      margin-top: 20px; } }
  .page_top_welfare .parts_txt_06 {
    display: block;
    padding: 30px;
    margin-top: 30px;
    background-color: #FDECEB;
    border-radius: 1px; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_txt_06 {
      padding: 20px;
      margin-top: 20px; } }
  .page_top_welfare .parts_txt_07,
  .page_top_welfare .parts_txt_08 {
    display: flex;
    justify-content: space-between;
    margin: 30px 0; }
    .page_top_welfare .parts_txt_07 .txt_box,
    .page_top_welfare .parts_txt_08 .txt_box {
      width: 375px; }
    .page_top_welfare .parts_txt_07 .img_box,
    .page_top_welfare .parts_txt_08 .img_box {
      width: 375px; }
      .page_top_welfare .parts_txt_07 .img_box img,
      .page_top_welfare .parts_txt_08 .img_box img {
        width: 375px;
        height: 250px;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
      .page_top_welfare .parts_txt_07 .img_box .txt_caption,
      .page_top_welfare .parts_txt_08 .img_box .txt_caption {
        display: block;
        text-align: center;
        margin-top: 10px;
        font-size: 1.3rem; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_txt_07,
    .page_top_welfare .parts_txt_08 {
      flex-wrap: wrap;
      justify-content: center;
      margin: 20px 0; }
      .page_top_welfare .parts_txt_07 .txt_box,
      .page_top_welfare .parts_txt_08 .txt_box {
        width: 100%; }
      .page_top_welfare .parts_txt_07 .img_box,
      .page_top_welfare .parts_txt_08 .img_box {
        width: 100%; }
        .page_top_welfare .parts_txt_07 .img_box img,
        .page_top_welfare .parts_txt_08 .img_box img {
          width: 100%;
          height: 220px; }
    .page_top_welfare .parts_txt_07 .img_box {
      margin-top: 15px; }
    .page_top_welfare .parts_txt_08 .txt_box {
      margin-top: 15px; } }
  .page_top_welfare .parts_txt_09 {
    margin: 30px 0; }
    .page_top_welfare .parts_txt_09 .img_box {
      float: right;
      width: 375px;
      margin-left: 40px;
      margin-bottom: 20px; }
      .page_top_welfare .parts_txt_09 .img_box img {
        width: 375px;
        height: 250px;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
      .page_top_welfare .parts_txt_09 .img_box .txt_caption {
        display: block;
        text-align: center;
        margin-top: 10px;
        font-size: 1.3rem; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_txt_09 {
      margin: 20px 0; }
      .page_top_welfare .parts_txt_09 .img_box {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 0px; }
        .page_top_welfare .parts_txt_09 .img_box img {
          width: 100%;
          height: 220px;
          object-fit: contain;
          font-family: 'object-fit: contain;'; }
      .page_top_welfare .parts_txt_09 .txt_box {
        margin-top: 15px; } }
  .page_top_welfare .parts_txt_10 {
    margin: 30px 0; }
    .page_top_welfare .parts_txt_10 .img_box {
      float: left;
      width: 375px;
      margin-right: 40px;
      margin-bottom: 20px; }
      .page_top_welfare .parts_txt_10 .img_box img {
        width: 375px;
        height: 250px;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
      .page_top_welfare .parts_txt_10 .img_box .txt_caption {
        display: block;
        text-align: center;
        margin-top: 10px;
        font-size: 1.3rem; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_txt_10 {
      margin: 20px 0; }
      .page_top_welfare .parts_txt_10 .img_box {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 0px; }
        .page_top_welfare .parts_txt_10 .img_box img {
          width: 100%;
          height: 220px;
          object-fit: contain;
          font-family: 'object-fit: contain;'; }
      .page_top_welfare .parts_txt_10 .txt_box {
        margin-top: 15px; } }
  .page_top_welfare .parts_txt_11 .parts_txt_list,
  .page_top_welfare .parts_btn_06 .parts_txt_list,
  .page_top_welfare .parts_btn_07 .parts_txt_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 40px; }
    .page_top_welfare .parts_txt_11 .parts_txt_list li .parts_txt_box,
    .page_top_welfare .parts_btn_06 .parts_txt_list li .parts_txt_box,
    .page_top_welfare .parts_btn_07 .parts_txt_list li .parts_txt_box {
      width: 375px; }
      .page_top_welfare .parts_txt_11 .parts_txt_list li .parts_txt_box .img_box img,
      .page_top_welfare .parts_btn_06 .parts_txt_list li .parts_txt_box .img_box img,
      .page_top_welfare .parts_btn_07 .parts_txt_list li .parts_txt_box .img_box img {
        width: 375px;
        height: 250px;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
      .page_top_welfare .parts_txt_11 .parts_txt_list li .parts_txt_box .tl_box,
      .page_top_welfare .parts_btn_06 .parts_txt_list li .parts_txt_box .tl_box,
      .page_top_welfare .parts_btn_07 .parts_txt_list li .parts_txt_box .tl_box {
        margin-top: 15px;
        color: #F17624;
        font-size: 1.8rem; }
      .page_top_welfare .parts_txt_11 .parts_txt_list li .parts_txt_box .txt_box,
      .page_top_welfare .parts_btn_06 .parts_txt_list li .parts_txt_box .txt_box,
      .page_top_welfare .parts_btn_07 .parts_txt_list li .parts_txt_box .txt_box {
        margin-top: 5px; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_txt_11 .parts_txt_list,
    .page_top_welfare .parts_btn_07 .parts_txt_list {
      margin: 20px 0 20px; }
      .page_top_welfare .parts_txt_11 .parts_txt_list li,
      .page_top_welfare .parts_btn_07 .parts_txt_list li {
        width: 48%; }
        .page_top_welfare .parts_txt_11 .parts_txt_list li .parts_txt_box,
        .page_top_welfare .parts_btn_07 .parts_txt_list li .parts_txt_box {
          width: 100%; }
          .page_top_welfare .parts_txt_11 .parts_txt_list li .parts_txt_box .img_box img,
          .page_top_welfare .parts_btn_07 .parts_txt_list li .parts_txt_box .img_box img {
            width: 100%;
            height: 110px; }
          .page_top_welfare .parts_txt_11 .parts_txt_list li .parts_txt_box .tl_box,
          .page_top_welfare .parts_btn_07 .parts_txt_list li .parts_txt_box .tl_box {
            margin-top: 10px;
            color: #F17624;
            font-size: 1.4rem; }
          .page_top_welfare .parts_txt_11 .parts_txt_list li .parts_txt_box .txt_box,
          .page_top_welfare .parts_btn_07 .parts_txt_list li .parts_txt_box .txt_box {
            margin-top: 5px;
            font-size: 1.3rem; } }
  .page_top_welfare .parts_txt_12 {
    position: relative;
    display: block;
    padding: 30px;
    margin: 30px 0;
    background-color: #F7F7F7;
    border-radius: 1px; }
    .page_top_welfare .parts_txt_12::before {
      content: "“";
      font-family: Arial, sans-serif;
      font-size: 500%;
      line-height: 1;
      color: #C9C9C9;
      position: absolute;
      top: 5px;
      left: 10px; }
    .page_top_welfare .parts_txt_12::after {
      content: "”";
      font-family: Arial, sans-serif;
      font-size: 500%;
      line-height: 1;
      color: #C9C9C9;
      margin-bottom: -45px;
      position: absolute;
      bottom: 13px;
      right: 10px; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_txt_12 {
      padding: 20px;
      margin: 20px 0; }
      .page_top_welfare .parts_txt_12::before {
        font-size: 400%;
        top: 0px;
        left: 5px; }
      .page_top_welfare .parts_txt_12::after {
        font-size: 400%;
        bottom: 13px;
        right: 5px; } }
  .page_top_welfare .parts_img_01 {
    display: flex;
    justify-content: space-around;
    margin: 30px 0px;
    flex-wrap: wrap; }
    .page_top_welfare .parts_img_01 img {
      margin: 10px;
      object-fit: contain;
      font-family: 'object-fit: contain;'; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_img_01 {
      flex-wrap: wrap;
      margin: 20px 0;
      width: 100%; }
      .page_top_welfare .parts_img_01 img {
        max-width: 100%;
        max-height: 220px;
        margin-top: 5px; }
        .page_top_welfare .parts_img_01 img:first-child {
          margin-top: 0px; } }
  .page_top_welfare .parts_img_02 {
    margin: 30px 0; }
    .page_top_welfare .parts_img_02 img {
      width: 100%;
      object-fit: contain;
      font-family: 'object-fit: contain;'; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_img_02 {
      margin: 20px -17px; }
      .page_top_welfare .parts_img_02 img {
        max-height: 300px;
        object-fit: cover;
        font-family: 'object-fit: cover;'; } }
  .page_top_welfare .txt_bold {
    font-weight: bold !important; }
  .page_top_welfare .txt_red {
    color: #E57571 !important; }
  .page_top_welfare .txt_red_bol {
    font-weight: bold !important;
    color: #E57571 !important; }
  .page_top_welfare .txt_marker {
    background: linear-gradient(transparent 50%, #F5FF6D 50%); }
  .page_top_welfare .txt_link {
    text-decoration: underline !important;
    color: #F17624 !important; }
    .page_top_welfare .txt_link:hover {
      opacity: 0.8;
      transition: .3s; }
  .page_top_welfare .parts_btn_01 {
    margin: 30px 0;
    padding: 20px 30px;
    background-color: #FFEDDB;
    border-radius: 1px; }
    .page_top_welfare .parts_btn_01 .parts_btn_list {
      display: flex;
      flex-wrap: wrap; }
      .page_top_welfare .parts_btn_01 .parts_btn_list li {
        margin-right: 30px; }
        .page_top_welfare .parts_btn_01 .parts_btn_list li a {
          display: inline-block;
          color: #F17624;
          font-size: 1.6rem;
          padding: 10px 0;
          cursor: pointer; }
          .page_top_welfare .parts_btn_01 .parts_btn_list li a::before {
            content: '';
            width: 10px;
            height: 10px;
            background-image: url("../img_cmn/ico_arrow.svg");
            background-size: 10px 10px;
            background-repeat: no-repeat;
            display: inline-block;
            position: relative;
            top: -1px;
            left: 0px;
            margin-right: 7px;
            transform: rotate(90deg); }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_btn_01 {
      margin: 20px 0;
      padding: 10px 20px; }
      .page_top_welfare .parts_btn_01 .parts_btn_list li {
        margin-right: 25px; }
        .page_top_welfare .parts_btn_01 .parts_btn_list li a {
          font-size: 1.3rem;
          padding: 10px 0;
          padding-left: 1.4rem;
          text-indent: -1.4em; } }
  .page_top_welfare .parts_list_01 ul {
    font-size: 1.4rem;
    margin: -10px 0 30px; }
    .page_top_welfare .parts_list_01 ul li {
      padding-left: 2em;
      text-indent: -1.5em;
      margin: 10px 0; }
      .page_top_welfare .parts_list_01 ul li::before {
        content: "•　";
        color: #FA8D37; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_list_01 ul {
      font-size: 1.3rem;
      margin: -5px 0 20px; } }
  .page_top_welfare .parts_list_02 ol {
    counter-reset: li;
    font-size: 1.4rem;
    margin: -10px 0 30px; }
    .page_top_welfare .parts_list_02 ol li {
      padding-left: 2em;
      text-indent: -2em;
      margin: 10px 0; }
      .page_top_welfare .parts_list_02 ol li::before {
        color: #FA8D37;
        font-weight: bold;
        counter-increment: li;
        content: counter(li) ".　"; }
      .page_top_welfare .parts_list_02 ol li:nth-child(n + 10) {
        padding-left: 2.7em;
        text-indent: -2.7em;
        margin: 10px 0; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_list_02 ol {
      font-size: 1.3rem;
      margin: -5px 0 20px; } }
  .page_top_welfare .parts_list_03 ol {
    counter-reset: li;
    font-size: 1.4rem;
    margin: -10px 0 30px; }
    .page_top_welfare .parts_list_03 ol li {
      position: relative;
      padding-left: 2em;
      text-indent: -2.0em;
      margin: 10px 0;
      margin-left: 9px; }
      .page_top_welfare .parts_list_03 ol li::before {
        color: #FA8D37;
        counter-increment: li;
        content: counter(li) " 　"; }
      .page_top_welfare .parts_list_03 ol li::after {
        content: '';
        display: inline-block;
        width: 26px;
        height: 26px;
        box-sizing: border-box;
        border: solid 1px #FA8D37;
        border-radius: 1px;
        position: absolute;
        top: -2px;
        left: -9px; }
      .page_top_welfare .parts_list_03 ol li:nth-child(n + 10) {
        padding-left: 2.1em;
        text-indent: -2.3em; }
        .page_top_welfare .parts_list_03 ol li:nth-child(n + 10)::before {
          content: counter(li) "　";
          position: relative;
          left: -2px; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_list_03 ol {
      font-size: 1.3rem;
      margin: -5px 0 20px; } }
  .page_top_welfare .parts_list_04 ul {
    margin: -10px 0 30px; }
    .page_top_welfare .parts_list_04 ul li {
      padding-left: 1.2em;
      text-indent: -1.2em;
      margin: 10px 0; }
      .page_top_welfare .parts_list_04 ul li a {
        font-size: 1.5rem;
        color: #F17624; }
        .page_top_welfare .parts_list_04 ul li a::before {
          content: '';
          width: 15px;
          height: 15px;
          background-image: url("../img_cmn/ico_arrow.svg");
          background-size: 7px;
          background-repeat: no-repeat;
          display: inline-block;
          position: relative;
          top: 3px;
          left: 3px;
          margin-right: 3px; }
        .page_top_welfare .parts_list_04 ul li a:hover {
          opacity: .8;
          transition: .3s;
          text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_list_04 ul {
      margin: -5px 0 20px; }
      .page_top_welfare .parts_list_04 ul li a {
        font-size: 1.3rem; }
        .page_top_welfare .parts_list_04 ul li a::before {
          top: 5px; } }
  .page_top_welfare .parts_list_05 ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: 30px 0 10px; }
    .page_top_welfare .parts_list_05 ul li {
      display: flex;
      align-items: center;
      position: relative;
      width: 385px;
      box-sizing: border-box;
      background-color: #FFEDDB;
      border: solid 1px #FA8D37;
      border-radius: 1px;
      margin-bottom: 20px; }
      .page_top_welfare .parts_list_05 ul li a {
        display: block;
        width: 100%;
        padding: 15px 40px 15px 20px;
        font-weight: bold; }
        .page_top_welfare .parts_list_05 ul li a::after {
          content: '';
          width: 14px;
          height: 14px;
          background-image: url("../img_cmn/ico_arrow.svg");
          background-repeat: no-repeat;
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -6px; }
        .page_top_welfare .parts_list_05 ul li a:hover {
          color: #F17624;
          opacity: 0.8;
          transition: .3s; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_list_05 ul {
      display: block;
      margin: 20px 0 10px; }
      .page_top_welfare .parts_list_05 ul li {
        width: 100%;
        margin-bottom: 10px; }
        .page_top_welfare .parts_list_05 ul li a {
          width: 100%;
          padding: 14px 30px 14px 15px; }
          .page_top_welfare .parts_list_05 ul li a::after {
            background-size: 7px;
            right: 3px; } }
  .page_top_welfare .parts_list_06 ul {
    display: flex;
    flex-flow: wrap;
    margin: 30px 0;
    border-left: solid 1px #FA8D37; }
    .page_top_welfare .parts_list_06 ul li {
      display: flex;
      align-items: center;
      position: relative;
      width: 33.3%;
      margin-top: -1px;
      box-sizing: border-box;
      background-color: #FFEDDB;
      border-top: solid 1px #FA8D37;
      border-bottom: solid 1px #FA8D37;
      border-right: solid 1px #FA8D37; }
      .page_top_welfare .parts_list_06 ul li a {
        display: block;
        width: 100%;
        padding: 35px 30px 35px 15px;
        font-weight: bold; }
        .page_top_welfare .parts_list_06 ul li a::after {
          content: '';
          width: 14px;
          height: 14px;
          background-image: url("../img_cmn/ico_arrow.svg");
          background-repeat: no-repeat;
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -6px; }
        .page_top_welfare .parts_list_06 ul li a:hover {
          color: #F17624;
          opacity: 0.8;
          transition: .3s; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_list_06 ul {
      margin: 20px 0; }
      .page_top_welfare .parts_list_06 ul li {
        width: 50%;
        box-sizing: border-box; }
        .page_top_welfare .parts_list_06 ul li a {
          display: block;
          width: 100%;
          padding: 25px 25px 25px 10px; }
          .page_top_welfare .parts_list_06 ul li a::after {
            background-size: 7px;
            right: 3px; } }
  .page_top_welfare .parts_table_01 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .parts_table_01 {
        margin: 20px 0; } }
    .page_top_welfare .parts_table_01 tbody {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_01 tbody tr {
        width: 100%; }
        .page_top_welfare .parts_table_01 tbody tr td {
          padding: 8px 20px; }
          .page_top_welfare .parts_table_01 tbody tr td:first-child {
            font-weight: bold;
            width: 200px;
            box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_table_01 tbody {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_01 tbody tr {
        width: 100%; }
        .page_top_welfare .parts_table_01 tbody tr td {
          padding: 5px 10px; }
          .page_top_welfare .parts_table_01 tbody tr td:first-child {
            width: 30%;
            box-sizing: border-box; } }
  .page_top_welfare .parts_table_02 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .parts_table_02 {
        margin: 20px 0; } }
    .page_top_welfare .parts_table_02 tbody {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_02 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_welfare .parts_table_02 tbody tr td {
          width: 590px;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_welfare .parts_table_02 tbody tr td:first-child {
            width: 200px;
            background-color: #FFEDDB;
            box-sizing: border-box;
            border-left: none;
            font-weight: bold; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_table_02 tbody {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_02 tbody tr {
        width: 100%; }
        .page_top_welfare .parts_table_02 tbody tr td {
          padding: 10px 10px; }
          .page_top_welfare .parts_table_02 tbody tr td:first-child {
            width: 30%;
            box-sizing: border-box; } }
  .page_top_welfare .parts_table_03 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .parts_table_03 {
        margin: 20px 0; } }
    .page_top_welfare .parts_table_03 thead {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_03 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_welfare .parts_table_03 thead tr th {
          padding: 15px 20px;
          font-weight: bold;
          background-color: #FFEDDB;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_welfare .parts_table_03 thead tr th:first-child {
            width: 200px;
            border-left: none; }
    .page_top_welfare .parts_table_03 tbody {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_03 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_welfare .parts_table_03 tbody tr td {
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_welfare .parts_table_03 tbody tr td:first-child {
            width: 200px;
            border-left: none; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_table_03 thead {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_03 thead tr th {
        padding: 10px 10px; }
        .page_top_welfare .parts_table_03 thead tr th:first-child {
          width: 30%; }
    .page_top_welfare .parts_table_03 tbody {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_03 tbody tr td {
        padding: 10px 10px; }
        .page_top_welfare .parts_table_03 tbody tr td:first-child {
          width: 30%; } }
  .page_top_welfare .parts_table_04 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .parts_table_04 {
        margin: 20px 0; } }
    .page_top_welfare .parts_table_04 thead {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_04 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_welfare .parts_table_04 thead tr th {
          width: 50%;
          padding: 15px 20px;
          font-weight: bold;
          background-color: #FFEDDB;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_welfare .parts_table_04 thead tr th:first-child {
            border-left: none; }
    .page_top_welfare .parts_table_04 tbody {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_04 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_welfare .parts_table_04 tbody tr td {
          width: 50%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_welfare .parts_table_04 tbody tr td:first-child {
            border-left: none; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_table_04 thead {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_04 thead tr th {
        padding: 10px 10px; }
    .page_top_welfare .parts_table_04 tbody {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_04 tbody tr td {
        padding: 10px 10px; } }
  .page_top_welfare .parts_table_05 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .parts_table_05 {
        margin: 20px 0; } }
    .page_top_welfare .parts_table_05 thead {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_05 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_welfare .parts_table_05 thead tr th {
          width: 50%;
          padding: 15px 20px;
          font-weight: bold;
          background-color: #FFEDDB;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_welfare .parts_table_05 thead tr th:first-child {
            border-left: none; }
          .page_top_welfare .parts_table_05 thead tr th:nth-child(-n+2) {
            width: 25%; }
    .page_top_welfare .parts_table_05 tbody {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_05 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_welfare .parts_table_05 tbody tr td {
          width: 50%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_welfare .parts_table_05 tbody tr td:first-child {
            border-left: none; }
          .page_top_welfare .parts_table_05 tbody tr td:nth-child(-n+2) {
            width: 25%; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_table_05_sp-wrap .parts_table_05 thead {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_05_sp-wrap .parts_table_05 thead tr th {
        padding: 10px 10px; }
    .page_top_welfare .parts_table_05_sp-wrap .parts_table_05 tbody {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_05_sp-wrap .parts_table_05 tbody tr td {
        padding: 10px 10px; }
    .page_top_welfare .parts_table_05_sp-wrap .parts_table_05:nth-child(n+2) {
      margin-top: 10px; } }
  .page_top_welfare .parts_table_06 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .parts_table_06 {
        margin: 20px 0; } }
    .page_top_welfare .parts_table_06 thead {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_06 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_welfare .parts_table_06 thead tr th {
          width: 25%;
          padding: 15px 20px;
          font-weight: bold;
          background-color: #FFEDDB;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_welfare .parts_table_06 thead tr th:first-child {
            border-left: none; }
    .page_top_welfare .parts_table_06 tbody {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_06 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_welfare .parts_table_06 tbody tr td {
          width: 25%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_welfare .parts_table_06 tbody tr td:first-child {
            border-left: none; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_table_06_sp-wrap .parts_table_06 thead {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_06_sp-wrap .parts_table_06 thead tr th {
        width: 25%;
        padding: 10px 10px; }
    .page_top_welfare .parts_table_06_sp-wrap .parts_table_06 tbody {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_06_sp-wrap .parts_table_06 tbody tr td {
        padding: 10px 10px; }
    .page_top_welfare .parts_table_06_sp-wrap .parts_table_06:nth-child(n+2) {
      margin-top: 10px; } }
  .page_top_welfare .parts_table_07 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .parts_table_07 {
        margin: 20px 0; } }
    .page_top_welfare .parts_table_07 thead {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_07 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_welfare .parts_table_07 thead tr th {
          width: 50%;
          padding: 15px 20px;
          font-weight: bold;
          color: #FFF;
          background-color: #FA8D37;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_welfare .parts_table_07 thead tr th:first-child {
            border-left: none; }
          .page_top_welfare .parts_table_07 thead tr th:nth-child(-n+2) {
            width: 25%; }
    .page_top_welfare .parts_table_07 tbody {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_07 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_welfare .parts_table_07 tbody tr td {
          width: 50%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_welfare .parts_table_07 tbody tr td:first-child {
            border-left: none;
            font-weight: bold;
            background-color: #FFEDDB; }
          .page_top_welfare .parts_table_07 tbody tr td:nth-child(-n+2) {
            width: 25%; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_table_07_sp-wrap .parts_table_07 thead {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_07_sp-wrap .parts_table_07 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_top_welfare .parts_table_07_sp-wrap .parts_table_07 tbody {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_07_sp-wrap .parts_table_07 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_top_welfare .parts_table_07_sp-wrap .parts_table_07 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_top_welfare .parts_table_07_sp-wrap .parts_table_07:nth-child(n+2) {
      margin-top: 10px; } }
  .page_top_welfare .parts_table_08 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .parts_table_08 {
        margin: 20px 0; } }
    .page_top_welfare .parts_table_08 thead {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_08 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_welfare .parts_table_08 thead tr th {
          width: 25%;
          padding: 15px 20px;
          font-weight: bold;
          color: #FFF;
          background-color: #FA8D37;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_welfare .parts_table_08 thead tr th:first-child {
            border-left: none; }
    .page_top_welfare .parts_table_08 tbody {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_08 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_welfare .parts_table_08 tbody tr td {
          width: 25%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_welfare .parts_table_08 tbody tr td:first-child {
            border-left: none;
            font-weight: bold;
            background-color: #FFEDDB; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_table_08_sp-wrap .parts_table_08 thead {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_08_sp-wrap .parts_table_08 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_top_welfare .parts_table_08_sp-wrap .parts_table_08 tbody {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_08_sp-wrap .parts_table_08 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_top_welfare .parts_table_08_sp-wrap .parts_table_08 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_top_welfare .parts_table_08_sp-wrap .parts_table_08:nth-child(n+2) {
      margin-top: 10px; } }
  .page_top_welfare .parts_table_09 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .parts_table_09 {
        margin: 20px 0; } }
    .page_top_welfare .parts_table_09 thead {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_09 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_welfare .parts_table_09 thead tr th {
          width: 160px;
          padding: 15px 15px;
          font-weight: bold;
          color: #FFF;
          background-color: #FA8D37;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_welfare .parts_table_09 thead tr th:first-child {
            width: 150px;
            border-left: none; }
    .page_top_welfare .parts_table_09 tbody {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_09 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_welfare .parts_table_09 tbody tr td {
          width: 160px;
          padding: 15px 15px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_welfare .parts_table_09 tbody tr td:first-child {
            width: 150px;
            border-left: none;
            font-weight: bold;
            background-color: #FFEDDB; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_table_09_sp-wrap .parts_table_09 thead {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_09_sp-wrap .parts_table_09 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_top_welfare .parts_table_09_sp-wrap .parts_table_09 tbody {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_09_sp-wrap .parts_table_09 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_top_welfare .parts_table_09_sp-wrap .parts_table_09 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_top_welfare .parts_table_09_sp-wrap .parts_table_09:nth-child(n+2) {
      margin-top: 10px; } }
  .page_top_welfare .parts_table_10 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .parts_table_10 {
        margin: 20px 0; } }
    .page_top_welfare .parts_table_10 thead {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_10 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_welfare .parts_table_10 thead tr th {
          width: 132px;
          padding: 15px 15px;
          font-weight: bold;
          color: #FFF;
          background-color: #FA8D37;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_welfare .parts_table_10 thead tr th:first-child {
            width: 130px;
            border-left: none; }
    .page_top_welfare .parts_table_10 tbody {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_10 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_welfare .parts_table_10 tbody tr td {
          width: 132px;
          padding: 15px 15px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_welfare .parts_table_10 tbody tr td:first-child {
            width: 130px;
            border-left: none;
            font-weight: bold;
            background-color: #FFEDDB; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_table_10_sp-wrap .parts_table_10 thead {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_10_sp-wrap .parts_table_10 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_top_welfare .parts_table_10_sp-wrap .parts_table_10 tbody {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_10_sp-wrap .parts_table_10 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_top_welfare .parts_table_10_sp-wrap .parts_table_10 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_top_welfare .parts_table_10_sp-wrap .parts_table_10:nth-child(n+2) {
      margin-top: 10px; } }
  .page_top_welfare .parts_table_11,
  .page_top_welfare .parts_table_12 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .parts_table_11,
      .page_top_welfare .parts_table_12 {
        margin: 20px 0; } }
    .page_top_welfare .parts_table_11 thead,
    .page_top_welfare .parts_table_12 thead {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_11 thead tr,
      .page_top_welfare .parts_table_12 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_welfare .parts_table_11 thead tr th,
        .page_top_welfare .parts_table_12 thead tr th {
          width: 112px;
          padding: 15px 15px;
          font-weight: bold;
          color: #FFF;
          background-color: #FA8D37;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_welfare .parts_table_11 thead tr th:first-child,
          .page_top_welfare .parts_table_12 thead tr th:first-child {
            width: 118px;
            border-left: none; }
    .page_top_welfare .parts_table_11 tbody,
    .page_top_welfare .parts_table_12 tbody {
      font-size: 1.4rem; }
      .page_top_welfare .parts_table_11 tbody tr,
      .page_top_welfare .parts_table_12 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_welfare .parts_table_11 tbody tr td,
        .page_top_welfare .parts_table_12 tbody tr td {
          width: 112px;
          padding: 15px 15px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_welfare .parts_table_11 tbody tr td:first-child,
          .page_top_welfare .parts_table_12 tbody tr td:first-child {
            width: 118px;
            border-left: none;
            font-weight: bold;
            background-color: #FFEDDB; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_table_11_sp-wrap .parts_table_11 thead {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_11_sp-wrap .parts_table_11 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_top_welfare .parts_table_11_sp-wrap .parts_table_11 tbody {
      font-size: 1.3rem; }
      .page_top_welfare .parts_table_11_sp-wrap .parts_table_11 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_top_welfare .parts_table_11_sp-wrap .parts_table_11 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_top_welfare .parts_table_11_sp-wrap .parts_table_11:nth-child(n+2) {
      margin-top: 10px; } }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_table_12_sp-wrap {
      width: 100%;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
    @-moz-document url-prefix() {
      .page_top_welfare .parts_table_12_sp-wrap {
        width: calc(100vw - 34px); } }
      .page_top_welfare .parts_table_12_sp-wrap::-webkit-scrollbar {
        height: 5px; }
      .page_top_welfare .parts_table_12_sp-wrap::-webkit-scrollbar-track {
        background: #F1F1F1; }
      .page_top_welfare .parts_table_12_sp-wrap::-webkit-scrollbar-thumb {
        background: #BCBCBC; }
      .page_top_welfare .parts_table_12_sp-wrap .parts_table_12 {
        display: block;
        width: 790px; }
        .page_top_welfare .parts_table_12_sp-wrap .parts_table_12 thead {
          font-size: 1.3rem; }
          .page_top_welfare .parts_table_12_sp-wrap .parts_table_12 thead tr th {
            padding: 10px 10px; }
        .page_top_welfare .parts_table_12_sp-wrap .parts_table_12 tbody {
          font-size: 1.3rem; }
          .page_top_welfare .parts_table_12_sp-wrap .parts_table_12 tbody tr td {
            padding: 10px 10px; } }
  .page_top_welfare .parts_btn_02,
  .page_top_welfare .parts_btn_03 {
    display: flex;
    justify-content: space-around;
    margin: 30px 0; }
    .page_top_welfare .parts_btn_02 .parts_btn,
    .page_top_welfare .parts_btn_03 .parts_btn {
      width: 320px;
      text-align: center; }
      .page_top_welfare .parts_btn_02 .parts_btn a,
      .page_top_welfare .parts_btn_03 .parts_btn a {
        display: block;
        width: 100%;
        height: 60px;
        box-sizing: border-box;
        border-radius: 50px;
        color: #FFF;
        line-height: 6.0rem;
        background-color: #FA8D37;
        padding: 0 20px;
        cursor: pointer;
        font-size: 2.0rem;
        font-weight: bold;
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        box-shadow: 1px 1px 3px #DEDEDE;
        background-image: url("../img_cmn/ico_arrow_white.svg");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: top 49% right 20px; }
        .page_top_welfare .parts_btn_02 .parts_btn a:hover,
        .page_top_welfare .parts_btn_03 .parts_btn a:hover {
          opacity: 0.8;
          transition: .3s; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_btn_02,
    .page_top_welfare .parts_btn_03 {
      flex-wrap: wrap;
      margin: 20px 0; }
      .page_top_welfare .parts_btn_02 .parts_btn,
      .page_top_welfare .parts_btn_03 .parts_btn {
        width: 320px;
        text-align: center;
        width: 90%;
        margin-top: 15px; }
        .page_top_welfare .parts_btn_02 .parts_btn a,
        .page_top_welfare .parts_btn_03 .parts_btn a {
          display: block;
          width: 100%;
          height: 60px;
          box-sizing: border-box;
          border-radius: 50px;
          color: #FFF;
          line-height: 6.0rem;
          background-color: #FA8D37;
          padding: 0 20px;
          cursor: pointer;
          font-size: 2.0rem;
          font-weight: bold;
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          box-shadow: 1px 1px 3px #DEDEDE;
          background-image: url("../img_cmn/ico_arrow_white.svg");
          background-repeat: no-repeat;
          background-size: 10px;
          background-position: top 49% right 20px; }
          .page_top_welfare .parts_btn_02 .parts_btn a:hover,
          .page_top_welfare .parts_btn_03 .parts_btn a:hover {
            opacity: 0.8;
            transition: .3s; }
        .page_top_welfare .parts_btn_02 .parts_btn a,
        .page_top_welfare .parts_btn_03 .parts_btn a {
          height: 52px;
          line-height: 5.2rem;
          font-size: 1.6rem; }
        .page_top_welfare .parts_btn_02 .parts_btn:first-child,
        .page_top_welfare .parts_btn_03 .parts_btn:first-child {
          margin-top: 0px; } }
  .page_top_welfare .parts_btn_04 {
    margin: -20px 0 30px; }
    .page_top_welfare .parts_btn_04 .parts_btn_list {
      display: flex;
      flex-wrap: wrap;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .parts_btn_04 .parts_btn_list {
          display: block;
          text-align: center;
          margin-bottom: 20px; } }
      .page_top_welfare .parts_btn_04 .parts_btn_list li {
        margin-right: 10px; }
        .page_top_welfare .parts_btn_04 .parts_btn_list li a {
          display: block;
          padding: 0 15px;
          font-size: 1.4rem;
          line-height: 4.0rem;
          font-weight: bold;
          border: solid 1px #FA8D37;
          border-radius: 5px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .parts_btn_04 .parts_btn_list li a {
              display: inline-block; } }
          .page_top_welfare .parts_btn_04 .parts_btn_list li a:hover {
            color: #F17624;
            transition: .3s; }
      .page_top_welfare .parts_btn_04 .parts_btn_list li a {
        margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_btn_04 {
      margin: -10px 0 20px; }
      .page_top_welfare .parts_btn_04 .parts_btn_list li a {
        padding: 6px 15px;
        text-indent: -1.8em;
        padding-left: calc(1.8em + 15px);
        font-size: 1.3rem;
        line-height: 2.2rem; } }
  .page_top_welfare .parts_btn_05 {
    margin: -20px 0 30px; }
    .page_top_welfare .parts_btn_05 .parts_btn_list {
      display: flex;
      flex-wrap: wrap; }
      .page_top_welfare .parts_btn_05 .parts_btn_list li {
        margin-right: 30px; }
        .page_top_welfare .parts_btn_05 .parts_btn_list li a {
          display: inline-block;
          font-size: 1.6rem;
          color: #F17624;
          margin-top: 10px; }
          .page_top_welfare .parts_btn_05 .parts_btn_list li a::before {
            content: '';
            width: 12px;
            height: 12px;
            background-image: url("../img_welfare/ico_arrow.svg");
            background-size: 12px 12px;
            background-repeat: no-repeat;
            display: inline-block;
            position: relative;
            top: 0px;
            left: 0px;
            margin-right: 7px; }
          .page_top_welfare .parts_btn_05 .parts_btn_list li a:hover {
            color: #F17624;
            transition: .3s; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_btn_05 {
      margin: -10px 0 20px; }
      .page_top_welfare .parts_btn_05 .parts_btn_list li {
        margin-right: 25px; }
        .page_top_welfare .parts_btn_05 .parts_btn_list li a {
          font-size: 1.3rem;
          text-indent: -1.3em;
          padding-left: 1.3rem; }
          .page_top_welfare .parts_btn_05 .parts_btn_list li a::before {
            content: '';
            background-size: 10px 10px;
            top: 2px;
            left: 2px;
            margin-right: 7px; } }
  .page_top_welfare .parts_btn_06 .btn_box {
    display: flex;
    justify-content: space-around;
    margin: 15px 0 0; }
    .page_top_welfare .parts_btn_06 .btn_box .parts_btn {
      width: 320px;
      text-align: center;
      width: 260px; }
      .page_top_welfare .parts_btn_06 .btn_box .parts_btn a {
        display: block;
        width: 100%;
        height: 60px;
        box-sizing: border-box;
        border-radius: 50px;
        color: #FFF;
        line-height: 6.0rem;
        background-color: #FA8D37;
        padding: 0 20px;
        cursor: pointer;
        font-size: 2.0rem;
        font-weight: bold;
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        box-shadow: 1px 1px 3px #DEDEDE;
        background-image: url("../img_cmn/ico_arrow_white.svg");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: top 49% right 20px; }
        .page_top_welfare .parts_btn_06 .btn_box .parts_btn a:hover {
          opacity: 0.8;
          transition: .3s; }
      .page_top_welfare .parts_btn_06 .btn_box .parts_btn a {
        height: 52px;
        line-height: 5.2rem;
        font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_btn_06 .parts_txt_list {
      margin: 20px 0 30px; }
      .page_top_welfare .parts_btn_06 .parts_txt_list li {
        width: 100%; }
        .page_top_welfare .parts_btn_06 .parts_txt_list li .parts_txt_box {
          width: 100%; }
          .page_top_welfare .parts_btn_06 .parts_txt_list li .parts_txt_box .img_box img {
            width: 100%;
            height: 220px; }
          .page_top_welfare .parts_btn_06 .parts_txt_list li .parts_txt_box .tl_box {
            font-size: 1.6rem; }
          .page_top_welfare .parts_btn_06 .parts_txt_list li .parts_txt_box .btn_box .parts_btn {
            width: 90%; }
            .page_top_welfare .parts_btn_06 .parts_txt_list li .parts_txt_box .btn_box .parts_btn a {
              height: 52px;
              line-height: 5.2rem;
              font-size: 1.6rem;
              font-weight: bold; }
        .page_top_welfare .parts_btn_06 .parts_txt_list li:nth-child(2) {
          margin-top: 30px; } }
  .page_top_welfare .parts_btn_07 a {
    display: block;
    box-shadow: 1px 1px 3px #DEDEDE;
    border-radius: 1px; }
    .page_top_welfare .parts_btn_07 a:hover {
      background-color: #FFEDDB;
      opacity: 0.8;
      transition: .3s; }
    .page_top_welfare .parts_btn_07 a .img_box img {
      border-radius: 1px 1px 0px 0px; }
    .page_top_welfare .parts_btn_07 a .tl_box {
      margin: 15px 20px 0; }
    .page_top_welfare .parts_btn_07 a .txt_box {
      margin: 5px 20px 0; }
    .page_top_welfare .parts_btn_07 a .btn_box {
      text-align: center;
      padding: 20px 0;
      margin: 0 20px 0; }
      .page_top_welfare .parts_btn_07 a .btn_box .btn_txt {
        color: #F17624;
        font-weight: bold;
        font-size: 1.4rem; }
        .page_top_welfare .parts_btn_07 a .btn_box .btn_txt::after {
          content: '';
          width: 10px;
          height: 10px;
          background-image: url("../img_welfare/ico_arrow.svg");
          background-size: 10px 10px;
          background-repeat: no-repeat;
          display: inline-block;
          position: relative;
          top: 0px;
          right: 0px;
          margin-left: 7px; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_btn_07 a .tl_box {
      margin: 15px 10px 0; }
    .page_top_welfare .parts_btn_07 a .txt_box {
      margin: 5px 10px 0; }
    .page_top_welfare .parts_btn_07 a .btn_box {
      padding: 15px 0; }
      .page_top_welfare .parts_btn_07 a .btn_box .btn_txt {
        font-size: 1.3rem; } }
  .page_top_welfare .parts_btn_08,
  .page_top_welfare .parts_btn_09 {
    position: relative;
    margin: 30px 0; }
    .page_top_welfare .parts_btn_08 a,
    .page_top_welfare .parts_btn_09 a {
      display: flex;
      justify-content: space-between;
      padding: 0 55px 0 25px;
      box-shadow: 1px 1px 3px #DEDEDE;
      border-radius: 1px; }
      .page_top_welfare .parts_btn_08 a:hover,
      .page_top_welfare .parts_btn_09 a:hover {
        background-color: #FFEDDB;
        opacity: 0.8;
        transition: .3s; }
      .page_top_welfare .parts_btn_08 a::after,
      .page_top_welfare .parts_btn_09 a::after {
        content: '';
        width: 20px;
        height: 20px;
        background-image: url("../img_welfare/ico_arrow.svg");
        background-size: 10px;
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -5px; }
      .page_top_welfare .parts_btn_08 a .img_box,
      .page_top_welfare .parts_btn_09 a .img_box {
        width: 275px;
        padding: 20px 0;
        box-sizing: border-box; }
        .page_top_welfare .parts_btn_08 a .img_box img,
        .page_top_welfare .parts_btn_09 a .img_box img {
          width: 275px;
          height: 180px;
          object-fit: cover;
          font-family: 'object-fit: cover;'; }
      .page_top_welfare .parts_btn_08 a .txt_box_wrap,
      .page_top_welfare .parts_btn_09 a .txt_box_wrap {
        width: 415px;
        padding: 10px 0 20px; }
        .page_top_welfare .parts_btn_08 a .txt_box_wrap .tl_box,
        .page_top_welfare .parts_btn_09 a .txt_box_wrap .tl_box {
          font-size: 1.8rem;
          color: #F17624;
          padding: 10px 0 0; }
        .page_top_welfare .parts_btn_08 a .txt_box_wrap .txt_box,
        .page_top_welfare .parts_btn_09 a .txt_box_wrap .txt_box {
          padding: 10px 0 0; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_btn_08,
    .page_top_welfare .parts_btn_09 {
      position: relative;
      margin: 20px 0; }
      .page_top_welfare .parts_btn_08 a,
      .page_top_welfare .parts_btn_09 a {
        padding: 10px 30px 10px 10px; }
        .page_top_welfare .parts_btn_08 a::after,
        .page_top_welfare .parts_btn_09 a::after {
          background-size: 8px;
          right: 0;
          margin-top: -4px; }
        .page_top_welfare .parts_btn_08 a .img_box,
        .page_top_welfare .parts_btn_09 a .img_box {
          width: 35%;
          padding: 0; }
          .page_top_welfare .parts_btn_08 a .img_box img,
          .page_top_welfare .parts_btn_09 a .img_box img {
            width: 100%;
            height: 80px; }
        .page_top_welfare .parts_btn_08 a .txt_box_wrap,
        .page_top_welfare .parts_btn_09 a .txt_box_wrap {
          width: 60%;
          padding: 0 0 0 0; }
          .page_top_welfare .parts_btn_08 a .txt_box_wrap .tl_box,
          .page_top_welfare .parts_btn_09 a .txt_box_wrap .tl_box {
            font-size: 1.4rem;
            padding: 0 0 0; }
          .page_top_welfare .parts_btn_08 a .txt_box_wrap .txt_box,
          .page_top_welfare .parts_btn_09 a .txt_box_wrap .txt_box {
            font-size: 1.3rem;
            padding: 5px 0 0; } }
  .page_top_welfare .parts_btn_10 {
    position: relative;
    margin: 30px 0; }
    .page_top_welfare .parts_btn_10 a {
      display: block;
      padding: 10px 55px 20px 25px;
      box-shadow: 1px 1px 3px #DEDEDE;
      border-radius: 1px;
      background-color: #FDFAF7; }
      .page_top_welfare .parts_btn_10 a:hover {
        background-color: #FFEDDB;
        opacity: 0.8;
        transition: .3s; }
      .page_top_welfare .parts_btn_10 a::after {
        content: '';
        width: 20px;
        height: 20px;
        background-image: url("../img_welfare/ico_arrow.svg");
        background-size: 10px;
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -5px; }
      .page_top_welfare .parts_btn_10 a .txt_box_wrap .tl_box {
        font-size: 1.8rem;
        color: #F17624;
        padding: 10px 0 0; }
      .page_top_welfare .parts_btn_10 a .txt_box_wrap .txt_box {
        padding: 10px 0 0; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_btn_10 {
      position: relative;
      margin: 20px 0; }
      .page_top_welfare .parts_btn_10 a {
        display: block;
        padding: 10px 30px 10px 10px; }
        .page_top_welfare .parts_btn_10 a::after {
          background-size: 8px;
          right: 0;
          margin-top: -4px; }
        .page_top_welfare .parts_btn_10 a .txt_box_wrap .tl_box {
          font-size: 1.4rem;
          padding: 0 0 0; }
        .page_top_welfare .parts_btn_10 a .txt_box_wrap .txt_box {
          font-size: 1.3rem;
          padding: 5px 0 0; } }
  .page_top_welfare .parts_btn_11 {
    margin: 30px 0; }
    .page_top_welfare .parts_btn_11 .parts_txt_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 30px 0 30px; }
      .page_top_welfare .parts_btn_11 .parts_txt_list li {
        width: 380px;
        position: relative; }
        .page_top_welfare .parts_btn_11 .parts_txt_list li a {
          display: block;
          padding: 10px 50px 20px 25px;
          box-shadow: 1px 1px 3px #DEDEDE;
          border-radius: 1px;
          background-color: #FDFAF7; }
          .page_top_welfare .parts_btn_11 .parts_txt_list li a:hover {
            background-color: #FFEDDB;
            opacity: 0.8;
            transition: .3s; }
          .page_top_welfare .parts_btn_11 .parts_txt_list li a::after {
            content: '';
            width: 20px;
            height: 20px;
            background-image: url("../img_welfare/ico_arrow.svg");
            background-size: 10px;
            background-repeat: no-repeat;
            display: inline-block;
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -5px; }
          .page_top_welfare .parts_btn_11 .parts_txt_list li a .txt_box_wrap .tl_box {
            font-size: 1.8rem;
            color: #F17624;
            padding: 10px 0 0; }
          .page_top_welfare .parts_btn_11 .parts_txt_list li a .txt_box_wrap .txt_box {
            padding: 10px 0 0; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .parts_btn_11 {
      margin: 20px 0; }
      .page_top_welfare .parts_btn_11 .parts_txt_list {
        margin: 20px 0 20px;
        width: 100%; }
        .page_top_welfare .parts_btn_11 .parts_txt_list li {
          width: 100%; }
          .page_top_welfare .parts_btn_11 .parts_txt_list li a {
            padding: 10px 30px 10px 10px; }
            .page_top_welfare .parts_btn_11 .parts_txt_list li a::after {
              right: 0px; }
            .page_top_welfare .parts_btn_11 .parts_txt_list li a .txt_box_wrap .tl_box {
              font-size: 1.4rem;
              padding: 0 0 0; }
            .page_top_welfare .parts_btn_11 .parts_txt_list li a .txt_box_wrap .txt_box {
              font-size: 1.3rem;
              padding: 5px 0 0; }
          .page_top_welfare .parts_btn_11 .parts_txt_list li:nth-child(2) {
            margin-top: 20px; } }
  .page_top_welfare .btn_tell_box {
    margin-top: 25px; }
    .page_top_welfare .btn_tell_box .btn_tell {
      width: 90%;
      margin: 0 auto;
      background-color: #FFF;
      text-align: center;
      border: solid 1px #FA8D37;
      border-radius: 1px;
      box-shadow: 1px 1px 3px #DEDEDE; }
      .page_top_welfare .btn_tell_box .btn_tell a {
        display: block;
        padding: 10px 20px; }
        .page_top_welfare .btn_tell_box .btn_tell a .phone_number {
          display: inline-block;
          font-size: 2.2rem;
          line-height: 2.6rem;
          font-weight: bold; }
          .page_top_welfare .btn_tell_box .btn_tell a .phone_number .ico_tell {
            position: relative;
            top: 1px;
            margin-right: 5px; }
            .page_top_welfare .btn_tell_box .btn_tell a .phone_number .ico_tell::before {
              content: '';
              display: inline-block;
              width: 16px;
              height: 16px;
              background: url("../img_welfare/ico_tell.svg") no-repeat 0 0;
              background-repeat: no-repeat;
              background-size: 16px 16px; }
        .page_top_welfare .btn_tell_box .btn_tell a .phone_txt {
          display: block;
          font-size: 1.2rem; }
  .page_top_welfare .contact_link_box {
    background-color: #FFEDDB;
    padding: 30px 0 0;
    margin: 80px 0 30px;
    text-align: center;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .contact_link_box {
        margin: 50px 0 20px;
        padding: 30px 20px; } }
    .page_top_welfare .contact_link_box .contact_link_btn {
      display: flex;
      justify-content: center;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .contact_link_box .contact_link_btn {
          flex-wrap: wrap; } }
      .page_top_welfare .contact_link_box .contact_link_btn .tell_box {
        font-size: 1.4rem;
        margin: 25px 20px 35px; }
        .page_top_welfare .contact_link_box .contact_link_btn .tell_box .tell_num {
          font-size: 3.2rem;
          font-weight: bold; }
          .page_top_welfare .contact_link_box .contact_link_btn .tell_box .tell_num .ico_tell {
            position: relative;
            top: 0px;
            margin-right: 5px; }
            .page_top_welfare .contact_link_box .contact_link_btn .tell_box .tell_num .ico_tell::before {
              content: '';
              display: inline-block;
              width: 24px;
              height: 24px;
              background: url("../img_welfare/ico_tell.svg") no-repeat 0 0;
              background-repeat: no-repeat;
              background-size: auto;
              background-repeat: no-repeat;
              background-size: 24px 24px; }
      .page_top_welfare .contact_link_box .contact_link_btn .btn_tell_box {
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .contact_link_box .contact_link_btn .btn_tell_box {
            width: 100%; }
            .page_top_welfare .contact_link_box .contact_link_btn .btn_tell_box .btn_tell {
              margin-top: 5px;
              width: 100%; } }
      .page_top_welfare .contact_link_box .contact_link_btn .contact_form_btn {
        margin: 30px 20px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .contact_link_box .contact_link_btn .contact_form_btn {
            width: 100%;
            margin: 30px 0px 0px; }
            .page_top_welfare .contact_link_box .contact_link_btn .contact_form_btn .parts_btn {
              width: 100%; } }
  .page_top_welfare .header_cmn {
    z-index: 2;
    position: fixed;
    width: 100%;
    box-shadow: 2px 2px 3px #DEDEDE;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .header_cmn {
        position: fixed;
        width: 100%;
        height: 64px;
        background-color: #FFF;
        z-index: 100; } }
  .page_top_welfare .cont_header_info {
    position: relative;
    background-color: #FFF;
    border-bottom: solid 2px #FA8D37;
    min-width: 1100px; }
  .page_top_welfare .contact_box {
    margin-right: 10px; }
    .page_top_welfare .contact_box .header_btn_contact {
      text-align: center; }
      .page_top_welfare .contact_box .header_btn_contact a {
        display: block;
        width: 150px;
        font-size: 1.4rem;
        line-height: 4.0rem;
        background-color: #FA8D37;
        border-radius: 50px;
        color: #FFF;
        font-weight: bold;
        box-shadow: 1px 1px 3px #DEDEDE; }
        .page_top_welfare .contact_box .header_btn_contact a:hover {
          opacity: 0.8;
          transition: .3s; }
  .page_top_welfare .access_box .header_btn_access {
    text-align: center; }
    .page_top_welfare .access_box .header_btn_access a {
      display: block;
      width: 150px;
      font-size: 1.4rem;
      line-height: 4.0rem;
      background-color: #FA8D37;
      border-radius: 50px;
      color: #FFF;
      font-weight: bold;
      box-shadow: 1px 1px 3px #DEDEDE; }
      .page_top_welfare .access_box .header_btn_access a:hover {
        opacity: 0.8;
        transition: .3s; }
  .page_top_welfare .header_info {
    position: relative;
    /* ヘッダー上部 -ロゴ、リンク
    ------------------------------------ */
    /* ヘッダー下部 -グローバルナビ
    ------------------------------------ */ }
    .page_top_welfare .header_info .header_top {
      padding: 10px 0 15px;
      background-color: #FFF; }
      .page_top_welfare .header_info .header_top .header_left_box {
        color: #3E3E3E;
        float: left; }
        .page_top_welfare .header_info .header_top .header_left_box .logo a {
          display: block;
          padding-top: 5px; }
          .page_top_welfare .header_info .header_top .header_left_box .logo a .img_logo img {
            width: 280px;
            height: auto; }
      .page_top_welfare .header_info .header_top .header_right_box {
        float: right;
        display: flex;
        justify-content: flex-end;
        text-align: center; }
        .page_top_welfare .header_info .header_top .header_right_box .font_size_box {
          margin-right: 25px; }
          .page_top_welfare .header_info .header_top .header_right_box .font_size_box .txt_font_size {
            font-size: 1.2rem;
            margin: 0 0px 0 0;
            display: block; }
          .page_top_welfare .header_info .header_top .header_right_box .font_size_box .font_size_btn {
            display: flex; }
            .page_top_welfare .header_info .header_top .header_right_box .font_size_box .font_size_btn li {
              display: inline-block;
              width: 52px;
              font-size: 1.4rem;
              background-color: #FFF;
              border: solid 1px #FA8D37; }
              .page_top_welfare .header_info .header_top .header_right_box .font_size_box .font_size_btn li a {
                color: #FA8D37;
                display: block;
                line-height: 2.8rem;
                width: 52px;
                height: 28px; }
              .page_top_welfare .header_info .header_top .header_right_box .font_size_box .font_size_btn li.left_btn {
                border-radius: 5px 0 0 5px; }
              .page_top_welfare .header_info .header_top .header_right_box .font_size_box .font_size_btn li.right_btn {
                border-radius: 0 5px 5px 0; }
              .page_top_welfare .header_info .header_top .header_right_box .font_size_box .font_size_btn li.choice_box {
                background-color: #FA8D37; }
                .page_top_welfare .header_info .header_top .header_right_box .font_size_box .font_size_btn li.choice_box a {
                  color: #FFF; }
        .page_top_welfare .header_info .header_top .header_right_box .tell_box {
          margin-right: 20px; }
          .page_top_welfare .header_info .header_top .header_right_box .tell_box .header_address {
            text-align: right;
            font-size: 1.4rem; }
          .page_top_welfare .header_info .header_top .header_right_box .tell_box .header_btn_tell {
            text-align: right; }
            .page_top_welfare .header_info .header_top .header_right_box .tell_box .header_btn_tell .ico_tell {
              position: relative;
              top: 1px;
              margin-right: 5px; }
              .page_top_welfare .header_info .header_top .header_right_box .tell_box .header_btn_tell .ico_tell::before {
                content: '';
                display: inline-block;
                width: 16px;
                height: 16px;
                background: url("../img_welfare/ico_tell.svg") no-repeat 0 0;
                background-repeat: no-repeat;
                background-size: 16px 16px; }
            .page_top_welfare .header_info .header_top .header_right_box .tell_box .header_btn_tell .tell_num {
              font-size: 2.2rem;
              line-height: 3.0rem;
              font-weight: bold; }
    .page_top_welfare .header_info .header_gnav .header_gnav_box {
      display: flex; }
      .page_top_welfare .header_info .header_gnav .header_gnav_box > li {
        flex-grow: 1;
        display: inline-block;
        font-size: 1.6rem;
        width: 180px;
        height: 45px;
        box-sizing: border-box; }
        .page_top_welfare .header_info .header_gnav .header_gnav_box > li .gnav_btn_box {
          display: block;
          width: calc(100% -1px);
          height: 40px;
          border-right: solid 1px #FA8D37; }
          .page_top_welfare .header_info .header_gnav .header_gnav_box > li .gnav_btn_box > a {
            display: block;
            padding: 0 10px 5px;
            line-height: 4rem;
            text-align: center;
            background-color: #FFF; }
            .page_top_welfare .header_info .header_gnav .header_gnav_box > li .gnav_btn_box > a:hover {
              color: #F17624;
              transition: .3s; }
        .page_top_welfare .header_info .header_gnav .header_gnav_box > li:first-child .gnav_btn_box {
          border-left: solid 1px #FA8D37; }
        .page_top_welfare .header_info .header_gnav .header_gnav_box > li.current_gnav .gnav_btn_box > a {
          color: #F17624; }
        .page_top_welfare .header_info .header_gnav .header_gnav_box > li .gnav_hover_box {
          width: 1100px;
          height: auto;
          margin: 0 auto;
          background-color: #FFE3C7;
          border-radius: 0 0 5px 5px;
          box-shadow: 2px 2px 10px #8D8D8D; }
        .page_top_welfare .header_info .header_gnav .header_gnav_box > li:hover .cont_gnav_hover_box {
          position: absolute;
          top: 125px;
          left: -8px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .page_top_welfare .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box {
          position: absolute;
          top: -210px;
          left: 0px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          z-index: -1;
          width: 100vw; }
          .page_top_welfare .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .tl_gnav_hover_box {
            font-size: 1.8rem;
            font-weight: bold;
            color: #F17624;
            line-height: 5.0rem;
            padding: 10px 0 0;
            margin: 0 100px;
            border-bottom: solid 1px #FA8D37; }
          .page_top_welfare .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box {
            margin: 0px 100px;
            padding: 0 0 30px; }
            .page_top_welfare .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link {
              display: flex;
              flex-wrap: wrap; }
              .page_top_welfare .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link li {
                display: inline-block;
                min-width: 210px;
                background-color: #FFF;
                margin-top: 15px;
                margin-right: 15px;
                box-sizing: border-box; }
                .page_top_welfare .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link li a {
                  display: block;
                  padding: 0 20px 0 15px;
                  font-size: 1.6rem;
                  line-height: 4.0rem; }
                  .page_top_welfare .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link li a:hover {
                    color: #F17624;
                    transition: .3s; }
                  .page_top_welfare .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link li a::before {
                    content: '';
                    width: 10px;
                    height: 10px;
                    background-image: url("../img_welfare/ico_arrow.svg");
                    background-size: 10px 10px;
                    background-repeat: no-repeat;
                    display: inline-block;
                    position: relative;
                    top: -1px;
                    left: 0px;
                    margin-right: 7px; }
              .page_top_welfare .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link .box_border_left {
                border-left: solid 2px #FFF;
                margin-left: 25px;
                padding: 0 15px 0 40px; }
  .page_top_welfare .header_box {
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .header_box {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .page_top_welfare .header_box .logo {
          flex: 1; }
          .page_top_welfare .header_box .logo a {
            display: block;
            padding: 15px 10px;
            height: 64px;
            box-sizing: border-box;
            width: 100%; }
            .page_top_welfare .header_box .logo a .img_logo img {
              width: 170px;
              height: auto; }
        .page_top_welfare .header_box .menu_box {
          display: flex;
          justify-content: flex-end;
          width: 128px;
          align-self: center;
          text-align: end; }
          .page_top_welfare .header_box .menu_box .tell_box a {
            display: inline-block;
            text-align: center;
            width: 64px;
            height: 64px;
            background-color: #FFE3C7;
            padding: 3px 0;
            box-sizing: border-box; }
            .page_top_welfare .header_box .menu_box .tell_box a img {
              width: 25px;
              height: 21px;
              margin-top: 8px; }
            .page_top_welfare .header_box .menu_box .tell_box a .ico_tell {
              position: relative;
              top: 7px; }
              .page_top_welfare .header_box .menu_box .tell_box a .ico_tell::before {
                content: '';
                display: inline-block;
                width: 22px;
                height: 22px;
                background: url("../img_welfare/ico_tell.svg") no-repeat 0 0;
                background-repeat: no-repeat;
                background-size: 22px 22px; }
            .page_top_welfare .header_box .menu_box .tell_box a .btn_txt {
              font-size: 1.2rem;
              display: block; }
          .page_top_welfare .header_box .menu_box .menu_btn a {
            display: inline-block;
            text-align: center;
            width: 64px;
            height: 64px;
            background-color: #FA8D37;
            padding: 8px 0;
            box-sizing: border-box; }
            .page_top_welfare .header_box .menu_box .menu_btn a img {
              width: 25px;
              height: 21px; }
            .page_top_welfare .header_box .menu_box .menu_btn a .btn_txt {
              font-size: 1.2rem;
              display: block;
              color: #FFF; } }
  .page_top_welfare .sidemenu_box_wrap {
    background-color: #FFEDDB !important;
    width: 100% !important;
    margin-right: -100% !important; }
  .page_top_welfare .sidemenu_box {
    margin-bottom: 50px; }
    .page_top_welfare .sidemenu_box .tl_box_main {
      display: flex;
      justify-content: space-between;
      height: 64px;
      background-color: #FFF; }
      .page_top_welfare .sidemenu_box .tl_box_main .logo_box a {
        display: inline-block;
        padding: 15px; }
      .page_top_welfare .sidemenu_box .tl_box_main .logo_box img {
        width: 170px;
        height: auto; }
      .page_top_welfare .sidemenu_box .tl_box_main .menu_box {
        display: flex;
        justify-content: flex-end;
        width: 128px;
        align-self: center;
        text-align: end; }
        .page_top_welfare .sidemenu_box .tl_box_main .menu_box .tell_box a {
          display: inline-block;
          text-align: center;
          width: 64px;
          height: 64px;
          background-color: #FFE3C7;
          padding: 3px 0;
          box-sizing: border-box; }
          .page_top_welfare .sidemenu_box .tl_box_main .menu_box .tell_box a img {
            width: 25px;
            height: 21px;
            margin-top: 8px; }
          .page_top_welfare .sidemenu_box .tl_box_main .menu_box .tell_box a .ico_tell {
            position: relative;
            top: 7px; }
            .page_top_welfare .sidemenu_box .tl_box_main .menu_box .tell_box a .ico_tell::before {
              content: '';
              display: inline-block;
              width: 22px;
              height: 22px;
              background: url("../img_welfare/ico_tell.svg") no-repeat 0 0;
              background-repeat: no-repeat;
              background-size: 22px 22px; }
          .page_top_welfare .sidemenu_box .tl_box_main .menu_box .tell_box a .btn_txt {
            font-size: 1.2rem;
            display: block; }
        .page_top_welfare .sidemenu_box .tl_box_main .menu_box .menu_close_btn a {
          display: inline-block;
          text-align: center;
          width: 64px;
          height: 64px;
          background-color: #FA8D37;
          padding: 8px 0;
          box-sizing: border-box; }
          .page_top_welfare .sidemenu_box .tl_box_main .menu_box .menu_close_btn a img {
            width: 25px;
            height: 21px; }
          .page_top_welfare .sidemenu_box .tl_box_main .menu_box .menu_close_btn a .btn_txt {
            font-size: 1.2rem;
            display: block;
            color: #FFF; }
    .page_top_welfare .sidemenu_box .page_link_box_sp {
      text-align: left; }
      .page_top_welfare .sidemenu_box .page_link_box_sp .loop_list li {
        border-top: 1px solid #FA8D37; }
        .page_top_welfare .sidemenu_box .page_link_box_sp .loop_list li .loop_child {
          position: relative; }
          .page_top_welfare .sidemenu_box .page_link_box_sp .loop_list li .loop_child a {
            color: #3E3E3E;
            font-size: 1.5rem;
            font-weight: bold;
            display: block;
            padding: 16px 20px; }
          .page_top_welfare .sidemenu_box .page_link_box_sp .loop_list li .loop_child::before {
            content: "";
            position: absolute;
            background: url("../img_welfare/ico_arrow.svg") no-repeat;
            background-size: auto;
            background-size: 12px 12px;
            width: 12px;
            height: 12px;
            top: 50%;
            margin-top: -6px;
            right: 20px; }
        .page_top_welfare .sidemenu_box .page_link_box_sp .loop_list li:last-child {
          border-bottom: 1px solid #FA8D37; }
        .page_top_welfare .sidemenu_box .page_link_box_sp .loop_list li.label_close > .loop_child::before {
          content: "";
          position: absolute;
          background: url(../img_cmn/ico_plus.svg) no-repeat;
          background-size: auto;
          background-size: 12px 12px;
          width: 12px;
          height: 12px;
          top: 50%;
          margin-top: -6px;
          right: 20px; }
        .page_top_welfare .sidemenu_box .page_link_box_sp .loop_list li.label_open > .loop_child::before {
          content: "";
          position: absolute;
          background: url(../img_cmn/ico_minus.svg) no-repeat;
          background-size: auto;
          background-size: 12px 12px;
          width: 12px;
          height: 12px;
          top: 50%;
          margin-top: -6px;
          right: 20px; }
      .page_top_welfare .sidemenu_box .page_link_box_sp .loop_list .open_close_inner {
        background-color: #FFE3C7; }
        .page_top_welfare .sidemenu_box .page_link_box_sp .loop_list .open_close_inner .loop_child a {
          font-weight: normal;
          padding: 16px 20px 16px 40px; }
      .page_top_welfare .sidemenu_box .page_link_box_sp .header_btn_box {
        display: flex;
        justify-content: center;
        margin-top: 25px; }
  .page_top_welfare .is_animation {
    /* 【上書き】ヘッダー上部 -ロゴ、リンク
    ------------------------------------ */
    /* 【上書き】ヘッダー下部 -グローバルナビ
    ------------------------------------ */ }
    .page_top_welfare .is_animation .header_top {
      padding: 5px 0 10px; }
      .page_top_welfare .is_animation .header_top .header_left_box {
        position: absolute;
        top: 20px; }
        .page_top_welfare .is_animation .header_top .header_left_box .logo a {
          padding-top: 0; }
          .page_top_welfare .is_animation .header_top .header_left_box .logo a .img_logo img {
            width: 260px;
            height: auto; }
      .page_top_welfare .is_animation .header_top .header_right_box .font_size_box {
        display: none; }
      .page_top_welfare .is_animation .header_top .header_right_box .tell_box .header_address {
        display: none; }
      .page_top_welfare .is_animation .header_top .header_right_box .tell_box .header_btn_tell .ico_tell {
        position: relative;
        top: 0px;
        margin-right: 5px; }
      .page_top_welfare .is_animation .header_top .header_right_box .tell_box .header_btn_tell .tell_num {
        font-size: 1.8rem; }
      .page_top_welfare .is_animation .header_top .header_right_box .contact_box .header_btn_contact a {
        width: 140px;
        font-size: 1.3rem;
        line-height: 3.0rem; }
        .page_top_welfare .is_animation .header_top .header_right_box .contact_box .header_btn_contact a:hover {
          opacity: 0.8;
          transition: .3s; }
      .page_top_welfare .is_animation .header_top .header_right_box .access_box .header_btn_access a {
        width: 140px;
        font-size: 1.3rem;
        line-height: 3.0rem; }
        .page_top_welfare .is_animation .header_top .header_right_box .access_box .header_btn_access a:hover {
          opacity: 0.8;
          transition: .3s; }
    .page_top_welfare .is_animation .header_gnav {
      margin: 0px auto 5px; }
      .page_top_welfare .is_animation .header_gnav .gNav {
        width: 73%;
        float: right; }
      .page_top_welfare .is_animation .header_gnav .header_gnav_box > li {
        height: 30px; }
        .page_top_welfare .is_animation .header_gnav .header_gnav_box > li .gnav_btn_box {
          height: 30px; }
          .page_top_welfare .is_animation .header_gnav .header_gnav_box > li .gnav_btn_box a {
            line-height: 3.0rem;
            font-size: 1.4rem; }
        .page_top_welfare .is_animation .header_gnav .header_gnav_box > li .cont_gnav_hover_box {
          top: -210px; }
        .page_top_welfare .is_animation .header_gnav .header_gnav_box > li:hover .cont_gnav_hover_box {
          top: 80px; }
  .page_top_welfare .cont_footer_info {
    margin-top: 20px;
    min-width: 1100px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .cont_footer_info {
        margin-top: 0px;
        min-width: inherit; } }
  .page_top_welfare .footer_info {
    padding-top: 60px;
    background-color: #FFEDDB;
    /* SP */
    /* フッダー上部 -病院情報、googlマップ
    ------------------------------------ */
    /* フッダー下部 -グループトップリンク、サイトマップ等
    ------------------------------------ */
    /* コピーライト
    ------------------------------------ */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .footer_info {
        padding-top: 30px; } }
    .page_top_welfare .footer_info .hp_info_box {
      display: flex;
      justify-content: space-between;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .footer_info .hp_info_box {
          flex-wrap: wrap; } }
      .page_top_welfare .footer_info .hp_info_box .left_box {
        width: 540px;
        box-sizing: border-box;
        background-color: #FFF;
        padding: 20px 30px;
        border-radius: 5px;
        box-shadow: 1px 1px 3px #DEDEDE;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .footer_info .hp_info_box .left_box {
            width: 100%;
            box-sizing: border-box;
            padding: 20px 20px; } }
        .page_top_welfare .footer_info .hp_info_box .left_box .hp_info {
          border-bottom: solid 1px #C9C9C9;
          padding-bottom: 15px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .footer_info .hp_info_box .left_box .hp_info {
              font-size: 1.4rem;
              border-bottom: solid 2px #C9C9C9;
              padding-bottom: 25px; } }
          .page_top_welfare .footer_info .hp_info_box .left_box .hp_info .hp_name {
            font-size: 2.4rem;
            font-weight: bold;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_welfare .footer_info .hp_info_box .left_box .hp_info .hp_name {
                font-size: 2.2rem; } }
          .page_top_welfare .footer_info .hp_info_box .left_box .hp_info .hp_tell .ico_tell {
            position: relative;
            top: 2px;
            margin-right: 5px; }
            .page_top_welfare .footer_info .hp_info_box .left_box .hp_info .hp_tell .ico_tell::before {
              content: '';
              display: inline-block;
              width: 14px;
              height: 14px;
              background: url("../img_welfare/ico_tell.svg") no-repeat 0 0;
              background-repeat: no-repeat;
              background-size: 14px 14px; }
          .page_top_welfare .footer_info .hp_info_box .left_box .hp_info .btn_tell_box {
            margin-top: 15px;
            display: inline-block;
            width: 100%; }
            .page_top_welfare .footer_info .hp_info_box .left_box .hp_info .btn_tell_box .btn_tell {
              width: 100%;
              box-sizing: border-box;
              /* PC */ }
              @media screen and (min-width: 768px) {
                .page_top_welfare .footer_info .hp_info_box .left_box .hp_info .btn_tell_box .btn_tell a[href^="tel:"] {
                  pointer-events: none; } }
          .page_top_welfare .footer_info .hp_info_box .left_box .hp_info .img_box {
            float: right;
            padding-top: 10px; }
            .page_top_welfare .footer_info .hp_info_box .left_box .hp_info .img_box img {
              width: 200px;
              height: 125px;
              object-fit: contain;
              font-family: 'object-fit: contain;';
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_welfare .footer_info .hp_info_box .left_box .hp_info .img_box img {
                  width: 90px;
                  height: 90px;
                  object-fit: cover;
                  font-family: 'object-fit: cover;'; } }
        .page_top_welfare .footer_info .hp_info_box .left_box .consultation_hour_info {
          padding-top: 15px; }
          .page_top_welfare .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour {
            display: flex;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_welfare .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour {
                display: block; } }
            .page_top_welfare .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .tl_info {
              display: flex;
              justify-content: center;
              align-items: center;
              width: 110px;
              background-color: #F7F7F7;
              font-size: 1.6rem;
              font-weight: bold;
              margin-right: 15px;
              text-align: center;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_welfare .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .tl_info {
                  margin: 0 auto 15px;
                  color: #F17624;
                  background-color: transparent; } }
            .page_top_welfare .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list {
              flex: 1; }
              .page_top_welfare .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dt {
                float: left;
                display: inline-block;
                width: 50px;
                border: solid 1px #FA8D37;
                box-sizing: border-box;
                font-size: 1.4rem;
                line-height: 1.4rem;
                font-weight: bold;
                text-align: center;
                color: #F17624;
                padding: 6px 5px;
                margin-right: 10px; }
                .page_top_welfare .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dt.bg_gray {
                  color: #FFF;
                  background-color: #898989;
                  border: solid 1px #898989; }
              .page_top_welfare .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dd {
                line-height: 2.8rem;
                margin-left: 50px;
                margin-bottom: 10px; }
                .page_top_welfare .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dd:last-child {
                  margin-bottom: 0px; }
                .page_top_welfare .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dd .time {
                  font-weight: bold; }
          .page_top_welfare .footer_info .hp_info_box .left_box .consultation_hour_info .txt_attention {
            color: #E57571;
            font-size: 1.3rem;
            margin-top: 12px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_welfare .footer_info .hp_info_box .left_box .consultation_hour_info .txt_attention {
                margin-top: 15px; } }
      .page_top_welfare .footer_info .hp_info_box .right_box {
        width: 540px;
        box-sizing: border-box;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .footer_info .hp_info_box .right_box {
            width: 100%;
            box-sizing: border-box;
            margin-top: 20px; }
            .page_top_welfare .footer_info .hp_info_box .right_box .google_map iframe {
              width: 100% !important;
              height: 210px !important; } }
    .page_top_welfare .footer_info .footer_bottom {
      padding: 15px 0;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .footer_info .footer_bottom {
          padding: 10px 0; } }
      .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_left_box {
        margin: 20px 0 10px;
        display: flex;
        align-items: center;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_left_box {
            display: block;
            margin: 5px 0 0; } }
        .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box {
          display: flex;
          flex-wrap: wrap;
          /* SP */
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box {
              display: block;
              text-align: center;
              margin-bottom: 20px; } }
          .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li {
            margin-right: 10px; }
            .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li a {
              display: block;
              padding: 0 15px;
              font-size: 1.4rem;
              line-height: 4.0rem;
              font-weight: bold;
              border: solid 1px #FA8D37;
              border-radius: 5px;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li a {
                  display: inline-block; } }
              .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li a:hover {
                color: #F17624;
                transition: .3s; }
          @media screen and (max-width: 767px) {
            .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li {
              margin: 0px auto 10px; }
              .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li a {
                font-size: 1.3rem;
                line-height: 3.4rem; } }
        .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box {
          display: flex;
          margin: 0 10px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box {
              flex-wrap: wrap;
              margin: 10px 0 0; } }
          .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li {
            /* SP */ }
            .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li a {
              display: block;
              border-right: solid 1px #FA8D37;
              padding: 0 15px;
              font-size: 1.4rem;
              line-height: 2.6rem; }
              .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li a:hover {
                color: #F17624;
                transition: .3s; }
            .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li:first-child a {
              border-left: solid 1px #FA8D37; }
            @media screen and (max-width: 767px) {
              .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li {
                width: 50%;
                box-sizing: border-box;
                margin-bottom: 10px;
                text-align: center; }
                .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li a {
                  padding: 0 10px;
                  font-size: 1.3rem; }
                .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li:nth-child(odd) a {
                  border-left: solid 1px #FA8D37; } }
      .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_right_box {
        float: right; }
        .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box {
          z-index: 999;
          position: fixed;
          bottom: 50px;
          left: calc(50% + 480px);
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box {
              bottom: 10px;
              left: calc(100% - 67px); } }
          .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box a {
            /* SP */ }
            .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box a:hover {
              opacity: 0.8;
              transition: .3s; }
            @media screen and (max-width: 767px) {
              .page_top_welfare .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box a img {
                width: 50px;
                height: 50px; } }
    .page_top_welfare .footer_info .footer_copyright {
      background-color: #FA8D37;
      /* SP */ }
      .page_top_welfare .footer_info .footer_copyright .txt_copyright {
        font-size: 1.2rem;
        color: #FFF;
        padding: 5px 0; }
        .page_top_welfare .footer_info .footer_copyright .txt_copyright .copyright {
          float: left; }
        .page_top_welfare .footer_info .footer_copyright .txt_copyright .powered_by {
          float: right; }
          .page_top_welfare .footer_info .footer_copyright .txt_copyright .powered_by a {
            text-decoration: underline;
            color: #FFF; }
      @media screen and (max-width: 767px) {
        .page_top_welfare .footer_info .footer_copyright {
          padding: 10px 0;
          text-align: center; }
          .page_top_welfare .footer_info .footer_copyright .txt_copyright .copyright {
            float: none;
            font-size: 1.1rem; }
          .page_top_welfare .footer_info .footer_copyright .txt_copyright .powered_by {
            margin-top: 10px;
            float: none;
            font-size: 1.0rem; } }
  .page_top_welfare .aside {
    /* SP */
    /* asides_list_box
    ------------------------------------ */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .aside {
        width: calc(100% + 34px);
        margin: 0 -17px 0 -17px;
        border-top: solid 2px #FA8D37;
        border-bottom: solid 2px #FA8D37; } }
    .page_top_welfare .aside .aside_list_box {
      width: 260px;
      box-sizing: border-box;
      margin-right: 50px;
      padding: 30px 20px 40px;
      background-color: #F7F7F7;
      border-top: solid 4px #FA8D37;
      /* SP */
      /* asides_list_box（2爪以降）
      ------------------------------------ */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .aside .aside_list_box {
          width: 100%;
          padding: 30px 17px;
          border-top: none;
          border-bottom: solid 1px #C9C9C9;
          margin-bottom: 0px; } }
      .page_top_welfare .aside .aside_list_box .tl_category_list {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 0 0 20px;
        border-bottom: solid 1px #FA8D37;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .aside .aside_list_box .tl_category_list {
            font-size: 1.4rem;
            margin: 0 0 10px;
            border-bottom: none; } }
      .page_top_welfare .aside .aside_list_box .category_list_box {
        border: solid 1px #C9C9C9;
        border-radius: 5px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .aside .aside_list_box .category_list_box {
            border-radius: 1px; } }
        .page_top_welfare .aside .aside_list_box .category_list_box li {
          position: relative; }
          .page_top_welfare .aside .aside_list_box .category_list_box li a {
            display: block;
            border-bottom: solid 1px #C9C9C9;
            background-color: #FFF;
            padding: 10px 40px 10px 20px;
            color: #3E3E3E;
            font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
            font-size: 1.6rem;
            font-weight: bold;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_welfare .aside .aside_list_box .category_list_box li a {
                padding: 13px 14px 13px 20px;
                font-size: 1.3rem;
                font-weight: normal; } }
            .page_top_welfare .aside .aside_list_box .category_list_box li a:hover {
              color: #F17624;
              background-color: #FFEDDB;
              transition: .3s; }
          .page_top_welfare .aside .aside_list_box .category_list_box li::after {
            content: '';
            width: 12px;
            height: 12px;
            background-image: url("../img_welfare/ico_arrow.svg");
            background-size: 12px 12px;
            background-repeat: no-repeat;
            display: inline-block;
            position: absolute;
            top: 50%;
            right: 20px;
            margin-top: -6px; }
          .page_top_welfare .aside .aside_list_box .category_list_box li:first-child a {
            border-radius: 5px 5px 0 0; }
          .page_top_welfare .aside .aside_list_box .category_list_box li:last-child a {
            border-radius: 0 0 5px 5px;
            border-bottom: none; }
          .page_top_welfare .aside .aside_list_box .category_list_box li.current_category a {
            color: #F17624;
            background-color: #FFEDDB; }
      .page_top_welfare .aside .aside_list_box ~ .aside_list_box {
        padding: 0px 20px 40px;
        border-top: none;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .aside .aside_list_box ~ .aside_list_box {
            width: 100%;
            padding: 30px 17px;
            border-top: none;
            border-bottom: solid 1px #C9C9C9;
            margin-bottom: 0px; } }
  .page_top_welfare .sp_nav_list_box .nav_list_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .page_top_welfare .sp_nav_list_box .nav_list_box li {
      position: relative;
      width: calc(50% - 0.5px);
      box-sizing: border-box;
      border-top: solid 1px #C9C9C9;
      border-right: solid 1px #C9C9C9;
      background-color: #F7F7F7; }
      .page_top_welfare .sp_nav_list_box .nav_list_box li:nth-child(even) {
        border-right: none; }
      .page_top_welfare .sp_nav_list_box .nav_list_box li:nth-child(-n+2) {
        border-top: none; }
      .page_top_welfare .sp_nav_list_box .nav_list_box li a {
        display: block;
        font-size: 1.3rem;
        font-weight: bold;
        padding: 10px 20px; }
        .page_top_welfare .sp_nav_list_box .nav_list_box li a::after {
          content: '';
          width: 12px;
          height: 12px;
          background-image: url("../img_welfare/ico_arrow.svg");
          background-size: 12px 12px;
          background-repeat: no-repeat;
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -6px; }
  .page_top_welfare .faq_list_box {
    margin-bottom: 50px; }
    .page_top_welfare .faq_list_box .faq_list .list_box {
      border-top: solid 1px #C9C9C9; }
      .page_top_welfare .faq_list_box .faq_list .list_box:last-child {
        border-bottom: solid 1px #C9C9C9; }
      .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box {
        display: flex;
        padding: 20px 50px 20px 20px;
        color: #3E3E3E;
        position: relative;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box {
            padding: 15px 40px 15px 15px; } }
        .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box:hover {
          opacity: 0.6;
          transition: .3s;
          text-decoration: none; }
        .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .ico_faq_q {
          width: 30px;
          margin-right: 15px;
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          font-size: 2.8rem;
          line-height: 2.8rem;
          font-weight: bold;
          color: #3E3E3E;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .ico_faq_q {
              width: 25px;
              margin-right: 0px;
              font-size: 2.0rem;
              line-height: 2.0rem; } }
        .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .description_box {
          flex: 1; }
          .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .description_box .txt_box {
            font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
            font-size: 1.8rem;
            font-weight: bold;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .description_box .txt_box {
                font-size: 1.6rem; } }
      .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box {
        position: relative;
        display: flex;
        padding: 20px 50px 20px 20px;
        color: #3E3E3E;
        background-color: #F7F7F7;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box {
            padding: 15px 40px 15px 15px; } }
        .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .ico_faq_a {
          width: 30px;
          margin-right: 15px;
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          font-size: 2.8rem;
          line-height: 2.8rem;
          font-weight: bold;
          color: #F17624;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .ico_faq_a {
              width: 25px;
              margin-right: 0px;
              font-size: 2.0rem;
              line-height: 2.0rem; } }
        .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box {
          flex: 1; }
          .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link {
            display: flex;
            margin-top: 20px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link {
                flex-wrap: wrap; } }
            .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_badge {
              width: 120px;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_badge {
                  width: 100%; } }
              .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_badge .txt_related_badge {
                display: inline-block;
                color: #707070;
                font-size: 1.4rem;
                line-height: 2.6rem;
                padding: 0 20px;
                position: relative;
                top: -3px;
                left: 0;
                border: solid 1px #707070;
                border-radius: 1px;
                background-color: #FFF; }
            .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list {
              display: block;
              flex: 1;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list {
                  margin-top: 5px; } }
              .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li {
                margin-bottom: 5px;
                padding-left: 1.2em;
                text-indent: -1.2em; }
                .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li:last-child {
                  margin-bottom: 0; }
                .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li a {
                  color: #F17624;
                  display: block; }
                  .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li a::before {
                    content: '';
                    width: 15px;
                    height: 15px;
                    background-image: url("../img_cmn/ico_arrow.svg");
                    background-size: 7px;
                    background-repeat: no-repeat;
                    display: inline-block;
                    position: relative;
                    top: 3px;
                    left: 3px;
                    margin-right: 3px; }
                  .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li a:hover {
                    text-decoration: underline; }
      .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .label_open_close {
        position: relative;
        cursor: pointer;
        /* SP */ }
        .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .label_open_close.label_open::after {
          position: absolute;
          content: "";
          background-image: url("../img_welfare/ico_minus_circle.svg");
          background-size: 25px auto;
          width: 25px;
          height: 25px;
          margin-top: -14px;
          right: 10px;
          top: 50%;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .label_open_close.label_open::after {
              background-size: 22px auto;
              width: 22px;
              height: 22px; } }
        .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .label_open_close.label_close::after {
          position: absolute;
          content: "";
          background-image: url("../img_welfare/ico_plus_circle.svg");
          background-size: 25px auto;
          width: 25px;
          height: 25px;
          margin-top: -14px;
          right: 10px;
          top: 50%;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .faq_list_box .faq_list .list_box .list_click_open .label_open_close.label_close::after {
              background-size: 22px auto;
              width: 22px;
              height: 22px; } }
  @media screen and (max-width: 767px) {
    .page_top_welfare .sp_category_list_box .btn_select {
      margin-top: 40px; }
      .page_top_welfare .sp_category_list_box .btn_select .tl_category_list {
        font-weight: bold;
        margin-bottom: 10px; }
      .page_top_welfare .sp_category_list_box .btn_select .select_label {
        position: relative; }
        .page_top_welfare .sp_category_list_box .btn_select .select_label::after {
          content: '';
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          top: 50%;
          right: 1em;
          margin-top: -.3em;
          border-width: .6em .5em;
          border-style: solid;
          border-color: #FA8D37 transparent transparent;
          z-index: 1;
          pointer-events: none; }
        .page_top_welfare .sp_category_list_box .btn_select .select_label .select_item {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          cursor: pointer;
          width: 100%;
          position: relative;
          padding: 8px;
          outline: none;
          border: 1px solid #C9C9C9;
          border-radius: 2px;
          font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
          margin-bottom: -10px; } }
  .page_top_welfare .cont_liaise {
    position: relative;
  /* 上部導入
	------------------------------------ */
    /* 電話問合せ
    --------------- */
    /* ３ステップ
    ------------------------------------ */
    /* formのスタイル
    ------------------------------------ */
    /* 戻るボタン
    --------------- */ }
    .page_top_welfare .cont_liaise .main_box .txt_Kerning {
      letter-spacing: -0.03em; }
    .page_top_welfare .cont_liaise .txt_intro {
      margin-top: 40px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .cont_liaise .txt_intro {
          margin-top: 30px; } }
    .page_top_welfare .cont_liaise .contact_link_box {
      margin: 30px 0 30px;
      padding: 0 0 0;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .cont_liaise .contact_link_box {
          padding: 0px 20px 30px; } }
      .page_top_welfare .cont_liaise .contact_link_box .tell_box {
        margin: 25px 20px 25px; }
    .page_top_welfare .cont_liaise .liaise_step_box {
      margin: 110px auto 60px;
      text-align: center;
      position: relative;
      /* SP */
      /* ステップ未着地
      --------------- */
      /* 現在のステップ地点
      --------------- */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .cont_liaise .liaise_step_box {
          margin: 90px auto 40px; } }
      .page_top_welfare .cont_liaise .liaise_step_box::before {
        content: "";
        position: absolute;
        display: block;
        width: 450px;
        height: 1px;
        top: -22px;
        left: 50%;
        margin-left: -225px;
        background-color: #C9C9C9;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .cont_liaise .liaise_step_box::before {
            width: 200px;
            margin-left: -100px; } }
      .page_top_welfare .cont_liaise .liaise_step_box ol {
        display: flex;
        justify-content: center;
        align-items: center; }
      .page_top_welfare .cont_liaise .liaise_step_box li {
        width: 220px;
        position: relative;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .cont_liaise .liaise_step_box li {
            width: 100px; } }
      .page_top_welfare .cont_liaise .liaise_step_box .step_do {
        color: #F17624;
        font-size: 1.3rem; }
        .page_top_welfare .cont_liaise .liaise_step_box .step_do::before {
          content: "";
          position: absolute;
          display: block;
          width: 20px;
          height: 20px;
          top: -31px;
          left: 50%;
          margin-left: -10px;
          background-color: #FA8D37;
          border-radius: 50px;
          box-sizing: border-box; }
      .page_top_welfare .cont_liaise .liaise_step_box .step_undone {
        font-size: 1.3rem; }
        .page_top_welfare .cont_liaise .liaise_step_box .step_undone::before {
          content: "";
          position: absolute;
          display: block;
          width: 20px;
          height: 20px;
          top: -31px;
          left: 50%;
          margin-left: -10px;
          background-color: #F7F7F7;
          border: solid 1px #C9C9C9;
          border-radius: 50px;
          box-sizing: border-box; }
    .page_top_welfare .cont_liaise .contact_form {
      margin-top: 30px; }
      .page_top_welfare .cont_liaise .contact_form .form_box {
        position: relative; }
      .page_top_welfare .cont_liaise .contact_form .form_table {
        width: 100%;
        margin-bottom: 40px;
        table-layout: fixed;
        /* SP */
        /* エラーメッセージ
        --------------- */
        /* 必須アイコン
        --------------- */ }
        .page_top_welfare .cont_liaise .contact_form .form_table tr {
          background-color: #FFEDDB;
          /* お問い合わせ内容、その他選択時
          --------------- */ }
          .page_top_welfare .cont_liaise .contact_form .form_table tr:first-child .form_th {
            padding-top: 50px;
            /* SP */ }
            .page_top_welfare .cont_liaise .contact_form .form_table tr:first-child .form_th .ico_require {
              top: 60px; }
            @media screen and (max-width: 767px) {
              .page_top_welfare .cont_liaise .contact_form .form_table tr:first-child .form_th {
                padding: 40px 10px 10px; }
                .page_top_welfare .cont_liaise .contact_form .form_table tr:first-child .form_th .ico_require {
                  top: 0px; } }
          .page_top_welfare .cont_liaise .contact_form .form_table tr:first-child .form_td {
            padding-top: 50px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_welfare .cont_liaise .contact_form .form_table tr:first-child .form_td {
                padding: 0px 10px 10px; } }
          .page_top_welfare .cont_liaise .contact_form .form_table tr:last-child .form_th {
            padding-bottom: 50px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_welfare .cont_liaise .contact_form .form_table tr:last-child .form_th {
                padding: 20px 10px 10px; } }
          .page_top_welfare .cont_liaise .contact_form .form_table tr:last-child .form_td {
            padding-bottom: 50px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_welfare .cont_liaise .contact_form .form_table tr:last-child .form_td {
                padding: 0px 10px 30px; } }
          .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td,
          .page_top_welfare .cont_liaise .contact_form .form_table tr .form_th {
            position: relative;
            vertical-align: top;
            text-align: left;
            /* SP */ }
          .page_top_welfare .cont_liaise .contact_form .form_table tr .form_th {
            font-weight: bold;
            width: 240px;
            padding: 20px 0 20px 25px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_th {
                display: block;
                width: 100%;
                padding: 20px 10px 10px;
                box-sizing: border-box; } }
          .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td {
            padding: 20px 25px 20px 0;
            /* SP */
            /* セレクトボックスのスタイル設定
            --------------- */
            /* radio,checkボタン
            --------------- */ }
            @media screen and (max-width: 767px) {
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td {
                display: block;
                width: 100%;
                padding: 0px 10px 10px;
                box-sizing: border-box; } }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .txt_notice {
              margin: 15px 0 5px; }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .ex {
              font-size: 12px;
              color: #999;
              margin-top: 10px; }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td button,
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=email],
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=tel],
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=text],
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td select,
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td textarea {
              margin: 0;
              padding: 0;
              background: none;
              border: none;
              border-radius: 0;
              outline: none;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              /** add */
              border: solid 1px #FA8D37;
              border-radius: 1px; }
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td button::placeholder,
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=email]::placeholder,
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=tel]::placeholder,
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=text]::placeholder,
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td select::placeholder,
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td textarea::placeholder {
                color: #8B918B;
                /* SP */ }
                @media screen and (max-width: 767px) {
                  .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td button::placeholder,
                  .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=email]::placeholder,
                  .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=tel]::placeholder,
                  .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=text]::placeholder,
                  .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td select::placeholder,
                  .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td textarea::placeholder {
                    font-size: 1.3rem; } }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td textarea::-webkit-input-placeholder {
              color: #8B918B;
              font-size: 1.5rem;
              font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td textarea::-webkit-input-placeholder {
                  font-size: 1.3rem; } }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td textarea:-moz-placeholder {
              color: #8B918B;
              font-size: 1.5rem;
              font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td textarea:-moz-placeholder {
                  font-size: 1.3rem; } }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td textarea:-ms-input-placeholder {
              color: #8B918B;
              font-size: 1.5rem;
              font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td textarea:-ms-input-placeholder {
                  font-size: 1.3rem; } }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=email]::-ms-clear,
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=tel]::-ms-clear,
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=text]::-ms-clear {
              visibility: hidden; }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=email]::-ms-reveal,
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=tel]::-ms-reveal,
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=text]::-ms-reveal {
              visibility: hidden; }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td select::-ms-expand {
              display: none; }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td textarea {
              resize: none; }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td select {
              padding: 9px 10px; }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=email],
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=tel],
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=text],
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td textarea {
              padding: 10px 15px;
              width: 100%;
              box-sizing: border-box;
              background: #fff;
              font-size: 1.5rem;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=email],
                .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=tel],
                .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=text],
                .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td textarea {
                  padding: 10px 10px; } }
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=email].input_box_min,
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=tel].input_box_min,
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=text].input_box_min,
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td textarea.input_box_min {
                width: 320px;
                /* SP */ }
                @media screen and (max-width: 767px) {
                  .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=email].input_box_min,
                  .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=tel].input_box_min,
                  .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=text].input_box_min,
                  .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td textarea.input_box_min {
                    width: 100%; } }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td button,
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input,
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td select,
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td textarea {
              font-family: inherit;
              font-size: 100%;
              padding: 10px 15px;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td button,
                .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input,
                .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td select,
                .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td textarea {
                  padding: 10px 10px; } }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .select_label {
              position: relative;
              border-radius: 0;
              z-index: 0; }
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .select_label::after {
                content: '';
                position: absolute;
                display: block;
                width: 0;
                height: 0;
                top: 50%;
                right: 1em;
                margin-top: -.3em;
                border-width: .6em .5em;
                border-style: solid;
                border-color: #FA8D37 transparent transparent;
                z-index: 1;
                pointer-events: none; }
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .select_label .select_item {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                cursor: pointer;
                width: 100%;
                position: relative;
                padding: 10px 15px;
                outline: none;
                border: 1px solid #FA8D37;
                border-radius: 2px;
                background-color: #FFF;
                font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
                /* SP */ }
                @media screen and (max-width: 767px) {
                  .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .select_label .select_item {
                    padding: 10px 10px; } }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .radio_box {
              /* SP */ }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=checkbox],
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=radio] {
              display: none; }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type="checkbox"]:checked + label.checkbox,
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type="radio"]:checked + label.radio {
              background-color: #FFE3C7; }
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type="checkbox"]:checked + label.checkbox:after,
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type="radio"]:checked + label.radio:after {
                background: #fff; }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .checkbox,
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .radio {
              box-sizing: border-box;
              -webkit-transition: background-color 0.2s linear;
              transition: background-color 0.2s linear;
              position: relative;
              display: inline-block;
              padding: 11px 20px 9px 50px;
              vertical-align: middle;
              margin-right: 20px;
              cursor: pointer;
              background-color: #FFF;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .checkbox,
                .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .radio {
                  display: block;
                  margin-right: 0px; } }
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .checkbox:hover,
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .radio:hover {
                background-color: #FFE3C7; }
                .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .checkbox:hover:after,
                .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .radio:hover:after {
                  border-color: #707070;
                  background: #fff; }
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .checkbox:after,
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .radio:after {
                -webkit-transition: border-color 0.2s linear;
                transition: border-color 0.2s linear;
                position: absolute;
                top: 50%;
                left: 15px;
                display: block;
                margin-top: -11px;
                width: 20px;
                height: 20px;
                border: 1px solid #707070;
                background: #fff;
                content: ''; }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .radio {
              /* SP */ }
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .radio:before {
                -webkit-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear;
                position: absolute;
                top: 50%;
                left: 19px;
                display: block;
                margin-top: -7px;
                width: 14px;
                height: 14px;
                border-radius: 50%;
                background-color: #FA8D37;
                z-index: 1;
                content: '';
                opacity: 0; }
                input[type=radio]:checked + .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .radio:before {
                  opacity: 1; }
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .radio:after {
                border-radius: 50%; }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=radio]:checked + .radio:before {
              opacity: 1; }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .checkbox {
              padding-left: 52px;
              /* SP */ }
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .checkbox:before {
                -webkit-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear;
                position: absolute;
                top: 50%;
                left: 20px;
                display: block;
                margin-top: -9px;
                width: 5px;
                height: 9px;
                border-right: 3px solid #FA8D37;
                border-bottom: 3px solid #FA8D37;
                content: '';
                opacity: 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                z-index: 10;
                /* SP */ }
                input[type=checkbox]:checked + .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .checkbox:before {
                  opacity: 1; }
              .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td .checkbox:after {
                left: 15px;
                width: 16px;
                height: 16px;
                margin-top: -10px;
                /* SP */ }
            .page_top_welfare .cont_liaise .contact_form .form_table tr .form_td input[type=checkbox]:checked + .checkbox:before {
              opacity: 1; }
          .page_top_welfare .cont_liaise .contact_form .form_table tr .zipcode span {
            display: inline-block; }
          .page_top_welfare .cont_liaise .contact_form .form_table tr .zipcode input[type=text] {
            width: 465px;
            margin-left: 10px; }
            @media screen and (max-width: 767px) {
              .page_top_welfare .cont_liaise .contact_form .form_table tr .zipcode input[type=text] {
                width: 270px; } }
        .page_top_welfare .cont_liaise .contact_form .form_table .error_message {
          color: #EB4640;
          font-size: 1.3rem;
          margin-top: 5px; }
        .page_top_welfare .cont_liaise .contact_form .form_table .ico_require {
          display: inline-block;
          font-size: 1.2rem;
          font-weight: normal;
          color: #EB4640;
          padding: 0 10px;
          margin-left: 1em;
          background-color: #FFF;
          border: solid 1px #EB4640;
          border-radius: 50px;
          position: absolute;
          top: 30px;
          right: 10px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .cont_liaise .contact_form .form_table .ico_require {
              position: relative;
              top: 0px;
              right: 0; } }
      .page_top_welfare .cont_liaise .contact_form .txt_th {
        margin-top: 10px;
        font-size: 1.4rem;
        line-height: 2.0rem; }
        .page_top_welfare .cont_liaise .contact_form .txt_th.type_patient {
          color: #F17624; }
        .page_top_welfare .cont_liaise .contact_form .txt_th .txt_type {
          display: block;
          font-weight: normal;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .cont_liaise .contact_form .txt_th .txt_type {
              font-weight: bold; } }
      .page_top_welfare .cont_liaise .contact_form .txt_notice {
        font-size: 1.3rem; }
      .page_top_welfare .cont_liaise .contact_form .txt_indent {
        padding-left: 1em;
        text-indent: -1em; }
      .page_top_welfare .cont_liaise .contact_form .form_pp .txt_box {
        margin: 10px 0px 10px 10px;
        font-size: 1.4rem;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .cont_liaise .contact_form .form_pp .txt_box {
            margin: 0px 10px; } }
      .page_top_welfare .cont_liaise .contact_form .btn_box {
        position: relative;
        text-align: center;
        margin: 50px 0 30px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .cont_liaise .contact_form .btn_box {
            margin: 30px 0 20px; } }
        .page_top_welfare .cont_liaise .contact_form .btn_box input {
          color: #FFF;
          width: 320px;
          height: 60px;
          line-height: 6.0rem;
          background-color: #FA8D37;
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          font-size: 2.0rem;
          font-weight: bold;
          cursor: pointer;
          box-sizing: border-box;
          border: solid 1px #FA8D37;
          border-radius: 50px;
          background-image: url("../img_cmn/ico_arrow_white.svg");
          background-repeat: no-repeat;
          background-size: 10px;
          background-position: 95% 50%;
          box-shadow: 1px 1px 3px #DEDEDE;
          /* SP */ }
          .page_top_welfare .cont_liaise .contact_form .btn_box input:hover {
            opacity: 0.8;
            transition: .3s; }
          @media screen and (max-width: 767px) {
            .page_top_welfare .cont_liaise .contact_form .btn_box input {
              width: 90%;
              height: 52px;
              line-height: 5.2rem;
              font-size: 1.6rem; } }
        .page_top_welfare .cont_liaise .contact_form .btn_box input.btn_disabled {
          color: #C9C9C9;
          background-color: #F7F7F7;
          border: solid 1px #C9C9C9;
          background-image: url("../img_cmn/ico_arrow_gray.svg");
          /* SP */ }
    .page_top_welfare .cont_liaise .retry {
      position: absolute;
      left: 0;
      bottom: 0px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .cont_liaise .retry {
          position: relative;
          width: 90%;
          margin: 0 auto 20px; } }
    .page_top_welfare .cont_liaise .retry_btn {
      color: #3E3E3E;
      width: 140px;
      height: 50px;
      line-height: 5.0rem;
      background-color: #FFF;
      font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
      font-size: 2.0rem;
      font-weight: bold;
      cursor: pointer;
      box-sizing: border-box;
      border: solid 1px #FA8D37;
      border-radius: 50px;
      background-image: url("../img_welfare/ico_arrow_left.svg");
      background-repeat: no-repeat;
      background-size: 10px;
      background-position: 10% 50%;
      box-shadow: 1px 1px 3px #DEDEDE;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .cont_liaise .retry_btn {
          height: 44px;
          line-height: 4.4rem;
          font-size: 1.6rem; } }
      .page_top_welfare .cont_liaise .retry_btn:hover {
        opacity: 0.8;
        transition: .3s; }
  .page_top_welfare .cont_liaise_check .liaise_step_box::before {
    background: linear-gradient(90deg, #FA8D37 0%, #FA8D37 50%, #C9C9C9 50%, #C9C9C9 100%); }
  @media screen and (max-width: 767px) {
    .page_top_welfare .cont_liaise_check .parts_tl_01 {
      margin-top: 40px; } }
  .page_top_welfare .cont_liaise_check .contact_form .txt_th {
    margin-top: 1px; }
  .page_top_welfare .cont_liaise_check .contact_form .form_table tr:first-child .form_th .ico_require {
    top: 50px; }
    @media screen and (max-width: 767px) {
      .page_top_welfare .cont_liaise_check .contact_form .form_table tr:first-child .form_th .ico_require {
        top: 0px; } }
  .page_top_welfare .cont_liaise_check .contact_form .form_table tr .form_td {
    padding: 20px 25px 20px 10px; }
    @media screen and (max-width: 767px) {
      .page_top_welfare .cont_liaise_check .contact_form .form_table tr .form_td {
        padding: 5px 10px 20px 10px !important; } }
  .page_top_welfare .cont_liaise_check .contact_form .form_table .ico_require {
    top: 20px; }
    @media screen and (max-width: 767px) {
      .page_top_welfare .cont_liaise_check .contact_form .form_table .ico_require {
        top: 0px; } }
  .page_top_welfare .cont_liaise_sent .liaise_step_box::before {
    background-color: #FA8D37; }
  @media screen and (max-width: 767px) {
    .page_top_welfare .cont_liaise_sent .parts_tl_01 {
      margin-top: 40px; } }
  .page_top_welfare .cont_liaise_sent .txt_message {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .page_top_welfare .cont_liaise_sent .txt_message {
        width: 80%;
        margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .page_top_welfare .cont_liaise_sent .contact_link_box {
      margin: 10px 0 20px; } }
  .page_top_welfare .cont_liaise_sent .top_link_box {
    padding: 1px 0; }
  .page_top_welfare .main_img {
    position: relative;
    min-width: 1100px;
    min-height: 600px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .main_img {
        min-width: inherit;
        min-height: inherit; } }
  .page_top_welfare .slide_wrap {
    padding-top: 125px;
    position: relative;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .slide_wrap {
        padding-top: 64px; } }
  .page_top_welfare .swiper-container {
    position: absolute;
    top: -8vw;
    left: 50%;
    margin-left: -10vw;
    height: 65vw;
    width: 65vw;
    max-width: 900px;
    min-width: 800px;
    max-height: 900px;
    min-height: 800px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .swiper-container {
        top: -10px;
        right: -60px;
        height: 320px;
        width: 320px;
        max-width: 320px;
        min-width: 320px;
        max-height: 320px;
        min-height: 320px; } }
  .page_top_welfare .slide-img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .page_top_welfare .slide-img img {
      display: block;
      width: 65vw;
      height: 65vw;
      max-width: 900px;
      min-width: 800px;
      max-height: 900px;
      min-height: 800px;
      border-radius: 50%;
      object-fit: cover;
      font-family: 'object-fit: cover;';
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .slide-img img {
          width: 320px;
          height: 320px;
          max-width: 320px;
          min-width: 320px;
          max-height: 320px;
          min-height: 320px; } }
  .page_top_welfare .swiper-pagination {
    display: none; }
    .page_top_welfare .swiper-pagination .swiper-pagination-bullet-active {
      background: #079558 !important; }
  .page_top_welfare .copy_box_welfare {
    position: absolute;
    top: 180px;
    left: 50%;
    margin-left: -520px;
    z-index: 1;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .copy_box_welfare {
        top: 100px;
        left: 0;
        margin-left: 10px;
        width: 100%; } }
    .page_top_welfare .copy_box_welfare .copy_main img {
      width: 360px;
      height: 310px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .copy_box_welfare .copy_main img {
          width: 180px;
          height: 160px; } }
    .page_top_welfare .copy_box_welfare .copy_txt {
      font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
      text-align: left;
      font-size: 1.8rem;
      margin-top: 50px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .copy_box_welfare .copy_txt {
          text-align: center;
          font-size: 1.5rem;
          margin: 70px 0 0 -10px;
          padding: 10px;
          background-color: #FA8D37;
          color: #FFF; } }
  .page_top_welfare .features {
    text-align: center;
    padding: 80px 0 30px;
    background-color: #FFEDDB;
    background-size: 100%;
    height: auto;
    margin-top: 70px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .features {
        margin-top: 40px;
        padding: 50px 0 0px; } }
    .page_top_welfare .features .features_box .txt_tl_bottom {
      font-size: 1.8rem;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .features .features_box .txt_tl_bottom {
          font-size: 1.4rem; } }
    .page_top_welfare .features .features_box .features_intro_box {
      margin: 50px 0;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .features .features_box .features_intro_box {
          margin: 30px 0 0px; } }
      .page_top_welfare .features .features_box .features_intro_box .features_list {
        display: flex;
        justify-content: space-between;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .features .features_box .features_intro_box .features_list {
            flex-wrap: wrap; } }
        .page_top_welfare .features .features_box .features_intro_box .features_list li {
          width: 320px;
          text-align: left;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .features .features_box .features_intro_box .features_list li {
              width: 100%; } }
          .page_top_welfare .features .features_box .features_intro_box .features_list li .features_list_box {
            position: relative;
            z-index: 0; }
            .page_top_welfare .features .features_box .features_intro_box .features_list li .features_list_box::before {
              content: '';
              width: 180px;
              height: 180px;
              border-radius: 50%;
              display: inline-block;
              position: absolute;
              top: 70px;
              right: -20px;
              background-color: #FFDEC1;
              z-index: -1; }
            .page_top_welfare .features .features_box .features_intro_box .features_list li .features_list_box img {
              width: 320px;
              height: 200px;
              object-fit: cover;
              font-family: 'object-fit: cover;';
              margin-bottom: 15px;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_welfare .features .features_box .features_intro_box .features_list li .features_list_box img {
                  width: 100%; } }
            .page_top_welfare .features .features_box .features_intro_box .features_list li .features_list_box .tl_features {
              color: #FB8600;
              font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
              font-size: 2.4rem;
              font-weight: bold;
              margin-bottom: 10px;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_welfare .features .features_box .features_intro_box .features_list li .features_list_box .tl_features {
                  font-size: 2.0rem;
                  margin-bottom: 5px; } }
            .page_top_welfare .features .features_box .features_intro_box .features_list li .features_list_box .txt_features {
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_welfare .features .features_box .features_intro_box .features_list li .features_list_box .txt_features {
                  margin-bottom: 40px; } }
          .page_top_welfare .features .features_box .features_intro_box .features_list li:nth-child(2n) .features_list_box::before {
            top: -40px;
            right: -20px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_welfare .features .features_box .features_intro_box .features_list li:nth-child(2n) .features_list_box::before {
                right: inherit;
                left: -20px; } }
          .page_top_welfare .features .features_box .features_intro_box .features_list li:nth-child(3n) .features_list_box::before {
            top: 70px;
            right: inherit;
            left: -20px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_welfare .features .features_box .features_intro_box .features_list li:nth-child(3n) .features_list_box::before {
                top: -40px;
                right: -20px;
                left: inherit; } }
  .page_top_welfare .inner_link_pc {
    display: flex;
    justify-content: center;
    margin: 50px 0 40px; }
    .page_top_welfare .inner_link_pc .inner_link_btn {
      width: 460px;
      text-align: center;
      margin: 0 30px; }
      .page_top_welfare .inner_link_pc .inner_link_btn a {
        position: relative;
        display: block;
        width: 100%;
        height: 150px;
        box-sizing: border-box;
        border: solid 2px #FA8D37;
        border-radius: 80px;
        padding: 0 20px;
        cursor: pointer;
        font-size: 2.6rem;
        font-weight: bold;
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        box-shadow: 1px 1px 3px #DEDEDE;
        background-image: url("../img_welfare/ico_arrow_white.svg");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: top 49% right 20px; }
        .page_top_welfare .inner_link_pc .inner_link_btn a .txt_block {
          position: absolute;
          top: 70px;
          left: 25%; }
          .page_top_welfare .inner_link_pc .inner_link_btn a .txt_block::before {
            content: '';
            display: inline-block;
            width: 80px;
            height: 60px;
            vertical-align: middle;
            top: -60px;
            left: 50%;
            margin-left: -40px;
            position: absolute; }
          .page_top_welfare .inner_link_pc .inner_link_btn a .txt_block.btn_ico_service {
            left: 23%; }
            .page_top_welfare .inner_link_pc .inner_link_btn a .txt_block.btn_ico_service::before {
              background: url("../img_welfare/ico_service.svg") no-repeat 0 0; }
          .page_top_welfare .inner_link_pc .inner_link_btn a .txt_block.btn_ico_map {
            left: 27%; }
            .page_top_welfare .inner_link_pc .inner_link_btn a .txt_block.btn_ico_map::before {
              background: url("../img_welfare/ico_map.svg") no-repeat 0 0; }
          .page_top_welfare .inner_link_pc .inner_link_btn a .txt_block::after {
            content: '';
            width: 20px;
            height: 20px;
            background-image: url("../img_welfare/ico_arrow.svg");
            background-size: 20px 20px;
            background-repeat: no-repeat;
            display: inline-block;
            position: absolute;
            top: 45px;
            left: 50%;
            margin-left: -10px;
            transform: rotate(90deg); }
        .page_top_welfare .inner_link_pc .inner_link_btn a .txt_min {
          font-size: 2.2rem; }
        .page_top_welfare .inner_link_pc .inner_link_btn a:hover {
          opacity: 0.8;
          transition: .3s; }
  .page_top_welfare .inner_link_sp {
    display: flex;
    justify-content: center;
    margin: 100px 0 0px; }
    .page_top_welfare .inner_link_sp .inner_link_btn {
      width: 45%;
      text-align: center;
      margin: 0 7px; }
      .page_top_welfare .inner_link_sp .inner_link_btn a {
        position: relative;
        display: block;
        width: 100%;
        height: 120px;
        box-sizing: border-box;
        border: solid 2px #FA8D37;
        border-radius: 5px;
        padding: 0 20px;
        cursor: pointer;
        font-size: 2.0rem;
        line-height: 2.4rem;
        font-weight: bold;
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        box-shadow: 1px 1px 3px #DEDEDE; }
        .page_top_welfare .inner_link_sp .inner_link_btn a .txt_block {
          position: absolute;
          top: 46px;
          left: 50%;
          margin-left: -60px;
          width: 120px; }
          .page_top_welfare .inner_link_sp .inner_link_btn a .txt_block::before {
            content: '';
            display: inline-block;
            width: 52px;
            height: 39px;
            background-repeat: no-repeat;
            background-size: 52px 39px;
            vertical-align: middle;
            top: -40px;
            left: 50%;
            margin-left: -26px;
            position: absolute; }
          .page_top_welfare .inner_link_sp .inner_link_btn a .txt_block.btn_ico_service::before {
            background-image: url("../img_welfare/ico_service.svg"); }
          .page_top_welfare .inner_link_sp .inner_link_btn a .txt_block.btn_ico_map::before {
            background-image: url("../img_welfare/ico_map.svg"); }
          .page_top_welfare .inner_link_sp .inner_link_btn a .txt_block::after {
            content: '';
            width: 20px;
            height: 20px;
            background-image: url("../img_welfare/ico_arrow.svg");
            background-size: 20px 20px;
            background-repeat: no-repeat;
            display: inline-block;
            position: absolute;
            top: 47px;
            left: 50%;
            margin-left: -10px;
            transform: rotate(90deg); }
        .page_top_welfare .inner_link_sp .inner_link_btn a .txt_min {
          display: block;
          font-size: 1.4rem; }
        .page_top_welfare .inner_link_sp .inner_link_btn a:hover {
          opacity: 0.8;
          transition: .3s; }
  .page_top_welfare .service_care {
    text-align: center;
    padding: 70px 0 50px;
    background-color: #F7F7F7;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .service_care {
        padding: 30px 0 50px; } }
    .page_top_welfare .service_care .ico_service {
      margin-top: 70px;
      position: relative;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .service_care .ico_service {
          margin-top: 50px; } }
      .page_top_welfare .service_care .ico_service::before {
        content: '';
        display: inline-block;
        width: 80px;
        height: 60px;
        background: url("../img_welfare/ico_service.svg") no-repeat 0 0;
        vertical-align: middle;
        top: -70px;
        left: 50%;
        margin-left: -40px;
        position: absolute;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .service_care .ico_service::before {
            background-size: 62px 50px;
            width: 62px;
            height: 50px;
            top: -55px;
            left: 50%;
            margin-left: -31px; } }
    .page_top_welfare .service_care .service_care_box .service_list_box {
      padding: 0 0 30px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .service_care .service_care_box .service_list_box {
          padding: 0 0 0; } }
      .page_top_welfare .service_care .service_care_box .service_list_box .tl_care_type {
        display: block;
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-size: 2.8rem;
        font-weight: bold;
        color: #F17624;
        margin: 20px 0;
        position: relative;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .service_care .service_care_box .service_list_box .tl_care_type {
            font-size: 2.0rem;
            width: 100%;
            height: 1px;
            margin-bottom: 30px; } }
        .page_top_welfare .service_care .service_care_box .service_list_box .tl_care_type span {
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .service_care .service_care_box .service_list_box .tl_care_type span {
              position: absolute;
              top: -34px;
              left: 50%;
              margin-left: -78px;
              z-index: 1; } }
        .page_top_welfare .service_care .service_care_box .service_list_box .tl_care_type::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          display: block;
          width: 410px;
          height: 1px;
          border-top: solid 2px #FA8D37;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .service_care .service_care_box .service_list_box .tl_care_type::before {
              width: 100%;
              z-index: 0; } }
        .page_top_welfare .service_care .service_care_box .service_list_box .tl_care_type::after {
          content: '';
          position: absolute;
          top: 50%;
          right: 0;
          display: block;
          width: 400px;
          height: 1px;
          border-top: solid 2px #FA8D37;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .service_care .service_care_box .service_list_box .tl_care_type::after {
              top: -10px;
              right: 50%;
              margin-right: -90px;
              display: block;
              width: 180px;
              height: 20px;
              border-top: none;
              background-color: #F7F7F7;
              z-index: 0; } }
        .page_top_welfare .service_care .service_care_box .service_list_box .tl_care_type img {
          width: 80px;
          height: 60px;
          margin-right: 10px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .service_care .service_care_box .service_list_box .tl_care_type img {
              width: 48px;
              height: 47px;
              margin-right: 5px; } }
      .page_top_welfare .service_care .service_care_box .service_list_box ul.switch_pc {
        display: flex;
        list-style: none;
        padding: 0;
        margin: 0 auto;
        overflow: hidden; }
        .page_top_welfare .service_care .service_care_box .service_list_box ul.switch_pc li {
          margin: 20px 40px 20px 0; }
        .page_top_welfare .service_care .service_care_box .service_list_box ul.switch_pc li:nth-child(4n) {
          margin-right: 0px; }
      .page_top_welfare .service_care .service_care_box .service_list_box .switch_sp {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.7rem;
        font-weight: bold;
        background-color: #FFF;
        border: solid 1px #FA8D37;
        position: relative;
        text-align: left; }
        @media screen and (max-width: 335px) {
          .page_top_welfare .service_care .service_care_box .service_list_box .switch_sp {
            font-size: 1.6rem; } }
        .page_top_welfare .service_care .service_care_box .service_list_box .switch_sp .btn {
          padding: 12px; }
        .page_top_welfare .service_care .service_care_box .service_list_box .switch_sp::after {
          content: '';
          width: 14px;
          height: 14px;
          background-image: url(../img_welfare/ico_arrow.svg);
          background-size: 14px 14px;
          background-repeat: no-repeat;
          transform: rotate(90deg);
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -7px; }
      .page_top_welfare .service_care .service_care_box .service_list_box li.btn {
        cursor: pointer;
        position: relative;
        width: 245px;
        height: 130px;
        border: solid 2px #FA8D37;
        border-radius: 5px;
        box-sizing: border-box;
        display: table;
        text-align: center;
        background-color: #FFF;
        box-shadow: 1px 1px 3px #DEDEDE; }
        @media all and (max-width: 1200px) {
          .page_top_welfare .service_care .service_care_box .service_list_box li.btn {
            width: 200px; } }
        .page_top_welfare .service_care .service_care_box .service_list_box li.btn span {
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          font-size: 2.0rem;
          line-height: 2.8rem;
          font-weight: bold;
          display: table-cell;
          vertical-align: middle;
          padding-bottom: 20px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .service_care .service_care_box .service_list_box li.btn span {
              font-size: 1.8rem; } }
        .page_top_welfare .service_care .service_care_box .service_list_box li.btn::after {
          content: '';
          width: 18px;
          height: 18px;
          background-image: url(../img_welfare/ico_arrow.svg);
          background-size: 18px 18px;
          background-repeat: no-repeat;
          transform: rotate(90deg);
          display: inline-block;
          position: absolute;
          bottom: 20px;
          left: 50%;
          margin-left: -9px; }
        .page_top_welfare .service_care .service_care_box .service_list_box li.btn:hover {
          opacity: .6; }
      .page_top_welfare .service_care .service_care_box .service_list_box li.inactive {
        position: relative; }
        .page_top_welfare .service_care .service_care_box .service_list_box li.inactive::before {
          content: '';
          width: 36px;
          height: 36px;
          background-image: url(../img_welfare/ico_sankaku.svg);
          background-size: 36px 36px;
          background-repeat: no-repeat;
          display: inline-block;
          position: absolute;
          bottom: -26px;
          left: 50%;
          margin-left: -18px; }
        .page_top_welfare .service_care .service_care_box .service_list_box li.inactive:hover {
          opacity: 1; }
        .page_top_welfare .service_care .service_care_box .service_list_box li.inactive span {
          opacity: .5; }
      .page_top_welfare .service_care .service_care_box .service_list_box .boxDisplay {
        display: block;
        animation: show 0.5s linear 0s; }
      .page_top_welfare .service_care .service_care_box .service_list_box .boxNone {
        display: none; }
@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
      .page_top_welfare .service_care .service_care_box .service_list_box .service_details {
        position: relative;
        padding: 40px 0 40px;
        background-color: #FFEDDB;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-bottom: 20px;
        border-top: solid 3px #FA8D37;
        border-bottom: solid 3px #FA8D37;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .service_care .service_care_box .service_list_box .service_details {
            width: 100%;
            margin-left: 0;
            padding: 40px 10px;
            box-sizing: border-box;
            border-top: none;
            border-bottom: solid 1px #FA8D37;
            border-left: solid 1px #FA8D37;
            border-right: solid 1px #FA8D37; } }
        .page_top_welfare .service_care .service_care_box .service_list_box .service_details.display_show {
          background-color: inherit;
          padding: 30px 0;
          border-top: none;
          border-bottom: none;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .service_care .service_care_box .service_list_box .service_details.display_show {
              padding: 10px 0 40px;
              border-bottom: none;
              border-left: none;
              border-right: none; } }
        .page_top_welfare .service_care .service_care_box .service_list_box .service_details .service_details_inner {
          width: 1100px;
          margin: 0 auto;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .service_care .service_care_box .service_list_box .service_details .service_details_inner {
              width: 100%; } }
        .page_top_welfare .service_care .service_care_box .service_list_box .service_details .service_name {
          display: inline-block;
          text-align: center;
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          font-size: 2.4rem;
          font-weight: bold;
          border-bottom: solid 2px #FA8D37;
          padding-bottom: 5px;
          margin-bottom: 40px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .service_care .service_care_box .service_list_box .service_details .service_name {
              display: block;
              text-align: left;
              font-size: 1.8rem;
              margin-bottom: 20px; } }
        .page_top_welfare .service_care .service_care_box .service_list_box .service_details .service_details_box {
          display: flex;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .service_care .service_care_box .service_list_box .service_details .service_details_box {
              flex-wrap: wrap; } }
          .page_top_welfare .service_care .service_care_box .service_list_box .service_details .service_details_box .service_img_box {
            width: 500px;
            margin-right: 30px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_welfare .service_care .service_care_box .service_list_box .service_details .service_details_box .service_img_box {
                width: 100%;
                margin-right: 0px; } }
            .page_top_welfare .service_care .service_care_box .service_list_box .service_details .service_details_box .service_img_box img {
              width: 500px;
              height: 300px;
              margin-bottom: 15px;
              object-fit: cover;
              font-family: 'object-fit: cover;';
              /*IE対策*/
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_welfare .service_care .service_care_box .service_list_box .service_details .service_details_box .service_img_box img {
                  width: 100%;
                  height: 220px; } }
          .page_top_welfare .service_care .service_care_box .service_list_box .service_details .service_details_box .details_link_box {
            flex: 1;
            text-align: left;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_welfare .service_care .service_care_box .service_list_box .service_details .service_details_box .details_link_box {
                width: 100%; } }
            .page_top_welfare .service_care .service_care_box .service_list_box .service_details .service_details_box .details_link_box .txt_details_box {
              margin-bottom: 20px; }
            .page_top_welfare .service_care .service_care_box .service_list_box .service_details .service_details_box .details_link_box .service_area_box {
              border: solid 1px #FA8D37;
              border-radius: 1px; }
              .page_top_welfare .service_care .service_care_box .service_list_box .service_details .service_details_box .details_link_box .service_area_box .tl_txt {
                font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
                font-size: 2.0rem;
                font-weight: bold;
                color: #FFF;
                text-align: center;
                padding: 8px;
                background-color: #FA8D37;
                /* SP */ }
                @media screen and (max-width: 767px) {
                  .page_top_welfare .service_care .service_care_box .service_list_box .service_details .service_details_box .details_link_box .service_area_box .tl_txt {
                    font-size: 1.8rem;
                    padding: 0 8px; } }
              .page_top_welfare .service_care .service_care_box .service_list_box .service_details .service_details_box .details_link_box .service_area_box .txt_area {
                padding: 15px;
                background-color: #FFF;
                /* SP */ }
                @media screen and (max-width: 767px) {
                  .page_top_welfare .service_care .service_care_box .service_list_box .service_details .service_details_box .details_link_box .service_area_box .txt_area {
                    padding: 10px; } }
  .page_top_welfare .service_area {
    text-align: center;
    padding: 75px 0 50px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .service_area {
        padding: 40px 0 30px; } }
    .page_top_welfare .service_area .ico_map {
      margin-top: 60px;
      position: relative;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .service_area .ico_map {
          margin-top: 50px; } }
      .page_top_welfare .service_area .ico_map::before {
        content: '';
        display: inline-block;
        width: 80px;
        height: 60px;
        background: url("../img_welfare/ico_map.svg") no-repeat 0 0;
        vertical-align: middle;
        top: -70px;
        left: 50%;
        margin-left: -40px;
        position: absolute;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .service_area .ico_map::before {
            background-size: 62px 50px;
            width: 62px;
            height: 50px;
            top: -55px;
            left: 50%;
            margin-left: -31px; } }
    .page_top_welfare .service_area .service_area_box {
      margin: 20px 0 30px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .service_area .service_area_box {
          margin: 0px 0 0px; } }
      .page_top_welfare .service_area .service_area_box .map_img_box {
        float: right;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .service_area .service_area_box .map_img_box {
            float: none;
            margin-bottom: 40px; } }
        .page_top_welfare .service_area .service_area_box .map_img_box img {
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .service_area .service_area_box .map_img_box img {
              width: 205px;
              height: 305px; } }
      .page_top_welfare .service_area .service_area_box .area_link_box_wrap {
        float: left;
        width: 350px;
        text-align: left;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .service_area .service_area_box .area_link_box_wrap {
            width: 100%; } }
        .page_top_welfare .service_area .service_area_box .area_link_box_wrap .txt_city_name {
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          font-size: 2.8rem;
          font-weight: bold;
          color: #FA8D37;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .service_area .service_area_box .area_link_box_wrap .txt_city_name {
              font-size: 2.0rem; } }
          .page_top_welfare .service_area .service_area_box .area_link_box_wrap .txt_city_name .ico_bg_circle {
            display: inline-block;
            width: 40px;
            height: 40px;
            margin-right: 10px;
            margin-bottom: 10px;
            color: #F17624;
            text-align: center;
            line-height: 4.0rem;
            vertical-align: middle;
            border-radius: 50%;
            border: solid 1px #F17624;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_welfare .service_area .service_area_box .area_link_box_wrap .txt_city_name .ico_bg_circle {
                width: 23px;
                height: 23px;
                line-height: 2.3rem;
                margin-right: 7px;
                margin-bottom: 4px;
                font-size: 1.8rem; } }
        .page_top_welfare .service_area .service_area_box .area_link_box_wrap .area_link_box {
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          font-size: 2.0rem;
          line-height: 3.2rem;
          border-left: solid 5px #FA8D37;
          padding-left: 15px;
          margin: 20px 0 40px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .service_area .service_area_box .area_link_box_wrap .area_link_box {
              font-size: 1.8rem;
              border-left: solid 3px #FA8D37;
              line-height: 2.8rem;
              margin: 10px 0 30px; } }
          .page_top_welfare .service_area .service_area_box .area_link_box_wrap .area_link_box .txt_address {
            margin-bottom: 20px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_welfare .service_area .service_area_box .area_link_box_wrap .area_link_box .txt_address {
                font-size: 1.4rem;
                margin-bottom: 15px; } }
          .page_top_welfare .service_area .service_area_box .area_link_box_wrap .area_link_box .area_link_list li {
            padding-left: 1.2em;
            text-indent: -1.2em;
            margin-bottom: 25px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_welfare .service_area .service_area_box .area_link_box_wrap .area_link_box .area_link_list li {
                margin-bottom: 15px; } }
            .page_top_welfare .service_area .service_area_box .area_link_box_wrap .area_link_box .area_link_list li a {
              display: block;
              font-weight: bold; }
              .page_top_welfare .service_area .service_area_box .area_link_box_wrap .area_link_box .area_link_list li a::before {
                content: '';
                width: 15px;
                height: 15px;
                background-image: url("../img_welfare/ico_arrow.svg");
                background-size: 8px;
                background-repeat: no-repeat;
                display: inline-block;
                position: relative;
                top: 1px;
                left: 3px;
                margin-right: 3px; }
  .page_top_welfare .top_news_list {
    text-align: center;
    padding: 80px 0 50px;
    background-color: #FDFAF7;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .top_news_list {
        padding: 50px 0 20px; } }
    .page_top_welfare .top_news_list .news_box .news_list_box {
      margin-bottom: 40px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .top_news_list .news_box .news_list_box {
          margin-bottom: 30px; } }
  .page_top_welfare .relation {
    padding: 80px 0 0px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .page_top_welfare .relation {
        padding: 50px 0 0px; } }
    .page_top_welfare .relation .relation_box .relation_link_box {
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_welfare .relation .relation_box .relation_link_box {
          padding: 0px 0 25px; } }
      .page_top_welfare .relation .relation_box .relation_link_box .relation_link_list {
        display: flex;
        flex-wrap: wrap;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_welfare .relation .relation_box .relation_link_box .relation_link_list {
            justify-content: space-between; } }
        .page_top_welfare .relation .relation_box .relation_link_box .relation_link_list li {
          width: 340px;
          border-radius: 5px;
          border: solid 1px #FA8D37;
          background-color: #FFF;
          box-shadow: 1px 1px 3px #DEDEDE;
          margin: 0 10px 30px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_welfare .relation .relation_box .relation_link_box .relation_link_list li {
              width: 48%;
              margin-bottom: 15px;
              box-sizing: border-box;
              margin: 0 0px 15px; } }
          .page_top_welfare .relation .relation_box .relation_link_box .relation_link_list li a {
            display: block; }
            .page_top_welfare .relation .relation_box .relation_link_box .relation_link_list li a:hover {
              opacity: 0.8;
              transition: .3s; }
            .page_top_welfare .relation .relation_box .relation_link_box .relation_link_list li a .btn_link_relation img {
              width: 340px;
              height: 160px;
              object-fit: cover;
              font-family: 'object-fit: cover;';
              display: block;
              border-radius: 5px 5px 0px 0px;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_welfare .relation .relation_box .relation_link_box .relation_link_list li a .btn_link_relation img {
                  width: 100%;
                  height: 80px; } }
            .page_top_welfare .relation .relation_box .relation_link_box .relation_link_list li a .btn_link_relation .btn_txt {
              display: block;
              padding: 10px 20px;
              color: #079558;
              font-size: 1.8rem;
              background-image: url("../img_welfare/ico_arrow.svg");
              background-repeat: no-repeat;
              background-size: 10px;
              background-position: top 51% right 20px;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_welfare .relation .relation_box .relation_link_box .relation_link_list li a .btn_link_relation .btn_txt {
                  background-image: none;
                  padding: 5px 10px;
                  font-size: 1.6rem; } }
              .page_top_welfare .relation .relation_box .relation_link_box .relation_link_list li a .btn_link_relation .btn_txt img {
                width: 240px;
                height: auto;
                /* SP */ }
                @media screen and (max-width: 767px) {
                  .page_top_welfare .relation .relation_box .relation_link_box .relation_link_list li a .btn_link_relation .btn_txt img {
                    width: 100%; } }
  .page_top_welfare .cont_footer_info .footer_info {
    padding-top: 0px; }
  .page_top_welfare .bottom_nav {
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_welfare .bottom_nav {
        border-top: solid 2px #FA8D37;
        border-bottom: solid 2px #FA8D37; } }

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */
/*=================================================
 * 豊泉会グループ 共通パーツの実装
 * ================================================ */
.page_top_group {
  /* ------------------------------------
  /* 共通パーツ
  ------------------------------------ */
  /* テキストカラー見出し
  ------------------------------------ */
  /* ------------------------------------
  /* コンテンツ パーツ
  ------------------------------------ */
  /* アイコン
  --------------- */
  /* アイコン
  ------------------------------------ */
  /* コンテンツページ タイトル
  --------------- */
  /* ------------------------------------
  /* コンテンツページ タイトル
  ------------------------------------ */
  /* ------------------------------------
  /* パンくず
  ------------------------------------ */
  /* ページ送りパーツ
  --------------- */
  /* ------------------------------------
  /* ページ送り 全体スタイル
  ------------------------------------ */
  /* ------------------------------------
  /* ページ番号
  ------------------------------------ */
  /* ------------------------------------
  /* 一覧へ戻るボタン
  ------------------------------------ */
  /* 見出しパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* テキストパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* テキスト＋画像 パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* 画像パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* テキスト装飾
  ------------------------------------ */
  /* ページ内リンク
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* リストパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* テーブルパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* ボタンパーツ
  --------------- */
  /* ------------------------------------
  /* コンテンツページ・編集用パーツ
  ------------------------------------ */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /* SP */
  /*=================================================
   * ＜共通＞ ボタン
   * ================================================ */
  /* ------------------------------------
  /* 電話ボタン
  ------------------------------------ */
  /* ------------------------------------
  /* お問い合わせ リンク
  ------------------------------------ */
  /* ------------------------------------
  /* ヘッダー
  ------------------------------------ */
  /* ------------------------------------
  /* ヘッダー（グローバルナビ）
  ------------------------------------ */
  /* 共通ボタン
  ------------------------------------ */
  /*=================================================
  * スマホメニュー
  * ================================================ */
  /* ------------------------------------
    js:画面下スクロールでヘッダーサイズを変更
  ------------------------------------ */
  /* ------------------------------------
  /* フッダー
  ------------------------------------ */
  /* ------------------------------------
  /* 共通フッダー
  ------------------------------------ */
  /* フッダー
  ------------------------------------ */
  /* ------------------------------------
  /* サイド
  ------------------------------------ */
  /* sp_nav_list_box　（SP下部ナビゲーション）
  ------------------------------------ */
  /*=================================================
  * モジュールページ
  * ================================================ */
  /* ------------------------------------
  /* FAQ
  ------------------------------------ */
  /* ------------------------------------
  /* FAQ　リスト
  ------------------------------------ */
  /* ------------------------------------
  /* SP カテゴリーリスト
  ------------------------------------ */
  /* ------------------------------------
  /* liaise
  ------------------------------------ */
  /* ------------------------------------
   /* お問い合わせフォーム
   ------------------------------------ */
  /* ------------------------------------
   /* お問い合わせフォーム（確認画面 上書き）
   ------------------------------------ */
  /* ------------------------------------
   /* お問い合わせフォーム（送信完了画面 上書き）
   ------------------------------------ */
  /*=================================================
   * 介護・福祉サービス コンテンツ
   * ================================================ */
  /* メインイメージ
  ------------------------------------ */
  /* トップスライダー（js上書き）
  ------------------------------------ */
  /* キャッチコピー
  --------------- */
  /* ------------------------------------
  /* グループ施設一覧
  ------------------------------------ */
  /* ------------------------------------
  /* お知らせ
  ------------------------------------ */
  /* ------------------------------------
  /* お知らせ
  ------------------------------------ */
  /* ------------------------------------
  /* 関連施設
  ------------------------------------ */
  /* ------------------------------------
  /* フッター
  ------------------------------------ */
  /* ------------------------------------
  /* SP下部ナビゲーション
  ------------------------------------ */ }
  .page_top_group #content {
    padding-top: 0px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group #content {
        padding-top: 110px; } }
  .page_top_group .tl_bold {
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 3.4rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 40px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .tl_bold {
        font-size: 2.4rem;
        margin-bottom: 15px; } }
  .page_top_group .ico_faq::before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url("../img_group/ico_faq.svg") no-repeat 0 0;
    background-size: 21px 21px;
    vertical-align: middle;
    padding-right: 4px;
    position: relative;
    top: -1px; }
  .page_top_group .ico_ex_link::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../img_group/ico_ex_link.svg") no-repeat 0 0;
    vertical-align: middle;
    padding-right: 7px;
    position: relative;
    top: -1px; }
  .page_top_group .ico_contact::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 13px;
    background: url("../img_group/ico_contact.svg") no-repeat 0 0;
    vertical-align: middle;
    padding-right: 6px;
    position: relative;
    top: -2px; }
  .page_top_group .page_tl {
    margin-bottom: 20px;
    /* SP */ }
    .page_top_group .page_tl .page_tl_box {
      width: 100%;
      height: 130px;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #EBF8F5; }
      .page_top_group .page_tl .page_tl_box .tl_cont_page {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-size: 3.2rem;
        font-weight: bold;
        display: inline-block;
        margin: 0 20px; }
    @media screen and (max-width: 767px) {
      .page_top_group .page_tl {
        margin-bottom: 10px; }
        .page_top_group .page_tl .page_tl_box {
          height: 80px; }
          .page_top_group .page_tl .page_tl_box .tl_cont_page {
            font-size: 2.4rem;
            margin: 0 10px; }
          .page_top_group .page_tl .page_tl_box img {
            width: 30px;
            height: auto; } }
  .page_top_group .topic_path {
    margin-bottom: 50px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .topic_path {
        margin-bottom: 40px; } }
    .page_top_group .topic_path .topic_path_list {
      display: flex;
      flex-wrap: wrap; }
      .page_top_group .topic_path .topic_path_list li {
        position: relative;
        padding: 0 15px;
        display: inline-block;
        font-size: 1.4rem;
        margin-bottom: 2px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .topic_path .topic_path_list li {
            font-size: 1.3rem; } }
        .page_top_group .topic_path .topic_path_list li a {
          text-decoration: underline;
          color: #2E887C; }
          .page_top_group .topic_path .topic_path_list li a:hover {
            opacity: 0.8;
            transition: .3s; }
        .page_top_group .topic_path .topic_path_list li::before {
          display: inline-block;
          content: '＞';
          font-size: 1.2rem;
          position: absolute;
          top: 1px;
          left: 0px;
          color: #3E3E3E; }
        .page_top_group .topic_path .topic_path_list li:first-child {
          text-indent: -1.2em; }
          .page_top_group .topic_path .topic_path_list li:first-child::before {
            display: none; }
  .page_top_group .page_nav {
    margin: 50px 0 30px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .page_nav {
        margin: 40px 0 0px; } }
    .page_top_group .page_nav .pages {
      text-align: center;
      /* ------------------------------------
      /* 「前へ」「次へ」ボタン
      ------------------------------------ */
      /* SP */
      /* ページが存在しない場合
        --------------- */ }
      .page_top_group .page_nav .pages .page_list {
        display: flex;
        justify-content: center;
        align-items: center;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .page_nav .pages .page_list {
            flex-wrap: wrap; } }
      .page_top_group .page_nav .pages .next a,
      .page_top_group .page_nav .pages .prev a {
        border: none;
        display: inline-block;
        position: relative;
        border: solid 1px #43B9AA;
        border-radius: 5px;
        padding: 3px 0;
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 1.6rem;
        line-height: 4.0rem;
        width: 120px; }
        .page_top_group .page_nav .pages .next a:hover,
        .page_top_group .page_nav .pages .prev a:hover {
          opacity: 0.6;
          transition: .3s;
          text-decoration: none; }
      .page_top_group .page_nav .pages .next {
        margin-left: 30px; }
        .page_top_group .page_nav .pages .next a:after {
          content: "";
          position: absolute;
          background: url("../img_group/ico_arrow.svg") no-repeat;
          background-size: 16px 16px;
          width: 16px;
          height: 16px;
          right: 10px;
          top: 50%;
          margin-top: -8px;
          transform: rotate(0deg); }
      .page_top_group .page_nav .pages .prev {
        margin-right: 30px; }
        .page_top_group .page_nav .pages .prev a:after {
          content: "";
          position: absolute;
          background: url("../img_group/ico_arrow.svg") no-repeat;
          background-size: 16px 16px;
          width: 16px;
          height: 16px;
          left: 10px;
          top: 50%;
          margin-top: -8px;
          transform: rotate(180deg); }
      @media screen and (max-width: 767px) {
        .page_top_group .page_nav .pages .next {
          order: 3;
          margin-left: 10px;
          width: 45%; }
          .page_top_group .page_nav .pages .next a {
            width: 100%; }
        .page_top_group .page_nav .pages .prev {
          order: 2;
          margin-right: 10px;
          width: 45%; }
          .page_top_group .page_nav .pages .prev a {
            width: 100%; }
        .page_top_group .page_nav .pages .return_btn_box {
          margin-top: 30px;
          order: 4;
          width: 100%; }
          .page_top_group .page_nav .pages .return_btn_box a {
            width: 96%; } }
      .page_top_group .page_nav .pages .no_link a {
        background-color: #F7F7F7;
        border: none;
        color: #8D8D8D; }
        .page_top_group .page_nav .pages .no_link a:after {
          display: none; }
  .page_top_group .page_number_box {
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .page_number_box {
        order: 1;
        margin: 0  0 30px;
        width: 100%; } }
    .page_top_group .page_number_box li:first-child {
      margin-left: 0; }
    .page_top_group .page_number_box .current {
      margin-left: 10px;
      display: inline-block;
      position: relative;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_group .page_number_box .current {
          margin-left: 8px; } }
      .page_top_group .page_number_box .current a {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        color: #FFF;
        font-weight: bold;
        font-size: 1.6rem;
        display: inline-block;
        text-align: center;
        line-height: 48px;
        padding: 0 15px;
        min-width: 50px;
        box-sizing: border-box;
        background-color: #43B9AA;
        border: 1px solid #43B9AA;
        border-radius: 50px;
        pointer-events: none;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .page_number_box .current a {
            font-size: 1.4rem;
            line-height: 38px;
            min-width: 40px; } }
    .page_top_group .page_number_box .current_none {
      margin-left: 10px;
      display: inline-block;
      position: relative;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_group .page_number_box .current_none {
          margin-left: 8px; } }
      .page_top_group .page_number_box .current_none a {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 1.6rem;
        display: inline-block;
        text-align: center;
        line-height: 48px;
        padding: 0 15px;
        min-width: 50px;
        box-sizing: border-box;
        background-color: #fff;
        border: 1px solid #43B9AA;
        border-radius: 50px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .page_number_box .current_none a {
            font-size: 1.4rem;
            line-height: 38px;
            min-width: 40px; } }
        .page_top_group .page_number_box .current_none a:hover {
          color: #FFF;
          background-color: #43B9AA;
          text-decoration: none; }
          .page_top_group .page_number_box .current_none a:hover span {
            color: #FFF; }
  .page_top_group .return_btn_box a {
    border: none;
    display: inline-block;
    position: relative;
    border: solid 1px #43B9AA;
    border-radius: 5px;
    padding: 3px 0;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 4.0rem;
    width: 300px; }
    .page_top_group .return_btn_box a:hover {
      opacity: 0.6;
      transition: .3s;
      text-decoration: none; }
    .page_top_group .return_btn_box a .ico_list::before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 20px;
      background: url("../img_group/ico_list.svg") no-repeat 0 0;
      background-repeat: no-repeat;
      background-size: auto;
      background-repeat: no-repeat;
      background-size: 20px 20px;
      position: relative;
      top: 4px;
      left: -10px; }
  .page_top_group .parts_tl_01 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.8rem;
    font-weight: bold;
    border-bottom: solid 2px #43B9AA;
    padding-bottom: 5px;
    margin-top: 65px;
    margin-bottom: 25px;
    /* SP */ }
    .page_top_group .parts_tl_01::before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      box-sizing: border-box;
      border-radius: 50%;
      background-color: #43B9AA;
      margin-right: 20px;
      position: relative;
      top: -5px;
      left: 0; }
    @media screen and (max-width: 767px) {
      .page_top_group .parts_tl_01 {
        font-size: 2.2rem;
        margin-top: 50px;
        margin-bottom: 20px;
        padding-left: 0.8em;
        text-indent: -0.8em; }
        .page_top_group .parts_tl_01::before {
          width: 8px;
          height: 8px;
          margin-right: 10px;
          top: -3px; } }
  .page_top_group .parts_tl_02 {
    display: block;
    position: relative;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.6rem;
    font-weight: bold;
    border-bottom: solid 1px #43B9AA;
    padding-bottom: 5px;
    margin-top: 65px;
    margin-bottom: 25px;
    /* SP */ }
    .page_top_group .parts_tl_02::before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      box-sizing: border-box;
      border: solid 3px #43B9AA;
      border-radius: 50%;
      background-color: #FFF;
      margin-right: 20px;
      position: relative;
      top: -5px;
      left: 0; }
    @media screen and (max-width: 767px) {
      .page_top_group .parts_tl_02 {
        font-size: 2.0rem;
        margin-top: 50px;
        margin-bottom: 20px;
        padding-left: 0.9em;
        text-indent: -0.9em; }
        .page_top_group .parts_tl_02::before {
          width: 8px;
          height: 8px;
          margin-right: 10px;
          top: -3px; } }
  .page_top_group .parts_tl_03 {
    display: block;
    position: relative;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 65px;
    margin-bottom: 25px;
    padding: 5px 0;
    background-color: #F5FCFB;
    /* SP */ }
    .page_top_group .parts_tl_03::before {
      content: '';
      display: inline-block;
      width: 10px;
      height: 10px;
      box-sizing: border-box;
      border: solid 3px #43B9AA;
      border-radius: 50%;
      background-color: #FFF;
      margin-left: 20px;
      margin-right: 20px;
      position: relative;
      top: -5px;
      left: 0; }
    @media screen and (max-width: 767px) {
      .page_top_group .parts_tl_03 {
        font-size: 2.0rem;
        margin-top: 50px;
        margin-bottom: 20px;
        padding: 7px 0;
        padding-left: 1.4em;
        text-indent: -1.4em; }
        .page_top_group .parts_tl_03::before {
          width: 8px;
          height: 8px;
          margin-left: 10px;
          margin-right: 10px;
          top: -3px; } }
  .page_top_group .parts_tl_04 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.2rem;
    font-weight: bold;
    margin-top: 65px;
    margin-bottom: 20px;
    /* SP */ }
    .page_top_group .parts_tl_04::before {
      content: '';
      display: inline-block;
      width: 50px;
      height: 1px;
      box-sizing: border-box;
      background-color: #43B9AA;
      margin-right: 20px;
      position: relative;
      top: -7px;
      left: 0; }
    @media screen and (max-width: 767px) {
      .page_top_group .parts_tl_04 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px;
        padding-left: 2.2em;
        text-indent: -2.2em; }
        .page_top_group .parts_tl_04::before {
          width: 30px;
          margin-right: 10px; } }
  .page_top_group .parts_tl_05 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    border-bottom: dotted 2px #43B9AA;
    padding-bottom: 5px;
    margin-top: 65px;
    margin-bottom: 25px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .parts_tl_05 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px; }
        .page_top_group .parts_tl_05::before {
          width: 30px;
          margin-right: 10px; } }
  .page_top_group .parts_tl_06 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    color: #2E887C;
    margin-top: 65px;
    margin-bottom: 20px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .parts_tl_06 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px; } }
  .page_top_group .parts_tl_07 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    color: #3E3E3E;
    margin-top: 65px;
    margin-bottom: 20px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .parts_tl_07 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px; } }
  .page_top_group .parts_tl_08 {
    display: block;
    font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
    font-size: 2.0rem;
    font-weight: bold;
    color: #E57571;
    margin-top: 65px;
    margin-bottom: 20px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .parts_tl_08 {
        font-size: 1.8rem;
        margin-top: 50px;
        margin-bottom: 15px; } }
  .page_top_group .parts_txt_01 {
    display: block;
    margin: 30px 0; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_txt_01 {
      display: block;
      margin: 20px 0; } }
  .page_top_group .parts_txt_02 {
    display: block;
    margin: 30px 0;
    text-align: center; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_txt_02 {
      display: block;
      margin: 20px 0; } }
  .page_top_group .parts_txt_03 {
    display: block;
    padding: 30px;
    margin-top: 30px;
    border: solid 1px #43B9AA; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_txt_03 {
      padding: 20px;
      margin-top: 20px; } }
  .page_top_group .parts_txt_04 {
    display: block;
    padding: 30px;
    margin-top: 30px;
    background-color: #F5FCFB;
    border-radius: 1px; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_txt_04 {
      padding: 20px;
      margin-top: 20px; } }
  .page_top_group .parts_txt_05 {
    display: block;
    padding: 30px;
    margin-top: 30px;
    background-color: #F7F7F7;
    border-radius: 1px; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_txt_05 {
      padding: 20px;
      margin-top: 20px; } }
  .page_top_group .parts_txt_06 {
    display: block;
    padding: 30px;
    margin-top: 30px;
    background-color: #FDECEB;
    border-radius: 1px; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_txt_06 {
      padding: 20px;
      margin-top: 20px; } }
  .page_top_group .parts_txt_07,
  .page_top_group .parts_txt_08 {
    display: flex;
    justify-content: space-between;
    margin: 30px 0; }
    .page_top_group .parts_txt_07 .txt_box,
    .page_top_group .parts_txt_08 .txt_box {
      width: 375px; }
    .page_top_group .parts_txt_07 .img_box,
    .page_top_group .parts_txt_08 .img_box {
      width: 375px; }
      .page_top_group .parts_txt_07 .img_box img,
      .page_top_group .parts_txt_08 .img_box img {
        width: 375px;
        height: 250px;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
      .page_top_group .parts_txt_07 .img_box .txt_caption,
      .page_top_group .parts_txt_08 .img_box .txt_caption {
        display: block;
        text-align: center;
        margin-top: 10px;
        font-size: 1.3rem; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_txt_07,
    .page_top_group .parts_txt_08 {
      flex-wrap: wrap;
      justify-content: center;
      margin: 20px 0; }
      .page_top_group .parts_txt_07 .txt_box,
      .page_top_group .parts_txt_08 .txt_box {
        width: 100%; }
      .page_top_group .parts_txt_07 .img_box,
      .page_top_group .parts_txt_08 .img_box {
        width: 100%; }
        .page_top_group .parts_txt_07 .img_box img,
        .page_top_group .parts_txt_08 .img_box img {
          width: 100%;
          height: 220px; }
    .page_top_group .parts_txt_07 .img_box {
      margin-top: 15px; }
    .page_top_group .parts_txt_08 .txt_box {
      margin-top: 15px; } }
  .page_top_group .parts_txt_09 {
    margin: 30px 0; }
    .page_top_group .parts_txt_09 .img_box {
      float: right;
      width: 375px;
      margin-left: 40px;
      margin-bottom: 20px; }
      .page_top_group .parts_txt_09 .img_box img {
        width: 375px;
        height: 250px;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
      .page_top_group .parts_txt_09 .img_box .txt_caption {
        display: block;
        text-align: center;
        margin-top: 10px;
        font-size: 1.3rem; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_txt_09 {
      margin: 20px 0; }
      .page_top_group .parts_txt_09 .img_box {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 0px; }
        .page_top_group .parts_txt_09 .img_box img {
          width: 100%;
          height: 220px;
          object-fit: contain;
          font-family: 'object-fit: contain;'; }
      .page_top_group .parts_txt_09 .txt_box {
        margin-top: 15px; } }
  .page_top_group .parts_txt_10 {
    margin: 30px 0; }
    .page_top_group .parts_txt_10 .img_box {
      float: left;
      width: 375px;
      margin-right: 40px;
      margin-bottom: 20px; }
      .page_top_group .parts_txt_10 .img_box img {
        width: 375px;
        height: 250px;
        object-fit: contain;
        font-family: 'object-fit: contain;'; }
      .page_top_group .parts_txt_10 .img_box .txt_caption {
        display: block;
        text-align: center;
        margin-top: 10px;
        font-size: 1.3rem; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_txt_10 {
      margin: 20px 0; }
      .page_top_group .parts_txt_10 .img_box {
        float: none;
        width: 100%;
        margin-left: 0px;
        margin-bottom: 0px; }
        .page_top_group .parts_txt_10 .img_box img {
          width: 100%;
          height: 220px;
          object-fit: contain;
          font-family: 'object-fit: contain;'; }
      .page_top_group .parts_txt_10 .txt_box {
        margin-top: 15px; } }
  .page_top_group .parts_txt_11 .parts_txt_list,
  .page_top_group .parts_btn_06 .parts_txt_list,
  .page_top_group .parts_btn_07 .parts_txt_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 30px 0 40px; }
    .page_top_group .parts_txt_11 .parts_txt_list li .parts_txt_box,
    .page_top_group .parts_btn_06 .parts_txt_list li .parts_txt_box,
    .page_top_group .parts_btn_07 .parts_txt_list li .parts_txt_box {
      width: 375px; }
      .page_top_group .parts_txt_11 .parts_txt_list li .parts_txt_box .img_box img,
      .page_top_group .parts_btn_06 .parts_txt_list li .parts_txt_box .img_box img,
      .page_top_group .parts_btn_07 .parts_txt_list li .parts_txt_box .img_box img {
        width: 375px;
        height: 250px;
        object-fit: cover;
        font-family: 'object-fit: cover;'; }
      .page_top_group .parts_txt_11 .parts_txt_list li .parts_txt_box .tl_box,
      .page_top_group .parts_btn_06 .parts_txt_list li .parts_txt_box .tl_box,
      .page_top_group .parts_btn_07 .parts_txt_list li .parts_txt_box .tl_box {
        margin-top: 15px;
        color: #2E887C;
        font-size: 1.8rem; }
      .page_top_group .parts_txt_11 .parts_txt_list li .parts_txt_box .txt_box,
      .page_top_group .parts_btn_06 .parts_txt_list li .parts_txt_box .txt_box,
      .page_top_group .parts_btn_07 .parts_txt_list li .parts_txt_box .txt_box {
        margin-top: 5px; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_txt_11 .parts_txt_list,
    .page_top_group .parts_btn_07 .parts_txt_list {
      margin: 20px 0 20px; }
      .page_top_group .parts_txt_11 .parts_txt_list li,
      .page_top_group .parts_btn_07 .parts_txt_list li {
        width: 48%; }
        .page_top_group .parts_txt_11 .parts_txt_list li .parts_txt_box,
        .page_top_group .parts_btn_07 .parts_txt_list li .parts_txt_box {
          width: 100%; }
          .page_top_group .parts_txt_11 .parts_txt_list li .parts_txt_box .img_box img,
          .page_top_group .parts_btn_07 .parts_txt_list li .parts_txt_box .img_box img {
            width: 100%;
            height: 110px; }
          .page_top_group .parts_txt_11 .parts_txt_list li .parts_txt_box .tl_box,
          .page_top_group .parts_btn_07 .parts_txt_list li .parts_txt_box .tl_box {
            margin-top: 10px;
            color: #2E887C;
            font-size: 1.4rem; }
          .page_top_group .parts_txt_11 .parts_txt_list li .parts_txt_box .txt_box,
          .page_top_group .parts_btn_07 .parts_txt_list li .parts_txt_box .txt_box {
            margin-top: 5px;
            font-size: 1.3rem; } }
  .page_top_group .parts_txt_12 {
    position: relative;
    display: block;
    padding: 30px;
    margin: 30px 0;
    background-color: #F7F7F7;
    border-radius: 1px; }
    .page_top_group .parts_txt_12::before {
      content: "“";
      font-family: Arial, sans-serif;
      font-size: 500%;
      line-height: 1;
      color: #C9C9C9;
      position: absolute;
      top: 5px;
      left: 10px; }
    .page_top_group .parts_txt_12::after {
      content: "”";
      font-family: Arial, sans-serif;
      font-size: 500%;
      line-height: 1;
      color: #C9C9C9;
      margin-bottom: -45px;
      position: absolute;
      bottom: 13px;
      right: 10px; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_txt_12 {
      padding: 20px;
      margin: 20px 0; }
      .page_top_group .parts_txt_12::before {
        font-size: 400%;
        top: 0px;
        left: 5px; }
      .page_top_group .parts_txt_12::after {
        font-size: 400%;
        bottom: 13px;
        right: 5px; } }
  .page_top_group .parts_img_01 {
    display: flex;
    justify-content: space-around;
    margin: 30px 0px;
    flex-wrap: wrap; }
    .page_top_group .parts_img_01 img {
      margin: 10px;
      object-fit: contain;
      font-family: 'object-fit: contain;'; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_img_01 {
      flex-wrap: wrap;
      margin: 20px 0;
      width: 100%; }
      .page_top_group .parts_img_01 img {
        max-width: 100%;
        max-height: 220px;
        margin-top: 5px; }
        .page_top_group .parts_img_01 img:first-child {
          margin-top: 0px; } }
  .page_top_group .parts_img_02 {
    margin: 30px 0; }
    .page_top_group .parts_img_02 img {
      width: 100%;
      object-fit: contain;
      font-family: 'object-fit: contain;'; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_img_02 {
      margin: 20px -17px; }
      .page_top_group .parts_img_02 img {
        max-height: 300px;
        object-fit: cover;
        font-family: 'object-fit: cover;'; } }
  .page_top_group .txt_bold {
    font-weight: bold !important; }
  .page_top_group .txt_red {
    color: #E57571 !important; }
  .page_top_group .txt_red_bol {
    font-weight: bold !important;
    color: #E57571 !important; }
  .page_top_group .txt_marker {
    background: linear-gradient(transparent 50%, #F5FF6D 50%); }
  .page_top_group .txt_link {
    text-decoration: underline !important;
    color: #2E887C !important; }
    .page_top_group .txt_link:hover {
      opacity: 0.8;
      transition: .3s; }
  .page_top_group .parts_btn_01 {
    margin: 30px 0;
    padding: 20px 30px;
    background-color: #F5FCFB;
    border-radius: 1px; }
    .page_top_group .parts_btn_01 .parts_btn_list {
      display: flex;
      flex-wrap: wrap; }
      .page_top_group .parts_btn_01 .parts_btn_list li {
        margin-right: 30px; }
        .page_top_group .parts_btn_01 .parts_btn_list li a {
          display: inline-block;
          color: #2E887C;
          font-size: 1.6rem;
          padding: 10px 0;
          cursor: pointer; }
          .page_top_group .parts_btn_01 .parts_btn_list li a::before {
            content: '';
            width: 10px;
            height: 10px;
            background-image: url("../img_cmn/ico_arrow.svg");
            background-size: 10px 10px;
            background-repeat: no-repeat;
            display: inline-block;
            position: relative;
            top: -1px;
            left: 0px;
            margin-right: 7px;
            transform: rotate(90deg); }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_btn_01 {
      margin: 20px 0;
      padding: 10px 20px; }
      .page_top_group .parts_btn_01 .parts_btn_list li {
        margin-right: 25px; }
        .page_top_group .parts_btn_01 .parts_btn_list li a {
          font-size: 1.3rem;
          padding: 10px 0;
          padding-left: 1.4rem;
          text-indent: -1.4em; } }
  .page_top_group .parts_list_01 ul {
    font-size: 1.4rem;
    margin: -10px 0 30px; }
    .page_top_group .parts_list_01 ul li {
      padding-left: 2em;
      text-indent: -1.5em;
      margin: 10px 0; }
      .page_top_group .parts_list_01 ul li::before {
        content: "•　";
        color: #43B9AA; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_list_01 ul {
      font-size: 1.3rem;
      margin: -5px 0 20px; } }
  .page_top_group .parts_list_02 ol {
    counter-reset: li;
    font-size: 1.4rem;
    margin: -10px 0 30px; }
    .page_top_group .parts_list_02 ol li {
      padding-left: 2em;
      text-indent: -2em;
      margin: 10px 0; }
      .page_top_group .parts_list_02 ol li::before {
        color: #43B9AA;
        font-weight: bold;
        counter-increment: li;
        content: counter(li) ".　"; }
      .page_top_group .parts_list_02 ol li:nth-child(n + 10) {
        padding-left: 2.7em;
        text-indent: -2.7em;
        margin: 10px 0; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_list_02 ol {
      font-size: 1.3rem;
      margin: -5px 0 20px; } }
  .page_top_group .parts_list_03 ol {
    counter-reset: li;
    font-size: 1.4rem;
    margin: -10px 0 30px; }
    .page_top_group .parts_list_03 ol li {
      position: relative;
      padding-left: 2em;
      text-indent: -2.0em;
      margin: 10px 0;
      margin-left: 9px; }
      .page_top_group .parts_list_03 ol li::before {
        color: #43B9AA;
        counter-increment: li;
        content: counter(li) " 　"; }
      .page_top_group .parts_list_03 ol li::after {
        content: '';
        display: inline-block;
        width: 26px;
        height: 26px;
        box-sizing: border-box;
        border: solid 1px #43B9AA;
        border-radius: 1px;
        position: absolute;
        top: -2px;
        left: -9px; }
      .page_top_group .parts_list_03 ol li:nth-child(n + 10) {
        padding-left: 2.1em;
        text-indent: -2.3em; }
        .page_top_group .parts_list_03 ol li:nth-child(n + 10)::before {
          content: counter(li) "　";
          position: relative;
          left: -2px; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_list_03 ol {
      font-size: 1.3rem;
      margin: -5px 0 20px; } }
  .page_top_group .parts_list_04 ul {
    margin: -10px 0 30px; }
    .page_top_group .parts_list_04 ul li {
      padding-left: 1.2em;
      text-indent: -1.2em;
      margin: 10px 0; }
      .page_top_group .parts_list_04 ul li a {
        font-size: 1.5rem;
        color: #2E887C; }
        .page_top_group .parts_list_04 ul li a::before {
          content: '';
          width: 15px;
          height: 15px;
          background-image: url("../img_cmn/ico_arrow.svg");
          background-size: 7px;
          background-repeat: no-repeat;
          display: inline-block;
          position: relative;
          top: 3px;
          left: 3px;
          margin-right: 3px; }
        .page_top_group .parts_list_04 ul li a:hover {
          opacity: .8;
          transition: .3s;
          text-decoration: underline; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_list_04 ul {
      margin: -5px 0 20px; }
      .page_top_group .parts_list_04 ul li a {
        font-size: 1.3rem; }
        .page_top_group .parts_list_04 ul li a::before {
          top: 5px; } }
  .page_top_group .parts_list_05 ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    margin: 30px 0 10px; }
    .page_top_group .parts_list_05 ul li {
      display: flex;
      align-items: center;
      position: relative;
      width: 385px;
      box-sizing: border-box;
      background-color: #F5FCFB;
      border: solid 1px #43B9AA;
      border-radius: 1px;
      margin-bottom: 20px; }
      .page_top_group .parts_list_05 ul li a {
        display: block;
        width: 100%;
        padding: 15px 40px 15px 20px;
        font-weight: bold; }
        .page_top_group .parts_list_05 ul li a::after {
          content: '';
          width: 14px;
          height: 14px;
          background-image: url("../img_cmn/ico_arrow.svg");
          background-repeat: no-repeat;
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -6px; }
        .page_top_group .parts_list_05 ul li a:hover {
          color: #2E887C;
          opacity: 0.8;
          transition: .3s; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_list_05 ul {
      display: block;
      margin: 20px 0 10px; }
      .page_top_group .parts_list_05 ul li {
        width: 100%;
        margin-bottom: 10px; }
        .page_top_group .parts_list_05 ul li a {
          width: 100%;
          padding: 14px 30px 14px 15px; }
          .page_top_group .parts_list_05 ul li a::after {
            background-size: 7px;
            right: 3px; } }
  .page_top_group .parts_list_06 ul {
    display: flex;
    flex-flow: wrap;
    margin: 30px 0;
    border-left: solid 1px #43B9AA; }
    .page_top_group .parts_list_06 ul li {
      display: flex;
      align-items: center;
      position: relative;
      width: 33.3%;
      margin-top: -1px;
      box-sizing: border-box;
      background-color: #F5FCFB;
      border-top: solid 1px #43B9AA;
      border-bottom: solid 1px #43B9AA;
      border-right: solid 1px #43B9AA; }
      .page_top_group .parts_list_06 ul li a {
        display: block;
        width: 100%;
        padding: 35px 30px 35px 15px;
        font-weight: bold; }
        .page_top_group .parts_list_06 ul li a::after {
          content: '';
          width: 14px;
          height: 14px;
          background-image: url("../img_cmn/ico_arrow.svg");
          background-repeat: no-repeat;
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -6px; }
        .page_top_group .parts_list_06 ul li a:hover {
          color: #2E887C;
          opacity: 0.8;
          transition: .3s; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_list_06 ul {
      margin: 20px 0; }
      .page_top_group .parts_list_06 ul li {
        width: 50%;
        box-sizing: border-box; }
        .page_top_group .parts_list_06 ul li a {
          display: block;
          width: 100%;
          padding: 25px 25px 25px 10px; }
          .page_top_group .parts_list_06 ul li a::after {
            background-size: 7px;
            right: 3px; } }
  .page_top_group .parts_table_01 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .parts_table_01 {
        margin: 20px 0; } }
    .page_top_group .parts_table_01 tbody {
      font-size: 1.4rem; }
      .page_top_group .parts_table_01 tbody tr {
        width: 100%; }
        .page_top_group .parts_table_01 tbody tr td {
          padding: 8px 20px; }
          .page_top_group .parts_table_01 tbody tr td:first-child {
            font-weight: bold;
            width: 200px;
            box-sizing: border-box; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_table_01 tbody {
      font-size: 1.3rem; }
      .page_top_group .parts_table_01 tbody tr {
        width: 100%; }
        .page_top_group .parts_table_01 tbody tr td {
          padding: 5px 10px; }
          .page_top_group .parts_table_01 tbody tr td:first-child {
            width: 30%;
            box-sizing: border-box; } }
  .page_top_group .parts_table_02 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .parts_table_02 {
        margin: 20px 0; } }
    .page_top_group .parts_table_02 tbody {
      font-size: 1.4rem; }
      .page_top_group .parts_table_02 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_group .parts_table_02 tbody tr td {
          width: 590px;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_group .parts_table_02 tbody tr td:first-child {
            width: 200px;
            background-color: #F5FCFB;
            box-sizing: border-box;
            border-left: none;
            font-weight: bold; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_table_02 tbody {
      font-size: 1.3rem; }
      .page_top_group .parts_table_02 tbody tr {
        width: 100%; }
        .page_top_group .parts_table_02 tbody tr td {
          padding: 10px 10px; }
          .page_top_group .parts_table_02 tbody tr td:first-child {
            width: 30%;
            box-sizing: border-box; } }
  .page_top_group .parts_table_03 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .parts_table_03 {
        margin: 20px 0; } }
    .page_top_group .parts_table_03 thead {
      font-size: 1.4rem; }
      .page_top_group .parts_table_03 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_group .parts_table_03 thead tr th {
          padding: 15px 20px;
          font-weight: bold;
          background-color: #F5FCFB;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_group .parts_table_03 thead tr th:first-child {
            width: 200px;
            border-left: none; }
    .page_top_group .parts_table_03 tbody {
      font-size: 1.4rem; }
      .page_top_group .parts_table_03 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_group .parts_table_03 tbody tr td {
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_group .parts_table_03 tbody tr td:first-child {
            width: 200px;
            border-left: none; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_table_03 thead {
      font-size: 1.3rem; }
      .page_top_group .parts_table_03 thead tr th {
        padding: 10px 10px; }
        .page_top_group .parts_table_03 thead tr th:first-child {
          width: 30%; }
    .page_top_group .parts_table_03 tbody {
      font-size: 1.3rem; }
      .page_top_group .parts_table_03 tbody tr td {
        padding: 10px 10px; }
        .page_top_group .parts_table_03 tbody tr td:first-child {
          width: 30%; } }
  .page_top_group .parts_table_04 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .parts_table_04 {
        margin: 20px 0; } }
    .page_top_group .parts_table_04 thead {
      font-size: 1.4rem; }
      .page_top_group .parts_table_04 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_group .parts_table_04 thead tr th {
          width: 50%;
          padding: 15px 20px;
          font-weight: bold;
          background-color: #F5FCFB;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_group .parts_table_04 thead tr th:first-child {
            border-left: none; }
    .page_top_group .parts_table_04 tbody {
      font-size: 1.4rem; }
      .page_top_group .parts_table_04 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_group .parts_table_04 tbody tr td {
          width: 50%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_group .parts_table_04 tbody tr td:first-child {
            border-left: none; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_table_04 thead {
      font-size: 1.3rem; }
      .page_top_group .parts_table_04 thead tr th {
        padding: 10px 10px; }
    .page_top_group .parts_table_04 tbody {
      font-size: 1.3rem; }
      .page_top_group .parts_table_04 tbody tr td {
        padding: 10px 10px; } }
  .page_top_group .parts_table_05 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .parts_table_05 {
        margin: 20px 0; } }
    .page_top_group .parts_table_05 thead {
      font-size: 1.4rem; }
      .page_top_group .parts_table_05 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_group .parts_table_05 thead tr th {
          width: 50%;
          padding: 15px 20px;
          font-weight: bold;
          background-color: #F5FCFB;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_group .parts_table_05 thead tr th:first-child {
            border-left: none; }
          .page_top_group .parts_table_05 thead tr th:nth-child(-n+2) {
            width: 25%; }
    .page_top_group .parts_table_05 tbody {
      font-size: 1.4rem; }
      .page_top_group .parts_table_05 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_group .parts_table_05 tbody tr td {
          width: 50%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_group .parts_table_05 tbody tr td:first-child {
            border-left: none; }
          .page_top_group .parts_table_05 tbody tr td:nth-child(-n+2) {
            width: 25%; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_table_05_sp-wrap .parts_table_05 thead {
      font-size: 1.3rem; }
      .page_top_group .parts_table_05_sp-wrap .parts_table_05 thead tr th {
        padding: 10px 10px; }
    .page_top_group .parts_table_05_sp-wrap .parts_table_05 tbody {
      font-size: 1.3rem; }
      .page_top_group .parts_table_05_sp-wrap .parts_table_05 tbody tr td {
        padding: 10px 10px; }
    .page_top_group .parts_table_05_sp-wrap .parts_table_05:nth-child(n+2) {
      margin-top: 10px; } }
  .page_top_group .parts_table_06 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .parts_table_06 {
        margin: 20px 0; } }
    .page_top_group .parts_table_06 thead {
      font-size: 1.4rem; }
      .page_top_group .parts_table_06 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_group .parts_table_06 thead tr th {
          width: 25%;
          padding: 15px 20px;
          font-weight: bold;
          background-color: #F5FCFB;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_group .parts_table_06 thead tr th:first-child {
            border-left: none; }
    .page_top_group .parts_table_06 tbody {
      font-size: 1.4rem; }
      .page_top_group .parts_table_06 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_group .parts_table_06 tbody tr td {
          width: 25%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_group .parts_table_06 tbody tr td:first-child {
            border-left: none; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_table_06_sp-wrap .parts_table_06 thead {
      font-size: 1.3rem; }
      .page_top_group .parts_table_06_sp-wrap .parts_table_06 thead tr th {
        width: 25%;
        padding: 10px 10px; }
    .page_top_group .parts_table_06_sp-wrap .parts_table_06 tbody {
      font-size: 1.3rem; }
      .page_top_group .parts_table_06_sp-wrap .parts_table_06 tbody tr td {
        padding: 10px 10px; }
    .page_top_group .parts_table_06_sp-wrap .parts_table_06:nth-child(n+2) {
      margin-top: 10px; } }
  .page_top_group .parts_table_07 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .parts_table_07 {
        margin: 20px 0; } }
    .page_top_group .parts_table_07 thead {
      font-size: 1.4rem; }
      .page_top_group .parts_table_07 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_group .parts_table_07 thead tr th {
          width: 50%;
          padding: 15px 20px;
          font-weight: bold;
          color: #FFF;
          background-color: #43B9AA;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_group .parts_table_07 thead tr th:first-child {
            border-left: none; }
          .page_top_group .parts_table_07 thead tr th:nth-child(-n+2) {
            width: 25%; }
    .page_top_group .parts_table_07 tbody {
      font-size: 1.4rem; }
      .page_top_group .parts_table_07 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_group .parts_table_07 tbody tr td {
          width: 50%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_group .parts_table_07 tbody tr td:first-child {
            border-left: none;
            font-weight: bold;
            background-color: #F5FCFB; }
          .page_top_group .parts_table_07 tbody tr td:nth-child(-n+2) {
            width: 25%; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_table_07_sp-wrap .parts_table_07 thead {
      font-size: 1.3rem; }
      .page_top_group .parts_table_07_sp-wrap .parts_table_07 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_top_group .parts_table_07_sp-wrap .parts_table_07 tbody {
      font-size: 1.3rem; }
      .page_top_group .parts_table_07_sp-wrap .parts_table_07 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_top_group .parts_table_07_sp-wrap .parts_table_07 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_top_group .parts_table_07_sp-wrap .parts_table_07:nth-child(n+2) {
      margin-top: 10px; } }
  .page_top_group .parts_table_08 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .parts_table_08 {
        margin: 20px 0; } }
    .page_top_group .parts_table_08 thead {
      font-size: 1.4rem; }
      .page_top_group .parts_table_08 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_group .parts_table_08 thead tr th {
          width: 25%;
          padding: 15px 20px;
          font-weight: bold;
          color: #FFF;
          background-color: #43B9AA;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_group .parts_table_08 thead tr th:first-child {
            border-left: none; }
    .page_top_group .parts_table_08 tbody {
      font-size: 1.4rem; }
      .page_top_group .parts_table_08 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_group .parts_table_08 tbody tr td {
          width: 25%;
          padding: 15px 20px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_group .parts_table_08 tbody tr td:first-child {
            border-left: none;
            font-weight: bold;
            background-color: #F5FCFB; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_table_08_sp-wrap .parts_table_08 thead {
      font-size: 1.3rem; }
      .page_top_group .parts_table_08_sp-wrap .parts_table_08 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_top_group .parts_table_08_sp-wrap .parts_table_08 tbody {
      font-size: 1.3rem; }
      .page_top_group .parts_table_08_sp-wrap .parts_table_08 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_top_group .parts_table_08_sp-wrap .parts_table_08 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_top_group .parts_table_08_sp-wrap .parts_table_08:nth-child(n+2) {
      margin-top: 10px; } }
  .page_top_group .parts_table_09 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .parts_table_09 {
        margin: 20px 0; } }
    .page_top_group .parts_table_09 thead {
      font-size: 1.4rem; }
      .page_top_group .parts_table_09 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_group .parts_table_09 thead tr th {
          width: 160px;
          padding: 15px 15px;
          font-weight: bold;
          color: #FFF;
          background-color: #43B9AA;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_group .parts_table_09 thead tr th:first-child {
            width: 150px;
            border-left: none; }
    .page_top_group .parts_table_09 tbody {
      font-size: 1.4rem; }
      .page_top_group .parts_table_09 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_group .parts_table_09 tbody tr td {
          width: 160px;
          padding: 15px 15px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_group .parts_table_09 tbody tr td:first-child {
            width: 150px;
            border-left: none;
            font-weight: bold;
            background-color: #F5FCFB; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_table_09_sp-wrap .parts_table_09 thead {
      font-size: 1.3rem; }
      .page_top_group .parts_table_09_sp-wrap .parts_table_09 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_top_group .parts_table_09_sp-wrap .parts_table_09 tbody {
      font-size: 1.3rem; }
      .page_top_group .parts_table_09_sp-wrap .parts_table_09 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_top_group .parts_table_09_sp-wrap .parts_table_09 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_top_group .parts_table_09_sp-wrap .parts_table_09:nth-child(n+2) {
      margin-top: 10px; } }
  .page_top_group .parts_table_10 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .parts_table_10 {
        margin: 20px 0; } }
    .page_top_group .parts_table_10 thead {
      font-size: 1.4rem; }
      .page_top_group .parts_table_10 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_group .parts_table_10 thead tr th {
          width: 132px;
          padding: 15px 15px;
          font-weight: bold;
          color: #FFF;
          background-color: #43B9AA;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_group .parts_table_10 thead tr th:first-child {
            width: 130px;
            border-left: none; }
    .page_top_group .parts_table_10 tbody {
      font-size: 1.4rem; }
      .page_top_group .parts_table_10 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_group .parts_table_10 tbody tr td {
          width: 132px;
          padding: 15px 15px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_group .parts_table_10 tbody tr td:first-child {
            width: 130px;
            border-left: none;
            font-weight: bold;
            background-color: #F5FCFB; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_table_10_sp-wrap .parts_table_10 thead {
      font-size: 1.3rem; }
      .page_top_group .parts_table_10_sp-wrap .parts_table_10 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_top_group .parts_table_10_sp-wrap .parts_table_10 tbody {
      font-size: 1.3rem; }
      .page_top_group .parts_table_10_sp-wrap .parts_table_10 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_top_group .parts_table_10_sp-wrap .parts_table_10 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_top_group .parts_table_10_sp-wrap .parts_table_10:nth-child(n+2) {
      margin-top: 10px; } }
  .page_top_group .parts_table_11,
  .page_top_group .parts_table_12 {
    width: 100%;
    box-sizing: border-box;
    margin: 30px 0;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .parts_table_11,
      .page_top_group .parts_table_12 {
        margin: 20px 0; } }
    .page_top_group .parts_table_11 thead,
    .page_top_group .parts_table_12 thead {
      font-size: 1.4rem; }
      .page_top_group .parts_table_11 thead tr,
      .page_top_group .parts_table_12 thead tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_group .parts_table_11 thead tr th,
        .page_top_group .parts_table_12 thead tr th {
          width: 112px;
          padding: 15px 15px;
          font-weight: bold;
          color: #FFF;
          background-color: #43B9AA;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_group .parts_table_11 thead tr th:first-child,
          .page_top_group .parts_table_12 thead tr th:first-child {
            width: 118px;
            border-left: none; }
    .page_top_group .parts_table_11 tbody,
    .page_top_group .parts_table_12 tbody {
      font-size: 1.4rem; }
      .page_top_group .parts_table_11 tbody tr,
      .page_top_group .parts_table_12 tbody tr {
        width: 100%;
        border: solid 1px #C9C9C9;
        box-sizing: border-box; }
        .page_top_group .parts_table_11 tbody tr td,
        .page_top_group .parts_table_12 tbody tr td {
          width: 112px;
          padding: 15px 15px;
          border-left: solid 1px #C9C9C9;
          box-sizing: border-box; }
          .page_top_group .parts_table_11 tbody tr td:first-child,
          .page_top_group .parts_table_12 tbody tr td:first-child {
            width: 118px;
            border-left: none;
            font-weight: bold;
            background-color: #F5FCFB; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_table_11_sp-wrap .parts_table_11 thead {
      font-size: 1.3rem; }
      .page_top_group .parts_table_11_sp-wrap .parts_table_11 thead tr th {
        width: 30%;
        padding: 10px 10px; }
    .page_top_group .parts_table_11_sp-wrap .parts_table_11 tbody {
      font-size: 1.3rem; }
      .page_top_group .parts_table_11_sp-wrap .parts_table_11 tbody tr td {
        width: 30%;
        padding: 10px 10px; }
        .page_top_group .parts_table_11_sp-wrap .parts_table_11 tbody tr td:nth-child(2) {
          width: 70%; }
    .page_top_group .parts_table_11_sp-wrap .parts_table_11:nth-child(n+2) {
      margin-top: 10px; } }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_table_12_sp-wrap {
      width: 100%;
      overflow-x: scroll;
      -webkit-overflow-scrolling: touch; }
    @-moz-document url-prefix() {
      .page_top_group .parts_table_12_sp-wrap {
        width: calc(100vw - 34px); } }
      .page_top_group .parts_table_12_sp-wrap::-webkit-scrollbar {
        height: 5px; }
      .page_top_group .parts_table_12_sp-wrap::-webkit-scrollbar-track {
        background: #F1F1F1; }
      .page_top_group .parts_table_12_sp-wrap::-webkit-scrollbar-thumb {
        background: #BCBCBC; }
      .page_top_group .parts_table_12_sp-wrap .parts_table_12 {
        display: block;
        width: 790px; }
        .page_top_group .parts_table_12_sp-wrap .parts_table_12 thead {
          font-size: 1.3rem; }
          .page_top_group .parts_table_12_sp-wrap .parts_table_12 thead tr th {
            padding: 10px 10px; }
        .page_top_group .parts_table_12_sp-wrap .parts_table_12 tbody {
          font-size: 1.3rem; }
          .page_top_group .parts_table_12_sp-wrap .parts_table_12 tbody tr td {
            padding: 10px 10px; } }
  .page_top_group .parts_btn_02,
  .page_top_group .parts_btn_03 {
    display: flex;
    justify-content: space-around;
    margin: 30px 0; }
    .page_top_group .parts_btn_02 .parts_btn,
    .page_top_group .parts_btn_03 .parts_btn {
      width: 320px;
      text-align: center; }
      .page_top_group .parts_btn_02 .parts_btn a,
      .page_top_group .parts_btn_03 .parts_btn a {
        display: block;
        width: 100%;
        height: 60px;
        box-sizing: border-box;
        border-radius: 50px;
        color: #FFF;
        line-height: 6.0rem;
        background-color: #43B9AA;
        padding: 0 20px;
        cursor: pointer;
        font-size: 2.0rem;
        font-weight: bold;
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        box-shadow: 1px 1px 3px #DEDEDE;
        background-image: url("../img_cmn/ico_arrow_white.svg");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: top 49% right 20px; }
        .page_top_group .parts_btn_02 .parts_btn a:hover,
        .page_top_group .parts_btn_03 .parts_btn a:hover {
          opacity: 0.8;
          transition: .3s; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_btn_02,
    .page_top_group .parts_btn_03 {
      flex-wrap: wrap;
      margin: 20px 0; }
      .page_top_group .parts_btn_02 .parts_btn,
      .page_top_group .parts_btn_03 .parts_btn {
        width: 320px;
        text-align: center;
        width: 90%;
        margin-top: 15px; }
        .page_top_group .parts_btn_02 .parts_btn a,
        .page_top_group .parts_btn_03 .parts_btn a {
          display: block;
          width: 100%;
          height: 60px;
          box-sizing: border-box;
          border-radius: 50px;
          color: #FFF;
          line-height: 6.0rem;
          background-color: #43B9AA;
          padding: 0 20px;
          cursor: pointer;
          font-size: 2.0rem;
          font-weight: bold;
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          box-shadow: 1px 1px 3px #DEDEDE;
          background-image: url("../img_cmn/ico_arrow_white.svg");
          background-repeat: no-repeat;
          background-size: 10px;
          background-position: top 49% right 20px; }
          .page_top_group .parts_btn_02 .parts_btn a:hover,
          .page_top_group .parts_btn_03 .parts_btn a:hover {
            opacity: 0.8;
            transition: .3s; }
        .page_top_group .parts_btn_02 .parts_btn a,
        .page_top_group .parts_btn_03 .parts_btn a {
          height: 52px;
          line-height: 5.2rem;
          font-size: 1.6rem; }
        .page_top_group .parts_btn_02 .parts_btn:first-child,
        .page_top_group .parts_btn_03 .parts_btn:first-child {
          margin-top: 0px; } }
  .page_top_group .parts_btn_04 {
    margin: -20px 0 30px; }
    .page_top_group .parts_btn_04 .parts_btn_list {
      display: flex;
      flex-wrap: wrap;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_group .parts_btn_04 .parts_btn_list {
          display: block;
          text-align: center;
          margin-bottom: 20px; } }
      .page_top_group .parts_btn_04 .parts_btn_list li {
        margin-right: 10px; }
        .page_top_group .parts_btn_04 .parts_btn_list li a {
          display: block;
          padding: 0 15px;
          font-size: 1.4rem;
          line-height: 4.0rem;
          font-weight: bold;
          border: solid 1px #43B9AA;
          border-radius: 5px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .parts_btn_04 .parts_btn_list li a {
              display: inline-block; } }
          .page_top_group .parts_btn_04 .parts_btn_list li a:hover {
            color: #2E887C;
            transition: .3s; }
      .page_top_group .parts_btn_04 .parts_btn_list li a {
        margin-top: 10px; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_btn_04 {
      margin: -10px 0 20px; }
      .page_top_group .parts_btn_04 .parts_btn_list li a {
        padding: 6px 15px;
        text-indent: -1.8em;
        padding-left: calc(1.8em + 15px);
        font-size: 1.3rem;
        line-height: 2.2rem; } }
  .page_top_group .parts_btn_05 {
    margin: -20px 0 30px; }
    .page_top_group .parts_btn_05 .parts_btn_list {
      display: flex;
      flex-wrap: wrap; }
      .page_top_group .parts_btn_05 .parts_btn_list li {
        margin-right: 30px; }
        .page_top_group .parts_btn_05 .parts_btn_list li a {
          display: inline-block;
          font-size: 1.6rem;
          color: #2E887C;
          margin-top: 10px; }
          .page_top_group .parts_btn_05 .parts_btn_list li a::before {
            content: '';
            width: 12px;
            height: 12px;
            background-image: url("../img_group/ico_arrow.svg");
            background-size: 12px 12px;
            background-repeat: no-repeat;
            display: inline-block;
            position: relative;
            top: 0px;
            left: 0px;
            margin-right: 7px; }
          .page_top_group .parts_btn_05 .parts_btn_list li a:hover {
            color: #2E887C;
            transition: .3s; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_btn_05 {
      margin: -10px 0 20px; }
      .page_top_group .parts_btn_05 .parts_btn_list li {
        margin-right: 25px; }
        .page_top_group .parts_btn_05 .parts_btn_list li a {
          font-size: 1.3rem;
          text-indent: -1.3em;
          padding-left: 1.3rem; }
          .page_top_group .parts_btn_05 .parts_btn_list li a::before {
            content: '';
            background-size: 10px 10px;
            top: 2px;
            left: 2px;
            margin-right: 7px; } }
  .page_top_group .parts_btn_06 .btn_box {
    display: flex;
    justify-content: space-around;
    margin: 15px 0 0; }
    .page_top_group .parts_btn_06 .btn_box .parts_btn {
      width: 320px;
      text-align: center;
      width: 260px; }
      .page_top_group .parts_btn_06 .btn_box .parts_btn a {
        display: block;
        width: 100%;
        height: 60px;
        box-sizing: border-box;
        border-radius: 50px;
        color: #FFF;
        line-height: 6.0rem;
        background-color: #43B9AA;
        padding: 0 20px;
        cursor: pointer;
        font-size: 2.0rem;
        font-weight: bold;
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        box-shadow: 1px 1px 3px #DEDEDE;
        background-image: url("../img_cmn/ico_arrow_white.svg");
        background-repeat: no-repeat;
        background-size: 10px;
        background-position: top 49% right 20px; }
        .page_top_group .parts_btn_06 .btn_box .parts_btn a:hover {
          opacity: 0.8;
          transition: .3s; }
      .page_top_group .parts_btn_06 .btn_box .parts_btn a {
        height: 52px;
        line-height: 5.2rem;
        font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_btn_06 .parts_txt_list {
      margin: 20px 0 30px; }
      .page_top_group .parts_btn_06 .parts_txt_list li {
        width: 100%; }
        .page_top_group .parts_btn_06 .parts_txt_list li .parts_txt_box {
          width: 100%; }
          .page_top_group .parts_btn_06 .parts_txt_list li .parts_txt_box .img_box img {
            width: 100%;
            height: 220px; }
          .page_top_group .parts_btn_06 .parts_txt_list li .parts_txt_box .tl_box {
            font-size: 1.6rem; }
          .page_top_group .parts_btn_06 .parts_txt_list li .parts_txt_box .btn_box .parts_btn {
            width: 90%; }
            .page_top_group .parts_btn_06 .parts_txt_list li .parts_txt_box .btn_box .parts_btn a {
              height: 52px;
              line-height: 5.2rem;
              font-size: 1.6rem;
              font-weight: bold; }
        .page_top_group .parts_btn_06 .parts_txt_list li:nth-child(2) {
          margin-top: 30px; } }
  .page_top_group .parts_btn_07 a {
    display: block;
    box-shadow: 1px 1px 3px #DEDEDE;
    border-radius: 1px; }
    .page_top_group .parts_btn_07 a:hover {
      background-color: #F5FCFB;
      opacity: 0.8;
      transition: .3s; }
    .page_top_group .parts_btn_07 a .img_box img {
      border-radius: 1px 1px 0px 0px; }
    .page_top_group .parts_btn_07 a .tl_box {
      margin: 15px 20px 0; }
    .page_top_group .parts_btn_07 a .txt_box {
      margin: 5px 20px 0; }
    .page_top_group .parts_btn_07 a .btn_box {
      text-align: center;
      padding: 20px 0;
      margin: 0 20px 0; }
      .page_top_group .parts_btn_07 a .btn_box .btn_txt {
        color: #2E887C;
        font-weight: bold;
        font-size: 1.4rem; }
        .page_top_group .parts_btn_07 a .btn_box .btn_txt::after {
          content: '';
          width: 10px;
          height: 10px;
          background-image: url("../img_group/ico_arrow.svg");
          background-size: 10px 10px;
          background-repeat: no-repeat;
          display: inline-block;
          position: relative;
          top: 0px;
          right: 0px;
          margin-left: 7px; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_btn_07 a .tl_box {
      margin: 15px 10px 0; }
    .page_top_group .parts_btn_07 a .txt_box {
      margin: 5px 10px 0; }
    .page_top_group .parts_btn_07 a .btn_box {
      padding: 15px 0; }
      .page_top_group .parts_btn_07 a .btn_box .btn_txt {
        font-size: 1.3rem; } }
  .page_top_group .parts_btn_08,
  .page_top_group .parts_btn_09 {
    position: relative;
    margin: 30px 0; }
    .page_top_group .parts_btn_08 a,
    .page_top_group .parts_btn_09 a {
      display: flex;
      justify-content: space-between;
      padding: 0 55px 0 25px;
      box-shadow: 1px 1px 3px #DEDEDE;
      border-radius: 1px; }
      .page_top_group .parts_btn_08 a:hover,
      .page_top_group .parts_btn_09 a:hover {
        background-color: #F5FCFB;
        opacity: 0.8;
        transition: .3s; }
      .page_top_group .parts_btn_08 a::after,
      .page_top_group .parts_btn_09 a::after {
        content: '';
        width: 20px;
        height: 20px;
        background-image: url("../img_group/ico_arrow.svg");
        background-size: 10px;
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -5px; }
      .page_top_group .parts_btn_08 a .img_box,
      .page_top_group .parts_btn_09 a .img_box {
        width: 275px;
        padding: 20px 0;
        box-sizing: border-box; }
        .page_top_group .parts_btn_08 a .img_box img,
        .page_top_group .parts_btn_09 a .img_box img {
          width: 275px;
          height: 180px;
          object-fit: cover;
          font-family: 'object-fit: cover;'; }
      .page_top_group .parts_btn_08 a .txt_box_wrap,
      .page_top_group .parts_btn_09 a .txt_box_wrap {
        width: 415px;
        padding: 10px 0 20px; }
        .page_top_group .parts_btn_08 a .txt_box_wrap .tl_box,
        .page_top_group .parts_btn_09 a .txt_box_wrap .tl_box {
          font-size: 1.8rem;
          color: #2E887C;
          padding: 10px 0 0; }
        .page_top_group .parts_btn_08 a .txt_box_wrap .txt_box,
        .page_top_group .parts_btn_09 a .txt_box_wrap .txt_box {
          padding: 10px 0 0; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_btn_08,
    .page_top_group .parts_btn_09 {
      position: relative;
      margin: 20px 0; }
      .page_top_group .parts_btn_08 a,
      .page_top_group .parts_btn_09 a {
        padding: 10px 30px 10px 10px; }
        .page_top_group .parts_btn_08 a::after,
        .page_top_group .parts_btn_09 a::after {
          background-size: 8px;
          right: 0;
          margin-top: -4px; }
        .page_top_group .parts_btn_08 a .img_box,
        .page_top_group .parts_btn_09 a .img_box {
          width: 35%;
          padding: 0; }
          .page_top_group .parts_btn_08 a .img_box img,
          .page_top_group .parts_btn_09 a .img_box img {
            width: 100%;
            height: 80px; }
        .page_top_group .parts_btn_08 a .txt_box_wrap,
        .page_top_group .parts_btn_09 a .txt_box_wrap {
          width: 60%;
          padding: 0 0 0 0; }
          .page_top_group .parts_btn_08 a .txt_box_wrap .tl_box,
          .page_top_group .parts_btn_09 a .txt_box_wrap .tl_box {
            font-size: 1.4rem;
            padding: 0 0 0; }
          .page_top_group .parts_btn_08 a .txt_box_wrap .txt_box,
          .page_top_group .parts_btn_09 a .txt_box_wrap .txt_box {
            font-size: 1.3rem;
            padding: 5px 0 0; } }
  .page_top_group .parts_btn_10 {
    position: relative;
    margin: 30px 0; }
    .page_top_group .parts_btn_10 a {
      display: block;
      padding: 10px 55px 20px 25px;
      box-shadow: 1px 1px 3px #DEDEDE;
      border-radius: 1px;
      background-color: #FDFAF7; }
      .page_top_group .parts_btn_10 a:hover {
        background-color: #F5FCFB;
        opacity: 0.8;
        transition: .3s; }
      .page_top_group .parts_btn_10 a::after {
        content: '';
        width: 20px;
        height: 20px;
        background-image: url("../img_group/ico_arrow.svg");
        background-size: 10px;
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -5px; }
      .page_top_group .parts_btn_10 a .txt_box_wrap .tl_box {
        font-size: 1.8rem;
        color: #2E887C;
        padding: 10px 0 0; }
      .page_top_group .parts_btn_10 a .txt_box_wrap .txt_box {
        padding: 10px 0 0; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_btn_10 {
      position: relative;
      margin: 20px 0; }
      .page_top_group .parts_btn_10 a {
        display: block;
        padding: 10px 30px 10px 10px; }
        .page_top_group .parts_btn_10 a::after {
          background-size: 8px;
          right: 0;
          margin-top: -4px; }
        .page_top_group .parts_btn_10 a .txt_box_wrap .tl_box {
          font-size: 1.4rem;
          padding: 0 0 0; }
        .page_top_group .parts_btn_10 a .txt_box_wrap .txt_box {
          font-size: 1.3rem;
          padding: 5px 0 0; } }
  .page_top_group .parts_btn_11 {
    margin: 30px 0; }
    .page_top_group .parts_btn_11 .parts_txt_list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 30px 0 30px; }
      .page_top_group .parts_btn_11 .parts_txt_list li {
        width: 380px;
        position: relative; }
        .page_top_group .parts_btn_11 .parts_txt_list li a {
          display: block;
          padding: 10px 50px 20px 25px;
          box-shadow: 1px 1px 3px #DEDEDE;
          border-radius: 1px;
          background-color: #FDFAF7; }
          .page_top_group .parts_btn_11 .parts_txt_list li a:hover {
            background-color: #F5FCFB;
            opacity: 0.8;
            transition: .3s; }
          .page_top_group .parts_btn_11 .parts_txt_list li a::after {
            content: '';
            width: 20px;
            height: 20px;
            background-image: url("../img_group/ico_arrow.svg");
            background-size: 10px;
            background-repeat: no-repeat;
            display: inline-block;
            position: absolute;
            top: 50%;
            right: 10px;
            margin-top: -5px; }
          .page_top_group .parts_btn_11 .parts_txt_list li a .txt_box_wrap .tl_box {
            font-size: 1.8rem;
            color: #2E887C;
            padding: 10px 0 0; }
          .page_top_group .parts_btn_11 .parts_txt_list li a .txt_box_wrap .txt_box {
            padding: 10px 0 0; }
  @media screen and (max-width: 767px) {
    .page_top_group .parts_btn_11 {
      margin: 20px 0; }
      .page_top_group .parts_btn_11 .parts_txt_list {
        margin: 20px 0 20px;
        width: 100%; }
        .page_top_group .parts_btn_11 .parts_txt_list li {
          width: 100%; }
          .page_top_group .parts_btn_11 .parts_txt_list li a {
            padding: 10px 30px 10px 10px; }
            .page_top_group .parts_btn_11 .parts_txt_list li a::after {
              right: 0px; }
            .page_top_group .parts_btn_11 .parts_txt_list li a .txt_box_wrap .tl_box {
              font-size: 1.4rem;
              padding: 0 0 0; }
            .page_top_group .parts_btn_11 .parts_txt_list li a .txt_box_wrap .txt_box {
              font-size: 1.3rem;
              padding: 5px 0 0; }
          .page_top_group .parts_btn_11 .parts_txt_list li:nth-child(2) {
            margin-top: 20px; } }
  .page_top_group .btn_tell_box {
    margin-top: 25px; }
    .page_top_group .btn_tell_box .btn_tell {
      width: 90%;
      margin: 0 auto;
      background-color: #FFF;
      text-align: center;
      border: solid 1px #43B9AA;
      border-radius: 1px;
      box-shadow: 1px 1px 3px #DEDEDE; }
      .page_top_group .btn_tell_box .btn_tell a {
        display: block;
        padding: 10px 20px; }
        .page_top_group .btn_tell_box .btn_tell a .phone_number {
          display: inline-block;
          font-size: 2.2rem;
          line-height: 2.6rem;
          font-weight: bold; }
          .page_top_group .btn_tell_box .btn_tell a .phone_number .ico_tell {
            position: relative;
            top: 1px;
            margin-right: 5px; }
            .page_top_group .btn_tell_box .btn_tell a .phone_number .ico_tell::before {
              content: '';
              display: inline-block;
              width: 16px;
              height: 16px;
              background: url("../img_group/ico_tell.svg") no-repeat 0 0;
              background-repeat: no-repeat;
              background-size: 16px 16px; }
        .page_top_group .btn_tell_box .btn_tell a .phone_txt {
          display: block;
          font-size: 1.2rem; }
  .page_top_group .contact_link_box {
    background-color: #F5FCFB;
    padding: 30px 0 0;
    margin: 80px 0 30px;
    text-align: center;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .contact_link_box {
        margin: 50px 0 20px;
        padding: 30px 20px; } }
    .page_top_group .contact_link_box .contact_link_btn {
      display: flex;
      justify-content: center;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_group .contact_link_box .contact_link_btn {
          flex-wrap: wrap; } }
      .page_top_group .contact_link_box .contact_link_btn .tell_box {
        font-size: 1.4rem;
        margin: 25px 20px 35px; }
        .page_top_group .contact_link_box .contact_link_btn .tell_box .tell_num {
          font-size: 3.2rem;
          font-weight: bold; }
          .page_top_group .contact_link_box .contact_link_btn .tell_box .tell_num .ico_tell {
            position: relative;
            top: 0px;
            margin-right: 5px; }
            .page_top_group .contact_link_box .contact_link_btn .tell_box .tell_num .ico_tell::before {
              content: '';
              display: inline-block;
              width: 24px;
              height: 24px;
              background: url("../img_group/ico_tell.svg") no-repeat 0 0;
              background-repeat: no-repeat;
              background-size: auto;
              background-repeat: no-repeat;
              background-size: 24px 24px; }
      .page_top_group .contact_link_box .contact_link_btn .btn_tell_box {
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .contact_link_box .contact_link_btn .btn_tell_box {
            width: 100%; }
            .page_top_group .contact_link_box .contact_link_btn .btn_tell_box .btn_tell {
              margin-top: 5px;
              width: 100%; } }
      .page_top_group .contact_link_box .contact_link_btn .contact_form_btn {
        margin: 30px 20px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .contact_link_box .contact_link_btn .contact_form_btn {
            width: 100%;
            margin: 30px 0px 0px; }
            .page_top_group .contact_link_box .contact_link_btn .contact_form_btn .parts_btn {
              width: 100%; } }
  .page_top_group .header_cmn {
    z-index: 2;
    position: fixed;
    width: 100%;
    box-shadow: 2px 2px 3px #DEDEDE;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .header_cmn {
        position: fixed;
        width: 100%;
        height: 64px;
        background-color: #FFF;
        z-index: 100; } }
  .page_top_group .cont_header_info {
    position: relative;
    background-color: #FFF;
    border-bottom: solid 2px #43B9AA;
    min-width: 1100px; }
  .page_top_group .contact_box {
    margin-right: 10px; }
    .page_top_group .contact_box .header_btn_contact {
      text-align: center; }
      .page_top_group .contact_box .header_btn_contact a {
        display: block;
        width: 150px;
        font-size: 1.4rem;
        line-height: 4.0rem;
        background-color: #43B9AA;
        border-radius: 50px;
        color: #FFF;
        font-weight: bold;
        box-shadow: 1px 1px 3px #DEDEDE; }
        .page_top_group .contact_box .header_btn_contact a:hover {
          opacity: 0.8;
          transition: .3s; }
  .page_top_group .access_box .header_btn_access {
    text-align: center; }
    .page_top_group .access_box .header_btn_access a {
      display: block;
      width: 150px;
      font-size: 1.4rem;
      line-height: 4.0rem;
      background-color: #43B9AA;
      border-radius: 50px;
      color: #FFF;
      font-weight: bold;
      box-shadow: 1px 1px 3px #DEDEDE; }
      .page_top_group .access_box .header_btn_access a:hover {
        opacity: 0.8;
        transition: .3s; }
  .page_top_group .header_info {
    position: relative;
    /* ヘッダー上部 -ロゴ、リンク
    ------------------------------------ */
    /* ヘッダー下部 -グローバルナビ
    ------------------------------------ */ }
    .page_top_group .header_info .header_top {
      padding: 10px 0 15px;
      background-color: #FFF; }
      .page_top_group .header_info .header_top .header_left_box {
        color: #3E3E3E;
        float: left; }
        .page_top_group .header_info .header_top .header_left_box .logo a {
          display: block;
          padding-top: 5px; }
          .page_top_group .header_info .header_top .header_left_box .logo a .img_logo img {
            width: 280px;
            height: auto; }
      .page_top_group .header_info .header_top .header_right_box {
        float: right;
        display: flex;
        justify-content: flex-end;
        text-align: center; }
        .page_top_group .header_info .header_top .header_right_box .font_size_box {
          margin-right: 25px; }
          .page_top_group .header_info .header_top .header_right_box .font_size_box .txt_font_size {
            font-size: 1.2rem;
            margin: 0 0px 0 0;
            display: block; }
          .page_top_group .header_info .header_top .header_right_box .font_size_box .font_size_btn {
            display: flex; }
            .page_top_group .header_info .header_top .header_right_box .font_size_box .font_size_btn li {
              display: inline-block;
              width: 52px;
              font-size: 1.4rem;
              background-color: #FFF;
              border: solid 1px #43B9AA; }
              .page_top_group .header_info .header_top .header_right_box .font_size_box .font_size_btn li a {
                color: #43B9AA;
                display: block;
                line-height: 2.8rem;
                width: 52px;
                height: 28px; }
              .page_top_group .header_info .header_top .header_right_box .font_size_box .font_size_btn li.left_btn {
                border-radius: 5px 0 0 5px; }
              .page_top_group .header_info .header_top .header_right_box .font_size_box .font_size_btn li.right_btn {
                border-radius: 0 5px 5px 0; }
              .page_top_group .header_info .header_top .header_right_box .font_size_box .font_size_btn li.choice_box {
                background-color: #43B9AA; }
                .page_top_group .header_info .header_top .header_right_box .font_size_box .font_size_btn li.choice_box a {
                  color: #FFF; }
        .page_top_group .header_info .header_top .header_right_box .tell_box {
          margin-right: 20px; }
          .page_top_group .header_info .header_top .header_right_box .tell_box .header_address {
            text-align: right;
            font-size: 1.4rem; }
          .page_top_group .header_info .header_top .header_right_box .tell_box .header_btn_tell {
            text-align: right; }
            .page_top_group .header_info .header_top .header_right_box .tell_box .header_btn_tell .ico_tell {
              position: relative;
              top: 1px;
              margin-right: 5px; }
              .page_top_group .header_info .header_top .header_right_box .tell_box .header_btn_tell .ico_tell::before {
                content: '';
                display: inline-block;
                width: 16px;
                height: 16px;
                background: url("../img_group/ico_tell.svg") no-repeat 0 0;
                background-repeat: no-repeat;
                background-size: 16px 16px; }
            .page_top_group .header_info .header_top .header_right_box .tell_box .header_btn_tell .tell_num {
              font-size: 2.2rem;
              line-height: 3.0rem;
              font-weight: bold; }
    .page_top_group .header_info .header_gnav .header_gnav_box {
      display: flex; }
      .page_top_group .header_info .header_gnav .header_gnav_box > li {
        flex-grow: 1;
        display: inline-block;
        font-size: 1.6rem;
        width: 180px;
        height: 45px;
        box-sizing: border-box; }
        .page_top_group .header_info .header_gnav .header_gnav_box > li .gnav_btn_box {
          display: block;
          width: calc(100% -1px);
          height: 40px;
          border-right: solid 1px #43B9AA; }
          .page_top_group .header_info .header_gnav .header_gnav_box > li .gnav_btn_box > a {
            display: block;
            padding: 0 10px 5px;
            line-height: 4rem;
            text-align: center;
            background-color: #FFF; }
            .page_top_group .header_info .header_gnav .header_gnav_box > li .gnav_btn_box > a:hover {
              color: #2E887C;
              transition: .3s; }
        .page_top_group .header_info .header_gnav .header_gnav_box > li:first-child .gnav_btn_box {
          border-left: solid 1px #43B9AA; }
        .page_top_group .header_info .header_gnav .header_gnav_box > li.current_gnav .gnav_btn_box > a {
          color: #2E887C; }
        .page_top_group .header_info .header_gnav .header_gnav_box > li .gnav_hover_box {
          width: 1100px;
          height: auto;
          margin: 0 auto;
          background-color: #EBF8F5;
          border-radius: 0 0 5px 5px;
          box-shadow: 2px 2px 10px #8D8D8D; }
        .page_top_group .header_info .header_gnav .header_gnav_box > li:hover .cont_gnav_hover_box {
          position: absolute;
          top: 125px;
          left: -8px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
        .page_top_group .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box {
          position: absolute;
          top: -210px;
          left: 0px;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          z-index: -1;
          width: 100vw; }
          .page_top_group .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .tl_gnav_hover_box {
            font-size: 1.8rem;
            font-weight: bold;
            color: #2E887C;
            line-height: 5.0rem;
            padding: 10px 0 0;
            margin: 0 100px;
            border-bottom: solid 1px #43B9AA; }
          .page_top_group .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box {
            margin: 0px 100px;
            padding: 0 0 30px; }
            .page_top_group .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link {
              display: flex;
              flex-wrap: wrap; }
              .page_top_group .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link li {
                display: inline-block;
                min-width: 210px;
                background-color: #FFF;
                margin-top: 15px;
                margin-right: 15px;
                box-sizing: border-box; }
                .page_top_group .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link li a {
                  display: block;
                  padding: 0 20px 0 15px;
                  font-size: 1.6rem;
                  line-height: 4.0rem; }
                  .page_top_group .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link li a:hover {
                    color: #2E887C;
                    transition: .3s; }
                  .page_top_group .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link li a::before {
                    content: '';
                    width: 10px;
                    height: 10px;
                    background-image: url("../img_group/ico_arrow.svg");
                    background-size: 10px 10px;
                    background-repeat: no-repeat;
                    display: inline-block;
                    position: relative;
                    top: -1px;
                    left: 0px;
                    margin-right: 7px; }
              .page_top_group .header_info .header_gnav .header_gnav_box > li .cont_gnav_hover_box .gnav_sub_link_box .gnav_sub_link .box_border_left {
                border-left: solid 2px #FFF;
                margin-left: 25px;
                padding: 0 15px 0 40px; }
  .page_top_group .header_box {
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .header_box {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .page_top_group .header_box .logo {
          flex: 1; }
          .page_top_group .header_box .logo a {
            display: block;
            padding: 15px 10px;
            height: 64px;
            box-sizing: border-box;
            width: 100%; }
            .page_top_group .header_box .logo a .img_logo img {
              width: 170px;
              height: auto; }
        .page_top_group .header_box .menu_box {
          display: flex;
          justify-content: flex-end;
          width: 128px;
          align-self: center;
          text-align: end; }
          .page_top_group .header_box .menu_box .tell_box a {
            display: inline-block;
            text-align: center;
            width: 64px;
            height: 64px;
            background-color: #EBF8F5;
            padding: 3px 0;
            box-sizing: border-box; }
            .page_top_group .header_box .menu_box .tell_box a img {
              width: 25px;
              height: 21px;
              margin-top: 8px; }
            .page_top_group .header_box .menu_box .tell_box a .ico_tell {
              position: relative;
              top: 7px; }
              .page_top_group .header_box .menu_box .tell_box a .ico_tell::before {
                content: '';
                display: inline-block;
                width: 22px;
                height: 22px;
                background: url("../img_group/ico_tell.svg") no-repeat 0 0;
                background-repeat: no-repeat;
                background-size: 22px 22px; }
            .page_top_group .header_box .menu_box .tell_box a .btn_txt {
              font-size: 1.2rem;
              display: block; }
          .page_top_group .header_box .menu_box .menu_btn a {
            display: inline-block;
            text-align: center;
            width: 64px;
            height: 64px;
            background-color: #43B9AA;
            padding: 8px 0;
            box-sizing: border-box; }
            .page_top_group .header_box .menu_box .menu_btn a img {
              width: 25px;
              height: 21px; }
            .page_top_group .header_box .menu_box .menu_btn a .btn_txt {
              font-size: 1.2rem;
              display: block;
              color: #FFF; } }
  .page_top_group .sidemenu_box_wrap {
    background-color: #F5FCFB !important;
    width: 100% !important;
    margin-right: -100% !important; }
  .page_top_group .sidemenu_box {
    margin-bottom: 50px; }
    .page_top_group .sidemenu_box .tl_box_main {
      display: flex;
      justify-content: space-between;
      height: 64px;
      background-color: #FFF; }
      .page_top_group .sidemenu_box .tl_box_main .logo_box a {
        display: inline-block;
        padding: 15px; }
      .page_top_group .sidemenu_box .tl_box_main .logo_box img {
        width: 170px;
        height: auto; }
      .page_top_group .sidemenu_box .tl_box_main .menu_box {
        display: flex;
        justify-content: flex-end;
        width: 128px;
        align-self: center;
        text-align: end; }
        .page_top_group .sidemenu_box .tl_box_main .menu_box .tell_box a {
          display: inline-block;
          text-align: center;
          width: 64px;
          height: 64px;
          background-color: #EBF8F5;
          padding: 3px 0;
          box-sizing: border-box; }
          .page_top_group .sidemenu_box .tl_box_main .menu_box .tell_box a img {
            width: 25px;
            height: 21px;
            margin-top: 8px; }
          .page_top_group .sidemenu_box .tl_box_main .menu_box .tell_box a .ico_tell {
            position: relative;
            top: 7px; }
            .page_top_group .sidemenu_box .tl_box_main .menu_box .tell_box a .ico_tell::before {
              content: '';
              display: inline-block;
              width: 22px;
              height: 22px;
              background: url("../img_group/ico_tell.svg") no-repeat 0 0;
              background-repeat: no-repeat;
              background-size: 22px 22px; }
          .page_top_group .sidemenu_box .tl_box_main .menu_box .tell_box a .btn_txt {
            font-size: 1.2rem;
            display: block; }
        .page_top_group .sidemenu_box .tl_box_main .menu_box .menu_close_btn a {
          display: inline-block;
          text-align: center;
          width: 64px;
          height: 64px;
          background-color: #43B9AA;
          padding: 8px 0;
          box-sizing: border-box; }
          .page_top_group .sidemenu_box .tl_box_main .menu_box .menu_close_btn a img {
            width: 25px;
            height: 21px; }
          .page_top_group .sidemenu_box .tl_box_main .menu_box .menu_close_btn a .btn_txt {
            font-size: 1.2rem;
            display: block;
            color: #FFF; }
    .page_top_group .sidemenu_box .page_link_box_sp {
      text-align: left; }
      .page_top_group .sidemenu_box .page_link_box_sp .loop_list li {
        border-top: 1px solid #43B9AA; }
        .page_top_group .sidemenu_box .page_link_box_sp .loop_list li .loop_child {
          position: relative; }
          .page_top_group .sidemenu_box .page_link_box_sp .loop_list li .loop_child a {
            color: #3E3E3E;
            font-size: 1.5rem;
            font-weight: bold;
            display: block;
            padding: 16px 20px; }
          .page_top_group .sidemenu_box .page_link_box_sp .loop_list li .loop_child::before {
            content: "";
            position: absolute;
            background: url("../img_group/ico_arrow.svg") no-repeat;
            background-size: auto;
            background-size: 12px 12px;
            width: 12px;
            height: 12px;
            top: 50%;
            margin-top: -6px;
            right: 20px; }
        .page_top_group .sidemenu_box .page_link_box_sp .loop_list li:last-child {
          border-bottom: 1px solid #43B9AA; }
        .page_top_group .sidemenu_box .page_link_box_sp .loop_list li.label_close > .loop_child::before {
          content: "";
          position: absolute;
          background: url(../img_cmn/ico_plus.svg) no-repeat;
          background-size: auto;
          background-size: 12px 12px;
          width: 12px;
          height: 12px;
          top: 50%;
          margin-top: -6px;
          right: 20px; }
        .page_top_group .sidemenu_box .page_link_box_sp .loop_list li.label_open > .loop_child::before {
          content: "";
          position: absolute;
          background: url(../img_cmn/ico_minus.svg) no-repeat;
          background-size: auto;
          background-size: 12px 12px;
          width: 12px;
          height: 12px;
          top: 50%;
          margin-top: -6px;
          right: 20px; }
      .page_top_group .sidemenu_box .page_link_box_sp .loop_list .open_close_inner {
        background-color: #EBF8F5; }
        .page_top_group .sidemenu_box .page_link_box_sp .loop_list .open_close_inner .loop_child a {
          font-weight: normal;
          padding: 16px 20px 16px 40px; }
      .page_top_group .sidemenu_box .page_link_box_sp .header_btn_box {
        display: flex;
        justify-content: center;
        margin-top: 25px; }
  .page_top_group .is_animation {
    /* 【上書き】ヘッダー上部 -ロゴ、リンク
    ------------------------------------ */
    /* 【上書き】ヘッダー下部 -グローバルナビ
    ------------------------------------ */ }
    .page_top_group .is_animation .header_top {
      padding: 5px 0 10px; }
      .page_top_group .is_animation .header_top .header_left_box {
        position: absolute;
        top: 20px; }
        .page_top_group .is_animation .header_top .header_left_box .logo a {
          padding-top: 0; }
          .page_top_group .is_animation .header_top .header_left_box .logo a .img_logo img {
            width: 260px;
            height: auto; }
      .page_top_group .is_animation .header_top .header_right_box .font_size_box {
        display: none; }
      .page_top_group .is_animation .header_top .header_right_box .tell_box .header_address {
        display: none; }
      .page_top_group .is_animation .header_top .header_right_box .tell_box .header_btn_tell .ico_tell {
        position: relative;
        top: 0px;
        margin-right: 5px; }
      .page_top_group .is_animation .header_top .header_right_box .tell_box .header_btn_tell .tell_num {
        font-size: 1.8rem; }
      .page_top_group .is_animation .header_top .header_right_box .contact_box .header_btn_contact a {
        width: 140px;
        font-size: 1.3rem;
        line-height: 3.0rem; }
        .page_top_group .is_animation .header_top .header_right_box .contact_box .header_btn_contact a:hover {
          opacity: 0.8;
          transition: .3s; }
      .page_top_group .is_animation .header_top .header_right_box .access_box .header_btn_access a {
        width: 140px;
        font-size: 1.3rem;
        line-height: 3.0rem; }
        .page_top_group .is_animation .header_top .header_right_box .access_box .header_btn_access a:hover {
          opacity: 0.8;
          transition: .3s; }
    .page_top_group .is_animation .header_gnav {
      margin: 0px auto 5px; }
      .page_top_group .is_animation .header_gnav .gNav {
        width: 73%;
        float: right; }
      .page_top_group .is_animation .header_gnav .header_gnav_box > li {
        height: 30px; }
        .page_top_group .is_animation .header_gnav .header_gnav_box > li .gnav_btn_box {
          height: 30px; }
          .page_top_group .is_animation .header_gnav .header_gnav_box > li .gnav_btn_box a {
            line-height: 3.0rem;
            font-size: 1.4rem; }
        .page_top_group .is_animation .header_gnav .header_gnav_box > li .cont_gnav_hover_box {
          top: -210px; }
        .page_top_group .is_animation .header_gnav .header_gnav_box > li:hover .cont_gnav_hover_box {
          top: 80px; }
  .page_top_group .cont_footer_info {
    margin-top: 20px;
    min-width: 1100px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .cont_footer_info {
        margin-top: 0px;
        min-width: inherit; } }
  .page_top_group .footer_info {
    padding-top: 60px;
    background-color: #F5FCFB;
    /* SP */
    /* フッダー上部 -病院情報、googlマップ
    ------------------------------------ */
    /* フッダー下部 -グループトップリンク、サイトマップ等
    ------------------------------------ */
    /* コピーライト
    ------------------------------------ */ }
    @media screen and (max-width: 767px) {
      .page_top_group .footer_info {
        padding-top: 30px; } }
    .page_top_group .footer_info .hp_info_box {
      display: flex;
      justify-content: space-between;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_group .footer_info .hp_info_box {
          flex-wrap: wrap; } }
      .page_top_group .footer_info .hp_info_box .left_box {
        width: 540px;
        box-sizing: border-box;
        background-color: #FFF;
        padding: 20px 30px;
        border-radius: 5px;
        box-shadow: 1px 1px 3px #DEDEDE;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .footer_info .hp_info_box .left_box {
            width: 100%;
            box-sizing: border-box;
            padding: 20px 20px; } }
        .page_top_group .footer_info .hp_info_box .left_box .hp_info {
          border-bottom: solid 1px #C9C9C9;
          padding-bottom: 15px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .footer_info .hp_info_box .left_box .hp_info {
              font-size: 1.4rem;
              border-bottom: solid 2px #C9C9C9;
              padding-bottom: 25px; } }
          .page_top_group .footer_info .hp_info_box .left_box .hp_info .hp_name {
            font-size: 2.4rem;
            font-weight: bold;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .footer_info .hp_info_box .left_box .hp_info .hp_name {
                font-size: 2.2rem; } }
          .page_top_group .footer_info .hp_info_box .left_box .hp_info .hp_tell .ico_tell {
            position: relative;
            top: 2px;
            margin-right: 5px; }
            .page_top_group .footer_info .hp_info_box .left_box .hp_info .hp_tell .ico_tell::before {
              content: '';
              display: inline-block;
              width: 14px;
              height: 14px;
              background: url("../img_group/ico_tell.svg") no-repeat 0 0;
              background-repeat: no-repeat;
              background-size: 14px 14px; }
          .page_top_group .footer_info .hp_info_box .left_box .hp_info .btn_tell_box {
            margin-top: 15px;
            display: inline-block;
            width: 100%; }
            .page_top_group .footer_info .hp_info_box .left_box .hp_info .btn_tell_box .btn_tell {
              width: 100%;
              box-sizing: border-box;
              /* PC */ }
              @media screen and (min-width: 768px) {
                .page_top_group .footer_info .hp_info_box .left_box .hp_info .btn_tell_box .btn_tell a[href^="tel:"] {
                  pointer-events: none; } }
          .page_top_group .footer_info .hp_info_box .left_box .hp_info .img_box {
            float: right;
            padding-top: 10px; }
            .page_top_group .footer_info .hp_info_box .left_box .hp_info .img_box img {
              width: 200px;
              height: 125px;
              object-fit: contain;
              font-family: 'object-fit: contain;';
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_group .footer_info .hp_info_box .left_box .hp_info .img_box img {
                  width: 90px;
                  height: 90px;
                  object-fit: cover;
                  font-family: 'object-fit: cover;'; } }
        .page_top_group .footer_info .hp_info_box .left_box .consultation_hour_info {
          padding-top: 15px; }
          .page_top_group .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour {
            display: flex;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour {
                display: block; } }
            .page_top_group .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .tl_info {
              display: flex;
              justify-content: center;
              align-items: center;
              width: 110px;
              background-color: #F7F7F7;
              font-size: 1.6rem;
              font-weight: bold;
              margin-right: 15px;
              text-align: center;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_group .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .tl_info {
                  margin: 0 auto 15px;
                  color: #2E887C;
                  background-color: transparent; } }
            .page_top_group .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list {
              flex: 1; }
              .page_top_group .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dt {
                float: left;
                display: inline-block;
                width: 50px;
                border: solid 1px #43B9AA;
                box-sizing: border-box;
                font-size: 1.4rem;
                line-height: 1.4rem;
                font-weight: bold;
                text-align: center;
                color: #2E887C;
                padding: 6px 5px;
                margin-right: 10px; }
                .page_top_group .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dt.bg_gray {
                  color: #FFF;
                  background-color: #898989;
                  border: solid 1px #898989; }
              .page_top_group .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dd {
                line-height: 2.8rem;
                margin-left: 50px;
                margin-bottom: 10px; }
                .page_top_group .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dd:last-child {
                  margin-bottom: 0px; }
                .page_top_group .footer_info .hp_info_box .left_box .consultation_hour_info .consultation_hour .info_list dd .time {
                  font-weight: bold; }
          .page_top_group .footer_info .hp_info_box .left_box .consultation_hour_info .txt_attention {
            color: #E57571;
            font-size: 1.3rem;
            margin-top: 12px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .footer_info .hp_info_box .left_box .consultation_hour_info .txt_attention {
                margin-top: 15px; } }
      .page_top_group .footer_info .hp_info_box .right_box {
        width: 540px;
        box-sizing: border-box;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .footer_info .hp_info_box .right_box {
            width: 100%;
            box-sizing: border-box;
            margin-top: 20px; }
            .page_top_group .footer_info .hp_info_box .right_box .google_map iframe {
              width: 100% !important;
              height: 210px !important; } }
    .page_top_group .footer_info .footer_bottom {
      padding: 15px 0;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_group .footer_info .footer_bottom {
          padding: 10px 0; } }
      .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_left_box {
        margin: 20px 0 10px;
        display: flex;
        align-items: center;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_left_box {
            display: block;
            margin: 5px 0 0; } }
        .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box {
          display: flex;
          flex-wrap: wrap;
          /* SP */
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box {
              display: block;
              text-align: center;
              margin-bottom: 20px; } }
          .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li {
            margin-right: 10px; }
            .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li a {
              display: block;
              padding: 0 15px;
              font-size: 1.4rem;
              line-height: 4.0rem;
              font-weight: bold;
              border: solid 1px #43B9AA;
              border-radius: 5px;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li a {
                  display: inline-block; } }
              .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li a:hover {
                color: #2E887C;
                transition: .3s; }
          @media screen and (max-width: 767px) {
            .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li {
              margin: 0px auto 10px; }
              .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_left_box .btn_link_box li a {
                font-size: 1.3rem;
                line-height: 3.4rem; } }
        .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box {
          display: flex;
          margin: 0 10px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box {
              flex-wrap: wrap;
              margin: 10px 0 0; } }
          .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li {
            /* SP */ }
            .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li a {
              display: block;
              border-right: solid 1px #43B9AA;
              padding: 0 15px;
              font-size: 1.4rem;
              line-height: 2.6rem; }
              .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li a:hover {
                color: #2E887C;
                transition: .3s; }
            .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li:first-child a {
              border-left: solid 1px #43B9AA; }
            @media screen and (max-width: 767px) {
              .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li {
                width: 50%;
                box-sizing: border-box;
                margin-bottom: 10px;
                text-align: center; }
                .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li a {
                  padding: 0 10px;
                  font-size: 1.3rem; }
                .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_left_box .txt_link_box li:nth-child(odd) a {
                  border-left: solid 1px #43B9AA; } }
      .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_right_box {
        float: right; }
        .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box {
          z-index: 999;
          position: fixed;
          bottom: 50px;
          left: calc(50% + 480px);
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box {
              bottom: 10px;
              left: calc(100% - 67px); } }
          .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box a {
            /* SP */ }
            .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box a:hover {
              opacity: 0.8;
              transition: .3s; }
            @media screen and (max-width: 767px) {
              .page_top_group .footer_info .footer_bottom .footer_bottom_box .footer_right_box .page_top_box a img {
                width: 50px;
                height: 50px; } }
    .page_top_group .footer_info .footer_copyright {
      background-color: #43B9AA;
      /* SP */ }
      .page_top_group .footer_info .footer_copyright .txt_copyright {
        font-size: 1.2rem;
        color: #FFF;
        padding: 5px 0; }
        .page_top_group .footer_info .footer_copyright .txt_copyright .copyright {
          float: left; }
        .page_top_group .footer_info .footer_copyright .txt_copyright .powered_by {
          float: right; }
          .page_top_group .footer_info .footer_copyright .txt_copyright .powered_by a {
            text-decoration: underline;
            color: #FFF; }
      @media screen and (max-width: 767px) {
        .page_top_group .footer_info .footer_copyright {
          padding: 10px 0;
          text-align: center; }
          .page_top_group .footer_info .footer_copyright .txt_copyright .copyright {
            float: none;
            font-size: 1.1rem; }
          .page_top_group .footer_info .footer_copyright .txt_copyright .powered_by {
            margin-top: 10px;
            float: none;
            font-size: 1.0rem; } }
  .page_top_group .aside {
    /* SP */
    /* asides_list_box
    ------------------------------------ */ }
    @media screen and (max-width: 767px) {
      .page_top_group .aside {
        width: calc(100% + 34px);
        margin: 0 -17px 0 -17px;
        border-top: solid 2px #43B9AA;
        border-bottom: solid 2px #43B9AA; } }
    .page_top_group .aside .aside_list_box {
      width: 260px;
      box-sizing: border-box;
      margin-right: 50px;
      padding: 30px 20px 40px;
      background-color: #F7F7F7;
      border-top: solid 4px #43B9AA;
      /* SP */
      /* asides_list_box（2爪以降）
      ------------------------------------ */ }
      @media screen and (max-width: 767px) {
        .page_top_group .aside .aside_list_box {
          width: 100%;
          padding: 30px 17px;
          border-top: none;
          border-bottom: solid 1px #C9C9C9;
          margin-bottom: 0px; } }
      .page_top_group .aside .aside_list_box .tl_category_list {
        font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
        font-size: 1.8rem;
        font-weight: bold;
        margin: 0 0 20px;
        border-bottom: solid 1px #43B9AA;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .aside .aside_list_box .tl_category_list {
            font-size: 1.4rem;
            margin: 0 0 10px;
            border-bottom: none; } }
      .page_top_group .aside .aside_list_box .category_list_box {
        border: solid 1px #C9C9C9;
        border-radius: 5px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .aside .aside_list_box .category_list_box {
            border-radius: 1px; } }
        .page_top_group .aside .aside_list_box .category_list_box li {
          position: relative; }
          .page_top_group .aside .aside_list_box .category_list_box li a {
            display: block;
            border-bottom: solid 1px #C9C9C9;
            background-color: #FFF;
            padding: 10px 40px 10px 20px;
            color: #3E3E3E;
            font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
            font-size: 1.6rem;
            font-weight: bold;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .aside .aside_list_box .category_list_box li a {
                padding: 13px 14px 13px 20px;
                font-size: 1.3rem;
                font-weight: normal; } }
            .page_top_group .aside .aside_list_box .category_list_box li a:hover {
              color: #2E887C;
              background-color: #F5FCFB;
              transition: .3s; }
          .page_top_group .aside .aside_list_box .category_list_box li::after {
            content: '';
            width: 12px;
            height: 12px;
            background-image: url("../img_group/ico_arrow.svg");
            background-size: 12px 12px;
            background-repeat: no-repeat;
            display: inline-block;
            position: absolute;
            top: 50%;
            right: 20px;
            margin-top: -6px; }
          .page_top_group .aside .aside_list_box .category_list_box li:first-child a {
            border-radius: 5px 5px 0 0; }
          .page_top_group .aside .aside_list_box .category_list_box li:last-child a {
            border-radius: 0 0 5px 5px;
            border-bottom: none; }
          .page_top_group .aside .aside_list_box .category_list_box li.current_category a {
            color: #2E887C;
            background-color: #F5FCFB; }
      .page_top_group .aside .aside_list_box ~ .aside_list_box {
        padding: 0px 20px 40px;
        border-top: none;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .aside .aside_list_box ~ .aside_list_box {
            width: 100%;
            padding: 30px 17px;
            border-top: none;
            border-bottom: solid 1px #C9C9C9;
            margin-bottom: 0px; } }
  .page_top_group .sp_nav_list_box .nav_list_box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .page_top_group .sp_nav_list_box .nav_list_box li {
      position: relative;
      width: calc(50% - 0.5px);
      box-sizing: border-box;
      border-top: solid 1px #C9C9C9;
      border-right: solid 1px #C9C9C9;
      background-color: #F7F7F7; }
      .page_top_group .sp_nav_list_box .nav_list_box li:nth-child(even) {
        border-right: none; }
      .page_top_group .sp_nav_list_box .nav_list_box li:nth-child(-n+2) {
        border-top: none; }
      .page_top_group .sp_nav_list_box .nav_list_box li a {
        display: block;
        font-size: 1.3rem;
        font-weight: bold;
        padding: 10px 20px; }
        .page_top_group .sp_nav_list_box .nav_list_box li a::after {
          content: '';
          width: 12px;
          height: 12px;
          background-image: url("../img_group/ico_arrow.svg");
          background-size: 12px 12px;
          background-repeat: no-repeat;
          display: inline-block;
          position: absolute;
          top: 50%;
          right: 10px;
          margin-top: -6px; }
  .page_top_group .faq_list_box {
    margin-bottom: 50px; }
    .page_top_group .faq_list_box .faq_list .list_box {
      border-top: solid 1px #C9C9C9; }
      .page_top_group .faq_list_box .faq_list .list_box:last-child {
        border-bottom: solid 1px #C9C9C9; }
      .page_top_group .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box {
        display: flex;
        padding: 20px 50px 20px 20px;
        color: #3E3E3E;
        position: relative;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box {
            padding: 15px 40px 15px 15px; } }
        .page_top_group .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box:hover {
          opacity: 0.6;
          transition: .3s;
          text-decoration: none; }
        .page_top_group .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .ico_faq_q {
          width: 30px;
          margin-right: 15px;
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          font-size: 2.8rem;
          line-height: 2.8rem;
          font-weight: bold;
          color: #3E3E3E;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .ico_faq_q {
              width: 25px;
              margin-right: 0px;
              font-size: 2.0rem;
              line-height: 2.0rem; } }
        .page_top_group .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .description_box {
          flex: 1; }
          .page_top_group .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .description_box .txt_box {
            font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
            font-size: 1.8rem;
            font-weight: bold;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .faq_list_box .faq_list .list_box .list_click_open .q_box .list_click_box .description_box .txt_box {
                font-size: 1.6rem; } }
      .page_top_group .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box {
        position: relative;
        display: flex;
        padding: 20px 50px 20px 20px;
        color: #3E3E3E;
        background-color: #F7F7F7;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box {
            padding: 15px 40px 15px 15px; } }
        .page_top_group .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .ico_faq_a {
          width: 30px;
          margin-right: 15px;
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          font-size: 2.8rem;
          line-height: 2.8rem;
          font-weight: bold;
          color: #2E887C;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .ico_faq_a {
              width: 25px;
              margin-right: 0px;
              font-size: 2.0rem;
              line-height: 2.0rem; } }
        .page_top_group .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box {
          flex: 1; }
          .page_top_group .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link {
            display: flex;
            margin-top: 20px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link {
                flex-wrap: wrap; } }
            .page_top_group .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_badge {
              width: 120px;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_group .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_badge {
                  width: 100%; } }
              .page_top_group .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_badge .txt_related_badge {
                display: inline-block;
                color: #707070;
                font-size: 1.4rem;
                line-height: 2.6rem;
                padding: 0 20px;
                position: relative;
                top: -3px;
                left: 0;
                border: solid 1px #707070;
                border-radius: 1px;
                background-color: #FFF; }
            .page_top_group .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list {
              display: block;
              flex: 1;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_group .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list {
                  margin-top: 5px; } }
              .page_top_group .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li {
                margin-bottom: 5px;
                padding-left: 1.2em;
                text-indent: -1.2em; }
                .page_top_group .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li:last-child {
                  margin-bottom: 0; }
                .page_top_group .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li a {
                  color: #2E887C;
                  display: block; }
                  .page_top_group .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li a::before {
                    content: '';
                    width: 15px;
                    height: 15px;
                    background-image: url("../img_cmn/ico_arrow.svg");
                    background-size: 7px;
                    background-repeat: no-repeat;
                    display: inline-block;
                    position: relative;
                    top: 3px;
                    left: 3px;
                    margin-right: 3px; }
                  .page_top_group .faq_list_box .faq_list .list_box .list_click_open .a_box .answer_box .description_box .related_page_link .related_link_list li a:hover {
                    text-decoration: underline; }
      .page_top_group .faq_list_box .faq_list .list_box .list_click_open .label_open_close {
        position: relative;
        cursor: pointer;
        /* SP */ }
        .page_top_group .faq_list_box .faq_list .list_box .list_click_open .label_open_close.label_open::after {
          position: absolute;
          content: "";
          background-image: url("../img_group/ico_minus_circle.svg");
          background-size: 25px auto;
          width: 25px;
          height: 25px;
          margin-top: -14px;
          right: 10px;
          top: 50%;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .faq_list_box .faq_list .list_box .list_click_open .label_open_close.label_open::after {
              background-size: 22px auto;
              width: 22px;
              height: 22px; } }
        .page_top_group .faq_list_box .faq_list .list_box .list_click_open .label_open_close.label_close::after {
          position: absolute;
          content: "";
          background-image: url("../img_group/ico_plus_circle.svg");
          background-size: 25px auto;
          width: 25px;
          height: 25px;
          margin-top: -14px;
          right: 10px;
          top: 50%;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .faq_list_box .faq_list .list_box .list_click_open .label_open_close.label_close::after {
              background-size: 22px auto;
              width: 22px;
              height: 22px; } }
  @media screen and (max-width: 767px) {
    .page_top_group .sp_category_list_box .btn_select {
      margin-top: 40px; }
      .page_top_group .sp_category_list_box .btn_select .tl_category_list {
        font-weight: bold;
        margin-bottom: 10px; }
      .page_top_group .sp_category_list_box .btn_select .select_label {
        position: relative; }
        .page_top_group .sp_category_list_box .btn_select .select_label::after {
          content: '';
          position: absolute;
          display: block;
          width: 0;
          height: 0;
          top: 50%;
          right: 1em;
          margin-top: -.3em;
          border-width: .6em .5em;
          border-style: solid;
          border-color: #43B9AA transparent transparent;
          z-index: 1;
          pointer-events: none; }
        .page_top_group .sp_category_list_box .btn_select .select_label .select_item {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          cursor: pointer;
          width: 100%;
          position: relative;
          padding: 8px;
          outline: none;
          border: 1px solid #C9C9C9;
          border-radius: 2px;
          font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
          margin-bottom: -10px; } }
  .page_top_group .cont_liaise {
    position: relative;
  /* 上部導入
	------------------------------------ */
    /* 電話問合せ
    --------------- */
    /* ３ステップ
    ------------------------------------ */
    /* formのスタイル
    ------------------------------------ */
    /* 戻るボタン
    --------------- */ }
    .page_top_group .cont_liaise .main_box .txt_Kerning {
      letter-spacing: -0.03em; }
    .page_top_group .cont_liaise .txt_intro {
      margin-top: 40px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_group .cont_liaise .txt_intro {
          margin-top: 30px; } }
    .page_top_group .cont_liaise .contact_link_box {
      margin: 30px 0 30px;
      padding: 0 0 0;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_group .cont_liaise .contact_link_box {
          padding: 0px 20px 30px; } }
      .page_top_group .cont_liaise .contact_link_box .tell_box {
        margin: 25px 20px 25px; }
    .page_top_group .cont_liaise .liaise_step_box {
      margin: 110px auto 60px;
      text-align: center;
      position: relative;
      /* SP */
      /* ステップ未着地
      --------------- */
      /* 現在のステップ地点
      --------------- */ }
      @media screen and (max-width: 767px) {
        .page_top_group .cont_liaise .liaise_step_box {
          margin: 90px auto 40px; } }
      .page_top_group .cont_liaise .liaise_step_box::before {
        content: "";
        position: absolute;
        display: block;
        width: 450px;
        height: 1px;
        top: -22px;
        left: 50%;
        margin-left: -225px;
        background-color: #C9C9C9;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .cont_liaise .liaise_step_box::before {
            width: 200px;
            margin-left: -100px; } }
      .page_top_group .cont_liaise .liaise_step_box ol {
        display: flex;
        justify-content: center;
        align-items: center; }
      .page_top_group .cont_liaise .liaise_step_box li {
        width: 220px;
        position: relative;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .cont_liaise .liaise_step_box li {
            width: 100px; } }
      .page_top_group .cont_liaise .liaise_step_box .step_do {
        color: #2E887C;
        font-size: 1.3rem; }
        .page_top_group .cont_liaise .liaise_step_box .step_do::before {
          content: "";
          position: absolute;
          display: block;
          width: 20px;
          height: 20px;
          top: -31px;
          left: 50%;
          margin-left: -10px;
          background-color: #43B9AA;
          border-radius: 50px;
          box-sizing: border-box; }
      .page_top_group .cont_liaise .liaise_step_box .step_undone {
        font-size: 1.3rem; }
        .page_top_group .cont_liaise .liaise_step_box .step_undone::before {
          content: "";
          position: absolute;
          display: block;
          width: 20px;
          height: 20px;
          top: -31px;
          left: 50%;
          margin-left: -10px;
          background-color: #F7F7F7;
          border: solid 1px #C9C9C9;
          border-radius: 50px;
          box-sizing: border-box; }
    .page_top_group .cont_liaise .contact_form {
      margin-top: 30px; }
      .page_top_group .cont_liaise .contact_form .form_box {
        position: relative; }
      .page_top_group .cont_liaise .contact_form .form_table {
        width: 100%;
        margin-bottom: 40px;
        table-layout: fixed;
        /* SP */
        /* エラーメッセージ
        --------------- */
        /* 必須アイコン
        --------------- */ }
        .page_top_group .cont_liaise .contact_form .form_table tr {
          background-color: #F5FCFB;
          /* お問い合わせ内容、その他選択時
          --------------- */ }
          .page_top_group .cont_liaise .contact_form .form_table tr:first-child .form_th {
            padding-top: 50px;
            /* SP */ }
            .page_top_group .cont_liaise .contact_form .form_table tr:first-child .form_th .ico_require {
              top: 60px; }
            @media screen and (max-width: 767px) {
              .page_top_group .cont_liaise .contact_form .form_table tr:first-child .form_th {
                padding: 40px 10px 10px; }
                .page_top_group .cont_liaise .contact_form .form_table tr:first-child .form_th .ico_require {
                  top: 0px; } }
          .page_top_group .cont_liaise .contact_form .form_table tr:first-child .form_td {
            padding-top: 50px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .cont_liaise .contact_form .form_table tr:first-child .form_td {
                padding: 0px 10px 10px; } }
          .page_top_group .cont_liaise .contact_form .form_table tr:last-child .form_th {
            padding-bottom: 50px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .cont_liaise .contact_form .form_table tr:last-child .form_th {
                padding: 20px 10px 10px; } }
          .page_top_group .cont_liaise .contact_form .form_table tr:last-child .form_td {
            padding-bottom: 50px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .cont_liaise .contact_form .form_table tr:last-child .form_td {
                padding: 0px 10px 30px; } }
          .page_top_group .cont_liaise .contact_form .form_table tr .form_td,
          .page_top_group .cont_liaise .contact_form .form_table tr .form_th {
            position: relative;
            vertical-align: top;
            text-align: left;
            /* SP */ }
          .page_top_group .cont_liaise .contact_form .form_table tr .form_th {
            font-weight: bold;
            width: 240px;
            padding: 20px 0 20px 25px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .cont_liaise .contact_form .form_table tr .form_th {
                display: block;
                width: 100%;
                padding: 20px 10px 10px;
                box-sizing: border-box; } }
          .page_top_group .cont_liaise .contact_form .form_table tr .form_td {
            padding: 20px 25px 20px 0;
            /* SP */
            /* セレクトボックスのスタイル設定
            --------------- */
            /* radio,checkボタン
            --------------- */ }
            @media screen and (max-width: 767px) {
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td {
                display: block;
                width: 100%;
                padding: 0px 10px 10px;
                box-sizing: border-box; } }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td .txt_notice {
              margin: 15px 0 5px; }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td .ex {
              font-size: 12px;
              color: #999;
              margin-top: 10px; }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td button,
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=email],
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=tel],
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=text],
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td select,
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td textarea {
              margin: 0;
              padding: 0;
              background: none;
              border: none;
              border-radius: 0;
              outline: none;
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              /** add */
              border: solid 1px #43B9AA;
              border-radius: 1px; }
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td button::placeholder,
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=email]::placeholder,
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=tel]::placeholder,
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=text]::placeholder,
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td select::placeholder,
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td textarea::placeholder {
                color: #8B918B;
                /* SP */ }
                @media screen and (max-width: 767px) {
                  .page_top_group .cont_liaise .contact_form .form_table tr .form_td button::placeholder,
                  .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=email]::placeholder,
                  .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=tel]::placeholder,
                  .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=text]::placeholder,
                  .page_top_group .cont_liaise .contact_form .form_table tr .form_td select::placeholder,
                  .page_top_group .cont_liaise .contact_form .form_table tr .form_td textarea::placeholder {
                    font-size: 1.3rem; } }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td textarea::-webkit-input-placeholder {
              color: #8B918B;
              font-size: 1.5rem;
              font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_group .cont_liaise .contact_form .form_table tr .form_td textarea::-webkit-input-placeholder {
                  font-size: 1.3rem; } }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td textarea:-moz-placeholder {
              color: #8B918B;
              font-size: 1.5rem;
              font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_group .cont_liaise .contact_form .form_table tr .form_td textarea:-moz-placeholder {
                  font-size: 1.3rem; } }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td textarea:-ms-input-placeholder {
              color: #8B918B;
              font-size: 1.5rem;
              font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_group .cont_liaise .contact_form .form_table tr .form_td textarea:-ms-input-placeholder {
                  font-size: 1.3rem; } }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=email]::-ms-clear,
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=tel]::-ms-clear,
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=text]::-ms-clear {
              visibility: hidden; }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=email]::-ms-reveal,
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=tel]::-ms-reveal,
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=text]::-ms-reveal {
              visibility: hidden; }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td select::-ms-expand {
              display: none; }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td textarea {
              resize: none; }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td select {
              padding: 9px 10px; }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=email],
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=tel],
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=text],
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td textarea {
              padding: 10px 15px;
              width: 100%;
              box-sizing: border-box;
              background: #fff;
              font-size: 1.5rem;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=email],
                .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=tel],
                .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=text],
                .page_top_group .cont_liaise .contact_form .form_table tr .form_td textarea {
                  padding: 10px 10px; } }
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=email].input_box_min,
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=tel].input_box_min,
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=text].input_box_min,
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td textarea.input_box_min {
                width: 320px;
                /* SP */ }
                @media screen and (max-width: 767px) {
                  .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=email].input_box_min,
                  .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=tel].input_box_min,
                  .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=text].input_box_min,
                  .page_top_group .cont_liaise .contact_form .form_table tr .form_td textarea.input_box_min {
                    width: 100%; } }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td button,
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td input,
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td select,
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td textarea {
              font-family: inherit;
              font-size: 100%;
              padding: 10px 15px;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_group .cont_liaise .contact_form .form_table tr .form_td button,
                .page_top_group .cont_liaise .contact_form .form_table tr .form_td input,
                .page_top_group .cont_liaise .contact_form .form_table tr .form_td select,
                .page_top_group .cont_liaise .contact_form .form_table tr .form_td textarea {
                  padding: 10px 10px; } }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td .select_label {
              position: relative;
              border-radius: 0;
              z-index: 0; }
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td .select_label::after {
                content: '';
                position: absolute;
                display: block;
                width: 0;
                height: 0;
                top: 50%;
                right: 1em;
                margin-top: -.3em;
                border-width: .6em .5em;
                border-style: solid;
                border-color: #43B9AA transparent transparent;
                z-index: 1;
                pointer-events: none; }
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td .select_label .select_item {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                cursor: pointer;
                width: 100%;
                position: relative;
                padding: 10px 15px;
                outline: none;
                border: 1px solid #43B9AA;
                border-radius: 2px;
                background-color: #FFF;
                font-family: "メイリオ", Verdana, Arial, Helvetica, sans-serif;
                /* SP */ }
                @media screen and (max-width: 767px) {
                  .page_top_group .cont_liaise .contact_form .form_table tr .form_td .select_label .select_item {
                    padding: 10px 10px; } }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td .radio_box {
              /* SP */ }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=checkbox],
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=radio] {
              display: none; }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type="checkbox"]:checked + label.checkbox,
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type="radio"]:checked + label.radio {
              background-color: #EBF8F5; }
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type="checkbox"]:checked + label.checkbox:after,
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type="radio"]:checked + label.radio:after {
                background: #fff; }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td .checkbox,
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td .radio {
              box-sizing: border-box;
              -webkit-transition: background-color 0.2s linear;
              transition: background-color 0.2s linear;
              position: relative;
              display: inline-block;
              padding: 11px 20px 9px 50px;
              vertical-align: middle;
              margin-right: 20px;
              cursor: pointer;
              background-color: #FFF;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_group .cont_liaise .contact_form .form_table tr .form_td .checkbox,
                .page_top_group .cont_liaise .contact_form .form_table tr .form_td .radio {
                  display: block;
                  margin-right: 0px; } }
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td .checkbox:hover,
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td .radio:hover {
                background-color: #EBF8F5; }
                .page_top_group .cont_liaise .contact_form .form_table tr .form_td .checkbox:hover:after,
                .page_top_group .cont_liaise .contact_form .form_table tr .form_td .radio:hover:after {
                  border-color: #707070;
                  background: #fff; }
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td .checkbox:after,
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td .radio:after {
                -webkit-transition: border-color 0.2s linear;
                transition: border-color 0.2s linear;
                position: absolute;
                top: 50%;
                left: 15px;
                display: block;
                margin-top: -11px;
                width: 20px;
                height: 20px;
                border: 1px solid #707070;
                background: #fff;
                content: ''; }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td .radio {
              /* SP */ }
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td .radio:before {
                -webkit-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear;
                position: absolute;
                top: 50%;
                left: 19px;
                display: block;
                margin-top: -7px;
                width: 14px;
                height: 14px;
                border-radius: 50%;
                background-color: #43B9AA;
                z-index: 1;
                content: '';
                opacity: 0; }
                input[type=radio]:checked + .page_top_group .cont_liaise .contact_form .form_table tr .form_td .radio:before {
                  opacity: 1; }
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td .radio:after {
                border-radius: 50%; }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=radio]:checked + .radio:before {
              opacity: 1; }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td .checkbox {
              padding-left: 52px;
              /* SP */ }
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td .checkbox:before {
                -webkit-transition: opacity 0.2s linear;
                transition: opacity 0.2s linear;
                position: absolute;
                top: 50%;
                left: 20px;
                display: block;
                margin-top: -9px;
                width: 5px;
                height: 9px;
                border-right: 3px solid #43B9AA;
                border-bottom: 3px solid #43B9AA;
                content: '';
                opacity: 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                z-index: 10;
                /* SP */ }
                input[type=checkbox]:checked + .page_top_group .cont_liaise .contact_form .form_table tr .form_td .checkbox:before {
                  opacity: 1; }
              .page_top_group .cont_liaise .contact_form .form_table tr .form_td .checkbox:after {
                left: 15px;
                width: 16px;
                height: 16px;
                margin-top: -10px;
                /* SP */ }
            .page_top_group .cont_liaise .contact_form .form_table tr .form_td input[type=checkbox]:checked + .checkbox:before {
              opacity: 1; }
          .page_top_group .cont_liaise .contact_form .form_table tr .zipcode span {
            display: inline-block; }
          .page_top_group .cont_liaise .contact_form .form_table tr .zipcode input[type=text] {
            width: 465px;
            margin-left: 10px; }
            @media screen and (max-width: 767px) {
              .page_top_group .cont_liaise .contact_form .form_table tr .zipcode input[type=text] {
                width: 270px; } }
        .page_top_group .cont_liaise .contact_form .form_table .error_message {
          color: #EB4640;
          font-size: 1.3rem;
          margin-top: 5px; }
        .page_top_group .cont_liaise .contact_form .form_table .ico_require {
          display: inline-block;
          font-size: 1.2rem;
          font-weight: normal;
          color: #EB4640;
          padding: 0 10px;
          margin-left: 1em;
          background-color: #FFF;
          border: solid 1px #EB4640;
          border-radius: 50px;
          position: absolute;
          top: 30px;
          right: 10px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .cont_liaise .contact_form .form_table .ico_require {
              position: relative;
              top: 0px;
              right: 0; } }
      .page_top_group .cont_liaise .contact_form .txt_th {
        margin-top: 10px;
        font-size: 1.4rem;
        line-height: 2.0rem; }
        .page_top_group .cont_liaise .contact_form .txt_th.type_patient {
          color: #2E887C; }
        .page_top_group .cont_liaise .contact_form .txt_th .txt_type {
          display: block;
          font-weight: normal;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .cont_liaise .contact_form .txt_th .txt_type {
              font-weight: bold; } }
      .page_top_group .cont_liaise .contact_form .txt_notice {
        font-size: 1.3rem; }
      .page_top_group .cont_liaise .contact_form .txt_indent {
        padding-left: 1em;
        text-indent: -1em; }
      .page_top_group .cont_liaise .contact_form .form_pp .txt_box {
        margin: 10px 0px 10px 10px;
        font-size: 1.4rem;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .cont_liaise .contact_form .form_pp .txt_box {
            margin: 0px 10px; } }
      .page_top_group .cont_liaise .contact_form .btn_box {
        position: relative;
        text-align: center;
        margin: 50px 0 30px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .cont_liaise .contact_form .btn_box {
            margin: 30px 0 20px; } }
        .page_top_group .cont_liaise .contact_form .btn_box input {
          color: #FFF;
          width: 320px;
          height: 60px;
          line-height: 6.0rem;
          background-color: #43B9AA;
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          font-size: 2.0rem;
          font-weight: bold;
          cursor: pointer;
          box-sizing: border-box;
          border: solid 1px #43B9AA;
          border-radius: 50px;
          background-image: url("../img_cmn/ico_arrow_white.svg");
          background-repeat: no-repeat;
          background-size: 10px;
          background-position: 95% 50%;
          box-shadow: 1px 1px 3px #DEDEDE;
          /* SP */ }
          .page_top_group .cont_liaise .contact_form .btn_box input:hover {
            opacity: 0.8;
            transition: .3s; }
          @media screen and (max-width: 767px) {
            .page_top_group .cont_liaise .contact_form .btn_box input {
              width: 90%;
              height: 52px;
              line-height: 5.2rem;
              font-size: 1.6rem; } }
        .page_top_group .cont_liaise .contact_form .btn_box input.btn_disabled {
          color: #C9C9C9;
          background-color: #F7F7F7;
          border: solid 1px #C9C9C9;
          background-image: url("../img_cmn/ico_arrow_gray.svg");
          /* SP */ }
    .page_top_group .cont_liaise .retry {
      position: absolute;
      left: 0;
      bottom: 0px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_group .cont_liaise .retry {
          position: relative;
          width: 90%;
          margin: 0 auto 20px; } }
    .page_top_group .cont_liaise .retry_btn {
      color: #3E3E3E;
      width: 140px;
      height: 50px;
      line-height: 5.0rem;
      background-color: #FFF;
      font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
      font-size: 2.0rem;
      font-weight: bold;
      cursor: pointer;
      box-sizing: border-box;
      border: solid 1px #43B9AA;
      border-radius: 50px;
      background-image: url("../img_group/ico_arrow_left.svg");
      background-repeat: no-repeat;
      background-size: 10px;
      background-position: 10% 50%;
      box-shadow: 1px 1px 3px #DEDEDE;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_group .cont_liaise .retry_btn {
          height: 44px;
          line-height: 4.4rem;
          font-size: 1.6rem; } }
      .page_top_group .cont_liaise .retry_btn:hover {
        opacity: 0.8;
        transition: .3s; }
  .page_top_group .cont_liaise_check .liaise_step_box::before {
    background: linear-gradient(90deg, #43B9AA 0%, #43B9AA 50%, #C9C9C9 50%, #C9C9C9 100%); }
  @media screen and (max-width: 767px) {
    .page_top_group .cont_liaise_check .parts_tl_01 {
      margin-top: 40px; } }
  .page_top_group .cont_liaise_check .contact_form .txt_th {
    margin-top: 1px; }
  .page_top_group .cont_liaise_check .contact_form .form_table tr:first-child .form_th .ico_require {
    top: 50px; }
    @media screen and (max-width: 767px) {
      .page_top_group .cont_liaise_check .contact_form .form_table tr:first-child .form_th .ico_require {
        top: 0px; } }
  .page_top_group .cont_liaise_check .contact_form .form_table tr .form_td {
    padding: 20px 25px 20px 10px; }
    @media screen and (max-width: 767px) {
      .page_top_group .cont_liaise_check .contact_form .form_table tr .form_td {
        padding: 5px 10px 20px 10px !important; } }
  .page_top_group .cont_liaise_check .contact_form .form_table .ico_require {
    top: 20px; }
    @media screen and (max-width: 767px) {
      .page_top_group .cont_liaise_check .contact_form .form_table .ico_require {
        top: 0px; } }
  .page_top_group .cont_liaise_sent .liaise_step_box::before {
    background-color: #43B9AA; }
  @media screen and (max-width: 767px) {
    .page_top_group .cont_liaise_sent .parts_tl_01 {
      margin-top: 40px; } }
  .page_top_group .cont_liaise_sent .txt_message {
    text-align: center; }
    @media screen and (max-width: 767px) {
      .page_top_group .cont_liaise_sent .txt_message {
        width: 80%;
        margin: 0 auto; } }
  @media screen and (max-width: 767px) {
    .page_top_group .cont_liaise_sent .contact_link_box {
      margin: 10px 0 20px; } }
  .page_top_group .cont_liaise_sent .top_link_box {
    padding: 1px 0; }
  .page_top_group .main_img {
    position: relative;
    min-width: 1100px;
    min-height: 600px;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .main_img {
        min-width: inherit;
        min-height: inherit; } }
  .page_top_group .slide_wrap {
    padding-top: 125px;
    position: relative;
    background-color: #F5FCFB;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .slide_wrap {
        padding-top: 64px; } }
  .page_top_group .swiper-container {
    position: relative;
    min-height: 500px;
    /* SP */ }
    .page_top_group .swiper-container::before {
      content: '';
      width: calc(90% - 4px);
      height: 160px;
      display: inline-block;
      background-color: rgba(255, 255, 255, 0.8);
      background-position: left 0 bottom 0;
      background-size: 100%;
      position: absolute;
      z-index: 2;
      bottom: 32px;
      left: 50%;
      margin-left: calc(-45% + 2px);
      border-radius: 0 0 5px 5px; }
    @media screen and (max-width: 767px) {
      .page_top_group .swiper-container {
        min-height: inherit; }
        .page_top_group .swiper-container::before {
          width: 100%;
          height: 40px;
          bottom: 1px;
          margin-left: -50%;
          border-radius: 0 0 0 0; } }
  .page_top_group .slide-img img {
    display: block;
    width: 90%;
    height: 620px;
    border-radius: 5px;
    box-sizing: border-box;
    border: solid 2px #43B9AA;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    margin: 30px auto;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .slide-img img {
        width: 100%;
        height: 230px;
        border-radius: 0px;
        box-sizing: border-box;
        border: none;
        border-bottom: solid 1px #43B9AA;
        margin: 0; } }
  .page_top_group .swiper-pagination {
    display: none; }
    .page_top_group .swiper-pagination .swiper-pagination-bullet-active {
      background: #079558 !important; }
  .page_top_group .copy_box {
    display: flex;
    align-items: center;
    width: 1100px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: -550px;
    z-index: 1;
    /* SP */
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .copy_box {
        width: 100%;
        box-sizing: border-box;
        padding: 0 17px;
        bottom: -77px;
        left: 0;
        margin-left: 0px; } }
    .page_top_group .copy_box .copy_box_left {
      width: 350px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_group .copy_box .copy_box_left {
          width: 130px; } }
      .page_top_group .copy_box .copy_box_left img {
        width: 100%;
        height: 100%; }
    .page_top_group .copy_box .copy_box_right {
      flex: 1;
      text-align: left;
      margin-top: 100px;
      margin-left: 50px;
      display: block;
      font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_group .copy_box .copy_box_right {
          margin-top: 25px;
          margin-left: 10px; } }
      .page_top_group .copy_box .copy_box_right .copy_txt_main {
        font-size: 2.8rem;
        font-weight: bold;
        margin-bottom: 15px;
        color: #079558;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .copy_box .copy_box_right .copy_txt_main {
            margin-bottom: 15px;
            font-size: 1.5rem; } }
      .page_top_group .copy_box .copy_box_right .copy_txt {
        font-size: 2.2rem;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .copy_box .copy_box_right .copy_txt {
            font-size: 1.3rem; } }
    @media screen and (max-width: 767px) {
      .page_top_group .copy_box {
        bottom: -20vw; }
        .page_top_group .copy_box .copy_txt_min {
          font-size: 1.3rem;
          letter-spacing: 0.10em;
          margin-bottom: 5px; }
        .page_top_group .copy_box .copy_txt {
          font-size: 2.0rem;
          letter-spacing: 0.10em; } }
  .page_top_group .group_list {
    text-align: center;
    padding: 55px 0;
    background: linear-gradient(#F5FCFB, #FFF);
    /* SP */
    /* 導入テキスト
    ------------------------------------ */
    /* サービス一覧
    ------------------------------------ */
    /* 見出し(医療)
    ------------------------------------ */
    /* 見出し(介護・福祉)
    ------------------------------------ */ }
    @media screen and (max-width: 767px) {
      .page_top_group .group_list {
        padding: 30px 0; } }
    .page_top_group .group_list .top_txt_box {
      font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
      font-size: 2.0rem;
      font-weight: bold;
      line-height: 4.0rem;
      color: #2E887C;
      margin-bottom: 80px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_group .group_list .top_txt_box {
          font-size: 1.4rem;
          line-height: 3.0rem;
          margin-bottom: 35px;
          font-weight: normal; } }
    .page_top_group .group_list .service_list_box .service_list > li {
      display: inline-block;
      margin-bottom: 20px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_group .group_list .service_list_box .service_list > li {
          margin-bottom: 15px; } }
      .page_top_group .group_list .service_list_box .service_list > li .service_box {
        display: flex;
        width: 1100px;
        background-color: #FFF;
        box-shadow: 1px 1px 3px #DEDEDE;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .group_list .service_list_box .service_list > li .service_box {
            width: calc(100% + 24px);
            margin-left: -12px;
            flex-wrap: wrap; } }
        .page_top_group .group_list .service_list_box .service_list > li .service_box .left_box {
          padding-right: 50px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .group_list .service_list_box .service_list > li .service_box .left_box {
              width: 100%;
              padding-right: 0px; } }
          .page_top_group .group_list .service_list_box .service_list > li .service_box .left_box .img_box img {
            width: 500px;
            height: 300px;
            object-fit: cover;
            font-family: 'object-fit: cover;';
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .group_list .service_list_box .service_list > li .service_box .left_box .img_box img {
                width: 100%;
                height: 150px; } }
        .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box {
          padding: 25px 0;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box {
              width: 100%;
              padding: 15px 0 20px; } }
          .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .txt_service_name {
            text-align: left;
            font-size: 2.8rem;
            font-weight: bold;
            color: #2E887C;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .txt_service_name {
                text-align: center;
                font-size: 2.2rem; } }
          .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .txt_service_address {
            text-align: left;
            margin-bottom: 15px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .txt_service_address {
                text-align: center; } }
          .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .features_list_box {
            margin-bottom: 25px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .features_list_box {
                margin-bottom: 15px; } }
            .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .features_list_box ul {
              display: flex;
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .features_list_box ul {
                  justify-content: center;
                  flex-wrap: wrap; } }
              .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .features_list_box ul > li {
                margin-left: 5px;
                margin-bottom: 5px;
                width: 74px;
                height: 74px;
                border-radius: 50%;
                box-shadow: 1px 1px 3px #DEDEDE;
                /* SP */ }
                .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .features_list_box ul > li img {
                  width: 74px;
                  height: 74px; }
                @media screen and (max-width: 767px) {
                  .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .features_list_box ul > li {
                    margin-left: 3px;
                    margin-bottom: 5px;
                    width: 64px;
                    height: 64px; }
                    .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .features_list_box ul > li img {
                      width: 64px;
                      height: 64px; } }
          .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .txt_service_tell {
            display: inline-block;
            font-size: 2.0rem;
            font-weight: bold;
            background-color: #F7F7F7;
            padding: 8px 22px 5px;
            margin-right: 20px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .txt_service_tell {
                padding: 10px 40px 7px;
                font-size: 1.8rem;
                margin: 0 auto 15px; } }
            .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .txt_service_tell .ico_tell {
              position: relative;
              top: 0px;
              margin-right: 5px; }
              .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .txt_service_tell .ico_tell::before {
                content: '';
                display: inline-block;
                width: 15px;
                height: 15px;
                background: url("../img_group/ico_tell.svg") no-repeat 0 0;
                background-repeat: no-repeat;
                background-size: 15px 15px; }
          .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .parts_btn_02 {
            display: inline-block;
            margin: 0; }
            .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .parts_btn_02 .parts_btn {
              width: 260px;
              /* SP */ }
              .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .parts_btn_02 .parts_btn a {
                height: 52px;
                line-height: 5.2rem;
                font-size: 1.6rem; }
              @media screen and (max-width: 767px) {
                .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .parts_btn_02 .parts_btn {
                  width: 240px; }
                  .page_top_group .group_list .service_list_box .service_list > li .service_box .right_box .parts_btn_02 .parts_btn a {
                    height: 42px;
                    line-height: 4.2rem;
                    font-size: 1.6rem; } }
      .page_top_group .group_list .service_list_box .service_list > li .service_box.box_middle {
        width: 940px;
        margin: 0 auto;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .group_list .service_list_box .service_list > li .service_box.box_middle {
            width: calc(100% + 24px);
            margin-left: -12px;
            position: relative; } }
        .page_top_group .group_list .service_list_box .service_list > li .service_box.box_middle .left_box {
          padding: 20px 30px 20px 30px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .group_list .service_list_box .service_list > li .service_box.box_middle .left_box {
              padding: 20px 10px 20px 10px;
              width: 40%; } }
          .page_top_group .group_list .service_list_box .service_list > li .service_box.box_middle .left_box .img_box img {
            width: 310px;
            height: 180px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .group_list .service_list_box .service_list > li .service_box.box_middle .left_box .img_box img {
                width: 100%;
                height: 100px; } }
        .page_top_group .group_list .service_list_box .service_list > li .service_box.box_middle .right_box {
          padding: 30px 0;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .group_list .service_list_box .service_list > li .service_box.box_middle .right_box {
              padding: 0px 0 20px; } }
          .page_top_group .group_list .service_list_box .service_list > li .service_box.box_middle .right_box .txt_box {
            display: inline-block;
            float: left;
            margin-right: 20px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .group_list .service_list_box .service_list > li .service_box.box_middle .right_box .txt_box {
                margin-right: 0px;
                position: absolute;
                top: 20px;
                left: 40%;
                margin-left: 20px;
                width: 50%; } }
          .page_top_group .group_list .service_list_box .service_list > li .service_box.box_middle .right_box .txt_service_name {
            font-size: 2.2rem;
            margin-top: 10px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .group_list .service_list_box .service_list > li .service_box.box_middle .right_box .txt_service_name {
                text-align: left;
                font-size: 1.8rem;
                line-height: 2.4rem;
                margin-top: 15px;
                margin-bottom: 5px; } }
          .page_top_group .group_list .service_list_box .service_list > li .service_box.box_middle .right_box .txt_service_address {
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .group_list .service_list_box .service_list > li .service_box.box_middle .right_box .txt_service_address {
                text-align: left; } }
      .page_top_group .group_list .service_list_box .service_list > li .two_box {
        display: flex;
        justify-content: center;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .group_list .service_list_box .service_list > li .two_box {
            width: calc(100% + 24px);
            margin-left: -8px; } }
        .page_top_group .group_list .service_list_box .service_list > li .two_box .box_left {
          width: 500px;
          margin-right: 20px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .group_list .service_list_box .service_list > li .two_box .box_left {
              width: 48%;
              box-sizing: border-box; } }
        .page_top_group .group_list .service_list_box .service_list > li .two_box .box_right {
          width: 415px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .group_list .service_list_box .service_list > li .two_box .box_right {
              width: 48%;
              box-sizing: border-box; } }
      .page_top_group .group_list .service_list_box .service_list > li .service_box.box_min {
        position: relative; }
        .page_top_group .group_list .service_list_box .service_list > li .service_box.box_min .right_box {
          padding: 20px 30px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .group_list .service_list_box .service_list > li .service_box.box_min .right_box {
              padding: 20px 10px; } }
          .page_top_group .group_list .service_list_box .service_list > li .service_box.box_min .right_box .txt_box {
            display: inline-block;
            float: left;
            margin-right: 20px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .group_list .service_list_box .service_list > li .service_box.box_min .right_box .txt_box {
                margin-right: 0px;
                float: none; } }
          .page_top_group .group_list .service_list_box .service_list > li .service_box.box_min .right_box .txt_service_name {
            font-size: 2.2rem;
            margin-top: 10px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .group_list .service_list_box .service_list > li .service_box.box_min .right_box .txt_service_name {
                font-size: 1.8rem;
                line-height: 2.4rem;
                margin-top: 0px; } }
          .page_top_group .group_list .service_list_box .service_list > li .service_box.box_min .right_box .features_list_box {
            margin-bottom: 17px; }
          .page_top_group .group_list .service_list_box .service_list > li .service_box.box_min .right_box .txt_service_tell {
            padding: 8px 20px 5px;
            font-size: 1.8rem;
            margin-right: 10px;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .group_list .service_list_box .service_list > li .service_box.box_min .right_box .txt_service_tell {
                padding: 8px 10px 5px;
                font-size: 1.4rem;
                margin-right: 0px; }
                .page_top_group .group_list .service_list_box .service_list > li .service_box.box_min .right_box .txt_service_tell .ico_tell::before {
                  width: 12px;
                  height: 12px;
                  background-size: 12px 12px; } }
          .page_top_group .group_list .service_list_box .service_list > li .service_box.box_min .right_box .parts_btn_02 .parts_btn {
            width: 140px; }
            .page_top_group .group_list .service_list_box .service_list > li .service_box.box_min .right_box .parts_btn_02 .parts_btn a {
              height: 42px;
              line-height: 4.2rem;
              font-size: 1.4rem;
              background-size: 8px;
              background-position: top 49% right 15px; }
    .page_top_group .group_list .tl_medical_list {
      display: block;
      font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
      font-size: 2.8rem;
      font-weight: bold;
      color: #079558;
      margin: 50px 0 40px;
      position: relative;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_group .group_list .tl_medical_list {
          font-size: 2.2rem;
          margin: 56px 0 30px; } }
      .page_top_group .group_list .tl_medical_list::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 410px;
        height: 1px;
        border-top: solid 1px #079558;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .group_list .tl_medical_list::before {
            width: 32%; } }
      .page_top_group .group_list .tl_medical_list::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 400px;
        height: 1px;
        border-top: solid 1px #079558;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .group_list .tl_medical_list::after {
            width: 30%; } }
      .page_top_group .group_list .tl_medical_list img {
        width: 80px;
        height: 60px;
        margin-right: 10px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .group_list .tl_medical_list img {
            width: 56px;
            height: 42px;
            margin-right: 5px;
            position: relative;
            top: -2px; } }
    .page_top_group .group_list .tl_welfare_list {
      display: block;
      font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
      font-size: 2.8rem;
      font-weight: bold;
      color: #F17624;
      margin: 50px 0 40px;
      position: relative;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_group .group_list .tl_welfare_list {
          font-size: 2.2rem;
          margin: 56px 0 30px; } }
      .page_top_group .group_list .tl_welfare_list::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 350px;
        height: 1px;
        border-top: solid 1px #F17624;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .group_list .tl_welfare_list::before {
            width: 10%; } }
      .page_top_group .group_list .tl_welfare_list::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        width: 340px;
        height: 1px;
        border-top: solid 1px #F17624;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .group_list .tl_welfare_list::after {
            width: 10%; } }
      .page_top_group .group_list .tl_welfare_list img {
        width: 80px;
        height: 60px;
        margin-right: 10px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .group_list .tl_welfare_list img {
            width: 56px;
            height: 42px;
            margin-right: 5px;
            position: relative;
            top: -2px; } }
  .page_top_group .top_news_list {
    text-align: center;
    padding: 80px 0 50px;
    background-color: #FDFAF7;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .top_news_list {
        padding: 50px 0 20px; } }
    .page_top_group .top_news_list .news_box .news_list_box {
      margin-bottom: 40px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_group .top_news_list .news_box .news_list_box {
          margin-bottom: 30px; } }
  .page_top_group .recruit {
    text-align: center;
    padding: 80px 0 80px;
    background-color: #FFF;
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .recruit {
        padding: 50px 0 200px; } }
    .page_top_group .recruit .recruit_box .recruit_link {
      position: relative;
      margin-top: 55px;
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_group .recruit .recruit_box .recruit_link {
          margin-top: 0px; } }
      .page_top_group .recruit .recruit_box .recruit_link .img_box {
        text-align: left; }
        .page_top_group .recruit .recruit_box .recruit_link .img_box img {
          width: 730px;
          height: 330px;
          object-fit: cover;
          font-family: 'object-fit: cover;';
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .recruit .recruit_box .recruit_link .img_box img {
              width: calc(100% + 34px);
              height: 250px;
              margin-left: -17px; } }
      .page_top_group .recruit .recruit_box .recruit_link .recruit_link_box {
        position: absolute;
        top: -60px;
        right: 0;
        display: block;
        box-sizing: border-box;
        width: 580px;
        padding: 30px 70px 30px;
        background-color: rgba(255, 255, 255, 0.8);
        border-radius: 5px;
        /* SP */ }
        @media screen and (max-width: 767px) {
          .page_top_group .recruit .recruit_box .recruit_link .recruit_link_box {
            top: 220px;
            right: 0;
            width: 100%;
            padding: 30px 35px 30px; } }
        .page_top_group .recruit .recruit_box .recruit_link .recruit_link_box .tl_link_box {
          font-family: YakuHanJP, "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Verdana, Arial, Helvetica, sans-serif;
          font-size: 1.8rem;
          letter-spacing: 0.30em;
          text-align: left;
          position: relative;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .recruit .recruit_box .recruit_link .recruit_link_box .tl_link_box {
              letter-spacing: 0.10em;
              font-size: inherit; } }
          .page_top_group .recruit .recruit_box .recruit_link .recruit_link_box .tl_link_box::before {
            content: '';
            position: absolute;
            top: 15px;
            left: -70px;
            display: inline-block;
            width: 50px;
            height: 1px;
            border-top: solid 1px #079558;
            /* SP */ }
            @media screen and (max-width: 767px) {
              .page_top_group .recruit .recruit_box .recruit_link .recruit_link_box .tl_link_box::before {
                top: 10px;
                left: -35px;
                width: 20px; } }
        .page_top_group .recruit .recruit_box .recruit_link .recruit_link_box .parts_btn_02 {
          position: absolute;
          top: 200px;
          right: 0;
          margin: 30px 0 20px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .recruit .recruit_box .recruit_link .recruit_link_box .parts_btn_02 {
              position: relative;
              top: 0;
              left: 0; }
              .page_top_group .recruit .recruit_box .recruit_link .recruit_link_box .parts_btn_02 .parts_btn {
                width: 100%; } }
  .page_top_group .relation {
    padding: 80px 0 0px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .page_top_group .relation {
        padding: 50px 0 0px; } }
    .page_top_group .relation .relation_box .relation_link_box {
      /* SP */ }
      @media screen and (max-width: 767px) {
        .page_top_group .relation .relation_box .relation_link_box {
          padding: 0px 0 25px; } }
      .page_top_group .relation .relation_box .relation_link_box .relation_link_list {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .page_top_group .relation .relation_box .relation_link_box .relation_link_list li {
          box-shadow: 1px 1px 3px #DEDEDE;
          margin: 0 10px 30px;
          /* SP */ }
          @media screen and (max-width: 767px) {
            .page_top_group .relation .relation_box .relation_link_box .relation_link_list li {
              width: 100%;
              margin-bottom: 15px; } }
          .page_top_group .relation .relation_box .relation_link_box .relation_link_list li a {
            display: block; }
            .page_top_group .relation .relation_box .relation_link_box .relation_link_list li a:hover {
              opacity: 0.8;
              transition: .3s; }
            .page_top_group .relation .relation_box .relation_link_box .relation_link_list li a .btn_link_relation img {
              width: 500px;
              height: 180px;
              object-fit: cover;
              font-family: 'object-fit: cover;';
              /* SP */ }
              @media screen and (max-width: 767px) {
                .page_top_group .relation .relation_box .relation_link_box .relation_link_list li a .btn_link_relation img {
                  width: 100%;
                  height: auto; } }
  .page_top_group .cont_footer_info .footer_info {
    padding-top: 0px; }
  .page_top_group .bottom_nav {
    /* SP */ }
    @media screen and (max-width: 767px) {
      .page_top_group .bottom_nav {
        border-top: solid 2px #43B9AA;
        border-bottom: solid 2px #43B9AA; } }

/*=================================================
 * 最大括り
 * ================================================ */
/* ------------------------------------
/* 大括り
------------------------------------ */
/* 中括り
------------------------------------ */
/* 小括り
--------------- */
/* 最小括り */

/*# sourceMappingURL=style.css.map */
