﻿@charset "utf-8";

/*====================================================================================================

  Parts

====================================================================================================*/

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

  診療時間　Table
  
----------------------------------------------------------------------------------------------------*/

.p-hrsTbl {
  width: 100%;
  border-collapse: collapse;
}

.p-hrsTbl th,
.p-hrsTbl td {
  padding: 0.6em;
  vertical-align: middle;
  text-align: center;
  font-weight: 400;
  color: #369854;
}

.p-hrsTbl tbody .line-am th,
.p-hrsTbl tbody .line-pm th {
  border-left: 1px solid #369854;
}

.p-hrsTbl tbody .line-am {
  border-bottom: 1px solid #dcdcdc;
}

.p-hrsTbl tbody .line-pm {
  border-bottom: 1px solid #369854;
}

.p-hrsTbl tbody .line-am td:last-child,
.p-hrsTbl tbody .line-pm td:last-child {
  border-right: 1px solid #369854;
}


.p-hrsTbl thead th {
  color: #fff;
  background-color: #369854;
  border-left: 1px solid #369854;
}

.p-hrsTbl thead th:last-child {
  border-right: 1px solid #369854;
}

.p-hrsTbl tbody td {
  color: #585656;
}

.p-hrsTbl thead th,
.p-hrsTbl tbody th {
  line-height: 1.4;
}

.p-hrsTbl thead th {
  padding-bottom: 0.8em;
}

.p-hrsTbl tbody td {
  line-height: 1;
  font-size: 0.8em;
  padding: 1em 0.2em;
  white-space: nowrap;
}

.p-hrsTbl .ampm {
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.p-hrsTbl .am,
.p-hrsTbl .pm {
  display: inline-block;
  text-align: center;
  width: 8em;
  font-weight: 400;
}

.p-hrsTbl .to {
  display: block;
  text-align: center;
  font-size: 0.6em;
  padding-top: 0.4em;
}

.p-hrsTbl .to__item {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

@media screen and (max-width:560px) {
  .p-hrsTbl {
    font-size: 3.3vw;
  }
}


/*--------------------------------------------------------------------------------
  マーク
--------------------------------------------------------------------------------*/

.hrs-mk {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  line-height: 0;
  vertical-align: middle;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  position: relative;
}


/* 診療 ----------------------------------------*/

.hrs-mk1 {
  width: 16px;
  height: 16px;
  background-color: #91c035;
  border-radius: 100%;
}

/* 休診 ----------------------------------------*/

.hrs-mk0:before,
.hrs-mk0:after {
  display: block;
  content: "";
  width: 2px;
  border-radius: 1px;
  height: 100%;
  background-color: #FF6262;
  position: absolute;
  top: 0;
  left: 50%;
}

.hrs-mk0:before {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hrs-mk0:after {
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width:560px) {

  .hrs-mk,
  .hrs-mk1 {
    width: 14px;
    height: 14px;
  }
}


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

  Site title
  
----------------------------------------------------------------------------------------------------*/

.p-siteTtl a {
  display: block;
}

.p-siteTtl a,
.p-siteTtl a:visited,
.p-siteTtl a:hover {
  color: inherit;
  text-decoration: none;
}

.p-siteTtl {
  width: 60px;
  height: 60px;
  position: absolute;
}

/*.p-siteTtl a {
  position:relative;
  padding-left:72px;
} */

@media screen and (max-width:640px) {
  .p-siteTtl a {
    padding-left: 62px;
  }

  .p-siteTtl a:before {
    width: 54px;
    height: 57px;
  }

  .p-siteTtl .ttl-en {
    font-size: 12px;
  }

  .p-siteTtl .ttl-jp {
    font-size: 34px;
  }
}

@media screen and (max-width:480px) {
  .p-siteTtl a {
    padding-left: 52px;
  }

  .p-siteTtl a:before {
    width: 44px;
    height: 47px;
  }

  .p-siteTtl .ttl-en {
    font-size: 10px;
  }

  .p-siteTtl .ttl-jp {
    font-size: 28px;
  }
}


/*--------------------------------------------------------------------------------
  Headline
--------------------------------------------------------------------------------*/

.p-hdLine {
  font-family: "M PLUS Rounded 1c", "M PLUS Rounded 1c locl";
  line-height: 1;
  font-size: 2.22em;
  font-weight: 500;
  color: #12aaa5;
}

.p-hdLine__dot {
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  padding-bottom: 0.6em;
  border-bottom: 4px dotted #2fbfbb;
}

@media print, screen and (min-width:641px) {
  .p-hdLine {
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width:640px) {
  .p-hdLine {
    font-size: 2em;
  }
}

@media screen and (max-width:480px) {
  .p-hdLine {
    font-size: 1.88em;
  }
}


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

  Button
  
----------------------------------------------------------------------------------------------------*/

.p-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: none;
  margin: 0;
  outline: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  line-height: 1.3;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  padding: 0.5em 1.0em;
}

.p-btn,
.p-btn:visited,
.p-btn:hover,
.p-btn a,
.p-btn a:visited,
.p-btn a:hover {
  color: inherit;
  text-decoration: none !important;
}

.p-btn--hanen {
  border-radius: 2em;
  padding-left: 1.6em;
  padding-right: 1.6em;
}


/*--------------------------------------------------------------------------------
  Color
--------------------------------------------------------------------------------*/

.ua-pc .p-btn {
  -webkit-transition: background 0.15s ease-out, color 0.15s ease-out;
  transition: background 0.15s ease-out, color 0.15s ease-out;
}


/* オレンジ
----------------------------------------------------------------------*/

.p-btn[p-btn-color="orange"],
.p-btn[p-btn-color="orange"]:visited .p-btn[p-btn-color="orange"]:hover,
.p-btn[p-btn-color="orange"] a,
.p-btn[p-btn-color="orange"] a:visited .p-btn[p-btn-color="orange"] a:hover {
  color: #fff !important;
  background-color: #f8a828;
  border: 1px solid #f8a828;
}

.ua-pc .p-btn[p-btn-color="orange"]:hover,
.ua-pc .p-btn[p-btn-color="orange"] a:hover,
.ua-pc a:hover .p-btn[p-btn-color="orange"] {
  color: #fff !important;
  background-color: #fbc047;
  border-color: #fbc047;
}


/* 緑
----------------------------------------------------------------------*/

.p-btn[p-btn-color="green"],
.p-btn[p-btn-color="green"]:visited .p-btn[p-btn-color="green"]:hover,
.p-btn[p-btn-color="green"] a,
.p-btn[p-btn-color="green"] a:visited .p-btn[p-btn-color="green"] a:hover {
  color: #fff !important;
  background-color: #92c035;
  border: 1px solid #92c035;
}

.ua-pc .p-btn[p-btn-color="green"]:hover,
.ua-pc .p-btn[p-btn-color="green"] a:hover,
.ua-pc a:hover .p-btn[p-btn-color="green"] {
  color: #fff !important;
  background-color: #B0CD72;
  border-color: #B5CC85;
}


/* 緑線
----------------------------------------------------------------------*/

.p-btn[p-btn-color="greenLine"],
.p-btn[p-btn-color="greenLine"]:visited .p-btn[p-btn-color="greenLine"]:hover,
.p-btn[p-btn-color="greenLine"] a,
.p-btn[p-btn-color="greenLine"] a:visited .p-btn[p-btn-color="greenLine"] a:hover {
  color: #12aaa5 !important;
  background-color: transparent;
  border: 1px solid #12aaa5;
}

.ua-pc .p-btn[p-btn-color="greenLine"]:hover,
.ua-pc .p-btn[p-btn-color="greenLine"] a:hover,
.ua-pc a:hover .p-btn[p-btn-color="greenLine"] {
  color: #fff !important;
  background-color: #12aaa5;
}

/* 矢印Icon */
.ua-pc .p-btn[p-btn-color="greenLine"]:hover[p-icon="ar-green"]:before,
.ua-pc .p-btn[p-btn-color="greenLine"] a:hover[p-icon="ar-green"]:before,
.ua-pc a:hover .p-btn[p-btn-color="greenLine"][p-icon="ar-green"]:before,
.ua-pc .p-btn[p-btn-color="greenLine"]:hover[p-icon="ar-green"]:after,
.ua-pc .p-btn[p-btn-color="greenLine"] a:hover[p-icon="ar-green"]:after,
.ua-pc a:hover .p-btn[p-btn-color="greenLine"][p-icon="ar-green"]:after {
  background-image: url(../image/icon/ar_green_on.svg);
}


/* 白
----------------------------------------------------------------------*/

.p-btn[p-btn-color="white"],
.p-btn[p-btn-color="white"]:visited .p-btn[p-btn-color="white"]:hover,
.p-btn[p-btn-color="white"] a,
.p-btn[p-btn-color="white"] a:visited .p-btn[p-btn-color="white"] a:hover {
  color: #12aaa5 !important;
  background-color: #fff;
  border: 1px solid #fff;
}

.ua-pc .p-btn[p-btn-color="white"]:hover,
.ua-pc .p-btn[p-btn-color="white"] a:hover,
.ua-pc a:hover .p-btn[p-btn-color="white"] {
  color: #fff !important;
  background-color: #2fbfbb;
  border-color: #2fbfbb;
}

/* 矢印Icon */
.ua-pc .p-btn[p-btn-color="white"]:hover[p-icon="ar-green"]:before,
.ua-pc .p-btn[p-btn-color="white"] a:hover[p-icon="ar-green"]:before,
.ua-pc a:hover .p-btn[p-btn-color="white"][p-icon="ar-green"]:before,
.ua-pc .p-btn[p-btn-color="white"]:hover[p-icon="ar-green"]:after,
.ua-pc .p-btn[p-btn-color="white"] a:hover[p-icon="ar-green"]:after,
.ua-pc a:hover .p-btn[p-btn-color="white"][p-icon="ar-green"]:after {
  background-image: url(../image/icon/ar_green_on.svg);
}


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

  Icon
  
----------------------------------------------------------------------------------------------------*/

.p-icon:before,
.p-icon[p-icon-ps="R"]:after {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-bottom: 0.2em;
}

.p-icon[p-icon-ps="R"]:before {
  display: none;
}

.p-icon--mgR:before,
.p-icon--mgR:after {
  margin-right: 0.4rem;
}

.p-icon--mgL:before,
.p-icon--mgL:after {
  margin-left: 0.4rem;
}

.p-icon--mgR-x2:before,
.p-icon--mgR-x2:after {
  margin-right: 0.6em;
}

.p-icon--mgL-x2:before,
.p-icon--mgL-x2:after {
  margin-left: 0.6em;
}

/* 左向き */
.p-icon[p-arrow="prev"]:before,
.p-icon[p-arrow="prev"]:after {
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* 下向き */
.p-icon[p-arrow="down"]:before,
.p-icon[p-arrow="down"]:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* Map pin */
.p-icon[p-icon="mappin"]:before,
.p-icon[p-icon="mappin"]:after {
  background-image: url(../image/icon/mappin.svg);
}

/* TEL */
.p-icon[p-icon="tel"]:before,
.p-icon[p-icon="tel"]:after {
  width: 0.7em;
  height: 0.9em;
  background-image: url(../image/icon/tel.svg);
}

/* 矢印（緑円） */
.p-icon[p-icon="ar-green"]:before,
.p-icon[p-icon="ar-green"]:after {
  background-image: url(../image/icon/ar_green.svg);
}

/* 矢印（白円・線緑） */
.p-icon[p-icon="ar-green_on"]:before,
.p-icon[p-icon="ar-green_on"]:after {
  background-image: url(../image/icon/ar_green_on.svg);
}

/* download */
.p-icon[p-icon="dl"]:before,
.p-icon[p-icon="dl"]:after {
  width: 1.2em;
  height: 1.2em;
  background-image: url(../image/icon/dl.svg);
}

/* download（水色） */
.p-icon[p-icon="dl-blue"]:before,
.p-icon[p-icon="dl-blue"]:after {
  width: 1.2em;
  height: 1.2em;
  background-image: url(../image/icon/dl_blue.svg);
}


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

  新しいウインドウ Icon
  
----------------------------------------------------------------------------------------------------*/

.p-gLink:after {
  content: url(../image/icon/gLink.svg);
  display: inline-block;
  vertical-align: top;
  margin-left: 0.3em;
  margin-right: 0.3em;
  margin-top: -0.25em;
}


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

  List
  
----------------------------------------------------------------------------------------------------*/

.p-list--in {
  margin-left: 2.2rem;
}

.p-list--in li {
  line-height: 1.5;
}

.p-list--in li:not(:first-child) {
  margin-top: 0.4em;
}


/*--------------------------------------------------------------------------------
  マーク
--------------------------------------------------------------------------------*/

.p-listMk {
  list-style: none;
}

.p-listMk li {
  line-height: 1.5;
  padding-left: 1.4em;
}

.p-listMk li:not(:first-child) {
  margin-top: 0.4em;
}

.p-listMk li:before {
  margin-left: -1.4em;
  margin-right: 0.4em;
  display: inline-block;
}

.p-listMk[p-list="maru"] li:before {
  content: "●";
  color: #12aaa5;
  font-size: 0.8em;
}

.p-listMk[p-list="dot"] li:before {
  content: "・";
}

.p-listMk[p-list="check"] li:before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../image/icon/check.svg) no-repeat center center;
  background-size: contain;
}

/* No */
.p-listMk[p-list="no"] {
  counter-reset: s-number;
}

.p-listMk[p-list="no"] li {
  position: relative;
  counter-increment: s-number;
  padding-left: 2em;
}

.p-listMk[p-list="no"] li:before {
  margin-left: 0;
  margin-right: 0;
  content: counter(s-number);
  font-weight: 500;
  font-style: normal;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0.1em;
  background-color: #12aaa5;
  color: #fff;
  line-height: 1;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7em;
  border-radius: 100%;
  font-size: 0.8em;
  z-index: 2;
}

/*--------------------------------------------------------------------------------
  緑グラデーション
--------------------------------------------------------------------------------*/

.b_green_grade {
  background: -moz-linear-gradient(left, #19873b, #92c035);
  background: -webkit-linear-gradient(left, #19873b, #92c035);
  background: linear-gradient(to right, #19873b, #92c035);
}

/*--------------------------------------------------------------------------------
  textグラデーション
--------------------------------------------------------------------------------*/

.txt_grade {
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, .2);
}

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

 フィルター　白
  
----------------------------------------------------------------------------------------------------*/


.fil-white {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);

}

.fil-white:hover {
  background-color: rgba(255, 255, 255, 0.1);
  transition: 0.3s;
}

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

スマホで表示
  
----------------------------------------------------------------------------------------------------*/
.u_640_block {
  display: none;
}

@media screen and (max-width:640px) {
  .u_640_block {
    display: block;
  }
}

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

  波線
  
----------------------------------------------------------------------------------------------------*/

.p-namisen {
  color: #12aaa5;
  font-weight: 500;
  margin: 0 0.5rem;
  padding-bottom: 1em;
  background: url(../image/pattern/namisen.svg?v=5) repeat-x left bottom 0.8em;
  background-size: auto 4px;
}

@media screen and (max-width:480px) {
  .p-namisen {
    background-size: auto 3px;
  }
}


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

  ページネーション
  
----------------------------------------------------------------------------------------------------*/

.p-pagination {
  text-align: center;
}

.p-pagination__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-pagination__list li {
  padding: 0 4px;
  line-height: 1;
}

.p-pagination__list li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.p-pagination__list li a {
  display: block;
}

.p-pagination__list li a,
.p-pagination__list li a:visited,
.p-pagination__list li a:hover {
  color: #12aaa5;
  text-decoration: none;
}

.p-pagination__list li span.active {
  color: #fff;
  background-color: #5795f5;
}

.p-pagination__list li span {
  line-height: 1;
  border-radius: 4px;
  width: 2em;
  height: 2em;
  padding-top: 0.4em;
  display: block;
  color: inherit;
  border: 1px solid #12aaa5;
  box-sizing: border-box;
}

.ua-pc .p-pagination__list li a span {
  -webkit-transition: background ease 0.1s, border ease 0.1s, color ease 0.1s;
  transition: background ease 0.1s, border ease 0.1s, color ease 0.1s;
}

.ua-pc .p-pagination__list li a span:hover {
  background-color: #d0eeed;
}

@media print, screen and (min-width:641px) {
  .p-pagination {
    padding-top: 64px;
  }
}

@media screen and (max-width:640px) {
  .p-pagination {
    padding-top: 2.25em;
  }
}


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

  ブログパターン
  
----------------------------------------------------------------------------------------------------*/

.p-glog {
  text-align: left;
  word-break: break-all;
}

.p-glog:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.p-glog ul,
.p-glog ol {
  margin-left: 1.2em;
}

.p-glog__img--left,
.p-glog__img--right {
  display: inline-block;
}

.p-glog__img--center {
  display: block;
  text-align: center;
}

.p-glog__img__cp {
  display: block;
  font-size: 0.9em;
  line-height: 1.5;
  color: #999;
  padding-top: 0.8em;
  text-align: center;
}

.p-glog__datafile--left,
.p-glog__datafile--right,
.p-glog__datafile--center {
  padding-bottom: 1em;
}

.p-glog__datafile--right {
  text-align: left;
}

.p-glog__datafile--right {
  text-align: right;
}

.p-glog__datafile--center {
  text-align: center;
}

.p-glog__datafile {
  display: inline-block;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

@media print, screen and (min-width:641px) {
  .p-glog {
    padding-top: 40px;
    line-height: 2;
  }

  .p-glog__img--left {
    float: left;
    margin-right: 2.5em;
  }

  .p-glog__img--right {
    float: right;
    margin-left: 2.5em;
  }

  .p-glog__img--left,
  .p-glog__img--right {
    margin-bottom: 1em;
  }

  .p-glog__img--center {
    padding-bottom: 2em;
  }
}


.p-hvPhoto__img {
  -webkit-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit:cover;"
}

@media print, screen and (min-width:641px) {
  .ua-pc .p-hvPhoto--arrow-link:hover .p-hvPhoto--arrow:after {
    background-color: rgba(20, 20, 20, 0.4);
  }

  .ua-pc .p-hvPhoto-link:hover .p-hvPhoto__img,
  .ua-pc .p-hvPhoto--arrow-link:hover .p-hvPhoto__img,
  .ua-pc .p-hvPhoto-link.is-hover .p-hvPhoto__img {
    transform: scale(1.05);
  }
}


@media screen and (max-width:640px) {
  .p-glog {
    padding-top: 2em;
  }

  .p-glog__img--left {
    float: left;
    margin-right: 1.25em;
  }

  .p-glog__img--right {
    float: right;
    margin-left: 1.25em;
  }

  .p-glog__img--left,
  .p-glog__img--right {
    margin-bottom: 1em;
    width: 45% !important;
  }

  .p-glog__img--center {
    padding-bottom: 1.5em;
  }
}

@media screen and (max-width:560px) {

  .p-glog__img--left,
  .p-glog__img--right {
    float: none;
    display: block;
    text-align: center;
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 1.5em;
    margin-left: 0;
    margin-right: 0;
  }

  .p-glog__img--left,
  .p-glog__img--right {
    max-width: 400px;
    width: 100% !important;
  }
}


/*--------------------------------------------------------------------------------
  非公開
--------------------------------------------------------------------------------*/

.private-alert {
  text-align: center;
  border: 2px solid #f85660;
  background-color: #ffeeee;
  border-radius: 10px;
  line-height: 1.4;
  color: #eb3c46;
  padding: 1.2em 1em;
}

.private-alert b {
  font-size: 1.2em;
}

.private-alert small {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.4;
  margin-top: 0.2em;
}

@media print, screen and (min-width:641px) {
  .private-alert {
    font-size: 1.2em;
    margin-top: -18px;
    margin-bottom: 48px;
  }
}

@media screen and (max-width:640px) {
  .private-alert {
    font-size: 1.1em;
    margin-bottom: 1.75em;
  }
}

@media screen and (max-width:560px) {
  .private-alert small {
    font-size: 2.8vw;
  }
}

@media screen and (max-width:480px) {
  .private-alert {
    font-size: 4vw;
  }
}

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

  スタッフ
  
----------------------------------------------------------------------------------------------------*/
.staff-list-box {
  margin-bottom: 60px;
}

.staff-box {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.staff-list-box .staff-box:not(:last-child) {
  margin-bottom: 80px;
}

.staff-box dt {
  width: 100%;
  font-weight: 500;
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #32a5d7;
  text-align: center;
}

.staff-box dt::after {
  position: absolute;
  bottom: -9px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #32a5d7 transparent transparent transparent;
}

.staff-box dd.w100 {
  width: 100%;
}

.question {
  font-weight: 500;
  position: relative;
  padding: 0.75rem 2rem;
  border: 3px solid #d8d8d8;
  border-radius: 10px;
  background: #f9f9f9;
  margin-bottom: 1em;
}

.question:before {
  position: absolute;
  bottom: -14px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #d8d8d8 transparent transparent transparent;
}

.question:after {
  position: absolute;
  bottom: -10px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: #f9f9f9 transparent transparent transparent;
}

.question+p:not(:last-child) {
  margin-bottom: 30px;
}

@media print, screen and (min-width:641px) {
  .staff-box h4 {
    margin-bottom: 15px;
  }

  .staff-box .shozokuList {
    margin-bottom: 30px;
  }

  .staff-box dt {
    font-size: 1.44em;
    padding: 10px;
    margin-bottom: 30px;
  }

  .staff-list-box .staff-box:nth-child(odd) dd:nth-of-type(2),
  .staff-list-box .staff-box:nth-child(even) dd:nth-of-type(1) {
    width: 35%;
  }

  .staff-list-box .staff-box:nth-child(odd) dd:nth-of-type(1),
  .staff-list-box .staff-box:nth-child(even) dd:nth-of-type(2) {
    width: -webkit-calc(65% - 4.6%);
    width: calc(65% - 4.6%);
  }

}

@media screen and (max-width:640px) {
  .staff-box h4 {
    margin-bottom: 10px;
  }

  .staff-box .shozokuList {
    margin-bottom: 30px;
  }

  .staff-box dt {
    font-size: 1.44em;
    padding: 10px;
    margin-bottom: 30px;
  }

  .staff-list-box .staff-box:nth-child(odd) dd:nth-of-type(1) {
    order: 2;
    /*text-align: center;*/
  }

  .staff-list-box .staff-box:nth-child(odd) dd:nth-of-type(2),
  .staff-list-box .staff-box:nth-child(even) dd:nth-of-type(1) {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }

  .staff-list-box .staff-box:nth-child(odd) dd:nth-of-type(2) img,
  .staff-list-box .staff-box:nth-child(even) dd:nth-of-type(1) img {
    width: 100%;
    max-width: 360px;
  }

}

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

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

.sp-none {
  display: block;
}

.pc-none {
  display: none;
}

.u1260-none {
  display: none;
}

@media print, screen and (max-width:1260px) {
  .u1260-none {
    display: block !important;
  }

}

@media print, screen and (max-width:640px) {
  .sp-none {
    display: none !important;
  }

  .pc-none {
    display: block !important;
  }
}

/*--------------------------------------------------------------------------------
topflow
--------------------------------------------------------------------------------*/
.treatment-box-hdline {
  background-color: #19873b;
}


.treatment-box-hdline {
  color: #fff;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  font-weight: 400;
}

.treatment-box {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  border-right: 2px solid #ededed;
  border-bottom: 2px solid #ededed;
  border-left: 2px solid #ededed;
}

/*.treatment-box-intro p{
  display: inline;
  border-bottom: 1px solid #ededed;
}*/


@media screen and (min-width:641px) {
  .treatment-box-hdline {
    font-size: 1.44em;
    padding: 20px 30px;
  }

  .price_risk {
    display: flex;
    width: 100%;
    max-width: 1200px;
  }

  .item2 {
    display: flex;
    width: 100%;
    max-width: 1200px;
  }

  .treatment-box {
    padding: 30px;
  }

  .treatment-box-intro {
    margin-bottom: 30px;
  }
}

@media screen and (max-width:640px) {
  .treatment-box-hdline {
    font-size: 1.22em;
    padding: 10px 20px;
    text-align: center;
  }

  .price_risk {
    width: 100%;
    max-width: 1200px;
  }

  .item2 {
    width: 100%;
    max-width: 1200px;
  }

  .treatment-box {
    padding: 20px;
  }

  .treatment-box-intro {
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------------------------
 flow
--------------------------------------------------------------------------------*/

.flow-list {
  counter-reset: number 0;
}

.flow-list>li::before, .flow-list>li h4::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  white-space: nowrap;
}

.flow-list>li::before, .flow-list>li h4::before {
  color: #92c035;
  font-size: 22px;
  font-weight: 400;
}

@media screen and (min-width:641px) {


  .flow-list>li h4::before {
    display: none;
  }
}

@media screen and (max-width:640px) {
  .flow-list>li::before {
    display: none;
  }

  .flow-list>li h4::before {
    margin-right: 0.25em;
    font-size: 20px;
  }
}



.flow-list>li {
  position: relative;
  list-style: none;
  background-color: #F2FFDB;
  border-radius: 30px;
}

.flow-list>li:not(:last-child)::after {
  position: absolute;
  content: "";
  display: block;
  width: 2px;
  height: 30px;
  background-color: #CDCDCD;
  bottom: -30px;
}

.flow-list>li:not(:last-child) {
  margin-bottom: 30px;
}

.flow-item-list {
  margin-left: 1em;
}

.flow-item-list>li {
  /* list-style: disc; */
  list-style: none;
}

.flow-list>li h4 {

  text-align: center;
  color: #19873b;
}

li.caution {
  list-style: none;
}

@media screen and (min-width:641px) {
  .flow-list>li {
    display: flex;
    align-items: center;
    padding: 20px 30px;
  }

  .flow-list>li h4 {
    font-size: 1.33em;
    width: 40%;
  }

  .flow-list>li:not(:last-child)::after {
    left: 20%;
  }

  .flow-item-list {
    width: 60%;
  }
}

@media screen and (max-width:640px) {
  .flow-list>li {
    padding: 20px;
  }

  .flow-list>li h4 {
    font-size: 1.22em;
    margin-bottom: 10px;
  }

  .flow-list>li:not(:last-child)::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.caution {
  color: #DC8369;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (min-width:641px) {
  .maker-list {
    width: 50%;
  }

  .caution {
    font-size: 0.88em;
  }
}

@media screen and (max-width:640px) {
  .maker-list {
    width: 100%;
  }

  .caution {
    font-size: 0.77em;
  }
}