@charset "UTF-8";
/*-------------------------------------------------------------------------------

  HTML5 :: modify.css
  2016.01 Accelight Inc.

-------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------
 変数定義
-------------------------------------------------------------------------------*/
/*
----- 色名接頭辞 -----
白：white
灰：gray
黒：black
鮮やかな：vivid
くすんだ：dull
明るい：brigt
暗い：dark
*/
/*----- グレースケールの定義 -----*/
/*----- 基本色の定義 -----*/
/* メインカラー */
/* サブカラー */
/* メインカラー明るめ*/
/* フォント */
/* リンクテキスト */
/* リンクテキスト ホバー時 */
/*$color-link-hover: lighten($color-main,25%);*/
/* 必須マーク */
/*----- breakpointの定義 -----*/
/*-------------------------------------------------------------------------------
　@mixin
-------------------------------------------------------------------------------*/
/* text-indent:-9999pxの代わり */
/* before,after要素 */
/* before,after要素 インライン */
/* 三角右向きアイコン */
/* media query */
/*-------------------------------------------------------------------------------
web font　定義
-------------------------------------------------------------------------------*/
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?kxzv91");
  src: url("../fonts/icomoon.eot?kxzv91#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kxzv91") format("truetype"), url("../fonts/icomoon.woff?kxzv91") format("woff"), url("../fonts/icomoon.svg?kxzv91#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* ホームアイコン */
.icon-house:before {
  content: "\e901"; }

/* 別タブで開くアイコン */
.icon-window:after {
  content: "\e903";
  margin: 0 0 0 6px; }

@font-face {
  font-family: 'Noto Serif JP';
  src: url("/wpsystem/wp-content/themes/jcptd/assets/fonts/NotoSerifJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Noto Serif JP';
  src: url("/wpsystem/wp-content/themes/jcptd/assets/fonts/NotoSerifJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans JP';
  src: url("/wpsystem/wp-content/themes/jcptd/assets/fonts/NotoSansJP-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans JP';
  src: url("/wpsystem/wp-content/themes/jcptd/assets/fonts/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans JP';
  src: url("/wpsystem/wp-content/themes/jcptd/assets/fonts/NotoSansJP-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans JP';
  src: url("/wpsystem/wp-content/themes/jcptd/assets/fonts/NotoSansJP-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans JP';
  src: url("/wpsystem/wp-content/themes/jcptd/assets/fonts/NotoSansJP-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }
@font-face {
  font-family: 'Shippori Mincho';
  src: url("/wpsystem/wp-content/themes/jcptd/assets/fonts/ShipporiMincho-Medium.ttf") format("truetype");
  font-weight: 500;
  /* Mediumスタイル */
  font-style: normal; }
@font-face {
  font-family: 'Shippori Mincho';
  src: url("/wpsystem/wp-content/themes/jcptd/assets/fonts/ShipporiMincho-Regular.ttf") format("truetype");
  font-weight: 400;
  /* Mediumスタイル */
  font-style: normal; }
.global-nav ul.menu-list-sub li {
  background: none; }
  .global-nav ul.menu-list-sub li:first-of-type a {
    border-top: solid 1px #e3e7d0; }
.global-nav ul.menu-list-sub li a {
  background: #fff;
  border-bottom: solid 1px #e3e7d0;
  border-left: solid 1px #e3e7d0;
  border-right: solid 1px #e3e7d0; }
  .global-nav ul.menu-list-sub li a:before {
    background: transparent; }
  .global-nav ul.menu-list-sub li a:hover {
    background: #e3e7d0; }

.main-v {
  position: relative;
  width: 100%;
  margin: 55px 0 15px 0; }
  @media screen and (min-width: 768px) {
    .main-v {
      margin: 0 0 10px 0; } }
  .main-v img {
    display: block;
    border-radius: 10px; }
    @media (max-width: 768px) {
      .main-v img {
        border-radius: 0px; } }
    @media screen and (min-width: 768px) {
      .main-v img {
        margin: 0 auto;
        max-height: 480px;
        min-height: 380px; } }
  @media (max-width: 768px) {
    .main-v {
      margin-bottom: 0px; } }

.gray-label {
  font-weight: bold;
  padding: 2px 12px 0;
  background: #e1e5e8; }

.phone, .fax {
  width: calc(100% - 40px);
  margin: 0 0 10px 20px;
  padding: 0 0 0 30px;
  position: relative;
  font-size: 140%; }
  .phone:before, .fax:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 5px;
    background-size: contain; }

.phone:before {
  height: 22px;
  width: 22px;
  background: url(../img/icon-tel_01.svg) center center/contain no-repeat; }

.fax:before {
  height: 20px;
  width: 20px;
  background-image: url(../img/keihatsu_icon_fax.svg); }

.ct-h2-with-round-mark h2,
h2.with-round-mark {
  font-size: 140%;
  font-weight: bold;
  border-bottom: solid 1px #e3e7d0;
  padding-left: 40px;
  padding-bottom: 5px;
  margin-bottom: 20px; }
  .ct-h2-with-round-mark h2:before,
  h2.with-round-mark:before {
    content: "";
    display: block;
    position: absolute;
    top: 16px;
    bottom: 0;
    width: 25px;
    height: 25px;
    background: none;
    background-size: contain;
    background-image: url(../img/icon_top_jdc03.png); }

div.btn-round {
  border: 1px solid #e3e7d0;
  border-radius: 20px;
  padding: 4px 0 2px;
  text-align: center;
  position: relative; }
  div.btn-round a {
    color: #e3e7d0; }
  div.btn-round:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-top: 2px solid #e3e7d0;
    border-right: 2px solid #e3e7d0;
    top: 43%;
    right: 15px;
    margin: -3px 0 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  div.btn-round:hover {
    cursor: pointer;
    background: #e3e7d0; }
    div.btn-round:hover a {
      color: #fff; }
    div.btn-round:hover:before {
      border-top: 2px solid #fff;
      border-right: 2px solid #fff; }

div.column-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  div.column-container .column-item {
    width: calc(50% - 15px);
    margin: 15px 0; }
    @media (max-width: 768px) {
      div.column-container .column-item {
        width: 100%; } }
    div.column-container .column-item .column-item-image-container {
      display: inline-block;
      width: 100px;
      margin-right: 15px; }
    div.column-container .column-item .column-item-text-container {
      display: inline-block;
      width: calc(100% - 125px);
      vertical-align: top; }
      div.column-container .column-item .column-item-text-container h3 {
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 100%;
        border: 0px; }
        div.column-container .column-item .column-item-text-container h3:before {
          background: none; }

p.read-more {
  text-align: right;
  margin-bottom: 0; }
  p.read-more a {
    color: #e3e7d0;
    display: inline-block;
    position: relative;
    padding-right: 65px; }
    p.read-more a:before, p.read-more a:after {
      content: "";
      display: block;
      position: absolute;
      right: 0;
      bottom: 6px;
      background: #e3e7d0; }
    p.read-more a:before {
      width: 60px;
      height: 2px; }
    p.read-more a:after {
      border-left: 20px solid #e3e7d0;
      border-top: 10px solid #fff; }

div.menu-tile {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  div.menu-tile .menu-tile-item {
    width: calc(25% - 2px);
    margin: 15px 0 0;
    border-left: 1px solid #fff;
    background: #f2f4e9; }
    @media (max-width: 768px) {
      div.menu-tile .menu-tile-item {
        width: calc(50% - 2px); } }
    div.menu-tile .menu-tile-item .menu-tile-item-header {
      text-align: center;
      font-weight: bold;
      margin: 20px 0 0;
      height: 40px; }
    div.menu-tile .menu-tile-item .menu-tile-item-image {
      text-align: center;
      margin: 20px 0 5px; }
      div.menu-tile .menu-tile-item .menu-tile-item-image img {
        width: 60px; }
    div.menu-tile .menu-tile-item .menu-tile-item-text {
      padding: 0 10px; }
    div.menu-tile .menu-tile-item .btn-menu-tile-item {
      font-size: 90%;
      max-width: 150px;
      margin: 10px auto 20px; }
      div.menu-tile .menu-tile-item .btn-menu-tile-item:before {
        width: 8px;
        height: 8px;
        top: 43%;
        right: 15px; }

/*-------------------------------------------------------------------------------
ホーム
-------------------------------------------------------------------------------*/
.home {
  /*--------------------------------------------------
  メインビジュアル
  --------------------------------------------------*/
  /* end .main-v */
  /*--------------------------------------------------
  メインコンテンツ
  --------------------------------------------------*/
  /* end .contents-wrap */
  /* ニュース */
  /* end .news */
  /* フリップ*/ }
  .home .main-v {
    /* コントローラー */
    /* ページャー */ }
    .home .main-v .main-v-text {
      /*position: absolute;
      top: 17%;
      //left: 30%;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      line-height: 2;
      font-size: 125%;
      font-family: '游ゴシック';

      color: #000;
      background: rgba(255, 255, 255, 0.7);
      padding: 10px;
      border-radius: 10px;
      right: 13%;
*/
      position: absolute;
      top: 8%;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      font-size: 171%;
      font-family: '游ゴシック','Noto Sans JP', 'Noto Serif JP', serif;
      font-weight: 300;
      color: #000;
      padding: 10px;
      border-radius: 10px;
      right: 11%; }
      @supports (-webkit-touch-callout: none) {
        .home .main-v .main-v-text {
          font-family: 'Noto Sans JP' ,'Noto Serif JP', serif;
          font-weight: 300; } }
      @media (max-width: 768px) {
        .home .main-v .main-v-text {
          font-family: 'Noto Sans JP' ,'Noto Serif JP', serif;
          font-weight: 300; } }
      .home .main-v .main-v-text span.txt-first {
        text-shadow: 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
        padding: 10px 0; }
      .home .main-v .main-v-text span.txt-secont {
        margin-top: 30px;
        text-shadow: 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
        padding: 10px 0; }
      .home .main-v .main-v-text span.txt-third {
        margin-top: 70px;
        text-shadow: 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff, 0px 0px 15px #fff;
        padding: 10px 0; }
    .home .main-v .bx-controls {
      position: absolute;
      bottom: -40px;
      z-index: 500; }
    .home .main-v .bx-pager-item {
      display: inline-block; }
    .home .main-v .bx-pager-item a {
      text-indent: -9999px;
      display: block;
      background: #808080; }
    .home .main-v .bx-pager-item .active {
      background: #a90000; }
    .home .main-v .bx-controls-direction {
      display: none; }
  .home main {
    padding: 0;
    max-width: 1200px;
    margin: 0 auto; }
  .home .contents-wrap {
    padding: 0;
    max-width: inherit; }
  .home section {
    float: none;
    width: 100%;
    max-width: 1060px;
    margin: 0 auto 40px;
    padding: 0 20px 0 20px; }
    @media screen and (min-width: 768px) {
      .home section .btn {
        clear: both;
        text-align: center; }
        .home section .btn a {
          /*padding: 12px 90px 12px 90px;*/
          padding: 4px 40px; } }
  .home .message {
    margin-top: 80px;
    margin-bottom: 60px; }
    @media (max-width: 768px) {
      .home .message {
        margin: 30px 0 20px; } }
    .home .message .message-box p.message-txt {
      text-align: center;
      font-size: 130%; }
      .home .message .message-box p.message-txt:before {
        content: url(/img/logo02.png);
        margin-right: 10px; }
  .home .wrap__box {
    position: relative; }
  .home .menu {
    margin: 50px 0; }
    .home .menu .topics {
      font-size: 187%;
      letter-spacing: 0.3em;
      margin-bottom: 0; }
      @media (max-width: 768px) {
        .home .menu .topics {
          margin-left: 10px; } }
      .home .menu .topics .menu01 > a {
        background: #f7e4c6; }
    .home .menu .menu_inner {
      max-width: 1200px;
      max-width: 1000px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      background-color: #f2f4e9;
      padding: 20px calc(50% - 360px); }
      @media (max-width: 768px) {
        .home .menu .menu_inner {
          padding: 20px calc(50% - 173px);
          justify-content: center; } }
      .home .menu .menu_inner .menu01, .home .menu .menu_inner .menu02, .home .menu .menu_inner .menu03, .home .menu .menu_inner .menu04 {
        width: calc(50% - 15px);
        margin: 15px 0; }
        @media (max-width: 768px) {
          .home .menu .menu_inner .menu01, .home .menu .menu_inner .menu02, .home .menu .menu_inner .menu03, .home .menu .menu_inner .menu04 {
            width: 100%; } }
      .home .menu .menu_inner a {
        display: flex;
        color: #333333;
        background: #fff;
        height: 115px; }
        .home .menu .menu_inner a:hover {
          opacity: 0.7; }
        .home .menu .menu_inner a .menu-content {
          width: 50%;
          margin: 6px; }
        .home .menu .menu_inner a .menu-image {
          text-align: right;
          width: 100%; }
          .home .menu .menu_inner a .menu-image img {
            width: 100%;
            height: 100%;
            display: block;
            box-sizing: border-box;
            object-fit: contain; }
        .home .menu .menu_inner a p {
          margin: 0;
          padding: 0 0 5px;
          text-align: center; }
        .home .menu .menu_inner a .menu-content-header {
          padding: 40px 0;
          font-weight: bold;
          font-size: 85%; }
        .home .menu .menu_inner a .menu-content-text {
          padding: 5px 0;
          font-size: 85%; }
      .home .menu .menu_inner a.top-banner-only {
        margin: 15px 0;
        width: 345px; }
        .home .menu .menu_inner a.top-banner-only img {
          width: 345px; }
      .home .menu .menu_inner .topic01 {
        max-width: 345px; }
        .home .menu .menu_inner .topic01 a {
          background: #f7e4c6; }
          .home .menu .menu_inner .topic01 a .menu-content-header {
            font-size: 122%;
            color: #808080; }
    .home .menu .menu_topics {
      padding: 0;
      max-width: 1000px;
      background-color: transparent;
      align-items: flex-start; }
      @media (max-width: 768px) {
        .home .menu .menu_topics {
          gap: 10px 180px; } }
      .home .menu .menu_topics .topics {
        font-size: 140%;
        font-weight: bold;
        color: #333333;
        letter-spacing: 0.1em;
        padding: 0 0 0 9px;
        margin-top: 8px; }
        @media (max-width: 768px) {
          .home .menu .menu_topics .topics {
            padding: 0;
            margin: 0; } }
  .home h2.underline {
    text-align: center;
    font-size: 140%;
    font-weight: bold;
    color: #333333;
    border: none; }
    .home h2.underline:before {
      content: "";
      display: block;
      position: absolute;
      left: 25px;
      bottom: -4px;
      width: 60px;
      height: 1px;
      background: #000;
      top: auto; }
      @media (max-width: 768px) {
        .home h2.underline:before {
          left: 15px; } }
  .home h2.facility-header {
    margin-top: 20px;
    background: #f2f4e9;
    margin-bottom: -1px; }
  .home .menu .facility-contents {
    padding: 20px calc(40% - 360px);
    padding-top: 0; }
    .home .menu .facility-contents a {
      box-shadow: 2px 3px 7px #ccc; }
    .home .menu .facility-contents span {
      margin: auto; }
      .home .menu .facility-contents span:before {
        content: '';
        display: inline-block;
        background-size: contain;
        vertical-align: middle;
        width: 35px;
        height: 35px;
        margin-right: 10px; }
      .home .menu .facility-contents span.facility1:before {
        background-image: url(../img/icon_top_Keihatsu.svg); }
      .home .menu .facility-contents span.facility2:before {
        background-image: url(../img/icon_top_rokuban.svg); }
      .home .menu .facility-contents span.facility3:before {
        background-image: url(../img/icon_top_seishin.svg); }
      .home .menu .facility-contents span.facility4:before {
        background-image: url(../img/icon_top_sangyou.svg); }
    .home .menu .facility-contents .menu01, .home .menu .facility-contents .menu02, .home .menu .facility-contents .menu03, .home .menu .facility-contents .menu04 {
      width: 32%; }
      @media (max-width: 768px) {
        .home .menu .facility-contents .menu01, .home .menu .facility-contents .menu02, .home .menu .facility-contents .menu03, .home .menu .facility-contents .menu04 {
          width: 97%;
          max-width: 346px; } }
  .home .menu .relational-groups {
    margin: 40px 0 0 0;
    background-color: #f2f4e9;
    padding-bottom: 0; }
    .home .menu .relational-groups a {
      position: relative;
      border: 1px solid #e3e7d0; }
      .home .menu .relational-groups a:before {
        content: "";
        display: block;
        position: absolute;
        width: 12px;
        height: 12px;
        border-top: 2px solid #ccc;
        border-right: 2px solid #ccc;
        top: 50%;
        right: 25px;
        margin: -6px 0 0 0;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .home .menu .relational-groups .jdc-enter-img {
      width: 50%;
      object-fit: cover;
      filter: grayscale(60%); }
    .home .menu .relational-groups span {
      margin: auto; }
      .home .menu .relational-groups span:before {
        content: '';
        display: inline-block;
        background-size: contain;
        vertical-align: middle;
        margin-right: 10px; }
      .home .menu .relational-groups span.group1::before {
        background: url(../img/logo02.png) center center/contain no-repeat;
        width: 40px;
        height: 40px;
        position: absolute;
        left: 25%;
        top: 29%; }
        @media (max-width: 768px) {
          .home .menu .relational-groups span.group1::before {
            left: 3%; } }
      .home .menu .relational-groups span.group1 .font-big {
        font-size: 120%;
        font-weight: bold; }
      .home .menu .relational-groups span.group2:before {
        background-image: url(../img/icon_information.svg);
        width: 19px;
        height: 15px; }
    .home .menu .relational-groups .menu01 {
      width: 100%; }
  .home .jdc-enter {
    padding: 0; }
  .home .menu__box {
    position: relative;
    max-width: 940px;
    margin: 0 auto;
    z-index: 2; }
    .home .menu__box a {
      background-color: #fff; }
    .home .menu__box h4 {
      font-size: 20px;
      font-weight: normal;
      padding: 30px 0 10px 15px; }
      .home .menu__box h4 img {
        margin-left: 20px;
        vertical-align: middle; }
      @media screen and (min-width: 768px) {
        .home .menu__box h4 {
          font-size: 30px; } }
    .home .menu__box p {
      font-size: 105%;
      padding: 0 0 0 15px; }
  .home .menu__box_url_1, .home .menu__box_url_3, .home .menu__box_url_5 {
    background-color: #e3e7d0;
    padding: 10px; }
  .home .menu__box_url_2 a, .home .menu__box_url_4 a {
    color: #e3e7d0; }
  .home .news {
    /* アイコン */ }
    .home .news h2 {
      padding: 30px 0 3px 15px;
      margin: 0 0 10px;
      text-align: left; }
    .home .news ul {
      overflow: hidden;
      width: 100%;
      /*margin: 0 0 30px 0;*/
      margin: 0 auto 30px;
      /*max-width: 720px;*/
      max-width: 1020px; }
    .home .news li {
      border-bottom: 1px solid #cccccc;
      padding: 0;
      margin: 0; }
      .home .news li:before {
        display: none; }
      .home .news li a {
        display: block;
        padding: 5px 0 5px 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        @media screen and (min-width: 768px) {
          .home .news li a {
            padding: 15px 0 15px 0; } }
    .home .news time, .home .news span {
      display: block; }
      @media screen and (min-width: 768px) {
        .home .news time, .home .news span {
          display: inline; } }
    .home .news time {
      color: #000;
      padding: 0 20px 0 40px;
      position: relative; }
      .home .news time:before {
        content: '';
        position: absolute;
        width: 20px;
        height: 4px;
        background: #bdab68;
        top: 36%;
        left: 10px; }
    .home .news .ico {
      display: inline-block;
      padding: 1px 8px 1px 8px;
      border-radius: 2px;
      color: #fff;
      font-size: 81%;
      font-weight: bold;
      margin: 0 10px 0 0;
      width: 50px;
      text-align: center; }
    .home .news .ico-new {
      background: #fabbbb; }
    .home .news .ico-news {
      background: #8fb8f9; }
    .home .news .ico-media {
      background: #90b080; }
    .home .news .ico-event {
      background: #fec877; }
    .home .news .ico-others {
      background: #a1a1a1; }
  .home .general img {
    width: 100%; }
    @media screen and (min-width: 768px) {
      .home .general img {
        width: 30%;
        float: left;
        margin: 0 15px 15px 0; } }
  .home .menu .flip {
    margin-top: 50px;
    display: block;
    /*    .flip06 {
          .board.top:hover {
            transform: none;
      opacity: 0.7;
          }
          .board .flipped a {
            transform: none;
          }
          .board.left:hover {
            transform: none;
      opacity: 0.7;
          }
          .board.left {
            margin-top: 54px;
          }
        }*/ }
    .home .menu .flip .flip-inner {
      max-width: 1000px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      gap: 40px 20px;
      padding: 0 20px 50px; }
    .home .menu .flip .flip-boards {
      position: relative;
      width: 28%; }
      @media (max-width: 768px) {
        .home .menu .flip .flip-boards {
          width: 100%; } }
      .home .menu .flip .flip-boards .board {
        float: left;
        margin: 0 0 0px 0;
        position: relative;
        width: 100%;
        height: 200px;
        cursor: pointer;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -ms-transition: all 1s ease;
        transition: all 1s ease; }
        .home .menu .flip .flip-boards .board a {
          color: #606060; }
          .home .menu .flip .flip-boards .board a:hover {
            color: #985050; }
        .home .menu .flip .flip-boards .board div {
          position: absolute;
          width: 100%;
          height: 100%;
          text-align: center;
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -ms-backface-visibility: hidden;
          backface-visibility: hidden; }
        .home .menu .flip .flip-boards .board .front {
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7fa', endColorstr='#6393c1',GradientType=0 );
          background: #FFF8F8;
          box-sizing: border-box;
          border-radius: 10px;
          box-shadow: 2px 3px 7px #ccc;
          padding: 15px;
          border: 5px solid #f9baba; }
          .home .menu .flip .flip-boards .board .front img {
            height: 100px; }
        .home .menu .flip .flip-boards .board .flipped {
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 );
          box-sizing: border-box;
          border-radius: 10px;
          box-shadow: 2px 3px 7px #ccc;
          padding: 15px;
          background: #F8FFFE;
          font-weight: bold; }
          .home .menu .flip .flip-boards .board .flipped a {
            height: auto;
            font-size: 86%;
            transform: translate(-50%, 120%);
            position: absolute;
            width: 100%; }
            .home .menu .flip .flip-boards .board .flipped a:nth-of-type(2) {
              transform: translate(-50%, 40%); }
            .home .menu .flip .flip-boards .board .flipped a:nth-of-type(3) {
              transform: translate(-50%, 80%); }
            .home .menu .flip .flip-boards .board .flipped a:nth-of-type(4) {
              transform: translate(-50%, 70%); }
            .home .menu .flip .flip-boards .board .flipped a:nth-of-type(5) {
              transform: translate(-50%, 300%); }
          .home .menu .flip .flip-boards .board .flipped ul li {
            /*a {
              height: auto;
              font-size: 86%;
              text-align: left;
            }*/ }
        .home .menu .flip .flip-boards .board .front h2 {
          margin-top: 20px;
          font-size: 1em;
          border-bottom: none;
          padding: 0;
          margin-bottom: 0;
          font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif; }
          .home .menu .flip .flip-boards .board .front h2::before {
            content: none; }
      .home .menu .flip .flip-boards .board.top:hover {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        transform: rotateX(180deg); }
      .home .menu .flip .flip-boards .board.top .flipped {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        -ms-transform: rotateX(180deg);
        transform: rotateX(180deg); }
      .home .menu .flip .flip-boards .board.left:hover {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg); }
      .home .menu .flip .flip-boards .board.left .flipped {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -ms-transform: rotateY(180deg);
        transform: rotateY(180deg); }
    .home .menu .flip .flip02 .board .flipped a {
      transform: translate(-50%, 40%); }
    .home .menu .flip .flip03 .board .flipped a {
      transform: translate(-50%, 80%); }
    .home .menu .flip .flip04 .board .flipped a {
      transform: translate(-50%, 70%); }
    .home .menu .flip .flip05 .board .flipped a {
      transform: translate(-50%, 300%); }
    .home .menu .flip .flip06 .board .flipped a {
      transform: translate(-50%, 100%); }
    .home .menu .flip .flip-boards .board.top:hover {
      transform: none;
      opacity: 0.7; }
    .home .menu .flip .flip-boards .board .flipped a {
      transform: none; }
    .home .menu .flip .flip-boards .board.left:hover {
      transform: none;
      opacity: 0.7; }
  @media (max-width: 768px) {
    .home .main-v .main-v-inner img {
      height: 300px;
      object-fit: cover; } }

/* end .home */
/*-----------------------------------------------------------------------------
  共通
-----------------------------------------------------------------------------*/
section figure {
  padding-top: 0;
  margin-top: 0; }
  @media (max-width: 450px) {
    section figure {
      width: 100%; } }

.has-text-align-right {
  text-align: right; }

.has-text-align-center {
  text-align: center; }

.news section h2 {
  height: auto; }

.itiran {
  display: none; }

.category, .single, .page {
 /*
section p {
  margin-bottom: 0;
}
section {
  ul, ol {
    margin-top: 30px;
  }
  P + ul, p + ol {
   margin-top: 0;
  }
}*/ }
  @media (max-width: 960px) {
    .category .itiran, .single .itiran, .page .itiran {
      display: block;
      color: #333;
      font-size: 92%;
      background: #e3e7d0;
      margin-bottom: 30px;
      border: none;
      border-radius: 0;
      text-align: center;
      position: relative;
      padding: 5px 10px 20px 10px;
      width: calc(100% - 20px);
      font-weight: bold; } }
  .category section table.jdc-member, .single section table.jdc-member, .page section table.jdc-member {
    white-space: break-spaces; }
    @media (max-width: 768px) {
      .category section table.jdc-member, .single section table.jdc-member, .page section table.jdc-member {
        max-width: 100%; } }
    .category section table.jdc-member thead tr th, .single section table.jdc-member thead tr th, .page section table.jdc-member thead tr th {
      background: #666;
      color: #fff;
      min-width: 95px; }
    @media (max-width: 768px) {
      .category section table.jdc-member td:nth-of-type(1), .single section table.jdc-member td:nth-of-type(1), .page section table.jdc-member td:nth-of-type(1) {
        width: 88px; } }
    @media (max-width: 768px) {
      .category section table.jdc-member td:nth-of-type(2), .single section table.jdc-member td:nth-of-type(2), .page section table.jdc-member td:nth-of-type(2) {
        width: calc(100% - 88px); } }
  .category .side-contents .local-nav ul.local-nav-list > li > ul > li > ul, .single .side-contents .local-nav ul.local-nav-list > li > ul > li > ul, .page .side-contents .local-nav ul.local-nav-list > li > ul > li > ul {
    display: none; }
  .category .wp-block-image a i, .single .wp-block-image a i, .page .wp-block-image a i {
    display: none; }
  .category .wp-block-table table.img-table tr td a i, .single .wp-block-table table.img-table tr td a i, .page .wp-block-table table.img-table tr td a i {
    display: none; }
  .category .wp-block-table table.img-table ul li, .single .wp-block-table table.img-table ul li, .page .wp-block-table table.img-table ul li {
    margin-bottom: 0; }
    .category .wp-block-table table.img-table ul li:before, .single .wp-block-table table.img-table ul li:before, .page .wp-block-table table.img-table ul li:before {
      background: #a4b067; }
  .category .wp-block-table table.img-table tr td, .category .wp-block-table table.img-table tr th, .single .wp-block-table table.img-table tr td, .single .wp-block-table table.img-table tr th, .page .wp-block-table table.img-table tr td, .page .wp-block-table table.img-table tr th {
    padding: 8px; }
    .category .wp-block-table table.img-table tr td a:after, .category .wp-block-table table.img-table tr th a:after, .single .wp-block-table table.img-table tr td a:after, .single .wp-block-table table.img-table tr th a:after, .page .wp-block-table table.img-table tr td a:after, .page .wp-block-table table.img-table tr th a:after {
      content: none; }

.page .contents-wrap {
  margin-top: 80px; }
.page .three-btn-wrap {
  display: flex; }
  @media (max-width: 768px) {
    .page .three-btn-wrap {
      display: block; } }
.page section .btn-round {
  border: 1px solid #e3e7d0;
  border-radius: 20px;
  padding: 4px 0 2px;
  text-align: center;
  position: relative;
  display: block;
  margin: 10px 0 20px;
  width: 250px;
  vertical-align: text-bottom;
  border-color: #ff8262;
  margin-right: 10px; }
  .page section .btn-round a {
    color: #ff8262; }
  .page section .btn-round:before {
    border-top: 2px solid #ff8262;
    border-right: 2px solid #ff8262; }
  .page section .btn-round:hover {
    background: #ffb8a6; }
    .page section .btn-round:hover:before {
      border-top: 2px solid white;
      border-right: 2px solid white; }
    .page section .btn-round:hover a {
      color: white; }

.jdc article section a, .page article section a, .home article section a {
  color: #ff8262; }
  .jdc article section a:hover, .page article section a:hover, .home article section a:hover {
    opacity: 0.7; }
.jdc article section .btn a, .page article section .btn a, .home article section .btn a {
  background: #fff; }
  .jdc article section .btn a:hover, .page article section .btn a:hover, .home article section .btn a:hover {
    color: #fff;
    background: #ff9c83;
    opacity: 1; }
.jdc article section a, .page article section a, .home article section a {
  color: #ff8262; }
  .jdc article section a:hover, .page article section a:hover, .home article section a:hover {
    opacity: 0.7; }

.home section .btn a {
  background: #fff; }
  .home section .btn a:hover {
    color: #fff;
    background: #ff9c83;
    opacity: 1; }

.rokubancho article section a {
  color: #317a41; }
  .rokubancho article section a:hover {
    opacity: 0.7; }

.therapy-center article section a {
  color: #e09f4b; }
  .therapy-center article section a:hover {
    opacity: 0.7; }

.health-center article section a {
  color: #7c21b7; }
  .health-center article section a:hover {
    opacity: 0.7; }

.rokubancho article section .btn a, .therapy-center article section .btn a, .health-center article section .btn a {
  background: #fff;
  color: #ff8262; }
  .rokubancho article section .btn a:hover, .therapy-center article section .btn a:hover, .health-center article section .btn a:hover {
    color: #fff;
    background: #ff9c83;
    opacity: 1; }

.rokubancho article section .btn a {
  color: #317a41;
  border: 1px solid #317a41; }
  .rokubancho article section .btn a:hover {
    color: #fff;
    background: #317a41; }

.therapy-center article section .btn a {
  color: #e09f4b;
  border: 1px solid #e09f4b; }
  .therapy-center article section .btn a:hover {
    color: #fff;
    background: #e09f4b; }

.health-center article section .btn a {
  color: #7c21b7;
  border: 1px solid #7c21b7; }
  .health-center article section .btn a:hover {
    color: #fff;
    background: #7c21b7; }

body article section .breadcrumb-nav a {
  color: #808080; }

.img-banner {
  box-shadow: 0px 0px 3px #ccc;
  display: block;
  max-width: 300px;
  margin-top: 30px; }
  .img-banner:hover {
    opacity: 0.8; }
  .img-banner img {
    max-width: 300px;
    display: block;
    width: 100%; }
  .img-banner i.icon-window {
    display: none; }

.rokubancho-banner {
  padding: 10px; }

.page .has-large-font-size, .single .has-large-font-size, .category .has-large-font-size {
  font-size: 120%; }
.page .has-huge-font-size, .single .has-huge-font-size, .category .has-huge-font-size {
  font-size: 160%; }
.page .line-height-small, .single .line-height-small, .category .line-height-small {
  line-height: 1.4em; }

/*-----------------------------------------------------------------------------
JDC
-----------------------------------------------------------------------------*/
.jdc section .book-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }
  .jdc section .book-column .right-box {
    max-width: 530px;
    width: 420px; }
.jdc section .btn-round {
  border: 1px solid #e3e7d0;
  border-radius: 20px;
  padding: 4px 0 2px;
  text-align: center;
  position: relative;
  display: block;
  margin: 10px 0 20px;
  width: 250px;
  vertical-align: text-bottom;
  border-color: #ff8262; }
  .jdc section .btn-round a {
    color: #ff8262; }
  .jdc section .btn-round:before {
    border-top: 2px solid #ff8262;
    border-right: 2px solid #ff8262; }
  .jdc section .btn-round:hover {
    background: #ffb8a6;
    color: white; }
    .jdc section .btn-round:hover:before {
      border-top: 2px solid white;
      border-right: 2px solid white; }
    .jdc section .btn-round:hover a {
      color: white; }
@media (max-width: 768px) {
  .jdc section .book-column {
    justify-content: center; } }
.jdc section .book-column figure {
  width: 30%;
  margin: 0px; }
  @media (max-width: 768px) {
    .jdc section .book-column figure {
      width: 100%;
      max-width: 300px; } }
  .jdc section .book-column figure img {
    width: 100%; }
.jdc section .members-brock {
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-top: 30px; }
  @media (max-width: 768px) {
    .jdc section .members-brock {
      justify-content: center; } }
  .jdc section .members-brock .left-box {
    margin-right: 10px; }
  @media (max-width: 768px) {
    .jdc section .members-brock .right-box {
      width: calc(100% - 151px); } }

/*-----------------------------------------------------------------------------
  六番町
-----------------------------------------------------------------------------*/
.study-center .main-v,
.rokubancho .main-v,
.therapy-center .main-v,
.health-center .main-v {
  position: relative; }
  .study-center .main-v .main-v-inner,
  .rokubancho .main-v .main-v-inner,
  .therapy-center .main-v .main-v-inner,
  .health-center .main-v .main-v-inner {
    max-width: 1200px;
    position: relative;
    margin: 0 auto; }
  .study-center .main-v .main-v-sub,
  .rokubancho .main-v .main-v-sub,
  .therapy-center .main-v .main-v-sub,
  .health-center .main-v .main-v-sub {
    height: 390px;
    background: #f7f7f9; }
    @media screen and (min-width: 768px) {
      .study-center .main-v .main-v-sub,
      .rokubancho .main-v .main-v-sub,
      .therapy-center .main-v .main-v-sub,
      .health-center .main-v .main-v-sub {
        position: absolute;
        top: 22px;
        right: 5%;
        max-width: 400px; } }
    .study-center .main-v .main-v-sub h2,
    .rokubancho .main-v .main-v-sub h2,
    .therapy-center .main-v .main-v-sub h2,
    .health-center .main-v .main-v-sub h2 {
      font-size: 130%;
      font-weight: bold;
      text-align: center;
      border: none;
      margin: 0 0 5px 0; }
      .study-center .main-v .main-v-sub h2:before,
      .rokubancho .main-v .main-v-sub h2:before,
      .therapy-center .main-v .main-v-sub h2:before,
      .health-center .main-v .main-v-sub h2:before {
        background: none;
        border: none; }
    .study-center .main-v .main-v-sub table.schedule,
    .rokubancho .main-v .main-v-sub table.schedule,
    .therapy-center .main-v .main-v-sub table.schedule,
    .health-center .main-v .main-v-sub table.schedule {
      width: calc(100% - 40px);
      margin: 0 20px 0;
      background-color: #fff;
      border-spacing: 0;
      text-align: center; }
      .study-center .main-v .main-v-sub table.schedule td,
      .rokubancho .main-v .main-v-sub table.schedule td,
      .therapy-center .main-v .main-v-sub table.schedule td,
      .health-center .main-v .main-v-sub table.schedule td {
        border: 1px solid #f7f7f9;
        padding: 2px 0 0; }
    .study-center .main-v .main-v-sub .main-v-sub-row-2,
    .rokubancho .main-v .main-v-sub .main-v-sub-row-2,
    .therapy-center .main-v .main-v-sub .main-v-sub-row-2,
    .health-center .main-v .main-v-sub .main-v-sub-row-2 {
      width: calc(100% - 40px);
      margin: 20px;
      position: relative; }
    .study-center .main-v .main-v-sub .main-v-sub-row-2-left,
    .rokubancho .main-v .main-v-sub .main-v-sub-row-2-left,
    .therapy-center .main-v .main-v-sub .main-v-sub-row-2-left,
    .health-center .main-v .main-v-sub .main-v-sub-row-2-left {
      width: 125px;
      float: left;
      margin-top: 4px; }
    .study-center .main-v .main-v-sub .main-v-sub-row-2-right,
    .rokubancho .main-v .main-v-sub .main-v-sub-row-2-right,
    .therapy-center .main-v .main-v-sub .main-v-sub-row-2-right,
    .health-center .main-v .main-v-sub .main-v-sub-row-2-right {
      width: calc(100% - 125px);
      margin-left: 125px; }
      .study-center .main-v .main-v-sub .main-v-sub-row-2-right table td,
      .rokubancho .main-v .main-v-sub .main-v-sub-row-2-right table td,
      .therapy-center .main-v .main-v-sub .main-v-sub-row-2-right table td,
      .health-center .main-v .main-v-sub .main-v-sub-row-2-right table td {
        text-align: center;
        padding-left: 19px; }
    .study-center .main-v .main-v-sub .address,
    .rokubancho .main-v .main-v-sub .address,
    .therapy-center .main-v .main-v-sub .address,
    .health-center .main-v .main-v-sub .address {
      width: calc(100% - 40px);
      font-size: 95%;
      font-weight: bold;
      margin: 0 20px;
      text-align: center; }
    .study-center .main-v .main-v-sub .btn-mail-reservation,
    .rokubancho .main-v .main-v-sub .btn-mail-reservation,
    .therapy-center .main-v .main-v-sub .btn-mail-reservation,
    .health-center .main-v .main-v-sub .btn-mail-reservation {
      width: calc(100% - 40px);
      margin: 0 20px; }
.study-center .content-01 .content-01-left,
.rokubancho .content-01 .content-01-left,
.therapy-center .content-01 .content-01-left,
.health-center .content-01 .content-01-left {
  display: inline-block;
  padding: 10px 0 0; }
.study-center .content-01 .content-01-right,
.rokubancho .content-01 .content-01-right,
.therapy-center .content-01 .content-01-right,
.health-center .content-01 .content-01-right {
  display: inline-block;
  margin: 10px 0 0;
  vertical-align: text-bottom; }
.study-center .content-04 .phone,
.rokubancho .content-04 .phone,
.therapy-center .content-04 .phone,
.health-center .content-04 .phone {
  margin-left: 0;
  margin-bottom: 0; }
.study-center .content-04 .access,
.rokubancho .content-04 .access,
.therapy-center .content-04 .access,
.health-center .content-04 .access {
  display: inline-block;
  line-height: 3; }
.study-center .content-04 .btn-access-detail,
.rokubancho .content-04 .btn-access-detail,
.therapy-center .content-04 .btn-access-detail,
.health-center .content-04 .btn-access-detail {
  display: inline-block;
  width: 290px;
  vertical-align: text-bottom; }
.study-center .content-04 iframe,
.rokubancho .content-04 iframe,
.therapy-center .content-04 iframe,
.health-center .content-04 iframe {
  width: 100%; }
.study-center .book-column,
.rokubancho .book-column,
.therapy-center .book-column,
.health-center .book-column {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 50px 0;
  justify-content: space-evenly; }
  .study-center .book-column figure.left-box img,
  .rokubancho .book-column figure.left-box img,
  .therapy-center .book-column figure.left-box img,
  .health-center .book-column figure.left-box img {
    width: 250px; }
  .study-center .book-column .right-box,
  .rokubancho .book-column .right-box,
  .therapy-center .book-column .right-box,
  .health-center .book-column .right-box {
    max-width: 530px;
    width: 420px; }
.study-center .iframe-wrap,
.rokubancho .iframe-wrap,
.therapy-center .iframe-wrap,
.health-center .iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 30px; }
  .study-center .iframe-wrap iframe,
  .rokubancho .iframe-wrap iframe,
  .therapy-center .iframe-wrap iframe,
  .health-center .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.study-center .flow,
.rokubancho .flow,
.therapy-center .flow,
.health-center .flow {
  margin-bottom: 30px; }
  .study-center .flow .steps,
  .rokubancho .flow .steps,
  .therapy-center .flow .steps,
  .health-center .flow .steps {
    display: flex;
    gap: 10px; }
    @media (max-width: 768px) {
      .study-center .flow .steps,
      .rokubancho .flow .steps,
      .therapy-center .flow .steps,
      .health-center .flow .steps {
        align-items: start; } }
    .study-center .flow .steps .step,
    .rokubancho .flow .steps .step,
    .therapy-center .flow .steps .step,
    .health-center .flow .steps .step {
      background: #d88117;
      color: #fff;
      font-size: 161%;
      padding: 5px 20px;
      box-sizing: border-box;
      border-radius: 50%; }
      @media (max-width: 768px) {
        .study-center .flow .steps .step,
        .rokubancho .flow .steps .step,
        .therapy-center .flow .steps .step,
        .health-center .flow .steps .step {
          font-size: 100%;
          padding: 5px 13px; } }
    .study-center .flow .steps .step-text,
    .rokubancho .flow .steps .step-text,
    .therapy-center .flow .steps .step-text,
    .health-center .flow .steps .step-text {
      font-size: 134%;
      font-size: 120%;
      color: #724e28;
      line-height: 2.6;
      font-weight: bold; }
      @media (max-width: 768px) {
        .study-center .flow .steps .step-text,
        .rokubancho .flow .steps .step-text,
        .therapy-center .flow .steps .step-text,
        .health-center .flow .steps .step-text {
          font-size: 100%; } }
  .study-center .flow .under-allow,
  .rokubancho .flow .under-allow,
  .therapy-center .flow .under-allow,
  .health-center .flow .under-allow {
    display: inline-block;
    vertical-align: middle;
    color: #ea8f33;
    line-height: 1;
    width: 1em;
    height: 1em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    margin-left: 20px; }
    @media (max-width: 768px) {
      .study-center .flow .under-allow,
      .rokubancho .flow .under-allow,
      .therapy-center .flow .under-allow,
      .health-center .flow .under-allow {
        margin-left: 10px; } }
.study-center section .column-container ul,
.rokubancho section .column-container ul,
.therapy-center section .column-container ul,
.health-center section .column-container ul {
  overflow: hidden;
  width: 100%;
  margin: 0 auto 30px;
  max-width: 1020px; }
  .study-center section .column-container ul li,
  .rokubancho section .column-container ul li,
  .therapy-center section .column-container ul li,
  .health-center section .column-container ul li {
    border-bottom: 1px solid #cccccc;
    padding: 0;
    margin: 0; }
    .study-center section .column-container ul li:before,
    .rokubancho section .column-container ul li:before,
    .therapy-center section .column-container ul li:before,
    .health-center section .column-container ul li:before {
      content: none; }
    .study-center section .column-container ul li a,
    .rokubancho section .column-container ul li a,
    .therapy-center section .column-container ul li a,
    .health-center section .column-container ul li a {
      padding: 15px 0 15px 0;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
  .study-center section .column-container ul time,
  .rokubancho section .column-container ul time,
  .therapy-center section .column-container ul time,
  .health-center section .column-container ul time {
    color: #000;
    padding: 0 20px 0 40px;
    position: relative; }
    .study-center section .column-container ul time:before,
    .rokubancho section .column-container ul time:before,
    .therapy-center section .column-container ul time:before,
    .health-center section .column-container ul time:before {
      content: '';
      position: absolute;
      width: 20px;
      height: 4px;
      background: #bdab68;
      top: 36%;
      left: 10px; }

.jdc .side-contents .local-nav ul.local-nav-list li.nav-category:last-child > ul, .rokubancho .side-contents .local-nav ul.local-nav-list li.nav-category:last-child > ul, .health-center .side-contents .local-nav ul.local-nav-list li.nav-category:last-child > ul {
  display: none; }

.ct-h2-with-round-mark.study-center h2 {
  border-color: #38598c; }
  .ct-h2-with-round-mark.study-center h2:before {
    background-image: url(../img/icon_top_Keihatsu.svg); }

.study-center h2.with-round-mark {
  border-color: #38598c; }
  .study-center h2.with-round-mark:before {
    background-image: url(../img/icon_top_Keihatsu.svg); }
.study-center div.btn-round {
  border-color: #38598c; }
  .study-center div.btn-round a {
    color: #38598c; }
  .study-center div.btn-round:before {
    border-color: #38598c; }
  .study-center div.btn-round:hover {
    background: #38598c; }
    .study-center div.btn-round:hover a {
      color: #fff; }
    .study-center div.btn-round:hover:before {
      border-color: #fff; }
.study-center p.read-more a {
  color: #38598c; }
  .study-center p.read-more a:before, .study-center p.read-more a:after {
    background: #38598c; }
  .study-center p.read-more a:after {
    border-left-color: #38598c; }
.study-center .phone, .study-center .fax {
  display: inline-block;
  width: calc(50% - 50px);
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  font-size: 120%; }
  .study-center .phone:before, .study-center .fax:before {
    top: 4px; }
.study-center .phone {
  margin-left: 20px; }

.ct-h2-with-round-mark.rokubancho h2 {
  border-color: #317a41; }
  .ct-h2-with-round-mark.rokubancho h2:before {
    background-image: url(../img/icon_top_rokuban.svg); }

.rokubancho .main-v-sub h2 {
  padding-left: 0px; }
.rokubancho h2.with-round-mark {
  border-color: #317a41;
  padding-left: 40px; }
  .rokubancho h2.with-round-mark:before {
    background-image: url(../img/icon_top_rokuban.svg); }
.rokubancho div.btn-round {
  border-color: #317a41; }
  .rokubancho div.btn-round a {
    color: #317a41;
    padding: 0 30px; }
  .rokubancho div.btn-round:before {
    border-color: #317a41; }
  .rokubancho div.btn-round:hover {
    background: #317a41; }
    .rokubancho div.btn-round:hover a {
      color: #fff; }
    .rokubancho div.btn-round:hover:before {
      border-color: #fff; }
.rokubancho p.read-more a {
  color: #317a41; }
  .rokubancho p.read-more a:before, .rokubancho p.read-more a:after {
    background: #317a41; }
  .rokubancho p.read-more a:after {
    border-left-color: #317a41; }
.rokubancho div.menu-tile {
  justify-content: space-around; }
  .rokubancho div.menu-tile a {
    border-radius: 10px;
    color: #333;
    display: block;
    width: 208px; }
    .rokubancho div.menu-tile a:hover {
      opacity: 0.7;
      color: #333; }
    @media (max-width: 460px) {
      .rokubancho div.menu-tile a {
        width: 100%; } }
    .rokubancho div.menu-tile a div.menu-tile-item {
      width: 100%;
      box-sizing: border-box;
      border-radius: 10px;
      border: 5px solid #277b464d;
      position: relative;
      display: block;
      height: 250px;
      width: 208px; }
      @media (max-width: 460px) {
        .rokubancho div.menu-tile a div.menu-tile-item {
          width: 100%; } }
      .rokubancho div.menu-tile a div.menu-tile-item div.menu-tile-item-header {
        margin-top: 30px;
        height: auto; }
      .rokubancho div.menu-tile a div.menu-tile-item .menu-tile-item-image img {
        position: relative;
        margin: 10px auto;
        display: block;
        width: 70px; }
  .rokubancho div.menu-tile .two-line .menu-tile-item .menu-tile-item-header {
    margin-top: 20px;
    line-height: 1.2; }
  .rokubancho div.menu-tile .two-line .menu-tile-item .menu-tile-item-bottom {
    margin-top: 30px;
    line-height: 1.8; }
.rokubancho .main-v .main-v-sub {
  height: 320px;
  padding-left: 42px;
  padding-right: 42px; }
  @media (max-width: 768px) {
    .rokubancho .main-v .main-v-sub {
      text-align: center;
      padding: 0; } }
  .rokubancho .main-v .main-v-sub .phone {
    display: inline; }
  .rokubancho .main-v .main-v-sub .ico-yoyaku {
    display: inline-block;
    background-color: #2b7843;
    color: white;
    vertical-align: text-bottom;
    text-align: right;
    margin-left: 10px;
    padding: 0 10px;
    display: inline-flex;
    height: 30px;
    align-items: center;
    justify-content: center;
    margin-left: 43px; }
    @media (max-width: 768px) {
      .rokubancho .main-v .main-v-sub .ico-yoyaku {
        margin-left: 68px; } }
    .rokubancho .main-v .main-v-sub .ico-yoyaku span {
      height: 26px;
      font-size: 16px; }
  .rokubancho .main-v .main-v-sub table.schedule tbody tr td {
    border: 1px solid #ccc; }
.rokubancho .innai figure.innai-img01 {
  text-align: center; }
  .rokubancho .innai figure.innai-img01 img {
    max-width: 700px; }
.rokubancho .innai div.innai-box-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between; }
  .rokubancho .innai div.innai-box-1 figure {
    width: 48%;
    margin: 0; }
.rokubancho .innai div.innai-box-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between; }
  .rokubancho .innai div.innai-box-2 figure {
    width: 48%;
    margin: 0; }
.rokubancho .innai div.innai-box-3 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between; }
  .rokubancho .innai div.innai-box-3 figure {
    width: 48%;
    margin: 0; }
.rokubancho section .btn-round {
  border-radius: 20px;
  padding: 4px 0 2px;
  text-align: center;
  position: relative;
  display: block;
  margin: 10px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  min-width: 250px; }
.rokubancho section .large-btn {
  width: 350px; }
.rokubancho table.bunsho tbody tr td:nth-child(2) {
  text-align: right; }
.rokubancho .main-v .main-v-inner .main-v-sub .phone-wrap {
  margin-top: 10px;
  text-align: center; }
  .rokubancho .main-v .main-v-inner .main-v-sub .phone-wrap .phone {
    margin: 0 0 10px 0px; }
  .rokubancho .main-v .main-v-inner .main-v-sub .phone-wrap .ico-yoyaku {
    font-size: 16px; }
.rokubancho .main-v .main-v-inner .main-v-sub .schedule-wrap {
  margin: 20px auto;
  display: inline-block;
  max-width: 314px;
  width: 100%; }
  .rokubancho .main-v .main-v-inner .main-v-sub .schedule-wrap .schedule {
    margin: 0;
    width: 100%; }
  .rokubancho .main-v .main-v-inner .main-v-sub .schedule-wrap .address {
    margin-top: 10px; }
.rokubancho .rokubantyo-message {
  display: flex;
  width: 100%;
  justify-content: space-between;
  column-gap: 10px; }
  .rokubancho .rokubantyo-message .left-box {
    width: 86%;
    order: 1; }
  .rokubancho .rokubantyo-message .right-box {
    width: 100px;
    order: 2; }

.ct-h2-with-round-mark.therapy-center h2 {
  border-color: #e09f4b; }
  .ct-h2-with-round-mark.therapy-center h2:before {
    background-image: url(../img/seishin_icon_title.svg); }

.therapy-center h2.with-round-mark {
  border-color: #e09f4b; }
  .therapy-center h2.with-round-mark:before {
    background-image: url(../img/seishin_icon_title.svg); }
.therapy-center div.btn-round {
  border-color: #e09f4b; }
  .therapy-center div.btn-round a {
    color: #e09f4b; }
  .therapy-center div.btn-round:before {
    border-color: #e09f4b; }
  .therapy-center div.btn-round:hover {
    color: #fff;
    background: #e09f4b; }
    .therapy-center div.btn-round:hover a {
      color: #fff; }
    .therapy-center div.btn-round:hover:before {
      border-color: #fff; }
.therapy-center p.read-more a {
  color: #e09f4b; }
  .therapy-center p.read-more a:before, .therapy-center p.read-more a:after {
    background: #e09f4b; }
  .therapy-center p.read-more a:after {
    border-left-color: #e09f4b; }
.therapy-center .main-v .main-v-sub {
  height: 330px;
  padding: 0 40.58px; }
  @media (max-width: 768px) {
    .therapy-center .main-v .main-v-sub {
      height: 300px;
      padding: 0 10px; } }
  .therapy-center .main-v .main-v-sub h2 {
    padding-left: 0; }
  .therapy-center .main-v .main-v-sub .address {
    text-align: center; }
  .therapy-center .main-v .main-v-sub .main-v-sub-row-2-wrap {
    text-align: center; }
  .therapy-center .main-v .main-v-sub .main-v-sub-row-2 {
    margin: 20px auto;
    display: inline-block;
    max-width: 314px;
    width: 100%; }
  .therapy-center .main-v .main-v-sub .phone-wrap {
    margin-top: 10px;
    text-align: center; }
  .therapy-center .main-v .main-v-sub .phone {
    margin-bottom: 5px;
    text-align: center;
    margin-left: 0;
    display: inline; }
  .therapy-center .main-v .main-v-sub .ico-yoyaku {
    background-color: #d88117;
    color: white;
    vertical-align: text-bottom;
    text-align: right;
    margin-left: 10px;
    padding: 0 10px;
    display: inline-flex;
    height: 30px;
    align-items: center;
    justify-content: center; }
    .therapy-center .main-v .main-v-sub .ico-yoyaku span {
      height: 26px;
      font-size: 16px; }
  .therapy-center .main-v .main-v-sub .main-v-sub-row-2-left {
    float: unset; }
  .therapy-center .main-v .main-v-sub div.btn-first-counseling {
    border-color: #e3e7d0;
    background: #e3e7d0;
    margin-bottom: 5px;
    margin-left: 20px;
    width: calc(100% - 40px); }
    .therapy-center .main-v .main-v-sub div.btn-first-counseling a {
      color: #333333; }
    .therapy-center .main-v .main-v-sub div.btn-first-counseling:before {
      border-color: #808080; }
    .therapy-center .main-v .main-v-sub div.btn-first-counseling:hover {
      background: #e3e7d0;
      opacity: 0.7; }
      .therapy-center .main-v .main-v-sub div.btn-first-counseling:hover a {
        color: #333333; }
      .therapy-center .main-v .main-v-sub div.btn-first-counseling:hover:before {
        border-color: #808080; }
  .therapy-center .main-v .main-v-sub .main-v-sub-row-2-right {
    margin-left: 0;
    width: 100%; }
  .therapy-center .main-v .main-v-sub table tbody tr {
    height: 30px; }
    .therapy-center .main-v .main-v-sub table tbody tr td {
      text-align: left;
      padding-left: 25px; }
.therapy-center .members-brock {
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: space-around;
  border-bottom: 1px solid #333;
  padding-top: 30px;
  padding-bottom: 30px; }
  @media (max-width: 768px) {
    .therapy-center .members-brock {
      justify-content: center; } }
  .therapy-center .members-brock .left-box {
    width: 30%;
    max-width: 188px; }
    @media (max-width: 768px) {
      .therapy-center .members-brock .left-box {
        width: 210px; } }
  .therapy-center .members-brock .right-box {
    width: 67%; }
    .therapy-center .members-brock .right-box .member-name {
      display: inline-block;
      border-bottom: none;
      padding: 0px 10px;
      background-color: #e59430;
      color: white;
      font-weight: normal;
      font-size: 140%;
      margin-bottom: 20px;
      display: inline-flex;
      height: 40px;
      align-items: center;
      justify-content: center; }
      .therapy-center .members-brock .right-box .member-name span {
        height: 36px;
        font-size: 22px; }
    .therapy-center .members-brock .right-box .member-txt {
      line-height: 2;
      font-size: 98%; }
    .therapy-center .members-brock .right-box .tc-mem-midashi {
      font-weight: bold;
      margin-bottom: 0; }
    .therapy-center .members-brock .right-box p {
      line-height: 1.5; }
    @media (max-width: 768px) {
      .therapy-center .members-brock .right-box {
        width: 100%; } }
.therapy-center table.schedule-large {
  text-align: center;
  border-color: #e3e7d0;
  border-collapse: collapse; }
  .therapy-center table.schedule-large th {
    background: #e3e7d0; }
  .therapy-center table.schedule-large tr:nth-child(2n + 2) {
    background: #f2f4e9; }
.therapy-center .btn-detail {
  width: 250px;
  float: right; }
.therapy-center .main-v-sub {
  height: 300px; }
  .therapy-center .main-v-sub table td {
    line-height: 1; }
    .therapy-center .main-v-sub table td span {
      font-size: 79%; }
.therapy-center div.menu-tile {
  gap: 4px;
  justify-content: space-around;
  flex-wrap: wrap;
  /*a.item03 {
    .menu-tile-item-header {
      line-height: 1.2;
    }
    .menu-tile-item-image {
    }
  }*/ }
  .therapy-center div.menu-tile a {
    width: 208px;
    border-radius: 10px;
    color: #333; }
    .therapy-center div.menu-tile a:hover {
      color: #333;
      opacity: 0.7; }
    @media (max-width: 460px) {
      .therapy-center div.menu-tile a {
        width: 100%; } }
    .therapy-center div.menu-tile a .menu-tile-item {
      width: 100%;
      box-sizing: border-box;
      border-radius: 10px;
      border: 5px solid #e5be8a;
      position: relative;
      display: block;
      height: 250px;
      width: 208px; }
      @media (max-width: 460px) {
        .therapy-center div.menu-tile a .menu-tile-item {
          width: 100%; } }
      .therapy-center div.menu-tile a .menu-tile-item div.menu-tile-item-header {
        margin-top: 30px;
        height: auto; }
      .therapy-center div.menu-tile a .menu-tile-item .menu-tile-item-image img {
        position: relative;
        margin: 10px auto;
        display: block;
        width: 70px; }
  .therapy-center div.menu-tile .two-line .menu-tile-item .menu-tile-item-header {
    margin-top: 20px;
    line-height: 1.2; }
  .therapy-center div.menu-tile .two-line .menu-tile-item .menu-tile-item-bottom {
    margin-top: 30px;
    line-height: 1.8; }
.therapy-center section .aisatsu-wrap {
  padding: 0 25px; }
  .therapy-center section .aisatsu-wrap .font-mincho {
    margin: 0 auto;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .therapy-center section .aisatsu-wrap .font-mincho {
        line-height: 1.4;
        font-size: 18px; } }
.therapy-center section .aisatsu-wrap.members-brock {
  justify-content: space-between;
  padding: 0; }
  @media (max-width: 768px) {
    .therapy-center section .aisatsu-wrap.members-brock {
      justify-content: center; } }
  .therapy-center section .aisatsu-wrap.members-brock .right-box {
    width: 72%; }
    @media (max-width: 768px) {
      .therapy-center section .aisatsu-wrap.members-brock .right-box {
        width: 100%;
        margin-top: 10px; } }
.therapy-center section .btn-round {
  border-radius: 20px;
  padding: 4px 0 2px;
  text-align: center;
  position: relative;
  display: block;
  margin: 10px 0 20px;
  width: 250px;
  vertical-align: text-bottom; }
  @media (max-width: 768px) {
    .therapy-center section .btn-round {
      margin-left: 0;
      width: 100%; } }
.therapy-center section .large-btn {
  width: 350px; }
  @media (max-width: 768px) {
    .therapy-center section .large-btn {
      margin-left: 0;
      width: 100%; } }

.page, .single, .category {
  /*section a[href$=".pdf"]:before {
    margin: 0 3px 0 0;
  }
  section a[href$=".pdf"] {
    &:hover {
      &:before {
        border-top: none;
	border-right: none;
      }
    }
  }*/ }
  .page .font-mincho, .single .font-mincho, .category .font-mincho {
    font-family: "Shippori Mincho", "ヒラギノ明朝", "Hiragino Mincho", "游明朝", YuMincho, "Times New Roman", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",'Noto Serif JP', serif;
    font-size: 113%;
    font-weight: 500; }
  .page section table.no-border, .single section table.no-border, .category section table.no-border {
    border: none; }
    .page section table.no-border td, .page section table.no-border th, .single section table.no-border td, .single section table.no-border th, .category section table.no-border td, .category section table.no-border th {
      border: none; }

.ct-h2-with-round-mark.health-center h2 {
  border-color: #7c21b7; }
  .ct-h2-with-round-mark.health-center h2:before {
    background-image: url(../img/sangyou_icon_title.svg); }

.health-center h2.with-round-mark {
  border-color: #7c21b7; }
  .health-center h2.with-round-mark:before {
    background-image: url(../img/sangyou_icon_title.svg); }
.health-center div.btn-round {
  border-color: #7c21b7; }
  .health-center div.btn-round a {
    color: #7c21b7; }
  .health-center div.btn-round:before {
    border-color: #7c21b7; }
  .health-center div.btn-round:hover {
    color: #fff;
    background: #7c21b7; }
    .health-center div.btn-round:hover a {
      color: #fff; }
    .health-center div.btn-round:hover:before {
      border-color: #fff; }
.health-center p.read-more a {
  color: #7c21b7; }
  .health-center p.read-more a:before, .health-center p.read-more a:after {
    background: #7c21b7; }
  .health-center p.read-more a:after {
    border-left-color: #7c21b7; }
.health-center .phone, .health-center .fax {
  display: inline-block;
  width: calc(50% - 50px);
  margin: 0 0 10px 0;
  padding: 0 0 0 25px;
  font-size: 120%; }
  .health-center .phone:before, .health-center .fax:before {
    top: 4px; }
.health-center .phone {
  margin-left: 20px; }
.health-center div.menu-tile {
  gap: 4px;
  justify-content: space-around;
  /*a.item03 {
    .menu-tile-item-header {
      line-height: 1.2;
    }
    .menu-tile-item-image {
    }
  }*/ }
  .health-center div.menu-tile a {
    width: calc(25% - 2px);
    border-radius: 10px;
    color: #333;
    width: 208px; }
    .health-center div.menu-tile a:hover {
      opacity: 0.7;
      color: #333; }
    @media (max-width: 460px) {
      .health-center div.menu-tile a {
        width: 100%; } }
    .health-center div.menu-tile a div.menu-tile-item {
      width: 100%;
      box-sizing: border-box;
      border-radius: 10px;
      border: 5px solid #d3add8;
      position: relative;
      display: block;
      height: 250px;
      width: 208px; }
      @media (max-width: 460px) {
        .health-center div.menu-tile a div.menu-tile-item {
          width: 100%; } }
      .health-center div.menu-tile a div.menu-tile-item div.menu-tile-item-header {
        height: auto;
        margin-top: 30px; }
      .health-center div.menu-tile a div.menu-tile-item .menu-tile-item-image img {
        position: relative;
        margin: 10px auto;
        display: block;
        width: 70px; }
  .health-center div.menu-tile .two-line .menu-tile-item .menu-tile-item-header {
    margin-top: 20px;
    line-height: 1.2; }
  .health-center div.menu-tile .two-line .menu-tile-item .menu-tile-item-bottom {
    margin-top: 30px;
    line-height: 1.8; }
  .health-center div.menu-tile .main-v-sub {
    height: 320px; }
  .health-center div.menu-tile .phone {
    display: inline; }
.health-center .btn-access-detail {
  max-width: 300px; }
.health-center section .btn-round {
  border-radius: 20px;
  padding: 4px 0 2px;
  text-align: center;
  position: relative;
  display: block;
  margin: 10px 0 20px;
  width: 250px;
  vertical-align: text-bottom; }
  @media (max-width: 768px) {
    .health-center section .btn-round {
      width: 100%; } }
.health-center section .large-btn {
  width: 350px; }
  @media (max-width: 768px) {
    .health-center section .large-btn {
      width: 100%; } }

.jdc .iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 53%;
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 30px; }
  .jdc .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.jdc section p, .rokubancho section p, .therapy-center section p, .health-center section p {
  margin-top: 30px;
  margin-bottom: 0px; }
.jdc section p + ul, .rokubancho section p + ul, .therapy-center section p + ul, .health-center section p + ul {
  margin-top: 0px; }
.jdc section ul > li > ul, .rokubancho section ul > li > ul, .therapy-center section ul > li > ul, .health-center section ul > li > ul {
  margin-top: 0; }

body div.btn-round a {
  display: block; }

@media (max-width: 768px) {
  .innai figure {
    margin: 0; } }
@media (max-width: 768px) {
  .innai figure img {
    width: 100%;
    box-sizing: border-box; } }

 /*-------------------------------------------------------------------------------

　セルフチェック

  -------------------------------------------------------------------------------*/
.selfcheck, .selfcheck-02 {
  /*.selfcheck-result-wrap {
    margin: 50px auto;
    max-width: 1000px;*/ }
  .selfcheck .selfcheck-form-wrap form div.setsumon, .selfcheck-02 .selfcheck-form-wrap form div.setsumon {
    margin-bottom: 30px; }
    .selfcheck .selfcheck-form-wrap form div.setsumon div.selfcheck-toi, .selfcheck-02 .selfcheck-form-wrap form div.setsumon div.selfcheck-toi {
      letter-spacing: 0.1rem;
      background-size: 2.1rem;
      background-repeat: no-repeat;
      border-bottom: solid 2px #33aa8a;
      background-position: left bottom;
      color: #33aa8a !important;
      font-weight: bold;
      margin-bottom: 10px;
      padding-bottom: 5px; }
      .selfcheck .selfcheck-form-wrap form div.setsumon div.selfcheck-toi span, .selfcheck-02 .selfcheck-form-wrap form div.setsumon div.selfcheck-toi span {
        background: #23aa8c;
        color: #fff;
        padding: 3px 10px;
        box-sizing: border-box;
        border-radius: 2px;
        margin-right: 10px; }
    .selfcheck .selfcheck-form-wrap form div.setsumon label, .selfcheck-02 .selfcheck-form-wrap form div.setsumon label {
      display: flex;
      align-items: flex-start;
      /* テキストを上揃えにする */
      margin: 0; }
      .selfcheck .selfcheck-form-wrap form div.setsumon label input, .selfcheck-02 .selfcheck-form-wrap form div.setsumon label input {
        margin-top: 4px;
        /* ボタンの垂直位置を調整 */
        margin-right: 10px;
        /* ボタンとテキストの間にスペースを作る */ }
  .selfcheck .selfcheck-form-wrap form .selfcheck-submit, .selfcheck-02 .selfcheck-form-wrap form .selfcheck-submit {
    text-align: center; }
    .selfcheck .selfcheck-form-wrap form .selfcheck-submit button, .selfcheck-02 .selfcheck-form-wrap form .selfcheck-submit button {
      background-color: #ffb8a6;
      color: #333;
      border: none;
      padding: 10px 50px;
      font-size: 120%;
      border-radius: 2px; }
      .selfcheck .selfcheck-form-wrap form .selfcheck-submit button:hover, .selfcheck-02 .selfcheck-form-wrap form .selfcheck-submit button:hover {
        opacity: 0.8; }
  .selfcheck #result-display, .selfcheck-02 #result-display {
    margin: 50px auto;
    max-width: 1000px; }
    .selfcheck #result-display .selfcheck-result-title, .selfcheck-02 #result-display .selfcheck-result-title {
      text-align: center;
      font-size: 120%;
      font-weight: bold;
      margin-bottom: 30px; }

 /*-------------------------------------------------------------------------------

  404ページ

  -------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .error-404 h1 {
    margin: 0 0 20px 0; }
  .error-404 section {
    float: none;
    width: 100%; } }
/*-------------------------------------------------------------------------------


お問い合わせ


-------------------------------------------------------------------------------*/
.inquiry section {
  width: 100%;
  float: none; }
  .inquiry section .table-wrap {
    white-space: inherit; }
  .inquiry section table th, .inquiry section table td {
    width: 100%;
    display: block;
    padding: 1%; }
    @media screen and (min-width: 768px) {
      .inquiry section table th, .inquiry section table td {
        width: inherit;
        display: table-cell; } }
  @media screen and (min-width: 768px) {
    .inquiry section table th {
      width: 30%; } }
.inquiry .side-contents {
  display: none; }

/* end .inquiry */
/*------------------------------------------------------------------------------
ヘッダー
------------------------------------------------------------------------------*/
header .menu-list-wrap {
  /*@include min_screen($break-point-tablet) {*/ }
  @media screen and (min-width: 960px) {
    header .menu-list-wrap {
      float: right;
      width: 80%;
      font-size: 80%;
      font-weight: normal; }
      header .menu-list-wrap .menu-list > li {
        width: 25%; } }

header .sub-nav li.sns-logo-mono a {
  width: 20px;
  position: relative; }
  header .sub-nav li.sns-logo-mono a i {
    display: none; }
header .sub-nav li.sns-logo-mono a:before {
  content: '';
  width: 25px;
  height: 25px;
  background-size: contain;
  border: none; }
header .sub-nav li.sns-logo-mono.fb-logo a:before {
  background: url(../img/Facebook-blue.png) center center/contain no-repeat;
  width: 30px;
  height: 30px;
  margin-right: 10px; }
header .sub-nav li.sns-logo-mono.tw-logo a:before {
  background: url(../img/xlogo-black.png) center center/contain no-repeat; }
header .sub-nav li.sns-logo-mono.ig-logo a:before {
  background-image: url(../img/icon_Instagram_mono.svg); }
header .sub-nav li.sns-logo-mono.hb-logo a:before {
  background-image: url(../img/icon_Hatena_mono.svg); }

/*------------------------------------------------------------------------------
検索窓
------------------------------------------------------------------------------*/
.nav-search .ico-search {
  background-color: #f2f4e9; }

/*------------------------------------------------------------------------------
フッター
------------------------------------------------------------------------------*/
footer .footer-inner .footer-nav .footer-one-row li {
  margin: 0 10px 10px 10px; }
footer .footer-1st-row {
  margin-top: 10px; }
footer .footer-2nd-row {
  margin-top: 20px; }
footer .footer-3rd-row {
  margin-top: 10px;
  margin-bottom: 40px; }
footer .footer-inner .footer-nav li.sns-logo {
  margin: 0 0 10px;
  width: 60px; }
  footer .footer-inner .footer-nav li.sns-logo a:before {
    border: none;
    width: 30px;
    height: 30px; }
footer .footer-inner .footer-nav li.tw-logo a:before {
  width: 25px;
  height: 25px;
  top: 3px; }
@media screen and (min-width: 768px) {
  footer .footer-inner {
    padding: 25px 15px 45px 15px; } }
footer .footer-inner .footer-address {
  padding-top: 0; }

.sns-logo a {
  text-align: center;
  position: relative;
  padding-top: 33px;
  font-size: 60%; }
  .sns-logo a i {
    display: none; }
.sns-logo a:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0px;
  left: calc(50% - 15px);
  background-size: contain; }
.sns-logo.fb-logo a:before {
  background: url(../img/Facebook-blue.png) center center/contain no-repeat; }
.sns-logo.tw-logo a:before {
  background: url(../img/xlogo-black.png) center center/contain no-repeat; }
.sns-logo.ig-logo a:before {
  background-image: url(../img/icon_Instagram_color.svg); }
.sns-logo.hb-logo a:before {
  background-image: url(../img/icon_Hatena_color.svg); }

/********************************/
.container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px; }

.box {
  perspective: 1000px; }

.box-front, .box-back {
  width: 100%;
  height: 200px;
  border: 1px solid beige;
  border-radius: 5px;
  backface-visibility: hidden;
  transition: transform 0.6s; }

.box-front {
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.box-back {
  background-color: beige;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.box:hover .box-front {
  transform: rotateY(180deg); }

.box:hover .box-back {
  transform: rotateY(0deg); }

/*-------------------------------------------------------------------------------


フォーム


-------------------------------------------------------------------------------*/
.mw_wp_form th.required:after {
  float: right; }
.mw_wp_form span.mwform-checkbox-field.horizontal-item {
  margin-left: 0; }
  .mw_wp_form span.mwform-checkbox-field.horizontal-item label {
    padding-left: 0; }
.mw_wp_form span.mwform-radio-field.horizontal-item {
  margin-left: 0; }
  .mw_wp_form span.mwform-radio-field.horizontal-item label {
    padding-left: 0; }
.mw_wp_form .horizontal-item label span {
  padding: 2px 5px 2px 2px;
  border-radius: 2px; }
.mw_wp_form .privacy_policy_viewer {
  padding: 0.5em 1em;
  border: 2px solid #e2e2e2;
  max-height: 120px;
  overflow-y: auto;
  background: #fff;
  margin-top: 6px; }
  .mw_wp_form .privacy_policy_viewer p {
    font-size: 100%;
    margin-bottom: 5px; }
  .mw_wp_form .privacy_policy_viewer h3, .mw_wp_form .privacy_policy_viewer h4, .mw_wp_form .privacy_policy_viewer h5, .mw_wp_form .privacy_policy_viewer .table-wrap {
    margin: 0; }
  .mw_wp_form .privacy_policy_viewer h2 {
    margin: 10px 0 10px 0;
    padding: 0;
    font-size: 120%; }
    @media (max-width: 767px) {
      .mw_wp_form .privacy_policy_viewer h2 {
        font-size: 110%; } }
  .mw_wp_form .privacy_policy_viewer ol {
    font-size: 100%; }
  .mw_wp_form .privacy_policy_viewer ul {
    margin: 0;
    font-size: 100%; }
  .mw_wp_form .privacy_policy_viewer .list12__ttl {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 110%; }
  .mw_wp_form .privacy_policy_viewer .list12__cont {
    padding-left: 1em;
    font-size: 100%; }
    @media (max-width: 767px) {
      .mw_wp_form .privacy_policy_viewer .list12__cont {
        font-size: 14px; } }
  .mw_wp_form .privacy_policy_viewer .list-num--bracket {
    margin-left: 3em;
    margin-bottom: 0; }
    .mw_wp_form .privacy_policy_viewer .list-num--bracket li {
      list-style: none;
      counter-increment: count;
      margin-bottom: 0.5em; }
      .mw_wp_form .privacy_policy_viewer .list-num--bracket li::before {
        content: "（" counter(count) "）";
        width: 3em;
        margin-left: -3em;
        display: inline-block; }
  .mw_wp_form .privacy_policy_viewer .indent {
    list-style: none;
    margin-top: -1em; }
    .mw_wp_form .privacy_policy_viewer .indent li {
      text-indent: -1em;
      padding-left: 1em;
      counter-increment: none;
      margin-bottom: 0.1em; }
      .mw_wp_form .privacy_policy_viewer .indent li::before {
        display: none; }
  .mw_wp_form .privacy_policy_viewer .list-num--hyphen {
    margin-left: 3em;
    list-style: none; }
    .mw_wp_form .privacy_policy_viewer .list-num--hyphen li {
      list-style: none;
      margin-bottom: 0.5em;
      position: relative; }
      .mw_wp_form .privacy_policy_viewer .list-num--hyphen li::before {
        content: attr(data-title);
        width: 3em;
        margin-left: -3em;
        display: inline-block;
        position: absolute;
        background: none;
        top: 0; }
.mw_wp_form .confirm-privacy-policy .horizontal-item label {
  font-size: 100%;
  padding: 5px 8px;
  border-radius: 2px;
  text-align: center;
  margin: 10px 0; }
  .mw_wp_form .confirm-privacy-policy .horizontal-item label.checked {
    background-color: #ccffcc; }

/*************************************************
  wordpress class
*************************************************/
.page section .margin-top-0, .category section .margin-top-0, .single section .margin-top-0 {
  margin-top: 0; }
.page section .line-height-small, .category section .line-height-small, .single section .line-height-small {
  line-height: 1.4em; }

/*************************************************
追記
*************************************************/
.rokubancho .members-brock {
  display: flex;
  gap: 10px;
  margin-top: 30px; }
  @media (max-width: 768px) {
    .rokubancho .members-brock {
      flex-wrap: wrap;
      justify-content: center;
      gap: 0px; } }
  .rokubancho .members-brock .left-box {
    width: 141px; }
  .rokubancho .members-brock .right-box {
    max-width: 82%; }
    @media (max-width: 768px) {
      .rokubancho .members-brock .right-box {
        max-width: 100%; } }
    .rokubancho .members-brock .right-box p {
      margin-top: 0px; }

.wp-block-image figure {
  margin: 0; }

figure.wp-block-image {
  margin: 0; }

/*# sourceMappingURL=modify.css.map */
