@charset "utf-8";
/*-------見出しつきボックス--------*/
.unit_title_box {
  position: relative;
  margin: 2em auto 4em auto;
  padding: 3em 1em;
  border: solid 3px #E1E3E0;
  border-radius: 2px;
  background: #fff;
}
.unit_title_box .box-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 10px;
  padding: 0 29px;
  line-height: 1;
  font-size: clamp(1.063rem, 0.926rem + 0.68vw, 1.438rem);
  background: #FFF;
  color: #000;
  font-weight: 500;
}
.unit_title_box p, .unit_title_box_margin {
  text-align: justify;
  line-height: 1.8;
  width: 90%;
  margin: 0 auto .9em auto;
  text-indent: 1em;
}
/* --------------------------------------------------
	説明ボックス（見出し付き）
-------------------------------------------------- */
.unit_introbox {
  padding: 15px 25px 20px 25px;
  border: 4px solid #e6e6e6;
  margin-bottom: 30px;
}
.upts_introbox_title {
  background-image: url('..//jpn/image/common/icon-boder.png');
  background-position: left center;
  padding: 10px 0 10px 13px;
  background-repeat: no-repeat;
  border-bottom: 1px #C0C0C0 dotted;
  font-size: clamp(1.063rem, 0.926rem + 0.68vw, 1.438rem);
  font-weight: bold;
  margin-bottom: 15px;
  color: #464646;
}
.upts_introbox_txt {
  margin-left: 23px;
}
.upts_introbox_name {
  font-weight: bold;
  font-size: 120%;
}
.upts_introbox_company {
  font-weight: normal;
  font-size: 110%;
}
.upts_introbox_photo {
  width: 100px;
  margin: 2px 10px 5px 10px;
  float: left;
  border-radius: 5px;
}
@media (max-width: 798px) {
  .upts_introbox_txt {
    margin-left: 0;
    word-break: break-all;
  }
}
/* --------------------------------------------------
	ステップボックス
-------------------------------------------------- */
.unit_stepbox {
  position: relative;
  background: #ffffff;
  border: 4px solid #e6e6e6;
  padding: 20px 20px 26px 20px;
}
.unit_stepbox_end {
  position: relative;
  background: #ffffff;
  border: 4px solid #e6e6e6;
  padding: 20px 20px 26px 10px;
}
.unit_stepbox:after, .unit_stepbox:before {
  width: 100%;
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.unit_stepbox:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 20px;
  margin-left: -20px;
}
.unit_stepbox:before {
  border-color: rgba(230, 230, 230, 0);
  border-top-color: #e6e6e6;
  border-width: 26px;
  margin-left: -26px;
}
/*　ステップボックス レスポンシブ時　*/
@media (max-width: 768px) {
  .unit_stepbox {
    text-align: center;
  }
  .unit_stepbox_end {
    text-align: center;
  }
  .col_appealmessage {
    display: block;
    margin: 30px auto 10px auto;
    padding-left: 10px;
    text-align: left;
  }
  .unit_stepbox p {
    text-align: left;
  }
  .unit_stepbox_end p {
    text-align: left;
  }
}
/*　ステップボックス レスポンシブ時　ここまで　*/
/* ステップ中身 */
.upts_step_number {
  width: 15%;
}
.upts_step_text {
  width: 80%;
  margin: 0 auto;
}
.upts_step_number h4 {
  text-align: center;
  line-height: 1.3;
  color: #7baa9e;
}
.upts_step_number span.upts_step {
  font-size: clamp(1.063rem, 0.926rem + 0.68vw, 1.438rem);
}
.upts_step_number span.upts_step02 {
  font-size: clamp(1.188rem, 1.028rem + 0.8vw, 1.625rem);
  font-weight: bold;
}
@media (max-width: 768px) {
  /* ステップ中身 */
  .upts_step_number {
    width: 100%;
  }
  .upts_step_text {
    width: 100%;
  }
  .upts_step_number h4 {
    text-align: center;
    margin-top: 1.3em;
  }
}
.unit_table_department {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  background: #fff;
}
.unit_table_department th {
  text-align: center !important;
  width: 13%;
  padding: 5px;
  background: #7baa9e !important;
}
.unit_table_department tbody td {
  border-left: 1px #7baa9e solid;
}
.unit_table_department td {
  text-align: center;
  padding: 5px 0;
}
.unit_table_department td:first-child {
  text-align: center;
}
/* 曜日の部分 */
.unit_table_department th {
  width: 15%;
  color: white;
  background: #7baa9e;
  border: 1px solid #7baa9e;
}
/* 色違いの部分 */
.unit_table_department th.th02 {
  background: #7baa9e;
}
/* 初診・再診・対象の部分 */
.unit_table_department tr > td.td_title {
  color: white;
  background: #7baa9e;
}
/* 色違いの部分 */
.unit_table_department tr > td.td_title02 {
  color: white;
  background: #7eb9a4;
}
.unit_table_department tr > td.name {
  background: #EDEDED;
}
@media only screen and (max-width: 960px) {
  .unit_table_department {
    overflow-x: scroll;
  }
  .unit_table_department th {
    width: auto;
  }
}
@media only screen and (max-width: 240px) {
  .unit_table_department {
    width: auto;
    margin: 0;
  }
  .unit_table_department thead {
    display: initial;
    float: left;
  }
  .unit_table_department tbody {
    display: block;
    width: auto;
    overflow-x: scroll;
    white-space: nowrap;
    padding: 5px;
  }
  .unit_table_department th {
    display: block;
    width: auto;
  }
  .unit_table_department tbody tr {
    display: inline-block;
    margin: 0 -3px;
  }
  .unit_table_department td {
    display: block;
    width: 100%;
    padding: 5px 10px;
    padding-left: -10px;
  }
}
/*----線だけのテーブル*/
table.unit_table_line {
  border: 1px solid #bbb;
  border-collapse: collapse;
  margin: 2em auto;
  padding: 0;
  width: 100%;
  table-layout: fixed;
  color: #000;
}
table.unit_table_line tr {
  background-color: #fff;
  padding: .35em;
  border-bottom: 1px solid #bbb;
}
table.unit_table_line tr.bg02 {
  background: #F9F9F9;
}
table.unit_table_line thead {
  border-bottom: 5px solid #7baa9e;
}
table.unit_table_line tr:last-child {
  border-bottom: none
}
table.unit_table_line th, table.unit_table_line td {
  padding: 1em 10px 1em 1em;
  border-right: 1px solid #bbb;
}
table.unit_table_line th:last-child, table.unit_table_line td:last-child {
  border: none;
}
table.unit_table_line tbody th {
  color: #7baa9e;
}
table.unit_table_line .txt {
  text-align: left;
  font-size: .85em;
}
table.unit_table_line .price {
  text-align: right;
}
/*幅狭*/
table.unit_table_line.mini {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  table.unit_table_line {
    border: 0;
    width: 100%;
  }
  table.unit_table_line th {
    display: block;
    border-right: none;
    border-bottom: 5px solid #ff9901;
    padding-bottom: .6em;
    margin-bottom: .6em;
  }
  table.unit_table_line thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table.unit_table_line tr {
    display: block;
    margin-bottom: 2em;
  }
  table.unit_table_line td {
    border-bottom: 1px solid #bbb;
    display: block;
    font-size: .95em;
    text-align: left;
    position: relative;
    padding: 1em 0;
    border-right: none;
  }
  table.unit_table_line td::before {
    content: attr(data-label);
    font-weight: 500;
    position: absolute;
    left: 10px;
  }
  table.unit_table_line td:last-child {
    border-bottom: 0;
  }
}
/* =================================
           横並びのテーブル 
 ==================================*/
.unit_table_side {
  max-width: 1100px;
  width: 100%;
  margin: 30px auto;
}
.unit_table_side table {
  width: 100%;
  border-collapse: collapse;
  border-width: 1px;
}
.unit_table_side table tr th, .unit_table_side table tr td {
  padding: 0.8em;
  text-align: left;
  vertical-align: top;
  border-bottom: #333 1px solid;
}
.unit_table_side table tr th {
  width: 20%;
  font-weight: bold;
}
@media screen and (max-width:960px) {
  .unit_table_side {
    width: 97%;
    margin: 0 auto;
  }
  .unit_table_side table, .unit_table_side table tbody, .unit_table_side table tr, .unit_table_side table tr th, .unit_table_side table tr td {
    display: block;
  }
  .unit_table_side table tr {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .unit_table_side table {
    width: 100%;
    border-width: 0 0 1px 0;
  }
  .unit_table_side table tr th, .unit_table_side table tr td {
    width: 100%;
    padding: .5em 0;
    text-align: center;
  }
  .unit_table_side table tr td {
    border-width: 0px 1px 0px 1px;
    text-align: left;
    margin: 0;
  }
}
/* １列テーブル */
.unit_table_1column *, .unit_table_1column *:before, .unit_table_1column *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.unit_table_1column {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.unit_table_1column th {
  width: 13%;
  background: #f4f4f4;
  padding: 10px;
  text-align: left;
  border: 1px solid #dddddd;
  color: #1F1F1F;
}
.unit_table_1column td {
  text-align: left;
  vertical-align: top;
  padding: 10px;
  border: 1px solid #dddddd;
}
.unit_table_1column td:first-child {
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .unit_table_1column {
    width: 95%;
    margin: 0 auto;
  }
}
/*================================
		th縦横ありのテーブル
================================*/
.unit_table_2th *, .unit_table_2th *:before, .unit_table_2th *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.unit_table_2th {
  width: 100%;
  border-collapse: collapse;
  border-right: 1px solid #E1E1E1;
}
.unit_table_2th thead th {
  padding: 10px 15px;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background: #E1E1E1;
}
.unit_table_2th thead th:last-child {
  border-right: 1px solid #E1E1E1;
}
.unit_table_2th tbody th {
  padding: 10px 15px;
  vertical-align: top;
  border-bottom: 1px solid #ffffff;
  background: #E1E1E1;
  white-space: nowrap;
}
.unit_table_2th tbody tr:last-child th {
  border-bottom: 1px solid #E1E1E1;
}
.unit_table_2th tbody td {
  padding: 10px 15px;
  vertical-align: top;
  border-bottom: 1px solid #E1E1E1;
  border-left: 1px solid #E1E1E1;
  background: #ffffff;
}
@media only screen and (max-width:480px) {
  .unit_table_2th thead {
    display: none;
  }
  .unit_table_2th tbody th {
    display: block;
  }
  .unit_table_2th tbody td {
    display: block;
    padding: 10px 5px;
  }
  .unit_table_2th tbody td::before {
    font-weight: bold;
    float: left; /*上のth要素が長い場合こちらを解除すると1段落下り見やすくなります*/
    padding: 0.5em 0;
    content: attr(label);
  }
  .unit_table_2th tbody td p {
    padding: 0.5em 0 0 1em;
    margin: 0;
  }
}
/* =================================
      横並びのテーブル -セミナー用
 ==================================*/
.unit_table_side_noborder {
  width: 100%;
}
.unit_table_side_noborder table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 5px;
}
.unit_table_side_noborder table tr th {
  background: #E9E9E9;
  margin: 6px;
  padding: 0.4em;
  text-align: center;
  vertical-align: top;
  width: 100px;
  display: inline-block;
  font-size: .85em;
}
.unit_table_side_noborder table tr td {
  border-bottom: 1px dotted #C3C3C3;
  padding: 0.4em;
  text-align: left;
  vertical-align: top;
}
.unit_table_side_noborder table tr.last th, .unit_table_side_noborder table tr.last td {
  border-bottom: none;
}
@media (max-width: 768px) {
  .unit_table_side_noborder {
    width: 100%;
  }
  .unit_table_side_noborder table, .unit_table_side_noborder table tbody, .unit_table_side_noborder table tr, .unit_table_side_noborder table tr th, .unit_table_side_noborder table tr td {
    display: block;
  }
  .unit_table_side_noborder table {
    width: 100%;
    border-width: 0 0 1px 0;
  }
  .unit_table_side_noborder table tr th, .unit_table_side_noborder table tr td {
    width: 90%;
    padding: 1%;
  }
  .unit_table_side_noborder table tr td {
    border-width: 0px 1px 0px 1px;
  }
}
/* ========================
		続きを読むbox
===========================*/
/*全体*/
.unit_more_box {
  margin: 2em 0 0; /*前後の余白*/
  padding: 0;
}
/*ボタン装飾*/
.unit_more_box label {
  padding: 10px 0;
  font-weight: bold;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  text-align: center;
  background: /*#B9CBE8*/#b9e8cb;
  transition: .4s;
}
/*ボタンホバー時*/
.unit_more_box label:hover {
  background: #efefef;
}
/*チェックは見えなくする*/
.unit_more_box input {
  display: none;
}
/*中身を非表示にしておく*/
.unit_more_box .more_show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
}
/*クリックで中身表示*/
.unit_more_box input:checked ~ .more_show {
  padding: 10px 0;
  height: auto;
  opacity: 1;
}
/* =================================
          枠付きテーブル 
 ==================================*/
.unit_table_box {
  margin: 50px auto;
  border: 4px #E6E6E6 solid;
  padding: 1em;
}
.unit_table_box table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}
.unit_table_box table tr {
  display: block;
  box-sizing: border-box;
  padding: 1em;
  text-align: left;
  vertical-align: top;
  border-bottom: #BFBFBF 1px dotted;
  border-spacing: 0;
}
.unit_table_box table tr th {
  width: 100px;
  font-weight: bold;
}
.unit_table_box table tr td {
  padding-left: 50px;
  text-align: justify;
}
.unit_table_box table table tr {
  border-bottom: none;
}
.unit_table_box table table tr th {
  width: 90px !important;
}
.unit_table_box table table tr td {
  padding-left: 0 !important;
}
@media screen and (max-width:900px) {
  .unit_table_box {
    width: auto;
  }
  .unit_table_box table, .unit_table_box table tbody, .unit_table_box table tr, .unit_table_box table tr th, .unit_table_box table tr td {
    display: block;
  }
  .unit_table_box table tr {
    padding-bottom: 10px;
    padding-left: 1em;
  }
  .unit_table_box table {
    width: 100%;
    border-width: 0 0 1px 0;
  }
  .unit_table_box table tr th, .unit_table_box table tr td {
    width: 100%;
    padding: 2px 0;
    border-bottom: none;
  }
  .unit_table_box table tr td {
    border-width: 0px 1px 0px 1px;
  }
}
/*画像つきテキストエリア*/
.unit_side_imgarea {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 3em;
}
/*テキストを左にする場合*/
.unit_side_imgarea.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/*画像wrap*/
.unit_side_imgarea .img_wrap {
  width: calc(45% - 7.5px);
  margin: 10px 30px;
}
.unit_side_imgarea .img_wrap img {
  width: 100%;
}
/*本文wrap*/
.unit_side_imgarea .text_wrap {
  /* Take the remaining width */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width:960px) {
  /*画像つきテキストエリア*/
  .unit_side_imgarea {
    display: block;
  }
  /*画像wrap*/
  .unit_side_imgarea .img_wrap {
    width: 100%;
    margin: 0 auto;
  }
} /* --------------------------------------------------
	タブ切り替え　
-------------------------------------------------- */
/*tabの形状*/
.unit_tab {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  border-bottom: 2px solid #CDD9E0;
  padding-bottom: 10px;
}
.unit_tab li {
  width: 100%;
  text-align: center;
  margin: 10px 0;
}
.unit_tab li a {
  padding: 10px 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #eef7f2;
  text-decoration: none;
  color: #5c9f70 !important;
}
/*liにactiveクラスがついた時の形状*/
.unit_tab li.active a {
  background: #fff;
  border: 2px solid #CDD9E0;
  border-bottom: none;
}
/*エリアの表示非表示と形状*/
.area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: #fff;
  padding: 50px 20px;
}
/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block; /*表示*/
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width:960px) {
  /*エリアの表示非表示と形状*/
  .area {
    padding: 50px 0 20px 0;
  }
  .unit_tab {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0;
    width: auto;
  }
  .unit_tab li {
    width: auto;
  }
  /*liにactiveクラスがついた時の形状*/
  .unit_tab li.active a {
    background: #fff;
    border: 2px solid #CDD9E0;
    border-bottom: 2px solid #CDD9E0;
  }
}
@media (max-width: 768px) {
  .unit_tab {
    grid-template-columns: 1fr;
  }
}
/*-----動画埋め込み--------*/
.unit_movie {
  width: 100%;
  aspect-ratio: 16 / 9;
    max-width: 1100px;
    margin: 0 auto;
}
.unit_movie iframe {
  width: 100%;
  height: 100%;
}