@charset "UTF-8";
/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
* {
  font-feature-settings: "palt";
  box-sizing: border-box;
}

body {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.6;
  letter-spacing: 0.6px;
}

.header-container,
.main,
.sidebar,
.footer {
  background-color: initial;
}

a {
  color: #333;
}

a.white_arrow::after {
  content: "";
  background-color: #fff;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
  transition: 0.5s;
}

a.black_arrow::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
  transition: 0.5s;
}

a.white_new_window::after {
  content: "";
  background-color: #fff;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/new_window.svg);
  mask: url(/wp-content/uploads/2021/10/new_window.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
  transition: 0.5s;
}

a.black_new_window::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/new_window.svg);
  mask: url(/wp-content/uploads/2021/10/new_window.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
  transition: 0.5s;
}

ul {
  list-style-type: none;
}

p {
  text-align: justify;
}

h3 {
  line-height: 4em;
  padding-left: 16px;
  position: relative;
  margin: 0 !important;
  border: 0 !important;
}

h3::before {
  width: 4px;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 0;
  content: "";
  background: #8bb776;
}

.button a {
  color: #fff;
  display: block;
  text-align: center;
  background: #8bb776;
  padding: 15px 0;
  margin: 10px 0 0;
  border-radius: 10px;
  font-size: 16px;
  transition: 0.5s;
  text-decoration: none;
  line-height: 1.6em;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.button a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #6ca750;
  transform-origin: 100% 50%;
  transform: scaleX(0);
  transition: transform ease 0.3s;
  border-radius: 10px;
}

.button a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}

.price_table {
  border: solid 1px #f39a26;
  border-radius: 10px;
}

.price_table table {
  width: 100% !important;
}

.price_table table tr:last-child th {
  border-bottom: 0;
}

.price_table table tr:last-child td {
  border-bottom: 0;
}

.price_table table tr th {
  border-bottom: 1px solid #f19c1f;
  border-right: 1px solid #f19c1f;
  padding: 10px;
  background: #fdf5ea;
  font-size: 1em;
}

.price_table table tr td {
  border-bottom: 1px solid #f19c1f;
  padding: 10px;
  background: #fff;
  font-size: 1em;
}

.strong_text {
  font-weight: bold;
  background: linear-gradient(transparent 80%, #f79174 0%);
  display: inline;
}

.notice {
  text-indent: -1em;
  padding: 0 0 0 1em;
  line-height: 1.4em;
}

.width300 {
  width: 300px;
}

.width100per {
  width: 100% !important;
}

.su-animate {
  margin: 0;
}

.sp_display {
  display: block;
}

.pc_display {
  display: none;
}

.display_banner {
  display: flex;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .notice {
    margin: 0 0 5px 0 !important;
    font-size: 14px;
  }
  .pc_display {
    display: block;
  }
  .sp_display {
    display: none;
  }
  .sp_display_banner {
    display: none;
  }
}

/*header*/
.header-container-in.hlt-top-menu #header-in .tagline {
  display: block;
  margin: 0;
  line-height: 1.2em;
  background: #8bb776;
  color: #fff;
  padding: 5px 0;
}

.header-container-in.hlt-top-menu #header-in .header_info {
  display: none;
}

@media screen and (min-width: 768px) {
  .fixed-header .header {
    display: none;
  }
  .header-container-in.hlt-top-menu {
    display: block;
    width: initial;
  }
  .header-container-in.hlt-top-menu #header-in {
    flex-direction: initial;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header-container-in.hlt-top-menu #header-in .tagline {
    flex-basis: 100%;
  }
  .header-container-in.hlt-top-menu #header-in .logo {
    padding: 30px;
  }
  .header-container-in.hlt-top-menu #header-in .logo img {
    max-height: 40px;
  }
  .header-container-in.hlt-top-menu #header-in .header_info {
    display: block;
    padding: 20px;
    margin: 0 20px 0 auto;
  }
  .header-container-in.hlt-top-menu #header-in .header_info .header_info_tel {
    display: flex;
    font-weight: bold;
  }
  .header-container-in.hlt-top-menu #header-in .header_info .header_info_tel li:first-child {
    font-size: 16px;
    padding: 16px 10px 0 0;
  }
  .header-container-in.hlt-top-menu #header-in .header_info .header_info_tel li:last-child {
    text-align: center;
  }
  .header-container-in.hlt-top-menu #header-in .header_info .header_info_tel li:last-child img {
    width: 24px;
    margin: 0 4px 0 0;
  }
  .header-container-in.hlt-top-menu #header-in .header_info .header_info_tel li:last-child a {
    text-decoration: none;
    font-size: 36px;
  }
}

@media screen and (max-width: 767px) {
  #header .site-name-text {
    padding: 10px 0;
    width: 70%;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .header-container-in.hlt-top-menu #header-in .header_info .header_info_tel {
    justify-content: center;
  }
}

/*footer*/
.footer_info {
  padding: 0 20px;
}

.footer_info ul {
  padding-left: 0;
}

.footer_info .footer_info_left {
  margin: 0 0 40px 0;
}

.footer_info .footer_info_left a img {
  width: 90%;
}

.footer_info .footer_info_left .medical_subjects {
  display: flex;
  margin: 0 0 20px 0;
}

.footer_info .footer_info_left .medical_subjects li {
  border: solid 2px #555;
  border-radius: 10px;
  padding: 0px 10px;
  font-weight: bold;
  margin: 0 5px;
  background: #fff;
}

.footer_info .footer_info_left .footer_info_tel {
  margin: 30px 0 0;
  border-top: solid 2px #8bb776;
  border-bottom: solid 2px #8bb776;
  font-weight: bold;
}

.footer_info .footer_info_left .footer_info_tel li:first-child {
  font-size: 20px;
  text-align: center;
  padding: 10px 0 0;
}

.footer_info .footer_info_left .footer_info_tel li:last-child {
  text-align: center;
}

.footer_info .footer_info_left .footer_info_tel li:last-child img {
  width: 24px;
  margin: 0 4px 0 0;
}

.footer_info .footer_info_left .footer_info_tel li:last-child a {
  text-decoration: none;
  font-size: 36px;
}

.footer_info .footer_info_left table.info_hours {
  background-color: #f6f3ea;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px 10px 0 10px;
  border-collapse: initial;
}

.footer_info .footer_info_left table.info_hours tr {
  background: none;
}

.footer_info .footer_info_left table.info_hours th,
.footer_info .footer_info_left table.info_hours td {
  border: 0;
  padding: 10px 10px;
  background: none;
  border-bottom: 1px solid #888 !important;
}

.footer_info .footer_info_left table.info_hours .info_hours_03 th,
.footer_info .footer_info_left table.info_hours .info_hours_03 td {
  border-bottom: 0 !important;
}

.footer_info .footer_info_right iframe {
  width: 100%;
  height: 360px;
}

.footer_info .footer_info_right a.black_arrow::after {
  content: "";
  background-color: #555;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  margin: 0 0 2px 10px;
  transition: 0.5s;
}

/*フッターメニュー*/
.navi-footer-in a:hover {
  background-color: none;
  color: #8bb776;
}

/*モバイルスライドインメニュー*/
#navi-menu-content {
  background: #fcfcf9;
}

#navi-menu-content .menu-close-button {
  text-align: right;
  color: #4c4537;
  background: #f6f3ea;
}

#navi-menu-content .menu-close-button span {
  padding: 0 10px 0 0;
}

#navi-menu-content .menu-drawer li {
  border-bottom: dotted 1px #8bb776;
  padding: 5px 0;
}

#navi-menu-content .menu-drawer li .sub-menu li {
  position: relative;
  border-bottom: 0;
}

#navi-menu-content .menu-drawer li .sub-menu li:before {
  width: 8px;
  height: 8px;
  background: #8bb776;
  border-radius: 10px;
  position: absolute;
  top: 1em;
  left: -10px;
  content: "";
}

#navi-menu-content .menu-drawer li .sub-menu li:last-child {
  border-bottom: 0;
}

#navi-menu-content .mobile_slide_info {
  padding: 0 10px;
}

#navi-menu-content .mobile_slide_info .footer_info_tel {
  margin: 0;
  padding: 0;
  border-top: solid 2px #8bb776;
  border-bottom: solid 2px #8bb776;
  font-weight: bold;
  color: #555;
}

#navi-menu-content .mobile_slide_info .footer_info_tel li:first-child {
  font-size: 20px;
  text-align: center;
  padding: 10px 0 0;
}

#navi-menu-content .mobile_slide_info .footer_info_tel li:last-child {
  text-align: center;
}

#navi-menu-content .mobile_slide_info .footer_info_tel li:last-child img {
  width: 24px;
  margin: 0 4px 0 0;
}

#navi-menu-content .mobile_slide_info .footer_info_tel li:last-child a {
  text-decoration: none;
  font-size: 8vw;
}

#navi-menu-content .mobile_slide_info table.info_hours {
  background-color: #f6f3ea;
  border-radius: 10px;
  font-size: 16px;
  padding: 5px 5px 0 5px;
  border-collapse: initial;
  color: #555;
  margin: 10px 0 0 0;
}

#navi-menu-content .mobile_slide_info table.info_hours tr {
  background: none;
}

#navi-menu-content .mobile_slide_info table.info_hours th,
#navi-menu-content .mobile_slide_info table.info_hours td {
  border: 0;
  padding: 5px;
  background: none;
  border-bottom: 1px solid #888 !important;
  letter-spacing: 0.1em;
}

#navi-menu-content .mobile_slide_info table.info_hours .info_hours_03 th,
#navi-menu-content .mobile_slide_info table.info_hours .info_hours_03 td {
  border-bottom: 0 !important;
}

#navi-menu-content .mobile_slide_info .info_hours_note {
  color: #555;
  font-size: 4vw;
  margin: 5px 0 0;
}

#navi-menu-content .mobile_slide_info .button a {
  margin: 10px 0;
}

.mobile-menu-buttons {
  background: #4c4537;
  color: #fff;
}

.mobile-menu-buttons .menu-button > a {
  color: #fff;
}

.go-to-top-button {
  background-color: #8bb776;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer_info {
    padding: 0;
  }
  .footer_info ul {
    padding-left: 0;
    display: flex;
    justify-content: center;
  }
  .footer_info .footer_info_left {
    margin: 0 40px 0 0;
  }
  .footer_info .footer_info_left a img {
    width: 361px;
  }
  .footer_info .footer_info_left p {
    margin: 0 0 10px 0;
  }
  .footer_info .footer_info_left .medical_subjects {
    justify-content: flex-start;
  }
  .footer_info .footer_info_right {
    margin: 0 0 0 0;
    width: 500px;
  }
  .footer_info .footer_info_right iframe {
    height: 450px;
  }
  .footer_info .footer_info_tel li:first-child {
    font-size: 20px;
    text-align: center;
    padding: 10px 20px 10px 0;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .footer_info ul {
    flex-wrap: wrap;
  }
  .footer_info .footer_info_left {
    margin: 0 40px 40px 0;
    width: 500px;
  }
  .footer_info .footer_info_right {
    margin: 0 0 0 0;
    width: 500px;
  }
  .footer_info .footer_info_right iframe {
    height: 450px;
  }
  .footer_info .footer_info_tel li:first-child {
    font-size: 20px;
    text-align: center;
    padding: 10px 20px 10px 0;
  }
}

@media screen and (max-width: 480px) {
  .navi-footer-in > .menu-footer li.menu-item {
    width: 100%;
    text-align: left;
  }
  .navi-footer-in > .menu-footer li.menu-item a {
    font-size: 14px;
    margin: 0 0 10px 0;
  }
}

/*navi*/
@media screen and (min-width: 768px) {
  .hlt-tm-right .navi-in > ul {
    justify-content: center;
    border-bottom: solid 2px #8bb776;
  }
  .hlt-tm-right .navi-in > ul li a {
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
  }
  .hlt-tm-right .navi-in > ul li a:hover {
    color: #8bb776;
    background-color: initial;
  }
  .hlt-tm-right .navi-in > ul li#menu-item-265:hover .sub-menu {
    display: flex;
  }
  .hlt-tm-right .navi-in > ul .sub-menu {
    background-color: #ffffff;
    border: solid 2px #8bb776;
    border-radius: 10px;
    top: 55px;
    flex-wrap: wrap;
    width: 600px;
    justify-content: center;
  }
  .hlt-tm-right .navi-in > ul .sub-menu:hover {
    display: flex;
  }
  .hlt-tm-right .navi-in > ul .sub-menu li {
    width: 190px !important;
    height: 50px;
    line-height: 50px;
    position: relative;
    list-style-type: disc !important;
  }
}

/************************************
** TOPページ
************************************/
.page-id-9 article {
  margin-bottom: 0 !important;
}

.page-id-9 .article-header {
  display: none;
}

.page-id-9 .content {
  margin-top: 0;
  overflow: hidden;
}

.page-id-9 .content .content-in {
  width: initial;
}

.page-id-9 main {
  padding: 0;
}

.page-id-9 main .entry-content {
  width: 100% !important;
}

#post-9 h2 {
  background: none;
  color: #706858;
  margin: 0 0 40px 0;
  padding: 0;
  text-align: center;
  position: relative;
  font-size: 24px;
  line-height: 1.6em;
}

#post-9 h2:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #8bb776;
  bottom: -16px;
  left: calc(50% - 15px);
}

@media screen and (min-width: 768px) {
  #post-9 h2 {
    margin: 0 0 60px 0;
  }
}

/*hero*/
.page-id-9 .hero {
  position: relative;
  height: 500px;
  overflow: hidden;
}

.page-id-9 .hero .sp_mv {
  width: 100%;
  height: auto;
}

.page-id-9 .hero .sp_mv img {
  object-fit: cover;
}

.page-id-9 .hero .title {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 6vw;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-shadow: 2px 2px 4px #fff, -2px 2px 2px #fff, 2px 0px 2px #fff;
}

.page-id-9 .hero .hero_info_hours {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.page-id-9 .hero .hero_info_hours .white_bg {
  width: 90%;
  margin: 0 auto 10px;
  background: #fff;
  border-radius: 10px;
  padding: 10px;
}

.page-id-9 .hero .info_hours {
  width: 100%;
  margin: 0;
  font-size: 18px;
}

.page-id-9 .hero table.info_hours th {
  background: none;
  border: 0;
  margin: 0;
}

.page-id-9 .hero table.info_hours td {
  background: none;
  border: 0;
  width: 10%;
  text-align: center;
  color: #8bb776;
}

.page-id-9 .hero table.info_hours tr:nth-of-type(2n + 1) {
  background: none;
}

.page-id-9 .hero table.info_hours .info_hours_01 th,
.page-id-9 .hero table.info_hours .info_hours_01 td,
.page-id-9 .hero table.info_hours .info_hours_02 th,
.page-id-9 .hero table.info_hours .info_hours_02 td {
  border-bottom: 1px solid #ccc;
}

.page-id-9 .hero .info_hours_note {
  font-size: 12px;
}

.movetext {
  opacity: 0;
}

.movetext span {
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .page-id-9 .hero {
    height: 650px;
    overflow: hidden;
  }
  .page-id-9 .hero .pc_mv {
    width: 100%;
    height: auto;
  }
  .page-id-9 .hero .pc_mv img {
    object-fit: cover;
    height: 650px;
  }
  .page-id-9 .hero .title {
    font-size: 40px;
    text-shadow: 3px 3px 2px #fff;
  }
  .page-id-9 .hero .hero_info_hours {
    bottom: 20px;
    right: 20px;
    width: initial;
  }
  .page-id-9 .hero .hero_info_hours .white_bg {
    width: 380px;
  }
  .page-id-9 .hero .info_hours {
    width: 100%;
    margin: 0;
    font-size: 18px;
  }
  .page-id-9 .hero table.info_hours th {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
  }
  .page-id-9 .hero table.info_hours td {
    background: none;
    border: 0;
    width: 10%;
    text-align: center;
    color: #8bb776;
  }
  .page-id-9 .hero table.info_hours tr:nth-of-type(2n + 1) {
    background: none;
  }
  .page-id-9 .hero table.info_hours .info_hours_01 th,
  .page-id-9 .hero table.info_hours .info_hours_01 td,
  .page-id-9 .hero table.info_hours .info_hours_02 th,
  .page-id-9 .hero table.info_hours .info_hours_02 td {
    border-bottom: 1px solid #ccc;
  }
  .page-id-9 .hero .info_hours_note {
    font-size: 12px;
  }
}

/*news*/
.page-id-9 .news {
  padding: 40px 20px;
  position: relative;
}

.page-id-9 .news::after {
  content: "news";
  position: absolute;
  top: 9%;
  right: -7%;
  font-size: 30vw;
  z-index: -1;
  color: #f6f3ea6b;
}

.page-id-9 .news ul {
  padding: 0;
}

.page-id-9 .news ul li {
  margin: 0 0 10px 0;
  border-bottom: solid 1px #f2ece0;
}

.page-id-9 .news ul li time {
  border: solid 1px #333;
  border-radius: 20px;
  font-size: 16px;
  padding: 5px 10px;
}

.page-id-9 .news ul li h3 {
  padding: 0 !important;
  padding-left: 0 !important;
  margin: 0 !important;
  background: none;
  font-weight: initial;
  font-size: 16px;
  border: none;
  line-height: 3em !important;
}

.page-id-9 .news ul li h3::before {
  display: none;
}

.page-id-9 .news ul li h3 a {
  text-decoration: none;
}

.page-id-9 .news .news_text_link {
  text-align: right;
  display: block;
  margin: 10px 0 0 0;
}

@media screen and (min-width: 768px) {
  .page-id-9 .news {
    padding: 80px 0;
    margin: 0 auto;
    width: 800px;
  }
  .page-id-9 .news::after {
    top: -30%;
    right: -66%;
    font-size: 20vw;
  }
  .page-id-9 .news ul {
    padding: 0;
  }
  .page-id-9 .news ul li {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 10px 0;
  }
  .page-id-9 .news ul li time {
    margin: 0 10px 0 0;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .page-id-9 .news {
    width: initial;
    padding: 40px;
  }
}

/*troubles*/
.page-id-9 .troubles {
  background: #f6f3ea;
  padding: 40px 20px;
}

.page-id-9 .troubles p {
  font-size: 18px;
  margin: 0 0 10px 0;
}

.page-id-9 .troubles ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}

.page-id-9 .troubles ul li {
  width: 48%;
}

.page-id-9 .troubles ul li a {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 10px 0;
  border: solid 1px #8bb776;
  text-decoration: none;
}

.page-id-9 .troubles ul li a h3 {
  margin: 0;
  border: 0;
  font-size: 12px;
  text-align: center;
}

.page-id-9 .troubles ul li a h3::before {
  display: none;
}

.page-id-9 .troubles ul li a img {
  height: 100px;
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .page-id-9 .troubles {
    padding: 80px 0;
  }
  .page-id-9 .troubles .block-group__inner-container {
    width: 1200px;
    margin: 0 auto;
  }
  .page-id-9 .troubles p {
    text-align: center;
    margin: 0 0px 30px 0;
  }
  .page-id-9 .troubles ul li {
    width: 190px;
  }
  .page-id-9 .troubles ul li a {
    padding: 20px 0 30px;
  }
  .page-id-9 .troubles ul li a h3 {
    font-size: 16px;
    padding: 20px 0 0 0;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .page-id-9 .troubles .block-group__inner-container {
    width: initial;
  }
  .page-id-9 .troubles ul a {
    padding: 30px 0;
  }
}

/*doctor*/
.page-id-9 .doctor {
  padding: 40px 20px;
  position: relative;
}

.page-id-9 .doctor::after {
  content: "director";
  position: absolute;
  bottom: 44%;
  left: -5%;
  font-size: 25vw;
  z-index: -1;
  color: #f6f3ea6b;
}

.page-id-9 .doctor figure {
  box-shadow: 10px 10px 0px 0 #f6f3ea !important;
}

@media screen and (min-width: 768px) {
  .page-id-9 .doctor {
    padding: 80px 0;
  }
  .page-id-9 .doctor::after {
    bottom: -10%;
    left: -5%;
    font-size: 24vw;
  }
  .page-id-9 .doctor .block-group__inner-container {
    width: 1000px;
    margin: 0 auto;
  }
  .page-id-9 .doctor .block-group__inner-container .button {
    margin: 0 0 0 auto;
    width: 300px;
  }
  .page-id-9 .doctor figure img {
    position: relative;
    box-sizing: border-box;
    background-color: #ccc;
  }
  .page-id-9 .doctor figure img::after {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0));
    transform-origin: 50% 0;
    transform: translateY(50%) skewY(-45deg) skewX(25deg) scaleY(1.5);
    transition: transform 1s;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .page-id-9 .doctor {
    padding: 80px 40px;
  }
  .page-id-9 .doctor .wp-block-group__inner-container {
    width: initial;
  }
}

/*medical_information*/
.page-id-9 .medical_information {
  background: #f6f3ea;
  padding: 40px 20px;
  margin-bottom: 0;
}

.page-id-9 .medical_information .medical_information_subjects {
  border: solid 2px #555;
  border-radius: 10px;
  padding: 0 10px;
  font-weight: bold;
  margin: 5px 5px 0 0;
  display: inline-block;
  background: #fff;
}

.page-id-9 .medical_information .orthopedic {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

.page-id-9 .medical_information .orthopedic h3 {
  text-align: center;
  margin: 0 0 10px 0 !important;
}

.page-id-9 .medical_information .orthopedic h3::before {
  display: none;
}

.page-id-9 .medical_information .orthopedic .symptom_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.page-id-9 .medical_information .orthopedic .symptom_list li {
  margin: 0 10px 0 0;
}

.page-id-9 .medical_information .orthopedic .symptom_list li span {
  color: #8bb776;
}

.page-id-9 .medical_information .rehabilitation {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

.page-id-9 .medical_information .rehabilitation h3 {
  text-align: center;
  margin: 0 0 10px 0 !important;
}

.page-id-9 .medical_information .rehabilitation h3::before {
  display: none;
}

.page-id-9 .medical_information .rehabilitation .symptom_list {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}

.page-id-9 .medical_information .rehabilitation .symptom_list li {
  margin: 0 10px 0 0;
}

.page-id-9 .medical_information .rehabilitation .symptom_list li span {
  color: #8bb776;
}

.page-id-9 .medical_information2 {
  padding: 0 0 40px 0;
  background: #fff;
}

.page-id-9 .medical_information2 .rousai_jiko {
  background: url(/wp-content/uploads/2021/10/rousai_jiko_img.jpg);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center -30px;
}

.page-id-9 .medical_information2 .rousai_jiko h3 {
  margin: 200px 20px 0 20px !important;
}

.page-id-9 .medical_information2 .rousai_jiko h3::before {
  display: none;
}

.page-id-9 .medical_information2 .rousai_jiko p {
  margin: 0 20px;
}

.page-id-9 .medical_information2 .rousai_jiko .button {
  margin: 0 20px;
}

.page-id-9 .medical_information2 .self-funded-medical-treatment {
  background: url(/wp-content/uploads/2021/10/work_img.png);
  background-size: 120%;
  background-repeat: no-repeat;
  background-position: center -30px;
}

.page-id-9 .medical_information2 .self-funded-medical-treatment h3 {
  margin: 170px 20px 0 20px !important;
}

.page-id-9 .medical_information2 .self-funded-medical-treatment h3::before {
  display: none;
}

.page-id-9 .medical_information2 .self-funded-medical-treatment p {
  margin: 0 20px;
}

.page-id-9 .medical_information2 .self-funded-medical-treatment .button {
  margin: 0 20px;
}

@media screen and (min-width: 768px) {
  .page-id-9 .medical_information {
    padding: 80px 0;
  }
  .page-id-9 .medical_information h2 + p {
    text-align: center;
    margin: 0 0 100px 0;
  }
  .page-id-9 .medical_information .medical_information_subjects {
    border: solid 2px #555;
    border-radius: 10px;
    padding: 0 10px;
    font-weight: bold;
    margin: 5px 5px 0 0;
    display: inline-block;
    background: #fff;
  }
  .page-id-9 .medical_information .orthopedic {
    position: relative;
    padding: 0;
    display: flex;
    width: 1200px;
    margin: 0 auto 100px 10%;
  }
  .page-id-9 .medical_information .orthopedic .orthopedic_content {
    padding: 30px 30px 0 0;
  }
  .page-id-9 .medical_information .orthopedic h3 {
    text-align: left;
    font-size: 40px;
    position: absolute;
    top: -60px;
    left: 210px;
    background: #fff;
    padding: 10px !important;
    border-bottom: solid 4px #8bb776 !important;
    border-top: solid 4px #8bb776 !important;
  }
  .page-id-9 .medical_information .orthopedic figure {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }
  .page-id-9 .medical_information .orthopedic .symptom_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .page-id-9 .medical_information .orthopedic .symptom_list li {
    margin: 0 10px 0 0;
  }
  .page-id-9 .medical_information .orthopedic .symptom_list li span {
    color: #8bb776;
  }
  .page-id-9 .medical_information .orthopedic .button {
    width: 300px;
  }
  .page-id-9 .medical_information .rehabilitation {
    position: relative;
    padding: 0;
    display: flex;
    width: 1200px;
    margin: 0 10% 100px auto;
    flex-direction: row-reverse;
  }
  .page-id-9 .medical_information .rehabilitation .rehabilitation_content {
    padding: 30px 0 0 30px;
  }
  .page-id-9 .medical_information .rehabilitation h3 {
    text-align: left;
    font-size: 40px;
    position: absolute;
    top: -60px;
    right: 100px;
    background: #fff;
    padding: 10px !important;
    border-bottom: solid 4px #8bb776 !important;
    border-top: solid 4px #8bb776 !important;
  }
  .page-id-9 .medical_information .rehabilitation figure {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }
  .page-id-9 .medical_information .rehabilitation .symptom_list {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }
  .page-id-9 .medical_information .rehabilitation .symptom_list li {
    margin: 0 10px 0 0;
  }
  .page-id-9 .medical_information .rehabilitation .symptom_list li span {
    color: #8bb776;
  }
  .page-id-9 .medical_information .rehabilitation .button {
    width: 400px;
  }
  .page-id-9 .medical_information2 .is-layout-flex {
    gap: 0;
  }
  .page-id-9 .medical_information2 .is-layout-flex .rousai_jiko {
    background-size: cover;
    background-position: center -120px;
  }
  .page-id-9 .medical_information2 .is-layout-flex .rousai_jiko h3 {
    margin: 300px 50px 20px 50px !important;
    text-align: left;
    font-size: 40px;
    top: 0;
    right: 0;
    background: #fff;
    padding: 10px !important;
    border-bottom: solid 4px #8bb776 !important;
    border-top: solid 4px #8bb776 !important;
    display: inline-block;
  }
  .page-id-9 .medical_information2 .is-layout-flex .rousai_jiko p {
    margin: 0 50px;
    text-shadow: 2px 2px 10px #fff, -2px 2px 10px #fff, 2px -2px 10px #fff, -2px -2px 10px #fff;
  }
  .page-id-9 .medical_information2 .is-layout-flex .rousai_jiko .button {
    margin: 0 50px;
    width: 300px;
  }
  .page-id-9 .medical_information2 .is-layout-flex .self-funded-medical-treatment {
    background-size: cover;
    background-position: center -30px;
    margin-left: 0;
  }
  .page-id-9 .medical_information2 .is-layout-flex .self-funded-medical-treatment h3 {
    margin: 300px 50px 20px 50px !important;
    text-align: left;
    font-size: 40px;
    top: 0;
    right: 0;
    background: #fff;
    padding: 10px !important;
    border-bottom: solid 4px #8bb776 !important;
    border-top: solid 4px #8bb776 !important;
    display: inline-block;
  }
  .page-id-9 .medical_information2 .is-layout-flex .self-funded-medical-treatment p {
    margin: 0 50px;
    width: 400px;
  }
  .page-id-9 .medical_information2 .is-layout-flex .self-funded-medical-treatment .button {
    margin: 0 50px;
    width: 300px;
  }
}

@media (max-width: 1024px) and (min-width: 768px) {
  .page-id-9 .medical_information .orthopedic {
    width: initial;
    margin: 5% 5% 10%;
    padding: 20px;
  }
  .page-id-9 .medical_information .rehabilitation {
    width: initial;
    margin: 5% 5% 10%;
    padding: 20px;
  }
  .page-id-9 .medical_information2 .rousai_jiko,
  .page-id-9 .medical_information2 .self-funded-medical-treatment {
    flex-basis: 50% !important;
  }
}

/************************************
** 下層ページ
************************************/
.page .content {
  margin-top: 0;
}

.page .content .wrap {
  margin: 0;
  width: initial;
}

.page .content .wrap .main {
  padding: 0;
}

.page .content .wrap .main .entry-header .entry-title {
  text-align: center;
  background: #f6f3ea;
  padding: 30px 0;
  margin: 0;
}

.page .content .wrap .main .entry-header .date-tags {
  display: none;
}

.page .content .wrap .main .entry-content {
  width: 90%;
  margin: 0 auto;
}

.page .content .wrap .main .entry-content .sv {
  border-radius: 10px;
  margin: 20px auto;
}

.page .content .wrap .main .entry-content .sv img {
  height: 200px;
  object-fit: cover;
  margin: 0 auto;
}

.page .content .wrap .main .entry-content h2 {
  background: none;
  color: #8bb776;
  margin: 0 0 20px 0;
  padding: 0;
}

.page .content .wrap .main .entry-content .case_list {
  background: #fff;
  border-radius: 10px;
  border: solid 1px #8bb776;
  padding: 0 20px 20px;
  margin: 0 0 60px 0;
}

.page .content .wrap .main .entry-content .case_list h2 {
  margin: 20px 0;
  padding: 0;
  text-align: center;
  line-height: 1.6em;
  color: #333;
}

@media screen and (min-width: 768px) {
  .page .content {
    margin-top: 0;
  }
  .page .content .wrap {
    margin: 0;
    width: initial;
  }
  .page .content .wrap .main {
    padding: 0;
    overflow: hidden;
  }
  .page .content .wrap .main .entry-header .entry-title {
    padding: 60px 0;
  }
  .page .content .wrap .main .entry-content .sv {
    margin: 50px calc(50% - 50vw);
    width: 100vw;
  }
  .page .content .wrap .main .entry-content .sv img {
    height: 320px;
    width: 90%;
  }
  .page .content .wrap .main .entry-content h2 {
    background: none;
    color: #8bb776;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 32px;
  }
  .page .content .wrap .main .entry-content .case_list {
    background: #fff;
    border-radius: 10px;
    border: solid 1px #8bb776;
    padding: 20px 20px 60px 20px;
    margin: 0 0 60px 0;
  }
  .page .content .wrap .main .entry-content .case_list h2 {
    margin: 20px 0;
    padding: 0;
    text-align: center;
    line-height: 1.6em;
    color: #333;
  }
  .page .content .wrap .main .entry-content .case_list .button_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .page .content .wrap .main .entry-content .case_list .button_list .button {
    width: 300px;
    margin: 0 10px 0 0;
  }
}

@media screen and (min-width: 1025px) {
  .page .content .wrap .main .entry-content {
    width: 1000px;
  }
}

/*部位別共通*/
.case_content_lead {
  font-size: 16px;
  font-weight: bold;
}

.content_bottom_troubles {
  background: #f6f3ea;
  padding: 40px 20px 20px;
  margin: 80px 0;
}

.content_bottom_troubles h2 {
  background: none;
  padding: 0 !important;
  margin: 0 0 20px 0 !important;
  color: #4c4537;
  text-align: center;
}

.content_bottom_troubles p {
  font-size: 18px;
  margin: 0 0 10px 0;
}

.content_bottom_troubles ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
}

.content_bottom_troubles ul li {
  width: 48%;
}

.content_bottom_troubles ul li a {
  display: block;
  background: #fff;
  border-radius: 10px;
  padding: 10px 0;
  border: solid 1px #8bb776;
  text-decoration: none;
}

.content_bottom_troubles ul li a h3 {
  margin: 0 !important;
  border: 0 !important;
  font-size: 12px;
  text-align: center;
}

.content_bottom_troubles ul li a h3::before {
  display: none;
}

.content_bottom_troubles ul li a img {
  height: 100px;
  display: block;
  margin: 0 auto;
}

.wp-block-spacer_case {
  height: 50px;
}

.case_list h2::first-letter {
  font-size: 36px;
  color: #8bb776;
}

.case_content h2.case {
  position: relative;
  padding: 0 0 0 46px !important;
  font-size: 24px;
}

.case_content h2.case::before {
  content: "";
  background-image: url(/wp-content/uploads/2021/10/memo_icon.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  background-size: cover;
  position: absolute;
  top: -8px;
  left: 0;
}

.case_content h2.case span {
  font-size: 0.8em;
  display: inline-block;
  color: #f89276;
  border: solid 1px #f89174;
  padding: 5px 10px 5px 10px;
  border-radius: 20px;
  margin: 5px 0 0 5px;
  background: #f6f3ea;
}

.case_content h2.case span::after {
  content: "etc";
  padding: 0 0 0 10px;
  font-size: 14px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .case_content_lead {
    font-size: 20px;
  }
  .content_bottom_troubles {
    padding: 80px 0 60px;
    margin: 120px 0 0 0;
  }
  .content_bottom_troubles .wp-block-group__inner-container {
    width: 1200px;
    margin: 0 auto;
  }
  .content_bottom_troubles p {
    text-align: center;
    margin: 0 0px 30px 0;
  }
  .content_bottom_troubles ul li {
    width: 240px;
  }
  .content_bottom_troubles ul li a {
    padding: 20px 0 30px;
  }
  .content_bottom_troubles ul li a h3 {
    font-size: 16px;
    padding: 20px 0 0 0;
  }
  .wp-block-spacer_case {
    height: 150px;
  }
  .case_content h2.case span {
    font-size: 0.6em;
    margin: 0 0 0 8px;
    top: 3px;
    position: absolute;
  }
  .case_content h2.case::before {
    top: -2px;
  }
}

/*足の痛み・しびれ*/
.page-id-204 h1.entry-title {
  position: relative;
  text-align: left !important;
  padding-left: 80px !important;
}

.page-id-204 h1.entry-title::first-letter {
  font-size: 36px;
  line-height: 1em;
  color: #8bb776;
}

.page-id-204 h1.entry-title::before {
  content: "";
  background-image: url(/wp-content/uploads/2021/10/foot_icon.png);
  background-position: center -40%;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 60px;
  border: solid 2px #8bb776;
  width: 60px;
  height: 60px;
  background-size: auto 90%;
  position: absolute;
  top: 15%;
  left: 10px;
}

@media screen and (min-width: 768px) {
  .page-id-204 h1.entry-title {
    text-align: center !important;
    padding-left: 0 !important;
  }
  .page-id-204 h1.entry-title::first-letter {
    font-size: 50px;
  }
  .page-id-204 h1.entry-title::before {
    width: 100px;
    height: 100px;
    left: calc(50% - 220px);
  }
}

/*首が痛い・動かない*/
.page-id-124 h1.entry-title {
  position: relative;
  text-align: left !important;
  padding-left: 80px !important;
}

.page-id-124 h1.entry-title::first-letter {
  font-size: 36px;
  line-height: 1em;
  color: #8bb776;
}

.page-id-124 h1.entry-title::before {
  content: "";
  background-image: url(/wp-content/uploads/2021/10/neck_icon.png);
  background-position: center 120%;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 60px;
  border: solid 2px #8bb776;
  width: 60px;
  height: 60px;
  background-size: auto 90%;
  position: absolute;
  top: 15%;
  left: 10px;
}

@media screen and (min-width: 768px) {
  .page-id-124 h1.entry-title {
    text-align: center !important;
    padding-left: 0 !important;
  }
  .page-id-124 h1.entry-title::first-letter {
    font-size: 50px;
  }
  .page-id-124 h1.entry-title::before {
    width: 100px;
    height: 100px;
    left: calc(50% - 240px);
  }
}

/*肩がこる・上がらない*/
.page-id-126 h1.entry-title {
  position: relative;
  text-align: left !important;
  padding-left: 80px !important;
}

.page-id-126 h1.entry-title::first-letter {
  font-size: 36px;
  line-height: 1em;
  color: #8bb776;
}

.page-id-126 h1.entry-title::before {
  content: "";
  background-image: url(/wp-content/uploads/2021/10/shoulder_icon.png);
  background-position: center -10%;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 60px;
  border: solid 2px #8bb776;
  width: 60px;
  height: 60px;
  background-size: auto 120%;
  position: absolute;
  top: 15%;
  left: 10px;
}

@media screen and (min-width: 768px) {
  .page-id-126 h1.entry-title {
    text-align: center !important;
    padding-left: 0 !important;
  }
  .page-id-126 h1.entry-title::first-letter {
    font-size: 50px;
  }
  .page-id-126 h1.entry-title::before {
    width: 100px;
    height: 100px;
    left: calc(50% - 250px);
  }
}

/*肘の痛み・腫れ*/
.page-id-194 h1.entry-title {
  position: relative;
  text-align: left !important;
  padding-left: 80px !important;
}

.page-id-194 h1.entry-title::first-letter {
  font-size: 36px;
  line-height: 1em;
  color: #8bb776;
}

.page-id-194 h1.entry-title::before {
  content: "";
  background-image: url(/wp-content/uploads/2021/10/elbow_icon.png);
  background-position: center 220%;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 60px;
  border: solid 2px #8bb776;
  width: 60px;
  height: 60px;
  background-size: auto 110%;
  position: absolute;
  top: 15%;
  left: 10px;
}

@media screen and (min-width: 768px) {
  .page-id-194 h1.entry-title {
    text-align: center !important;
    padding-left: 0 !important;
  }
  .page-id-194 h1.entry-title::first-letter {
    font-size: 50px;
  }
  .page-id-194 h1.entry-title::before {
    width: 100px;
    height: 100px;
    left: calc(50% - 210px);
  }
}

/*手の痛み・しびれ*/
.page-id-196 h1.entry-title {
  position: relative;
  text-align: left !important;
  padding-left: 80px !important;
}

.page-id-196 h1.entry-title::first-letter {
  font-size: 36px;
  line-height: 1em;
  color: #8bb776;
}

.page-id-196 h1.entry-title::before {
  content: "";
  background-image: url(/wp-content/uploads/2021/10/hand_icon.png);
  background-position: center 120%;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 60px;
  border: solid 2px #8bb776;
  width: 60px;
  height: 60px;
  background-size: auto 120%;
  position: absolute;
  top: 15%;
  left: 10px;
}

@media screen and (min-width: 768px) {
  .page-id-196 h1.entry-title {
    text-align: center !important;
    padding-left: 0 !important;
  }
  .page-id-196 h1.entry-title::first-letter {
    font-size: 50px;
  }
  .page-id-196 h1.entry-title::before {
    width: 100px;
    height: 100px;
    left: calc(50% - 220px);
  }
}

/*腰の痛み・ダルさ*/
.page-id-198 h1.entry-title {
  position: relative;
  text-align: left !important;
  padding-left: 80px !important;
}

.page-id-198 h1.entry-title::first-letter {
  font-size: 36px;
  line-height: 1em;
  color: #8bb776;
}

.page-id-198 h1.entry-title::before {
  content: "";
  background-image: url(/wp-content/uploads/2021/10/waist_icon.png);
  background-position: 110% 120%;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 60px;
  border: solid 2px #8bb776;
  width: 60px;
  height: 60px;
  background-size: auto 110%;
  position: absolute;
  top: 15%;
  left: 10px;
}

@media screen and (min-width: 768px) {
  .page-id-198 h1.entry-title {
    text-align: center !important;
    padding-left: 0 !important;
  }
  .page-id-198 h1.entry-title::first-letter {
    font-size: 50px;
  }
  .page-id-198 h1.entry-title::before {
    width: 100px;
    height: 100px;
    left: calc(50% - 220px);
  }
}

/*股関節の痛み・しびれ*/
.page-id-200 h1.entry-title {
  position: relative;
  text-align: left !important;
  padding-left: 80px !important;
}

.page-id-200 h1.entry-title::first-letter {
  font-size: 36px;
  line-height: 1em;
  color: #8bb776;
}

.page-id-200 h1.entry-title::before {
  content: "";
  background-image: url(/wp-content/uploads/2021/10/hip_icon.png);
  background-position: center 90%;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 60px;
  border: solid 2px #8bb776;
  width: 60px;
  height: 60px;
  background-size: auto 150%;
  position: absolute;
  top: 15%;
  left: 10px;
}

@media screen and (min-width: 768px) {
  .page-id-200 h1.entry-title {
    text-align: center !important;
    padding-left: 0 !important;
  }
  .page-id-200 h1.entry-title::first-letter {
    font-size: 50px;
  }
  .page-id-200 h1.entry-title::before {
    width: 100px;
    height: 100px;
    left: calc(50% - 250px);
  }
}

/*膝が痛い・曲がらない*/
.page-id-202 h1.entry-title {
  position: relative;
  text-align: left !important;
  padding-left: 80px !important;
}

.page-id-202 h1.entry-title::first-letter {
  font-size: 36px;
  line-height: 1em;
  color: #8bb776;
}

.page-id-202 h1.entry-title::before {
  content: "";
  background-image: url(/wp-content/uploads/2021/10/knee_icon.png);
  background-position: center -30%;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 60px;
  border: solid 2px #8bb776;
  width: 60px;
  height: 60px;
  background-size: auto 110%;
  position: absolute;
  top: 15%;
  left: 10px;
}

@media screen and (min-width: 768px) {
  .page-id-202 h1.entry-title {
    text-align: center !important;
    padding-left: 0 !important;
  }
  .page-id-202 h1.entry-title::first-letter {
    font-size: 50px;
  }
  .page-id-202 h1.entry-title::before {
    width: 100px;
    height: 100px;
    left: calc(50% - 250px);
  }
}

/*リウマチ・痛風*/
.page-id-206 h1.entry-title {
  position: relative;
  text-align: left !important;
  padding-left: 80px !important;
}

.page-id-206 h1.entry-title::first-letter {
  font-size: 36px;
  line-height: 1em;
  color: #8bb776;
}

.page-id-206 h1.entry-title::before {
  content: "";
  background-image: url(/wp-content/uploads/2021/10/rheumatoid_arthritis_icon.png);
  background-position: 80% 140%;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 60px;
  border: solid 2px #8bb776;
  width: 60px;
  height: 60px;
  background-size: auto 90%;
  position: absolute;
  top: 15%;
  left: 10px;
}

@media screen and (min-width: 768px) {
  .page-id-206 h1.entry-title {
    text-align: center !important;
    padding-left: 0 !important;
  }
  .page-id-206 h1.entry-title::first-letter {
    font-size: 50px;
  }
  .page-id-206 h1.entry-title::before {
    width: 100px;
    height: 100px;
    left: calc(50% - 260px);
  }
}

/*当院について*/
.page-id-112 .entry-header {
  margin: 0 0 60px 0;
}

.page-id-112 .about_lead {
  font-weight: bold;
  font-size: 18px;
}

.page-id-112 .concept {
  background-image: url(/wp-content/uploads/2021/10/about1.jpg);
  background-size: 120% auto;
  padding: 10px;
  background-position: center 0px;
  background-repeat: no-repeat;
}

.page-id-112 .concept .concept_frame {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  margin: 200px 10px 10px 10px;
  border: solid 1px #4c4537;
}

.page-id-112 .concept .concept_frame h2 {
  text-align: center;
}

.page-id-112 .gallery figcaption {
  font-size: 16px;
}

.page-id-112 .doctor .doctor_intro {
  position: relative;
}

.page-id-112 .doctor .doctor_intro .doctor_director_image {
  position: relative;
  box-shadow: 50px 50px 0px 0 #f6f3ea !important;
}

.page-id-112 .doctor .doctor_intro .doctor_message {
  position: absolute;
  bottom: 10px;
  left: -20px;
  font-size: 26px;
  background: #8bb776;
  color: #fff;
  opacity: 0.95;
  font-weight: bold;
  line-height: 1.6;
  padding: 5px 10px;
  z-index: 1;
}

.page-id-112 .doctor .doctor_intro .wp-block-spacer {
  display: none;
}

.page-id-112 .doctor .doctor_intro .mask_wrap {
  display: table;
  overflow: hidden;
}

.page-id-112 .doctor .doctor_intro .mask_wrap .mask {
  display: table;
  position: relative;
  margin-bottom: 0.25em;
  left: -100%;
  overflow: hidden;
}

.page-id-112 .doctor .doctor_intro .mask_wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

.page-id-112 .history li {
  position: relative;
}

.page-id-112 .history li:before {
  width: 6px;
  height: 6px;
  background: #8bb776;
  border-radius: 10px;
  position: absolute;
  top: 9px;
  left: -12px;
  content: "";
}

@media screen and (min-width: 768px) {
  .page-id-112 .entry-header {
    margin: 0 0 60px 0;
  }
  .page-id-112 .about_lead {
    text-align: center;
    font-size: 24px;
    font-weight: initial;
  }
  .page-id-112 .concept {
    background-position: center -340px;
    margin: 0 calc(50% - 50vw) 80px;
    padding: 0 calc(50vw - 50%);
    height: 700px;
    position: relative;
  }
  .page-id-112 .concept .concept_frame {
    padding: 30px;
    position: absolute;
    top: 200px;
    width: 600px;
    height: 300px;
    top: 150px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .page-id-112 .concept .concept_frame h2 {
    text-align: center;
  }
  .page-id-112 .gallery figcaption {
    font-size: 18px;
  }
  .page-id-112 .doctor .doctor_intro {
    position: relative;
  }
  .page-id-112 .doctor .doctor_intro .doctor_director_image {
    position: relative;
  }
  .page-id-112 .doctor .doctor_intro li {
    position: relative;
  }
  .page-id-112 .doctor .doctor_intro li:before {
    width: 6px;
    height: 6px;
    background: #8bb776;
    border-radius: 10px;
    position: absolute;
    top: 9px;
    left: -12px;
    content: "";
  }
  .page-id-112 .doctor .doctor_intro .doctor_message {
    bottom: -10px;
    font-size: 41px;
    width: auto;
  }
  .page-id-112 .doctor .doctor_intro .wp-block-spacer {
    display: block;
  }
  .page-id-112 .doctor .history {
    margin: 140px 0 0 0;
  }
}

/*診療時間・アクセス*/
.page-id-122 .entry-header {
  margin: 0 0 60px 0;
}

.page-id-122 table.info_hours {
  background-color: #f6f3ea;
  border-radius: 10px;
  font-size: 16px;
  padding: 10px 10px 0 10px;
  border-collapse: initial;
  margin: 0 0 10px 0;
  text-align: center;
}

.page-id-122 table.info_hours tr {
  background: none;
}

.page-id-122 table.info_hours th,
.page-id-122 table.info_hours td {
  border: 0;
  padding: 10px 10px;
  background: none;
  border-bottom: 1px solid #888 !important;
}

.page-id-122 table.info_hours .info_hours_03 th,
.page-id-122 table.info_hours .info_hours_03 td {
  border-bottom: 0 !important;
}

.page-id-122 .info_hours_note {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
  line-height: 1.4em;
}

.page-id-122 .access h3 {
  padding: 0px 0 0 30px;
  margin: 40px 0 10px 0 !important;
}

.page-id-122 .access h3.bus::before {
  background-size: cover !important;
  width: 28px;
  height: 28px;
  background-image: url(/wp-content/uploads/2021/10/bus_icon.png) !important;
  background: 0;
  top: -5px;
}

.page-id-122 .access h3.car::before {
  background-size: cover !important;
  width: 28px;
  height: 28px;
  background-image: url(/wp-content/uploads/2021/10/car_icon.png) !important;
  background: 0;
  top: -5px;
}

.page-id-122 .access h4 {
  text-align: center;
}

.page-id-122 .access #metaslider-id-306 .caption-wrap {
  background: #4c4537;
  opacity: 1;
}

.page-id-122 .access .access_how {
  margin: 20px 0;
}

.page-id-122 .access .access_how .wp-block-column P.bus a::before {
  content: "";
  background-size: cover;
  width: 28px;
  height: 28px;
  background-image: url(/wp-content/uploads/2021/10/bus_icon.png);
  position: absolute;
  left: 0px;
}

.page-id-122 .access .access_how .wp-block-column P.car a::before {
  content: "";
  background-size: cover;
  width: 28px;
  height: 28px;
  background-image: url(/wp-content/uploads/2021/10/car_icon.png);
  position: absolute;
  left: 0px;
}

.page-id-122 .access .access_how .wp-block-column P a {
  position: relative;
  border-bottom: solid 1px #333;
  text-decoration: none;
  padding: 0 30px 10px 40px;
  display: block;
  font-weight: bold;
}

.page-id-122 .access .access_how .wp-block-column P a::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  transition: 0.5s;
  transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 5px;
}

.page-id-122 .access iframe {
  width: 100%;
  height: 400px;
}

.page-id-122 .access .car_image img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .page-id-122 .entry-header {
    margin: 0 0 60px 0;
  }
  .page-id-122 table.info_hours {
    font-size: 20px;
  }
  .page-id-122 .access h3 {
    padding: 0px 0 0 45px;
    margin: 40px 0 20px 0 !important;
  }
  .page-id-122 .access h3.bus::before {
    width: 40px;
    height: 40px;
    top: -8px;
  }
  .page-id-122 .access h3.car::before {
    width: 40px;
    height: 32px;
  }
  .page-id-122 .access h4 {
    text-align: center;
  }
  .page-id-122 .access #metaslider-id-306 {
    width: 800px !important;
    margin: 0 auto;
  }
  .page-id-122 .access #metaslider-id-306 .caption-wrap {
    padding: 20px;
  }
  .page-id-122 .access .button a {
    width: 300px;
  }
  .page-id-122 .access .access_how {
    margin: 60px 0;
  }
  .page-id-122 .access .access_how .wp-block-column P.bus a::before {
    content: "";
    background-size: cover;
    width: 28px;
    height: 28px;
    background-image: url(/wp-content/uploads/2021/10/bus_icon.png);
    position: absolute;
    left: 0px;
  }
  .page-id-122 .access .access_how .wp-block-column P.car a::before {
    content: "";
    background-size: cover;
    width: 28px;
    height: 28px;
    background-image: url(/wp-content/uploads/2021/10/car_icon.png);
    position: absolute;
    left: 0px;
  }
  .page-id-122 .access .access_how .wp-block-column P a {
    position: relative;
    border-bottom: solid 1px #333;
    text-decoration: none;
    padding: 0 30px 10px 40px;
    display: block;
    font-weight: bold;
  }
  .page-id-122 .access .access_how .wp-block-column P a::after {
    content: "";
    background-color: #333;
    display: inline-block;
    width: 0.5rem;
    height: 0.8rem;
    -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
    mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    transition: 0.5s;
    transform: rotate(90deg);
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .page-id-122 .access iframe {
    width: 100%;
    height: 400px;
  }
}

/*整形外科*/
.page-id-114 .entry-header {
  margin: 0 0 60px 0;
}

.page-id-114 .orthopedic_lead .wp-block-column:last-child figure {
  border-radius: 10px;
}

.page-id-114 .symptom_list {
  background-color: #f6f3ea;
  width: 100vw;
  margin: 0px calc(50% - 50vw) 60px;
  padding: 20px 20px 40px;
}

.page-id-114 .symptom_list h3 {
  color: #4c4537;
}

.page-id-114 .symptom_list h3::before {
  content: none;
}

.page-id-114 .symptom_list ul {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.page-id-114 .symptom_list ul li {
  padding-left: 1em !important;
  text-indent: -1em;
}

.page-id-114 .symptom_list ul li::before {
  font-family: fontawesome;
  content: "\f00c";
  font-weight: 900;
  padding-right: 5px;
  color: #f89174;
  /*アイコンの色*/
}

.page-id-114 .target table {
  border-collapse: separate;
}

.page-id-114 .target table tr:first-child th {
  border-top: solid 1px #333;
}

.page-id-114 .target table tr:first-child td {
  border-top: solid 1px #333;
}

.page-id-114 .target table tr th {
  background-color: #f6f3ea;
  color: #333;
  border: 0;
  padding: 10px;
  width: 30%;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  border-bottom: solid 1px #333;
}

.page-id-114 .target table tr td {
  border: 0;
  background-color: #fff;
  padding: 20px;
  text-align: justify;
  font-size: 16px;
  border-bottom: solid 1px #333;
}

@media screen and (min-width: 768px) {
  .page-id-114 .entry-header {
    margin: 0 0 60px 0;
  }
  .page-id-114 .orthopedic_lead {
    margin: 0 0 60px 0;
  }
  .page-id-114 .orthopedic_lead .wp-block-column:last-child {
    margin-top: 60px;
  }
  .page-id-114 .symptom_list {
    margin: 0px calc(50% - 50vw);
    padding: 100px 0;
  }
  .page-id-114 .symptom_list h3 {
    text-align: center;
    margin: 0 0 20px 0 !important;
  }
  .page-id-114 .symptom_list ul {
    padding: 40px;
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .page-id-114 .symptom_list ul li {
    margin: 0 40px 0 0;
    line-height: 3em;
  }
  .page-id-114 .target {
    padding: 100px 0 0;
  }
  .page-id-114 .target table tr th {
    padding: 40px;
  }
  .page-id-114 .target table tr td {
    padding: 40px;
  }
}

/*リハビリテーション科*/
.page-id-116 .entry-header {
  margin: 0 0 60px 0;
}

.page-id-116 .rehabilitation_lead {
  margin: 0 0 60px 0;
}

.page-id-116 .rehabilitation_lead .wp-block-column:last-child figure {
  border-radius: 10px;
}

.page-id-116 .concept {
  background-image: url(/wp-content/uploads/2021/10/rehabilitation_room.jpg);
  background-size: 200% auto;
  padding: 10px;
  background-position: center 0px;
  background-repeat: no-repeat;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

.page-id-116 .concept .concept_frame {
  background: rgba(255, 255, 255, 0.9);
  padding: 20px;
  margin: 360px 10px 40px 10px;
  border: solid 1px #4c4537;
}

.page-id-116 .concept .concept_frame h2 {
  text-align: center;
}

.page-id-116 .concept .concept_frame li {
  position: relative;
}

.page-id-116 .concept .concept_frame li:before {
  width: 6px;
  height: 6px;
  background: #8bb776;
  border-radius: 10px;
  position: absolute;
  top: 9px;
  left: -12px;
  content: "";
}

.page-id-116 .symptom_list {
  background-color: #f6f3ea;
  width: 100vw;
  margin: 0px calc(50% - 50vw) 60px;
  padding: 40px 20px 40px;
}

.page-id-116 .symptom_list h3 {
  color: #4c4537;
}

.page-id-116 .symptom_list h3::before {
  content: none;
}

.page-id-116 .symptom_list ul {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.page-id-116 .symptom_list ul li {
  padding-left: 1em !important;
  text-indent: -1em;
}

.page-id-116 .symptom_list ul li::before {
  font-family: fontawesome;
  content: "\f00c";
  font-weight: 900;
  padding-right: 5px;
  color: #f89174;
  /*アイコンの色*/
}

.page-id-116 .gallery figure img {
  width: 100%;
}

.page-id-116 .gallery figure figcaption {
  font-size: 16px;
}

.page-id-116 .target_disease {
  margin: 0 0 60px 0;
}

.page-id-116 .target table {
  border-collapse: separate;
}

.page-id-116 .target table tr:first-child th {
  border-top: solid 1px #333;
}

.page-id-116 .target table tr:first-child td {
  border-top: solid 1px #333;
}

.page-id-116 .target table tr th {
  background-color: #f6f3ea;
  color: #333;
  border: 0;
  padding: 10px;
  width: 30%;
  text-align: left;
  vertical-align: middle;
  font-size: 16px;
  border-bottom: solid 1px #333;
}

.page-id-116 .target table tr td {
  border: 0;
  background-color: #fff;
  padding: 20px;
  text-align: justify;
  font-size: 16px;
  border-bottom: solid 1px #333;
}

@media screen and (min-width: 768px) {
  .page-id-116 .entry-header {
    margin: 0 0 120px 0;
  }
  .page-id-116 .rehabilitation_lead {
    margin: 0 0 120px 0;
  }
  .page-id-116 .rehabilitation_lead .wp-block-column:last-child {
    margin-top: 60px;
  }
  .page-id-116 .concept {
    background-position: center -340px;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    height: 1250px;
    position: relative;
  }
  .page-id-116 .concept .concept_frame {
    padding: 30px;
    position: absolute;
    width: 800px;
    height: auto;
    top: 600px;
    right: 0;
    bottom: initial;
    left: 0;
    margin: auto;
  }
  .page-id-116 .concept .concept_frame h2 {
    text-align: center;
  }
  .page-id-116 .concept .concept_frame ul {
    display: flex;
    flex-wrap: wrap;
  }
  .page-id-116 .concept .concept_frame ul li {
    margin: 0 40px 10px 0;
  }
  .page-id-116 .concept .concept_frame ul li:before {
    top: 12px;
  }
  .page-id-116 .symptom_list {
    margin: 0px calc(50% - 50vw) 100px;
    padding: 100px 0;
  }
  .page-id-116 .symptom_list h3 {
    text-align: center;
    margin: 0 0 20px 0 !important;
  }
  .page-id-116 .symptom_list ul {
    padding: 40px;
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .page-id-116 .symptom_list ul li {
    margin: 0 40px 0 0;
    line-height: 3em;
  }
  .page-id-116 .gallery figure figcaption {
    font-size: 18px;
  }
  .page-id-116 .target {
    padding: 100px 0 0;
  }
  .page-id-116 .target table tr th {
    padding: 40px;
  }
  .page-id-116 .target table tr td {
    padding: 40px;
  }
}

/*自由診療*/
.page-id-118 .entry-header {
  margin: 0 0 60px 0;
}

.page-id-118 .wp-image-386 {
  width: 100%;
}

.page-id-118 .self-funded-medical-treatment_list {
  margin: 20px 0;
}

.page-id-118 .self-funded-medical-treatment_list .wp-block-column P.orange_circle a::before {
  content: "●";
  position: absolute;
  top: -50%;
  left: 10px;
  font-size: 34px;
  color: #f39a26;
}

.page-id-118 .self-funded-medical-treatment_list .wp-block-column P a {
  position: relative;
  border-bottom: solid 1px #333;
  text-decoration: none;
  padding: 0 30px 10px 40px;
  display: block;
  font-weight: bold;
}

.page-id-118 .self-funded-medical-treatment_list .wp-block-column P a::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  transition: 0.5s;
  transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 5px;
}

.page-id-118 .self-funded-medical-treatment_content {
  border: solid 1px #f19c1f;
  padding: 20px;
  border-radius: 10px;
}

.page-id-118 .self-funded-medical-treatment_content h3::before {
  background: #f19c1f;
}

.page-id-118 .self-funded-medical-treatment_content h4 {
  border-top: 2px solid #f19c1f;
  border-bottom: 2px solid #f19c1f;
  margin: 0 0 20px;
}

.page-id-118 .self-funded-medical-treatment_content .cosme_content .wp-block-column:first-child {
  order: 1;
}

.page-id-118 .self-funded-medical-treatment_content .cosme_content .wp-block-column:last-child {
  order: 0;
}

.page-id-118 .self-funded-medical-treatment_content .cosme_content figure img {
  border-radius: 10px;
}

.page-id-118 .self_button_list {
  margin: 0 0 20px 0;
}

.page-id-118 .self_button_list .button a {
  background: linear-gradient(to right, #ffb753, #f1930f);
}

.page-id-118 .self_button_list .button a::before {
  background: #f19c1f;
}

@media screen and (min-width: 768px) {
  .page-id-118 .entry-header {
    margin: 0 0 60px 0;
  }
  .page-id-118 .wp-image-386 {
    width: 100%;
  }
  .page-id-118 .self-funded-medical-treatment_list {
    margin: 20px 0;
  }
  .page-id-118 .self-funded-medical-treatment_list .wp-block-column P.orange_circle a::before {
    top: -40%;
  }
  .page-id-118 .self-funded-medical-treatment_list .wp-block-column P a {
    position: relative;
    border-bottom: solid 1px #333;
    text-decoration: none;
    padding: 0 30px 10px 40px;
    display: block;
    font-weight: bold;
  }
  .page-id-118 .self-funded-medical-treatment_list .wp-block-column P a::after {
    content: "";
    background-color: #333;
    display: inline-block;
    width: 0.5rem;
    height: 0.8rem;
    -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
    mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
    -webkit-mask-size: cover;
    mask-size: cover;
    vertical-align: middle;
    transition: 0.5s;
    transform: rotate(90deg);
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .page-id-118 .self-funded-medical-treatment_content {
    padding: 40px;
  }
  .page-id-118 .self-funded-medical-treatment_content h4 {
    margin: 0 40px 40px;
  }
  .page-id-118 .self-funded-medical-treatment_content h4.cosme_content_h4 {
    text-align: left;
    margin: 80px 0 -50px 0;
  }
  .page-id-118 .self-funded-medical-treatment_content .cosme_content {
    margin: 60px 0 0 0;
  }
  .page-id-118 .self-funded-medical-treatment_content .cosme_content .wp-block-column:first-child {
    order: 0;
  }
  .page-id-118 .self-funded-medical-treatment_content .cosme_content .wp-block-column:last-child {
    order: 1;
  }
  .page-id-118 .self-funded-medical-treatment_content .cosme_content figure {
    margin: 50px 0 0 0;
  }
  .self_button_list {
    margin: 0 0 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .self_button_list .button {
    margin: 0 20px 0 0;
  }
  .self_button_list .button a {
    width: 260px;
  }
}

/*労働災害*/
.page-id-120 h2 {
  padding: 0px 0 0 30px;
  margin: 40px 0 10px 0 !important;
}

.page-id-120 .traffic_accident_h2 {
  position: relative;
  padding: 0 0 0 0px !important;
}

.page-id-120 .traffic_accident_h2::after {
  background-size: cover !important;
  width: 28px !important;
  height: 28px !important;
  background-image: url(/wp-content/uploads/2021/10/traffic_accident_icon.png);
  position: absolute;
  top: -5px !important;
}

.page-id-120 h2.industrial_accident_h2::before {
  background-size: cover !important;
  width: 28px;
  height: 28px;
  background-image: url(/wp-content/uploads/2021/10/industrial_accident_icon.png) !important;
  background: 0;
  top: -5px;
}

.page-id-120 h3 {
  margin: 0 0 20px 0 !important;
}

.page-id-120 .rousai_jiko_how {
  margin: 20px 0;
}

.page-id-120 .rousai_jiko_how .wp-block-column P.industrial_accident a::before {
  content: "";
  background-size: cover;
  width: 28px;
  height: 28px;
  background-image: url(/wp-content/uploads/2021/10/industrial_accident_icon.png);
  position: absolute;
  left: 6px;
  top: -2px;
}

.page-id-120 .rousai_jiko_how .wp-block-column P.traffic_accident a::before {
  content: "";
  background-size: cover;
  width: 28px;
  height: 28px;
  background-image: url(/wp-content/uploads/2021/10/traffic_accident_icon.png);
  position: absolute;
  left: 4px;
}

.page-id-120 .rousai_jiko_how .wp-block-column P a {
  position: relative;
  border-bottom: solid 1px #333;
  text-decoration: none;
  padding: 0 30px 10px 40px;
  display: block;
  font-weight: bold;
}

.page-id-120 .rousai_jiko_how .wp-block-column P a::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  transition: 0.5s;
  transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 5px;
}

.page-id-120 .important_content {
  border: solid 2px #8bb776;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
}

.page-id-120 .important_content h4 {
  text-align: center;
  border-top: 0;
  border-bottom: 0;
  margin: 20px 0;
  font-size: 20px;
  color: #8bb776;
}

.page-id-120 .important_content ul {
  background: #fff;
  padding: 0px;
  border-radius: 10px;
}

.page-id-120 .important_content ul li {
  text-indent: -1em;
  border-bottom: solid 1px #ccc;
  padding: 10px 0 10px 1em;
}

.page-id-120 .important_content ul li::before {
  font-family: fontawesome;
  content: "\f00c";
  font-weight: 900;
  padding-right: 5px;
  color: #f89174;
  /*アイコンの色*/
}

.page-id-120 .important_content ul li:last-child {
  border-bottom: 0;
}

.page-id-120 .traffic_accident_feature_content {
  background: #f6f3ea;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 40px;
  padding: 40px calc(50% - 40vw);
}

.page-id-120 .traffic_accident_feature_content h3 {
  text-align: center;
  font-size: 24px;
}

.page-id-120 .traffic_accident_feature_content h3::before {
  content: none;
}

.page-id-120 .traffic_accident_feature_content .traffic_accident_feature .wp-block-column {
  border-top: solid 5px #f79174;
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}

.page-id-120 .traffic_accident_feature_content .traffic_accident_feature .wp-block-column h3 {
  margin: 0 0 10px 0 !important;
  padding: 0;
  line-height: 1.6em;
}

.page-id-120 .traffic_accident_feature_content .traffic_accident_feature .wp-block-column h3::before {
  content: none;
}

.page-id-120 .traffic_accident_feature_content .traffic_accident_feature .wp-block-column h4 {
  text-align: center;
  font-size: 20px !important;
}

.page-id-120 .traffic_accident_feature_content .traffic_accident_feature .wp-block-column img {
  width: auto;
  height: 100px;
  margin: 0 auto;
}

.page-id-120 .flow_content {
  border-radius: 10px;
  padding: 20px;
  background: #f6f3ea;
  position: relative;
  margin: 0 0 50px 0;
}

.page-id-120 .flow_content.last::after {
  content: none;
}

.page-id-120 .flow_content::after {
  content: "";
  background-color: #8bb776;
  width: 20px;
  height: 32px;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 10px);
  transform: rotate(90deg);
}

.page-id-120 .flow_content h4 {
  border: 0;
  margin: 0;
  font-size: 20px;
}

.page-id-120 .flow_content h4::first-letter {
  font-size: 32px;
  color: #8bb776;
}

.page-id-120 .flow_content h5 {
  text-align: center;
  margin: 0 0 10px 0;
  border-bottom: solid 2px #96bd83;
}

.page-id-120 .flow_content figure img {
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .page-id-120 h3 {
    margin: 60px 0 20px 0 !important;
  }
  .page-id-120 .important_content_list {
    width: 800px;
    margin: 40px auto 80px;
    padding: 20px 40px 40px 40px;
  }
  .page-id-120 .traffic_accident_feature_content {
    padding: 80px calc(50% - 40vw);
  }
  .page-id-120 .traffic_accident_feature_content {
    margin: 0 calc(50% - 50vw) 80px;
  }
  .page-id-120 .traffic_accident_feature_content h3 {
    font-size: 28px;
    margin: 0 0 50px 0 !important;
  }
  .page-id-120 .traffic_accident_feature_content .traffic_accident_feature {
    width: 1200px;
    margin: 0 auto;
  }
  .page-id-120 .flow_content {
    padding: 40px;
  }
  .page-id-120 .important_content_account {
    height: 250px;
    padding: 10px 30px 30px 30px;
  }
}

/*交通事故*/
.page-id-843 h2 {
  padding: 0px 0 0 30px;
  margin: 40px 0 10px 0 !important;
}

.page-id-843 .traffic_accident_h2 {
  position: relative;
  padding: 0 0 0 0px !important;
}

.page-id-843 .traffic_accident_h2::after {
  background-size: cover !important;
  width: 28px !important;
  height: 28px !important;
  background-image: url(/wp-content/uploads/2021/10/traffic_accident_icon.png);
  position: absolute;
  top: -5px !important;
}

.page-id-843 h2.industrial_accident_h2::before {
  background-size: cover !important;
  width: 28px;
  height: 28px;
  background-image: url(/wp-content/uploads/2021/10/industrial_accident_icon.png) !important;
  background: 0;
  top: -5px;
}

.page-id-843 h3 {
  margin: 0 0 20px 0 !important;
}

.page-id-843 .rousai_jiko_how {
  margin: 20px 0;
}

.page-id-843 .rousai_jiko_how .wp-block-column P.industrial_accident a::before {
  content: "";
  background-size: cover;
  width: 28px;
  height: 28px;
  background-image: url(/wp-content/uploads/2021/10/industrial_accident_icon.png);
  position: absolute;
  left: 6px;
  top: -2px;
}

.page-id-843 .rousai_jiko_how .wp-block-column P.traffic_accident a::before {
  content: "";
  background-size: cover;
  width: 28px;
  height: 28px;
  background-image: url(/wp-content/uploads/2021/10/traffic_accident_icon.png);
  position: absolute;
  left: 4px;
}

.page-id-843 .rousai_jiko_how .wp-block-column P a {
  position: relative;
  border-bottom: solid 1px #333;
  text-decoration: none;
  padding: 0 30px 10px 40px;
  display: block;
  font-weight: bold;
}

.page-id-843 .rousai_jiko_how .wp-block-column P a::after {
  content: "";
  background-color: #333;
  display: inline-block;
  width: 0.5rem;
  height: 0.8rem;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  transition: 0.5s;
  transform: rotate(90deg);
  position: absolute;
  right: 10px;
  top: 5px;
}

.page-id-843 .important_content {
  border: solid 2px #8bb776;
  border-radius: 10px;
  background: #fff;
  padding: 10px;
}

.page-id-843 .important_content h4 {
  text-align: center;
  border-top: 0;
  border-bottom: 0;
  margin: 20px 0;
  font-size: 20px;
  color: #8bb776;
}

.page-id-843 .important_content ul {
  background: #fff;
  padding: 0px;
  border-radius: 10px;
}

.page-id-843 .important_content ul li {
  text-indent: -1em;
  border-bottom: solid 1px #ccc;
  padding: 10px 0 10px 1em;
}

.page-id-843 .important_content ul li::before {
  font-family: fontawesome;
  content: "\f00c";
  font-weight: 900;
  padding-right: 5px;
  color: #f89174;
  /*アイコンの色*/
}

.page-id-843 .important_content ul li:last-child {
  border-bottom: 0;
}

.page-id-843 .traffic_accident_feature_content {
  background: #f6f3ea;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 40px;
  padding: 40px calc(50% - 40vw);
}

.page-id-843 .traffic_accident_feature_content h3 {
  text-align: center;
  font-size: 24px;
}

.page-id-843 .traffic_accident_feature_content h3::before {
  content: none;
}

.page-id-843 .traffic_accident_feature_content .traffic_accident_feature .wp-block-column {
  border-top: solid 5px #f79174;
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px;
}

.page-id-843 .traffic_accident_feature_content .traffic_accident_feature .wp-block-column h3 {
  margin: 0 0 10px 0 !important;
  padding: 0;
  line-height: 1.6em;
}

.page-id-843 .traffic_accident_feature_content .traffic_accident_feature .wp-block-column h3::before {
  content: none;
}

.page-id-843 .traffic_accident_feature_content .traffic_accident_feature .wp-block-column h4 {
  text-align: center;
  font-size: 20px !important;
}

.page-id-843 .traffic_accident_feature_content .traffic_accident_feature .wp-block-column img {
  width: auto;
  height: 100px;
  margin: 0 auto;
}

.page-id-843 .flow_content {
  border-radius: 10px;
  padding: 20px;
  background: #f6f3ea;
  position: relative;
  margin: 0 0 50px 0;
}

.page-id-843 .flow_content.last::after {
  content: none;
}

.page-id-843 .flow_content::after {
  content: "";
  background-color: #8bb776;
  width: 20px;
  height: 32px;
  -webkit-mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  mask: url(/wp-content/uploads/2021/10/arrow_right.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 10px);
  transform: rotate(90deg);
}

.page-id-843 .flow_content h4 {
  border: 0;
  margin: 0;
  font-size: 20px;
}

.page-id-843 .flow_content h4::first-letter {
  font-size: 32px;
  color: #8bb776;
}

.page-id-843 .flow_content h5 {
  text-align: center;
  margin: 0 0 10px 0;
  border-bottom: solid 2px #96bd83;
}

.page-id-843 .flow_content figure img {
  border-radius: 10px;
}

@media screen and (min-width: 768px) {
  .page-id-843 h3 {
    margin: 60px 0 20px 0 !important;
  }
  .page-id-843 .important_content_list {
    width: 800px;
    margin: 40px auto 80px;
    padding: 20px 40px 40px 40px;
  }
  .page-id-843 .traffic_accident_feature_content {
    padding: 80px calc(50% - 40vw);
  }
  .page-id-843 .traffic_accident_feature_content {
    margin: 0 calc(50% - 50vw) 80px;
  }
  .page-id-843 .traffic_accident_feature_content h3 {
    font-size: 28px;
    margin: 0 0 50px 0 !important;
  }
  .page-id-843 .traffic_accident_feature_content .traffic_accident_feature {
    width: 1200px;
    margin: 0 auto;
  }
  .page-id-843 .flow_content {
    padding: 40px;
  }
  .page-id-843 .important_content_account {
    height: 250px;
    padding: 10px 30px 30px 30px;
  }
}

/************************************
** 投稿
************************************/
.a-wrap:hover {
  background-color: #f6f3ea;
}

.widget_recent_entries ul li a:hover {
  background-color: #f6f3ea;
}

.widget_archive ul li a:hover {
  background-color: #f6f3ea;
}

/*お知らせ一覧ページ*/
.archive .a-wrap {
  border-bottom: 1px solid #333;
}

.archive .a-wrap figure {
  display: none;
}

.archive .a-wrap .entry-card-content {
  margin-left: 0;
}

.archive .a-wrap .entry-card-snippet {
  display: block;
}

.archive h3 {
  background: none;
  padding: 0 0 0 20px;
}

/*お知らせ　詳細ページ*/
.single .entry-content {
  border: solid 1px #555;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.single .under-entry-content figure {
  display: none;
}

.single h3 {
  background: none;
  padding: 0 0 0 20px;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px) {
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px) {
  /*必要ならばここにコードを書く*/
}
