@charset "UTF-8";
/*----------------------------------------------------
	基本設定
----------------------------------------------------*/
html {
  background: #fff;
}

body {
  font-size: 1.4rem;
  color: #795f27;
  line-height: 1.7;
  background: #fff;
}

img {
  /*width: 100%;*/
  max-width: 100%;
  height: auto;
}

img.width_100 {
  width: 100% !important;
}

iframe {
  width: 100%;
  height: 100%;
}

/* 上付き文字 ====================*/
sup {
  font-size: 0.8rem;
  vertical-align: top;
}

/* リンク設定 ====================*/
a {
  outline: none;
}
a:link {
  color: #795f27;
  text-decoration: underline;
}
a:visited {
  color: #795f27;
  text-decoration: underline;
}
a:hover {
  color: #0da760;
  text-decoration: underline;
}
a:active {
  color: #795f27;
}
a:focus {
  outline: none;
}

/* SP用画像非表示 ====================*/
.sp {
  display: none !important;
}

/* wrapper ====================*/
.wrapper {
  background: #fff;
  padding-top: 94px;
}

/* ボタン ====================*/
.btn01 a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  background: #fff;
  border: 2px solid #0da760;
  transition: all 0.3s;
}
.btn01 a:hover {
  background: #fff800;
}

/*----------------------------------------------------
	header
----------------------------------------------------*/
header {
  position: absolute;
  z-index: 100;
  width: 100%;
  height: 84px;
  top: 0;
  left: 0;
  pointer-events: none;
}
header h1.logo,
header p.logo {
  position: absolute;
  top: 24px;
  left: 50px;
  pointer-events: all;
}
header h1.logo a,
header p.logo a {
  display: block;
  width: 300px;
  height: 72px;
}
header .telArea {
  position: absolute;
  top: 29px;
  right: 50px;
  text-align: right;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #795f27;
  pointer-events: all;
}
header .telArea p.text {
  font-size: 1.3rem;
  line-height: 1;
  letter-spacing: 0.025em;
}
header .telArea p.number {
  line-height: 1;
}
header .telArea p.number span {
  display: inline-block;
}
header .telArea p.number span:nth-child(1) {
  font-size: 1.4rem;
}
header .telArea p.number span:nth-child(2) {
  font-size: 3.6rem;
}
header .telArea p.number span + span {
  margin-left: 5px;
}
header .telArea p + p {
  margin-top: 4px;
}

/*----------------------------------------------------
	nav
----------------------------------------------------*/
nav {
  display: table;
  position: sticky;
  z-index: 100;
  top: 0;
  margin-left: 50px;
  padding-top: 25px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
nav .btn_tel {
  display: none;
}
nav .btn_menu {
  display: none;
}
nav p.logo {
  display: none;
}
nav ul.menu {
  box-sizing: border-box;
  width: 200px;
  padding-right: 20px;
  background: #0da760;
  border-radius: 10px;
}
nav ul.menu::before {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 200px;
  height: 19px;
  background: #0da760;
  border-radius: 10px 10px 0 0;
  pointer-events: none;
}
nav ul.menu::after {
  content: "";
  display: block;
  position: relative;
  z-index: 1;
  width: 200px;
  height: 19px;
  background: #0da760;
  border-radius: 0 0 10px 10px;
  pointer-events: none;
}
nav ul.menu li.first {
  width: auto;
  position: relative;
}
nav ul.menu li.first::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: calc(50% - 5px);
  left: 0;
  width: 10px;
  height: 10px;
  background: #fff800;
  border-radius: 0 5px 5px 0;
  opacity: 0;
}
nav ul.menu li.first::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: #0da760;
  transition: all 0.2s ease;
  pointer-events: none;
}
nav ul.menu li.first a {
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 10px 25px;
  text-decoration: none;
  font-size: 1.4rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #fff;
  line-height: 1;
  cursor: pointer;
}
nav ul.menu li.first a:hover {
  color: #fff800;
  background: none;
}
nav ul.menu li.first a.arrow::before {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff800;
  border-right: solid 2px #fff800;
  transform: rotate(45deg);
}
nav ul.menu li.first span.arrow {
  display: none;
}
nav ul.menu li.first .sub {
  visibility: hidden;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 180px;
  width: 190px;
  padding-left: 20px;
  transition: all 0.1s ease-out;
  opacity: 0;
  transform: translate(-20px, 0px);
}
nav ul.menu li.first .sub ul {
  padding: 9px 0 11px;
  background: #089453;
  border-radius: 0 10px 10px 0;
}
nav ul.menu li.first .sub ul li a {
  padding: 0 0 0 25px;
  font-size: 1.3rem;
  line-height: 1.4;
  background: none;
}
nav ul.menu li.first .sub ul li + li {
  margin-top: 10px;
}
nav ul.menu li.first:hover::after {
  background: #089453;
}
nav ul.menu li.first:hover a.arrow {
  color: #fff800;
}
nav ul.menu li.first:hover .sub {
  visibility: visible;
  transition: all 0.2s ease-out;
  opacity: 1;
  transform: translate(0, 0);
}
nav .btn-contact {
  margin-top: 10px;
}
nav .btn-contact a {
  box-sizing: border-box;
  display: block;
  position: relative;
  z-index: 0;
  width: 200px;
  padding: 20px 25px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  background: #0da760;
  border-radius: 10px;
  transition: all 0.2s ease;
}
nav .btn-contact a:hover {
  color: #fff800;
  background: #089453;
}
nav .btn_bus {
  width: 200px !important;
  height: 46px;
  margin-top: 15px;
}
nav .btn_bus a {
  font-size: 1.4rem;
  border-radius: 23px;
}
nav .btn_bus a::before {
  content: "";
  display: block;
  width: 20px;
  height: 23px;
  margin-right: 5px;
  background: url("../img/ic_bus.svg") center center no-repeat;
}
nav .telArea {
  display: none;
}

/* TOP */
body#top nav ul.menu li.first:nth-child(1)::before {
  opacity: 1;
}
body#top nav ul.menu li.first:nth-child(1) a {
  color: #fff800;
}

/* 病院紹介 */
body#hospital nav ul.menu li.first:nth-child(2)::before {
  opacity: 1;
}
body#hospital nav ul.menu li.first:nth-child(2) a.arrow {
  color: #fff800;
}
body#hospital nav ul.menu li.first:nth-child(2) .sub ul li:nth-child(1) a {
  color: #fff800;
}

body#outline nav ul.menu li.first:nth-child(2)::before {
  opacity: 1;
}
body#outline nav ul.menu li.first:nth-child(2) a.arrow {
  color: #fff800;
}
body#outline nav ul.menu li.first:nth-child(2) .sub ul li:nth-child(2) a {
  color: #fff800;
}

body#holistic nav ul.menu li.first:nth-child(2)::before {
  opacity: 1;
}
body#holistic nav ul.menu li.first:nth-child(2) a.arrow {
  color: #fff800;
}
body#holistic nav ul.menu li.first:nth-child(2) .sub ul li:nth-child(3) a {
  color: #fff800;
}

body#policy nav ul.menu li.first:nth-child(2)::before {
  opacity: 1;
}
body#policy nav ul.menu li.first:nth-child(2) a.arrow {
  color: #fff800;
}
body#policy nav ul.menu li.first:nth-child(2) .sub ul li:nth-child(4) a {
  color: #fff800;
}

/* 外来案内 */
body#outpatient nav ul.menu li.first:nth-child(3)::before {
  opacity: 1;
}
body#outpatient nav ul.menu li.first:nth-child(3) a.arrow {
  color: #fff800;
}
body#outpatient nav ul.menu li.first:nth-child(3) .sub ul li:nth-child(1) a {
  color: #fff800;
}

body#guide nav ul.menu li.first:nth-child(3)::before {
  opacity: 1;
}
body#guide nav ul.menu li.first:nth-child(3) a.arrow {
  color: #fff800;
}
body#guide nav ul.menu li.first:nth-child(3) .sub ul li:nth-child(2) a {
  color: #fff800;
}

body#consult nav ul.menu li.first:nth-child(3)::before {
  opacity: 1;
}
body#consult nav ul.menu li.first:nth-child(3) a.arrow {
  color: #fff800;
}
body#consult nav ul.menu li.first:nth-child(3) .sub ul li:nth-child(3) a {
  color: #fff800;
}

/* 入院案内 */
body#hospitalization nav ul.menu li.first:nth-child(4)::before {
  opacity: 1;
}
body#hospitalization nav ul.menu li.first:nth-child(4) a.arrow {
  color: #fff800;
}
body#hospitalization nav ul.menu li.first:nth-child(4) .sub ul li:nth-child(1) a {
  color: #fff800;
}

body#ward nav ul.menu li.first:nth-child(4)::before {
  opacity: 1;
}
body#ward nav ul.menu li.first:nth-child(4) a.arrow {
  color: #fff800;
}
body#ward nav ul.menu li.first:nth-child(4) .sub ul li:nth-child(2) a {
  color: #fff800;
}

body#holistic-medicine nav ul.menu li.first:nth-child(4)::before {
  opacity: 1;
}
body#holistic-medicine nav ul.menu li.first:nth-child(4) a.arrow {
  color: #fff800;
}
body#holistic-medicine nav ul.menu li.first:nth-child(4) .sub ul li:nth-child(3) a {
  color: #fff800;
}

/* ストレスケア */
body#stresscare nav ul.menu li.first:nth-child(5)::before {
  opacity: 1;
}
body#stresscare nav ul.menu li.first:nth-child(5) a {
  color: #fff800;
}

/* リワーク */
body#rework nav ul.menu li.first:nth-child(6)::before {
  opacity: 1;
}
body#rework nav ul.menu li.first:nth-child(6) a {
  color: #fff800;
}

/* こころのリハビリ */
body#rehabilitation nav ul.menu li.first:nth-child(7)::before {
  opacity: 1;
}
body#rehabilitation nav ul.menu li.first:nth-child(7) a.arrow {
  color: #fff800;
}
body#rehabilitation nav ul.menu li.first:nth-child(7) .sub ul li:nth-child(1) a {
  color: #fff800;
}

body#operations nav ul.menu li.first:nth-child(7)::before {
  opacity: 1;
}
body#operations nav ul.menu li.first:nth-child(7) a.arrow {
  color: #fff800;
}
body#operations nav ul.menu li.first:nth-child(7) .sub ul li:nth-child(2) a {
  color: #fff800;
}

body#daycare nav ul.menu li.first:nth-child(7)::before {
  opacity: 1;
}
body#daycare nav ul.menu li.first:nth-child(7) a.arrow {
  color: #fff800;
}
body#daycare nav ul.menu li.first:nth-child(7) .sub ul li:nth-child(3) a {
  color: #fff800;
}

body#visitcare nav ul.menu li.first:nth-child(7)::before {
  opacity: 1;
}
body#visitcare nav ul.menu li.first:nth-child(7) a.arrow {
  color: #fff800;
}
body#visitcare nav ul.menu li.first:nth-child(7) .sub ul li:nth-child(4) a {
  color: #fff800;
}

body#zoo nav ul.menu li.first:nth-child(7)::before {
  opacity: 1;
}
body#zoo nav ul.menu li.first:nth-child(7) a.arrow {
  color: #fff800;
}
body#zoo nav ul.menu li.first:nth-child(7) .sub ul li:nth-child(5) a {
  color: #fff800;
}

/* 病気について */
body#symptom nav ul.menu li.first:nth-child(8)::before {
  opacity: 1;
}
body#symptom nav ul.menu li.first:nth-child(8) a.arrow {
  color: #fff800;
}
body#symptom nav ul.menu li.first:nth-child(8) .sub ul li:nth-child(1) a {
  color: #fff800;
}

body#panic nav ul.menu li.first:nth-child(8)::before {
  opacity: 1;
}
body#panic nav ul.menu li.first:nth-child(8) a.arrow {
  color: #fff800;
}
body#panic nav ul.menu li.first:nth-child(8) .sub ul li:nth-child(2) a {
  color: #fff800;
}

body#hattatsu nav ul.menu li.first:nth-child(8)::before {
  opacity: 1;
}
body#hattatsu nav ul.menu li.first:nth-child(8) a.arrow {
  color: #fff800;
}
body#hattatsu nav ul.menu li.first:nth-child(8) .sub ul li:nth-child(3) a {
  color: #fff800;
}

body#tohgo nav ul.menu li.first:nth-child(8)::before {
  opacity: 1;
}
body#tohgo nav ul.menu li.first:nth-child(8) a.arrow {
  color: #fff800;
}
body#tohgo nav ul.menu li.first:nth-child(8) .sub ul li:nth-child(4) a {
  color: #fff800;
}

body#sleep nav ul.menu li.first:nth-child(8)::before {
  opacity: 1;
}
body#sleep nav ul.menu li.first:nth-child(8) a.arrow {
  color: #fff800;
}
body#sleep nav ul.menu li.first:nth-child(8) .sub ul li:nth-child(5) a {
  color: #fff800;
}

/* 求人情報 */
body#recruit nav ul.menu li.first:nth-child(9)::before {
  opacity: 1;
}
body#recruit nav ul.menu li.first:nth-child(9) a.arrow {
  color: #fff800;
}
body#recruit nav ul.menu li.first:nth-child(9) .sub ul li:nth-child(1) a {
  color: #fff800;
}

body#nurse nav ul.menu li.first:nth-child(9)::before {
  opacity: 1;
}
body#nurse nav ul.menu li.first:nth-child(9) a.arrow {
  color: #fff800;
}
body#nurse nav ul.menu li.first:nth-child(9) .sub ul li:nth-child(2) a {
  color: #fff800;
}

body#sanatorium nav ul.menu li.first:nth-child(9)::before {
  opacity: 1;
}
body#sanatorium nav ul.menu li.first:nth-child(9) a.arrow {
  color: #fff800;
}
body#sanatorium nav ul.menu li.first:nth-child(9) .sub ul li:nth-child(3) a {
  color: #fff800;
}

/* よくある質問 */
body#qa nav ul.menu li.first:nth-child(10)::before {
  opacity: 1;
}
body#qa nav ul.menu li.first:nth-child(10) a {
  color: #fff800;
}

/* アクセス */
body#access nav ul.menu li.first:nth-child(11)::before {
  opacity: 1;
}
body#access nav ul.menu li.first:nth-child(11) a {
  color: #fff800;
}

/* お問い合わせ */
body#contact nav ul.menu li.first:nth-child(12)::before {
  opacity: 1;
}
body#contact nav ul.menu li.first:nth-child(12) a {
  color: #fff800;
}

body#inquiry_form nav ul.menu li.first:nth-child(12)::before {
  opacity: 1;
}
body#inquiry_form nav ul.menu li.first:nth-child(12) a {
  color: #fff800;
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
  nav ul.menu li.first:active a.arrow {
    pointer-events: none;
  }
}
/*----------------------------------------------------
	pageTop
----------------------------------------------------*/
.pagetop {
  display: none;
  position: fixed;
  right: 50px;
  bottom: 80px;
  z-index: 99;
}
.pagetop a {
  display: block;
  width: 56px;
  height: 75px;
  transition: all 0.4s ease;
}
.pagetop a img {
  width: 100%;
}
.pagetop a:hover {
  opacity: 0.8;
}

.pagetop-sp {
  display: none;
}

/*----------------------------------------------------
	footer
----------------------------------------------------*/
.footer {
  margin-top: 100px;
  padding: 0 50px;
  background: #f1fbf6 url("../img/bg_footer.png") center bottom no-repeat;
}
.footer .inner {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  max-width: 1024px;
  margin: 0 auto;
  padding: 80px 0 160px;
}
.footer .inner .cell {
  box-sizing: border-box;
}
.footer .inner .cell:nth-child(1) {
  width: 30%;
  padding-right: 30px;
}
.footer .inner .cell:nth-child(1) ul.list-menu {
  box-sizing: border-box;
  margin-top: 30px;
  padding-left: 30px;
}
.footer .inner .cell:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
}
.footer .inner .cell:nth-child(2) ul {
  box-sizing: border-box;
  width: 24.975%;
  padding: 10px 5px 10px 15px;
  border-left: 1px solid #e2f1e9;
}
.footer .inner .cell:nth-child(2) ul:nth-child(n+5) {
  margin-top: 30px;
}
.footer .inner .cell:nth-child(2) ul li.title a {
  color: #0da760;
}
.footer .inner .cell:nth-child(2) ul li + li.title {
  margin-top: 45px;
}
.footer p.text-lead {
  display: none;
}
.footer p.logo a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 100%;
  max-width: 280px;
  height: 66px;
  background: url("../img/logo02.svg") center center no-repeat;
  background-size: contain;
}
.footer ul.list-menu {
  box-sizing: border-box;
}
.footer ul.list-menu li {
  line-height: 1;
}
.footer ul.list-menu li a {
  outline: none;
}
.footer ul.list-menu li a:link {
  color: #795f27;
  text-decoration: none;
}
.footer ul.list-menu li a:visited {
  color: #795f27;
  text-decoration: underline;
}
.footer ul.list-menu li a:hover {
  text-decoration: underline;
}
.footer ul.list-menu li a:active {
  color: #795f27;
}
.footer ul.list-menu li + li {
  margin-top: 15px;
}
.footer ul.list-menu li.title {
  font-size: 1.5rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
}
.footer ul.list-menu li.sub {
  position: relative;
  padding-left: 0.75em;
}
.footer ul.list-menu li.sub:before {
  content: "•";
  position: absolute;
  top: -0.1em;
  left: 0;
}
.footer ul.list-menu li.privacypolicy {
  margin-top: 55px;
}
.footer ul.list-menu li.privacypolicy,
.footer ul.list-menu li.socialmediapolicy,
.footer ul.list-menu li.sitemap {
  font-size: 1.2rem;
}
.footer .btn-contact {
  max-width: 200px;
  height: 46px !important;
  margin: 40px 0 0 30px !important;
}
.footer .btn-contact a {
  border-radius: 23px;
}
.footer .btn-contact a::before {
  content: none !important;
}
.footer .telArea {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  padding: 10px 5px 15px;
  text-align: center;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  background: #fff;
  border-radius: 6px;
}
.footer .telArea p.text {
  order: 2;
  width: 100%;
  margin-top: 7px;
  font-size: 12px;
  line-height: 1;
}
.footer .telArea p.number {
  order: 1;
  width: 100%;
  line-height: 1;
}
.footer .telArea p.number span {
  display: inline-block;
  font-size: 14px;
}
.footer .telArea p.number a {
  display: inline-block;
  text-decoration: none;
  font-size: 30px;
  color: #0da760;
  pointer-events: none;
}
.footer .telArea p.number span + a {
  margin-left: 5px;
}
.footer .btnArea {
  display: none;
}
.footer p.copy {
  width: 100%;
  margin-top: 70px;
  text-align: center;
  font-size: 1.2rem;
  color: #795f27;
}

/*----------------------------------------------------
	ページ 共通
----------------------------------------------------*/
.contentsArea {
  overflow: hidden;
  min-height: 800px;
  margin-top: -626px;
}

.area-title {
  box-sizing: border-box;
  height: 289px;
  margin-bottom: 65px;
  padding-top: 84px;
  background: #f1fbf6 url("../img/bg_titlearea.png") right center no-repeat;
}
.area-title .inner {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 1114px;
  margin: 0 auto;
  padding: 0 50px 0 290px;
}
.area-title h1.title {
  font-size: 3.2rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1;
}
.area-title h1.title span:first-child {
  display: block;
  margin-bottom: 10px;
  font-size: 1.4rem;
}
.area-title h1.title span:last-child {
  font-size: 2.6rem;
}

.section {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1114px;
  margin: 0 auto;
  padding: 0 50px 0 290px;
}

.column {
  display: flex;
}

.area-related {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1114px;
  margin: 80px auto 0;
  padding: 0 50px 0 290px;
}
.area-related ul {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  padding: 20px;
  background: #f1fbf6;
  border-radius: 10px;
}
.area-related ul li {
  width: 224px !important;
  margin: 10px;
  /*width: calc((100% - 40px) / 3);*/
  height: 46px;
}
.area-related ul li a {
  border-radius: 23px;
}

.area-tel p.tel a {
  pointer-events: none;
  text-decoration: none;
  color: #0da760;
}

h2.title,
.h2-title {
  font-size: 2.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.5;
}

h2.title-border {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
h2.title-border::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #debecf, #7ce6d4 20%, #fcd1c2 40%, #fbe61f 60%, #71e2d6 80%, #acf954);
}
h2.title-border > span {
  padding-right: 25px;
  font-size: 2.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 0.9;
  white-space: nowrap;
}
h2.title-border > span span {
  font-size: 1.8rem;
}

h3.title-underline {
  padding-bottom: 5px;
  font-size: 2rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  border-bottom: 2px solid #ddf1e7;
}

h3.title-center {
  text-align: center;
  font-size: 2.2rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

h4.title {
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.75;
}

h4.title-number {
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  color: #0da760;
  line-height: 1.75;
}
h4.title-number span.number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-size: 1.8rem;
  line-height: 1;
  background: #f1fbf6;
  border-radius: 4px;
}
h4.title-number span + span {
  width: calc(100% - 45px);
  padding-top: 0.2em;
}

h4.title-label {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
}
h4.title-label span.label {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 26px;
  margin-right: 10px;
  padding-bottom: 3px;
  font-size: 1.4rem;
  color: #fff;
  line-height: 1;
  border-radius: 4px;
}

h4.title-band {
  padding: 10px;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
  background: #f6f2ea;
  border-radius: 6px;
}

h5.title {
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.75;
}

h5.title-band {
  padding: 10px;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  color: #fff;
  line-height: 1;
  background: #795f27;
  border-radius: 2px;
}

h6.title-band {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 222px;
  height: 26px;
  margin: 30px 0 20px;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  background: #0da760;
  border-radius: 13px;
}

p.text {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: -0.03em;
}
p.text strong {
  display: block;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 2;
}
p.text strong.green {
  color: #0da760;
}
p.text strong.brown {
  color: #795f27;
}
p.text b {
  display: block;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
p.text b.green {
  color: #0da760;
}
p.text span.bold {
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

p.text-lead {
  font-size: 1.8rem;
}

p.text-number {
  display: flex;
  align-items: flex-start;
  font-size: 1.6rem;
  line-height: 1.75;
}
p.text-number span.number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  color: #0da760;
  line-height: 1;
  background: #f1fbf6;
  border-radius: 4px;
}
p.text-number span + span {
  width: calc(100% - 45px);
  padding-top: 0.25em;
}

p.text-note {
  font-size: 1.4rem;
}

p.text-asterisk {
  position: relative;
  padding-left: 1.15em;
  font-size: 1.4rem;
}
p.text-asterisk:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

ul.list-note {
  font-size: 1.4rem;
}

ul.list-disc li {
  box-sizing: border-box;
  position: relative;
  padding-left: 1em;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.5;
}
ul.list-disc li:before {
  content: "•";
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 1em;
  height: 1em;
  font-size: 2.5rem;
  line-height: 0;
}
ul.list-disc li + li {
  margin-top: 8px;
}

ul.list-disc-small li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
}
ul.list-disc-small li:before {
  content: "•";
  position: absolute;
  top: -0.1em;
  left: 0;
}

ul.list-square li {
  position: relative;
  padding-left: 1em;
  font-size: 1.6rem;
}
ul.list-square li:before {
  content: "■";
  position: absolute;
  top: 0.1em;
  left: 0;
}

ul.list-number li {
  box-sizing: border-box;
  position: relative;
  padding-left: 1.25em;
  font-size: 1.6rem;
  line-height: 1.5;
}
ul.list-number li:before {
  position: absolute;
  top: 0;
  left: 0;
}
ul.list-number li:nth-of-type(1):before {
  content: "1.";
}
ul.list-number li:nth-of-type(2):before {
  content: "2.";
}
ul.list-number li:nth-of-type(3):before {
  content: "3.";
}
ul.list-number li:nth-of-type(4):before {
  content: "4.";
}
ul.list-number li:nth-of-type(5):before {
  content: "5.";
}
ul.list-number li:nth-of-type(6):before {
  content: "6.";
}
ul.list-number li:nth-of-type(7):before {
  content: "7.";
}
ul.list-number li:nth-of-type(8):before {
  content: "8.";
}
ul.list-number li:nth-of-type(9):before {
  content: "9.";
}
ul.list-number li + li {
  margin-top: 5px;
}

ul.list-number-circle li {
  box-sizing: border-box;
  position: relative;
  padding-left: 1.25em;
  font-size: 1.6rem;
  line-height: 1.5;
}
ul.list-number-circle li:before {
  position: absolute;
  top: 0;
  left: 0;
}
ul.list-number-circle li:nth-of-type(1):before {
  content: "①";
}
ul.list-number-circle li:nth-of-type(2):before {
  content: "②";
}
ul.list-number-circle li:nth-of-type(3):before {
  content: "③";
}
ul.list-number-circle li:nth-of-type(4):before {
  content: "④";
}
ul.list-number-circle li:nth-of-type(5):before {
  content: "⑤";
}
ul.list-number-circle li:nth-of-type(6):before {
  content: "⑥";
}
ul.list-number-circle li:nth-of-type(7):before {
  content: "⑦";
}
ul.list-number-circle li:nth-of-type(8):before {
  content: "⑧";
}
ul.list-number-circle li:nth-of-type(9):before {
  content: "⑨";
}
ul.list-number-circle li:nth-of-type(10):before {
  content: "⑩";
}
ul.list-number-circle li:nth-of-type(11):before {
  content: "⑪";
}
ul.list-number-circle li:nth-of-type(12):before {
  content: "⑫";
}
ul.list-number-circle li:nth-of-type(13):before {
  content: "⑬";
}
ul.list-number-circle li:nth-of-type(14):before {
  content: "⑭";
}
ul.list-number-circle li:nth-of-type(15):before {
  content: "⑮";
}
ul.list-number-circle li + li {
  margin-top: 5px;
}

ul.list-number-square li {
  display: flex;
  align-items: flex-start;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  color: #0da760;
  line-height: 1.75;
}
ul.list-number-square li span.number {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  padding-bottom: 0.2em;
  font-size: 2rem;
  line-height: 1;
  background: #f1fbf6;
  border-radius: 4px;
}
ul.list-number-square li span + span {
  width: calc(100% - 45px);
}
ul.list-number-square li + li {
  margin-top: 20px;
}

ul.list-asterisk li {
  position: relative;
  padding-left: 1.15em;
  font-size: 1.4rem;
  line-height: 1.6;
}
ul.list-asterisk li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
ul.list-asterisk li + li {
  margin-top: 5px;
}

ul.list-asterisk.number li {
  padding-left: 2.15em;
}
ul.list-asterisk.number li:nth-child(1):before {
  content: "※1";
}
ul.list-asterisk.number li:nth-child(2):before {
  content: "※2";
}
ul.list-asterisk.number li:nth-child(3):before {
  content: "※3";
}
ul.list-asterisk.number li:nth-child(4):before {
  content: "※4";
}
ul.list-asterisk.number li:nth-child(5):before {
  content: "※5";
}
ul.list-asterisk.number li:nth-child(6):before {
  content: "※6";
}
ul.list-asterisk.number li:nth-child(7):before {
  content: "※7";
}
ul.list-asterisk.number li:nth-child(8):before {
  content: "※8";
}
ul.list-asterisk.number li:nth-child(9):before {
  content: "※9";
}

ul.list-link li.pdf {
  box-sizing: border-box;
  position: relative;
  padding-left: 1.5em;
  font-size: 1.6rem;
  line-height: 1.5;
}
ul.list-link li.pdf:before {
  content: url("../img/ic_pdf.png");
  position: absolute;
  top: 0.45em;
  left: 0;
  line-height: 0;
}
ul.list-link li.blank {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding-right: 1em;
  font-size: 1.6rem;
  line-height: 1.5;
}
ul.list-link li.blank:after {
  content: url("../img/ic_blank.png");
  position: absolute;
  top: 0.45em;
  right: 0;
  line-height: 0;
}
ul.list-link li + li {
  margin-top: 10px;
}

/* テーブル設定 ====================*/
table.table {
  width: 100%;
  border-top: 1px solid #e2f1e9;
  border-left: 1px solid #e2f1e9;
}
table.table tr {
  border-bottom: 1px solid #e2f1e9;
}
table.table th {
  box-sizing: border-box;
  width: 214px;
  padding: 10px 20px;
  font-weight: bold;
  line-height: 1.8;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #e2f1e9;
  vertical-align: top;
}
table.table th:last-child {
  border-right: 1px solid #e2f1e9;
}
table.table td {
  box-sizing: border-box;
  padding: 9px 20px;
  line-height: 1.8;
  vertical-align: top;
  border-right: 1px solid #e2f1e9;
  border-bottom: 1px solid #e2f1e9;
}

table.table-qa {
  width: 100%;
  border-top: 1px solid #e2f1e9;
  border-left: 1px solid #e2f1e9;
}
table.table-qa tr {
  border-bottom: 1px solid #e2f1e9;
}
table.table-qa th {
  box-sizing: border-box;
  padding: 10px 20px;
  text-align: center;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.8;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #e2f1e9;
  vertical-align: middle;
}
table.table-qa th:last-child {
  border-right: 1px solid #e2f1e9;
}
table.table-qa td {
  box-sizing: border-box;
  text-align: center;
  padding: 9px 20px;
  line-height: 1.8;
  vertical-align: middle;
  border-right: 1px solid #e2f1e9;
  border-bottom: 1px solid #e2f1e9;
}

/* アコーディオンコンテンツ ====================*/
.area-ac {
  border: 1px solid #ddf1e7;
  border-radius: 6px;
  /*&:nth-of-type(1) {
  	.box-ac {
  		display: block;
  	}
  }*/
}
.area-ac h3.btn-ac {
  position: relative;
  padding: 20px 60px 20px 20px;
  font-size: 2rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  background-color: #f1fbf6;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.area-ac h3.btn-ac::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 4px);
  right: 30px;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff800;
  border-right: solid 2px #fff800;
  transition: all 0.2s ease;
  transform: rotate(135deg);
}
.area-ac h3.btn-ac::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: calc(50% - 15px);
  right: 19px;
  width: 30px;
  height: 30px;
  background: #0da760;
  border-radius: 15px;
  transition: all 0.2s ease;
}
.area-ac h3.btn-ac:hover {
  background-color: #dff3e9;
}
.area-ac h3.btn-active {
  background-color: #f1fbf6;
  border-radius: 6px 6px 0 0;
}
.area-ac h3.btn-active::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc(50% - 2px);
  right: 30px;
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #0da760;
  border-right: solid 2px #0da760;
  transform: rotate(-45deg);
}
.area-ac h3.btn-active::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: calc(50% - 15px);
  right: 19px;
  width: 30px;
  height: 30px;
  background: #fff800;
  border-radius: 15px;
}
.area-ac .box-ac {
  display: none;
}
.area-ac .box-ac .inner {
  padding: 30px 20px;
}

/* バナー ====================*/
.bnr {
  transition: all 0.3s;
}
.bnr:hover {
  opacity: 0.8;
}

/* color */
.green {
  color: #0da760;
}

/* marker */
.marker {
  background: linear-gradient(transparent 60%, #fff800 0%);
}

/*margin*/
h2.title + p.text {
  margin-top: 40px;
}

.area-ac + .area-ac {
  margin-top: 20px;
}

/*----------------------------------------------------
	病院紹介
----------------------------------------------------*/
/* 理事長あいさつ ====================*/
body#hospital .section:nth-of-type(1) {
  margin-bottom: 50px;
}
body#hospital .section:nth-of-type(1) .column {
  margin-top: 35px;
  align-items: center;
  justify-content: flex-end;
}
body#hospital .section:nth-of-type(1) .column .cell img {
  border-radius: 8px;
}
body#hospital .section:nth-of-type(1) .column .cell + .cell {
  margin-left: 30px;
}
body#hospital .section:nth-of-type(1) p.organization {
  font-size: 1.2rem;
}
body#hospital .section:nth-of-type(1) p.name {
  font-size: 1.8rem;
}
body#hospital .section:nth-of-type(1) p.name span {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
}
body#hospital .section:nth-of-type(2) {
  margin-bottom: 80px;
}
body#hospital .section:nth-of-type(3), body#hospital .section:nth-of-type(4), body#hospital .section:nth-of-type(5) {
  margin-top: 30px;
}
body#hospital .section:nth-of-type(3) .inner, body#hospital .section:nth-of-type(4) .inner, body#hospital .section:nth-of-type(5) .inner {
  position: relative;
  padding-top: 60px;
}
body#hospital .section:nth-of-type(3) .inner::after, body#hospital .section:nth-of-type(4) .inner::after, body#hospital .section:nth-of-type(5) .inner::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 29%;
  width: 100vw;
  height: 457px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#hospital .section:nth-of-type(3) .column, body#hospital .section:nth-of-type(4) .column, body#hospital .section:nth-of-type(5) .column {
  position: relative;
  z-index: 1;
  align-items: flex-start;
  justify-content: flex-end;
}
body#hospital .section:nth-of-type(3) .column .cell, body#hospital .section:nth-of-type(4) .column .cell, body#hospital .section:nth-of-type(5) .column .cell {
  box-sizing: border-box;
  width: 53.5%;
}
body#hospital .section:nth-of-type(3) .column .cell.img, body#hospital .section:nth-of-type(4) .column .cell.img, body#hospital .section:nth-of-type(5) .column .cell.img {
  width: 46.5%;
  margin-right: 50px;
  padding-bottom: 60px;
}
body#hospital .section:nth-of-type(3) .column .cell.img img, body#hospital .section:nth-of-type(4) .column .cell.img img, body#hospital .section:nth-of-type(5) .column .cell.img img {
  border-radius: 10px;
}
body#hospital .section:nth-of-type(4) .inner::after {
  right: 29%;
  left: auto;
}
body#hospital .section:nth-of-type(4) .column .cell:first-child {
  order: 2;
  margin-right: 0;
}
body#hospital .section:nth-of-type(4) .column .cell:last-child {
  order: 1;
  margin-right: 50px;
}
body#hospital h3.title {
  font-size: 2rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
}
body#hospital h3.title + p.text {
  margin-top: 20px;
}
body#hospital h3.title-underline + h4.title {
  margin-top: 25px;
}
body#hospital p.text + h4.title {
  margin-top: 10px;
}

/* 病院概要 ====================*/
body#outline table.table th {
  width: 234px;
  text-align: left;
  font-size: 1.6rem;
}
body#outline table.table td {
  font-size: 1.6rem;
}
body#outline .area-border {
  margin-top: 70px;
  padding: 30px;
  border: 1px solid #e2f1e9;
  border-radius: 10px;
}
body#outline .area-border h4.title {
  color: #0da760;
  line-height: 1;
}
body#outline .area-border ul.list-link {
  margin-top: 20px;
}
body#outline .section + .section {
  margin-top: 80px;
}

/* ホリスティック医療 ====================*/
body#holistic .section:nth-of-type(2) h2.title {
  display: table;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
  font-size: 2.55rem;
  line-height: 1;
  background: #fff;
  border-radius: 2em;
}
body#holistic .section:nth-of-type(2) .inner {
  box-sizing: border-box;
  position: relative;
  z-index: 0;
  margin-top: -15px;
  padding: 60px 50px;
  border: 10px solid #f1fbf6;
  border-radius: 20px;
}
body#holistic .section:nth-of-type(2) ul li {
  display: flex;
  align-items: center;
  position: relative;
  height: 55px;
  padding-left: 70px;
  font-size: 1.8rem;
  color: #0da760;
  line-height: 1.5;
}
body#holistic .section:nth-of-type(2) ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 55px;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
body#holistic .section:nth-of-type(2) ul li:nth-of-type(1)::before {
  background-image: url("../../img/hospital/number01.png");
}
body#holistic .section:nth-of-type(2) ul li:nth-of-type(2)::before {
  background-image: url("../../img/hospital/number02.png");
}
body#holistic .section:nth-of-type(2) ul li:nth-of-type(3)::before {
  background-image: url("../../img/hospital/number03.png");
}
body#holistic .section:nth-of-type(2) ul li:nth-of-type(4)::before {
  background-image: url("../../img/hospital/number04.png");
}
body#holistic .section:nth-of-type(2) ul li:nth-of-type(5)::before {
  background-image: url("../../img/hospital/number05.png");
}
body#holistic .section:nth-of-type(2) ul li + li {
  margin-top: 25px;
}
body#holistic .bnr {
  max-width: 670px;
  margin: 0 auto;
  transition: all 0.3s;
}
body#holistic .bnr:hover {
  opacity: 0.8;
}
body#holistic .bnr + .bnr {
  margin-top: 30px;
}
body#holistic .section + .section {
  margin-top: 80px;
}

/* 当院の治療方針 ====================*/
body#policy .section h3.title-underline span {
  font-size: 16px;
}
body#policy .section h4.title {
  font-family: "FOT-筑紫A丸ゴシック Std R";
}
body#policy .section .topics.brown {
  padding: 15px 25px 18px;
  background: #f6f2ea;
  border-radius: 4px;
}
body#policy .section .topics.brown p.text {
  line-height: 1.65;
}
body#policy .section .topics.brown p.text.white {
  position: relative;
  margin-top: 15px;
  padding: 10px 15px 10px 3em;
  font-size: 1.4rem;
  line-height: 1.65;
  background: #fff;
  border-radius: 4px;
}
body#policy .section .topics.brown p.text.white span {
  position: absolute;
  top: 10px;
  left: 15px;
}
body#policy .section p.text + figure.img {
  margin-top: 35px;
  text-align: center;
}
body#policy .section p.text + figure.img img {
  width: auto;
}
body#policy .section .bnr {
  max-width: 670px;
  margin: 0 auto;
  transition: all 0.3s;
}
body#policy .section .bnr:hover {
  opacity: 0.8;
}
body#policy .section .area-border {
  margin-top: 25px;
  padding: 12px 20px 15px;
  border: 1px solid #e2f1e9;
  border-radius: 10px;
}
body#policy .section .area-border ul.list-link {
  display: flex;
  justify-content: center;
}
body#policy .section .area-border ul.list-link li + li {
  margin: 0 0 0 45px;
}
body#policy .section h3.title-underline + h4.title {
  margin-top: 40px;
}
body#policy .section h4.title + .topics.brown {
  margin-top: 15px;
}
body#policy .section .topics.brown + h4.title {
  margin-top: 25px;
}
body#policy .section .topics.brown + p.text {
  margin-top: 75px;
}
body#policy .section .topics.brown + .bnr {
  margin-top: 40px;
}
body#policy .section .bnr + p.text {
  margin-top: 30px;
}
body#policy .bnr + .bnr {
  margin-top: 30px;
}
body#policy .section + .section {
  margin-top: 80px;
}

/*----------------------------------------------------
	外来案内
----------------------------------------------------*/
/* 初めての受診 ====================*/
body#outpatient {
  /* margin */
}
body#outpatient .area-tel {
  padding: 40px 30px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#outpatient .area-tel h3.title {
  text-align: center;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.2;
}
body#outpatient .area-tel p.tel {
  margin-top: 23px;
  text-align: center;
  font-size: 4.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1;
}
body#outpatient .area-tel p.time {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 67px;
  margin-top: 20px;
  padding: 10px 20px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  background: #fff800;
  border-radius: 15px;
}
body#outpatient .area-tel p.text-note {
  text-align: center;
  color: #ff003c;
}
body#outpatient .area-note {
  margin-top: 50px;
  padding: 40px 30px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#outpatient .area-note h3.title-underline {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-align: center;
  border-bottom: none;
}
body#outpatient .area-note h3.title-underline span {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
  border-bottom: 1px solid #795f27;
}
body#outpatient .area-note ul.list-disc-small li .bnr {
  max-width: 670px;
  margin: 0.5em auto 0;
  border: 1px solid #c8ead9;
}
body#outpatient .area-note ul.list-disc-small li + li {
  margin-top: 0.5em;
}
body#outpatient .area-note strong {
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
body#outpatient .area-bring {
  margin-top: 50px;
  border: 1px solid #e2f1e9;
  border-radius: 10px;
}
body#outpatient .area-bring .inner:nth-child(1) {
  padding: 0 70px 40px;
}
body#outpatient .area-bring .inner:nth-child(1) figure figcaption {
  font-size: 2rem;
}
body#outpatient .area-bring .inner:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 60px;
  background: #f1fbf6;
  border-radius: 0 0 10px 10px;
}
body#outpatient .area-bring .inner:nth-child(2) figure {
  margin-top: 20px;
  padding: 0 10px;
}
body#outpatient .area-bring .inner:nth-child(2) figure figcaption {
  font-size: 1.5rem;
}
body#outpatient .area-bring h3.title {
  display: table;
  margin: -0.5em auto 40px;
  padding: 0 20px;
  text-align: center;
  font-size: 2.2rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
  background: #fff;
}
body#outpatient .area-bring h4.title-underline {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
body#outpatient .area-bring h4.title-underline span {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1;
  border-bottom: 1px solid #795f27;
}
body#outpatient .area-bring figure {
  text-align: center;
}
body#outpatient .area-bring figure img {
  width: auto;
}
body#outpatient .area-bring figure figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 1.4rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.33;
}
body#outpatient .column {
  flex-flow: wrap;
}
body#outpatient .column .cell {
  width: calc((100% - 42px) / 3);
}
body#outpatient .column .cell img {
  border-radius: 10px;
}
body#outpatient .column .cell + .cell {
  margin-left: 21px;
}
body#outpatient .area-time p.time {
  font-size: 1.6rem;
  line-height: 1;
}
body#outpatient .area-time p.time span {
  font-size: 2.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
}
body#outpatient .area-procedure dl {
  display: flex;
}
body#outpatient .area-procedure dl:nth-of-type(1) dt {
  padding-top: 20px;
  background-color: #f1fbf6;
  background-image: url("../img/bg_procedure01.png");
}
body#outpatient .area-procedure dl:nth-of-type(1) dd {
  padding-top: 20px;
}
body#outpatient .area-procedure dl:nth-of-type(2) dt {
  background-color: #dff3e9;
  background-image: url("../img/bg_procedure02.png");
}
body#outpatient .area-procedure dl:nth-of-type(3) dt {
  background-color: #c8ead9;
  background-image: url("../img/bg_procedure03.png");
}
body#outpatient .area-procedure dl:nth-of-type(4) dt {
  background-color: #b0e0c8;
}
body#outpatient .area-procedure dl:nth-of-type(4) dd {
  padding-bottom: 30px;
}
body#outpatient .area-procedure dl dt {
  width: 50px;
  padding-top: 15px;
  text-align: center;
  font-size: 2.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
  background: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
}
body#outpatient .area-procedure dl dd {
  box-sizing: border-box;
  width: calc(100% - 50px);
  padding: 15px 0 40px 20px;
}
body#outpatient .area-procedure h3 {
  font-size: 2.2rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1;
}
body#outpatient .area-procedure h3 + p.text {
  margin-top: 5px;
}
body#outpatient .area-border {
  padding: 20px;
  border: 1px solid #e2f1e9;
  border-radius: 10px;
}
body#outpatient .btn-interviewsheet {
  margin-top: 40px;
}
body#outpatient .btn-interviewsheet a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  text-align: center;
  text-decoration: none;
  background: #fff2cc;
  border-radius: 10px;
  transition: all 0.3s;
}
body#outpatient .btn-interviewsheet a:hover {
  opacity: 0.8;
  color: #795f27;
}
body#outpatient .btn-interviewsheet h3.title {
  display: table;
  margin: 0 auto;
  padding-bottom: 0.5em;
  font-size: 2.2rem;
  line-height: 1;
  border-bottom: 1px solid #795f27;
}
body#outpatient .btn-interviewsheet h3.title span {
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
body#outpatient .btn-interviewsheet p.text {
  margin-top: 0.5em;
  line-height: 1.5;
}
body#outpatient h2.title + figure.img {
  margin-top: 40px;
}
body#outpatient h3.title-underline + .area-procedure {
  margin-top: 30px;
}
body#outpatient p.time + p.time {
  margin-top: 15px;
}
body#outpatient p.time + p.text-note {
  margin-top: 15px;
}
body#outpatient p.time + p.text-asterisk {
  margin-top: 15px;
}
body#outpatient .area-bring + p.text-note {
  margin-top: 15px;
}
body#outpatient .area-time + h3.title-underline {
  margin-top: 40px;
}
body#outpatient .area-procedure + .area-border {
  margin-top: 20px;
}
body#outpatient .section + .section {
  margin-top: 80px;
}

/* 外来診察時間・担当医 ====================*/
body#guide .area-time p.time {
  font-size: 1.6rem;
  line-height: 1;
}
body#guide .area-time p.time span {
  font-size: 2.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
}
body#guide h3.title {
  font-size: 2rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  margin-bottom: 10px;
}
body#guide table.schedule {
  width: 100%;
  border-top: 1px solid #e2f1e9;
}
body#guide table.schedule tr {
  border-left: 1px solid #e2f1e9;
  border-bottom: 1px solid #e2f1e9;
}
body#guide table.schedule tr:nth-child(1) th {
  text-align: center;
}
body#guide table.schedule tr:nth-child(1) th:last-child {
  border-right: 1px solid #e2f1e9;
}
body#guide table.schedule tr:nth-child(3) td {
  height: auto;
  text-align: left;
}
body#guide table.schedule th {
  box-sizing: border-box;
  padding: 10px 20px;
  text-align: left;
  font-weight: bold;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  background: #e2f1e9;
  vertical-align: top;
}
body#guide table.schedule th span {
  font-size: 1.8rem;
}
body#guide table.schedule th span br {
  display: none;
}
body#guide table.schedule td {
  box-sizing: border-box;
  /*height: 120px;*/
  padding: 9px 10px;
  text-align: center;
  line-height: 1.8;
  vertical-align: top;
  border-right: 1px solid #e2f1e9;
  border-bottom: 1px solid #e2f1e9;
}
body#guide table.schedule td:nth-child(2), body#guide table.schedule td:nth-child(8) {
  vertical-align: middle;
}
body#guide table.schedule td:nth-child(n+3):nth-child(-n+7) {
  background: #f1fbf6;
}
body#guide table.schedule td p {
  padding: 5px 5px 6px;
  text-align: center;
  line-height: 1;
  background: rgba(13, 167, 96, 0.1);
  border-radius: 4px;
}
body#guide table.schedule td p span {
  display: block;
  margin-top: 0.2em;
  font-size: 0.8em;
  line-height: 1.2;
}
body#guide table.schedule td p + p {
  margin-top: 5px;
}
body#guide table.schedule td p.color01 {
  background: rgba(13, 167, 96, 0.3);
}
body#guide .bnr {
  max-width: 670px;
  margin: 40px auto 0;
  transition: all 0.3s;
}
body#guide .bnr:hover {
  opacity: 0.8;
}
body#guide .area-tel {
  margin-top: 40px;
  padding: 40px 30px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#guide .area-tel h3.title {
  text-align: center;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.2;
}
body#guide .area-tel p.tel {
  margin-top: 23px;
  text-align: center;
  font-size: 4.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1;
}
body#guide .area-tel p.time {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 67px;
  margin-top: 20px;
  padding: 2px 20px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.5;
  background: #fff800;
  border-radius: 15px;
}
body#guide .area-note {
  margin-top: 50px;
  padding: 40px 30px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#guide .area-note h3.title-underline {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 0;
  text-align: center;
  border-bottom: none;
}
body#guide .area-note h3.title-underline span {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
  border-bottom: 1px solid #795f27;
}
body#guide .area-note ul.list-disc-small li .bnr {
  max-width: 670px;
  margin: 0.5em auto 0;
  border: 1px solid #c8ead9;
}
body#guide .area-note ul.list-disc-small li + li {
  margin-top: 0.5em;
}
body#guide .area-note strong {
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
body#guide p.time + p.time {
  margin-top: 15px;
}
body#guide p.time + p.text-asterisk {
  margin-top: 15px;
}
body#guide .area-time + h3.title {
  margin-top: 35px;
}
body#guide .area-table + p.text-note {
  margin-top: 10px;
}
body#guide p.text-note + h3.title-underline {
  margin-top: 40px;
}
body#guide h3.title-underline + p.text {
  margin-top: 25px;
}
body#guide p.text + ul.list-disc {
  margin-top: 30px;
}
body#guide ul.list-disc + p.text {
  margin-top: 30px;
}

@media print, screen and (min-width: 768px) and (max-width: 930px) {
  body#guide p.note-scroll.sp {
    display: block !important;
    margin-bottom: 5px;
  }
  body#guide .area-table {
    overflow: auto;
  }
}
/* 医療相談室 ====================*/
body#consult .area-tel {
  padding: 40px 30px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#consult .area-tel h3.title {
  text-align: center;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.2;
}
body#consult .area-tel p.tel {
  margin-top: 23px;
  text-align: center;
  font-size: 4.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1;
}
body#consult .area-tel p.text {
  margin-top: 15px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1;
}
body#consult .area-tel p.time {
  display: table;
  margin: 20px auto 0;
}
body#consult .area-tel p.time span {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 2px 50px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.2;
  background: #fff800;
  border-radius: 30px;
}
body#consult .area-border {
  padding: 20px;
  border: 1px solid #e2f1e9;
  border-radius: 10px;
}
body#consult p.text + ul.list-disc-small {
  margin-top: 35px;
}
body#consult ul.list-disc-small + p.text {
  margin-top: 35px;
}
body#consult p.text + .area-tel {
  margin-top: 35px;
}
body#consult .area-tel + .area-border {
  margin-top: 20px;
}

/*----------------------------------------------------
	入院案内
----------------------------------------------------*/
/* 入院について ====================*/
body#hospitalization {
  /* margin */
}
body#hospitalization .area-bring {
  margin-top: 50px;
  border: 1px solid #e2f1e9;
  border-radius: 10px;
}
body#hospitalization .area-bring .inner:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 60px 40px;
}
body#hospitalization .area-bring .inner:nth-child(1) figure {
  margin-top: 20px;
  padding: 0 10px;
}
body#hospitalization .area-bring .inner:nth-child(1) figure figcaption {
  font-size: 2rem;
}
body#hospitalization .area-bring .inner:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 20px;
  background: #f1fbf6;
  border-radius: 0 0 10px 10px;
}
body#hospitalization .area-bring .inner:nth-child(2) figure {
  width: 182px;
  margin-top: 20px;
}
body#hospitalization .area-bring .inner:nth-child(2) figure figcaption {
  font-size: 1.5rem;
}
body#hospitalization .area-bring h3.title {
  display: table;
  margin: -0.5em auto 40px;
  padding: 0 20px;
  text-align: center;
  font-size: 2.2rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
  background: #fff;
}
body#hospitalization .area-bring h4.title-underline {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}
body#hospitalization .area-bring h4.title-underline span {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1;
  border-bottom: 1px solid #795f27;
}
body#hospitalization .area-bring figure {
  text-align: center;
}
body#hospitalization .area-bring figure img {
  width: auto;
}
body#hospitalization .area-bring figure figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 1.4rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.33;
}
body#hospitalization ul.list-disc-small li + li {
  margin-top: 10px;
}
body#hospitalization ul.list-asterisk {
  display: flex;
  flex-wrap: wrap;
}
body#hospitalization ul.list-asterisk li {
  margin-right: 2em;
}
body#hospitalization ul.list-asterisk li + li {
  margin-top: 0;
}
body#hospitalization .area-time p.time {
  font-size: 1.6rem;
  line-height: 1;
}
body#hospitalization .area-time p.time span {
  font-size: 2.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
}
body#hospitalization ul.list-number {
  margin-top: 5px;
}
body#hospitalization .area-border {
  padding: 25px 30px 30px;
  border: 1px solid #e2f1e9;
  border-radius: 10px;
}
body#hospitalization .area-tel {
  padding: 40px 30px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#hospitalization .area-tel h3.title {
  text-align: center;
  font-size: 1.7rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.2;
}
body#hospitalization .area-tel p.tel {
  margin-top: 23px;
  text-align: center;
  font-size: 4.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1;
}
body#hospitalization .area-tel p.text {
  margin-top: 15px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1;
}
body#hospitalization .area-tel p.time {
  display: table;
  margin: 20px auto 0;
}
body#hospitalization .area-tel p.time span {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 2px 50px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.2;
  background: #fff800;
  border-radius: 30px;
}
body#hospitalization h2.title + figure.img {
  margin-top: 40px;
}
body#hospitalization .area-bring + ul.list-asterisk {
  margin-top: 15px;
}
body#hospitalization .area-time + h3.title-underline {
  margin-top: 40px;
}
body#hospitalization h3.title-underline + ul.list-disc {
  margin-top: 25px;
}
body#hospitalization ul.list-disc + h5.title {
  margin-top: 30px;
}
body#hospitalization p.text + h5.title {
  margin-top: 20px;
}
body#hospitalization ul.list-disc-small + .area-border {
  margin-top: 60px;
}
body#hospitalization p.text-note + ul.list-link {
  margin-top: 20px;
}
body#hospitalization .area-border + p.text-asterisk {
  margin-top: 10px;
}
body#hospitalization p.text-asterisk + .area-tel {
  margin-top: 60px;
}
body#hospitalization .section + .section {
  margin-top: 80px;
}

/* 病棟・施設紹介 ====================*/
body#ward {
  /* margin */
}
body#ward .column01 {
  flex-flow: wrap;
  margin-top: 40px;
}
body#ward .column01 .cell {
  width: calc((100% - 30px) / 2);
}
body#ward .column01 .cell:first-child .area-btn {
  padding-bottom: 30px;
  border-bottom: 1px solid #e2f1e9;
}
body#ward .column01 .cell:first-child ul.list-link + .area-btn {
  margin-top: 20px;
}
body#ward .column01 .cell h2.title-border {
  display: block;
}
body#ward .column01 .cell h2.title-border::after {
  margin-top: 10px;
}
body#ward .column01 .cell + .cell {
  margin-left: 30px;
}
body#ward .column02 {
  margin-top: 40px;
}
body#ward .column02 .cell {
  width: calc((100% - 42px) / 3);
}
body#ward .column02 .cell img {
  border-radius: 10px;
}
body#ward .column02 .cell + .cell {
  margin-left: 21px;
}
body#ward ul.slick {
  display: flex;
  width: 100%;
  padding-bottom: 24px;
}
body#ward ul.slick li.slick-img {
  width: 372px;
  border-radius: 10px;
}
body#ward ul.slick li.slick-img img {
  border-radius: 10px;
}
body#ward ul.slick ul.slick-dots {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
}
body#ward ul.slick ul.slick-dots li {
  overflow: hidden;
  text-indent: -9999px;
  width: 44px;
  height: 4px;
  font-size: 0;
  line-height: 0;
  background: #795f27;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
body#ward ul.slick ul.slick-dots li:hover {
  background: #0da760;
}
body#ward ul.slick ul.slick-dots li button {
  opacity: 0;
}
body#ward ul.slick ul.slick-dots li + li {
  margin-left: 10px;
}
body#ward ul.slick ul.slick-dots li.slick-active {
  background: #0da760;
}
body#ward ul.slick ul.slick-dots li.slick-active:focus {
  outline: none;
}
body#ward figure.img {
  border-radius: 10px;
}
body#ward figure.img img {
  border-radius: 10px;
}
body#ward .btn01 {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 230px;
  height: 46px;
}
body#ward .btn01 a {
  border-radius: 23px;
}
body#ward figure.img figcaption {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
body#ward h3.title {
  margin-top: -0.35em;
  font-size: 2rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.8;
}
body#ward h2.title + h2.title-border,
body#ward .h2-title + h2.title-border {
  margin-top: 40px;
}
body#ward h3.title + p.text {
  margin-top: 20px;
}
body#ward p.text + ul.list-disc-small {
  margin-top: 10px;
}
body#ward ul.list-disc-small + ul.list-link {
  margin-top: 10px;
}
body#ward ul.slick + p.text,
body#ward ul.slick + ul.list-link {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid #e2f1e9;
}
body#ward ul.slick + .area-btn {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #e2f1e9;
  border-bottom: 1px solid #e2f1e9;
}
body#ward .column + h2.title-border {
  margin-top: 80px;
}
body#ward .section + .section {
  margin-top: 80px;
}

/*----------------------------------------------------
	ストレスケア
----------------------------------------------------*/
body#stresscare {
  /* margin */
}
body#stresscare ul.list-anchor {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  margin-top: 80px;
  border-right: 1px solid #ddf1e7;
  border-left: 1px solid #ddf1e7;
}
body#stresscare ul.list-anchor li {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
body#stresscare ul.list-anchor li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11px;
  width: 100%;
  height: 3px;
  background: #c80421;
  opacity: 0;
}
body#stresscare ul.list-anchor li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 96px;
  padding-bottom: 30px;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  color: #0da760;
  line-height: 1.4;
}
body#stresscare ul.list-anchor li a span {
  line-height: 1.2;
}
body#stresscare ul.list-anchor li a span > span {
  font-size: 1.4rem;
}
body#stresscare ul.list-anchor li a::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 8px);
  bottom: 16px;
  width: 16px;
  height: 2px;
  border-top: solid 2px #0da760;
  transform: rotate(90deg);
}
body#stresscare ul.list-anchor li a::after {
  content: "";
  display: block;
  position: absolute;
  right: calc(50% - 6px);
  bottom: 9px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #0da760;
  border-right: solid 2px #0da760;
  transform: rotate(135deg);
}
body#stresscare ul.list-anchor li a:hover {
  text-decoration: underline;
}
body#stresscare ul.list-anchor li + li {
  margin-top: 0;
  border-left: 1px solid #ddf1e7;
}
body#stresscare ul.list-anchor li.current::after {
  opacity: 1;
}
body#stresscare figure.border {
  border: 1px solid #795f27;
}
body#stresscare .area-border {
  margin-top: 30px;
  padding: 25px 30px;
  border: 2px solid #0da760;
  border-radius: 10px;
}
body#stresscare .area-tel {
  margin-top: 40px;
  padding: 40px 30px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#stresscare .area-tel h3.title {
  text-align: center;
  font-size: 1.7rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.2;
  color: #795f27;
}
body#stresscare .area-tel p.tel {
  margin-top: 15px;
  text-align: center;
  font-size: 4.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1;
}
body#stresscare .area-tel p.text {
  margin-top: 15px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.3;
}
body#stresscare .area-tel p.time {
  display: table;
  margin: 20px auto 0;
}
body#stresscare .area-tel p.time span {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 2px 50px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.2;
  background: #fff800;
  border-radius: 30px;
}
body#stresscare .area-ac {
  max-width: 762px;
  margin: 35px auto 0;
}
body#stresscare .area-ac h3.btn-ac {
  padding: 10px 60px 10px 20px;
  font-size: 1.8rem;
}
body#stresscare .column01 {
  margin-top: 40px;
}
body#stresscare .column01 .cell {
  width: calc((100% - 42px) / 3);
}
body#stresscare .column01 .cell img {
  border-radius: 10px;
}
body#stresscare .column01 .cell + .cell {
  margin-left: 21px;
}
body#stresscare .area-procedure dl {
  display: flex;
}
body#stresscare .area-procedure dl:nth-of-type(1) dt {
  padding-top: 20px;
  background-color: #f1fbf6;
  background-image: url("../img/bg_procedure01.png");
}
body#stresscare .area-procedure dl:nth-of-type(1) dd {
  padding-top: 22px;
}
body#stresscare .area-procedure dl:nth-of-type(2) dt {
  background-color: #dff3e9;
  background-image: url("../img/bg_procedure02.png");
}
body#stresscare .area-procedure dl:nth-of-type(3) dt {
  background-color: #c8ead9;
  background-image: url("../img/bg_procedure03.png");
}
body#stresscare .area-procedure dl:nth-of-type(4) dt {
  background-color: #b0e0c8;
  background-image: url("../img/bg_procedure04.png");
}
body#stresscare .area-procedure dl:nth-of-type(5) dt {
  background-color: #95d2b3;
  background-image: url("../img/bg_procedure05.png");
}
body#stresscare .area-procedure dl:nth-of-type(6) dt {
  background-color: #77c098;
}
body#stresscare .area-procedure dl:last-of-type dt {
  background-image: none;
}
body#stresscare .area-procedure dl dt {
  width: 50px;
  padding-top: 15px;
  text-align: center;
  font-size: 2.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
  background: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
}
body#stresscare .area-procedure dl dd {
  box-sizing: border-box;
  width: calc(100% - 50px);
  padding: 18px 0 40px 20px;
}
body#stresscare .area-procedure dl dd h3 {
  font-size: 2.2rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1;
}
body#stresscare .area-procedure dl dd h3 span {
  font-size: 1.6rem;
}
body#stresscare .area-procedure dl dd h3.yellow {
  display: table;
  padding: 0.75em 1em 0.8em;
  background: #fff800;
  border-radius: 6px;
}
body#stresscare .section01 .btn01,
body#stresscare .section02 .btn01 {
  width: 200px;
  height: 46px;
  margin: 30px auto 0;
}
body#stresscare .section01 .btn01 a,
body#stresscare .section02 .btn01 a {
  border-radius: 23px;
}
body#stresscare .section01 .column02 .cell + .cell,
body#stresscare .section02 .column02 .cell + .cell {
  margin-left: 30px;
}
body#stresscare .section01 .topics,
body#stresscare .section02 .topics {
  margin-top: 15px;
  padding: 30px;
  background: #f6f2ea;
  border-radius: 6px;
}
body#stresscare .section01 .topics img,
body#stresscare .section02 .topics img {
  border-radius: 10px;
}
body#stresscare .section01 .topics p.text,
body#stresscare .section02 .topics p.text {
  margin-top: 30px;
  padding: 15px 20px;
  background: #fff;
}
body#stresscare .section01 .topics + .topics,
body#stresscare .section02 .topics + .topics {
  margin-top: 4px;
}
body#stresscare .section01 .bnr {
  display: table;
  margin: 40px auto 0;
  border: 1px solid #a6a6a6;
}
body#stresscare .section01 .bnr + p.text {
  margin-top: 0.5em;
  text-align: center;
  font-size: 1.4rem;
}
body#stresscare .section02 .area-border {
  margin-top: 40px;
  border: thick double #0da760;
}
body#stresscare .section02 .area-border .btn01 {
  width: 224px !important;
  height: 46px;
  margin: 20px auto 0;
}
body#stresscare .section02 .area-border .btn01 a {
  border-radius: 23px;
}
body#stresscare .section02 .area-border .topics {
  flex-wrap: wrap;
  margin-top: 30px;
  padding: 30px;
  background: #f6f2ea;
  border-radius: 6px;
}
body#stresscare .section02 .area-border .topics h3.title {
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
  font-size: 2rem;
}
body#stresscare .section02 .area-border .topics p.text {
  margin-top: 0;
  padding: 0;
  background: none;
}
body#stresscare .section02 .area-border .topics .column {
  margin-top: 0.2em;
}
body#stresscare .section02 .area-border .topics .column .cell:first-child {
  width: calc(100% - 30px - 37.888%);
}
body#stresscare .section02 .area-border .topics .column .cell:last-child {
  width: 37.888%;
  margin: 0.5em 0 0 30px;
}
body#stresscare .section02 .bnr {
  display: table;
  margin: 30px auto 0;
  border: 1px solid #a6a6a6;
}
body#stresscare .section03 ul.list-disc-small {
  margin-top: 10px;
}
body#stresscare .section03 .area-procedure {
  margin-top: 15px;
}
body#stresscare .section03 .column03 {
  margin-top: 35px;
}
body#stresscare .section03 .column03 .cell {
  width: calc((100% - 20px) / 2);
}
body#stresscare .section03 .column03 .cell + .cell {
  margin-left: 20px;
}
body#stresscare .section03 figure.border {
  margin-top: 35px;
}
body#stresscare .section03 figure.border:first-child {
  margin-top: 0.5em;
}
body#stresscare .section03 ul.list-point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 35px;
}
body#stresscare .section03 ul.list-point li {
  width: 100%;
  max-width: 127px;
  margin: 0 5px 10px;
}
body#stresscare .section03 .topics {
  margin-top: 15px;
  padding: 15px 20px;
  background: #f6f2ea;
  border-radius: 6px;
}
body#stresscare .section05 .area-bring {
  margin-top: 50px;
  border: 1px solid #e2f1e9;
  border-radius: 10px;
}
body#stresscare .section05 .area-bring .inner:nth-child(1) {
  padding: 0 70px 40px;
}
body#stresscare .section05 .area-bring .inner:nth-child(1) figure figcaption {
  font-size: 2rem;
}
body#stresscare .section05 .area-bring .inner:nth-child(2) {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 40px 70px;
  background: #f1fbf6;
  border-radius: 0 0 10px 10px;
}
body#stresscare .section05 .area-bring .inner:nth-child(2) figure {
  width: 182px;
}
body#stresscare .section05 .area-bring .inner:nth-child(2) figure figcaption {
  font-size: 1.5rem;
}
body#stresscare .section05 .area-bring h3.title {
  display: table;
  margin: -0.5em auto 40px;
  padding: 0 20px;
  text-align: center;
  font-size: 2.2rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
  background: #fff;
}
body#stresscare .section05 .area-bring h4.title-underline {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}
body#stresscare .section05 .area-bring h4.title-underline span {
  display: inline-block;
  padding-bottom: 10px;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1;
  border-bottom: 1px solid #795f27;
}
body#stresscare .section05 .area-bring figure {
  text-align: center;
}
body#stresscare .section05 .area-bring figure img {
  width: auto;
}
body#stresscare .section05 .area-bring figure figcaption {
  margin-top: 10px;
  text-align: center;
  font-size: 1.4rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.33;
}
body#stresscare .section05 .area-procedure {
  margin-top: 40px;
}
body#stresscare .section05 .area-procedure p.text {
  margin-top: 5px;
}
body#stresscare .section05 .area-border {
  margin-top: 40px;
  padding: 25px 30px 30px;
  border: 1px solid #e2f1e9;
  border-radius: 10px;
}
body#stresscare .section + .section {
  margin-top: 40px;
  padding-top: 40px;
}
body#stresscare h2 + h3.title-underline {
  margin-top: 0;
}
body#stresscare h2 + figure.img {
  margin-top: 40px;
}
body#stresscare h3.title-underline {
  margin-top: 30px;
  padding-top: 30px;
}
body#stresscare h4.title {
  margin-top: 35px;
}
body#stresscare h4.title:first-child {
  margin-top: 0;
}
body#stresscare h5.title {
  margin-top: 1.5em;
}
body#stresscare h5.title:first-child {
  margin-top: 0;
}
body#stresscare h3.title-underline + p.text {
  margin-top: 35px;
}
body#stresscare h4.title + p.text {
  margin-top: 10px;
}
body#stresscare h4.title + ul.list-link {
  margin-top: 10px;
}
body#stresscare p.text-asterisk {
  margin-top: 2em;
}
body#stresscare p.text-asterisk:first-child {
  margin-top: 0;
}
body#stresscare figure.img + p.text {
  margin-top: 40px;
}

/*----------------------------------------------------
	リワーク
----------------------------------------------------*/
body#rework {
  /* 利用者の内訳追加*/
  /* margin */
}
body#rework .section:nth-of-type(1) p.text-asterisk {
  margin: 1em auto 2em;
}
body#rework .section:nth-of-type(1) .column {
  margin-top: 40px;
}
body#rework .section:nth-of-type(1) .column .cell {
  width: calc((100% - 20px) / 2);
}
body#rework .section:nth-of-type(1) .column .cell:first-child figure {
  position: relative;
}
body#rework .section:nth-of-type(1) .column .cell:first-child figure::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  right: -16px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 16px solid #795f27;
}
body#rework .section:nth-of-type(1) .column .cell:last-child h5.title {
  color: #0da760;
}
body#rework .section:nth-of-type(1) .column .cell figure {
  box-sizing: border-box;
  margin-top: 10px;
  border: 1px solid #795f27;
}
body#rework .section:nth-of-type(1) .column .cell + .cell {
  margin-left: 20px;
}
body#rework .section:nth-of-type(1) .area-tel {
  margin-top: 40px;
}
body#rework .section:nth-of-type(2) .column .cell {
  width: calc((100% - 30px) / 2);
}
body#rework .section:nth-of-type(2) .column .cell figure.img img {
  border-radius: 10px;
}
body#rework .section:nth-of-type(2) .column .cell h4.title {
  color: #0da760;
}
body#rework .section:nth-of-type(2) .column .cell h4.title span {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}
body#rework .section:nth-of-type(2) .column .cell p.text {
  line-height: 1.75;
}
body#rework .section:nth-of-type(2) .column .cell + .cell {
  margin-left: 30px;
}
body#rework .section:nth-of-type(2) .area-video {
  width: 520px;
  margin: 40px auto 0;
}
body#rework .section:nth-of-type(2) .area-video p.text-caution {
  margin-top: 10px;
  text-align: center;
}
body#rework .section:nth-of-type(2) .area-bnr {
  text-align: center;
}
body#rework .section:nth-of-type(2) .area-bnr figure {
  margin-bottom: 20px;
}
body#rework .section:nth-of-type(2) .area-bnr figure img {
  width: auto;
}
body#rework .section:nth-of-type(2) .column.number {
  display: block;
}
body#rework .section:nth-of-type(2) .column.number .cell {
  display: flex;
  align-items: center;
  position: relative;
  width: auto;
  min-height: 100px;
  padding-left: 60px;
}
body#rework .section:nth-of-type(2) .column.number .cell::before {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  color: #fff;
  line-height: 1;
  background: #0da760;
  border-radius: 4px;
}
body#rework .section:nth-of-type(2) .column.number .cell:nth-child(1)::before {
  content: "01";
}
body#rework .section:nth-of-type(2) .column.number .cell:nth-child(2)::before {
  content: "02";
}
body#rework .section:nth-of-type(2) .column.number .cell:nth-child(3)::before {
  content: "03";
}
body#rework .section:nth-of-type(2) .column.number .cell:nth-child(4)::before {
  content: "04";
}
body#rework .section:nth-of-type(2) .column.number .cell h3.title {
  margin-bottom: 5px;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
}
body#rework .section:nth-of-type(2) .column.number .cell h4.title {
  color: #0da760;
}
body#rework .section:nth-of-type(2) .column.number .cell .btn01 {
  margin-top: 15px;
}
body#rework .section:nth-of-type(2) .column.number .cell + .cell {
  margin: 20px 0 0;
}
body#rework .section:nth-of-type(2) .bnr {
  max-width: 670px;
  margin: 40px auto 0;
}
body#rework .section:nth-of-type(2) p.text-time {
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1;
}
body#rework .section:nth-of-type(2) p.text-time strong {
  font-size: 2.6rem;
}
body#rework .section:nth-of-type(2) .area-border01 {
  padding: 20px 30px;
  border: 1px solid #e2f1e9;
  border-radius: 10px;
}
body#rework .section:nth-of-type(2) .topics.brown {
  padding: 30px;
  background: #f6f2ea;
  border-radius: 4px;
}
body#rework .section:nth-of-type(2) .topics.brown h4.title-label {
  color: #795f27;
}
body#rework .section:nth-of-type(2) .topics.brown h4.title-label span.label {
  background: #795f27;
}
body#rework .section:nth-of-type(2) .topics.brown table {
  width: 100%;
}
body#rework .section:nth-of-type(2) .topics.brown table tr {
  border-bottom: 1px solid #795f27;
}
body#rework .section:nth-of-type(2) .topics.brown table th {
  width: 70px;
  padding: 10px 0 12px;
  text-align: left;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
}
body#rework .section:nth-of-type(2) .topics.brown table td {
  padding: 10px 0 12px;
  line-height: 1.5;
}
body#rework .section:nth-of-type(2) table.table {
  border-collapse: separate;
  margin-top: 25px;
}
body#rework .section:nth-of-type(2) table.table tr:nth-child(1) th, body#rework .section:nth-of-type(2) table.table tr:nth-child(2) th {
  padding: 5px;
}
body#rework .section:nth-of-type(2) table.table tr:nth-child(n+3) th {
  text-align: left;
}
body#rework .section:nth-of-type(2) table.table tr:nth-child(3) td.border {
  border-bottom: 1px solid #e2f1e9;
}
body#rework .section:nth-of-type(2) table.table td {
  text-align: center;
}
body#rework .section:nth-of-type(2) table.table th.border {
  border: 3px solid #0da760;
  border-bottom: none;
}
body#rework .section:nth-of-type(2) table.table td.border {
  border: 3px solid #0da760;
  border-top: none;
}
body#rework .section:nth-of-type(2) .area-border02 {
  border: 1px solid #ddf1e7;
  border-radius: 6px;
}
body#rework .section:nth-of-type(2) .area-border02 h3 {
  position: relative;
  padding: 10px 30px;
  font-size: 2rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  border-radius: 6px 6px 0 0;
  background-color: #f1fbf6;
}
body#rework .section:nth-of-type(2) .area-border02 h4 {
  font-size: 2rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
}
body#rework .section:nth-of-type(2) .area-border02 .inner {
  padding: 30px;
}
body#rework .section:nth-of-type(2) .area-border02 ul.list-point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
body#rework .section:nth-of-type(2) .area-border02 ul.list-point li {
  width: 100%;
  max-width: 127px;
  margin: 0 5px 10px;
}
body#rework .section:nth-of-type(2) .area-border02 .topics {
  margin-top: 15px;
  padding: 15px 20px;
  background: #f6f2ea;
  border-radius: 6px;
}
body#rework .section:nth-of-type(2) .area-border02 .topics + h4 {
  margin-top: 20px;
}
body#rework .section:nth-of-type(2) .area-step dl {
  display: flex;
}
body#rework .section:nth-of-type(2) .area-step dl:nth-of-type(1) dt {
  padding-top: 20px;
  background-color: #f1fbf6;
  background-image: url("../img/bg_procedure01.png");
}
body#rework .section:nth-of-type(2) .area-step dl:nth-of-type(1) dd {
  padding-top: 22px;
  background-image: url("../../img/rework/bg_procedure01_dd.png");
}
body#rework .section:nth-of-type(2) .area-step dl:nth-of-type(2) dt {
  background-color: #dff3e9;
  background-image: url("../img/bg_procedure02.png");
}
body#rework .section:nth-of-type(2) .area-step dl:nth-of-type(2) dd {
  background-image: url("../../img/rework/bg_procedure02_dd.png");
}
body#rework .section:nth-of-type(2) .area-step dl:nth-of-type(3) dt {
  background-color: #c8ead9;
  background-image: url("../img/bg_procedure03.png");
}
body#rework .section:nth-of-type(2) .area-step dl:nth-of-type(3) dd {
  background-image: url("../../img/rework/bg_procedure03_dd.png");
}
body#rework .section:nth-of-type(2) .area-step dl:nth-of-type(4) dt {
  background-color: #b0e0c8;
}
body#rework .section:nth-of-type(2) .area-step dl:nth-of-type(4) dd {
  margin-bottom: 20px;
  background-image: url("../../img/rework/bg_procedure04_dd.png");
}
body#rework .section:nth-of-type(2) .area-step dl dt {
  width: 50px;
  padding-top: 15px;
  text-align: center;
  font-size: 2.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
  background: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
}
body#rework .section:nth-of-type(2) .area-step dl dd {
  box-sizing: border-box;
  width: calc(100% - 50px);
  padding: 18px 0 20px 130px;
  background-position: left center;
  background-repeat: no-repeat;
}
body#rework .section:nth-of-type(2) .area-step dl dd h3 {
  font-size: 2.2rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1;
}
body#rework .section:nth-of-type(2) .area-step dl dd h3 span {
  font-size: 1.6rem;
}
body#rework .section:nth-of-type(2) .area-step dl dd p.text {
  font-size: 1.4rem;
}
body#rework .section:nth-of-type(2) .area-step dl dd h3 + p.text {
  margin-top: 5px;
}
body#rework .section:nth-of-type(2) .area-step dl dd .topics {
  margin-top: 15px;
  padding: 5px 15px;
  background: #f6f2ea;
  border-radius: 6px;
}
body#rework .section:nth-of-type(2) .area-btn {
  display: flex;
  justify-content: center;
}
body#rework .section:nth-of-type(2) .btn01 {
  width: 230px;
  height: 46px;
}
body#rework .section:nth-of-type(2) .btn01 a {
  border-radius: 23px;
}
body#rework .section:nth-of-type(2) .btn-calendar {
  width: 230px;
  height: 46px;
}
body#rework .section:nth-of-type(2) .btn-calendar a {
  border-radius: 23px;
}
body#rework .section:nth-of-type(2) .btn-calendar a::before {
  content: "";
  display: block;
  width: 22px;
  height: 23px;
  margin-right: 10px;
  background: url("../img/ic_calendar.svg") center center no-repeat;
}
body#rework .section:nth-of-type(2) .area-procedure dl {
  display: flex;
}
body#rework .section:nth-of-type(2) .area-procedure dl:nth-of-type(1) dt {
  padding-top: 20px;
  background-color: #f1fbf6;
  background-image: url("../img/bg_procedure01.png");
}
body#rework .section:nth-of-type(2) .area-procedure dl:nth-of-type(2) dt {
  background-color: #dff3e9;
  background-image: url("../img/bg_procedure02.png");
}
body#rework .section:nth-of-type(2) .area-procedure dl:nth-of-type(3) dt {
  background-color: #c8ead9;
  background-image: url("../img/bg_procedure03.png");
}
body#rework .section:nth-of-type(2) .area-procedure dl:nth-of-type(4) dt {
  background-color: #b0e0c8;
}
body#rework .section:nth-of-type(2) .area-procedure dl:last-child dd {
  padding: 8px 0 30px 20px;
}
body#rework .section:nth-of-type(2) .area-procedure dl:last-child dd p.text {
  font-size: 2rem;
}
body#rework .section:nth-of-type(2) .area-procedure dl dt {
  width: 50px;
  padding-top: 15px;
  text-align: center;
  font-size: 2.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
  background: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
}
body#rework .section:nth-of-type(2) .area-procedure dl dd {
  box-sizing: border-box;
  width: calc(100% - 50px);
  padding: 15px 0 40px 20px;
}
body#rework .section:nth-of-type(2) .area-procedure dl dd p.text {
  font-size: 1.5rem;
  line-height: 1.7;
}
body#rework .section:nth-of-type(2) .area-procedure dl dd p.text span {
  font-size: 1.4rem;
}
body#rework .section:nth-of-type(2) .area-procedure.other dl:nth-of-type(1) dt {
  background-color: #f7fae2;
  background-image: url("../img/bg_procedure01b.png");
}
body#rework .section:nth-of-type(2) .area-procedure.other dl:nth-of-type(2) dt {
  background-color: #eef2cf;
  background-image: url("../img/bg_procedure02b.png");
}
body#rework .section:nth-of-type(2) .area-procedure.other dl:nth-of-type(3) dt {
  background-color: #e6ecb8;
  background-image: url("../img/bg_procedure03b.png");
}
body#rework .section:nth-of-type(2) .area-procedure.other dl:nth-of-type(4) dt {
  background-color: #dce59a;
  background-image: url("../img/bg_procedure04b.png");
}
body#rework .section:nth-of-type(2) .area-procedure.other dl:nth-of-type(5) dt {
  background-color: #c9d476;
}
body#rework .section:nth-of-type(2) .area-tel {
  margin-top: 60px;
}
body#rework h3.title {
  font-size: 2.2rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
}
body#rework h3.title-underline span {
  font-size: 16px;
}
body#rework .area-tel {
  padding: 40px 30px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#rework .area-tel h3.title {
  text-align: center;
  font-size: 1.7rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.2;
  color: #795f27;
}
body#rework .area-tel p.tel {
  margin-top: 15px;
  text-align: center;
  font-size: 4.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1;
}
body#rework .area-tel p.text {
  margin-top: 15px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.3;
}
body#rework .area-tel p.time {
  display: table;
  margin: 20px auto 0;
}
body#rework .area-tel p.time span {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 2px 50px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.2;
  background: #fff800;
  border-radius: 30px;
}
body#rework figure.graph {
  margin-top: 40px;
  text-align: center;
}
body#rework .topics.graph {
  margin-top: 25px;
  padding: 15px 20px;
  background: #f6f2ea;
  border-radius: 4px;
}
body#rework .topics.graph p,
body#rework .topics.graph li {
  font-size: 1.4rem;
  line-height: 1.7;
}
body#rework .topics.graph ul {
  margin: 0.2em 0;
}
body#rework .topics.graph p.text-asterisk {
  font-size: 1.2rem;
}
body#rework .topics.graph p + p {
  margin-top: 1em;
}
body#rework .section + .section {
  margin-top: 80px;
}
body#rework h3.title-underline {
  margin-top: 60px;
}
body#rework h3.title-underline + p.text {
  margin-top: 25px;
}
body#rework h3.title-underline + p.text-time {
  margin-top: 25px;
}
body#rework h3.title-underline + p.text-asterisk {
  margin-top: 25px;
}
body#rework h3.title-underline + .topics.brown {
  margin-top: 30px;
}
body#rework h3.title + .area-step {
  margin-top: 25px;
}
body#rework h3.title + ul.list-disc {
  margin-top: 10px;
}
body#rework h4.title + ul.list-link {
  margin-top: 10px;
}
body#rework h4.title + .area-procedure {
  margin-top: 25px;
}
body#rework p.text + h3.title {
  margin-top: 30px;
}
body#rework p.text + p.text-asterisk {
  margin-top: 10px;
}
body#rework p.text + .column.number {
  margin-top: 30px;
}
body#rework p.text + .column {
  margin-top: 40px;
}
body#rework p.text + .area-btn {
  margin-top: 25px;
}
body#rework p.text-time + .area-border01 {
  margin-top: 30px;
}
body#rework p.text-asterisk + .column {
  margin-top: 30px;
}
body#rework .area-video + .area-bnr {
  margin-top: 40px;
}
body#rework .area-btn + .area-border02 {
  margin-top: 40px;
}
body#rework .column + h3.title {
  margin-top: 40px;
}
body#rework .column + .area-btn {
  margin-top: 40px;
}
body#rework .area-table + p.text-asterisk {
  margin-top: 10px;
}
body#rework .area-table + ul.list-asterisk {
  margin-top: 10px;
}
body#rework .area-tel + h4.title {
  margin-top: 40px;
}

/*----------------------------------------------------
	リハビリテーション
----------------------------------------------------*/
/* リハビリについて ====================*/
body#rehabilitation {
  /* margin */
}
body#rehabilitation .column {
  flex-flow: wrap;
}
body#rehabilitation .column .cell {
  width: calc((100% - 30px) / 2);
}
body#rehabilitation .column .cell:nth-child(even) {
  margin-left: 30px;
}
body#rehabilitation .column .cell:nth-child(n+3) {
  margin-top: 30px;
}
body#rehabilitation .column .cell a {
  text-decoration: none;
}
body#rehabilitation .column .cell a figure.img {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
body#rehabilitation .column .cell a figure.img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 248, 0, 0.5);
  opacity: 0;
  transition: all 0.3s;
}
body#rehabilitation .column .cell a figure.img::after {
  content: url("../img/ic_hover.png");
  display: block;
  position: absolute;
  z-index: 2;
  top: calc(50% - 21px);
  left: calc(50% - 21px);
  width: 42px;
  height: 42px;
  background: #fff;
  border-radius: 21px;
  opacity: 0;
  transition: all 0.3s;
}
body#rehabilitation .column .cell a h3.title {
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
body#rehabilitation .column .cell a p.text {
  color: #795f27;
}
body#rehabilitation .column .cell a:hover figure.img::before {
  opacity: 1;
}
body#rehabilitation .column .cell a:hover figure.img::after {
  opacity: 1;
}
body#rehabilitation .column .cell a:hover figure.img img {
  display: block;
  position: relative;
  z-index: 0;
}
body#rehabilitation .column .cell a:hover h3.title {
  text-decoration: underline;
}
body#rehabilitation h2.title + figure.img {
  margin-top: 50px;
}
body#rehabilitation figure.img + h3.title {
  margin-top: 15px;
}
body#rehabilitation figure.img + .column {
  margin-top: 60px;
}

/* 作業療法 ====================*/
body#operations {
  /* margin */
}
body#operations .column {
  flex-wrap: wrap;
}
body#operations .column .cell {
  width: calc((100% - 30px) / 2);
}
body#operations .column .cell:nth-child(even) {
  margin-left: 30px;
}
body#operations .column .cell:nth-child(n+3) {
  margin-top: 30px;
}
body#operations .column .cell img {
  border-radius: 10px;
}
body#operations .area-border {
  padding: 20px;
  border: 1px solid #e2f1e9;
  border-radius: 10px;
}
body#operations h4.title-number + p.text {
  margin-top: 5px;
}
body#operations p.text + h4.title-number {
  margin-top: 30px;
}
body#operations p.text + .column {
  margin-top: 50px;
}
body#operations .column + .area-border {
  margin-top: 50px;
}
body#operations .section + .section {
  margin-top: 80px;
}

/* デイケア ====================*/
body#daycare h3.title-underline {
  margin-top: 60px;
  margin-bottom: 25px;
}
body#daycare p.text-lead {
  margin-top: 25px;
}
body#daycare p.text-asterisk {
  margin-top: 0.5em;
}
body#daycare .area-tel {
  margin-top: 60px;
  padding: 40px 30px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#daycare .area-tel h3.title {
  text-align: center;
  font-size: 1.7rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.2;
  color: #795f27;
}
body#daycare .area-tel p.tel {
  margin-top: 15px;
  text-align: center;
  font-size: 4.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1;
}
body#daycare .area-tel p.text {
  margin-top: 15px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.3;
}
body#daycare .area-tel p.time {
  display: table;
  margin: 20px auto 0;
}
body#daycare .area-tel p.time span {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 2px 50px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.2;
  background: #fff800;
  border-radius: 30px;
}
body#daycare ul.list-disc {
  margin-top: 0.5em;
}
body#daycare ul.list-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
body#daycare ul.list-btn .btn01 {
  width: 230px;
  height: 46px;
}
body#daycare ul.list-btn .btn01 a {
  border-radius: 23px;
}
body#daycare ul.list-btn .btn-calendar {
  width: 230px;
  height: 46px;
}
body#daycare ul.list-btn .btn-calendar a {
  border-radius: 23px;
}
body#daycare ul.list-btn .btn-calendar a::before {
  content: "";
  display: block;
  width: 22px;
  height: 23px;
  margin-right: 10px;
  background: url("../img/ic_calendar.svg") center center no-repeat;
}
body#daycare .area-time p.time {
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1;
}
body#daycare .area-time p.time span {
  display: block;
  position: relative;
  width: 7em;
  margin-right: 5px;
  color: #0da760;
}
body#daycare .area-time p.time span::after {
  content: "：";
  position: absolute;
  top: 0;
  right: 0;
}
body#daycare .area-time p.time strong {
  font-size: 2.6rem;
}
body#daycare .topics-graph {
  margin-top: 15px;
  padding: 40px;
  background: #f6f2ea;
  border-radius: 4px;
}
body#daycare .topics-graph .column {
  display: flex;
  justify-content: space-between;
}
body#daycare .topics-graph .column .cell {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
body#daycare .topics-graph .column .cell + .cell {
  justify-content: flex-end;
  margin-left: 30px;
}
body#daycare .topics-schedule {
  margin-top: 30px;
  padding: 30px;
  background: #f6f2ea;
  border-radius: 4px;
}
body#daycare .topics-schedule .column {
  display: flex;
}
body#daycare .topics-schedule .column .cell {
  width: calc((100% - 30px) / 2);
}
body#daycare .topics-schedule .column .cell + .cell {
  margin-left: 30px;
}
body#daycare .topics-schedule h4.title-label {
  color: #795f27;
}
body#daycare .topics-schedule h4.title-label span.label {
  background: #795f27;
}
body#daycare .topics-schedule table {
  width: 100%;
}
body#daycare .topics-schedule table tr {
  border-bottom: 1px solid #795f27;
}
body#daycare .topics-schedule table th {
  width: 110px;
  padding: 10px 0 12px;
  text-align: left;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
}
body#daycare .topics-schedule table td {
  padding: 10px 0 12px;
  line-height: 1.5;
}
body#daycare .topics-brown {
  margin-top: 15px;
  padding: 15px 20px;
  background: #f6f2ea;
  border-radius: 6px;
}
body#daycare table.table {
  margin-top: 25px;
}
body#daycare table.table tr:nth-child(1) th, body#daycare table.table tr:nth-child(2) th {
  padding: 5px;
}
body#daycare table.table tr:nth-child(n+3) th {
  text-align: left;
}
body#daycare table.table td {
  text-align: center;
}
body#daycare .column-procedure {
  display: flex;
  margin-top: 30px;
}
body#daycare .column-procedure .cell {
  width: calc(50% - 15px);
}
body#daycare .column-procedure .cell + .cell {
  margin-left: 30px;
}
body#daycare .column-procedure .area-procedure {
  margin-top: 25px;
}
body#daycare .column-procedure .area-procedure dl {
  display: flex;
}
body#daycare .column-procedure .area-procedure dl:nth-of-type(1) dt {
  padding-top: 20px;
  background-color: #f1fbf6;
  background-image: url("../img/bg_procedure01.png");
}
body#daycare .column-procedure .area-procedure dl:nth-of-type(2) dt {
  background-color: #dff3e9;
  background-image: url("../img/bg_procedure02.png");
}
body#daycare .column-procedure .area-procedure dl:nth-of-type(3) dt {
  background-color: #c8ead9;
  background-image: url("../img/bg_procedure03.png");
}
body#daycare .column-procedure .area-procedure dl:nth-of-type(4) dt {
  background-color: #b0e0c8;
}
body#daycare .column-procedure .area-procedure dl:last-child dd {
  padding: 8px 0 30px 20px;
}
body#daycare .column-procedure .area-procedure dl:last-child dd p.text {
  font-size: 2rem;
}
body#daycare .column-procedure .area-procedure dl dt {
  width: 50px;
  padding-top: 15px;
  text-align: center;
  font-size: 2.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
  background: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
}
body#daycare .column-procedure .area-procedure dl dd {
  box-sizing: border-box;
  width: calc(100% - 50px);
  padding: 15px 0 40px 20px;
}
body#daycare .column-procedure .area-procedure dl dd p.text {
  font-size: 1.5rem;
  line-height: 1.7;
}
body#daycare .column-procedure .area-procedure dl dd p.text span {
  font-size: 1.4rem;
}
body#daycare .column-procedure .area-procedure.other dl:nth-of-type(1) dt {
  background-color: #f7fae2;
  background-image: url("../img/bg_procedure01b.png");
}
body#daycare .column-procedure .area-procedure.other dl:nth-of-type(2) dt {
  background-color: #eef2cf;
  background-image: url("../img/bg_procedure02b.png");
}
body#daycare .column-procedure .area-procedure.other dl:nth-of-type(3) dt {
  background-color: #e6ecb8;
  background-image: url("../img/bg_procedure03b.png");
}
body#daycare .column-procedure .area-procedure.other dl:nth-of-type(4) dt {
  background-color: #dce59a;
  background-image: url("../img/bg_procedure04b.png");
}
body#daycare .column-procedure .area-procedure.other dl:nth-of-type(5) dt {
  background-color: #c9d476;
}
body#daycare .column-img {
  display: flex;
  margin-top: 30px;
}
body#daycare .column-img .cell {
  width: calc((100% - 30px) / 2);
}
body#daycare .column-img .cell + .cell {
  margin-left: 30px;
}

/* デイケアハルニレ ====================*/
body#harunire {
  /* margin */
}
body#harunire .section:nth-of-type(1) h3.title {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  text-align: center;
  font-size: 2.4rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
}
body#harunire .section:nth-of-type(1) .area-border {
  position: relative;
  z-index: 0;
  margin-top: -10px;
}
body#harunire .section:nth-of-type(1) .area-border .inner {
  margin-top: -23px;
  padding: 50px 40px 40px;
  border-right: 4px solid #f6f2ea;
  border-bottom: 4px solid #f6f2ea;
  border-left: 4px solid #f6f2ea;
  border-radius: 0 0 6px 6px;
}
body#harunire .section:nth-of-type(1) .area-border h4.title {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
  text-align: center;
  font-size: 2.2rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1;
}
body#harunire .section:nth-of-type(1) .column {
  margin-top: 30px;
}
body#harunire .section:nth-of-type(1) .column .cell {
  width: calc((100% - 20px) / 2);
}
body#harunire .section:nth-of-type(1) .column .cell figure {
  box-sizing: border-box;
  margin-top: 10px;
  border: 1px solid #795f27;
}
body#harunire .section:nth-of-type(1) .column .cell + .cell {
  margin-left: 20px;
}
body#harunire .section:nth-of-type(2) .area-border01 {
  padding: 20px 30px 30px;
  border: 1px solid #e2f1e9;
  border-radius: 10px;
}
body#harunire .section:nth-of-type(2) .area-border01 h4.title {
  margin-bottom: 10px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
body#harunire .section:nth-of-type(2) .column .cell {
  width: calc((100% - 30px) / 2);
}
body#harunire .section:nth-of-type(2) .column .cell figure.img img {
  border-radius: 10px;
}
body#harunire .section:nth-of-type(2) .column .cell + .cell {
  margin-left: 30px;
}
body#harunire .section:nth-of-type(2) .topics.brown {
  padding: 30px;
  background: #f6f2ea;
  border-radius: 4px;
}
body#harunire .section:nth-of-type(2) .topics.brown h4.title-label {
  color: #795f27;
}
body#harunire .section:nth-of-type(2) .topics.brown h4.title-label span.label {
  background: #795f27;
}
body#harunire .section:nth-of-type(2) .topics.brown table {
  width: 100%;
}
body#harunire .section:nth-of-type(2) .topics.brown table tr {
  border-bottom: 1px solid #795f27;
}
body#harunire .section:nth-of-type(2) .topics.brown table th {
  width: 70px;
  padding: 10px 0 12px;
  text-align: left;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
}
body#harunire .section:nth-of-type(2) .topics.brown table td {
  padding: 10px 0 12px;
  line-height: 1.5;
}
body#harunire .section:nth-of-type(2) .area-border02 {
  border: 1px solid #ddf1e7;
  border-radius: 6px;
}
body#harunire .section:nth-of-type(2) .area-border02 h3 {
  position: relative;
  padding: 10px 30px;
  font-size: 2rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  border-radius: 6px 6px 0 0;
  background-color: #f1fbf6;
}
body#harunire .section:nth-of-type(2) .area-border02 h4 {
  font-size: 2rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
}
body#harunire .section:nth-of-type(2) .area-border02 .inner {
  padding: 30px;
}
body#harunire .section:nth-of-type(2) .area-border02 ul.list-point {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 10px;
}
body#harunire .section:nth-of-type(2) .area-border02 ul.list-point li {
  width: 100%;
  max-width: 127px;
  margin: 0 5px 10px;
}
body#harunire .section:nth-of-type(2) .area-border02 .topics {
  margin-top: 15px;
  padding: 15px 20px;
  background: #f6f2ea;
  border-radius: 6px;
}
body#harunire .section:nth-of-type(2) .area-border02 .topics + h4 {
  margin-top: 20px;
}
body#harunire .area-btn {
  display: flex;
  justify-content: center;
}
body#harunire .btn01 {
  width: 230px;
  height: 46px;
}
body#harunire .btn01 a {
  border-radius: 23px;
}
body#harunire .btn-calendar {
  width: 230px;
  height: 46px;
}
body#harunire .btn-calendar a {
  border-radius: 23px;
}
body#harunire .btn-calendar a::before {
  content: "";
  display: block;
  width: 22px;
  height: 23px;
  margin-right: 10px;
  background: url("../img/ic_calendar.svg") center center no-repeat;
}
body#harunire ul.list-disc {
  color: #0da760;
}
body#harunire .section + .section {
  margin-top: 80px;
}
body#harunire h2.title-border + h3.title-underline {
  margin-top: 40px;
}
body#harunire h3.title-underline {
  margin-top: 60px;
}
body#harunire h3.title-underline + p.text {
  margin-top: 25px;
}
body#harunire h3.title-underline + ul.list-disc {
  margin-top: 25px;
}
body#harunire h3.title-underline + .topics.brown {
  margin-top: 30px;
}
body#harunire h3.title-underline + .column {
  margin-top: 30px;
}
body#harunire p.text + h3.title-underline {
  margin-top: 40px;
}
body#harunire p.text + .column {
  margin-top: 40px;
}
body#harunire p.text + .area-border01 {
  margin-top: 40px;
}
body#harunire p.text + .area-btn {
  margin-top: 25px;
}
body#harunire ul.list-disc + p.text {
  margin-top: 25px;
}
body#harunire .area-btn + .area-border02 {
  margin-top: 40px;
}
body#harunire .area-border01 + p.text-asterisk {
  margin-top: 10px;
}

/* デイケアかしの木 ====================*/
body#kashinoki {
  /* margin */
}
body#kashinoki .area-procedure dl {
  display: flex;
}
body#kashinoki .area-procedure dl:nth-of-type(1) dt {
  padding-top: 20px;
  background-color: #f1fbf6;
  background-image: url("../img/bg_procedure01.png");
}
body#kashinoki .area-procedure dl:nth-of-type(2) dt {
  background-color: #dff3e9;
  background-image: url("../img/bg_procedure02.png");
}
body#kashinoki .area-procedure dl:nth-of-type(3) dt {
  background-color: #c8ead9;
  background-image: url("../img/bg_procedure03.png");
}
body#kashinoki .area-procedure dl:nth-of-type(4) dt {
  background-color: #b0e0c8;
}
body#kashinoki .area-procedure dl:nth-of-type(4) dd {
  padding-bottom: 30px;
}
body#kashinoki .area-procedure dl dt {
  width: 50px;
  padding-top: 15px;
  text-align: center;
  font-size: 2.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
  background: #fff;
  background-position: center bottom;
  background-repeat: no-repeat;
}
body#kashinoki .area-procedure dl dd {
  box-sizing: border-box;
  width: calc(100% - 50px);
  padding: 15px 0 40px 20px;
}
body#kashinoki .area-procedure h3 {
  font-size: 2.2rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1;
}
body#kashinoki .area-procedure h3 + p.text {
  margin-top: 5px;
}
body#kashinoki .area-border {
  padding: 15px 20px;
  border: 1px solid #ddf1e7;
  border-radius: 6px;
}
body#kashinoki h3.title {
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
}
body#kashinoki .column .cell {
  width: calc((100% - 30px) / 2);
}
body#kashinoki .column .cell figure.img img {
  border-radius: 10px;
}
body#kashinoki .column .cell + .cell {
  margin-left: 30px;
}
body#kashinoki .area-btn {
  display: flex;
  justify-content: center;
}
body#kashinoki .btn-calendar {
  width: 230px;
  height: 46px;
}
body#kashinoki .btn-calendar a {
  border-radius: 23px;
}
body#kashinoki .btn-calendar a::before {
  content: "";
  display: block;
  width: 22px;
  height: 23px;
  margin-right: 10px;
  background: url("../img/ic_calendar.svg") center center no-repeat;
}
body#kashinoki .section + .section {
  margin-top: 80px;
}
body#kashinoki h2.title + .area-border {
  margin-top: 40px;
}
body#kashinoki h3.title-underline {
  margin-top: 50px;
}
body#kashinoki h3.title-underline + h3.title {
  margin-top: 30px;
}
body#kashinoki h3.title-underline + p.text {
  margin-top: 25px;
}
body#kashinoki h3.title-underline + .column {
  margin-top: 30px;
}
body#kashinoki p.text + h3.title {
  margin-top: 25px;
}
body#kashinoki p.text + p.text-asterisk {
  margin-top: 10px;
}
body#kashinoki p.text + .area-procedure {
  margin-top: 40px;
}
body#kashinoki p.text + .area-btn {
  margin-top: 25px;
}

/* 訪問看護 ====================*/
body#visitcare {
  /* margin */
}
body#visitcare h2.title {
  line-height: 1.8;
}
body#visitcare .area-tel {
  margin-top: 60px;
  padding: 40px 30px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#visitcare .area-tel h3.title {
  text-align: center;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.2;
}
body#visitcare .area-tel p.tel {
  margin-top: 23px;
  text-align: center;
  font-size: 4.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1;
}
body#visitcare .area-tel p.text {
  margin-top: 15px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1;
}
body#visitcare .area-tel p.time {
  display: table;
  margin: 20px auto;
}
body#visitcare .area-tel p.time span {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 2px 70px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.2;
  background: #fff800;
  border-radius: 30px;
}
body#visitcare .topics {
  padding: 20px;
  border-radius: 4px;
}
body#visitcare .topics.green {
  margin: 45px 0 50px;
  padding: 20px 40px;
  background: #f1fbf6;
}
body#visitcare .topics.green h4.title {
  text-align: center;
  color: #795f27;
}
body#visitcare .topics.green h4.title span.label {
  background: #0da760;
}
body#visitcare .topics.green ul.list-arrow {
  display: flex;
  width: 100%;
  max-width: 674px;
  margin: 20px auto 0;
}
body#visitcare .topics.green ul.list-arrow li {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc((100% - 92px) / 3);
  height: 90px;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.5;
  color: #fff;
  background: #0da760;
  border-radius: 10px;
}
body#visitcare .topics.green ul.list-arrow li + li {
  margin-left: 46px;
}
body#visitcare .topics.green ul.list-arrow li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: -30px;
  width: 19px;
  height: 20px;
  background-image: url("../img/ic_arrow.png");
}
body#visitcare .topics.brown {
  margin-top: 35px;
  padding: 40px;
  background: #f6f2ea;
}
body#visitcare .topics.brown h4.title {
  color: #795f27;
}
body#visitcare .topics.brown h4.title span.label {
  background: #795f27;
}
body#visitcare .topics.brown table.visitcare {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  font-size: 1.6rem;
}
body#visitcare .topics.brown table.visitcare tr {
  border-bottom: 1px solid #795f27;
}
body#visitcare .topics.brown table.visitcare tr:nth-of-type(1) th,
body#visitcare .topics.brown table.visitcare tr:nth-of-type(1) td {
  padding: 0 0 10px;
  border-right: none;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
body#visitcare .topics.brown table.visitcare tr:nth-of-type(1) td {
  text-align: right;
}
body#visitcare .topics.brown table.visitcare th {
  box-sizing: border-box;
  width: 60%;
  padding: 10px 0 10px;
  text-align: left;
  line-height: 1;
  border-right: 1px solid #795f27;
}
body#visitcare .topics.brown table.visitcare td {
  box-sizing: border-box;
  width: 20%;
  padding: 10px 0 10px;
  text-align: center;
  line-height: 1;
}
body#visitcare .topics.brown table.visitcare td:nth-of-type(2) {
  border-left: 1px solid #795f27;
}
body#visitcare .topics.brown table.visitcare td span {
  font-size: 2.4rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.5;
}
body#visitcare .topics.brown ul.list-asterisk {
  box-sizing: border-box;
  width: 100%;
  max-width: 600px;
  margin: 15px auto 0;
}
body#visitcare p.text span {
  font-size: 2.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
}
body#visitcare .area-border {
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #e2f1e9;
  border-radius: 10px;
}
body#visitcare h4.title-number + ul.list-disc-small {
  margin-top: 15px;
}
body#visitcare h3.title-underline + p.text {
  margin-top: 15px;
}
body#visitcare p.text + h3.title-underline {
  margin-top: 40px;
}
body#visitcare p.text-asterisk + h3.title-underline {
  margin-top: 40px;
}
body#visitcare ul.list-disc-small + h4.title-number {
  margin-top: 40px;
}
body#visitcare .section + .section {
  margin-top: 80px;
}

/* しのだの森動物園 ====================*/
body#zoo {
  /* margin */
}
body#zoo figure.img img {
  border-radius: 10px;
}
body#zoo .column {
  flex-flow: wrap;
}
body#zoo .column .cell {
  width: calc((100% - 30px) / 2);
}
body#zoo .column .cell:nth-child(even) {
  margin-left: 30px;
}
body#zoo .column .cell:nth-child(n+3) {
  margin-top: 30px;
}
body#zoo .column .cell figure.img figcaption {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
body#zoo p.text + figure.img {
  margin-top: 40px;
}
body#zoo figure.img + .column {
  margin-top: 40px;
}

/*----------------------------------------------------
	病気について
----------------------------------------------------*/
body#symptom,
body#oldage,
body#panic,
body#hattatsu,
body#tohgo,
body#sleep {
  /* margin */
}
body#symptom .area-tab,
body#oldage .area-tab,
body#panic .area-tab,
body#hattatsu .area-tab,
body#tohgo .area-tab,
body#sleep .area-tab {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1114px;
  margin: 0 auto;
  padding: 0 50px 0 290px;
}
body#symptom .area-tab ul,
body#oldage .area-tab ul,
body#panic .area-tab ul,
body#hattatsu .area-tab ul,
body#tohgo .area-tab ul,
body#sleep .area-tab ul {
  display: flex;
}
body#symptom .area-tab ul li,
body#oldage .area-tab ul li,
body#panic .area-tab ul li,
body#hattatsu .area-tab ul li,
body#tohgo .area-tab ul li,
body#sleep .area-tab ul li {
  width: calc((100% - 8px) / 5);
  height: 50px;
}
body#symptom .area-tab ul li a,
body#oldage .area-tab ul li a,
body#panic .area-tab ul li a,
body#hattatsu .area-tab ul li a,
body#tohgo .area-tab ul li a,
body#sleep .area-tab ul li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 2px;
  text-align: center;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1.3;
  background: #dff3e9;
  transition: all 0.2s;
}
body#symptom .area-tab ul li a:hover,
body#oldage .area-tab ul li a:hover,
body#panic .area-tab ul li a:hover,
body#hattatsu .area-tab ul li a:hover,
body#tohgo .area-tab ul li a:hover,
body#sleep .area-tab ul li a:hover {
  color: #fff;
  background: #0da760;
}
body#symptom .area-tab ul li a.current,
body#oldage .area-tab ul li a.current,
body#panic .area-tab ul li a.current,
body#hattatsu .area-tab ul li a.current,
body#tohgo .area-tab ul li a.current,
body#sleep .area-tab ul li a.current {
  position: relative;
  color: #fff;
  background: #0da760;
}
body#symptom .area-tab ul li a.current::after,
body#oldage .area-tab ul li a.current::after,
body#panic .area-tab ul li a.current::after,
body#hattatsu .area-tab ul li a.current::after,
body#tohgo .area-tab ul li a.current::after,
body#sleep .area-tab ul li a.current::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff800;
}
body#symptom .area-tab ul li + li,
body#oldage .area-tab ul li + li,
body#panic .area-tab ul li + li,
body#hattatsu .area-tab ul li + li,
body#tohgo .area-tab ul li + li,
body#sleep .area-tab ul li + li {
  margin-left: 2px;
}
body#symptom .area-tab ul.up,
body#oldage .area-tab ul.up,
body#panic .area-tab ul.up,
body#hattatsu .area-tab ul.up,
body#tohgo .area-tab ul.up,
body#sleep .area-tab ul.up {
  border-bottom: 4px solid #b0e0c8;
}
body#symptom .area-tab ul.up li a,
body#oldage .area-tab ul.up li a,
body#panic .area-tab ul.up li a,
body#hattatsu .area-tab ul.up li a,
body#tohgo .area-tab ul.up li a,
body#sleep .area-tab ul.up li a {
  border-radius: 10px 10px 0 0;
}
body#symptom .area-tab ul.up li a.current::after,
body#oldage .area-tab ul.up li a.current::after,
body#panic .area-tab ul.up li a.current::after,
body#hattatsu .area-tab ul.up li a.current::after,
body#tohgo .area-tab ul.up li a.current::after,
body#sleep .area-tab ul.up li a.current::after {
  bottom: -4px;
}
body#symptom .area-tab ul.down,
body#oldage .area-tab ul.down,
body#panic .area-tab ul.down,
body#hattatsu .area-tab ul.down,
body#tohgo .area-tab ul.down,
body#sleep .area-tab ul.down {
  border-top: 4px solid #b0e0c8;
}
body#symptom .area-tab ul.down li a,
body#oldage .area-tab ul.down li a,
body#panic .area-tab ul.down li a,
body#hattatsu .area-tab ul.down li a,
body#tohgo .area-tab ul.down li a,
body#sleep .area-tab ul.down li a {
  border-radius: 0 0 10px 10px;
}
body#symptom .area-tab ul.down li a.current::after,
body#oldage .area-tab ul.down li a.current::after,
body#panic .area-tab ul.down li a.current::after,
body#hattatsu .area-tab ul.down li a.current::after,
body#tohgo .area-tab ul.down li a.current::after,
body#sleep .area-tab ul.down li a.current::after {
  top: -4px;
}
body#symptom .area-measures,
body#oldage .area-measures,
body#panic .area-measures,
body#hattatsu .area-measures,
body#tohgo .area-measures,
body#sleep .area-measures {
  display: flex;
  margin: 40px 0;
  padding: 30px 0;
  border-top: 1px solid #e2f1e9;
  border-bottom: 1px solid #e2f1e9;
}
body#symptom .area-measures dl,
body#oldage .area-measures dl,
body#panic .area-measures dl,
body#hattatsu .area-measures dl,
body#tohgo .area-measures dl,
body#sleep .area-measures dl {
  box-sizing: border-box;
  display: flex;
  width: calc(50% - 30px);
}
body#symptom .area-measures dl dt,
body#oldage .area-measures dl dt,
body#panic .area-measures dl dt,
body#hattatsu .area-measures dl dt,
body#tohgo .area-measures dl dt,
body#sleep .area-measures dl dt {
  font-size: 2.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  color: #0da760;
}
body#symptom .area-measures dl dd,
body#oldage .area-measures dl dd,
body#panic .area-measures dl dd,
body#hattatsu .area-measures dl dd,
body#tohgo .area-measures dl dd,
body#sleep .area-measures dl dd {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #0da760;
}
body#symptom .area-measures dl dd h3,
body#oldage .area-measures dl dd h3,
body#panic .area-measures dl dd h3,
body#hattatsu .area-measures dl dd h3,
body#tohgo .area-measures dl dd h3,
body#sleep .area-measures dl dd h3 {
  font-size: 2rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  color: #0da760;
  line-height: 1;
}
body#symptom .area-measures dl dd h3 + p,
body#oldage .area-measures dl dd h3 + p,
body#panic .area-measures dl dd h3 + p,
body#hattatsu .area-measures dl dd h3 + p,
body#tohgo .area-measures dl dd h3 + p,
body#sleep .area-measures dl dd h3 + p {
  margin-top: 10px;
}
body#symptom .area-measures dl dt + dd,
body#oldage .area-measures dl dt + dd,
body#panic .area-measures dl dt + dd,
body#hattatsu .area-measures dl dt + dd,
body#tohgo .area-measures dl dt + dd,
body#sleep .area-measures dl dt + dd {
  margin-top: 10px;
}
body#symptom .area-measures dl + dl,
body#oldage .area-measures dl + dl,
body#panic .area-measures dl + dl,
body#hattatsu .area-measures dl + dl,
body#tohgo .area-measures dl + dl,
body#sleep .area-measures dl + dl {
  margin-left: 30px;
}
body#symptom h3.btn-ac,
body#oldage h3.btn-ac,
body#panic h3.btn-ac,
body#hattatsu h3.btn-ac,
body#tohgo h3.btn-ac,
body#sleep h3.btn-ac {
  font-size: 2rem;
}
body#symptom dl.stage,
body#oldage dl.stage,
body#panic dl.stage,
body#hattatsu dl.stage,
body#tohgo dl.stage,
body#sleep dl.stage {
  display: flex;
  align-items: flex-start;
  margin-top: 30px;
}
body#symptom dl.stage dt,
body#oldage dl.stage dt,
body#panic dl.stage dt,
body#hattatsu dl.stage dt,
body#tohgo dl.stage dt,
body#sleep dl.stage dt {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 116px;
  padding: 10px;
  text-align: center;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1;
  border: 1px solid #ddf1e7;
  border-radius: 4px;
}
body#symptom dl.stage dt span,
body#oldage dl.stage dt span,
body#panic dl.stage dt span,
body#hattatsu dl.stage dt span,
body#tohgo dl.stage dt span,
body#sleep dl.stage dt span {
  margin-left: 10px;
  font-size: 2.2rem;
}
body#symptom dl.stage dd,
body#oldage dl.stage dd,
body#panic dl.stage dd,
body#hattatsu dl.stage dd,
body#tohgo dl.stage dd,
body#sleep dl.stage dd {
  width: calc(100% - 136px);
  margin-top: -0.5em;
  font-size: 1.6rem;
  line-height: 2;
}
body#symptom dl.stage dt + dd,
body#oldage dl.stage dt + dd,
body#panic dl.stage dt + dd,
body#hattatsu dl.stage dt + dd,
body#tohgo dl.stage dt + dd,
body#sleep dl.stage dt + dd {
  margin-left: 20px;
}
body#symptom dl.stage02 dt,
body#oldage dl.stage02 dt,
body#panic dl.stage02 dt,
body#hattatsu dl.stage02 dt,
body#tohgo dl.stage02 dt,
body#sleep dl.stage02 dt {
  background: #f1fbf6;
}
body#symptom dl.stage03 dt,
body#oldage dl.stage03 dt,
body#panic dl.stage03 dt,
body#hattatsu dl.stage03 dt,
body#tohgo dl.stage03 dt,
body#sleep dl.stage03 dt {
  background: #dff3e9;
}
body#symptom dl.stage04 dt,
body#oldage dl.stage04 dt,
body#panic dl.stage04 dt,
body#hattatsu dl.stage04 dt,
body#tohgo dl.stage04 dt,
body#sleep dl.stage04 dt {
  background: #c8ead9;
}
body#symptom dl.stage05 dt,
body#oldage dl.stage05 dt,
body#panic dl.stage05 dt,
body#hattatsu dl.stage05 dt,
body#tohgo dl.stage05 dt,
body#sleep dl.stage05 dt {
  background: #b0e0c8;
}
body#symptom figure.img,
body#oldage figure.img,
body#panic figure.img,
body#hattatsu figure.img,
body#tohgo figure.img,
body#sleep figure.img {
  margin-top: 35px;
  text-align: center;
}
body#symptom figure.img img,
body#oldage figure.img img,
body#panic figure.img img,
body#hattatsu figure.img img,
body#tohgo figure.img img,
body#sleep figure.img img {
  width: auto;
}
body#symptom ul.list-anchor,
body#oldage ul.list-anchor,
body#panic ul.list-anchor,
body#hattatsu ul.list-anchor,
body#tohgo ul.list-anchor,
body#sleep ul.list-anchor {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  margin-top: 80px;
  border-right: 1px solid #ddf1e7;
  border-left: 1px solid #ddf1e7;
}
body#symptom ul.list-anchor li,
body#oldage ul.list-anchor li,
body#panic ul.list-anchor li,
body#hattatsu ul.list-anchor li,
body#tohgo ul.list-anchor li,
body#sleep ul.list-anchor li {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
body#symptom ul.list-anchor li::after,
body#oldage ul.list-anchor li::after,
body#panic ul.list-anchor li::after,
body#hattatsu ul.list-anchor li::after,
body#tohgo ul.list-anchor li::after,
body#sleep ul.list-anchor li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11px;
  width: 100%;
  height: 3px;
  background: #c80421;
  opacity: 0;
}
body#symptom ul.list-anchor li a,
body#oldage ul.list-anchor li a,
body#panic ul.list-anchor li a,
body#hattatsu ul.list-anchor li a,
body#tohgo ul.list-anchor li a,
body#sleep ul.list-anchor li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 96px;
  padding-bottom: 30px;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  color: #0da760;
  line-height: 1.4;
}
body#symptom ul.list-anchor li a span,
body#oldage ul.list-anchor li a span,
body#panic ul.list-anchor li a span,
body#hattatsu ul.list-anchor li a span,
body#tohgo ul.list-anchor li a span,
body#sleep ul.list-anchor li a span {
  line-height: 1.2;
}
body#symptom ul.list-anchor li a span > span,
body#oldage ul.list-anchor li a span > span,
body#panic ul.list-anchor li a span > span,
body#hattatsu ul.list-anchor li a span > span,
body#tohgo ul.list-anchor li a span > span,
body#sleep ul.list-anchor li a span > span {
  font-size: 1.4rem;
}
body#symptom ul.list-anchor li a::before,
body#oldage ul.list-anchor li a::before,
body#panic ul.list-anchor li a::before,
body#hattatsu ul.list-anchor li a::before,
body#tohgo ul.list-anchor li a::before,
body#sleep ul.list-anchor li a::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 8px);
  bottom: 16px;
  width: 16px;
  height: 2px;
  border-top: solid 2px #0da760;
  transform: rotate(90deg);
}
body#symptom ul.list-anchor li a::after,
body#oldage ul.list-anchor li a::after,
body#panic ul.list-anchor li a::after,
body#hattatsu ul.list-anchor li a::after,
body#tohgo ul.list-anchor li a::after,
body#sleep ul.list-anchor li a::after {
  content: "";
  display: block;
  position: absolute;
  right: calc(50% - 6px);
  bottom: 9px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #0da760;
  border-right: solid 2px #0da760;
  transform: rotate(135deg);
}
body#symptom ul.list-anchor li a:hover,
body#oldage ul.list-anchor li a:hover,
body#panic ul.list-anchor li a:hover,
body#hattatsu ul.list-anchor li a:hover,
body#tohgo ul.list-anchor li a:hover,
body#sleep ul.list-anchor li a:hover {
  text-decoration: underline;
}
body#symptom ul.list-anchor li + li,
body#oldage ul.list-anchor li + li,
body#panic ul.list-anchor li + li,
body#hattatsu ul.list-anchor li + li,
body#tohgo ul.list-anchor li + li,
body#sleep ul.list-anchor li + li {
  margin-top: 0;
  border-left: 1px solid #ddf1e7;
}
body#symptom ul.list-anchor li.current::after,
body#oldage ul.list-anchor li.current::after,
body#panic ul.list-anchor li.current::after,
body#hattatsu ul.list-anchor li.current::after,
body#tohgo ul.list-anchor li.current::after,
body#sleep ul.list-anchor li.current::after {
  opacity: 1;
}
body#symptom .topics,
body#oldage .topics,
body#panic .topics,
body#hattatsu .topics,
body#tohgo .topics,
body#sleep .topics {
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
  border-radius: 4px;
}
body#symptom .topics.brown,
body#oldage .topics.brown,
body#panic .topics.brown,
body#hattatsu .topics.brown,
body#tohgo .topics.brown,
body#sleep .topics.brown {
  margin-top: 30px;
  background: #f6f2ea;
}
body#symptom .topics.brown:first-child,
body#oldage .topics.brown:first-child,
body#panic .topics.brown:first-child,
body#hattatsu .topics.brown:first-child,
body#tohgo .topics.brown:first-child,
body#sleep .topics.brown:first-child {
  margin-top: 0;
}
body#symptom .topics.brown h4.title-label,
body#oldage .topics.brown h4.title-label,
body#panic .topics.brown h4.title-label,
body#hattatsu .topics.brown h4.title-label,
body#tohgo .topics.brown h4.title-label,
body#sleep .topics.brown h4.title-label {
  color: #795f27;
}
body#symptom .topics.brown h4.title-label span.label,
body#oldage .topics.brown h4.title-label span.label,
body#panic .topics.brown h4.title-label span.label,
body#hattatsu .topics.brown h4.title-label span.label,
body#tohgo .topics.brown h4.title-label span.label,
body#sleep .topics.brown h4.title-label span.label {
  background: #795f27;
}
body#symptom .topics.brown ul.list-arrow,
body#oldage .topics.brown ul.list-arrow,
body#panic .topics.brown ul.list-arrow,
body#hattatsu .topics.brown ul.list-arrow,
body#tohgo .topics.brown ul.list-arrow,
body#sleep .topics.brown ul.list-arrow {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
body#symptom .topics.brown ul.list-arrow li,
body#oldage .topics.brown ul.list-arrow li,
body#panic .topics.brown ul.list-arrow li,
body#hattatsu .topics.brown ul.list-arrow li,
body#tohgo .topics.brown ul.list-arrow li,
body#sleep .topics.brown ul.list-arrow li {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: auto;
  min-height: 40px;
  padding: 5px 20px;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
  background: #fff;
  border-radius: 20px;
}
body#symptom .topics.brown ul.list-arrow li + li,
body#oldage .topics.brown ul.list-arrow li + li,
body#panic .topics.brown ul.list-arrow li + li,
body#hattatsu .topics.brown ul.list-arrow li + li,
body#tohgo .topics.brown ul.list-arrow li + li,
body#sleep .topics.brown ul.list-arrow li + li {
  margin-left: 46px;
}
body#symptom .topics.brown ul.list-arrow li + li::before,
body#oldage .topics.brown ul.list-arrow li + li::before,
body#panic .topics.brown ul.list-arrow li + li::before,
body#hattatsu .topics.brown ul.list-arrow li + li::before,
body#tohgo .topics.brown ul.list-arrow li + li::before,
body#sleep .topics.brown ul.list-arrow li + li::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 10px);
  left: -30px;
  width: 19px;
  height: 20px;
  background-image: url("../img/ic_arrow.png");
}
body#symptom .topics.green,
body#oldage .topics.green,
body#panic .topics.green,
body#hattatsu .topics.green,
body#tohgo .topics.green,
body#sleep .topics.green {
  background: #f1fbf6;
}
body#symptom .topics.green h4.title-label,
body#oldage .topics.green h4.title-label,
body#panic .topics.green h4.title-label,
body#hattatsu .topics.green h4.title-label,
body#tohgo .topics.green h4.title-label,
body#sleep .topics.green h4.title-label {
  color: #0da760;
}
body#symptom .topics.green h4.title-label span.label,
body#oldage .topics.green h4.title-label span.label,
body#panic .topics.green h4.title-label span.label,
body#hattatsu .topics.green h4.title-label span.label,
body#tohgo .topics.green h4.title-label span.label,
body#sleep .topics.green h4.title-label span.label {
  background: #0da760;
}
body#symptom .column,
body#oldage .column,
body#panic .column,
body#hattatsu .column,
body#tohgo .column,
body#sleep .column {
  margin-top: 30px;
}
body#symptom .column .cell,
body#oldage .column .cell,
body#panic .column .cell,
body#hattatsu .column .cell,
body#tohgo .column .cell,
body#sleep .column .cell {
  width: calc((100% - 20px) / 2);
}
body#symptom .column .cell + .cell,
body#oldage .column .cell + .cell,
body#panic .column .cell + .cell,
body#hattatsu .column .cell + .cell,
body#tohgo .column .cell + .cell,
body#sleep .column .cell + .cell {
  margin-left: 20px;
}
body#symptom .bnr,
body#oldage .bnr,
body#panic .bnr,
body#hattatsu .bnr,
body#tohgo .bnr,
body#sleep .bnr {
  max-width: 670px;
  margin: 30px auto 0;
  transition: all 0.3s;
}
body#symptom .bnr:first-child,
body#oldage .bnr:first-child,
body#panic .bnr:first-child,
body#hattatsu .bnr:first-child,
body#tohgo .bnr:first-child,
body#sleep .bnr:first-child {
  margin-top: 0;
}
body#symptom .bnr:hover,
body#oldage .bnr:hover,
body#panic .bnr:hover,
body#hattatsu .bnr:hover,
body#tohgo .bnr:hover,
body#sleep .bnr:hover {
  opacity: 0.8;
}
body#symptom .area-author,
body#oldage .area-author,
body#panic .area-author,
body#hattatsu .area-author,
body#tohgo .area-author,
body#sleep .area-author {
  box-sizing: border-box;
  margin-top: 40px;
  padding: 40px;
  border: thick double #0da760;
}
body#symptom .area-author h4.title,
body#oldage .area-author h4.title,
body#panic .area-author h4.title,
body#hattatsu .area-author h4.title,
body#tohgo .area-author h4.title,
body#sleep .area-author h4.title {
  margin-top: 1em;
}
body#symptom .area-author .column,
body#oldage .area-author .column,
body#panic .area-author .column,
body#hattatsu .area-author .column,
body#tohgo .area-author .column,
body#sleep .area-author .column {
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
body#symptom .area-author .column .cell,
body#oldage .area-author .column .cell,
body#panic .area-author .column .cell,
body#hattatsu .area-author .column .cell,
body#tohgo .area-author .column .cell,
body#sleep .area-author .column .cell {
  width: auto;
  box-sizing: border-box;
}
body#symptom .area-author .column .cell.img,
body#oldage .area-author .column .cell.img,
body#panic .area-author .column .cell.img,
body#hattatsu .area-author .column .cell.img,
body#tohgo .area-author .column .cell.img,
body#sleep .area-author .column .cell.img {
  display: flex;
  align-items: center;
  margin-left: 0;
}
body#symptom .area-author .column .cell.img p.organization,
body#oldage .area-author .column .cell.img p.organization,
body#panic .area-author .column .cell.img p.organization,
body#hattatsu .area-author .column .cell.img p.organization,
body#tohgo .area-author .column .cell.img p.organization,
body#sleep .area-author .column .cell.img p.organization {
  font-size: 1.2rem;
}
body#symptom .area-author .column .cell.img p.name,
body#oldage .area-author .column .cell.img p.name,
body#panic .area-author .column .cell.img p.name,
body#hattatsu .area-author .column .cell.img p.name,
body#tohgo .area-author .column .cell.img p.name,
body#sleep .area-author .column .cell.img p.name {
  font-size: 1.8rem;
}
body#symptom .area-author .column .cell.img p.name span,
body#oldage .area-author .column .cell.img p.name span,
body#panic .area-author .column .cell.img p.name span,
body#hattatsu .area-author .column .cell.img p.name span,
body#tohgo .area-author .column .cell.img p.name span,
body#sleep .area-author .column .cell.img p.name span {
  display: inline-block;
  margin-right: 10px;
  font-size: 1.2rem;
}
body#symptom .area-author .column .cell.img figure.img,
body#oldage .area-author .column .cell.img figure.img,
body#panic .area-author .column .cell.img figure.img,
body#hattatsu .area-author .column .cell.img figure.img,
body#tohgo .area-author .column .cell.img figure.img,
body#sleep .area-author .column .cell.img figure.img {
  overflow: hidden;
  margin-left: 30px;
  border-radius: 10px;
}
body#symptom .area-tab + .section,
body#oldage .area-tab + .section,
body#panic .area-tab + .section,
body#hattatsu .area-tab + .section,
body#tohgo .area-tab + .section,
body#sleep .area-tab + .section {
  margin-top: 30px;
}
body#symptom .section + .section,
body#oldage .section + .section,
body#panic .section + .section,
body#hattatsu .section + .section,
body#tohgo .section + .section,
body#sleep .section + .section {
  margin-top: 40px;
  padding-top: 40px;
}
body#symptom .section + .area-tab,
body#oldage .section + .area-tab,
body#panic .section + .area-tab,
body#hattatsu .section + .area-tab,
body#tohgo .section + .area-tab,
body#sleep .section + .area-tab {
  margin-top: 70px;
}
body#symptom .bnr + p.text,
body#oldage .bnr + p.text,
body#panic .bnr + p.text,
body#hattatsu .bnr + p.text,
body#tohgo .bnr + p.text,
body#sleep .bnr + p.text {
  margin-top: 30px;
}
body#symptom * + h3.title-underline,
body#oldage * + h3.title-underline,
body#panic * + h3.title-underline,
body#hattatsu * + h3.title-underline,
body#tohgo * + h3.title-underline,
body#sleep * + h3.title-underline {
  margin-top: 40px;
}
body#symptom * + h4.title,
body#oldage * + h4.title,
body#panic * + h4.title,
body#hattatsu * + h4.title,
body#tohgo * + h4.title,
body#sleep * + h4.title {
  margin-top: 30px;
}
body#symptom * + h4.title-number,
body#oldage * + h4.title-number,
body#panic * + h4.title-number,
body#hattatsu * + h4.title-number,
body#tohgo * + h4.title-number,
body#sleep * + h4.title-number {
  margin-top: 30px;
}
body#symptom * + h5.title,
body#oldage * + h5.title,
body#panic * + h5.title,
body#hattatsu * + h5.title,
body#tohgo * + h5.title,
body#sleep * + h5.title {
  margin-top: 20px;
}
body#symptom h3.title-underline + p.text,
body#oldage h3.title-underline + p.text,
body#panic h3.title-underline + p.text,
body#hattatsu h3.title-underline + p.text,
body#tohgo h3.title-underline + p.text,
body#sleep h3.title-underline + p.text {
  margin-top: 25px;
}
body#symptom h4.title-number + p.text,
body#oldage h4.title-number + p.text,
body#panic h4.title-number + p.text,
body#hattatsu h4.title-number + p.text,
body#tohgo h4.title-number + p.text,
body#sleep h4.title-number + p.text {
  margin-top: 15px;
}
body#symptom figure.img + p.text,
body#oldage figure.img + p.text,
body#panic figure.img + p.text,
body#hattatsu figure.img + p.text,
body#tohgo figure.img + p.text,
body#sleep figure.img + p.text {
  margin-top: 30px;
}

@media (min-width: 768px) and (max-width: 999px) {
  body#symptom .area-tab ul li a br,
  body#oldage .area-tab ul li a br,
  body#panic .area-tab ul li a br,
  body#hattatsu .area-tab ul li a br,
  body#tohgo .area-tab ul li a br,
  body#sleep .area-tab ul li a br {
    display: block !important;
  }
}
/* 大人の発達障害 ====================*/
body#hattatsu {
  /* margin */
}
body#hattatsu .area-bnr {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1114px;
  margin: 80px auto 0;
  padding: 0 50px 0 290px;
}
body#hattatsu p.text + p.text-asterisk {
  margin-top: 1.5em;
}
body#hattatsu p.text-asterisk + p.text {
  margin-top: 1.25em;
}
body#hattatsu p.text + .bnr {
  margin-top: 40px;
}
body#hattatsu .bnr + h4.title-number {
  margin-top: 40px;
}

/* 睡眠障害のみ ====================*/
body#sleep {
  /* margin */
}
body#sleep table.sleep {
  width: calc((100% - 30px) / 2);
}
body#sleep table.sleep tr {
  border-bottom: 1px solid #795f27;
}
body#sleep table.sleep th {
  padding: 13px 0;
  text-align: left;
  line-height: 1;
}
body#sleep table.sleep td {
  padding: 13px 0;
  text-align: right;
  line-height: 1;
}
body#sleep table.sleep + table.sleep {
  margin-left: 30px;
}
body#sleep .topics {
  padding: 30px;
  background: #f6f2ea;
  border-radius: 4px;
}
body#sleep .topics .inner {
  display: flex;
  margin-top: 10px;
}
body#sleep .topics + h4.title-number {
  margin-top: 30px;
}

/*----------------------------------------------------
	求人情報
----------------------------------------------------*/
/* 求人情報 ====================*/
body#recruit .area-tel {
  padding: 40px 30px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#recruit .area-tel h3.title {
  text-align: center;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.2;
}
body#recruit .area-tel p.tel {
  margin-top: 23px;
  text-align: center;
  font-size: 4.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1;
}
body#recruit .area-tel p.name {
  display: table;
  margin: 20px auto 0;
}
body#recruit .area-tel p.name span {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 2px 70px;
  text-align: center;
  font-size: 1.4rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.2;
  background: #fff800;
  border-radius: 30px;
}
body#recruit h3.title {
  font-size: 2rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
body#recruit table.table th {
  width: 214px;
  text-align: left;
}
body#recruit .bnr {
  width: 338px;
  margin: 30px auto 0;
  border: 1px solid #a6a6a6;
}
body#recruit p.text-bnr {
  margin-top: 0.75em;
  text-align: center;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
body#recruit h3.title + table.table {
  margin-top: 20px;
}
body#recruit h4.title + .area-tel {
  margin-top: 60px;
}
body#recruit .block-recruit + .block-recruit {
  margin-top: 40px;
}
body#recruit .block-recruit + .area-tel {
  margin-top: 60px;
}
body#recruit .section + .section {
  margin-top: 80px;
}

/* 求人情報詳細 ====================*/
body#recruit-details .area-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
body#recruit-details .btn01 {
  width: 200px;
  height: 46px;
}
body#recruit-details .btn01 a {
  border-radius: 23px;
}

/* 看護部紹介 ====================*/
body#nurse {
  /* margin */
  /* 旧レイアウト */
}
body#nurse .column {
  margin-top: 30px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#nurse .column .cell {
  box-sizing: border-box;
}
body#nurse .column .cell:last-child {
  order: 1;
  width: 55%;
  padding: 40px 60px 40px 40px;
}
body#nurse .column .cell:last-child p.text {
  font-size: 1.8rem;
}
body#nurse .column .cell:last-child p.text strong {
  display: inline;
}
body#nurse .column .cell:first-child {
  order: 2;
  width: 45%;
  min-height: 257px;
  border-radius: 0 10px 10px 0;
  background: url("../../img/nurse/img01.jpg") center center no-repeat;
  background-size: cover;
}
body#nurse .column .cell:first-child img {
  display: none;
}
body#nurse .area-tel {
  margin-top: 40px;
  padding: 40px 30px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#nurse .area-tel h3.title {
  text-align: center;
  font-size: 1.7rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.2;
  color: #795f27;
}
body#nurse .area-tel p.tel {
  margin-top: 15px;
  text-align: center;
  font-size: 4.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1;
}
body#nurse .area-tel p.time {
  display: table;
  margin: 20px auto 0;
}
body#nurse .area-tel p.time span {
  display: flex;
  align-items: center;
  min-height: 30px;
  padding: 2px 50px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.2;
  background: #fff800;
  border-radius: 30px;
}
body#nurse .section01 figure.img {
  margin-top: 40px;
}
body#nurse .section01 ul.list-anchor {
  box-sizing: border-box;
  display: flex;
  width: 100%;
  margin-top: 80px;
  border-right: 1px solid #ddf1e7;
  border-left: 1px solid #ddf1e7;
}
body#nurse .section01 ul.list-anchor li {
  box-sizing: border-box;
  position: relative;
  width: 100%;
}
body#nurse .section01 ul.list-anchor li::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -11px;
  width: 100%;
  height: 3px;
  background: #c80421;
  opacity: 0;
}
body#nurse .section01 ul.list-anchor li a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 96px;
  padding-bottom: 30px;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  color: #0da760;
  line-height: 1.4;
}
body#nurse .section01 ul.list-anchor li a span {
  line-height: 1.2;
}
body#nurse .section01 ul.list-anchor li a span > span {
  font-size: 1.4rem;
}
body#nurse .section01 ul.list-anchor li a::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 8px);
  bottom: 16px;
  width: 16px;
  height: 2px;
  border-top: solid 2px #0da760;
  transform: rotate(90deg);
}
body#nurse .section01 ul.list-anchor li a::after {
  content: "";
  display: block;
  position: absolute;
  right: calc(50% - 6px);
  bottom: 9px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #0da760;
  border-right: solid 2px #0da760;
  transform: rotate(135deg);
}
body#nurse .section01 ul.list-anchor li a:hover {
  text-decoration: underline;
}
body#nurse .section01 ul.list-anchor li + li {
  margin-top: 0;
  border-left: 1px solid #ddf1e7;
}
body#nurse .section01 ul.list-anchor li.current::after {
  opacity: 1;
}
body#nurse .section02 .column {
  margin-top: 30px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#nurse .section02 .column .cell {
  box-sizing: border-box;
}
body#nurse .section02 .column .cell:last-child {
  order: 1;
  width: 60%;
  padding: 30px 30px 30px 35px;
}
body#nurse .section02 .column .cell:last-child p.text {
  font-size: 1.6rem;
}
body#nurse .section02 .column .cell:last-child p.text strong {
  display: inline;
}
body#nurse .section02 .column .cell:first-child {
  order: 2;
  width: 45%;
  min-height: 257px;
  border-radius: 0 10px 10px 0;
  background: url("../../img/nurse/img02.jpg") center center no-repeat;
  background-size: cover;
}
body#nurse .section02 .column .cell:first-child img {
  display: none;
}
body#nurse .section02 * + P.text {
  margin-top: 30px;
}
body#nurse .section02 h4.title-number + h4.title-number {
  margin-top: 20px;
}
body#nurse .section03 ul.list-disc {
  margin-top: 30px;
}
body#nurse .section03 ul.list-disc li {
  color: #0da760;
}
body#nurse .section04 .topics {
  margin-top: 30px;
  padding: 15px 20px;
  background: #f6f2ea;
  border-radius: 6px;
}
body#nurse .section04 .topics p.name {
  margin-top: 0.5em;
  text-align: right;
  font-size: 1.4rem;
}
body#nurse .section04 .topics p.name strong {
  font-size: 1.8rem;
}
body#nurse .section05 h3 + P.text {
  margin-top: 30px;
}
body#nurse .section + .section {
  margin-top: 40px;
  padding-top: 40px;
}
body#nurse * + h3 {
  margin-top: 50px;
}
body#nurse * + h4 {
  margin-top: 30px;
}
body#nurse * + h5 {
  margin-top: 20px;
}
body#nurse * + ul.list-disc-small {
  margin-top: 0.5em;
  padding-left: 1em;
}
body#nurse h2 + h3.title-underline {
  margin-top: 0;
}
body#nurse h4.title-number + h4.title-number {
  margin-top: 20px;
}

/* 保養所紹介 ====================*/
body#sanatorium {
  /* margin */
}
body#sanatorium .column {
  flex-flow: wrap;
}
body#sanatorium .column:nth-of-type(1) .cell {
  width: calc((100% - 30px) / 2);
}
body#sanatorium .column:nth-of-type(1) .cell + .cell {
  margin-left: 30px;
}
body#sanatorium .column:nth-of-type(2) .cell {
  width: calc((100% - 42px) / 3);
}
body#sanatorium .column:nth-of-type(2) .cell img {
  border-radius: 10px;
}
body#sanatorium .column:nth-of-type(2) .cell + .cell {
  margin-left: 21px;
}
body#sanatorium ul.slick {
  display: flex;
  width: 100%;
  padding-bottom: 24px;
}
body#sanatorium ul.slick li.slick-img {
  width: 347px;
  border-radius: 10px;
}
body#sanatorium ul.slick li.slick-img img {
  border-radius: 10px;
}
body#sanatorium ul.slick ul.slick-dots {
  display: flex;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
}
body#sanatorium ul.slick ul.slick-dots li {
  overflow: hidden;
  text-indent: -9999px;
  width: 44px;
  height: 4px;
  font-size: 0;
  line-height: 0;
  background: #795f27;
  border-radius: 2px;
  cursor: pointer;
  transition: all 0.3s;
}
body#sanatorium ul.slick ul.slick-dots li:hover {
  background: #0da760;
}
body#sanatorium ul.slick ul.slick-dots li button {
  opacity: 0;
}
body#sanatorium ul.slick ul.slick-dots li + li {
  margin-left: 10px;
}
body#sanatorium ul.slick ul.slick-dots li.slick-active {
  background: #0da760;
}
body#sanatorium ul.slick ul.slick-dots li.slick-active:focus {
  outline: none;
}
body#sanatorium figure.img figcaption {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
body#sanatorium h3.title-underline + p.text {
  margin-top: 25px;
}
body#sanatorium h3.title-underline + h5.title {
  margin-top: 25px;
}
body#sanatorium h3.title-underline + .column {
  margin-top: 25px;
}
body#sanatorium h4.title + figure.img {
  margin-top: 10px;
}
body#sanatorium p.text + h3.title-underline {
  margin-top: 40px;
}
body#sanatorium p.text + h5.title {
  margin-top: 20px;
}
body#sanatorium p.text + .column {
  margin-top: 15px;
}
body#sanatorium ul + h3.title-underline {
  margin-top: 40px;
}
body#sanatorium .column + h3.title-underline {
  margin-top: 40px;
}

/*----------------------------------------------------
	よくある質問
----------------------------------------------------*/
body#qa {
  /* margin */
}
body#qa h3.btn-ac {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.5;
}
body#qa h3.btn-ac span.icon {
  display: block;
  width: 22px;
  margin: -0.15em 10px 0 0;
  text-align: center;
  font-size: 2.4rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
}
body#qa h3.btn-ac span + span {
  width: calc(100% - 32px);
}
body#qa dl {
  display: flex;
  color: #188f18;
}
body#qa dl a {
  color: #188f18;
}
body#qa dl dt {
  width: 22px;
  margin-right: 10px;
  text-align: center;
  font-size: 2.4rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1;
}
body#qa dl dd {
  width: calc(100% - 32px);
  margin-top: -0.15em;
}
body#qa .box-ac .inner {
  padding: 20px;
}
body#qa p.text-lead + h2.title-border {
  margin-top: 60px;
}
body#qa * + h5.title {
  margin-top: 1em;
}
body#qa * + p.text-asterisk {
  margin-top: 0.25em;
}
body#qa * + table.table-qa {
  margin-top: 1em;
}
body#qa .section + .section {
  padding-top: 80px;
}

/*----------------------------------------------------
	プライバシーポリシー
----------------------------------------------------*/
body#privacypolicy {
  /* margin */
}
body#privacypolicy p.text-note {
  margin-top: 40px;
  text-align: right;
}
body#privacypolicy h4.title + p.text {
  margin-top: 20px;
}
body#privacypolicy h4.title + h5.title {
  margin-top: 20px;
}
body#privacypolicy h4.title + ul.list-number-circle {
  margin-top: 20px;
}
body#privacypolicy h5.title + h4.title {
  margin-top: 40px;
}
body#privacypolicy h5.title + h5.title {
  margin-top: 20px;
}
body#privacypolicy h5.title + ul.list-number-circle {
  margin-top: 5px;
}
body#privacypolicy h5.title + p.text {
  margin-top: 5px;
}
body#privacypolicy p.text + h5.title {
  margin-top: 30px;
}
body#privacypolicy p.text + p.text-number {
  margin-top: 30px;
}
body#privacypolicy p.text + h4.title {
  margin-top: 40px;
}
body#privacypolicy p.text-number + p.text-number {
  margin-top: 20px;
}
body#privacypolicy ul.list-number-circle + h5.title {
  margin-top: 30px;
}
body#privacypolicy ul.list-number-circle + h4.title {
  margin-top: 40px;
}
body#privacypolicy .section + .section {
  margin-top: 80px;
}

/*----------------------------------------------------
	ソーシャルメディアポリシー
----------------------------------------------------*/
body#socialmediapolicy {
  /* margin */
}
body#socialmediapolicy p.text-note {
  margin-top: 40px;
  text-align: right;
}
body#socialmediapolicy h3.title-underline + h4.title {
  margin-top: 20px;
}
body#socialmediapolicy h4.title + ul.list-disc-small {
  margin-top: 5px;
}
body#socialmediapolicy p.text + h4.title {
  margin-top: 40px;
}
body#socialmediapolicy ul.list-disc-small + h3.title-underline {
  margin-top: 40px;
}
body#socialmediapolicy ul.list-disc-small + h4.title {
  margin-top: 30px;
}

/*----------------------------------------------------
	交通アクセス・MAP
----------------------------------------------------*/
body#access {
  /* margin */
}
body#access .column.area-map .cell {
  box-sizing: border-box;
}
body#access .column.area-map .cell:first-child {
  width: 43%;
  padding-right: 40px;
}
body#access .column.area-map .cell:first-child p.text {
  line-height: 1;
}
body#access .column.area-map .cell:last-child {
  width: 57%;
}
body#access .column.area-map .map {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 290px;
  border-radius: 10px;
}
body#access .column.area-map h2.name {
  font-size: 1.3rem;
  color: #0da760;
  line-height: 1;
}
body#access .column.area-map h2.name span {
  display: inline-block;
  margin-top: 10px;
  font-size: 2.4rem;
}
body#access .column.area-map p.address {
  margin-top: 30px;
  line-height: 1;
}
body#access .column.area-map .btn01 {
  width: 200px;
  height: 46px;
  margin-top: 50px;
}
body#access .column.area-map .btn01 a {
  border-radius: 23px;
}
body#access .wrap-tab {
  width: 100%;
  margin-top: 80px;
}
body#access ul.area-tab {
  display: flex;
}
body#access ul.area-tab li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc((100% - 1px) / 2);
  height: 60px;
  font-size: 2rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1;
  background: #dff3e9;
  border-bottom: 4px solid #b0e0c8;
  cursor: pointer;
  transition: all 0.2s ease;
  border-radius: 10px 10px 0 0;
}
body#access ul.area-tab li:hover {
  color: #fff;
  background: #089453;
  border-bottom: 4px solid #fff800;
}
body#access ul.area-tab li.active {
  color: #fff;
  background: #089453;
  border-bottom: 4px solid #fff800;
}
body#access ul.area-tab li + li {
  margin-left: 1px;
}
body#access .tab-panel {
  overflow: hidden;
  display: none;
  width: 100%;
  min-height: 543px;
  background: #fbfaf5;
  border-radius: 0 0 10px 10px;
}
body#access .tab-panel.active {
  display: block;
}
body#access .column .cell {
  box-sizing: border-box;
}
body#access .column .cell:first-child {
  width: 55%;
  padding-right: 30px;
}
body#access .column .cell:first-child p.text {
  line-height: 1;
}
body#access .column .cell:last-child {
  width: 45%;
}
body#access .column .cell:last-child img {
  border-radius: 10px;
}
body#access h4.title {
  color: #0da760;
  line-height: 1;
}
body#access figure.img figcaption {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
}
body#access ul.list-disc {
  color: #0da760;
}
body#access .area-btn {
  display: flex;
  justify-content: center;
}
body#access .btn_bus {
  width: 230px;
  height: 46px;
}
body#access .btn_bus a {
  border-radius: 23px;
}
body#access .btn_bus a::before {
  content: "";
  display: block;
  width: 20px;
  height: 23px;
  margin-right: 10px;
  background: url("../img/ic_bus.svg") center center no-repeat;
}
body#access h3.title-underline + .column {
  margin-top: 30px;
}
body#access h3.title-underline + h5.title {
  margin-top: 30px;
}
body#access h5.title + ul.list-disc-small {
  margin-top: 5px;
}
body#access ul.list-disc-small + h5.title {
  margin-top: 15px;
}
body#access ul.list-disc-small + p.text-asterisk {
  margin-top: 5px;
}
body#access figure.img + h3.title-underline {
  margin-top: 50px;
}
body#access figure.img + h5.title {
  margin-top: 20px;
}
body#access figure.img + p.text-note {
  margin-top: 5px;
}
body#access ul.list-disc + figure.img {
  margin-top: 40px;
}
body#access ul.list-disc-small + ul.list-link {
  margin-top: 15px;
}
body#access ul.list-disc-small + p.text {
  margin-top: 15px;
}
body#access ul.list-disc-small + p.text-note {
  margin-top: 15px;
}
body#access ul.list-disc-small + figure.img {
  margin-top: 15px;
}
body#access p.text + ul.list-disc {
  margin-top: 30px;
}
body#access p.text + figure.img {
  margin-top: 40px;
}
body#access p.text + .mapArea {
  margin-top: 100px;
}
body#access p.text-note + h5.title {
  margin-top: 20px;
}
body#access p.text-note + figure.img {
  margin-top: 15px;
}
body#access p.name + p.address {
  margin-top: 15px;
}
body#access .column + .area-btn {
  margin-top: 40px;
}
body#access .area-btn + h3.title-underline {
  margin-top: 50px;
}
body#access .mapArea + p.name {
  margin-top: 30px;
}
body#access .section + .section {
  margin-top: 80px;
}

/* シャトルバス時刻表 ====================*/
body#bus {
  /* margin */
}
body#bus .topics {
  padding: 30px 40px;
  background: #fbfaf5;
  border-radius: 4px;
}
body#bus .topics h3.title {
  font-size: 2rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
body#bus p.title-underline {
  padding-bottom: 5px;
  font-size: 2rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  border-bottom: 1px solid #ddf1e7;
}
body#bus p.title {
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.75;
}
body#bus p.title-small {
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.75;
}
body#bus table.table th {
  padding: 5px;
  border-bottom: none;
}
body#bus table.table td {
  padding: 5px;
  text-align: center;
  vertical-align: middle;
}
body#bus table.table td.green {
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
body#bus table.table td.bg-gray {
  background: #f5f5f5;
}
body#bus table.table td.bg-yellow {
  background: #fffee5;
}
body#bus table.table td.bg-yellow span {
  display: block;
  font-size: 1.2rem;
  color: #ff003c;
}
body#bus table.table tr.note td {
  background: #fffee5;
}
body#bus table.table tr.note td span {
  display: block;
  font-size: 1.2rem;
  color: #ff003c;
}
body#bus .area-border {
  padding: 20px;
  border: 1px solid #e2f1e9;
  border-radius: 10px;
}
body#bus .title + p.text-note {
  margin-top: 20px;
}
body#bus .title-underline + .title-small {
  margin-top: 30px;
}
body#bus .title-underline + p.text {
  margin-top: 20px;
}
body#bus .title-underline + table.table {
  margin-top: 30px;
}
body#bus .title-small + ul.list-disc-small {
  margin-top: 5px;
}
body#bus table.table + table.table {
  margin-top: 20px;
}
body#bus table.table + .title-underline {
  margin-top: 40px;
}
body#bus table.table + .area-border {
  margin-top: 60px;
}
body#bus p.text + table.table {
  margin-top: 15px;
}
body#bus p.text + figure.img {
  margin-top: 15px;
}
body#bus p.text + .topics {
  margin-top: 30px;
}
body#bus p.text-note + h2.title-border {
  margin-top: 30px;
}
body#bus p.text-note + .title {
  margin-top: 20px;
}
body#bus p.text-asterisk + p.text {
  margin-top: 15px;
}
body#bus ul.list-disc-small + .title {
  margin-top: 20px;
}
body#bus ul.list-disc-small + ul.list-link {
  margin-top: 15px;
}
body#bus .section + .section {
  margin-top: 80px;
}
body#bus figure.img + p.title,
body#bus p + p.title {
  margin-top: 1.25em;
}
body#bus p.title + table.table {
  margin-top: 1em;
}

/*----------------------------------------------------
	月間カレンダー
----------------------------------------------------*/
body#data {
  /* margin */
}
body#data .area-border {
  padding: 30px;
  border: 1px solid #e2f1e9;
  border-radius: 10px;
}
body#data h4.title {
  color: #0da760;
  line-height: 1;
}
body#data p.text-lead + .block-data {
  margin-top: 50px;
}
body#data h3.title-underline + ul.list-link {
  margin-top: 30px;
}
body#data h4.title + ul.list-link {
  margin-top: 20px;
}
body#data .block-data + .block-data {
  margin-top: 50px;
}
body#data .block-data + .area-border {
  margin-top: 70px;
}

body#data-details .area-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
body#data-details .btn01 {
  width: 200px;
  height: 46px;
}
body#data-details .btn01 a {
  border-radius: 23px;
}

/*----------------------------------------------------
	サイトマップ
----------------------------------------------------*/
body#sitemap .section ul.list-menu li {
  line-height: 1;
}
body#sitemap .section ul.list-menu li a {
  outline: none;
}
body#sitemap .section ul.list-menu li a:link {
  color: #795f27;
  text-decoration: none;
}
body#sitemap .section ul.list-menu li a:visited {
  color: #795f27;
  text-decoration: underline;
}
body#sitemap .section ul.list-menu li a:hover {
  text-decoration: underline;
}
body#sitemap .section ul.list-menu li a:active {
  color: #795f27;
}
body#sitemap .section .inner {
  display: flex;
  flex-wrap: wrap;
}
body#sitemap .section .inner ul.list-menu {
  box-sizing: border-box;
  width: 25%;
  padding: 0 15px;
  border-left: 1px solid #e2f1e9;
}
body#sitemap .section .inner ul.list-menu:nth-child(n+5) {
  margin-top: 70px;
}
body#sitemap .section .inner ul.list-menu li.title a {
  font-size: 1.6rem;
  color: #0da760;
}
body#sitemap .section .inner ul.list-menu li.sub {
  position: relative;
  padding-left: 0.75em;
}
body#sitemap .section .inner ul.list-menu li.sub:before {
  content: "•";
  position: absolute;
  top: -0.1em;
  left: 0;
}
body#sitemap .section .inner ul.list-menu li + li {
  margin-top: 15px;
}
body#sitemap .section .inner ul.list-menu li + li.title {
  margin-top: 45px;
}
body#sitemap .section .area-border {
  margin-top: 70px;
  padding: 15px 15px 30px 30px;
  border: 1px solid #e2f1e9;
  border-radius: 10px;
}
body#sitemap .section .area-border ul.list-menu li {
  display: inline-block;
  margin: 15px 15px 0 0;
  padding-right: 20px;
  border-right: 1px solid #795f27;
}
body#sitemap .section .area-border ul.list-menu li:last-child {
  margin-left: 0;
  padding-right: 0;
  border: none;
}

/*----------------------------------------------------
	お知らせ
----------------------------------------------------*/
/* お知らせ一覧 ====================*/
body#info ul.list-info li {
  display: flex;
  align-items: baseline;
}
body#info ul.list-info li p.date {
  width: 75px;
  font-size: 1.4rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1;
}
body#info ul.list-info li p.category {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  margin-left: 15px;
  padding: 5px 5px 6px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  background: #000;
  border-radius: 3px;
}
body#info ul.list-info li p.title {
  width: calc(100% - 190px);
  margin-left: 20px;
  font-size: 1.6rem;
}
body#info ul.list-info li p.title a.off {
  pointer-events: none;
  text-decoration: none;
}
body#info ul.list-info li p.category01 {
  background: #795f27;
}
body#info ul.list-info li p.category02 {
  background: #0da760;
}
body#info ul.list-info li p.category03 {
  background: #fbab1f;
}
body#info ul.list-info li + li {
  margin-top: 25px;
}
body#info .pagenationArea {
  display: table;
  margin: 80px auto 0;
}
body#info .pagenationArea ul {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 0 90px;
}
body#info .pagenationArea ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-right: 1px;
  font-size: 1.8rem;
  font-family: "Barlow Condensed";
  line-height: 0.95;
  font-weight: 600;
  color: #b4b4b4;
}
body#info .pagenationArea ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background: #f1fbf6;
}
body#info .pagenationArea ul li a:hover {
  text-decoration: none;
  color: #fff;
  background: #0da760;
}
body#info .pagenationArea ul li.active {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  color: #fff;
  background: #0da760;
}
body#info .pagenationArea ul li.prev,
body#info .pagenationArea ul li.next {
  position: absolute;
  width: 110px;
  font-size: 1.4rem;
}
body#info .pagenationArea ul li.prev a,
body#info .pagenationArea ul li.next a {
  background: none;
}
body#info .pagenationArea ul li.prev {
  justify-content: flex-start;
  top: 0;
  left: 0;
}
body#info .pagenationArea ul li.prev a {
  justify-content: flex-start;
}
body#info .pagenationArea ul li.prev a::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 8px);
  bottom: 22px;
  width: 16px;
  height: 2px;
  border-top: solid 2px #795f27;
}
body#info .pagenationArea ul li.prev a::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 8px);
  bottom: 20px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #795f27;
  border-right: solid 2px #795f27;
  transform: rotate(225deg);
}
body#info .pagenationArea ul li.prev a:hover {
  color: #0da760;
}
body#info .pagenationArea ul li.prev a:hover::before {
  border-top: solid 2px #0da760;
}
body#info .pagenationArea ul li.prev a:hover::after {
  border-top: solid 2px #0da760;
  border-right: solid 2px #0da760;
}
body#info .pagenationArea ul li.next {
  justify-content: flex-end;
  top: 0;
  right: 0;
}
body#info .pagenationArea ul li.next a {
  justify-content: flex-end;
}
body#info .pagenationArea ul li.next a::before {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 8px);
  bottom: 22px;
  width: 16px;
  height: 2px;
  border-top: solid 2px #795f27;
}
body#info .pagenationArea ul li.next a::after {
  content: "";
  display: block;
  position: absolute;
  right: calc(50% - 8px);
  bottom: 20px;
  width: 8px;
  height: 8px;
  border-top: solid 2px #795f27;
  border-right: solid 2px #795f27;
  transform: rotate(45deg);
}
body#info .pagenationArea ul li.next a:hover {
  color: #0da760;
}
body#info .pagenationArea ul li.next a:hover::before {
  border-top: solid 2px #0da760;
}
body#info .pagenationArea ul li.next a:hover::after {
  border-top: solid 2px #0da760;
  border-right: solid 2px #0da760;
}

/* お知らせ詳細 ====================*/
body#info-details {
  /* margin */
}
body#info-details ul.list-info {
  display: flex;
  align-items: center;
  margin-top: 40px;
  padding: 10px 0;
  border-top: 1px solid #e2f1e9;
  border-bottom: 1px solid #e2f1e9;
}
body#info-details ul.list-info li.date {
  width: 75px;
  font-size: 1.4rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1;
}
body#info-details ul.list-info li.category {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  margin-left: 15px;
  padding: 5px 5px 6px;
  font-size: 1.2rem;
  color: #fff;
  line-height: 1;
  background: #000;
  border-radius: 3px;
}
body#info-details ul.list-info li.category01 {
  background: #795f27;
}
body#info-details ul.list-info li.category02 {
  background: #0da760;
}
body#info-details ul.list-info li.category03 {
  background: #fbab1f;
}
body#info-details .section .inner {
  /* margin */
}
body#info-details .section .inner h1 {
  font-size: 3.2rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
body#info-details .section .inner h2 {
  font-size: 2.4rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
body#info-details .section .inner h3 {
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
body#info-details .section .inner h4 {
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
body#info-details .section .inner h5 {
  font-size: 1.3rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
body#info-details .section .inner h6 {
  font-size: 1rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
body#info-details .section .inner p {
  font-size: 1.6rem;
  line-height: 2;
}
body#info-details .section .inner strong {
  font-family: "FOT-筑紫A丸ゴシック Std B";
}
body#info-details .section .inner em {
  font-style: italic;
}
body#info-details .section .inner ul, body#info-details .section .inner ol {
  font-size: 1.6rem;
  padding-left: 1.75em;
}
body#info-details .section .inner ul li {
  list-style: disc;
}
body#info-details .section .inner blockquote {
  position: relative;
  margin: 32px 0;
  padding: 20px 30px 20px 70px;
  background: #f1fbf6;
}
body#info-details .section .inner blockquote::before {
  content: "“";
  display: block;
  position: absolute;
  top: 5px;
  left: 10px;
  font-size: 120px;
  line-height: 1;
  opacity: 0.1;
}
body#info-details .section .inner .videoArea {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}
body#info-details .section .inner .videoArea iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body#info-details .section .inner h1 + p, body#info-details .section .inner h2 + p, body#info-details .section .inner h3 + p, body#info-details .section .inner h4 + p, body#info-details .section .inner h5 + p, body#info-details .section .inner h6 + p {
  margin-top: 20px;
}
body#info-details .section .inner p + h1, body#info-details .section .inner p + h2, body#info-details .section .inner p + h3, body#info-details .section .inner p + h4, body#info-details .section .inner p + h5, body#info-details .section .inner p + h6 {
  margin-top: 32px;
}
body#info-details .section .inner ul + h1, body#info-details .section .inner ul + h2, body#info-details .section .inner ul + h3, body#info-details .section .inner ul + h4, body#info-details .section .inner ul + h5, body#info-details .section .inner ul + h6 {
  margin-top: 32px;
}
body#info-details .section .inner ol + h1, body#info-details .section .inner ol + h2, body#info-details .section .inner ol + h3, body#info-details .section .inner ol + h4, body#info-details .section .inner ol + h5, body#info-details .section .inner ol + h6 {
  margin-top: 32px;
}
body#info-details .section .inner p + p, body#info-details .section .inner p + ul, body#info-details .section .inner p + ol, body#info-details .section .inner ol + p, body#info-details .section .inner ul + p {
  margin-top: 32px;
}
body#info-details .section .inner p + .videoArea {
  margin-top: 32px;
}
body#info-details .section .inner .videoArea + p {
  margin-top: 32px;
}
body#info-details .area-btn {
  display: flex;
  justify-content: center;
}
body#info-details .btn01 {
  width: 200px;
  height: 46px;
}
body#info-details .btn01 a {
  border-radius: 23px;
}
body#info-details ul.list-info + .inner {
  margin-top: 40px;
}
body#info-details .inner + .area-btn {
  margin-top: 40px;
}

/*----------------------------------------------------
	お問い合わせ
----------------------------------------------------*/
/* お問い合わせ ====================*/
body#contact .area-btn {
  margin-top: 40px;
  padding: 40px 50px 50px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#contact .area-btn .inner {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
body#contact .area-btn .inner .btn {
  width: calc((100% - 30px) / 2);
  border: 2px solid #0da760;
  background: #fff;
  border-radius: 20px;
  transition: all 0.3s;
}
body#contact .area-btn .inner .btn:hover {
  background: #fff800;
}
body#contact .area-btn .inner .btn a {
  box-sizing: border-box;
  display: block;
  padding: 45px;
  text-align: center;
  text-decoration: none;
}
body#contact .area-btn .inner .btn img {
  width: 94px;
}
body#contact .area-btn .inner .btn p {
  margin-top: 20px;
  font-size: 2.2rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  text-decoration: none;
  color: #0da760;
}
body#contact .area-btn .inner .btn + .btn {
  margin-left: 30px;
}
body#contact .area-tel {
  margin-top: 60px;
  padding: 40px 30px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#contact .area-tel h3.title {
  text-align: center;
  font-size: 1.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.2;
}
body#contact .area-tel p.tel {
  margin-top: 23px;
  text-align: center;
  font-size: 4.8rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1;
}
body#contact .area-tel p.text {
  margin-top: 15px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1;
}
body#contact .area-tel p.time {
  display: table;
  margin: 20px auto;
}
body#contact .area-tel p.time span {
  display: flex;
  align-items: center;
  min-height: 67px;
  padding: 2px 20px;
  text-align: center;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1.5;
  background: #fff800;
  border-radius: 15px;
}

/* お問い合わせ ====================*/
body#inquiry_form dl.form {
  display: flex;
  width: 100%;
  margin: 20px auto 0;
}
body#inquiry_form dl.form dt {
  box-sizing: border-box;
  position: relative;
  width: 175px;
  padding-top: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
body#inquiry_form dl.form dt span.ic_required {
  display: block;
  position: absolute;
  top: 16px;
  right: 15px;
  font-size: 12px;
  color: #ff003c;
}
body#inquiry_form dl.form dd {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 175px);
  min-height: 46px;
}
body#inquiry_form dl.form dd span.example_text {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 1.2rem;
}
body#inquiry_form dl.form dd.name {
  flex-wrap: nowrap;
}
body#inquiry_form dl.form dd.name .group + .group {
  margin-left: 10px;
}
body#inquiry_form dl.visit:nth-of-type(7) dd input[type=text] {
  width: 4em;
}
body#inquiry_form dl.visit:nth-of-type(7) dd span.after_text {
  display: block;
  margin-left: 10px;
  padding-top: 14px;
  line-height: 1;
}
body#inquiry_form dl.visit:nth-of-type(7) dd span.example_text {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 1.2rem;
}
body#inquiry_form input[type=text] {
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  padding: 10px;
  font-size: 1.4rem;
  font-family: "FOT-筑紫A丸ゴシック Std R";
  color: #795f27;
  line-height: 1;
  background: #fff;
  border: 2px solid #e2f1e9;
  border-radius: 4px;
}
body#inquiry_form input[type=text]:focus {
  border: 2px solid #a3dbbd;
}
body#inquiry_form input[type=text].name,
body#inquiry_form input[type=text].ruby {
  width: 100%;
  max-width: 212px;
}
body#inquiry_form input[type=text].mail,
body#inquiry_form input[type=text].tel {
  ime-mode: disabled;
}
body#inquiry_form textarea {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  padding: 12px 10px;
  font-size: 1.4rem;
  font-family: "FOT-筑紫A丸ゴシック Std R";
  color: #795f27;
  line-height: 1.5;
  background: #fff;
  border: 2px solid #e2f1e9;
  border-radius: 4px;
}
body#inquiry_form textarea:focus {
  border: 2px solid #a3dbbd;
}
body#inquiry_form span.note {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
}
body#inquiry_form span.error {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1;
  color: #ff003c;
}
body#inquiry_form .submitArea {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
body#inquiry_form .submitArea button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 46px;
  text-decoration: none;
  font-size: 1.6rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  background: #fff;
  border: 2px solid #0da760;
  border-radius: 23px;
  cursor: pointer;
  transition: all 0.3s;
}
body#inquiry_form .submitArea button:hover {
  background: #fff800;
}
body#inquiry_form .submitArea button.disabled {
  pointer-events: none;
  background: #e9eff3;
}
body#inquiry_form .submitArea form + form {
  margin-left: 20px;
}
body#inquiry_form .formArea {
  margin-top: 40px;
  padding: 50px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#inquiry_form .formArea p.text {
  margin-bottom: 40px;
}
body#inquiry_form .formArea p.text-caution {
  margin-top: 20px;
  text-align: center;
  color: #0da760;
}
body#inquiry_form .confirmationArea {
  padding: 50px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#inquiry_form .confirmationArea dl.form dt span.note {
  display: none;
}
body#inquiry_form .confirmationArea dl.form dt span.ic_required {
  display: none;
}
body#inquiry_form .confirmationArea dl.form dd {
  padding: 15px 10px;
  font-size: 1.4rem;
  line-height: 1;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
}
body#inquiry_form .confirmationArea dl.form dd.textarea {
  min-height: 10em;
  padding: 15px 10px;
  line-height: 1.5;
}
body#inquiry_form .confirmationArea dl.visit:nth-of-type(7) dd span.after_text {
  display: inline;
  margin-left: 5px;
  padding-top: 0;
}
body#inquiry_form .confirmationArea p.text-caution {
  margin-top: 20px;
  text-align: center;
  color: #0da760;
}
body#inquiry_form .thanksArea {
  padding: 50px;
  background: #f1fbf6;
  border-radius: 10px;
}
body#inquiry_form .thanksArea h2.title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 2rem;
}
body#inquiry_form .thanksArea p.text {
  margin-top: 20px;
  text-align: center;
}
body#inquiry_form .thanksArea .area-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
body#inquiry_form .thanksArea .btn01 {
  width: 200px;
  height: 46px;
}
body#inquiry_form .thanksArea .btn01 a {
  border-radius: 23px;
}
body#inquiry_form .area-tel {
  margin-top: 50px;
}
body#inquiry_form .area-tel p.text {
  text-align: center;
  font-size: 1.4rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  line-height: 1;
}
body#inquiry_form .area-tel p.tel {
  margin-top: 15px;
  text-align: center;
  font-size: 4.2rem;
  font-family: "FOT-筑紫A丸ゴシック Std M";
  color: #0da760;
  line-height: 1;
}

/*----------------------------------------------------
	404 Not Found.
----------------------------------------------------*/
body#notfound .area-notfound {
  margin-top: 40px;
  padding: 40px 50px 50px;
  text-align: center;
  background: #f1fbf6;
  border-radius: 10px;
}
body#notfound .area-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
body#notfound .btn01 {
  width: 200px;
  height: 46px;
}
body#notfound .btn01 a {
  border-radius: 23px;
}/*# sourceMappingURL=pc.css.map */