@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);

*,
*::before,
*::after {
  box-sizing: border-box;
}

::selection {
  background: #d4dcd6;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

html {
  scroll-behavior: smooth;
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  border-top: 4px solid #295392;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

a {
  color: inherit;
  text-decoration: none;
}

.link,
.jp-relatedposts-post-a {
  color: #295392;
  text-decoration: underline;
}

.link:hover {
  text-decoration: none;
}

.no-link {
  pointer-events: none;
}

a[href^="tel"] {
  cursor: default;
}

#header {
  margin: 0 0 10px;
}

.h-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0 0;
  margin: 0 auto;
  max-width: 1024px;
}

.h-logo {
  width: 397px;
}

.h-sns {
  display: flex;
  margin-left: 100px;
}

.h-sns li+li {
  margin-left: 10px;
}

.h-sns .line {
  width: 100px;
}

.h-contact .tel {
  display: block;
  font-family: "Cinzel";
  font-size: 35px;
  line-height: 1;
  margin: 0 0 5px;
}

.h-contact .tel i {
  color: #295392;
  font-size: 23px;
  margin: 0 10px 0 0;
  vertical-align: 3px;
}

.h-contact p {
  font-size: 14px;
}

.h-time {
  font-size: 13px;
  overflow: hidden;
  margin: 0 0 5px;
}

.h-time dt {
  background: #295392;
  color: #fff;
  padding: 2px 5px 0;
  float: left;
}

.h-time dd {
  padding: 2px 0 0 75px;
}

.g-navi {
  margin: 0 auto;
  max-width: 1024px;
}

.g-navi>ul {
  display: flex;
  justify-content: space-between;
}

.g-navi>ul>li>a {
  display: block;
  line-height: 1;
  text-align: center;
  padding: 25px 0;
}

.g-navi>ul>li>a .jp {
  display: block;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 17px;
  margin: 0 0 10px;
  transition: .5s;
}

.g-navi>ul>li>a .en {
  color: #4f6e8d;
  display: block;
  font-family: "Cinzel";
  font-size: 11px;
}

.g-navi>ul>li>a:hover .jp {
  color: #295392;
}

.g-navi .dropdown {
  position: relative;
}

.g-navi .dropdown ul {
  background: #295392;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  pointer-events: none;
  position: absolute;
  top: 88px;
  left: 50%;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
  text-align: left;
  transition: .4s ease-in-out;
  opacity: 0;
  padding: 25px 30px;
  width: 240px;
  z-index: 10;
}

.g-navi .dropdown ul li {
  background: url(../images/share/arrow_w.png) no-repeat left top 7px/5px 8px;
  padding: 0 0 0 15px;
}

.g-navi .dropdown ul li+li {
  margin: 15px 0 0;
}

.g-navi .dropdown ul li a {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  transition: .5s;
}

.g-navi .dropdown ul li a:hover {
  color: rgba(255, 255, 255, 0.5);
}

.g-navi .dropdown:hover .jp {
  color: #295392;
}

.g-navi .dropdown:hover ul {
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  opacity: 1;
}

.sp-navi {
  display: none;
}

.fixed-navi {
  position: fixed;
  top: calc(50% - 100px);
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.fixed-navi ul li+li {
  margin-top: 10px;
}

.fixed-navi a {
  background: #ae3131;
  display: block;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 16px;
  line-height: 1.38;
  padding: 25px 0;
  text-align: center;
  width: 130px;
  transition: .5s;
}

.fixed-navi a:hover {
  opacity: .7;
}

.hero {
  position: relative;
}

.hero-slider .slick-slide {
  width: 100%;
  height: 100vh;
  max-height: 750px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-slider .slick-slide.slide01 {
  background-image: url(../images/main01.jpg);
}

.hero-slider .slick-slide.slide02 {
  background-image: url(../images/main02.jpg);
}

.hero-slider .slick-slide.slide03 {
  background-image: url(../images/main03.jpg);
}

.hero-slider .slick-slide.slide04 {
  background-image: url(../images/main04.jpg);
}

.hero-slider .slick-slide.slide05 {
  background-image: url(../images/main05.jpg);
}

.hero-ttl {
  text-shadow: -3px -3px 10px rgba(96, 92, 92, 0.5), 3px 3px 10px rgba(96, 92, 92, 0.5), 3px 3px 10px rgba(96, 92, 92, 0.5), 3px 3px 10px rgba(96, 92, 92, 0.5);
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 26px;
  line-height: 2.23;
  letter-spacing: 5px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: calc(50% - 370px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.t-h3 {
  text-align: center;
  margin: 0 0 50px;
}

.t-h3 .jp {
  display: block;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 32px;
  margin: 0 0 20px;
}

.t-h3 .en {
  color: #295392;
  display: block;
  font-family: "Cinzel";
  font-size: 16px;
}

.t-btn {
  background: #295392 url(../images/share/arrow_w.png) no-repeat left 17px center/6px 10px;
  display: inline-block;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 18px;
  text-align: center;
  padding: 12px 15px 15px;
  min-width: 280px;
  transition: .5s;
}

.t-btn:hover {
  opacity: .5;
}

.u-btn {
  background: #295392 url(../images/share/arrow_w.png) no-repeat left 17px center/6px 10px;
  display: inline-block;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 18px;
  text-align: center;
  letter-spacing: .1em;
  padding: 10px 50px 11px;
  transition: .5s;
}

.u-btn:hover {
  opacity: .5;
}

.u-btn.w100 {
  width: 100%;
}

.t-container {
  margin: 0 auto;
  max-width: 1024px;
}

.top-pr-area {
  padding-top: 70px;
}

.sec01 {
  padding: 70px 0;
}

.l-sec01 {
  background: #fafafa url(../images/sec01_bg01_pc.jpg) no-repeat right 15% center/cover;
  padding: 90px 0;
}

.l-sec01 .l-container {
  padding: 0 400px 0 0;
  margin: 0 auto;
  max-width: 1200px;
}

.l-sec01 .l-ttl {
  color: #295392;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 30px;
  margin: 0 0 40px;
}

.l-sec01 .l-btn {
  margin-top: 35px;
}

.sec02 {
  padding: 70px 0;
}

.l-sec02 {
  background: #fafafa;
  position: relative;
}

.l-sec02 .l-ttl {
  background: #8099b2 url(../images/share/ico03.png) no-repeat left 20px top 23px/20px;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 22px;
  padding: 15px 20px 15px 50px;
}

.l-sec02 .l-btn {
  background: url(../images/share/arrow_w.png) no-repeat left center/6px 10px;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 16px;
  padding: 0 0 0 15px;
  position: absolute;
  top: 15px;
  right: 25px;
  transition: .5s;
}

.l-sec02 .l-btn:hover {
  opacity: .5;
}

.l-sec02 .l-inner {
  border: 1px solid #e0e0e0;
  padding: 40px;
  overflow: auto;
  max-height: 300px;
}

.list-top-news li {
  display: flex;
}

.list-top-news li+li {
  margin-top: 30px;
}

.list-top-news li time {
  display: block;
  color: #666;
  width: 110px;
  position: relative;
}

.list-top-news li time::after {
  content: "";
  background: #d2d2d2;
  width: 1px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 5px;
}

.list-top-news li .list-desc {
  flex: 1;
  padding: 0 0 0 25px;
}

.list-top-news .list-ttl {
  color: #295392;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 20px;
  margin: 0 0 15px;
}

.sec03 {
  padding: 80px 0 0;
}

.list-treatment-sec03 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1200px;
}

.list-treatment-sec03>li {
  width: 285px;
  margin: 0 20px 60px 0;
}

.list-treatment-sec03>li:nth-child(4n) {
  margin: 0 0 60px;
}

.list-treatment-sec03>li a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.list-treatment-sec03>li a:hover .list-img img {
  opacity: .5;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.list-treatment-sec03 .list-img {
  overflow: hidden;
  margin: 0 0 20px;
}

.list-treatment-sec03 .list-img img {
  transition: .5s;
}

.list-treatment-sec03 .list-desc {
  margin: 0 0 15px;
}

.list-treatment-sec03 .list-ttl {
  color: #295392;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 24px;
  text-align: center;
  margin: 0 0 20px;
}

.list-treatment-sec03 p {
  line-height: 1.73;
}

.list-treatment-sec03 .list-category {
  display: flex;
  margin-top: auto;
}

.list-treatment-sec03 .list-category li {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 10px 1px;
  margin: 0 5px 0 0;
}

.list-treatment-sec03 .list-category .cat01 {
  background: #4b2b13;
}

.list-treatment-sec03 .list-category .cat02 {
  background: #113469;
}

.list-treatment-sec03 .list-category .cat03 {
  background: #09410b;
}

.list-treatment-sec03 .list-category .cat04 {
  background: #7d1f61;
}

.sec04 {
  background: url(../images/share/bg01.jpg);
  padding: 70px 0;
}

.sec04 .t-h3 {
  margin: 0 0 50px;
}

.sec04 .t-h3 .jp,
.sec04 .t-h3 .en {
  color: #fff;
}

.l-sec04 {
  background: #fff;
  padding: 40px 50px;
}

.tab {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}

.tab li {
  background: #dce5f1;
  color: #295392;
  cursor: pointer;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 18px;
  text-align: center;
  padding: 5px 15px 7px;
  margin: 0 2% 0 0;
  width: 18%;
  position: relative;
  transition: .3s;
}

.tab li::after {
  content: "";
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #295392 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -10px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  transition: .3s;
}

.tab li:nth-child(5n) {
  margin: 0;
}

.tab li.active {
  background: #295392;
  color: #fff;
}

.tab li.active::after {
  opacity: 1;
}

.tab li:hover {
  background: #295392;
  color: #fff;
}

.tab-contents {
  display: none;
}

.tab-contents.show {
  display: block;
}

.list-top-media {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 0 -40px;
}

.list-top-media>li {
  width: 446px;
  margin: 0 0 40px;
}

.list-top-media>li a {
  display: flex;
  align-items: flex-start;
}

.list-top-media>li a:hover .list-ttl {
  text-decoration: underline;
}

.list-top-media>li a:hover .list-img img {
  opacity: .5;
}

.list-top-media .list-img {
  border: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 110px;
  margin: 0 20px 0 0;
}

.list-top-media .list-img img {
  max-height: 110px;
  transition: .5s;
}

.list-top-media .list-desc {
  flex: 1;
}

.list-top-media .list-data {
  font-size: 13px;
  margin: 0 0 10px;
}

.list-top-media time {
  display: inline-block;
  margin: 0 15px 0 0;
}

.list-top-media .category {
  display: inline-block;
  background: #8099b2;
  color: #fff;
  line-height: 20px;
  padding: 2px 10px 0;
}

.list-top-media .list-ttl {
  color: #295392;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 17px;
  margin: 0 0 13px;
}

.list-top-media p {
  font-size: 14px;
  line-height: 1.57;
}

.sec05 {
  padding: 0 0 70px;
}

.list-top-topics {
  display: flex;
}

.list-top-topics>li {
  width: 232px;
  margin: 0 32px 0 0;
}

.list-top-topics>li:nth-child(4n) {
  margin: 0;
}

.list-top-topics .list-img {
  border: 1px solid #e4e4e4;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  height: 168px;
  margin: 0 0 20px;
}

.list-top-topics .list-img img {
  max-height: 168px;
  transition: .5s;
}

.list-top-topics .list-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
  margin: 0 0 10px;
}

.list-top-topics time {
  display: inline-block;
  line-height: 1;
  margin: 0 15px 0 0;
}

.list-top-topics .category {
  display: inline-block;
  background: #8099b2;
  color: #fff;
  line-height: 20px;
  padding: 2px 10px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.list-top-topics .list-ttl {
  color: #295392;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 17px;
  margin: 0 0 15px;
  min-height: 50px;
}

.list-top-topics p {
  font-size: 14px;
  line-height: 1.57;
}

.list-top-topics p::after {
  content: "続きを読む";
  border-bottom: 1px solid #333;
}

.list-top-topics a:hover .list-img img {
  opacity: .5;
}

.list-top-topics a:hover p::after {
  border-bottom: none;
}

.sec06 {
  background: #fcf9f5 url(../images/sec06_bg.png) no-repeat center;
  padding: 80px 0;
}

.l-sec06 {
  display: flex;
  margin: 0 0 40px;
}

.l-sec06 .l-img {
  width: 430px;
  margin: 0 45px 0 0;
}

.l-sec06 .l-desc {
  flex: 1;
}

.l-sec06 .l-ttl {
  color: #ab9069;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 30px;
  text-align: center;
  margin: 0 0 30px;
}

.l-sec06 .l-btn {
  text-align: center;
  margin-top: 25px;
}

.l-sec06 .t-btn {
  background: #dd6f9f url(../images/share/arrow_w.png) no-repeat left 17px center/6px 10px;
}

.list-btn-sec06 {
  display: flex;
  justify-content: space-between;
}

.list-btn-sec06 li {
  width: 496px;
}

.list-btn-sec06 a {
  background: #fff;
  border: 1px solid #bfab8d;
  display: block;
  color: #bfab8d;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 19px;
  text-align: center;
  padding: 8px 0 2px;
  transition: .5s;
}

.list-btn-sec06 a i {
  display: inline-block;
  vertical-align: -10px;
  margin: 0 15px 0 0;
}

.list-btn-sec06 a:hover {
  opacity: .5;
}

.sec07 {
  padding: 70px 0 0;
}

.sec07-txt {
  text-align: center;
  margin: 0 0 40px;
}

.t-map iframe {
  vertical-align: bottom;
}

.t-indoorview {
  max-width: 1024px;
  margin: 0 auto;
}

.sec08 {
  background: url(../images/share/bg02.jpg);
  padding: 70px 0;
}

.sec09 {
  padding: 80px 0 100px;
}

.sec09 .t-container {}

.t-facebook-area {
  width: 460px;
}

.t-bnr-area {}

.sec09 .ttl {
  margin: 0 0 25px;
}

.sec09 .ttl .jp {
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 25px;
  margin: 0 20px 0 0;
}

.sec09 .ttl .en {
  color: #295392;
  font-family: "Cinzel";
  font-size: 16px;
}

.top-bnr01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 25px;
}

.top-bnr01 li {
  margin: 0 0 15px;
  width: 250px;
}

.top-bnr02 {
  border-top: 1px solid #ebebeb;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 40px;
}

.top-bnr02 li {}

.sec10 {
  padding: 50px 0 80px;
}

/*------------
ビジネスカレンダー
--------------*/
.box-calendar {
  background: #fff;
  border: 3px solid #eee;
  padding: 30px 45px;
}

.box-calendar.one_month {
  max-width: 600px;
  margin: 0 auto;
}

.business-calendar-box {
  display: flex;
  justify-content: space-between;
  margin: 0 0 15px;
}

.business-calendar-box>div {
  width: 48%;
}

.business-calendar-box.one_month {
  margin: 0 auto;
  max-width: 600px;
}

.business-calendar-box .business-calendar {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.business-calendar-box .business-calendar caption {
  border: none;
  font-size: 16px;
  text-align: center;
  margin: 0 0 10px;
}

.business-calendar-box .business-calendar caption span {
  color: #333;
  line-height: 1;
  font-size: 25px;
  margin: 0 10px;
  vertical-align: -1px;
}

.business-calendar-box .business-calendar th {
  background: #f1f3f4;
  border: 1px solid #dfdfdf;
  font-size: 15px;
  padding: 5px;
  width: 14%;
}

.business-calendar-box .business-calendar td {
  background: #FFFFFF;
  border: 1px solid #dfdfdf;
  font-size: 13px;
  vertical-align: top;
  height: 60px;
}

.business-calendar-box .business-calendar td p {
  font-size: 12px;
  text-align: left;
  line-height: 1;
}

.business-calendar-box .business-calendar .today {
  text-decoration: underline;
  background: #FFF;
  opacity: 1;
}

.business-calendar-box .business-calendar .attr0 {
  background: #9a0808;
  color: #fff;
}

.business-calendar-box .business-calendar .attr1 {
  background: #114f84;
  color: #fff;
}

.business-calendar-box .business-calendar .attr2 {
  background: #09410b;
  color: #fff;
}

.business-calendar-box .business-calendar .attr3 {
  background: #B0D7D5;
  color: #fff;
}

.list-event {
  display: flex;
}

.list-event li {
  font-size: 15px;
  line-height: 1;
  margin: 0 20px 0 0;
}

.list-event i {
  margin: 0 5px 0 0;
}

.list-event .event01 {
  color: #9a0808;
}

.list-event .event02 {
  color: #114f84;
}

.list-event .event03 {
  color: #09410b;
}

.list-event .event04 {
  color: #B0D7D5;
}

.pagetop {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 5;
}

.pagetop a {
  display: inline-block;
  transition: .5s;
  width: 60px;
}

.pagetop a:hover {
  opacity: .5;
}

.f-container {
  margin: 0 auto;
  max-width: 1024px;
}

.f-01 {
  background: url(../images/share/bg03.jpg);
  color: #fff;
  font-size: 14px;
  line-height: 1.57;
  padding: 50px 0;
}

.f-01 .f-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.f-01 .left-side {
  display: flex;
  align-items: flex-start;
  margin: 0;
  width: 496px;
}

.f-01 .right-side {
  width: 496px;
}

.f-contact {
  margin: 20px 35px 0 0;
}

.f-contact .tel {
  display: block;
  font-family: "Cinzel";
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.05em;
  margin: 0 0 10px;
}

.f-contact .tel i {
  font-size: 23px;
  margin: 0 10px 0 0;
  vertical-align: 3px;
}

.f-contact p {
  font-size: 14px;
}

.f-time {
  font-size: 13px;
  overflow: hidden;
  margin: 0 0 5px;
}

.f-time dt {
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  padding: 2px 5px 0;
  float: left;
}

.f-time dd {
  padding: 2px 0 0 80px;
}

.f-btn_wrap {
  width: 170px;
}

.f-btn {
  width: 100%;
  display: inline-block;
  background: #fff url(../images/share/arrow_b.png) no-repeat right 15px center/6px 10px;
  color: #295392;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 17px;
  padding: 30px 35px 30px 25px;
  transition: .5s;
  margin-bottom: 20px;
}

.f-btn:hover {
  opacity: .5;
}

.f-btn02 {
  width: 100%;
  background: #7CA2C8 url(../images/share/arrow_w.png) no-repeat left 17px center/6px 10px;
  display: inline-block;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 14px;
  text-align: center;
  letter-spacing: .1em;
  padding: 10px 10px 11px 25px;
  transition: .5s;
}

.f-btn02:hover {
  opacity: .5;
}

.f-02 {
  background: url(../images/share/bg02.jpg);
  padding: 40px 0;
}

.site-map {
  display: flex;
  justify-content: space-between;
  margin: 0 0 20px;
}

.site-map>ul {
  -webkit-column-count: 2;
  column-count: 2;
  font-family: "FOT-筑紫明朝 Pr6N R";
  width: 48%;
}

.site-map>ul li {
  background: url(../images/share/arrow_b.png) no-repeat left top 12px/4px 8px;
  padding: 0 0 0 15px;
}

.site-map>ul a:hover {
  text-decoration: underline;
}

.f-logo {
  text-align: center;
  margin: 0 0 20px;
}

.f-address {
  text-align: center;
}

.copyright {
  background: #295392;
  color: #fff;
  font-family: Roboto, Arial, Helvetica, Tahoma, Verdana;
  text-align: center;
}

/*------------
下層レイアウト
--------------*/
.page-ttl {
  background: url(../images/under/page_bg.jpg) no-repeat center/cover;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 230px;
}

.page-ttl h2 {
  text-align: center;
}

.page-ttl h2 .jp {
  display: block;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 32px;
  margin: 0 0 20px;
}

.page-ttl h2 .en {
  color: #295392;
  display: block;
  font-family: "Cinzel";
}

.breadcrumb {
  margin: 10px 0 50px;
  width: 100%;
}

.breadcrumb ul {
  margin: 0 auto;
  max-width: 1024px;
}

.breadcrumb ul li {
  display: inline;
}

.breadcrumb ul li+li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

#under-middle {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 150px;
  max-width: 1024px;
}

#under-middle .contents {
  max-width: 740px;
  width: 100%;
}

#under-middle .contents p+p {
  margin-top: 15px;
}

#under-middle .side-navi {
  max-width: 256px;
  width: 100%;
}

.side-links {
  margin: 0 0 20px;
}

.side-links .ttl {
  background: #8099b2;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 18px;
  padding: 20px;
}

.side-links .inner {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-top: none;
  padding: 15px 20px;
}

.side-links .inner>ul {
  font-family: "FOT-筑紫明朝 Pr6N R";
  line-height: 1.5;
}

.side-links .inner>ul>li {
  background: url(../images/share/arrow_b.png) no-repeat left top 8px/4px 8px;
  padding: 0 0 0 14px;
}

.side-links .inner>ul>li+li {
  margin-top: 10px;
}

.side-links .inner>ul>li ul {
  margin-top: 10px;
}

.side-links .inner>ul>li ul li {
  position: relative;
  padding: 0 0 0 14px;
}

.side-links .inner>ul>li ul li::before,
.side-links .inner>ul>li ul li::after {
  content: "";
  background: #333;
  position: absolute;
  left: 0;
}

.side-links .inner>ul>li ul li::before {
  top: 5px;
  width: 1px;
  height: 8px;
}

.side-links .inner>ul>li ul li::after {
  top: 12px;
  width: 8px;
  height: 1px;
}

.side-links .inner>ul>li ul li+li {
  margin-top: 5px;
}

.side-links a:hover {
  text-decoration: underline;
}

.side-btns {
  margin: 0 0 20px;
}

.side-btns li+li {
  margin-top: 10px;
}

.side-btns a {
  display: block;
  background: #295392 url(../images/share/arrow_w.png) no-repeat left 15px center/6px 10px;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  text-align: center;
  padding: 20px 0;
  transition: .5s;
}

.side-btns a:hover {
  opacity: .5;
}

.side-bnrs li+li {
  margin-top: 10px;
}

.side-bnrs a {
  transition: .5s;
}

.side-bnrs a:hover {
  opacity: .5;
}

/*------------
下層パーツ
--------------*/
.u-h3 {
  color: #295392;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 30px;
  margin: 0 0 30px;
}

.u-h4,
.postdata h4 {
  border-bottom: 1px solid #8099b2;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 23px;
  padding: 0 0 10px;
  margin: 0 0 20px;
}

.u-h402 {
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 23px;
  text-align: center;
  margin: 0 0 20px;
}

.u-h5,
.postdata h5 {
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 20px;
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  position: relative;
}

.u-h5::before,
.postdata h5::before {
  content: "";
  background: #8099b2;
  width: 4px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 6px;
}

.txt-message {
  color: #295392;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 25px;
  line-height: 2;
  padding: 0 0 0 25px;
  position: relative;
}

.txt-message::before {
  content: "";
  background: #295392;
  width: 5px;
  height: 88%;
  position: absolute;
  left: 0;
  top: 9px;
}

.txt-label {
  border: 1px solid #295392;
  font-weight: bold;
  padding: 5px 10px 4px;
}

.short+.short {
  margin-top: 35px;
}

.tall+.tall {
  margin-top: 50px;
}

.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.l-imgR .l-img,
.l-imgL .l-img {
  margin: 0 30px 0 0;
  width: 35%;
}

.l-imgR .l-img.small,
.l-imgL .l-img.small {
  width: 30%;
}

.l-imgR .l-img figcaption,
.l-imgL .l-img figcaption {
  font-size: 13px;
  line-height: 1.5;
}

.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}

.l-imgR {
  flex-direction: row-reverse;
}

.l-imgR .l-img {
  margin: 0 0 0 30px;
}

.fl-imgL {
  float: left;
  margin: 0 30px 15px 0;
  width: 45%;
}

.fl-imgL.small {
  width: 280px;
}

.fl-imgR {
  float: right;
  margin: 0 0 15px 30px;
  width: 45%;
}

.fl-imgR.small {
  width: 280px;
}

.l-column2 {
  display: flex;
  justify-content: space-between;
}

.l-column2>.item {
  width: 48%;
}

.l-concept {
  background: url(../images/under/concept_img01.jpg) no-repeat center top/cover;
  height: 380px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
  position: relative;
}

.l-concept::before {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.l-concept .l-ttl {
  text-shadow: -3px -3px 10px rgba(96, 92, 92, 0.8), 3px 3px 10px rgba(96, 92, 92, 0.8);
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 30px;
  line-height: 2;
  letter-spacing: 5px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.table-style01 th,
.table-style01 td {
  padding: 5px 10px;
  border: 1px solid #e3e3e3;
  line-height: 1.5;
  vertical-align: middle;
}

.table-style01 th {
  border: 1px solid #b0bdc9;
  background: #8099b2;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  text-align: left;
}

.table-style01.price th,
.table-style01.price td {
  padding: 10px;
}

.table-style01.price td {
  font-size: 14px;
}

.table-evaluation th,
.table-evaluation td {
  padding: 10px;
  border: 1px solid #e3e3e3;
  line-height: 1.5;
  vertical-align: middle;
}

.table-evaluation th {
  border: 1px solid #b0bdc9;
  background: #8099b2;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  text-align: left;
  width: 150px;
}

.table-evaluation i {
  display: inline-block;
  background: url(../images/share/ico_star.png) no-repeat 0 0/contain;
  width: 22px;
  height: 22px;
  vertical-align: -5px;
}

.list-disc {
  line-height: 1.8;
}

.list-disc li {
  position: relative;
  padding: 0 0 0 15px;
}

.list-disc li+li {
  margin-top: 5px;
}

.list-disc li:before {
  background: #295392;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
}

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

.list-number>li {
  padding: 0 0 0 30px;
  position: relative;
}

.list-number>li:before {
  background: #295392;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 11px;
  position: absolute;
  top: 3px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding: 0;
  width: 20px;
  height: 20px;
}

.list-number>li+li {
  margin-top: 10px;
}

.list-check>li {
  background: url(../images/share/ico_checked.png) no-repeat left top 6px/16px;
  padding: 0 0 0 25px;
}

.list-check.column2 {
  -webkit-column-count: 2;
  column-count: 2;
}

.list-gallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-gallery>li {
  border: 1px solid #e0e0e0;
  background: #fafafa;
  padding: 15px;
  margin: 0 0 25px;
  width: 48%;
}

.list-gallery .list-img {
  text-align: center;
}

.list-gallery .list-img figcaption {
  font-weight: bold;
  line-height: 1;
  margin-top: 15px;
}

.list-gallery .list-desc {
  margin: 15px 0 0;
}

.list-gallery .list-ttl {
  color: #295392;
  font-family: "FOT-筑紫明朝 Pr6N R";
  text-align: center;
  margin: 0 0 10px;
}

.list-gallery.column3::after {
  content: "";
  width: 31%;
}

.list-gallery.column3>li {
  width: 31%;
}

.list-gallery.column3 p {
  font-size: 13px;
  line-height: 1.8;
}

.list-gallery.column4 {
  justify-content: flex-start;
}

.list-gallery.column4>li {
  width: 24%;
  margin: 0 1.3% 25px 0;
}

.list-gallery.column4>li:nth-child(4n) {
  margin: 0 0 25px;
}

.list-gallery.column4 p {
  font-size: 13px;
  line-height: 1.8;
}

.list-card {
  display: flex;
  justify-content: space-between;
}

.list-card>li {
  border: 1px solid #e0e0e0;
  background: #fafafa;
  padding: 15px;
  width: 48%;
}

.list-card .list-ttl {
  color: #295392;
  font-weight: bold;
  font-size: 17px;
  padding: 0 0 0 15px;
  margin: 0 0 5px;
  position: relative;
}

.list-card .list-ttl::before {
  content: "";
  background: #295392;
  width: 4px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 4px;
}

.dl-style01 dt {
  border: 1px solid #e0e0e0;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 18px;
  padding: 10px 10px 12px;
  margin: 0 0 20px;
}

.dl-style01 dt .num {
  background: #8099b2;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  padding: 2px 20px;
  margin: 0 20px 0 0;
}

.dl-style01 dd+dt {
  margin-top: 35px;
}

.dl-style02 dt {
  border-bottom: 1px dashed #ccc;
  color: #295392;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 20px;
  padding: 0 0 6px;
  margin: 0 0 10px;
}

.dl-style02 dd+dt {
  margin-top: 25px;
}

.dl-good dt {
  background: #447BA2;
  color: #fff;
  font-weight: bold;
  padding: 10px 10px 7px;
}

.dl-good dt.bad {
  background: #7A7A7A;
}

.dl-good dd {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-width: 0 1px 1px;
  padding: 15px;
  font-size: 14px;
}

.dl-good dd+dt {
  margin-top: 25px;
}

.dl-faq dt {
  background: url(../images/share/ico_q.png) no-repeat left top 3px/35px 34px;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 21px;
  padding: 0 0 0 50px;
  margin: 0 0 10px;
}

.dl-faq dd+dt {
  margin-top: 25px;
}

.box-style01 {
  background: #fafafa;
  padding: 25px;
}

.box-style01 .box-ttl {
  color: #295392;
  font-size: 18px;
  font-family: "FOT-筑紫明朝 Pr6N R";
  text-align: center;
  margin: 0 0 20px;
}

/*------------
院内紹介
--------------*/
#target-image {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  padding: 30px;
  margin: 0 0 30px;
  text-align: center;
}

#thumbnail-image ul {
  display: flex;
  flex-wrap: wrap;
}

#thumbnail-image ul li {
  cursor: pointer;
  width: 20%;
  padding: 5px;
  transition: .5s;
}

#thumbnail-image ul li:hover {
  opacity: .5;
}

/*------------
スタッフ紹介
--------------*/
.l-staff {
  display: flex;
}

.l-staff .l-img {
  width: 232px;
  margin: 0 25px 0 0;
}

.l-staff .l-desc {
  flex: 1;
  margin: -10px 0 0;
}

.l-staff .job {
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 18px;
  margin: 0 0 10px;
}

.l-staff .name {
  color: #295392;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 30px;
  margin: 0 0 15px;
}

.dl-profile dt {
  border-bottom: 1px solid #295392;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 20px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.dl-profile dd+dt {
  margin-top: 30px;
}

.l-profile {
  display: flex;
  justify-content: space-between;
}

.l-profile .l-item {
  width: 48%;
}

.l-profile2 .l-item2 {
  width: 60%;
}

.l-profile .l-ttl {
  border-bottom: 1px solid #295392;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 20px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.l-profile2 .l-ttl2 {
  border-bottom: 1px solid #295392;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 20px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

.list-staff {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.list-staff li {
  display: flex;
  width: 48%;
  margin: 0 0 30px;
}

.list-staff .list-img {
  width: 180px;
  margin: 0 30px 0 0;
}

.list-staff .list-desc {
  flex: 1;
}

.list-staff .job {
  display: block;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 13px;
  margin: 0;
}

.list-staff .name {
  color: #295392;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 20px;
  margin: 0 0 10px;
}

.list-staff p {
  font-size: 13px;
  line-height: 1.8;
}

/*------------
採用情報
--------------*/
.l-recruit {
  display: flex;
  justify-content: space-between;
}

.l-recruit .item {
  background: #fafafa;
  width: 48%;
}

.l-recruit .item-ttl {
  background: #8099b2;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
}

.l-recruit ul {
  padding: 30px;
}

.l-recruit ul li+li {
  margin-top: 10px;
}

.l-recruit ul li a {
  display: block;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 16px;
  text-align: center;
  padding: 10px 0;
  position: relative;
  transition: .5s;
}

.l-recruit ul li a:hover {
  opacity: .5;
}

.l-recruit .btn-normal {
  background: #295392;
  color: #fff;
}

.l-recruit .btn-normal::before {
  content: "";
  background: url(../images/share/arrow_w.png) no-repeat 0 0/contain;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 21px;
  left: 15px;
}

.l-recruit .btn-pdf {
  background: #295392;
  color: #fff;
}

.l-recruit .btn-pdf::before {
  content: "";
  display: inline-block;
  background: url(../images/share/ico_pdf.png) no-repeat 0 0/contain;
  width: 14px;
  height: 18px;
  vertical-align: -3px;
  margin: 0 10px 0 0;
}

.l-recruit .btn-entry {
  border: 1px solid #295392;
  color: #295392;
}

.l-recruit .btn-entry::before {
  content: "";
  background: url(../images/share/arrow_b.png) no-repeat 0 0/contain;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 21px;
  right: 15px;
}

.dl-point dt {
  background: #8099b2;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 18px;
  padding: 10px 10px 12px;
  margin: 0 0 15px;
}

.dl-point dt .point {
  margin: 0 15px 0 0;
}

.dl-point dd+dt {
  margin-top: 35px;
}

.list-recruit-photo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-recruit-photo::after {
  content: "";
  width: 31%;
}

.list-recruit-photo li {
  width: 31%;
}

.list-btn-recruit {
  display: flex;
  justify-content: space-between;
}

.list-btn-recruit li {
  width: 32%;
}

.list-btn-recruit a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #295392;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 35px;
  width: 100%;
  height: 100%;
  position: relative;
  transition: .5s;
}

.list-btn-recruit a::before {
  content: "";
  background: url(../images/share/arrow_w.png) no-repeat 0 0/contain;
  width: 6px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-btn-recruit a:hover {
  opacity: .5;
}

.recruit-message {
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 20px;
  text-align: center;
}

.recruit-message span {
  border-bottom: 1px solid #ddd;
}

/*------------
アクセス
--------------*/
.l-access {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

.l-access .l-map {
  width: 50%;
}

.l-access .l-desc {
  width: 45%;
}

/*------------
治療の流れと一般治療
--------------*/
.anchor {
  margin-top: -90px;
  padding-top: 90px;
}

.anchor-space {
  position: relative;
  height: 100px;
}

.list-anchor {
  background: #113469;
  display: flex;
  flex-wrap: wrap;
  transition: .5s;
  position: absolute;
  width: 740px;
  z-index: 10;
}

.list-anchor li {
  width: 25%;
  text-align: center;
}

.list-anchor li+li {
  border-left: 1px solid #fff;
}

.list-anchor li a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 15px 10px;
  position: relative;
  transition: .5s;
}

.list-anchor li a:before {
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  left: 20px;
  top: calc(50% - 3px);
  width: 0;
}

.list-anchor li a:hover {
  background: #295392;
}

.list-anchor.column2 li {
  width: 50%;
}

.list-anchor.column3 li {
  width: 33.333%;
}

.list-anchor.column4 li {
  width: 25%;
}

.list-anchor.column5 li {
  width: 20%;
}

.list-anchor.is-fixed {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  left: calc(50% - 512px);
  position: fixed;
  top: 15px;
}

.list-flow>li+li {
  margin-top: 50px;
}

.list-flow .list-ttl {
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 20px;
  margin: 0 0 25px;
}

.list-flow .list-ttl .num {
  background: #8099b2;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 2px 20px;
  margin: 0 20px 0 0;
}

.list-flow .list-box {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  display: flex;
  flex-direction: row-reverse;
  padding: 30px;
}

.list-flow .list-box.no-image {
  flex-direction: row;
}

.list-flow .list-box .list-img {
  width: 40%;
  margin: 0 0 0 30px;
}

.list-flow .list-box .list-desc {
  flex: 1;
  font-size: 14px;
  line-height: 1.8;
}

.list-flow .list-box .hoken {
  background: #295392;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 15px;
  text-align: center;
  padding: 10px;
}

.list-flow .list-hoken {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.list-flow .list-hoken>li {
  background: #fff;
  display: flex;
  flex-direction: column;
  width: 48%;
}

.list-flow .list-hoken .ttl {
  background: #295392;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 15px;
  text-align: center;
  padding: 10px;
}

.list-flow .list-hoken .ttl.type2 {
  background: #609FB2;
}

.list-flow .list-hoken .desc {
  font-size: 14px;
  padding: 25px;
}

.list-flow .list-hoken .u-btn {
  background: url(../images/share/arrow_b.png) no-repeat left 17px center/6px 10px;
  border: 1px solid #295392;
  color: #295392;
  display: block;
  font-size: 14px;
  padding: 5px 35px 7px;
  margin-top: auto;
  width: 100%;
}

.list-flow02 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.list-flow02::after {
  content: "";
  width: 31%;
}

.list-flow02>li {
  width: 31%;
  margin: 0 0 30px;
}

.list-flow02 .num {
  background: #8099b2;
  border-radius: 50px;
  display: block;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 20px;
  line-height: 34px;
  text-align: center;
  width: 35px;
  height: 35px;
  margin: 0 auto 10px;
}

.list-flow02 .list-ttl {
  border-bottom: 1px solid #8099b2;
  color: #295392;
  font-size: 20px;
  font-family: "FOT-筑紫明朝 Pr6N R";
  text-align: center;
  padding: 0 0 15px;
  margin: 0 0 15px;
}

.flow-cavity {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flow-cavity>li {
  border: 1px solid #e0e0e0;
  background: #fafafa;
  padding: 15px;
  margin: 0 0 15px;
  width: 49%;
}

.flow-cavity .wrapper {
  display: flex;
}

.flow-cavity .flow-img {
  width: 140px;
  margin: 0 20px 0 0;
}

.flow-cavity .flow-desc {
  flex: 1;
  font-size: 13px;
  line-height: 1.7;
}

.flow-cavity .flow-ttl {
  background: #8099b2;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 18px;
  letter-spacing: 5px;
  text-align: center;
  padding: 10px;
  margin: 0 0 15px;
}

.flow-cavity-treat {
  border: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  padding: 25px 10px;
}

.flow-cavity-treat>li {
  padding: 0 15px;
  width: 33.333%;
}

.flow-cavity-treat .label {
  background: #becbde;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 20px;
  line-height: 70px;
  text-align: center;
  margin: 0 0 20px;
  position: relative;
}

.flow-cavity-treat .label::before {
  content: "";
  background: #fff;
  width: 25px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.flow-cavity-treat .label::after {
  content: "";
  border-style: solid;
  border-width: 35px 0 35px 25px;
  border-color: transparent transparent transparent #becbde;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.flow-cavity-treat>li:nth-of-type(2) .label {
  background: #6986b2;
}

.flow-cavity-treat>li:nth-of-type(2) .label::after {
  border-color: transparent transparent transparent #6986b2;
}

.flow-cavity-treat>li:nth-of-type(3) .label {
  background: #295392;
}

.flow-cavity-treat>li:nth-of-type(3) .label::after {
  border-color: transparent transparent transparent #295392;
}

.flow-cavity-treat .flow-ttl {
  font-size: 17px;
  font-family: "FOT-筑紫明朝 Pr6N R";
  text-align: center;
  margin: 0 0 20px;
}

.flow-cavity-treat .flow-desc {
  font-size: 13px;
}

.flow-root {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flow-root>li {
  border: 1px solid #e0e0e0;
  background: #fafafa;
  padding: 15px;
  margin: 0 0 15px;
  width: 32%;
}

.flow-root .flow-img {
  text-align: center;
  margin: 0 0 10px;
}

.flow-root .flow-desc {
  font-size: 14px;
  line-height: 1.8;
}

/*------------
インプラント
--------------*/
.list-implant-btn {
  display: flex;
  justify-content: space-between;
}

.list-implant-btn li {
  width: 49%;
}

.list-implant-btn a {
  background: #295392;
  color: #fff;
  display: block;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  padding: 10px 0;
  transition: .5s;
}

.list-implant-btn a:hover {
  opacity: .5;
}

/*------------
歯周病治療
--------------*/
.perio-rank {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.perio-rank li {
  color: #fff;
  padding: 15px;
  width: 20%;
  font-size: 12px;
  line-height: 1.7;
}

.perio-rank li:nth-of-type(1) {
  background: #D5D1C8;
}

.perio-rank li:nth-of-type(2) {
  background: #D9C9BA;
}

.perio-rank li:nth-of-type(3) {
  background: #E0B1A2;
}

.perio-rank li:nth-of-type(4) {
  background: #E79790;
}

.perio-rank li:nth-of-type(5) {
  background: #EB8686;
}

.perio-rank .ttl {
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  margin: 0 0 5px;
}

/*------------
お問い合わせ
--------------*/
.l-contact {
  background: url(../images/share/bg03.jpg);
  color: #fff;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px 0;
}

.l-contact .tel {
  display: block;
  font-family: "Cinzel";
  font-size: 35px;
  line-height: 1;
}

.l-contact .tel i {
  font-size: 23px;
  margin: 0 10px 0 0;
  vertical-align: 3px;
}

.l-contact p {
  font-size: 14px;
}

.l-contact .l-desc {
  margin: 0 0 0 50px;
}

.u-time {
  line-height: 1;
  overflow: hidden;
  margin: 0 0 5px;
}

.u-time dt {
  border: 1px solid #fff;
  padding: 3px 5px 4px;
  float: left;
  font-size: 12px;
}

.u-time dd {
  padding: 0 0 0 75px;
  line-height: 1.5;
}

/*------------
顎顔面矯正/矯正歯科
--------------*/
.list-ortho {
  display: flex;
  justify-content: space-between;
}

.list-ortho li {
  background: #8099b2;
  border-radius: 50%;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 16px;
  text-align: center;
  width: 110px;
  height: 110px;
  line-height: 110px;
}

.list-ortho.list-deducation li {
  width: 128px;
  height: 128px;
  background: #295392;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*------------
フォーム
--------------*/
.contact-form table {
  border-collapse: collapse;
  margin: 0 0 50px;
  width: 100%;
}

.contact-form table tr {
  border-bottom: 1px dashed #CCC;
}

.contact-form table th {
  padding: 20px 40px 20px 0;
  vertical-align: middle;
  text-align: left;
}

.contact-form table td {
  padding: 20px 0;
}

.contact-form .hissu {
  background: #E57373;
  border-radius: 2px;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 2px 8px;
  float: right;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form input[type="number"],
.contact-form select,
.contact-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #f1f1f1;
  border: none;
  border-radius: 2px;
  font-size: 16px;
  padding: 15px;
  width: 100%;
}

.contact-form select::-ms-expand {
  display: none;
}

.contact-form input[type="radio"],
.contact-form input[type="checkbox"] {
  vertical-align: 1px;
  margin: 0 10px 0 0;
}

.contact-form .select-wrap {
  position: relative;
}

.contact-form .select-wrap::after {
  content: "";
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.contact-form .mwform-radio-field,
.contact-form .mwform-checkbox-field {
  display: inline-block;
  margin-right: 10px;
}

.mw_wp_form .contact-form .horizontal-item+.horizontal-item {
  margin-left: 0;
}

.contact-form .mwform-tel-field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-form .mwform-zip-field input[type="text"] {
  width: 15%;
  min-width: 80px;
  margin: 0 10px;
}

.contact-form .mwform-tel-field input[type="text"] {
  width: 29%;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(1) {
  margin-right: 10px;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(2) {
  margin: 0 10px;
}

.contact-form .mwform-tel-field input[type="text"]:nth-of-type(3) {
  margin-left: 10px;
}

.contact-form textarea {
  height: 200px;
}

.contact-form .preferred-date {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.contact-form .preferred-date .date {
  width: 50%;
}

.contact-form .preferred-date .time {
  width: 45%;
}

.contact-form .pref {
  width: 45%;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus,
.contact-form select:focus {
  outline: 1px solid #419caf;
}

.contact-form .submit-btn {
  display: flex;
  justify-content: center;
}

.contact-form .submit-btn [type="submit"] {
  -webkit-appearance: none;
  background: #419caf;
  border: 1px solid #419caf;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 22px 40px;
  letter-spacing: 3px;
  transition: .3s;
  width: 250px;
}

.contact-form .submit-btn [type="submit"]:disabled,
.contact-form .submit-btn [type="submit"]:hover {
  opacity: .7;
}

.contact-form .submit-btn [type="submit"]:disabled {
  pointer-events: none;
}

.contact-form .submit-btn [type="submit"].back-btn {
  background: #999;
  border: none;
  margin-right: 50px;
}

.mw_wp_form_confirm .select-wrap::after {
  display: none;
}

/*------------
投稿パーツ
--------------*/
/*Post Type01*/
.list-post-type01 li {
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  padding: 0 0 25px;
  margin: 0 0 25px;
}

.list-post-type01 .list-ttl {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 20px;
  margin: 0 0 15px;
  position: relative;
  transition: .5s;
}

.list-post-type01 .list-ttl::before {
  content: "";
  background: #295392;
  width: 4px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 6px;
}

.list-post-type01 .list-ttl a:hover {
  opacity: .5;
}

.list-post-type01 .list-img {
  float: left;
  margin: 0 30px 0 0;
  width: 40%;
}

.list-post-type01 .list-img a {
  transition: .5s;
}

.list-post-type01 .list-img a:hover {
  opacity: .5;
}

.list-post-type01 .list-desc {
  flex: 1;
  margin: -5px 0 0;
}

.list-post-type01 .list-data {
  font-size: 13px;
  margin: 0 0 10px;
}

.list-post-type01 time {
  color: #8a8a8a;
  letter-spacing: 2px;
  margin: 0 10px 0 0;
}

.list-post-type01 .category {
  display: inline-block;
  background: #295392;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 10px 1px;
  vertical-align: 2px;
}

.list-post-type01 .category+.category {
  margin: 0 0 0 10px;
}

.list-post-type01 .list-btn {
  text-align: right;
}

.list-post-type01 .list-btn a {
  border: 1px solid #295392;
  display: inline-block;
  color: #295392;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  padding: 13px 35px;
  transition: .5s;
}

.list-post-type01 .list-btn a:hover {
  background: #295392;
  color: #fff;
}

/*詳細ページ*/
.l-post-single .l-ttl {
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-weight: bold;
  font-size: 25px;
  margin: 0 0 30px;
}

.l-post-single .post-data {
  margin: 0 0 20px;
}

.l-post-single .post-data time {
  color: #8a8a8a;
  font-size: 13px;
  letter-spacing: 2px;
  margin: 0 10px 0 0;
}

.l-post-single .post-data .category {
  display: inline-block;
  background: #295392;
  border-radius: 2px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 10px 1px;
  vertical-align: 1px;
}

.l-post-single .post-data .category+.category {
  margin: 0 0 0 10px;
}

.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px;
}

.postdata a {
  text-decoration: underline;
}

.postdata a:hover {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ul li>ul {
  margin: 0 0 0 15px;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ol li>ol {
  margin: 0 0 0 15px;
}

.author_info {
  background: #dfe6ec;
  padding: 20px;
  margin-bottom: 20px;
}

.pdf_link_btn {
  margin-bottom: 20px;
}

.pdf_link_btn a {
  width: 150px;
  display: block;
  background: #023466;
  color: #FFf;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.pdf_link_btn a:hover {
  color: #FFF;
  background: #57738f;
}

/*セレクト式カテゴリー*/
.select-area {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 50px;
}

.select-area .select-item {
  width: 30%;
  margin: 0 15px;
}

.select-area .select-ttl {
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  margin: 0 0 5px;
}

.select-area .select-category {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: #fff url(../images/select_down.svg) no-repeat;
  background-size: 24px 24px;
  background-position: right 11px center;
  border-radius: 0;
  border: 2px solid #333;
  color: #333;
  font-size: 16px;
  vertical-align: middle;
  height: 40px;
  padding: 5px 12px;
  width: 100%;
}

.select-area .select-category::-ms-expand {
  display: none;
}

/*ページャー*/
.post-number {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 50px 0 0;
}

.post-number a {
  color: #333;
  display: block;
  margin: 0 15px 10px;
  text-decoration: none;
}

.post-number a:hover {
  color: #295392;
}

.post-number .current {
  background: #295392;
  color: #fff;
  display: block;
  margin: 0 5px 10px;
  line-height: 30px;
  text-align: center;
  min-width: 30px;
}

/*------------
common
--------------*/
.fixed:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

.fade {
  transition: .2s;
}

.fade:hover {
  opacity: .5;
}

.bold,
strong {
  font-weight: bold;
}

.red {
  color: #F44336;
}

.blue {
  color: #295392;
}

.notice {
  font-size: 13px;
  text-indent: -1rem;
  padding: 0 0 0 15px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb30-15 {
  margin-bottom: 30px !important;
}

.mb50-30 {
  margin-bottom: 50px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.marker {
  background: linear-gradient(transparent 60%, #ff6 60%);
}

/*------------
slick
--------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  text-align: center;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

.slick-prev,
.slick-next {
  border: none;
  background: transparent;
  cursor: pointer;
  color: transparent;
}

.slick-prev,
.slick-next {
  background: url(../images/share/slick_arrow.jpg) no-repeat 0 0/contain;
  display: block;
  position: absolute;
  top: calc(50% - 25px);
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.slick-prev:focus,
.slick-next:focus {
  outline: 0;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 13px;
  height: 13px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  padding: 0;
  background: #eee;
  border-radius: 50%;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  background: #231815;
}

.slick-dots li.slick-active button {
  background: #231815;
}

.box-style02 {
  background: #F7F7F7;
  border-top: 2px solid #D7D7D7;
  padding: 40px;
}

.box-style02 .box-ttl {
  font-size: 18px;
  font-family: "FOT-筑紫明朝 Pr6N R";
  margin: 0 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D7D7D7;
}

.deducation-figure {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.deducation-figure>li {
  width: calc(100% / 3 - 20px);
  padding: 20px;
  background: #8099b2;
  color: #FFF;
  font-family: "FOT-筑紫明朝 Pr6N R";
  font-size: 14px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.deducation-figure>li.fill {
  background: #295392;
}

.deducation-figure>li:nth-of-type(2)::before,
.deducation-figure>li:nth-of-type(3)::before {
  font-family: "FOT-筑紫明朝 Pr6N R";
  position: absolute;
  top: calc(50% - 14px);
  color: #000;
}

.deducation-figure>li:nth-of-type(2)::before {
  content: "-";
  left: -19px;
}

.deducation-figure>li:nth-of-type(3)::before {
  content: "=";
  left: -22px;
}
