@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.2
*/
/************************************
** 子テーマ用のスタイルを書く
************************************/
.wp-video {
  max-width: 100%;
  height: auto;
  margin: 0px auto 20px auto;
}
.ai-check-b-sp {
  padding: 0px 10px 5px;
  display: block;
  z-index: 4;
  position: relative;
  left: 0px;
}
.line-cotact-box .copy {
  text-align: center;
  margin-bottom: 0px;
  display: block;
  line-height: 140%;
}
.line-cotact-box .line-Btn {
  display: inline-block;
  padding: 15px 10px 10px 10px;
  text-decoration: none !important;
  background: #00b900;
  color: #FFF !important;
  border-bottom: solid 3px #125B16;
  border-radius: 5px;
  margin: 15px 0;
  width: 100%;
  text-align: center;
  font-size: 150%;
  line-height: 150%;
  transition: 0.5s !important;
}
.line-cotact-box .line-Btn:hover {
  opacity: 0.7;
}
.line-cotact-box .line-Btn:active {
  /*ボタンを押したときの動作*/
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
  border-bottom: none;
}
.line-cotact-box .line-Btn .fa-line {
  font-size: 200%;
  vertical-align: middle;
  margin-bottom: 5px;
}
.line-cotact-box .line-Btn .line-copy {
  border: 2px solid #FFFFFF;
  font-size: 70%;
  padding: 2px 4px 1px 4px;
  border-radius: 5px;
  margin-top: 0px;
  vertical-align: middle;
}
#custom_html-13 .line-cotact-box .copy {
  font-size: 80%;
  text-align: left;
  line-height: 160%;
}
#custom_html-13 .line-cotact-box .line-Btn {
  font-size: 100%;
  line-height: 100%;
  width: 100%;
  margin: 10px auto 10px auto;
  display: block;
  font-weight: 800;
  padding: 15px 10px 15px 10px;
}
#custom_html-13 .line-cotact-box .line-Btn .fa-line {
  font-size: 200%;
  vertical-align: middle;
  margin-bottom: 5px;
}
#custom_html-13 .line-cotact-box .line-Btn .line-copy {
  font-size: 100%;
  border-radius: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
.readmore {
  position: relative;
  margin: 0px auto 40px;
  padding: 0 0 50px;
}
.readmore label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0;
  margin: 0 auto;
  width: 150px;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  background-color: #2983CD;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}
.readmore label::before {
  content: '続きを読む';
}
.readmore input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}
.readmore input[type="checkbox"] {
  display: none;
}
.readmore-content {
  position: relative;
  height: 90px;
  overflow: hidden;
}
.readmore-content p {
  margin-bottom: 0px;
}
.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}
.toggle-button-top {
  display: block;
  cursor: pointer;
  padding: 5px 10px;
  background-color: #E5FFDC;
  border: 2px solid #ccc;
  text-align: center;
  border-radius: 4px;
  position: relative;
  margin: 0;
  font-weight: bold;
}
.toggle-button-top::before {
  content: '\f0d7';
  font-family: FontAwesome;
  margin-right: 0.4em;
  font-size: 1em;
  color: #2bc600;
}
.toggle-button-top:hover {
  opacity: 0.7;
}
.toggle-checkbox {
  display: none;
}
.toggle-checkbox:checked ~ .toggle-button-top {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.toggle-checkbox:checked ~ .toggle-button-top::before {
  content: '\f068';
}
.page-id-1402 .box-menu {
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  width: 100%;
  text-align: center;
  min-height: 100px;
  cursor: pointer;
  background: #fff;
  width: calc(100%/4);
  color: #777;
  box-shadow: none;
  transition: none;
}
.page-id-1402 .box-menus .box-menu-icon * {
  margin: 5px 0;
  max-width: 100px;
  max-height: 100px;
  height: auto;
  display: inline-block;
}
.info-box {
  display: none;
}
/*タブ見出しボックス（Cocoon 汎用ブロック）のデザインをスタイリッシュにする*/
/*枠組み*/
.tab-caption-box {
  position: relative; /*要素の配置*/
  margin-top: 2em; /*上の余白*/
  margin-right: 2%; /*右の余白*/
  margin-left: 2%; /*左の余白*/
}
/*ラベル*/
.tab-caption-box-label {
  position: absolute; /*要素の配置*/
  top: 0; /*上からの距離*/
  left: 0; /*左からの距離*/
  border-radius: 0; /*丸み*/
  font-size: .833333em; /*文字の大きさ*/
}
/*コンテンツ*/
.tab-caption-box-content {
  padding: 2.2em 1.2em 1em; /*内側の余白*/
  border-width: 1px; /*線の太さ*/
  border-radius: 0; /*丸み*/
  font-size: .9375em; /*文字の大きさ*/
}
/*横幅 440px 以下に適用される*/
@media screen and (max-width: 440px) {
  /*枠組み*/
  .tab-caption-box {
    margin-right: 0; /*右の余白*/
    margin-left: 0; /*左の余白*/
  }
}
.welcome-pickup .bb-label::after {
  content: "ようこそ「小松整形外科クリニック」へ";
}
.welcome-pickup .bb-label .fa::before {
  content: "";
}
/*トップレイアウト左寄せ*/
.top-flow-l .top-flow-l-box {
  display: flex;
  margin-bottom: 40px;
}
.top-flow-l .top-flow-l-box .top-flow-l-img {
  flex-shrink: 0;
  clip-path: polygon(0% 0%, 85% 0, 100% 50%, 85% 99%, 0% 100%);
}
.top-flow-l .top-flow-l-box .top-flow-l-ttl {
  font-weight: 800;
  font-size: 140%;
  margin-bottom: 10px;
  line-height: 140%;
  position: relative;
  padding-left: 40px;
}
.top-flow-l .top-flow-l-box .top-flow-l-ttl .no {
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  line-height: 1;
  position: absolute;
  bottom: -1px;
  left: 0;
  color: #BBD9BD;
}
.top-flow-l .top-flow-l-box .top-flow-l-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
  width: 100%;
  font-size: 80%;
}
.top-flow-l .top-flow-l-box .top-flow-l-desc p {
  margin-bottom: 10px;
}
.top-flow-l .top-flow-l-box .top-flow-l-desc p:last-child {
  margin-bottom: 0px;
}
.top-flow-r .annotation {
  padding: 5px;
  border: #D4D4D4 1px solid;
  border-left: #D4D4D4 3px solid;
  font-size: 80%;
  border-radius: 2%;
}
/*トップレイアウト右寄せ*/
.top-flow-r .top-flow-r-box {
  display: flex;
  margin-bottom: 40px;
  flex-direction: row-reverse;
}
.top-flow-r .top-flow-r-box .top-flow-r-img {
  flex-shrink: 0;
  clip-path: polygon(15% 0, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
}
.top-flow-r .top-flow-r-box .top-flow-r-ttl {
  font-weight: 800;
  font-size: 140%;
  margin-bottom: 10px;
  line-height: 140%;
  position: relative;
  padding-left: 40px;
}
.top-flow-r .top-flow-r-box .top-flow-r-ttl .no {
  font-family: 'Roboto', sans-serif;
  font-size: 50px;
  line-height: 1;
  position: absolute;
  bottom: -1px;
  left: 0;
  color: #BBD9BD;
  margin-right: 5px;
}
.top-flow-r .top-flow-r-box .top-flow-r-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 5px;
  width: 100%;
  font-size: 80%;
}
.top-flow-r .top-flow-r-box .top-flow-r-desc p {
  margin-bottom: 10px;
}
.top-flow-r .top-flow-r-box .top-flow-r-desc p:last-child {
  margin-bottom: 0px;
}
/*アイコンバナー左寄せ*/
.a-no-text {
  text-decoration: none;
  transition: 1.0s;
  background-color: #fff;
  display: block;
}
.a-no-text:hover {
  color: #000000;
  background-color: #FFF2DD;
}
.icon-banner-l .icon-banner-l-box {
  display: flex;
  margin-bottom: 40px;
  border: #ff6600 2px solid;
}
.icon-banner-l .icon-banner-l-box .icon-banner-l-img {
  flex-shrink: 0;
  width: 130px;
}
.icon-banner-l .icon-banner-l-box .icon-banner-l-img img {
  flex-shrink: 0;
  width: auto;
}
.icon-banner-l .icon-banner-l-box .icon-banner-l-ttl {
  font-weight: 800;
  font-size: 140%;
  margin-bottom: 5px;
  line-height: 160%;
  position: relative;
  padding-left: 0px;
  color: #ff6600;
}
.icon-banner-l .icon-banner-l-box .icon-banner-l-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 10px;
  width: 100%;
  font-size: 100%;
  line-height: 160%;
}
.icon-banner-l .icon-banner-l-box .icon-banner-l-desc p {
  margin-bottom: 10px;
  padding-left: 10px;
  color: #000000;
}
.icon-banner-l .icon-banner-l-box .icon-banner-l-desc p:last-child {
  margin-bottom: 0px;
}
.icon-banner-l .annotation {
  padding: 5px;
  border: #D4D4D4 1px solid;
  border-left: #D4D4D4 3px solid;
  font-size: 80%;
  border-radius: 2%;
}
.icon-banner-l .icon-banner-l-box .icon-banner-l-desc p i {
  color: #ff6600;
}
.header-in .contact-box {
  position: absolute;
  right: 0px;
  top: 0px;
}
.clear {
  clear: both;
}
.header-in .contact-box .ai-chack-b {
  position: absolute;
  right: 290px;
  width: 320px;
  background-image: url(https://komatsu-seikei2022.jp/wp-content/uploads/2022/08/pink-bg.jpg);
  background-repeat: repeat-x;
}
.header-in .contact-box .recruit-b {
  font-size: 14px;
  position: absolute;
  right: 185px;
}
.header-in .contact-box .recruit-b a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 35px;
  background: #228bc8;
  box-sizing: border-box;
  padding: 5px;
  color: #fff;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius: 0px 0px 5px 5px;
}
.header-in .contact-box .recruit-b a:hover {
  background: #5899DD;
  color: #fff;
}
.header-in .contact-box .contact-mail-b {
  font-size: 14px;
  position: absolute;
  right: 105px;
}
.header-in .contact-box .contact-mail-b a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 35px;
  background: #009944;
  box-sizing: border-box;
  padding: 5px;
  color: #fff;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius: 0px 0px 5px 5px;
}
.header-in .contact-box .contact-mail-b a:hover {
  background: #55A454;
  color: #fff;
}
.header-in .contact-box .instagram-b {
  font-size: 13px;
  position: absolute;
  right: 0px;
}
.header-in .contact-box .instagram-b a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 35px;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
  overflow: hidden; /*はみ出た部分を隠す*/
  padding: 5px;
  color: #fff;
  text-decoration: none;
  transition-duration: 0.3s;
  border-radius: 0px 0px 5px 5px;
  z-index: 100;
}
.header-in .contact-box .instagram-b a:hover {
  opacity: .5;
  color: #fff;
}
.header-in .contact-box .tel-h {
  font-size: 31px;
  font-weight: bold;
  font-family: "Arial Black", Gadget, "sans-serif";
  color: #909090;
  top: 50px;
  width: 400px;
  text-align: right;
  position: relative;
}
.header-in .contact-box .tel-h .fa-phone {
  color: #009944;
}
.header-in .contact-box .cap-f {
  font-size: 12px;
  top: 50px;
  text-align: right;
  position: relative;
}
.header-in .contact-box .tel-h a {
  color: #333333;
}
#navi .navi-in > .menu-header .item-label {
  font-size: 14px;
}
#navi-in {
  margin-bottom: 10px;
}
.header-in {
  position: relative;
  width: auto;
  margin: 0px 20px 10px 20px;
}
.header-in .tagline {
  text-align: left;
  margin: 10px 0px 10px 0px;
}
.header-in .logo {
  text-align: left;
  padding-left: 0px;
}
/*モバイルヘッダー*/
.menu-drawer a {
  color: #333;
  text-decoration: none;
  padding: 10px 10px 10px 10px;
  display: block;
  border-bottom: 1px #8B8B8B dotted;
}
body {
  line-height: 1.6;
}
#navi .navi-in a:hover {
  background-color: #f2fbf2;
  color: #000;
}
.sb-id-11 .speech-person {
  width: 100px;
  min-width: 100px;
}
.sb-id-12 .speech-person {
  width: 100px;
  min-width: 100px;
}
.green-t {
  color: #339933 !important;
  font-size: 140%;
}
@media screen and (max-width: 480px) {
  .sb-id-11 .speech-person {
    width: 100px;
    min-width: 100px;
  }
  .sb-id-12 .speech-person {
    width: 100px;
    min-width: 100px;
  }
}
.content {
  margin-top: 0px;
  background-color: #FFFFFF;
}
.entry-content > *, .demo .entry-content p {
  line-height: 1.8;
}
a img {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a img:hover {
  opacity: .8;
  filter: alpha(opacity=20);
}
p .btn {
  margin-bottom: 0px;
}
#footer a {
  text-decoration: none;
  transition: 0.5s !important;
}
#footer .address-block .f-logo:hover {
  background-color: transparent;
}
.footer a:hover {
  color: #FFFFFF !important;
}
.footer .footer-right a .fas {
  color: #FFFFFF !important;
  font-size: 16px;
}
.footer .footer-right a {
  color: #FFFFFF !important;
  font-size: 16px;
  padding: 5px;
  transition: 0.5s !important;
}
.footer .footer-right a:hover {
  color: #FFFFFF !important;
}
.footer .footer-right .widget_nav_menu ul li {
  border-bottom: none;
}
.article-footer {
  text-align: center;
}
.article-footer .sns-share .sns-share-message {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #ffffff;
  font-size: 16px;
  background-color: #6E80BC;
  border-radius: 5px;
}
.article-footer .sns-share .sns-share-message::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #6E80BC;
}
.btn, .ranking-item-link-buttons a, .btn-wrap > a, .wp-block-freeform .btn-wrap > a {
  margin-bottom: 20px;
}
/* キャプション */
.wp-caption {
  padding: 0px;
  width: 100%;
  margin: 10px auto 30px auto;
  border: 0px solid #fff;
  background-color: transparent;
}
.wp-caption.alignright {
  padding: 0px;
  width: 100%;
  margin: 10px 0px 30px 15px;
  border: 0px solid #fff;
  background-color: transparent;
}
.wp-caption.alignleft {
  padding: 0px;
  width: 100%;
  margin: 10px 15px 30px 0px;
  border: 0px solid #fff;
  background-color: transparent;
}
.wp-caption .wp-caption-text {
  font-size: 12px;
  margin: 2px;
  text-align: center;
}
.article dd {
  margin-left: 0px;
}
.wpcf7-spinner {
  display: none !important;
}
/* フレックスボックス */
.flex-box {
  border: 1px solid #ccd;
  padding: 1.2em 1em 0em 1em;
  margin-left: 2%;
  margin-right: 2%;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row;
}
.flex-box .point-box {
  width: 49%;
  height: 150px;
  margin-bottom: 20px;
  font-family: 'Noto Serif JP', serif;
  background-color: #F1F1F1;
  font-weight: bold;
  font-size: 90%;
  line-height: 150%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
.flex-box .point-box img.alignleft {
  display: inline-block;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  width: 150px;
}
.flex-box .point-box .align-middle {
  vertical-align: middle;
  display: table-cell;
  height: 150px;
  padding: 10px;
}
.flex-box .point-box .img-w-line {
  border: 0px solid #ffffff;
  border-radius: 0px;
}
a[href^="tel:"] {
  pointer-events: none;
}
#sidebar h3 {
  padding: 5px 5px;
  border-bottom: solid 4px #bbd9bd; /* 下線（右）の色*/
  position: relative;
  background-color: transparent; /* 背景を透明に*/
  color: #000000;
}
.widget h3::before {
  font-family: "Font Awesome 5 Free";
  font-size: 90%;
  vertical-align: middle;
  font-weight: normal;
  margin-right: 8px;
  font-weight: 900;
  color: 009933;
}
#sidebar h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #009933; /* 下線（左）の色*/
  bottom: -4px;
  width: 10%; /* 左側の線の長さ*/
  left: 0px;
}
/* カレンダー */
.widget_text h3::before {
  content: '\f073';
  color: #009933;
}
/* 新着記事 */
#custom_html-8 h3::before {
  content: '\f05a';
  color: #009933;
}
/* インスタグラム */
#custom_html-14 h3 {
  padding: 5px 5px;
  border-bottom: solid 4px #C13584; /* 下線（右）の色*/
  position: relative;
  background-color: transparent; /* 背景を透明に*/
  color: #000000;
}
#custom_html-14 h3::before {
  color: #833ab4 !important;
  content: '\f083' !important;
}
#custom_html-14 h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 4px #833ab4;
  bottom: -4px;
  width: 10%;
  left: 0px;
}
.Instagram-qr {
  text-align: center;
}
#custom_html-14 .copy {
  font-size: 80%;
  text-align: left;
  line-height: 160%;
}
/* ブログ */
#custom_html-7 h3::before {
  content: '\f5ac';
  color: #009933;
}
/* カテゴリー */
.widget_categories h3::before {
  content: '\f07c';
  color: #009933;
}
/* アーカイブ */
.widget_archive h3::before {
  content: '\f466';
  color: #009933;
}
.widget_recent_entries ul li, .widget_categories ul li, .widget_archive ul li, .widget_pages ul li, .widget_meta ul li, .widget_rss ul li, .widget_nav_menu ul li {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  word-wrap: break-word;
  overflow-wrap: break-word;
  border-bottom: 2px dotted #eee;
}
.widget_popular_entries h3::before {
  content: '\f201';
} /* 人気記事 */
.widget_tag_cloud h3::before {
  content: '\f02c';
} /* タグクラウド */
.widget_search h3::before {
  content: '\f002';
} /* 検索 */
.widget_author_box h3::before {
  content: '\f007';
} /* プロフィール */
.widget-entry-card {
  font-size: 14px;
}
/* ==========================================================================
   お問い合わせフォーム
   ========================================================================== */
/* 必須マーク */
.wpcf7 .must {
  color: #fff;
  margin-right: 5px;
  border-radius: 10px;
  background-color: #FF6666;
  margin-bottom: 15px;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  font-size: 12px;
}
div.wpcf7 .ajax-loader {
  display: none !important;
}
.grecaptcha-badge {
  margin-bottom: 60px;
}
.contact-form .frame {
  border-radius: 10px;
  border: 1px solid #CCC;
  padding: 10px;
  height: 300px;
  margin-bottom: 15px;
  overflow: scroll;
}
.contact-form .frame p {
  margin-bottom: 25px;
}
.contact-form .frame ul {
  margin-bottom: 25px;
}
.contact-form .frame .secondary-box {
  display: none;
}
.contact-form .wpcf7-list-item input {
  width: auto;
}
.contact-form p {
  text-align: left;
}
.contact-form [name="your-consent"] {
  transform: scale(1.5);
  margin-right: 5px;
}
/* 必須項目の入力欄をブルーにする */
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  background-color: #F3F5FF;
}
.wpcf7-form-control {
  margin-bottom: 5px;
}
span.wpcf7-list-item {
  text-align: center;
}
.contact-form table {
  margin-bottom: 0px;
}
.contact-form th {
  font-size: 14px;
  text-align: left;
  width: 30%;
  padding: 10px;
  line-height: 140%;
}
.contact-form td {
  font-size: 12px;
  width: 70%;
  padding: 15px 10px 10px 10px;
  background-color: #FFFFFF;
  line-height: 130%;
}
.contact-form th p {
  margin-bottom: 0;
}
.contact-form td p {
  margin-bottom: 0;
}
.contact-form .form-control {
  padding: 5px;
}
.contact-form input {
  width: 100%;
}
.button_area {
  text-align: center;
  padding: 20px 0px 10px 0px;
}
/* 送信ボタンを見やすくする */
.button_area .wpcf7-submit {
  display: inline-block;
  width: 180px;
  text-align: center;
  text-decoration: none;
  outline: none;
  background-color: #1E1E1E;
  color: #fff;
  border: none;
  margin: 0px 5px 10px 5px;
  padding: 12px 5px 10px 5px;
  font-size: 110%;
  font-weight: bold;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.button_area input.wpcf7-submit:hover {
  background-color: #535353;
}
.button_area input.wpcf7-submit::before, .button_area input.wpcf7-submit::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_area input.wpcf7-submit, .button_area input.wpcf7-submit::before, .button_area input.wpcf7-submit::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  vertical-align: middle;
}
.point_box .column-box img.alignright {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 0px;
  float: none;
}
.search-edit, input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select {
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  width: 100%;
}
.cat-label, .cat-link {
  border-radius: 5px;
}
.go-to-top {
  opacity: 0.5;
}
h1.entry-title {
  margin-top: 10px;
  font-size: 25px;
  line-height: 130%;
  padding: 20px 0px 20px 0px;
  margin: 0px 0px 20px 0px;
}
.article h2 {
  font-size: 20px;
  position: relative;
  padding: 17px 15px 15px 15px;
  color: #fff;
  border-radius: 0px;
  background: #094;
}
.article h2:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #094 transparent transparent transparent;
}
.article .g-h2 {
  font-size: 20px;
  position: relative;
  padding: 17px 15px 15px 15px;
  color: #000;
  border-radius: 0px;
  background: #E7E7E7;
}
.article .g-h2:after {
  position: absolute;
  bottom: -9px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #E7E7E7 transparent transparent transparent;
}
.article h3 {
  font-size: 18px;
  color: #505050;
  padding: 12px 10px 10px 10px;
  display: block;
  line-height: 1.3;
  background-color: #b6dfa7;
  border-radius: 20px 0px 0px 20px;
  width: auto;
  border-style: none;
}
.article h3:before {
  content: '●';
  color: white;
  margin-right: 8px;
}
.article h4 {
  font-size: 16px;
  border-top: 0px none #fff;
  border-top-color: rgb(221, 221, 221);
  border-bottom: 0px none #fff;
  border-bottom-color: rgb(221, 221, 221);
  border-left: 7px #AAAAAA solid;
  padding: 5px 5px 5px 5px;
}
.article h5 {
  font-size: 16px;
}
.article h6 {
  font-size: 16px;
}
/* 各記事h1見出し関係 */
/* プライバシーポリシー */
.entry-title {
  position: relative;
  padding-bottom: 15px;
}
.entry-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-image: repeating-linear-gradient(45deg, #009900 0px, #009900 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-size: 8px 8px;
}
/* 装飾系 */
#content .secondary-box {
  background-color: #E9E9E9;
}
.article-footer {
  text-align: left;
}
.author-description {
  margin-bottom: 1em;
  font-size: 14px;
}
/*コンテンツ上部の画像　全幅にする*/
#content-top-in {
  width: 100%;
}
.widget-content-top-title {
  display: none;
}
.page-id-114 .appeal {
  background-image: url(https://komatsu-seikei2022.jp/wp-content/uploads/2021/09/main-01-1.jpg);
  background-size: cover;
  height: 300px;
  border-bottom: #094 3px solid;
  background-position: center, center;
  background-repeat: no-repeat;
}
.page-id-114 .appeal {
  background-image: url(https://komatsu-seikei2022.jp/wp-content/uploads/2021/09/main-01-1.jpg);
  background-size: cover;
  height: 300px;
  border-bottom: #094 3px solid;
  background-position: center, center;
  background-repeat: no-repeat;
}
/*トップページ*/
.page-id-731 .appeal {
  height: 0px;
}
.page-id-731 .breadcrumb {
  display: none;
}
.page-id-731 .entry-title br {
  display: none;
}
.page-id-731 .appeal {
  height: 0px;
}
/*交通事故の治療*/
.page-id-1799 .appeal {
  background-image: url(https://komatsu-seikei2022.jp/wp-content/uploads/2023/03/main-accident-header.jpg);
  background-size: cover;
  height: 300px;
  border-bottom: #094 3px solid;
  background-position: center, center;
  background-repeat: no-repeat;
}
.page-id-1799 .entry-content img {
  padding: 5px;
  background-color: #FFFFFF;
  border-radius: 3px;
  box-shadow: #BBBCBB 0 0 3px 0;
}
/*クリニック理念*/
.page-id-9 .appeal {
  background-image: url(https://komatsu-seikei2022.jp/wp-content/uploads/2021/10/rinen-img.jpg);
  background-size: cover;
  height: 300px;
  border-bottom: #094 3px solid;
  background-position: center, center;
  background-repeat: no-repeat;
}
/*コンタクト*/
.page-id-77 .appeal {
  background-image: url(https://komatsu-seikei2022.jp/wp-content/uploads/2021/10/contact-head.jpg);
  background-size: cover;
  height: 300px;
  border-bottom: #094 3px solid;
  background-position: center, center;
  background-repeat: no-repeat;
}
/*アクセス*/
.page-id-400 .appeal {
  background-image: url(https://komatsu-seikei2022.jp/wp-content/uploads/2021/10/access-header.jpg);
  background-size: cover;
  height: 300px;
  border-bottom: #094 3px solid;
  background-position: center, center;
  background-repeat: no-repeat;
}
/*求人募集 */
.page-id-493 .appeal {
  background-image: url(https://komatsu-seikei2022.jp/wp-content/uploads/2021/10/recruit-header.jpg);
  background-size: cover;
  height: 300px;
  border-bottom: #094 3px solid;
  background-position: center, center;
  background-repeat: no-repeat;
}
/*プライバシーポリシー */
.page-id-3 .appeal {
  background-image: url(https://komatsu-seikei2022.jp/wp-content/uploads/2021/10/pandp-header.jpg);
  background-size: cover;
  height: 300px;
  border-bottom: #094 3px solid;
  background-position: center, center;
  background-repeat: no-repeat;
}
/*クリニック・設備紹介 */
.page-id-559 .appeal {
  background-image: url(https://komatsu-seikei2022.jp/wp-content/uploads/2021/11/clinic-head.jpg);
  background-size: cover;
  height: 300px;
  border-bottom: #094 3px solid;
  background-position: center, center;
  background-repeat: no-repeat;
}
/*診療の流れ */
.page-id-993 .appeal {
  background-image: url(https://komatsu-seikei2022.jp/wp-content/uploads/2022/03/examination-img.jpg);
  background-size: cover;
  height: 300px;
  border-bottom: #094 3px solid;
  background-position: center, center;
  background-repeat: no-repeat;
}
/*よくある質問 */
.page-id-1023 .appeal {
  background-image: url(https://komatsu-seikei2022.jp/wp-content/uploads/2022/03/faq-img.jpg);
  background-size: cover;
  height: 300px;
  border-bottom: #094 3px solid;
  background-position: center, center;
  background-repeat: no-repeat;
}
/*疾患別解説 */
.page-id-1077 .appeal, .page-id-1353 .appeal, .parent-pageid-1353 .appeal, .page-id-1355 .appeal, .parent-pageid-1077 .appeal, .page-id-1172 .appeal, .parent-pageid-1355 .appeal, .page-id-1144 .appeal, .parent-pageid-1367 .appeal, .page-id-1099 .appeal, .parent-pageid-1373 .appeal, .page-id-1212 .appeal, .parent-pageid-1376 .appeal, .page-id-1084 .appeal, .parent-pageid-1379 .appeal, .page-id-1075 .appeal, .parent-pageid-1381 .appeal, .page-id-1189 .appeal, .parent-pageid-1384 .appeal, .page-id-1107 .appeal, .parent-pageid-1387 .appeal {
  background-image: url(https://komatsu-seikei2022.jp/wp-content/uploads/2022/03/disease-img.jpg);
  background-size: cover;
  height: 300px;
  border-bottom: #094 3px solid;
  background-position: center, center;
  background-repeat: no-repeat;
}
/*営業テーブル*/
.time-schedule table {
  margin-bottom: 10px;
}
.time-schedule table th {
  padding: 5px;
  font-size: 75%;
  text-align: center;
}
.time-schedule table td {
  padding: 5px;
  font-size: 80%;
  text-align: center;
}
.time-schedule table td .green-c {
  color: #46bb6d;
  font-size: 120%;
}
.time-schedule .green-c2 {
  color: #46bb6d;
  font-weight: 400;
}
.time-schedule .green-c3 {
  color: #46bb6d;
  font-weight: 400;
  font-size: 80%;
}
.time-schedule p {
  font-size: 12px;
  margin-bottom: 5px;
}
.time-schedule .cation-box {
  font-size: 14px;
  padding: 10px;
  background-color: #fffae8;
  border-radius: 5px;
}
.time-schedule .cation-box table {
  border: 0px solid none;
  background-color: none;
}
.time-schedule .cation-box table .kigou {
  padding: 0px;
  text-align: center;
  font-size: 100%;
  background-color: none;
  border-color: rgba(0, 0, 0, 0) !important;
}
.time-schedule .cation-box table td {
  padding: 1px;
  text-align: left;
  font-size: 80%;
  background-color: none;
  border-color: rgba(0, 0, 0, 0);
}
.time-schedule .cation-box table tr:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0);
}
/*フッター営業テーブル*/
.foot-time-schedule table {
  margin-bottom: 10px;
}
.foot-time-schedule table th {
  padding: 5px;
  font-size: 85%;
  text-align: center;
  border-bottom: 1px #46bb6d solid;
  border-right: 1px #46bb6d solid;
}
.foot-time-schedule table td {
  padding: 5px;
  font-size: 85%;
  text-align: center;
  border-bottom: 1px #46bb6d solid;
  border-right: 1px #46bb6d solid;
}
.foot-time-schedule table td .green-c {
  font-size: 120%;
}
.foot-time-schedule table td .green-c2 {
  font-weight: 400;
}
.foot-time-schedule .b-non-boder {
  border-bottom: none;
}
.foot-time-schedule .r-non-boder {
  border-right: none;
}
.foot-time-schedule .br-non-boder {
  border-right: none;
  border-bottom: none;
}
.foot-time-schedule p {
  font-size: 12px;
  margin-bottom: 5px;
}
.foot-time-schedule .cation-box {
  font-size: 14px;
  padding: 10px;
  border-radius: 5px;
}
.foot-time-schedule .cation-box table {
  border: none;
  background-color: none;
}
.foot-time-schedule .cation-box table .kigou {
  padding: 0px;
  text-align: center;
  font-size: 100%;
  background-color: none;
  border-color: rgba(0, 0, 0, 0) !important;
  line-height: 120%;
}
.foot-time-schedule .cation-box table td {
  padding: 0px;
  text-align: left;
  font-size: 90%;
  background-color: none;
  border-color: rgba(0, 0, 0, 0);
}
.foot-time-schedule .cation-box table tr:nth-of-type(2n+1) {
  background-color: rgba(0, 0, 0, 0);
}
.centre-box {
  text-align: center;
  width: 100%;
}
.centre-box .wp-caption.alignleft {
  padding: 0px;
  margin: 10px 5px 10px 5px;
  border: 0px solid #fff;
  background-color: transparent;
  float: none;
  display: inline-block;
  vertical-align: top;
}
.centre-box .circle-img {
  width: 150px;
  height: auto;
  border-radius: 50%;
  object-fit: cover;
  margin: 0px;
}
.g-line {
  border: #D7D7D7 1px solid;
}
.container {
  background-color: #FFFFFF;
}
.page-id-731 .content-top {
  background-color: #FFFFFF;
  margin: 0px;
  padding: 0px;
}
#metaslider_container_729 .slides {}
#metaslider_container_729 .flex-control-paging li a.flex-active {
  background: #094;
}
.footer {
  margin-top: 0px;
}
.mobile-menu-buttons .menu-caption {
  font-size: 13px;
  text-align: center;
  opacity: 0.8;
  display: block;
  font-weight: bold;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}
#footer .footer-b .address-block {
  width: 100%;
}
#footer .footer-b .address-block .address-data {
  width: 100%;
  margin: 20px 0px 10px 0px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
}
#footer .footer-b .address-g-map a {
  display: block;
  padding: 7px 5px 5px 5px;
  width: 200px;
  color: #009933 !important;
  font-size: 16px;
  font-weight: 700;
  background-color: #ffffff;
  text-decoration: none;
  text-align: center;
  transition: 0.5s;
}
#footer .footer-b .address-g-map a .fa-map-marker-alt {
  color: #009933 !important;
}
#footer .footer-b .address-g-map a:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #009933 !important;
  background-color: #ffffff;
}
#footer .footer-b .address-h {
  font-size: 35px;
  font-weight: bold;
  font-family: "Arial Black", Gadget, "sans-serif";
  color: #FFFFFF;
}
#footer .footer-b .address-h a {
  color: #FFFFFF;
}
#footer .footer-b .address-cap-f {
  font-size: 14px;
  margin-bottom: 20px;
}
#footer .footer-b .line-qr img {
  width: 100px;
  margin-right: 5px;
  vertical-align: middle;
}
#footer .footer-b .line-qr {
  font-size: 14px;
}
.copyright br {
  display: none;
}
ul.mobile-footer-menu-buttons a.menu-button-in {
  padding: 1px 5px 1px 5px;
  margin: 3px 0px 5px 5px;
  border: 1px solid #009944;
  border-radius: 5px;
  background-color: #F0F4F1;
}
ul.mobile-footer-menu-buttons li:nth-child(1) a.menu-button-in {
  padding: 1px 5px 1px 5px;
  margin: 3px 0px 5px 5px;
  border: none;
  border-radius: 5px;
  background-color: #ff6600;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 1px 1px #663300;
}
ul.mobile-footer-menu-buttons li:nth-child(2) a.menu-button-in {
  padding: 1px 5px 1px 5px;
  margin: 3px 0px 5px 5px;
  border: none;
  border-radius: 5px;
  background-color: #009944;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 1px 1px #003300;
}
ul.mobile-footer-menu-buttons li:nth-child(3) a.menu-button-in {
  padding: 1px 5px 1px 5px;
  margin: 3px 0px 5px 5px;
  border: none;
  border-radius: 5px;
  background-color: #20aee5;
  color: #FFFFFF;
  font-weight: bold;
  text-shadow: 1px 1px #006699;
}
ul.mobile-footer-menu-buttons {
  padding: 0px 5px 0px 0px;
}
/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px) {
  .header-in .contact-box {
    display: none;
  }
  /* ヘッドコピー */
  .header-in {
    position: relative;
    width: auto;
    margin: 0px 0px 0px 0px;
    background-color: antiquewhite;
    background-color: #009944;
    color: #FFFFFF;
  }
  #codewidget-2 {
    margin-bottom: 0;
  }
  .header-in .tagline {
    text-align: center;
    font-size: 16px;
    margin: 20px 10px 15px 10px;
    font-weight: bold;
  }
  .footer-bottom {
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .footer-mobile .fas {
    color: #fff !important;
  }
  .footer-mobile .fab {
    color: #fff !important;
  }
  #codewidget-2 .metaslider .flexslider {
    margin-bottom: 0;
  }
  .info-box {
    position: relative;
    margin: 30px 0px 30px 0px;
    padding: 20px 15px 13px 15px;
    border: double 3px #339933;
    border-radius: 8px;
    display: block;
    background-color: #fff;
  }
  .info-box .box-title {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 10px;
    padding: 0px 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #339933;
    font-weight: bold;
  }
  .info-box .border-partition a:first-of-type {
    border-top: none;
  }
  .info-box p {
    margin-bottom: 5px;
  }
  .info-box .new-entry-cards {
    margin-bottom: 5px;
  }
  .info-box .border-partition .new-entry-card-thumb {
    display: none;
  }
  .info-box .border-partition .widget-entry-card-content {
    margin-left: 0px;
  }
  .info-box .new-entry-card-date.widget-entry-card-date.display-none {
    display: block;
  }
  .info-box .new-entry-card-update-date.widget-entry-card-update-date.post-update {
    display: none;
  }
  .info-box .widget-entry-card {
    font-size: 18px;
    line-height: 140%;
  }
  .info-box .new-entry-card-date {
    text-align: right;
  }
  body .info-box a:hover {
    background-color: #fff important;
  }
  #footer .footer-b .address-block .address-data {
    font-size: 16px;
    text-align: center;
    margin: 10px 0px 10px 0px;
  }
  #footer .footer-b .address-h {
    font-size: 39x;
    text-align: center;
  }
  #footer .footer-b .address-cap-f {
    font-size: 15px;
    text-align: center;
  }
  #footer .footer-b .address-g-map a {
    margin: 0px auto 0px auto;
    padding: 15px 5px 15px 5px;
    width: 65%;
    color: #009933 !important;
    font-size: 18px;
  }
}
/*834px以下*/
@media screen and (max-width: 834px) {
  .page-id-731 h1.entry-title {
    padding-top: 0px;
    text-align: center;
  }
  h1.entry-title {
    font-size: 19px;
    line-height: 130%;
  }
  /* 必須マーク */
  .main .wpcf7 .must {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    text-align: center;
    margin-bottom: 2px;
    padding: 1px;
  }
  .page-id-114 .appeal {
    height: 200px;
  }
  .page-id-9 .appeal {
    height: 200px;
  }
  .page-id-77 .appeal {
    height: 200px;
  }
  .page-id-400 .appeal {
    height: 200px;
  }
  .page-id-493 .appeal {
    height: 200px;
  }
  .page-id-3 .appeal {
    height: 200px;
  }
  .page-id-559 .appeal {
    height: 200px;
  }
  .page-id-1799 .appeal {
    height: 200px;
  }
  .page-id-993 .appeal {
    height: 200px;
  }
  .page-id-1023 .appeal {
    height: 200px;
  }
  .page-id-1077 .appeal, .parent-pageid-1077 .appeal {
    height: 200px;
  }
  .content {
    margin-top: 0px;
  }
  .flex-box .point-box {
    width: 100%;
    display: block;
  }
  a[href^="tel:"] {
    pointer-events: painted;
  }
  /*トップレイアウト左寄せ*/
  .top-flow-l .top-flow-l-box {
    display: block;
    margin-bottom: 40px;
  }
  .top-flow-l .top-flow-l-box .top-flow-l-img {
    flex-shrink: 0%;
    clip-path: none;
    width: 90%;
    display: block;
    margin: 0px auto 30px auto;
  }
  .top-flow-l .top-flow-l-box .top-flow-l-img img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .top-flow-l .top-flow-l-box .top-flow-l-ttl {
    font-size: 20px;
    line-height: 130%;
    padding-left: 55px;
  }
  .top-flow-l .top-flow-l-box .top-flow-l-ttl .no {
    font-size: 40px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background-color: #BBD9BD;
  }
  .top-flow-l .top-flow-l-box .top-flow-l-desc {
    display: block;
    flex-direction: none;
    justify-content: none;
    padding-left: 0px;
    width: 100%;
    font-size: 100%;
  }
  .top-flow-r .annotation {
    padding: 5px;
    border: #D4D4D4 1px solid;
    border-left: #D4D4D4 3px solid;
    font-size: 80%;
    border-radius: 2%;
  }
  /*トップレイアウト左寄せ*/
  .icon-banner-l .icon-banner-l-box {
    display: block;
    margin-bottom: 40px;
    padding: 10px;
  }
  .icon-banner-l .icon-banner-l-box .icon-banner-l-img {
    flex-shrink: 0%;
    clip-path: none;
    width: 50%;
    display: block;
    margin: 0px auto 20px auto;
  }
  .icon-banner-l .icon-banner-l-box .icon-banner-l-img img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .icon-banner-l .icon-banner-l-box .icon-banner-l-ttl {
    line-height: 120%;
    padding-left: 0px;
    font-size: 120%;
    text-align: center;
  }
  .icon-banner-l .icon-banner-l-box .icon-banner-l-desc {
    display: block;
    flex-direction: none;
    justify-content: none;
    padding-left: 0px;
    width: 100%;
    font-size: 90%;
  }
  .top-flow-r .annotation {
    padding: 5px;
    border: #D4D4D4 1px solid;
    border-left: #D4D4D4 3px solid;
    font-size: 80%;
    border-radius: 2%;
  }
  /*トップレイアウト右寄せ*/
  .top-flow-r .top-flow-r-box {
    display: block;
    margin-bottom: 40px;
  }
  .top-flow-r .top-flow-r-box .top-flow-r-img {
    flex-shrink: 0%;
    clip-path: none;
    width: 90%;
    display: block;
    margin: 0px auto 30px auto;
  }
  .top-flow-r .top-flow-r-box .top-flow-r-img img {
    width: 100%;
    margin-bottom: 15px;
    border-radius: 10px;
  }
  .top-flow-r .top-flow-r-box .top-flow-r-ttl {
    font-size: 20px;
    line-height: 130%;
    padding-left: 55px;
    font-size: 130%;
  }
  .top-flow-r .top-flow-r-box .top-flow-r-ttl .no {
    font-size: 40px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    background-color: #BBD9BD;
  }
  .top-flow-r .top-flow-r-box .top-flow-r-desc {
    display: block;
    flex-direction: none;
    justify-content: none;
    padding-left: 0px;
    width: 100%;
    font-size: 100%;
  }
  .time-schedule .cation-box table .kigou {
    font-size: 100%;
  }
  .time-schedule .cation-box table td {
    font-size: 100%;
  }
  .entry-content {
    margin-bottom: 0;
  }
  .body .article {
    margin-bottom: 0;
  }
  .copyright br {
    display: block;
  }
  .page-id-731 .entry-title br {
    display: block;
  }
  .line-cotact-box .copy {
    font-size: 90%;
    text-align: left;
  }
  .line-cotact-box .line-Btn {
    font-size: 100%;
    line-height: 110%;
    width: 99%;
    margin: 10px auto 0px auto;
    display: block;
    font-weight: 800;
  }
  .line-cotact-box .line-Btn .fa-line {
    font-size: 220%;
    vertical-align: middle;
    margin-bottom: 5px;
  }
  .line-cotact-box .line-Btn .line-copy {
    font-size: 80%;
    border-radius: 5px;
    margin-bottom: 5px;
    display: inline-block;
  }
  #custom_html-13 .line-cotact-box .copy {
    font-size: 90%;
    text-align: left;
  }
  #custom_html-13 .line-cotact-box .line-Btn {
    font-size: 100%;
    line-height: 110%;
    width: 90%;
    margin: 10px auto 0px auto;
    display: block;
    font-weight: 800;
  }
  #custom_html-13 .line-cotact-box .line-Btn .fa-line {
    font-size: 220%;
    vertical-align: middle;
    margin-bottom: 5px;
  }
  #custom_html-13 .line-cotact-box .line-Btn .line-copy {
    font-size: 80%;
    border-radius: 5px;
    margin-bottom: 5px;
    display: inline-block;
  }
}
/*480px以下*/
@media screen and (max-width: 480px) {
  .contact-form .button_area p {
    margin-bottom: 0px;
  }
  .contact-form .frame h2 {
    font-size: 120%;
    padding: 7px 5px 5px 5px;
  }
  .contact-form .frame h3 {
    font-size: 120%;
    padding: 7px 5px 5px 5px;
  }
  .centre-box .circle-img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0px;
  }
  /*4画像回り込み*/
  img.alignleft {
    margin: 10px auto 10px auto;
    width: 80%;
    max-width: 100%;
    display: block;
    float: none;
  }
  img.alignright {
    margin: 10px auto 10px auto;
    width: 80%;
    max-width: 100%;
    display: block;
    float: none;
  }
  img.aligncenter {
    margin: 10px auto 10px auto;
    width: 100%;
    max-width: 100%;
    display: block;
    float: none;
  }
  img.header-site-logo-image {
    max-width: 90%;
    height: auto;
    border: 0;
  }
  .wpcf7-radio .wpcf7-list-item {
    font-size: 14px;
  }
  /* フレックスボックス */
  .flex-box {
    padding: 30px 30px 10px 30px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 90%;
  }
  .flex-box .point-box {
    display: block;
    width: 100%;
    height: auto;
    margin: 0px auto 20px auto;
    font-family: 'Noto Serif JP', serif;
    background-color: #ECECEC;
    font-weight: bold;
    font-size: 100%;
  }
  .flex-box .point-box img.alignleft {
    display: block;
    width: 100%;
  }
  .flex-box .point-box .align-middle {
    height: auto;
    padding: 20px 10px 20px 10px;
  }
  /* フレックスボックス */
  .main .wp-caption {
    padding: 0px;
    width: 100% !important;
    float: none;
    margin: 10px 0px 30px 0px;
    max-width: 100%;
  }
  .wp-caption.alignright {
    padding: 0px;
    width: 100% !important;
    float: none;
    margin: 10px 0px 30px 0px;
  }
  .wp-caption.alignleft {
    padding: 0px;
    width: 100% !important;
    float: none;
    margin: 10px 0px 30px 0px;
  }
  .wp-caption img {
    width: 80%;
    max-width: 100%;
  }
  .wp-caption .wp-caption-text {
    font-size: 16px;
    margin: 2px auto 2px auto;
    text-align: center;
    width: 80%;
  }
  .centre-box .circle-img {
    width: 220px;
    height: auto;
    border-radius: 50%;
    object-fit: cover;
    margin: 0px;
  }
  .readmore-content {
    position: relative;
    height: 130px;
    overflow: hidden;
  }
}