.under #top_info {
  position: relative;
  z-index: 1;
  background: url("../images/under_main.jpg") center center no-repeat;
  background-size: cover
}
.under #top_info .inner {
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 130px 0 40px
}
h2 {
  font-size: 40px;
  color: #fff;
  background: rgba(0, 0, 0, .1);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 25%, rgba(0, 0, 0, 0.7) 75%, rgba(0, 0, 0, 0) 100%);
  padding: 20px;
  height: 150px;
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center
}
h2 br {
  display: none
}
h3 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
  color: #3d983d;
  position: relative;
  padding-bottom: 20px
}
h3:before {
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  background: #222;
  height: 2px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0
}
h3 span {
  display: block;
  font-size: 16px;
  color: #ccc;
  line-height: 1.4em;
  text-transform: capitalize;
  font-weight: normal;
  letter-spacing: .1em;
  margin-bottom: 10px
}
h4 {
  font-size: 26px;
  padding: 12px 20px 8px;
  background: url("../images/bg_pattern03.png") repeat;
  background-size: 100px auto;
  margin-bottom: 30px
}
h5 {
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 15px
}
h5:before {
  position: absolute;
  content: "";
  display: block;
  width: 3px;
  background: #5f8876;
  height: 68%;
  top: 50%;
  transform: translateY(-50%);
  left: 0
}
h6 {
  font-size: 20px;
  color: #5f8876;
  margin-bottom: 30px
}
h6 span {
  display: inline-block;
  border-bottom: #5f8876 1px solid;
  padding-bottom: 2px
}
.image-l {
  float: left;
  margin: 0 50px 0 0;
  line-height: 0
}
.image-r {
  float: right;
  margin: 0 0 0 50px;
  line-height: 0
}
.image-c {
  text-align: center;
  margin: 0 auto 20px;
  line-height: 0
}
section {
  padding: 0;
  margin: 0 0 100px 0
}
section:last-child {
  margin-bottom: 0
}
section section {
  padding: 0;
  margin: 0 0 50px 0
}
table {
  margin-bottom: 30px
}
table:last-child {
  margin-bottom: 0
}
#topic-path {
  width: 100%;
  padding: 50px 0
}
#topic-path ul a {
  text-decoration: none;
  color: #3d983d;
  border-bottom: rgba(63, 143, 37, .5) 1px solid;
  padding-bottom: 2px
}
#topic-path ul li {
  position: relative;
  display: inline-block;
  line-height: 1.4em;
  font-size: 14px
}
#topic-path ul li::after {
  content: "";
  display: inline-block;
  margin: 0 10px;
  background: url("../images/arrow_topic.png") center center no-repeat;
  background-size: 100% auto;
  width: 6px;
  height: 8px
}
#topic-path ul li:last-child::after {
  display: none
}
#topic-path .ulist li {
  font-weight: bold;
  margin-bottom: 15px
}
#topic-path .ulist li:last-child {
  margin-bottom: 0
}
.utbl, .mailform {
  margin-bottom: 30px;
  border-spacing: 0
}
.utbl th, .utbl td, .mailform th, .mailform td {
  border: #ccc 1px solid;
  padding: 20px 20px 19px;
  line-height: 1.8em;
  background: #fff
}
.utbl th, .mailform th {
  font-weight: 400;
  background: var(--color-secondary);
  color: #fff
}
.utbl td, .mailform td {
  vertical-align: top
}
.utbl.td-center td, .mailform.td-center td {
  text-align: center;
  vertical-align: middle
}
.utbl:last-child, .mailform:last-child {
  margin-bottom: 0
}
.mailform th {
  flex-shrink: 0;
  width: 30%
}
.mailform td {
  width: 70%
}
.tbl-scroll:not(:last-child) {
  margin-bottom: 30px
}
.tbl-scroll table {
  table-layout: fixed
}
.wp-pagenavi, .pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px
}
.wp-pagenavi span, .wp-pagenavi a, .pagination span, .pagination a {
  display: inline-flex;
  min-width: 34px;
  height: 34px;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff;
  line-height: 1.4em;
  padding: 3px 5px 5px;
  font-weight: 600;
  background: #b5b5b5;
  text-decoration: none;
  margin: 5px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: none
}
.wp-pagenavi span.current, .wp-pagenavi a.current, .pagination span.current, .pagination a.current {
  background: var(--color-primary);
  padding-top: 6px
}
.wp-pagenavi span.prev, .wp-pagenavi span.next, .wp-pagenavi a.prev, .wp-pagenavi a.next, .pagination span.prev, .pagination span.next, .pagination a.prev, .pagination a.next {
  padding-left: 10px;
  padding-right: 10px
}
.under footer {
  margin-top: 120px
}
#content .mb05 {
  margin-bottom: 5px
}
#content .w20 {
  width: 20%
}
#content .w25 {
  width: 25%
}
#content .w33 {
  width: 33.33%
}
#content .green {
  color: #1c6e2d
}
#content .txt_spec {
  font-size: 120%;
  color: #22621f
}
#content .txt_small {
  font-size: 160%
}
.mb30 {
  margin-bottom: 30px
}
.float01 {
  display: inline-block;
  width: calc(100% - 500px)
}
.ulist:not(:last-child) {
  margin-bottom: 15px
}
.ulist.list_2col {
  display: flex;
  flex-wrap: wrap
}
.ulist.list_2col li {
  width: 50%
}
.ulist li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 24px;
  line-height: 1.6em;
  text-align: left;
  z-index: 1
}
.ulist li::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 8px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #766a42;
  background: linear-gradient(310deg, rgb(118, 106, 66) 48%, rgb(136, 124, 83) 48%)
}
.ulist li:last-child {
  margin-bottom: 0
}
.ulist.link li::before {
  width: 8px;
  height: 8px;
  top: 10px;
  border-radius: 0;
  background: none;
  border-top: #307f2a 1px solid;
  border-right: #307f2a 1px solid;
  transform: rotate(45deg)
}
.ulist.number {
  counter-reset: li
}
.ulist.number li {
  padding-left: 32px
}
.ulist.number li:before {
  counter-increment: li;
  content: "0"counter(li);
  z-index: 2;
  font-weight: bold;
  font-size: 16px;
  color: #304f94;
  line-height: 1;
  left: 0;
  letter-spacing: .05em;
  padding-top: 3px;
  position: absolute;
  top: 5px;
  background: none
}
.ulist.bold li {
  font-weight: bold
}
.frame01 {
  padding: 50px;
  background: url("../images/s02_bg04.png") no-repeat;
  background-size: cover;
  border: rgba(81, 111, 128, .6) 10px solid;
  margin-bottom: 30px
}
.frame01:last-child {
  margin-bottom: 0
}
.title-frame {
  text-align: center;
  line-height: 1.6em;
  font-family: var(--font-yumincho);
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  color: #3d983d;
}
.clinic_list {
  gap: 20px
}
.content_box {
  margin-bottom: 30px;
  font-size: 16px
}
.content_box:last-child {
  margin-bottom: 0
}
.content_box img {
  max-height: 400px;
  max-width: 800px;
  width: auto;
  height: auto
}
.content_box p {
  font-size: 16px
}
.content_box ol, .content_box ul {
  margin-bottom: 30px
}
.content_box ol li, .content_box ul li {
  list-style: inherit;
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
  text-align: left;
  line-height: 1.6em;
  font-size: 18px
}
.content_box ol li span, .content_box ul li span {
  line-height: 1.6em;
  display: block
}
.content_box ol li:last-child, .content_box ul li:last-child {
  margin-bottom: 0
}
.content_box ol {
  padding-left: 20px
}
.content_box ol li {
  padding-left: 0
}
.content_box ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
  z-index: 1
}
.content_box ul li::before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 8px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #766a42;
  background: linear-gradient(310deg, rgb(118, 106, 66) 48%, rgb(136, 124, 83) 48%)
}
.content_box ul ::marker {
  color: rgba(0, 0, 0, 0)
}
.content_box ::marker {
  font-size: 16px;
  line-height: 1;
  color: var(--color-green);
  font-weight: bold
}
.list_news {
  display: flex;
  flex-wrap: wrap;
  gap: 0
}
.list_news li {
  width: calc((100% - 60px)/3);
  margin: 10px
}
.list_news li a {
  display: block;
  position: relative;
  z-index: 1;
  color: #333;
  text-decoration: none;
  background: #fff;
  border-radius: 4px;
  padding: 10px 10px 40px;
  border: #ccc 1px solid;
  height: 100%
}
.list_news li a img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto
}
.list_news li a i {
  font-style: normal
}
.list_news li a .img {
  height: 240px;
  display: flex;
  justify-content: center;
  align-items: center
}
.list_news li a .cate_date {
  display: flex;
  justify-content: space-between;
  color: var(--color-gray);
  font-size: 12px;
  margin: 12px 0 8px;
  letter-spacing: .1em
}
.list_news li a .cate_date i:last-child {
  font-size: 14px
}
.list_news li a .title {
  font-weight: 600;
  display: block;
  line-height: 1.9em
}
.list_news li a .ic_more {
  position: absolute;
  font-size: 12px;
  right: 26px;
  bottom: 16px;
  color: #3e8429;
  letter-spacing: .05em
}
.list-btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap
}
.list-btn .btn01 {
  margin: 10px;
  max-width: 300px
}
.under .s05_img {
  top: 30px;
  width: 400px;
  margin: 0 0 0 -20px;
  border: #fff 5px solid
}
.under .s05_img p {
  display: none
}
.under .s05_img .box_name {
  height: 180px
}
.under .s05_img .box_name:before {
  background-size: 100% 100%
}
.under .s05_cont {
  margin: 0 -50px 0 0;
  background: #fff;
  padding: 50px 140px 50px 50px
}
.under .s05_cont h4 {
  font-size: 26px
}
.u_box_staff {
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: center;
  padding-right: 40px
}
.list_qa dl {
  margin-bottom: 40px
}
.list_qa dl:last-child {
  margin-bottom: 0
}
.list_qa dt {
  position: relative;
  font-family: var(--font-yumincho);
  font-size: 24px;
  line-height: 1.4em;
  padding: 12px 20px 10px 100px;
  letter-spacing: .05em;
  min-height: 100px;
  display: flex;
  align-items: center;
  background: #E5F7D4;
background: linear-gradient(-5deg,rgba(229, 247, 212, 1) 10%, rgba(165, 230, 97, 1) 100%);
}
.list_qa dd {
  border: #bbb 1px solid;
  border-top: none;
  position: relative;
  line-height: 1.8em;
  padding: 16px 20px 16px 100px;
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  transition: .1s all;
  min-height: 90px;
  height: auto
}
.list_qa dl.active dd {
  opacity: 0;
  height: 0;
  min-height: 0;
  visibility: hidden
}
.list_qa dt span, .list_qa dd span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 29px;
  font-family: var(--font-yumincho);
  font-size: 25px;
  color: #516f80;
  background: #fff
}
.list_qa dd span {
  color: #fff;
  background: #516f80
}
.list_col {
  display: flex;
  gap: 20px;
  margin-bottom: 40px
}
.list_col:last-child {
  margin-bottom: 0
}
.list_col dl {
  flex: 1;
  border: #ccc 1px solid;
  padding: 2px
}
.list_col dl dd {
  padding: 20px
}
.list_col dl dd .title-frame {
  margin-bottom: 10px;
  line-height: 1.4em
}
.list_col.color dl {
  border: #bcc5b6 5px solid;
  background: url("../images/s02_bg04.png") no-repeat #f6fff4;
  background-size: cover;
  padding: 20px
}
.list_be_af {
  display: flex;
  justify-content: center;
  margin-bottom: 40px
}
.list_be_af li {
  width: 470px;
  position: relative;
  margin-right: 80px;
  text-align: center;
  background: #F0F0F0;
}
.list_be_af li img {
  width: auto
}
.list_be_af li span {
  background: var(--color-clr01);
  color: #fff;
  padding: 10px;
  display: block;
  text-align: center;
  font-family: var(--font-yumincho);
  font-size: 20px
}
.list_be_af li:after {
  position: absolute;
  content: "";
  display: block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 40px;
  height: 50px;
  background: var(--color-clr01);
  top: 50%;
  transform: translateY(-50%);
  right: -60px
}
.list_be_af li:last-child {
  margin-right: 0
}
.list_be_af li:last-child:after {
  display: none
}
.title_case {
  text-align: center;
  background: none;
  color: var(--color-clr01);
  opacity: .6;
  font-size: 40px;
  border-bottom: #ccc 1px solid;
  line-height: 1
}
.u_map {
  height: 450px
}
.u_map iframe {
  height: 100%;
  width: 100%
}
.under main .box_ytb {
  width: 100%;
  height: auto;
  margin: 0 auto;
  aspect-ratio: 16/9;
  max-width: 100%;
}
.under main .box_ytb iframe {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
.clinic_slide {
  max-width: 800px;
  margin: 0 auto 40px
}
.clinic_nav .slick-list {
  padding: 0 !important
}
.clinic_nav .slick-track {
  display: flex !important;
  flex-wrap: wrap;
  transform: none !important;
  gap: 10px
}
.clinic_nav .slick-track li {
  flex: 1;
  cursor: pointer
}
.clinic_nav .slick-current {
  opacity: .7
}
.slick-arrow {
  position: absolute;
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  left: -60px;
  border: none;
  text-indent: 9999px
}
.slick-prev {
  background: url("../images/arrow-prev-w.png") center center no-repeat #425b51;
  background-size: 8px auto
}
.slick-next {
  background: url("../images/arrow-next-w.png") center center no-repeat #425b51;
  background-size: 8px auto;
  left: auto;
  right: -60px
} /*# sourceMappingURL=under.css.map */