@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.3
*/

body {
  overflow-x: hidden;
  color: #555555;
  background: #fff;
  letter-spacing: 0.5px;
}

#container {
  overflow-x: hidden;
}

*:focus {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.posts-not-found h2 {
  display: none;
}

img {
  vertical-align: bottom;
}

.navi-in a {
  color: #555555;
}

.page-top-bg h1.entry-title,
h2.h-page,
h3.h-page,
.box-style-01 h4,
.box-style-01 h5,
table.table-style-01 tr td:nth-child(1),
#archive-title,
.list-page-title,
.page-top-bg .entry-title-archive,
body.single h1.entry-title,
.sidebar h3,
.related-entry-heading,
.comment-title,
h4.h-page,
h3.top-cat-title,
.mv-title .mv-title-text,
.mv-box-header,
.h-title-wrap,
.h-point-wrap,
h2.top-news-title,
.top-news-en,
.top-doctor-head,
.top-doctor-title,
.doctor-line,
.blog-banner-title,
.footer-link-title,
.top-sub-title {
  font-family: 'Zen Maru Gothic', sans-serif;
}

.sp-block {
  display: none;
}

/* ヘッダー */
#header-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 92px;
  z-index: 999;

  padding: 0px 0px;
}

#header-container-in.wrap {
  width: auto;
}

.site-name-text-link {
  padding: 0;
  transition: all 0.3s;
}

.site-name-text-link:hover {
  opacity: 0.6;
}

.header-container-in.hlt-top-menu .logo-header {
  max-height: unset;
  padding-left: 20px;
}

.header-container-in.hlt-top-menu .logo-header img {
  max-height: 70px;
}

/* メニュー */
.navi-in > ul li {
  width: auto;
  height: auto;
  line-height: normal;
}

.navi-in a {
  padding: 25px 20px;
}

.navi-in a:hover {
  background: #f4f8ec;
  transition: all 0.3s;
}

ul#menu-menu1 > li:last-child a {
  background: #e3687f;
}

ul#menu-menu1 > li:last-child a:hover {
  opacity: 0.6;
}

.menu-title {
  display: flex;
  align-items: center;
  line-height: 1;
}

.menu-title-left {
  width: 20px;
  height: auto;
}

.menu-title-left img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.menu-title-right {
  width: calc(100% - 20px);
  font-size: 16px;
  font-weight: 700;
  padding-left: 6px;
  letter-spacing: 2px;
}

.menu-en {
  font-size: 12px;
  letter-spacing: 2.5px;
  font-weight: 700;
  margin-top: 4px;
}

ul#menu-menu1 > li:last-child a .menu-title-right,
ul#menu-menu1 > li:last-child a .menu-en {
  color: #fff;
}

.navi-in .has-icon {
  position: absolute;
  top: auto;
  bottom: 4px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  opacity: 1;
  font-size: 16px;
  line-height: 1;
}

.navi-in > ul .sub-menu li {
  width: auto;
  border-bottom: 1px solid #ccc;
}

.navi-in > ul .sub-menu a {
  padding: 20px 16px;
  font-size: 15px;
}

/* メインビジュアル */
.mv-wrap {
  margin-top: 92px;
  position: relative;
  margin-bottom: 10px;
}

.mv-bg {
  position: relative;
}

.mv-title {
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 2;
}

.mv-title .mv-title-text {
  font-size: 30px;
  font-weight: 700;
  text-shadow: 0 0 1px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1), 0 0 11px rgba(255, 255, 255, 1), 0 0 12px rgba(255, 255, 255, 1), 0 0 13px rgba(255, 255, 255, 1), 0 0 15px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 21px rgba(255, 255, 255, 1), 0 0 22px rgba(255, 255, 255, 1), 0 0 23px rgba(255, 255, 255, 1), 0 0 24px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 1), 0 0 31px rgba(255, 255, 255, 1), 0 0 32px rgba(255, 255, 255, 1), 0 0 33px rgba(255, 255, 255, 1), 0 0 34px rgba(255, 255, 255, 1), 0 0 35px rgba(255, 255, 255, 1), 0 0 36px rgba(255, 255, 255, 1), 0 0 40px rgba(255, 255, 255, 1);
  color: #7A6B4C;
  letter-spacing: 2px;
}

span.mv-color-01,
span.mv-color-02 {
  display: inline-block;
  padding-right: 5px;
}

span.mv-color-01 {
  color: #e3687f;
}
span.mv-color-02 {
  color: #a8ca63;
}

.mv-circle-01 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(168, 202, 99, 0.8);
  position: absolute;
  top: -38px;
  right: 64px;
}
.mv-circle-02 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(244, 203, 42, 0.8);
  position: absolute;
  top: 19px;
  right: 122px;
}
.mv-circle-03 {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(244, 203, 42, 0.8);
  position: absolute;
  bottom: -40px;
  left: 119px;
}

#metaslider-id-98 {
  max-width: unset!important;
  width: 70%;
  position: relative;
  z-index: 1;
}

#metaslider-id-98 img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 0 30px 30px 0;
  object-position: 50% 30%;
}

.mv-box {
  position: absolute;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 400px;
  height: 400px;
  border-radius: 30px;
  box-shadow: 0px 0px 10px rgb(63 63 63 / 20%);
  background: #fff;
  z-index: 2;
}

.mv-icon-01 {
  position: absolute;
  top: -20px;
  left: -17px;
  width: 42px;
  height: auto;
  transform: scale(-1, 1);
}

.mv-icon-02 {
  position: absolute;
  top: -21px;
  right: -6px;
  width: 37px;
  height: auto;
  transform: rotate(31deg);
}

.mv-icon-03 {
  position: absolute;
  top: -28px;
  right: 50px;
  width: 42px;
  height: auto;
  transform: rotate(-9deg);
}

.mv-box-header {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  border-radius: 24px 24px 0 0;
  padding: 17px 0 2px;
  letter-spacing: 2px;
  color: #7A6B4C;

  display: none;
}

.mv-box-header span {
  display: inline-block;
  position: relative;
}

.mv-box-header span::before,
.mv-box-header span::after {
  content: '';
  background-image: url('https://family.omoiyari-clinic.or.jp/wp/wp-content/uploads/border-01.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 51%;
  width: 28px;
  height: 28px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.mv-box-header span::before {
  left: -45px;
}

.mv-box-header span::after {
  right: -40px;
  -webkit-transform: translate(0%, -50%) scale(-1, 1);
  transform: translate(0%, -50%) scale(-1, 1);
}

.mv-table-wrap {
  padding: 10px 15px;

  padding: 20px;
}

table.mv-table {
  margin: 0;
}

table tr:nth-of-type(2n+1) {
  background: transparent;
}

table.mv-table tr:first-child th:first-child {
  border-radius: 15px 0 0 0;
}
table.mv-table tr:first-child th:last-child {
  border-radius: 0 15px 0 0;
}
table.mv-table tr:last-child td:first-child {
  border-radius: 0 0 0 15px;
}
table.mv-table tr:last-child td:last-child {
  border-radius: 0 0 15px 0;
}

table.mv-table tr th:first-child,
table.mv-table tr td:first-child {
  font-weight: 500;
}

table.mv-table tr th,
table.mv-table tr td {
  border: 0;
  font-size: 15px;
  border: 1px solid #fff;
  text-align: center;
  /* padding: 10px 5px; */
  width: 50%;

  /* padding: 12px 5px; */
  padding: 15px 5px;
}

table.mv-table tr th {
  background: #fff;
  background: #a8ca63;
  color: #fff;
  font-weight: 500;
}

table.mv-table tr td {
  background: #f4f8ec;
}

.blue-color {
  color: #6879e3;
}
.red-color {
  color: #e3687f;
}

.mv-table-cd {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;

  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 500;
}
.footer-cta-cd {
  font-weight: 500;
}

.mv-table-link {
  display: flex;
  justify-content: space-between;
}

.mv-table-link a {
  display: block;
  width: 48%;
  background: #f4f8ec;
  text-decoration: none;
  color: #a8ca63;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 10px 0;
  border-radius: 25px;
  border: 2px solid #a8ca63;
  transition: all 0.3s;
}

.mv-table-link a i {
  margin-left: 5px;
}

.mv-table-link a:hover {
  opacity: 0.6;
}

/* 幅 */
body.front-top-page #content {
  /* display: none; */
  margin: 0;
  padding: 0;
}

body.front-top-page #content-in {
  padding: 0;
  margin: 0;
  width: 100%;
}

body.front-top-page #main {
  padding: 0;
  margin: 0;
}

body.front-top-page article.article,
body.front-top-page article.article .entry-content,
body.front-top-page .entry-content>* {
  padding: 0;
  margin: 0;
}

.bg-gray {
  background: #f4f8ec;
  position: relative;
}

.bg-gray::before {
  content: '';
  position: absolute;
  top: -54px;
  width: 100%;
  height: 54px;
  background: url('https://family.omoiyari-clinic.or.jp/wp/wp-content/uploads/bg-wave.png') 0 0 repeat-x;
}

.bg-deco {
  position: relative;
}

#top-medical {
  overflow: hidden;
}

.bg-circle-01 {
  width: 600px;
  height: 600px;
  border-radius: 50%;
  background: rgba(168, 202, 99, 0.2);
  position: absolute;
  top: -300px;
  left: -300px;
}
.bg-circle-02 {
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: rgba(244, 203, 42, 0.2);
  position: absolute;
  bottom: -300px;
  right: -300px;
  z-index: -1;
}

.bg-circle-03,
.bg-circle-07 {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: rgba(168, 202, 99, 0.4);
  position: absolute;
  top: 30px;
  left: -41px;
}
.bg-circle-07 {
  background: rgba(244, 203, 42, 0.4);
}
.bg-circle-04,
.bg-circle-08 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(244, 203, 42, 0.4);
  position: absolute;
  top: 144px;
  left: 74px;
}
.bg-circle-08 {
  background: rgba(168, 202, 99, 0.4);
}
.bg-circle-05,
.bg-circle-09 {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background: rgba(168, 202, 99, 0.4);
  position: absolute;
  top: 185px;
  right: -19px;
}
.bg-circle-09 {
  background: rgba(244, 203, 42, 0.4);
}

.top-container {
  padding: 80px 0 90px;
  max-width: 1200px;
  margin: 0 auto;
}

#top-news .top-container,
#top-medical .top-container {
  padding: 90px 0 130px;
}

.footer-cta-bg .top-container {
  padding: 70px 0;
}

/* トップページ */
.h-title-wrap,
.h-point-wrap {
  text-align: center;
  font-weight: 700;
  color: #7A6B4C;
  line-height: 1;
  margin-bottom: 50px;
}

.h-title-wrap img,
.h-point-wrap img.h-point-logo01 {
  width: 75px;
  height: auto;
  margin-bottom: 15px;
}

.h-point-wrap img.h-point-logo02 {
  width: 240px;
  height: auto;
}

span.h-title-span {
  display: inline-block;
  position: relative;
}

.h-title-top h2,
h2.h-point-sub {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 45px;
  letter-spacing: 2px;
}

.h-title-bottom {
  font-size: 22px;
  margin-top: 12px;
  letter-spacing: 2px;
}

.h-title-top h2.title-letter {
  letter-spacing: 4px;
}

h2.h-point-sub {
  position: relative;
}

h2.h-point-sub::before,
h2.h-point-sub::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-image: url('https://family.omoiyari-clinic.or.jp/wp/wp-content/uploads/border02.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  height: 140px;
}

h2.h-point-sub::before {
  left: 280px;
}

h2.h-point-sub::after {
  right: 280px;
  -webkit-transform: translate(0%, -50%) scale(-1, 1);
  transform: translate(0%, -50%) scale(-1, 1);
}

h2.h-point-sub span.h-point-name {
  display: block;
  font-size: 22px;
  margin-bottom: 12px;
}

h2.h-point-sub span.h-point-num {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #a8ca63;
  color: #fff;
  border-radius: 50%;
  padding-top: 3px;
}

ul.h-title-ul-01,
ul.h-title-ul-02 {
  padding: 0;
  margin: 0;
  list-style: none;

  position: absolute;
  top: 50%;
  transform: translate(0%, -50%) rotate(30deg);
}

ul.h-title-ul-01 {
  left: -40px;
}

ul.h-title-ul-02 {
  right: -40px;
}

ul.h-title-ul-01 li,
ul.h-title-ul-02 li {
  margin: 0;
  width: 12px;
  height: 10px;
  border-radius: 50%;
  background: #a8ca63;
  margin-bottom: 6px;
}

ul.h-title-ul-01 li:last-child,
ul.h-title-ul-02 li:last-child {
  margin-bottom: 0;
}

.page-top-bg header.article-header ul.h-title-ul-01 li,
.page-top-bg header.article-header ul.h-title-ul-02 li {
  background: #a8ca63;
}

.top-bg-wrap {
  background-color: #fcf3cf;
  background-image: radial-gradient(#fdf8e2 25%, transparent 25%), radial-gradient(#fdf8e2 25%, transparent 25%);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
}

.top-news-wrap {
  display: flex;
}

.top-news-left {
  width: 250px;
  position: relative;
}

.top-news-left a {
  position: absolute;
  bottom: 0;
  left: 0;

  display: inline-block;
  background: #f4f8ec;
  text-decoration: none;
  color: #a8ca63;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 10px 40px;
  border-radius: 25px;
  border: 2px solid #a8ca63;
  transition: all 0.3s;
}

.top-news-left a i {
  margin-left: 5px;
}

.top-news-left a:hover {
  opacity: 0.6;
}

.top-news-header {
  font-weight: 700;
  line-height: 1;
  color: #7A6B4C;
}

h2.top-news-title {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  font-size: 32px;
}

h2.top-news-title i {
  margin-right: 10px;
  color: #a8ca63;
}

.top-news-en {
  font-size: 22px;
  margin-top: 12px;
}

.top-news-right {
  width: calc(100% - 250px);
}

.top-news-box {
  background: #fff;
  min-height: 215px;
}

.top-doctor-area {
  padding-top: 20px;
}

.top-doctor-wrap {
  display: flex;
  justify-content: space-between;
}

.top-doctor-wrap:nth-child(1) {
  flex-direction: row-reverse;
  margin-bottom: 80px;
}

.top-doctor-left {
  width: 36%;
}

.top-doctor-img {
  position: relative;
}

.top-doctor-img::before,
.top-doctor-img::after {
  content: '';
  position: absolute;
  width: 90%;
  height: 90%;
  z-index: 1;
  border-radius: 30px;
}

.top-doctor-img::before {
  top: -16px;
  left: -16px;
  background: #f4cb2a;
}

.top-doctor-img::after {
  bottom: -16px;
  right: -16px;
  background: #a8ca63;
}

.top-doctor-img img {
  position: relative;
  z-index: 2;
  border-radius: 30px;
}

.top-doctor-right {
  width: 60%;
}

.top-doctor-head {
  color: #a8ca63;
  font-size: 22px;
  font-weight: 500;
}

.top-doctor-head span {
  display: inline-block;
  background: #a8ca63;
  color: #fff;
  padding: 2px 20px;
  font-size: 20px;
  border-radius: 25px;
}

.top-doctor-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  margin: 18px 0;
}

.top-doctor-desc p {
  margin-bottom: 12px;
}

.top-doctor-clinic {
  font-size: 20px;
  font-weight: 700;
}

.top-career-box {
  display: flex;
  margin: 5px 0;
}

.top-career-box.page-career-box {
  display: block;
}

.top-career-item:nth-child(1) {
  width: 60%;
}
.top-career-item:nth-child(2) {
  width: 40%;
}
.top-career-box.page-career-box .top-career-item {
  width: 100%;
}

.top-career-title {
  color: #a8ca63;
  font-size: 24px;
  font-weight: 500;
  position: relative;
  padding-left: 24px;
}

.top-career-title::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #a8ca63;
}

ul.top-career-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.top-career-list li {
  margin: 0;
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}

ul.top-career-list li::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #555555;
}

.doctor-line {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-top: 18px;
  font-weight: 500;
  font-size: 18px;
}

.doctor-clinic {
  margin-right: 12px;
}

.doctor-pos {
  margin-right: 28px;
}

.doctor-item {
  text-align: center;
  margin-right: 14px;
  letter-spacing: 2px;
  font-size: 16px;
}

.doctor-item span {
  display: block;
  font-size: 24px;
  margin-top: 4px;
}

.page-doctor.top-doctor-area {
  padding-top: 10px;
}

.page-doctor .top-doctor-title {
  font-size: 20px;
  margin-top: 0;
}

.page-doctor .top-doctor-img::before {
  top: -10px;
  left: -10px;
}

.page-doctor .top-doctor-img::after {
  bottom: -10px;
  right: -10px
}

.page-doctor .doctor-line {
  flex-wrap: wrap;
  font-size: 16px;
  justify-content: center;
}

.page-doctor .doctor-clinic {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 0;
  text-align: center;
  margin-top: 15px;
}

.page-doctor .doctor-pos {
  margin-right: 20px;
}

.page-doctor .doctor-item span {
  font-size: 20px;
}

.top-link-style .link-style-wrap {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.top-point-list {
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3vw 3vw;
}

.top-point-list .top-point-item {
  position: relative;
}

.top-point-list .top-point-item::before {
  content: '';
  position: absolute;
  top: -15px;
  left: -10px;
  background-image: url('https://family.omoiyari-clinic.or.jp/wp/wp-content/uploads/leaf.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 60px;
}

.top-point-list .top-point-item::after {
  content: '1';
  position: absolute;
  top: 2px;
  left: 7px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
}
.top-point-list .top-point-item:nth-child(2)::after {
  content: '2';
}
.top-point-list .top-point-item:nth-child(3)::after {
  content: '3';
}
.top-point-list .top-point-item:nth-child(4)::after {
  content: '4';
}
.top-point-list .top-point-item:nth-child(5)::after {
  content: '5';
}
.top-point-list .top-point-item:nth-child(6)::after {
  content: '6';
}

.top-point-list .top-point-item img {
  border-radius: 15px;
  height: 250px;
  object-fit: cover;
}

.top-point-list .point-item-text {
  text-align: left;
  line-height: 1.7;
  font-size: 16px;
  margin-top: 18px;
}

/* 固定ページ */
.page-top-bg {
  margin-top: 92px;

  width: 100%;
  height: 200px;
  position: relative;
  background-image: url('https://family.omoiyari-clinic.or.jp/wp/wp-content/uploads/IMG_4345.jpg');
  background-position: 50% 60%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.page-top-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(217, 232, 187, 0.85);
  z-index: 2;
}

.page-top-bg header.article-header {
  display: inline-block;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.page-top-bg h1.entry-title,
.page-top-bg .entry-title-archive {
  margin: 0;
  font-size: 36px;
  letter-spacing: 5px;
  line-height: 1.3;
  font-weight: 700;
}

.page-top-bg .date-tags {
  display: none;
}

h2.h-page,
h3.h-page,
#archive-title,
.list-page-title,
h4.h-page,
h3.top-cat-title {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  margin: 1.4em 0 1em;
  font-weight: 700;
  line-height: 1.5;
}

h2.h-page,
#archive-title,
.list-page-title {
  background: #a8ca63;
  color: #fff;
  padding: 13px 20px;
  border-radius: 5px;
  font-size: 23px;
}

#archive-title span {
  display: none;
}

body.archive #archive-title,
body.blog .list-page-title {
  margin-top: 16px;
}

h3.h-page {
  font-size: 22px;
  color: #a8ca63;
  padding-bottom: 10px;
  border-bottom: 5px solid #a8ca63;
  position: relative;
  padding-left: 47px;
}

h3.h-page::before {
  content: '';
  background-image: url('https://family.omoiyari-clinic.or.jp/wp/wp-content/uploads/logo-icon01.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  left: 2px;
  width: 30px;
  height: 30px;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top-point-list-02 {
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 5vw 2vw;
}

.top-point-list-02 .top-point-item,
.top-point-list .top-point-item {
  text-align: center;
}

.top-point-list-02 .top-point-item p {
  margin: 0;
}

.top-point-list-02 .top-point-item img {
  height: 300px;
  object-fit: contain;
}

.top-point-list .top-point-item img {
  height: 240px;
  object-fit: cover;
}

.top-point-list-02 .top-point-item h3,
.top-point-list .top-point-item h3 {
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  margin-top: 8px;
  line-height: 1.25;
}

.top-point-list-02 .top-point-item h3 span.point-item-sub,
.top-point-list .top-point-item h3 span.point-item-sub {
  position: relative;
  display: inline-block;
}

.top-point-list-02 .top-point-item h3 span.point-item-sub::before,
.top-point-list .top-point-item h3 span.point-item-sub::before {
  content: '';
  width: 100%;
  height: 7px;
  background: #a8ca63;
  position: absolute;
  bottom: -10px;
  left: 0;
}

.top-faq-item {
  background: #fff;
  border: 3px solid #a8ca63;
}

.top-faq-title {
  position: relative;
  background: #a8ca63;
  padding: 20px 10px 20px 70px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  font-weight: 700;
}

.top-faq-title::before, .top-faq-desc::before {
  content: 'Q';
  position: absolute;
  top: 18px;
  left: 18px;
  width: 35px;
  height: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  color: #a8ca63;
}

.top-faq-desc {
  position: relative;
  padding: 20px 10px 20px 70px;
  font-size: 16px;
}

.top-faq-desc::before {
  content: 'A';
  background: #a8ca63;
  color: #fff;
  border: 1px solid #a8ca63;
}

.link-style-wrap {
  display: flex;
  justify-content: space-between;
}

a.link-style-item {
  width: 48%;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  background-color: #f4cb2a;
  font-size: 20px;
  background-image: url('https://family.omoiyari-clinic.or.jp/wp/wp-content/uploads/medical-icon-03.png');
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: left 8% center;
  border-radius: 45px;
  position: relative;
  padding: 0 30px;
  transition: all 0.3s;
  font-weight: 500;
}

a.link-style-item:nth-last-child(1) {
  background-image: url('https://family.omoiyari-clinic.or.jp/wp/wp-content/uploads/medical-icon-04.png');
}

a.link-style-item::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px dotted #fff;
  border-radius: 48px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  margin: auto;
}

a.link-style-item::after {
  content:'\f054';
	font-family:'Font Awesome 5 Free';
	font-weight:700;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

a.link-style-item:hover {
  opacity: 0.6;
}

.top-cat-bg {
  border: 3px solid #a8ca63;
  background: #f4f8ec;
  padding: 40px;
}

h3.top-cat-title {
  color: #a8ca63;
  margin: 0;
  margin-bottom: 1em;
  font-size: 24px;
}

ul.top-cat-list {
  padding: 0;
  margin: 0;
  list-style: none;

  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1.5vw 1.5vw;
}

body.front-top-page ul.top-cat-list {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

ul.top-cat-list li {
  margin: 0;
}

ul.top-cat-list li a {
  display: block;
  text-decoration: none;
  color: #a8ca63;
  font-size: 16px;
  font-weight: 500;
  border: 3px solid #CECFCF;
  padding: 14px 20px 14px 15px;
  border-radius: 5px;
  position: relative;
  line-height: 1.4;
  background: #fff;
  transition: all 0.3s;
}

ul.top-cat-list li a::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

ul.top-cat-list li a:hover {
  border: 3px solid #91ba40;
  background: #a8ca63;
  color: #fff;
}

/* 装飾 */
table.table-style-01 tr td h3,
.box-style-01 h4,
.box-style-01 h5 {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}

table.table-style-01 tr td {
  border: 2px solid #a8ca63;
  padding: 15px 15px;
}

table.table-style-01 tr td:nth-child(1) {
  background: #f4f8ec;
  white-space: nowrap;
  color: #a8ca63;
}

table.table-style-01 tr td h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}

.box-style-01 {
  background: #f4f8ec;
  padding: 35px;
}

.box-style-01 h4,
h4.h-page {
  font-size: 22px;
  color: #a8ca63;
  border-left: 5px solid #a8ca63;
  padding: 4px 0;
  padding-left: 10px;
  margin-bottom: 1em;
  font-weight: 700;
}

.box-style-01 h5 {
  color: #a8ca63;
  font-size: 20px;
  margin-bottom: 0.3em;
  font-weight: 700;
}

ul.list-style-01 {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.list-style-01 li {
  margin: 0;
  position: relative;
  margin-bottom: 18px;
  padding-left: 24px;
}

ul.list-style-01 li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #a8ca63;
}

/* お知らせ */
.top-news-box .new-entry-cards {
  margin: 0;
}

.news-entry-cards.widget-entry-cards .a-wrap,
body.post-type-archive-news .a-wrap,
body.post-type-archive-staff-blog .a-wrap {
  padding: 0;
  margin: 0;
  padding: 25px 30px;
  border-bottom: 1px solid #eee;
  transition: all 0.3s;
}

.news-entry-cards.widget-entry-cards .a-wrap:hover,
body.post-type-archive-news .a-wrap:hover,
body.post-type-archive-staff-blog .a-wrap:hover {
  background: transparent;
}

.news-entry-cards.widget-entry-cards .a-wrap .widget-entry-card-content,
body.post-type-archive-news .a-wrap h2.entry-card-title,
body.post-type-archive-staff-blog .a-wrap h2.entry-card-title {
  transition: all 0.3s;
}

.news-entry-cards.widget-entry-cards .a-wrap:hover .widget-entry-card-content,
body.post-type-archive-news .a-wrap:hover h2.entry-card-title,
body.post-type-archive-staff-blog .a-wrap:hover h2.entry-card-title {
  transition: all 0.3s;
  color: #a8ca63;
  opacity: 0.6;
}

.news-entry-cards .widget-entry-card,
article.type-news.entry-card,
article.type-staff-blog.entry-card {
  display: flex;
  font-size: 16px;
}

.news-entry-cards .news-desc-wrap,
article.type-news .news-desc-wrap,
article.type-staff-blog .news-desc-wrap {
  width: 160px;
}

.news-entry-cards .e-card-info,
article.type-news .e-card-info,
article.type-staff-blog .e-card-info {
  display: block;
}

.news-entry-cards .e-card-info > span,
article.type-news .e-card-info > span,
article.type-staff-blog .e-card-info > span {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #a8ca63;
}

.news-entry-cards .e-card-info > span i,
article.type-news .e-card-info > span i,
article.type-staff-blog .e-card-info > span i {
  display: none;
}

.news-entry-cards .widget-entry-card-content,
article.type-news .entry-card-content,
article.type-staff-blog .entry-card-content {
  margin: 0;
  padding: 0;
  width: calc(100% - 160px);
  transition: all 0.3s;
}

article.type-news h2.entry-card-title,
article.type-staff-blog h2.entry-card-title {
  font-weight: 400;
  font-size: 16px;
  margin: 0;
}

/* ブログ */
.widget-entry-cards figure,
figure.entry-card-thumb,
figure.related-entry-card-thumb {
  width: 100%;
  margin: 0;
  margin-bottom: 10px;
}

.widget-entry-cards figure span.cat-label,
figure.entry-card-thumb span.cat-label,
figure.related-entry-card-thumb span.cat-label {
  display: none;
}

.widget-entry-cards figure img,
figure.entry-card-thumb img,
figure.related-entry-card-thumb img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}

figure.related-entry-card-thumb img {
  height: 130px;
}

#sidebar .widget-entry-cards figure img {
  height: 130px;
}

.blog-entry-cards,
body.blog #list,
body.category #list,
.related-list {
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2vw;
}

.blog-entry-cards.widget-entry-cards .a-wrap,
body.blog .a-wrap,
body.category .a-wrap,
.related-list .a-wrap {
  padding: 0;
  margin: 0;
}

.blog-entry-cards.widget-entry-cards .a-wrap:hover,
body.blog .a-wrap:hover,
body.category .a-wrap:hover,
.related-list .a-wrap:hover {
  background: transparent;
}

.blog-entry-cards.widget-entry-cards .a-wrap:hover .widget-entry-card-title,
body.blog .a-wrap:hover h2.entry-card-title,
body.category .a-wrap:hover h2.entry-card-title,
.related-list .a-wrap:hover h3.related-entry-card-title,
#sidebar .a-wrap:hover .popular-entry-card-title {
  text-decoration: underline;
}

.blog-entry-cards .widget-entry-card-content,
article.type-post .entry-card-content,
.related-entry-card-content,
#sidebar .widget-entry-card-content {
  margin: 0;
  padding: 0;
}

.blog-entry-cards .blog-desc-wrap,
article.type-post .blog-desc-wrap,
.related-entry-card-content .blog-desc-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}


.blog-entry-cards .e-card-info,
article.type-post .e-card-info,
.related-entry-card-content .e-card-info {
  display: block;
  line-height: 1;
}

.blog-entry-cards .e-card-info > span,
article.type-post .e-card-info > span,
.related-entry-card-content .e-card-info > span {
  padding: 0;
  margin: 0;
  font-size: 13px!important;
  line-height: 1;
  display: block;
  margin-right: 5px!important;
  margin-bottom: 5px!important;
}

.blog-entry-cards .e-card-info > span i,
article.type-post .e-card-info > span i,
.related-entry-card-content .e-card-info > span i {
  display: none;
}

.blog-entry-cards .blog-date-cat,
article.type-post .blog-date-cat,
.related-entry-card-content .blog-date-cat {
  font-size: 13px;
  line-height: 1;
  margin-right: 5px;
  margin-bottom: 5px;
}

.blog-entry-cards .widget-entry-card-title,
article.type-post h2.entry-card-title,
.related-entry-card-content h3.related-entry-card-title,
#sidebar .popular-entry-card-title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin: 0;
  color: #555;
}

.blog-entry-cards .widget-entry-card-snippet,
article.type-post .entry-card-snippet,
.related-entry-card-snippet {
  font-size: 13px;
  opacity: 1;
  margin-top: 0;
  line-height: 1.6;

  display: none;
}

/* ブログ_サイドバー */
#sidebar .popular-entry-cards {
  display: block;
}

#sidebar .popular-entry-cards .widget-entry-card-snippet {
  display: none;
}

#sidebar .popular-entry-cards.widget-entry-cards .a-wrap {
  border-bottom: 2px dotted #ddd;
  padding: 15px 0;
}

#sidebar .popular-entry-cards .popular-desc-wrap {
  display: none;
}

/* 投稿ページ */
body.single article figure.eye-catch span.cat-label {
  display: none;
}

body.single article .date-tags {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

body.single article .eye-catch-wrap {
  padding-top: 10px;
}

body.single article .post-update,
body.single article .post-date {
  display: block;
  margin: 0;
  font-size: 14px;
}

body.single h1.entry-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 10px
}

body.single article .entry-content {
  margin-top: 0.5em;
}

body.single-news #related-entries,
body.single-staff-blog #related-entries {
  display: none;
}

.cat-link {
  background: #e3687f;
  transition: all 0.3s;
}

.related-entry-heading, .comment-title {
  margin: 2em 0 10px;
  font-size: 18px;
  color: #555;
  font-weight: 500;

  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 18px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  background: #a8ca63;
  border-radius: 5px;
  padding: 7px 10px;
}

/* サイドバー */
.sidebar {
  padding-top: 16px;
}

.sidebar h3 {
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 700;
  background: #a8ca63;
  border-radius: 5px;
  padding: 7px 10px;
}

.widget_categories ul li a {
  transition: all 0.3s;
  border-bottom: 2px dotted #ddd;
  color: #555;
}

#categories-2 ul.children {
  padding-left: 0;
}

#categories-2 ul li a {
  transition: all 0.2s;
}

#categories-2 ul li a:hover {
  background: transparent;
  color: #a8ca63;
  opacity: 0.6;
}

/* ページネーション */
.pagination-next {
  display: none;
}

.page-numbers {
  color: #555;
  border: 1px solid #555;
  border-radius: 5px;
}

.pagination .current {
  border: 1px solid #a8ca63;
  background-color: #a8ca63;
  color: #fff;
}

/* パンくず */
#main {
  padding-top: 0;
}

#breadcrumb {
  padding: 0 10px;
  background: transparent;
  margin-bottom: 4px;
}

.breadcrumb {
  margin: 1em 0em 3em;
}

span.fa-home,
span.fa-file,
span.fa-folder {
  display: none;
}

.sp-b {
  margin: 0 10px 0 7px!important;
}

.sp .fa-angle-right {
  color: #b3b3b3;
}

.list-breadcrumb-category span.sp {
  margin-left: 8px;
}

body.archive.category #breadcrumb .breadcrumb-item {
  margin-left: 5px;
}

.breadcrumb-caption {
  margin: 0;
}

.breadcrumb-style .sp {
  margin: 0 10px 0 7px;
}

/* フッターcta */
.footer-cta-bg {
  background-color: #fcf3cf;
  background-image: radial-gradient(#fdf8e2 25%, transparent 25%), radial-gradient(#fdf8e2 25%, transparent 25%);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
}

a.blog-banner {
  display: flex;
  background: #fff;
  text-decoration: none;
  color: #555;
  transition: all 0.3s;
}

a.blog-banner:hover {
  opacity: 0.6;
}

.blog-banner-left {
  width: 75%;
  background: #fff;
  padding: 25px 30px;
  border-bottom: 10px solid #a8ca63;
}

.blog-banner-title {
  font-size: 28px;
  font-weight: 700;
  color: #7A6B4C;
  margin-bottom: 6px;
}

.blog-banner-title span {
  position: relative;
}

.blog-banner-title span::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 35px;
  height: 35px;
  background: #a8ca63;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.blog-banner-title i {
  margin-left: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #a8ca63;
  color: #fff;
}

.blog-banner-right {
  width: 25%;
}

.blog-banner-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer-cta-wrap {
  display: flex;
  justify-content: space-between;
}

.footer-cta-left {
  width: 47%;
  text-align: center;
}

.footer-info-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #a8ca63;
}

.footer-info-item dt,
.footer-info-item dd {
  text-align: left;
  padding: 8.5px 0;
}

.footer-info-item dt {
  width: 120px;
  font-weight: 500;
}

.footer-info-item dd {
  width: calc(100% - 120px);
}

.footer-info-item.footer-info-tel dd {
  color: #a8ca63;
  font-size: 36px;
  font-weight: 700;
}

.footer-info-item.footer-info-tel dd span {
  font-size: 70%;
}

.footer-cta-right {
  width: 47%;
}

table.footer-cta-table {
  margin-bottom: 12px;
}

table.footer-cta-table tr:nth-child(2),
table.footer-cta-table tr:nth-child(3) {
  border-bottom: 1px solid #a8ca63;
}

table.footer-cta-table tr:nth-child(4) {
  border-bottom: 3px solid #a8ca63;
}

table.footer-cta-table tr th,
table.footer-cta-table tr td {
  background: transparent;
  border: 0;
  padding: 0;
  text-align: center;
  padding: 16px 0;
  font-size: 18px;
  line-height: 1;
}

table.footer-cta-table tr th {
  background: #a8ca63;
  color: #fff;
  font-weight: 500;
}

table.footer-cta-table tr td {
  background: #fff;
}

table.footer-cta-table tr td span.cd-circle {
  color: #a8ca63;
}
span.cd-circle02 {
  color: #e3687f!important;
}
table.footer-cta-table tr td span.cd-note {
  display: inline-block;
  font-size: 12px;
  background: #e3687f;
  color: #fff;
  padding: 6px 10px;
  line-height: 1;
  border-radius: 5px;
  margin-top: 7px;
  font-weight: 500;
}

table.footer-cta-table tr td {
  font-weight: 900;
}

table.footer-cta-table tr th:nth-child(1),
table.footer-cta-table tr td:nth-child(1) {
  width: 200px;
  font-weight: 500;
}
table.footer-cta-table tr th:last-child,
table.footer-cta-table tr td:last-child {
  width: 90px;
}

.footer-ggmap {
  position: relative;
  padding-top: 30px;
  height: 350px;
  overflow: hidden;
}

.footer-ggmap iframe,
.footer-ggmap object,
.footer-ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 350px;
}

/* フッター */
.footer {
  background: #fff;
  margin-top: 0;
  padding: 0;
}

.footer-bottom {
  padding: 30px 0;
  margin-top: 0;
}

.navi-footer-in > .menu-footer li {
  border-left: 1px solid #333;
  line-height: 1;
}

.navi-footer-in > .menu-footer li:last-child {
  border-right: 1px solid #333;
}

.navi-footer-in a {
  color: #333;
}

.footer-bottom.fnm-text-width .menu-footer li a {
  padding: 0 18px;
}

.footer-bottom.fnm-text-width .menu-footer li a:hover {
  background: #fff;
  text-decoration: underline;
}

.copyright {
  background: #a8ca63;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 50px 0;
  margin-top: 0;
}

/* 固定 */
.fixed-wrap {
  position: fixed;
  bottom: 5px;
  right: 5px;
  z-index: 999;
  display: flex;
}

a.fixed-link {
  display: inline-block;
  text-decoration: none;
  background: #e3687f;
  color: #fff;
  line-height: 1;
  padding: 20px 16px;
  display: flex;
  align-items: center;
  border-radius: 20px;
  transition: all 0.3s;
  margin-left: 8px;
}

.fixed-link-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fixed-link-icon i {
  color: #e3687f;
  font-size: 22px;
  transition: all 0.3s;
}

a.fixed-link:hover {
  background: #F0A5B2;
}
a.fixed-link:hover i {
  color: #F0A5B2;
}

.fixed-link-right {
  text-align: center;
  letter-spacing: 2px;
  padding-left: 5px;
}

.fixed-tel-text {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 5px;
}

.fixed-tel-num {
  font-size: 22px;
  font-weight: 700;
}

/* お問い合わせフォーム */
.contact-form-wrap table.table-style tr th,
.contact-form-wrap table.table-style tr td {
  border: solid 0px #dedede;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 18px;
}

.contact-form-wrap table.table-style tr th p,
.contact-form-wrap table.table-style tr td p {
  margin: 0;
}

.contact-form-wrap table.table-style tr th {
  background: #f4f8ec;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
  white-space: nowrap;
}

.contact-form-wrap table.table-style tr td {
  background: #fff;
  padding-right: 18px;
  width: 100%;
}

.contact-form-wrap table.table-style tr th {
  width: 230px;
  vertical-align: middle;
}

.contact-form-wrap table.table-style tr:last-child th {
  vertical-align: top;
}

input[type="text"],
input[type="email"],
select,
textarea {
  border-radius: 0;
  font-size: 16px;
  line-height: 1;
  padding: 10px;
  border: 1px solid #767676;
}

textarea {
  line-height: 1.5;
}

span.required {
  color: #6C5635;
  font-size: 10px;
  letter-spacing: 2px;
  border: 1px solid #F5CE39;
  border-radius: 2px;
  padding: 0px 3px;
  line-height: 100%;
  vertical-align: 2px;
  margin: 0 5px 6px 8px;
  font-weight: 500;
  background: #F5CE39;
}

input[type='submit'] {
  border: 0;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  transition: all 0.2s;
  padding: 12px 0;
  background: #e3687f;
}

input[type='submit']:hover {
  background: #eb93a3;
}

.contact-form-wrap table.table-style tr:first-child th {
  vertical-align: top;
}

.contact-form-wrap table td.checkbox-wrap span.wpcf7-list-item {
  display: block;
  margin-bottom: 5px;
}

input[type="text"], input[type="email"], select, textarea {
  font-family: "Noto Sans JP" ,sans-serif!important;
}

/* 追記 */
.top-banner-wrap {
  width: 75%;
  margin: 0 auto!important;
}

.top-banner-box {
  border: 2px solid #009CE5;
  background: #ccefff;
  text-align: center;
  border-radius: 10px;
  color: #007ab3;
  padding: 20px 0;
  margin: 30px 0;
}

.top-banner-title {
  font-size: 32px;
  font-weight: 700;

  display: flex;
  align-items: center;
  justify-content: center;
}

.top-banner-box p {
  font-size: 20px;
  line-height: 1.6;
  margin: 10px 0;
}

.top-banner-box a {
  color: #e3687f;
  font-weight: 500;
  font-size: 20px;
}







.img-style-01 {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
}

.img-style-01 a {
  transition: all 0.3s;
}

.img-style-01 a:hover {
  opacity: 0.6;
}

.img-style-02 {
  width: 100%;
  max-width: 150px;
  margin: 0 auto;
}

.flex-style-01 {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.flex-style-01 a {
  display: block;
  transition: all 0.3s;
}

.flex-style-01 a:hover {
  opacity: 0.6;
}

.flex-style-01 a:nth-child(1) {
  margin-right: 20px;
}

.flex-style-02 {
  display: flex;
  justify-content: space-between;
}

.flex-style-02-left {
  width: 65%;
}

.flex-style-02-right {
  width: 30%
}

ul.ul-style-01 {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.ul-style-01 li {
  margin: 0;
  display: flex;
  margin-bottom: 10px;
}

ul.ul-style-01 li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a8ca63;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}

ul.ul-style-01 li .li-text {
  width: calc(100% - 35px);
  padding-left: 10px;
  padding-top: 3px;
}



a.top-banner-more {
  display: inline-block;
  background: #e3687f;
  color: #fff;
  text-decoration: none;
  padding: 12px 20px;
  line-height: 1;
  font-size: 16px;
  font-weight: 500;
  border-radius: 7px;
  transition: all 0.3s;
}

a.top-banner-more i {
  margin-left: 5px;
}

a.top-banner-more:hover {
  opacity: 0.7;
}

a.top-banner-link-text {
  transition: all 0.3s;
}

a.top-banner-link-text:hover {
  opacity: 0.7;
  text-decoration: none;
}


.navi-footer-in > .menu-footer li {
  margin-bottom: 10px;
}



.footer-link-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.footer-link-item {
  width: 48%;
}

.footer-link-title {
  font-size: 24px;
  font-weight: 700;
  color: #7A6B4C;
  margin-bottom: 6px;
  position: relative;
  padding-left: 32px;
}

.footer-link-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 11px;
  left: 0;
  width: 24px;
  height: 24px;
  background: #a8ca63;
  border-radius: 6px;
}

.footer-link-banner {
  display: flex;
  justify-content: space-between;
}

.footer-link-banner a {
  display: block;
  width: 48%;
  border: 3px solid #ddd;
  transition: all 0.3s;
}

.footer-link-banner a:hover {
  opacity: 0.7;
}

.footer-link-banner a img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}


.footer-banner-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.footer-banner-left {
  width: 23%;
}

.footer-banner-right {
  width: 75%;
}

a.footer-banner-btn {
  display: block;
  text-decoration: none;
  background: #f4cb2a;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 26px 0;
  padding-right: 22px;
  font-size: 20px;
  font-weight: 500;
  border-radius: 20px;
  position: relative;
  transition: all 0.3s;
}

a.footer-banner-btn:hover {
  opacity: 0.7;
}

a.footer-banner-btn:nth-child(1) {
  margin-bottom: 20px;
}

a.footer-banner-btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: 2px dotted #fff;
  border-radius: 20px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  margin: auto;
}

a.footer-banner-btn::after {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

a.footer-banner-btn i {
  font-size: 130%;
  margin-right: 6px;
}


ul.top-md-list {
  padding: 0;
  margin: 0;
  list-style: none;

  display: flex;
  margin-top: 40px;
}

ul.top-md-list li {
  margin: 0;
  flex-grow: 1;
  margin-right: 20px;
}

ul.top-md-list li:last-child {
  margin-right: 0;
}

ul.top-md-list li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #f4cb2a;
  font-size: 18px;
  font-weight: 700;
  border: 3px solid #CECFCF;
  padding: 16px 20px 16px 15px;
  border-radius: 5px;
  position: relative;
  line-height: 1.4;
  transition: all 0.3s;
}

ul.top-md-list li a:hover {
  opacity: 0.7;
}

ul.top-md-list li a::before {
  content: '\f054';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

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

.top-note-left {
  width: 49%;
}
.top-note-right {
  width: 49%;
}

a.top-sub-item {
  display: flex;
  text-decoration: none;
  color: #333;
  border: 3px solid #f4cb2a;
  background: #fef9e7;
  transition: all 0.3s;
}

a.top-sub-item:hover {
  opacity: 0.7;
}

.top-sub-left {
  width: 70%;
  padding: 20px 20px;
  border-bottom: 10px solid #f4cb2a;
}
.top-sub-title {
  font-size: 24px;
  font-weight: 700;
  color: #7A6B4C;
  margin-bottom: 6px;
}
.top-sub-title span {
  position: relative;
}
.top-sub-title span::before {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: -35px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 32px;
  height: 32px;
  background: #f4cb2a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.top-sub-left p {
  margin: 0;
}


.top-sub-right {
  width: 30%;
}
.top-sub-right img {
  width: 100%;
  height: 157px;
  object-fit: cover;
}

article#post-119 .top-note-wrap {
  display: block;
}
article#post-119 .top-note-left {
  width: 100%;
  margin-bottom: 20px;
}
article#post-119 .top-note-right {
  width: 100%;
}



.google-calendar-wrap {
  text-align: center;
  margin: 30px 0;
}
.google-calendar-wrap iframe {
  border: 0!important;
}


.flu-img {
  text-align: center;
  margin-bottom: 30px!important;
}
.flu-img a {
  display: inline-block;
  transition: all 0.3s;
}
.flu-img a:hover {
  opacity: 0.7;
}

.page-author-wrap {
  border: 1px solid #a8ca63;
  position: relative;
  margin: 90px 0 40px;
}
.page-author-title {
  position: absolute;
  top: -40px;
  left: 0;
  background: #a8ca63;
  color: #fff;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  border-radius: 15px 15px 0 0;
}
.page-author {
  display: flex;
  align-items: center;
  padding: 25px 0;
  border: 1px solid #a8ca63;
  background: #f4f8ec;
}
.page-author-left {
  width: 250px;
  text-align: center;
}
.page-author-left img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  border: 1px solid #f5f5f5;
}
.page-author-right {
  width: calc(100% - 250px);
}
.page-author-name {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
ul.page-author-list {
  margin: 0;
}
ul.page-author-list li {

}
.page-author-link {
  margin-top: 15px;
}
.page-author-link a {
  background: #FF0000;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  display: inline-block;
  padding: 5px 25px;
  border-radius: 5px;
  transition: all 0.2s;
}
.page-author-link a:hover {
  opacity: 0.7;
}
.page-author-link a i {
  font-size: 120%;
  margin-right: 5px;
}

.clinic-tv-wrap {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  margin-top: 35px;
}
.clinic-tv-wrap a {
  transition: all 0.2s;
}
.clinic-tv-wrap a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 1850px){
  #metaslider-id-98 {
    width: 75%;
  }
  #metaslider-id-98 img {
    height: 600px;
    object-position: 50% 20%;
  }
}
@media screen and (min-width: 1500px) {
  .mv-box {
    width: 500px;
  }
}
@media screen and (max-width: 1230px) {
  .header-container-in.hlt-top-menu .logo-header img {
    max-height: 50px;
  }
  .menu-title-right {
    font-size: 15px;
  }
  .navi-in a {
    padding: 25px 10px;
  }
}
/*1023px以下*/
@media screen and (max-width: 1023px){
  .sp-block {
    display: block;
  }
  #navi {
    display: none;
  }
  .header-container-in.hlt-top-menu .logo-header {
    padding-left: 0px;
  }
  .header-container-in.hlt-top-menu {
    justify-content: center;
  }
  #header-container {
    position: static;
    height: auto;
    padding: 15px 0;
  }
  .mv-wrap {
    margin-top: 0;
  }
  .mv-box {
    position: static;
    top: unset;
    right: unset;
    transform: unset;
    width: 100%;
    height: auto;
    box-shadow: unset;
    border-radius: 0;
  }
  #metaslider-id-98 {
    width: 100%;
  }
  #metaslider-id-98 img {
    border-radius: 0;
    height: 300px;
    object-position: 50% 50%;
  }
  .mv-icon-01,
  .mv-icon-02,
  .mv-icon-03,
  .mv-circle-01,
  .mv-circle-02,
  .mv-circle-03 {
    display: none;
  }
  .mv-title {
    left: 15px;
  }
  .mv-title .mv-title-text {
    letter-spacing: 0;
    font-size: 18px;
    text-shadow: 0 0 1px rgba(255, 255, 255, 1), 0 0 3px rgba(255, 255, 255, 1), 0 0 5px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 255, 255, 1), 0 0 11px rgba(255, 255, 255, 1), 0 0 12px rgba(255, 255, 255, 1), 0 0 13px rgba(255, 255, 255, 1), 0 0 15px rgba(255, 255, 255, 1), 0 0 20px rgba(255, 255, 255, 1), 0 0 21px rgba(255, 255, 255, 1), 0 0 22px rgba(255, 255, 255, 1), 0 0 23px rgba(255, 255, 255, 1), 0 0 24px rgba(255, 255, 255, 1), 0 0 30px rgba(255, 255, 255, 1), 0 0 31px rgba(255, 255, 255, 1), 0 0 32px rgba(255, 255, 255, 1), 0 0 33px rgba(255, 255, 255, 1);
  }
  span.mv-color-01, span.mv-color-02 {
    padding-right: 3px;
  }
  .mv-box-header span::before, .mv-box-header span::after {
    width: 20px;
    height: 20px;
  }
  .mv-box-header span::before {
    left: -30px;
  }
  .mv-box-header span::after {
    right: -25px;
  }
  #top-news .top-container, #top-medical .top-container, .top-container, .footer-cta-bg {
    padding: 60px 15px;
  }
  .footer-cta-bg .top-container {
    padding: 0;
  }
  .bg-gray::before {
    content: none;
  }
  .bg-circle-03, .bg-circle-07 {
    width: 70px;
    height: 70px;
  }
  .bg-circle-04, .bg-circle-08 {
    width: 30px;
    height: 30px;
    top: 106px;
    left: 33px;
  }
  .bg-circle-05, .bg-circle-09 {
    width: 40px;
    height: 40px;
    top: 146px;
  }
  .bg-circle-01 {
    width: 240px;
    height: 240px;
    top: -120px;
    left: -120px;
  }
  .bg-circle-02 {
    width: 240px;
    height: 240px;
    bottom: -120px;
    right: -120px;
  }
  .h-title-top h2, h2.h-point-sub {
    font-size: 22px;
  }
  h2.h-point-sub span.h-point-name {
    font-size: 20px;
    letter-spacing: 0;
  }
  .h-title-bottom {
    font-size: 16px;
    margin-top: 10px;
  }
  ul.h-title-ul-01 li, ul.h-title-ul-02 li {
    width: 6px;
    height: 6px;
  }
  ul.h-title-ul-01 {
    left: -25px;
  }
  ul.h-title-ul-02 {
    right: -25px;
  }
  .h-title-wrap img, .h-point-wrap img.h-point-logo01 {
    width: 50px;
  }
  .h-title-wrap, .h-point-wrap {
    margin-bottom: 25px;
  }
  h2.h-point-sub::before, h2.h-point-sub::after {
    display: none;
  }
  h2.h-point-sub span.h-point-num {
    width: 35px;
    height: 35px;
    padding-top: 5px;
    margin-right: 3px;
  }
  .h-point-wrap img.h-point-logo02 {
    margin-top: 6px;
  }
  h2.top-news-title {
    font-size: 22px;
  }
  .top-news-en {
    font-size: 16px;
  }
  .top-news-wrap {
    display: block;
  }
  .top-news-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-news-left a {
    bottom: 0;
    left: unset;
    right: 0;
    padding: 8px 20px;
  }
  .top-news-right {
    width: 100%;
  }
  .top-doctor-wrap {
    display: block;
  }
  .top-doctor-left {
    width: 250px;
    margin: 0 auto;
  }
  .top-doctor-img::before {
    top: -10px;
    left: -10px;
  }
  .top-doctor-img::after {
    bottom: -10px;
    right: -10px;
  }
  .top-doctor-right {
    width: 100%;
  }
  .top-doctor-head {
    font-size: 18px;
    margin-top: 30px;
  }
  .top-doctor-head span {
    padding: 2px 15px;
    font-size: 16px;
  }
  .top-doctor-title {
    font-size: 17px;
  }
  .doctor-line {
    flex-wrap: wrap;
    font-size: 17px;
  }
  .doctor-clinic {
    width: 100%;
    margin-bottom: 15px;
  }
  .doctor-item {
    font-size: 14px;
  }
  .doctor-item span {
    font-size: 20px;
  }
  .top-career-title {
    font-size: 18px;
    padding-left: 20px;
  }
  .top-career-title::before {
    top: 10px;
    width: 15px;
    height: 15px;
  }
  .top-career-box {
    display: block;
  }
  .top-career-item:nth-child(1) {
    width: 100%;
  }
  .top-career-item:nth-child(2) {
    width: 100%;
  }
  .top-link-style .link-style-wrap, .blog-banner {
    width: 100%;
  }
  .link-style-wrap {
    display: block;
  }
  a.link-style-item {
    width: 100%;
    margin-bottom: 20px;
    background-size: 30px 30px;
    font-size: 17px;
    height: 70px;
    background-position: left 6% center;
  }
  .top-cat-bg {
    padding: 30px 15px;
  }
  body.front-top-page ul.top-cat-list,
  ul.top-cat-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4.5vw 3.5vw;
  }
  h3.top-cat-title {
    font-size: 18px;
  }
  ul.top-cat-list li a {
    font-size: 14px;
    padding: 14px 15px 14px 10px;
  }
  ul.top-cat-list li a::before {
    top: 51%;
    right: 4px;
    font-size: 90%;
  }
  .top-point-list {
    display: block;
  }
  .top-point-list .top-point-item {
    margin-bottom: 30px;
  }
  .top-point-list .top-point-item img {
    width: 100%;
    height: 240px;
  }
  a.blog-banner {
    display: block;
  }
  .blog-banner-left {
    width: 100%;
    padding: 25px 15px;
    border-bottom: 5px solid #a8ca63;
  }
  .blog-banner-title {
    font-size: 20px;
    line-height: 1.6;
  }
  .blog-banner-title span::before {
    font-size: 16px;
    width: 30px;
    height: 30px;
  }
  .blog-banner-right {
    width: 100%;
  }
  .footer-cta-bg {

  }
  .footer-cta-wrap {
    display: block;
  }
  .footer-cta-left {
    width: 100%;
  }
  .footer-cta-right {
    width: 100%;
  }
  .footer-info-wrap {
    margin: 10px 0 30px;
  }
  .footer-info-item {
    display: block;
    padding: 10px 0;
  }
  .footer-info-item dt {
    width: 100%;
    padding: 0;
  }
  .footer-info-item dd {
    width: 100%;
    padding: 0;
  }
  .footer-info-item.footer-info-tel dd {
    font-size: 26px;
  }
  a.fixed-link {
    display: none;
  }
  table.footer-cta-table tr th, table.footer-cta-table tr td {
    font-size: 16px;
  }
  table.footer-cta-table tr th:nth-child(1), table.footer-cta-table tr td:nth-child(1) {
    width: 120px;
    letter-spacing: 0;
    font-size: 15px;
  }
  table.footer-cta-table tr td span.cd-note {
    font-size: 11px;
    padding: 6px 5px;
  }
  table.footer-cta-table tr th:last-child, table.footer-cta-table tr td:last-child {
    width: 60px;
    font-size: 13px;
    letter-spacing: 0;
  }
  .navi-footer-in > .menu-footer {
    display: flex;
    flex-wrap: wrap;
  }
  .navi-footer-in > .menu-footer li.menu-item {
    width: 50%;
    margin: 0;
    text-align: left;
    margin-bottom: 20px;
  }
  .footer-bottom.fnm-text-width .menu-footer li a {
    font-size: 16px;
  }
  .navi-footer-in a {
    color: #555;
  }
  /* 下層ページ */
  .page-top-bg {
    margin-top: 0;
  }
  .page-top-bg h1.entry-title, .page-top-bg .entry-title-archive {
    padding: 0;
    font-size: 19px;
    letter-spacing: 1px;
  }
  ul.h-title-ul-01 {
    left: -18px;
  }
  ul.h-title-ul-02 {
    right: -18px;
  }
  .page-top-bg {
    height: 120px;
  }
  h2.h-page, #archive-title, .list-page-title {
    font-size: 18px;
  }
  h3.h-page {
    font-size: 18px;
    padding-left: 40px;
  }
  .page-doctor .top-doctor-left .doctor-line {
    display: none;
  }
  .page-doctor .doctor-line {
    justify-content: flex-start;
  }
  .page-doctor .doctor-clinic {
    text-align: left;
  }
  .page-doctor .top-doctor-title {
    font-size: 17px;
  }
  .page-doctor .top-doctor-desc {
    margin-top: 30px;
  }
  .top-point-list-02 {
    display: block;
  }
  .top-point-list-02 .top-point-item img {
    height: auto;
  }
  .top-point-list-02 .top-point-item {
    margin-bottom: 30px;
  }
  table.table-style-01 {
    border: 2px solid #a8ca63;
  }
  table.table-style-01 tr td {
    display: block;
    font-size: 16px;
    border: 0px solid #a8ca63;
    border-bottom: 2px solid #a8ca63;
  }
  table.table-style-01 tr:last-child td:last-child {
    border-bottom: 0px solid #a8ca63;
  }
  table.table-style-01 tr td h3 {
    font-size: 17px;
  }
  .box-style-01 {
    padding: 35px 15px;
  }
  .box-style-01 h4, h4.h-page {
    font-size: 17px;
  }
  .box-style-01 h5 {
    font-size: 17px;
  }
  .top-faq-title::before, .top-faq-desc::before {
    content: none;
  }
  .top-faq-title {
    line-height: 1.6;
  }
  .top-faq-title,
  .top-faq-desc {
    padding: 15px;
  }
  #breadcrumb {
    padding: 0 15px;
  }
  /* 投稿 */
  .news-entry-cards .widget-entry-card,
  article.type-news.entry-card,
  article.type-staff-blog.entry-card {
    display: block;
  }
  .news-entry-cards .news-desc-wrap,
  article.type-news .news-desc-wrap,
  article.type-staff-blog .news-desc-wrap {
    width: 100%;
    margin-bottom: 8px;
  }
  .news-entry-cards .widget-entry-card-content,
  article.type-news .entry-card-content,
  article.type-staff-blog .entry-card-content {
    width: 100%;
    line-height: 1.55;
  }
  .news-entry-cards.widget-entry-cards .a-wrap,
  body.post-type-archive-news .a-wrap,
  body.post-type-archive-staff-blog .a-wrap {
    padding: 25px 15px;
  }
  body.single h1.entry-title {
    font-size: 18px;
    padding: 0;
    padding-top: 10px;
    line-height: 1.5;
  }
  body.single-news .entry-categories-tags,
  body.single-staff-blog .entry-categories-tags {
    display: none;
  }
  .blog-entry-cards, body.blog #list, body.category #list, .related-list {
    display: block;
  }
  .blog-entry-cards.widget-entry-cards .a-wrap, body.blog .a-wrap, body.category .a-wrap, .related-list .a-wrap {
    margin-bottom: 20px;
  }
  .widget-entry-cards figure img, figure.entry-card-thumb img, figure.related-entry-card-thumb img {
    height: 220px;
  }
  #sidebar .widget-entry-cards figure img {
    height: 220px;
  }


  /* モバイル */
  .mobile-menu-buttons {
    display: flex;
    align-items: stretch;
    box-shadow: unset;
  }

  .mobile-menu-buttons > li.menu-button {
    border-right: 1px solid #fff;
  }

  .mobile-menu-buttons > li.menu-button:hover {
    background: #a8ca63;
  }

  .menu-tel-icon::before {
    content:'\f879';
  	font-family:'Font Awesome 5 Free';
  	font-weight:700;
    font-size: 16px;
  }

  .menu-mail-icon::before {
    content:'\f0e0';
  	font-family:'Font Awesome 5 Free';
  	font-weight:700;
    font-size: 16px;
  }

  .mobile-menu-buttons .menu-button {
    background: #a8ca63;
  }

  span.menu-icon,
  span.menu-caption {
    color: #fff;
    font-weight: 500;
  }

  .mobile-menu-buttons .menu-icon {
    font-size: 90%;
  }

  .menu-drawer li {
    border-bottom: 1px solid #ccc;
  }

  .menu-drawer li:nth-last-child(2) a {
    background: #e3687f;
    color: #fff;
  }

  /* .menu-drawer li:last-child a {
    background: #e3687f;
    color: #fff;
  } */

  .menu-drawer a {
    font-size: 16px;
    font-weight: 400;
    padding: 15px 15px;
  }

  .menu-close-button {
    margin-top: 10px;
  }

  .menu-close-button span.fa-times {
    font-size: 30px;
  }

  .mobile-menu-buttons .menu-caption {
    opacity: 1;
    font-size: 12px;
  }


  /* モバイル_fixed */
  .mobile-menu-buttons {
    flex-wrap: wrap;
  }
  .mobile-menu-buttons > li.menu-button {
    padding: 8px 0;
    border: 0;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(1),
  .mobile-menu-buttons > li.menu-button:nth-child(2),
  .mobile-menu-buttons > li.menu-button:nth-child(3) {
    width: 33.33333%;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(4),
  .mobile-menu-buttons > li.menu-button:nth-child(5) {
    width: 50%;
  }
  .mobile-menu-buttons .menu-icon {
    display: none;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(1) {
    background: #e3687f;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(2) {
    background: #f4cb2a;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(3) {
    background: #009CE5;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(4) {
    background: #ff8614;
  }
  .mobile-menu-buttons > li.menu-button:nth-child(5) {
    background: #a8ca63;
  }
  .mobile-menu-buttons .menu-caption {
    font-size: 16px;
  }
  /* .mobile-menu-buttons > li.menu-button:nth-child(4) .menu-caption {
    font-size: 18px;
  } */



  .contact-form-wrap table.table-style tr th,
  .contact-form-wrap table.table-style tr td {
    display: block;
    width: 100%;
    font-size: 16px;
    padding: 10px 14px;
  }

  /* 追記 */
  .top-banner-wrap {
    width: 100%;
  }
  .top-banner-box {
    padding: 30px 15px;
    margin: 30px 15px 45px;
  }
  .top-banner-title {
    font-size: 20px;
    display: block;
  }
  .top-banner-box p {
    font-size: 17px;
  }
  .top-banner-box a {
    font-size: 17px;
  }







  .flex-style-02 {
    display: block;
  }
  .flex-style-02-left,
  .flex-style-02-right {
    width: 100%;
  }
  .flex-style-02-right {
    margin-top: 15px;
  }
  .img-style-01 {
    width: 100%;
  }


  a.top-banner-more {
    margin: 10px 0;
    font-size: 17px;
  }


  .blog-banner-title span::before {
    content: none;
  }

  .footer-link-wrap {
    display: block;
  }
  .footer-link-item {
    width: 100%;
    margin-bottom: 24px;
  }
  .footer-link-banner {
    display: block;
  }
  .footer-link-banner a {
    width: 100%;
    margin-bottom: 15px;
  }
  .footer-link-banner a img {
    height: auto;
  }
  .footer-link-title {
    font-size: 20px;
  }
  .footer-link-title::before {
    top: 7px;
  }


  .footer-banner-wrap {
    display: block;
  }
  .footer-banner-left {
    width: 100%;
    margin-bottom: 40px;
  }
  .footer-banner-right {
    width: 100%;
  }
  a.footer-banner-btn {
    font-size: 18px;
  }

  ul.top-md-list {
    display: block;
  }
  ul.top-md-list li {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .top-note-wrap {
    display: block;
  }
  .top-note-left {
    width: 100%;
    margin-bottom: 20px;
  }
  .top-note-right {
    width: 100%;
  }
  a.top-sub-item {
    display: block;
  }
  .top-sub-left {
    width: 100%;
    border-bottom: 0;
  }
  .top-sub-right {
    width: 100%;
  }
  .top-sub-title {
    font-size: 20px;
  }


  .google-calendar-wrap {
    padding: 0 15px;
  }
  .google-calendar-wrap iframe {
    max-width: 100%;
    vertical-align: top;
    height: 420px;
  }





  .mv-table-wrap {
    padding: 10px 15px;
    margin-top: 10px;
  }
  table.mv-table tr th, table.mv-table tr td {
    padding: 10px 5px;
  }
  .mv-table-cd {
    margin-top: 10px;
    margin-bottom: 15px;
  }

  .page-author {
    display: block;
    padding: 30px 0;
  }
  .page-author-left {
    width: 100%;
  }
  .page-author-right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }


}

@media screen and (max-width: 834px){
  main.main, div.sidebar {
      padding: 15px;
  }
}

@media screen and (max-width: 480px){
  body.single article .post-update, body.single article .post-date {
    font-size: 13px;
  }
}

@media screen and (device-aspect-ratio: 40/71) {
  body.single article .post-update, body.single article .post-date {
    font-size: 11.5px;
  }
  h2.h-point-sub span.h-point-name {
    font-size: 19px;
  }
  a.link-style-item {
    background-size: 20px 20px;
    font-size: 16px;
  }
}
