@charset "UTF-8";

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


/* 共通 */
.date-tags span.fa {
  display: none;
}

ol, ul {
  margin: 1em 0;
}

.article h3 {
  padding: 6px 20px;
}

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

.entry-content>*, .demo .entry-content p {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  overflow-x: hidden;
}

h2.h-title {
  background: -moz-linear-gradient(top,#FEFEFE 0%,#E3E9E7) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#E3E9E7)) !important;
  border: 1px solid #c3c3c3 !important;
  padding: 3px;
  margin-bottom: 20px;
  font-weight: 400;
}

h2.h-title span.h-title-text {
  display: block;
  background: -moz-linear-gradient(top,#FEFEFE 0%,#E3E9E7) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F0F3F4)) !important;
  padding: 6px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 4px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-color: #E8E8E8;
  border-right-color: #E8E8E8;
  border-bottom-color: #2B663A;
  border-left-color: #E8E8E8;
  font-size: 26px;
}

h3.h-title {
  background: -moz-linear-gradient(top,#FEFEFE 0%,#E3E9E7) !important;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#F0F3F4)) !important;
  border: 0;
  border-bottom: 1px dotted #b3b3b3;
  border-top: solid 3px #dbf0e0;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  margin: 1em 0;
}

h3.h-title::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #64be7b;
  top: -3px;
  left: 0px;
  width: 20%;
}

h4.h-title {
  border: 0;
  border-bottom: 1px solid #999;
  font-weight: 700;
  padding: 3px;
  font-size: 18px;
  margin: 1em 0;
}

.primary-box {
  background: #f4faf6;
  color: #333;
  border: dashed 1px #4ab063;
  border-radius: 0;
  padding: 30px 20px;;
}

.primary-box ul {
  padding: 0;
  margin: 0 20px;
  list-style: none;
}

.primary-box ul li {
  margin-bottom: 10px;
}

.primary-box ul li::before {
  content: "＊ ";
  font-weight: 700;
}

.primary-box ul li:last-child {
  margin-bottom: 0;
}

ul.ul-num {
  list-style: decimal;
}

ul.ul-num li::before {
  content: none;
}

.br::before {
	content: "\A" ;
	white-space: pre ;
}

.orange {
  color: #ff6600!important;
}

a.btn-square-soft {
  display: block;
  position: relative;
  text-decoration: none;
  color: #f9a9ae;
  width: 100%;
  /* width: 120px;
  height: 50px;
  line-height: 50px; */
  border-radius: 5px;
  /* text-align: center; */
  /* vertical-align: middle; */
  overflow: hidden;
  font-weight: bold;
  background: linear-gradient(#fed6e3 0%, #ffaaaa 100%);
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.66);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
}

a.btn-square-soft:hover {
  opacity: 0.8;
}

article.type-page header.article-header {
  display: none;
}

article.type-page h2,
article.type-page .entry-content  {
  margin-top: 0px;
}

body#tinymce {
  margin-left: 0!important;
}

#container,
#sidebar {
  background-color: #FDFBF8;
}

#main {
  border: 1px solid #ccc;
  border-radius: unset;
  margin: 20px 0;
  box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  -moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}

a.btn-hover:hover {
  opacity: 0.8;
}

/* ヘッダー */
.tagline {
  text-align: left;
  margin: 0;
  background: #4bb465;
  color: #fff;
  margin:0 -200%;
  padding:0 200%;
}

.logo {
  text-align: left;
}

.logo-header img.site-logo-image {
  max-width: 500px;
}

ul.header-icon-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 52px;
  margin-top: 10px;
}

ul.header-icon-wrap li:first-child {
  margin-right: auto;
}

/* ul.header-icon-wrap li a {
  transition: all 0.5s;
} */

ul.header-icon-wrap li a:hover {
  opacity: 0.8;
}

.logo-header img {
  vertical-align: bottom;
}

.logo-header span.site-name-text {
  font-size: unset;
}

.header-icon-mail a,
a.footer-contact-mail {
  color: #555;
  text-align: center;
  padding: 16px 34px;
  line-height: 22px;
  font-size: 22px;
}


/* メニュー */
.navi .item-label {
  overflow: unset;
  -webkit-line-clamp: unset;
}

#navi {
  margin-top: 10px;
  background: -moz-linear-gradient(top,#fff 0%,#fff 50%,#FAFAFA 51%,#F3F3F3 100%);
  background: -webkit-linear-gradient(top,#fff 0%,#fff 50%,#FAFAFA 51%,#F3F3F3 100%);
  background: linear-gradient(to bottom,#fff 0%,#fff 50%,#FAFAFA 51%,#F3F3F3 100%);
  border-top: 6px solid #2B663A;
  border-bottom: 6px solid #E5E5E5;
  box-shadow: 0 0 0 1px #9D9894;
}

#menu-menu {
  flex-wrap: nowrap;
}

#menu-menu li {
  width: 210px;
  line-height: normal;
  height: 55px;
  border-right: 1px solid #DBD3C6;
}

#menu-menu li:first-child {
  border-left: 1px solid #DBD3C6;
}

#menu-menu li a {
  color: #fff;
  line-height: 16px;
  padding-top: 12px;
  height: 100%;
}

#menu-menu li a:hover {
  opacity: 0.8;
}

#menu-menu li a span.menu-text-top {
  color: #204B82;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  font-size: 15px;
}

#menu-menu li a span.menu-text-bottom {
  color: #206695;
  font-weight: bold;
  text-shadow: 1px 1px 0px #FFF;
  font-size: 12px;
}

#menu-menu li:last-child {
  background: #EB3323;
}

#menu-menu li:last-child a span.menu-text-top {
  color: #fff;
  text-shadow: none;
  font-weight: 700;
}

#menu-menu li:last-child a span.menu-text-bottom {
  color: #fff;
  text-shadow: none;
}

#menu-menu li:last-child a:hover {
  opacity: 0.8;
  background: #EB3323;
}

/* front-page */
.metaslider-44 {
  margin: 0 auto;
}

#mateslider44-wrap {
  background: #bbd875;
  margin: 1px 0;
}

li.flex-nav-next a {
	opacity: 1!important;
  right: 10px!important;
}

li.flex-nav-prev a {
	opacity: 1!important;
  left: 10px!important;
}

.video-container {
  margin: 0px auto;
}

/* 各ページのヘッダー画像 */
.page-top-banner {
  max-width: 950px;
  height: 150px;
  margin: 20px auto;
  display: flex;
  border: 1px solid #ccc;
}

.page-top-banner-img {
  width: 42%;
  border-right: 6px solid #E5E5E5;
}

.page-top-banner-img img {
  height: 148px;
  object-fit: cover;
  vertical-align: bottom;
}

.page-top-banner-title {
  width: 60%;
  background: #bbd875;
  line-height: 150px;
  font-size: 30px;
  font-weight: 700;
  padding-left: 30px;
}

.page .page-top-banner-img .eye-catch-wrap.display-none {
  display: block;
}

/* コンテンツ */
#content {
  margin-top: 0;
  border-top: 6px solid #E5E5E5;
  box-shadow: 0 0 0 1px #9D9894;
}

.type-page .eye-catch-wrap {
  display: none;
}

/* スケジュール */
.schedule-table table tr td {
  text-align: center;
  background-color: #fff!important;
  padding: 12px 18px!important;
  font-size: 18px;
}

.schedule-table table tr td:first-child {
  width: 200px;
  background: #fff!important;
  text-align: right;
}

.schedule-table table tr:first-child td {
  background: #4bb465!important;
  color: #fff;
}

/* アクセス */
.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%;
}

/* 院長・スタッフ紹介 */
.staff-table table tr td {
  background-image: url('http://amagadai-fc.com/wp-content/uploads/2019/03/staff_bg.png')!important;
  background-repeat: repeat!important;
}

.su-table.staff-table table {
  border-collapse: separate!important;
  border-spacing: 2px;
}

.staff-table table tr td {
  font-size: 13px;
}

.staff-table table tr td:first-child {
  border: 0!important;
  width: 120px;
  padding: 7px!important;
  border-left: 5px solid #09C!important;
  border-bottom: 1px dotted #ccc!important;
}

.staff-table table tr td:last-child {
  border: 0!important;
  padding: 7px!important;
  border-bottom: 1px dotted #ccc!important;
  border-left: 1px solid #ccc!important;
}

.su-column.staff-column-img {
  float: right;
}

[class*="su-column"] + [class*="su-column"].staff-column-desc:last-child {
  float: left;
  margin: 0;
}

/* 医院内容 */
#clinic-img-lists-wrap .su-row {
  margin-bottom: 0px;
  font-size: 14px;
}

#clinic-img-lists-wrap .su-row img {
  vertical-align: bottom;
  height: 200px;
  object-fit: cover;
}

/* 診療内容 */
.s-table table tr td:first-child {
  width: 120px;
  font-weight: 700;
  background: #f3f4f5!important;
  padding: 12px 18px!important;
}

.s-table table tr td:last-child {
  background-color: #fff!important;
  padding: 12px 18px!important;
}

.s-table table tr:first-child td {
  background: #f3f4f5!important;
  font-weight: 700;
}

ul.s-content-lists {
  padding: 0;
  margin: 0;
  list-style: none;
}

.slide-table-wrap {
  overflow: auto!important;
  white-space: nowrap!important;
}

/* 採用情報 */
a.recruit-sidebar {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 24px;
  height: 60px;
  color: #555;
  background: linear-gradient(#e2f3e6 0%, #c2e5cb 100%);
}

ul.job-type-lists {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.job-type-lists li {
  width: 48%;
  margin-bottom: 14px;
}

ul.job-type-lists li a.btn-square-soft {
  height: 70px;
  /* color: #555; */
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  position: relative;
  /* background: linear-gradient(#e2f3e6 0%, #c2e5cb 100%); */
  background: linear-gradient(#8BB60D 0%, #82AD04 100%);
  text-shadow: unset;
}

ul.job-type-lists li a.btn-square-soft.recruitment-closed {
  background: linear-gradient(#979797 0%, #8E8E8E 100%);
}

ul.job-type-lists li a.btn-square-soft::before {
  font-family: FontAwesome;
	content : "\f138";
  position: absolute;
  top: 16px;
  right: 14px;
  font-size: 24px;
  color: #fff;
}

.su-table.recruit-table table {
  border-collapse: separate!important;
  border-spacing: 2px;
}

.recruit-table table tr td {
  font-size: 16px;
}

.recruit-table table tr td:first-child {
  border: 0!important;
  width: 120px;
  padding: 7px!important;
  border-bottom: 1px dotted #ccc!important;
  background-image: url('http://amagadai-fc.com/wp-content/uploads/2019/03/bg-y.png')!important;
  background-repeat: repeat!important;
}

.recruit-table table tr td:last-child {
  border: 0!important;
  padding: 7px!important;
  border-bottom: 1px dotted #ccc!important;
  border-left: 1px solid #ccc!important;
  background: #fff;
}

/* パンくず */
#breadcrumb {
  margin-top: 0;
}

/* パンくず */
#breadcrumb {
  padding: 0em 0;
  /* padding: 0; */
  margin-top: 0;
}

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

/* 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;
}

.breadcrumb-caption {
  margin: 0;
}

/* ページ送り */
#pager-post-navi figure {
  display: none;
}

/* カテゴリー */
h1#archive-title span.fa-folder-open {
  display: none;
}

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

#custom_html-3,
#custom_html-4,
#custom_html-5 {
  border: 1px solid #ccc;
}

.widget-sidebar {
  margin-bottom: 20px;
}

#custom_html-3 h3,
#custom_html-4 h3,
#custom_html-5 h3 {
  margin: 0;
  background: linear-gradient(#7bb27f 0%, #5c9d61 100%);
  color: #fff;
  border-radius: unset;
  font-weight: 400;
  padding: 8px 10px;
}

ul.sidebar-ul-lists {
  border: 6px solid #F2F2F2;
}

ul.sidebar-ul-lists li a {
  display: block;
  padding:10px 26px;;
  text-decoration: none;
  border-bottom: 1px dotted #ccc;
  position: relative;
  background: #fff;
}

ul.sidebar-ul-lists li a:hover {
  background-color: #FFC;
  color: #1967d2;
  text-decoration: underline;
}

ul.sidebar-ul-lists li a::before {
  font-family: FontAwesome;
	content : "\f0da";
  position: absolute;
  top: 0;
  left: 0;
  top: 2px;
  left: 10px;
  font-size: 24px;
}

/* 新着リスト */
.widget-entry-cards .widget-entry-card-content,
.entry-card-content {
  margin-left: 0;
}

.widget-entry-card-date {
  display: block;
}

span.widget-entry-card-post-date,
span.post-date {
  padding: 0;
  margin: 0;
  font-size: 16px;
  margin-right: 10px;
}

span.widget-entry-card-post-date::before,
span.post-date::before {
  content: none;
}

.widget-entry-card-content,
.entry-card-content {
  display: flex;
  font-size: 16px;
}

.entry-card-content {
  align-items: center;
}

.widget-entry-card-title {
  color: #1967d2;
  text-decoration: underline;
}

h2.entry-card-title {
  font-weight: 400;
  color: #1967d2;
  text-decoration: underline;
  font-size: 16px;
  margin: 0;
}

.entry-card-content {
  padding: 0;
}

/* 上に戻るボタン */
.go-to-top-button {
  border-radius: 50%;
}

/* フッター */
.footer {
  margin-top: 0px;
  border-top: 1px solid #9D9894;
}

.covid-19-btn {
  height: auto!important;
  padding: 11px 0!important;
}

.covid-19-bg1 {
background: linear-gradient(#E9F8D2 0%, #d3f1a7 100%)!important;
}

/* お問い合わせフォーム */
span.contact-form-bottom-text {
  display: block;
  text-align: center;
}

div.su-table {
  overflow: hidden;
}

.wpcf7-form table tr td:first-child {
  padding: 5px!important;
  width: 200px;
  background: #f3f4f5;
  font-weight: 700;
}

.wpcf7-form table tr td:last-child {
  background: #fff;
}

.wpcf7-form .required {
  background: #DE8686;
  color: #fff;
  padding: 4px;
  border-radius: 5px;
  margin-right: 5px;
  font-size: 14px;
  font-weight: 400;
}

input[type="text"],
input[type="email"],
select,
textarea {
  width: 100%!important;
  font-size: 16px;
}

select {
  background: #fff;
}

textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: unset;
}

input[type="submit"] {
  display: block;
  background: #4596EC;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border: 2px solid #4596EC;
}

input[type="submit"]:hover {
  transition: none;
  opacity: 0.8;
}

div.wpcf7-response-output {
  margin: 0!important;
}

/* add */
#post-6436 #toc_container.toc_light_blue,
#post-231 #toc_container.toc_light_blue,
#post-1072 #toc_container.toc_light_blue {
  background: #f5f5f5;
  padding: 10px 30px;
  width: 100%;
  border: 0;
  box-shadow: none;
  font-size: 90%;
  letter-spacing: 0.5px;
}

#post-6436 #toc_container p.toc_title,
#post-231 #toc_container p.toc_title,
#post-1072 #toc_container p.toc_title {
  margin: 12px 0;
  font-weight: 700;
  text-align: left;
  font-size: 22px;
}

#post-6436 #toc_container ul.toc_list > li,
#post-231 #toc_container ul.toc_list > li,
#post-1072 #toc_container ul.toc_list > li {
  margin-bottom: 8px;
}

#post-6436 #toc_container p.toc_title span.toc_toggle,
#post-231 #toc_container p.toc_title span.toc_toggle,
#post-1072 #toc_container p.toc_title span.toc_toggle {
  font-size: 12px;
}

#post-6436 #toc_container p.toc_title span.toc_toggle a,
#post-231 #toc_container p.toc_title span.toc_toggle a,
#post-1072 #toc_container p.toc_title span.toc_toggle a {
  color: #333;
}

#post-6436 #toc_container ul ul,
#post-231 #toc_container ul ul,
#post-1072 #toc_container ul ul {
  margin-top: 5px;
}

h2.page-title,
h3.page-title,
h4.page-title,
h5.page-title {
  letter-spacing: 0.5px;
  font-weight: bold!important;
}

h2.page-title {
  border: 0!important;
  padding: 0;
  margin: 0;
  background: transparent;
  background: linear-gradient(#8BB60D 0%, #82AD04 100%)!important;
  text-shadow: unset;
  color: #fff;
  padding: 15px 20px;
}

h2.page-title span.h-title-text {
  background: unset!important;
  border: 0;
  padding: 0;
}

h2.page-title span {
  font-weight: bold!important;
}

h3.page-title {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent!important;
  border-top: 4px solid #8BB60D;
  border-bottom: 4px solid #8BB60D;
  padding: 12px;
  margin: 1.5em 0 1em;
  font-size: 20px;
  color: #374805;
  position: relative;
  padding-left: 60px;
}

h3.page-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  background-image: url('../../../wp-content/uploads/2022/07/logonew01.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

h3.h-title.page-title::after {
  content: none;
}

h4.page-title {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  border-left: 4px solid #8BB60D;
  background: #f1fccf;
  font-size: 19px;
  padding: 15px;
  color: #374805;
}

h5.page-title {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  border-bottom: dashed 3px #8BB60D;
  background: #f1fccf;
  font-size: 18px;
  padding: 10px 15px;
  color: #374805;
  font-size: 18px;
}

h5.page-title span {
  font-weight: bold!important;
  font-size: 18px;
}

.primary-box.page-check {
  background: #f1fccf;
  border: 0px solid #8BB60D;
  color: #374805;
}

.primary-box.page-check ul li::before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f058";
  font-weight: 900;
  margin-right: 0.8em;
  margin-left: 0.4em;
  transform: scale(1.4);
  color: #8BB60D;
}

.success-box.success-wrap {
  background: #f1fccf;
  border: 1px solid #8BB60D;
  border-radius: unset;
  color: #374805;
  padding: 30px 20px;
}

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

ul.check-ul li {
  margin-bottom: 10px;
}

ul.check-ul li:last-child {
  margin-bottom: 0;
}

ul.check-ul li::before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f058";
  font-weight: 900;
  margin-right: 0.8em;
  margin-left: 0.4em;
  transform: scale(1.4);
  color: #8BB60D;
}

table.table-style {
  width: 100%!important;
}

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

table.table-style tbody tr td {
  border-left: 0;
  border-right: 0;
  padding: 10px 16px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;

  height: auto!important;
  vertical-align: top;
  letter-spacing: 0.3px;
}

table.table-style tbody tr {
  height: auto!important;
  font-size: 95%;
}

table.table-style tbody tr td:first-child {
  background: #f1fccf!important;
  vertical-align: top;
  color: #374805;
  text-align: left!important;
  white-space: nowrap;
  font-weight: bold;
}

table.table-style2 tbody tr:first-child {
  background: #8BB60D;
  color: #fff;
  font-weight: bold;
}

table.table-style2 tr:not(:first-child) td:first-child {
  white-space: nowrap;
}

table.table-style2 tr:not(:first-child) td:first-child b {
  font-weight: 400!important;
}

table.table-style2 tr td span {
  font-size: 95%!important;
}

table.table-style2 tr:nth-of-type(2n+1) {
  background-color: #f5f5f5;
}

table.table-style2 tbody tr td {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 12px 12px;
  font-size: 95%;
  letter-spacing: 0.3px;
}

.contact-style table tbody tr td {
  border-left: 0;
  border-right: 0;
  padding: 10px 16px!important;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}

.wpcf7-form table tr td:first-child {
  padding: 10px 16px!important;
}

.contact-style table tbody tr td:first-child {
  background: #f1fccf!important;
  color: #374805;
}

.contact-style table tbody tr:last-child td:first-child {
  vertical-align: top;
}

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

.contact-style input[type="submit"] {
  background: #4696EC;
  border: 0;
  border-bottom: 5px solid #1363b9;
}

.bg-green {
  background: #f1fccf;
  border: 0px solid #8BB60D;
  color: #374805;
  border-radius: unset;
  padding: 20px;
}

h4.page-title-second,
h5.page-title-second {
  border: 0;
  border-bottom: 2px solid #8BB60D;
  color: #374805;
  padding: 5px 0;
  font-size: 18px;
  margin: 1em 0;
}

h4.page-title-second::before,
h5.page-title-second::before {
  display: inline-block;
  font-family: FontAwesome;
  content: "\f058";
  font-weight: 900;
  margin-right: 0.6em;
  margin-left: 0.4em;
  transform: scale(1.4);
  color: #8BB60D;
}

h4.page-title-second span {
  color: #374805!important;
}

.qa-box {
  background: #FFE8E2;
  margin-bottom: 20px;
  padding: 20px;
  color: #333;
}

.qa-box p {
  margin: 0;
  margin-bottom: 5px;
}

.qa-box p.h-title {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 17px;
}

.top-staff .su-row {
  display: flex;
  justify-content: space-between;
}

.top-staff [class*="su-column"] + [class*="su-column"].staff-column-desc:last-child {
  margin: 0 0 0 4%;
}



.su-row .su-column.media-text {
  margin: 0 0 0 2.5%;
}


h2.r-title {
  margin: 2em 0 1em;
  padding: 0px;
  background-color: #8BB60D;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  padding: 20px;
}
h3.r-title {
  margin: 2em 0 1em;
  padding: 0px;
  border: 0;
  border-left: 8px solid #b6d468;
  font-size: 19px;
  color: #333;
  font-weight: 500;
  background: #f3f3f3;
  border-radius: 0;
  line-height: 1.4;
  padding: 20px;
}
h4.r-title {
  margin: 2em 0 1.3em;
  padding: 0;
  border: 0;
  border-bottom: 5px dotted #b6d468;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 7px;
  border-radius: 0;
  line-height: 1.4;
}
.green-box {
	background: #f1fccf;
  border: 0px solid #8BB60D;
  color: #374805;
	border-radius: 2px;
  padding: 30px 20px;
}
h5.r-title,
h6.r-title {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 16px;
  font-weight: 400;

  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
h5.r-title {
  position: relative;
  padding: 0.7rem 1rem;
  border: 4px solid #b6d468;
  border-radius: 2px;
  background: #f3f3f3;
  margin: 2rem 0 1.3rem;
}
h6.r-title {
  border-left: 10px double #b6d468;
  padding: 3px 0 3px 13px;
  margin: 2em 0 1.3em;
}
h2.r-title,
h3.r-title,
h4.r-title,
h5.r-title,
h6.r-title {
  font-weight: 700;
}





.header-icon-wrap li.icon-style-01 {
  margin-right: 10px;
}
.header-icon-wrap li.icon-style-01 a {
  display: block;
  width: 84px;
  height: 75px;
  border: 1px solid #000;
  text-decoration: none;
  color: #333;
  text-align: center;
  border-radius: 10px;
  padding-top: 6px;
}
.header-icon-wrap li.icon-style-01:nth-child(2) a {
  background: #51BD51;
  color: #fff;
  border: 3px solid #2e7a2e;
}
.header-icon-wrap li.icon-style-01:nth-child(3) a {
  background: #FBD22E;
  border: 3px solid #be9904;
}
.header-icon-wrap li.icon-style-01:nth-child(4) a {
  background: #f15b60;
  color: #fff;
  border: 3px solid #d31219;
  padding-top: 3px;
}
.header-icon-wrap .header-icon-mail a.btn-square-soft {
  font-size: 20px;
  padding: 16px 18px;
}
.header-icon-wrap li.icon-style-01 a img {
  width: auto;
  height: 40px;
  object-fit: contain;
  margin-bottom: 3px;
}
.header-icon-wrap li.icon-style-01:nth-child(4) a img {
  height: 48px;
  margin-bottom: 0;
}
.icon-style-title {
  font-size: 12px;
  font-weight: 700;
}







.page-author {
  border: 1px solid #ccc;
  position: relative;
  padding: 30px;
  margin-top: 80px;
}
.page-author-tab {
  position: absolute;
  top: -50px;
  left: 0;
  background: #4bb465;
  color: #fff;
  font-size: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  border-radius: 10px 10px 0 0;
}
.page-author-head {
  margin-bottom: 12px;
  text-align: center;
}
.page-author-name {
  font-size: 30px;
  font-weight: 700;
}
ul.page-author-career {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 22px;
}
ul.page-author-career li {
  margin: 0;
}
.page-author-content p {
  margin: 0;
}
.page-author-youtube {
  margin-top: 20px;
}
.page-author-youtube a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #EC1C23;
  color: #fff;
  font-size: 26px;
  border-radius: 12px;
  font-weight: 700;
  padding: 20px 10px;
  line-height: 1.6;
  letter-spacing: 2px;
}
.page-author-youtube-icon {
  margin-right: 15px;
  display: flex;
  align-items: center;
}
.page-author-youtube-icon i {
  font-size: 200%;
}
.page-author-youtube-note {
  background: #FBD22E;
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
  padding: 15px 0;
  border-radius: 10px;
  position: relative;
}
.page-author-youtube-note::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 0;
  height: 0;
  box-sizing: border-box;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid #FBD22E;
  z-index: 1;
}
.bg-arrow::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 0;
  height: 0;
  box-sizing: border-box;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 40px solid #f2f5fd;
  z-index: 1;
}

table.table-style-10 {

}
table.table-style-10 tr {

}
table.table-style-10 tr:first-child {
  background: #4bb465;
}
table.table-style-10 tr:first-child td {
  color: #fff;
}
table.table-style-10 tr td {
  border: 1px solid #999;
}

ul.header-icon-wrap li.online_reservation_banner a {
  display: flex;
  align-items: center;
}
.logo-header img.site-logo-image {
  padding-right: 15px;
}

.pc-block {
  display: block;
}
.sp-block {
  display: none;
}

.modal-style-01,
.blog-btn-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}
.modal__trigger,
a.blog-btn {
  cursor: pointer;
  width: 32.2%;
  font-weight: 700;
  background: #F9AA42;
  color: #fff;
  font-size: 14.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 10px;
  letter-spacing: -0.2px;
  line-height: 1.4;
  padding: 8px 0;
  border-bottom: 5px solid #f78f08;
  box-shadow: 0 1px 4px rgb(0 0 0 / 20%);
  transition: all 0.3s;
  text-decoration: none;
}
.modal__trigger:hover {
  opacity: 0.6;
}
.modal__wrapper {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.modal__layer {
  height: 100%;
  background: rgba(50, 50, 50, .85);
  cursor: pointer;
}
.modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(calc(100% - 40px), 1000px);
  height: calc(100% - 40px);
  padding: 20px;
  background: #fff;
}
.modal__inner {
  position: relative;
  overflow-y: scroll;
  height: 100%;
  padding: 44px 0px 20px;
}
.modal__close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 44px;
  height: 44px;
  background: rgba(50, 50, 50, 1);
  cursor: pointer;
  transition: opacity .6s;
}
.modal__close:hover {
  opacity: .6;
}
.modal__close:before,
.modal__close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 1px;
  background: #fff;
  content: '';
}
.modal__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.widget-entry-card-content, .entry-card-content {
  display: block;
}
#main {
  position: relative;
  z-index: 2;
}
#sidebar {
  position: relative;
  z-index: 1;
}

.info-scroll {
  display: flex;
  overflow-x: scroll;
  margin-bottom: 24px;
}
.info-scroll-item {
  /* width: 270px; */
  width: 32.2%;
  flex-shrink: 0;
  margin-right: 20px;
}
.info-scroll-item:last-child {
  margin-right: 0px;
}
.widget-entry-cards-news .new-entry-card {
  display: block;
}
.widget-entry-cards-news .e-card-info {
  width: 100%;
  margin-bottom: 5px;
}
.widget-entry-cards-news .new-entry-card-content {
  width: 100%;
}
/* body.front-top-page #main #toc_container {
  display: none!important;
} */

/* 薄い緑 */
.toggle-wrap.toggle-wrap01 .toggle-button {
  background: #f1fccf;
  border-color: #b6d468;
}
.toggle-wrap.toggle-wrap01 .toggle-checkbox:checked ~ .toggle-content {
  border-color: #b6d468;
}
.toggle-wrap.toggle-wrap01 .toggle-button::before {
  opacity: 0.6;
  color: #006A38;
}
/* 薄いピンク */
.toggle-wrap.toggle-wrap02 .toggle-button {
  background: #fcebee;
  border-color: #ea7189;
}
.toggle-wrap.toggle-wrap02 .toggle-checkbox:checked ~ .toggle-content {
  border-color: #ea7189;
}
.toggle-wrap.toggle-wrap02 .toggle-button::before {
  opacity: 0.6;
  color: #e34464;
}
/* 薄いオレンジ */
.toggle-wrap.toggle-wrap03 .toggle-button {
  background: #feeee1;
  border-color: #f9984d;
}
.toggle-wrap.toggle-wrap03 .toggle-checkbox:checked ~ .toggle-content {
  border-color: #f9984d;
}
.toggle-wrap.toggle-wrap03 .toggle-button::before {
  opacity: 0.6;
  color: #c36822;
}


/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

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

/*1030px以下*/
@media screen and (max-width: 1030px){
  .mobile-menu-buttons {
    display: none;
  }
  .mobile-menu-buttons {
    display: none;
  }
  #header {
    padding: 0 10px;
  }

  /* フッター */
  .mblt-slide-in .footer {
    margin-bottom: 20px;
  }
}

/*900px以上、仮のクリニックロゴのための設定*/
@media screen and (min-width: 900px){
  ul.header-icon-wrap,
  #navi {
    margin-top: 20px;
  }

}

/*899px以下*/
@media screen and (max-width: 899px){
  .mobile-menu-buttons {
    display: flex;
  }

  #navi {
    display: none;
  }

  /* ヘッダー */
  .tagline {
    display: none;
  }

  .logo {
    text-align: center;
  }

  ul.header-icon-wrap .logo-image {
    padding-top: 0px;
  }

  ul.header-icon-wrap {
    display: block;
    align-items: normal;
    justify-content: flex-start;
    height: auto;
    margin-bottom: 10px;
  }

  .page-top-banner {
    display: none;
  }

  /* フッター */
  .mblt-slide-in .footer {
    margin-bottom: 50px;
  }

  /* スマホ用メニュー */
  .mobile-menu-buttons {
    background: #2B663A;
  }

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

  .mobile-menu-buttons .menu-button:last-child {
    border-right: 0px solid #fff;
  }

  .menu-button,
  .menu-icon,
  .menu-caption {
    color: #fff;
  }

  .menu-button:hover,
  .menu-button:hover .menu-icon,
  .menu-button:hover .menu-caption {
    color: #333;
  }

  .navi-menu-content {
    background: #f1f9f3;
  }

  .menu-close-button::before {
    color: #333;
  }

  ul.menu-drawer li {
    background: #f1f9f3;
    border-bottom: 2px solid #fff;
  }

  ul.menu-drawer li:first-child {
    border-top: 2px solid #fff;
  }

  ul.menu-drawer li a {
    color: #333;
    padding: 20px 10px;
    font-weight: 700;
    text-align: center;
  }

  ul.menu-drawer li:last-child {
    background: #EB3323;
  }

  ul.menu-drawer li:last-child a {
    color: #fff;
  }

  .menu-mail-icon::before {
    font-family: FontAwesome;
  	content : "\f044";
  }

  .menu-tel-icon::before {
    font-family: FontAwesome;
  	content : "\f095";
  }

  .menu-button:hover .menu-icon,
  .menu-button:hover .menu-caption {
    color: #FFF;
  }

  .menu-drawer a:hover {
    color: #333;
  }

  .mobile-menu-buttons .menu-button:hover {
    transition: none;
    background-color: transparent;
  }

  .mobile-menu-buttons .menu-caption {
    font-size: 12px;
    text-align: center;
    display: block;
  }

  .mobile-menu-buttons .menu-icon {
    margin-top: 3px;
    text-align: center;
    display: block;
  }

  .mobile-menu-buttons .menu-icon::before {
    font-size: 1em;
  }

  .mobile-menu-buttons {
    font-size: 16px;
  }

  .mobile-menu-buttons .menu-caption {
    opacity: 1;
  }

  .mobile-menu-buttons > li {
    padding-top: 0px;
  }

  .mobile-menu-buttons .menu-icon .fa {
    -webkit-font-smoothing: unset;
  }

  .menu-content .menu-drawer {
    padding: 0 0em 30px;
  }





  ul.header-icon-wrap {
    margin-top: 10px;
  }
  .header-icon-wrap .header-icon-mail {
    margin-right: 0;
  }
  ul.header-icon-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.header-icon-wrap li:first-child {
    width: 100%;
  }
  .header-icon-wrap li.icon-style-01 {
    margin-right: 0;
  }
  .header-icon-wrap li.icon-style-01:nth-child(2),
  .header-icon-wrap li.icon-style-01:nth-child(3),
  .header-icon-wrap li.icon-style-01:nth-child(4) {
    width: 31%;
    margin-bottom: 10px;
  }
  .header-icon-wrap li.icon-style-01 a {
    height: 80px;
    padding-top: 8px;
    width: 100%;
  }
  .icon-style-title {
    font-size: 14px;
  }
  .header-icon-wrap .header-icon-mail {
    width: 100%;
  }




  .page-author-tab {
    font-size: 18px;
  }
  .page-author {
    padding: 20px 15px;
  }
  .page-author-name {
    font-size: 24px;
  }
  .page-author-youtube-note {
    font-size: 18px;
  }
  .page-author-youtube a {
    letter-spacing: 0;
    font-size: 18px;
    padding: 20px 5px;
  }
  .page-author-youtube-icon {
    margin-right: 10px;
  }

  .logo-header img.site-logo-image {
    padding-right: 0px;
  }



  .pc-block {
    display: none;
  }
  .sp-block {
    display: block;
  }

  .info-scroll-item {
    width: 270px;
  }




}

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

/*768px以下*/
@media screen and (max-width: 768px){
  /* 共通 */
  .primary-box {
    padding: 10px 0px;;
  }

  /* front-page */
  li.flex-nav-next a,
  li.flex-nav-prev a {
  	display: none!important;
  }

  /* ヘッダー */
  .logo-header img.site-logo-image {
    max-width: 100%;
  }

  /* 診療内容 */
  .slide-table-wrap:after {
  content: "※ この表は横にスクロールできます。";
  }

  .s-table table tr td:first-child {
    font-size: 16px;
  }

  .s-table table tr td:last-child {
    font-size: 18px;
  }

  /* 医院内容 */
  #clinic-img-lists-wrap .su-column-size-1-3 {
    width: 32%!important;
  }

  #clinic-img-lists-wrap .su-row .su-column {
    margin: 0 0 0 1%!important;
    float: left!important;
  }

  #clinic-img-lists-wrap .su-row {
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 10px;
  }

  /* スケジュール */
  .schedule-table table tr td {
    padding: 3px!important;
    font-size: 16px;
  }

  .schedule-table table tr td:first-child {
    width: 120px;
  }

  /* 採用情報 */
  ul.job-type-lists {
    display: block;
    justify-content: flex-start;
    align-items: normal;
  }

  ul.job-type-lists li {
    width: 100%;
  }

  /* フッター */
  ul#menu-menu2 li {
    border: 0;
  }

  .covid-19-btn {
    font-size: 20px!important;
    line-height: 26px!important;
    padding: 12px!important;
  }

  /* お問い合わせフォーム */
  .su-table.su-table-responsive table {
    width: 100%!important;
  }
  .wpcf7-form tbody {
    display: block;
  }

  .wpcf7-form tbody tr {
    display: block;
    width: 100%;
  }

  .wpcf7-form tbody tr td:first-child {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0!important;
    text-align: left;
    padding: 7px 14px 7px 3px!important;
  }

  .wpcf7-form tbody tr td:last-child {
    display: block;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0!important;
    padding-top: 0px!important;
  }

  .wpcf7-form .required {
    font-size: 14px;
  }

  span.wpcf7-list-item {
    display: block!important;
    margin: 0 0 1em 1em!important;
  }

  .wpcf7-form table th,
  .wpcf7-form table td {
    font-size: 16px;
  }

  /* add */
  h2.page-title span.h-title-text {
    font-size: 20px;
  }

  .primary-box.page-check {
    padding: 20px 0;
  }

  #post-6436 #toc_container.toc_light_blue,
  #post-231 #toc_container.toc_light_blue,
  #post-1072 #toc_container.toc_light_blue {
    padding: 10px 15px;
  }

  #post-6436 #toc_container p.toc_title,
  #post-231 #toc_container p.toc_title,
  #post-1072 #toc_container p.toc_title {
    margin: 5px 0 0;
    font-size: 18px;
  }

  h3.page-title {
    font-size: 18px;
    padding-left: 50px;
  }

  h3.page-title::before {
    width: 30px;
    height: 30px;
  }

  h4.page-title {
    font-size: 17px;
  }

  h5.page-title {
    font-size: 16px;
  }

  table.table-style2 tbody tr td {
    padding: 12px 5px;
  }

  .success-box.success-wrap {
    padding: 20px 15px;
  }

  h4.page-title-second {
    font-size: 17px;
  }

  h5.page-title span {
    font-size: 16px!important;
  }

  h5.page-title-second {
    font-size: 16px!important;
  }

  h5.page-title-second span {
    font-size: 16px!important;
  }

  .qa-box p.h-title {
    font-size: 16px;
  }

  table.table-style {
    width: 100%!important;
  }

  table.table-style tbody tr {
    font-size: 100%;
  }

  table.table-style tbody tr td {
    padding: 5px 5px;
    display: block;
    width: 100%!important;
    font-size: 15px;
  }

  .contact-style table tbody tr td:first-child {
    background: #fff!important;
    color: #333;
  }

  .contact-style table tbody tr td {
    padding: 10px 0px!important;
  }

  .bg-green {
    padding: 10px 15px;
  }

  .qa-box {
    padding: 15px;
  }

  .top-staff .su-row {
    display: block;
  }

  .top-staff [class*="su-column"] + [class*="su-column"].staff-column-desc:last-child {
    margin: 0;
  }


  .su-row .su-column+.su-column.media-text {
    margin-top: 0.5em!important;
  }

  h2.r-title {
    font-size: 18px;
  }
  h3.r-title {
    font-size: 17px;
  }
  h4.r-title {
    font-size: 17px;
  }
  h2.r-title,
  h3.r-title {
    padding: 15px;
  }
  h5.r-title,
  h6.r-title {
    font-size: 16px;
  }


}

/*480px以下*/
@media screen and (max-width: 480px){
  /* 医院内容 */
  #clinic-img-lists-wrap .su-row img {
    height: 100px;
  }
}
