@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; */
  margin: 0 5px;
  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; */
  font-weight: 500;
  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;
} */




#toc_container.toc_light_blue {
  background: #f5f5f5;
  padding: 10px 30px;
  width: 100%;
  border: 0;
  box-shadow: none;
  font-size: 90%;
  letter-spacing: 0.5px;
}

#toc_container p.toc_title {
  margin: 12px 0;
  font-weight: 500;
  text-align: left;
  font-size: 22px;
}

#toc_container ul.toc_list > li {
  margin-bottom: 8px;
}

#toc_container p.toc_title span.toc_toggle {
  font-size: 12px;
}

#toc_container p.toc_title span.toc_toggle a {
  color: #333;
}

#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: 500;
}

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

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%;
}










/* recruit_fixed */
/* 共通 */
body {
  overflow-x: hidden;
  color: #333;
  background: #fff;
  letter-spacing: 0.5px;
  background-image: url('https://amagadai-fc.com/recruit/wp-content/uploads/2023/10/bg01.jpg');
}

/* 幅 */
#header-container #header-in {
  max-width: 1200px;
  width: 100%;
}
#content {
  border-top: 0;
  box-shadow: unset;
  margin-top: 15px;
}
body.front-top-page #content {
  margin-top: 35px;
}
#container,
#sidebar {
  background-color: transparent;
  padding-top: 0;
}
#main {
  border: 0;
  box-shadow: unset;
  -webkit-box-shadow: unset;

  margin: 0;
  /* padding: 35px 45px 40px; */
  padding: 35px 25px 40px;
  border-radius: 12px;
  background: #fff;
}
/* body.page-id-358 #main {
  padding: 35px 10px 40px;
} */
.content-in {
  margin-bottom: 50px;
}
#footer {
  background: #f5f5f5;
  margin-top: 0;
  border: 0;
}


body.blog #content-in.wrap,
body.single #content-in.wrap,
body.archive #content-in.wrap {
  max-width: 1200px;
  width: 100%;
}
body.blog .main,
body.single .main,
body.archive .main {
  width: 840px;
}
body.blog .sidebar,
body.single .sidebar,
body.archive .sidebar {
  width: 330px;
  padding: 19px 5px;
}

#breadcrumb.wrap {
  max-width: 1200px;
  width: 100%;
}



/* ヘッダー */
.tagline {
  background: transparent;
  color: #333;
  margin: 0;
  padding: 0;
}

#header-container {
  padding: 0;
}

#header {
  padding: 10px 0;
}

.website-head-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.website-head-left {
  width: calc(100% - 250px);
}

.website-head-right {
  width: 250px;
}

.website-note-wrap {
  display: flex;
  align-items: center;
}

.logo-image {
  padding: 0;
}

.site-name-text-link {
  padding: 0;
}

.logo-image a {
  transition: all 0.3s;
}

.logo-image a:hover {
  opacity: 0.7;
}

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

.website-note-right {
  margin-left: 20px;
  margin-right: 20px;
}

.website-note-right .tagline {
  font-size: 14px;
  line-height: 1.5;
}

ul.website-cta-list {
  padding: 0;
  margin: 0;
  list-style: none;

  display: flex;
  align-items: center;
}

ul.website-cta-list li {
  margin: 0;
  margin-left: 12px;
}

ul.website-cta-list li:first-child {
  margin-left: 0px;
}

.sp-menu-form {
  margin: 15px 0;
}

#header-container .search-box,
.sp-menu-form .search-box {
  margin: 0;
}

.sp-menu-form .search-box {
  width: 100%!important;
  margin: 0 auto;
}

#header-container .search-box input[type="text"],
.sp-menu-form .search-box input[type="text"] {
  width: 100%!important;
  padding: 15px 30px 15px 20px;
  font-size: 14px;
  border-radius: unset;
  background: #f4f7e3;
  padding-right: 28px;
  border: 0px solid #333;
  border-radius: 32px;
}

#header-container .search-box input[type="text"]::placeholder,
.sp-menu-form .search-box input[type="text"]::placeholder {
  color: #9bb530;
}

#header-container .search-box .search-submit,
.sp-menu-form .search-box .search-submit {
  color: #a2bd32;
  font-size: 16px;
  top: calc(50% - 8px);
  padding: 0 10px;
}

ul.website-cta-list,
ul.website-cta-list li {
  width: 100%;
}

/* nav */
#navi {
  background: #b6d468;
  /* padding: 25px 0 13px; */
  padding: 0px;
  margin: 0;
  box-shadow: unset;
  border: 0;
}

#menu-menu li a span.menu-text-bottom {
  display: none;
}

.navi-in > ul {
  justify-content: center;
}

#menu-menu li {
  width: auto;
  height: auto;
  line-height: normal;
  border: 0;
  padding: 0;
  margin-bottom: 0px;
}

#menu-menu li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 28px 15px;
  height: auto;
}

#menu-menu li a:hover {
  background: #b6d468;
  opacity: 1;
}

#menu-menu > li:first-child a {
  background: #006A38;
}




#mega-menu-wrap-navi-header, #mega-menu-wrap-navi-header #mega-menu-navi-header, #mega-menu-wrap-navi-header #mega-menu-navi-header ul.mega-sub-menu, #mega-menu-wrap-navi-header #mega-menu-navi-header li.mega-menu-item, #mega-menu-wrap-navi-header #mega-menu-navi-header li.mega-menu-row, #mega-menu-wrap-navi-header #mega-menu-navi-header li.mega-menu-column, #mega-menu-wrap-navi-header #mega-menu-navi-header a.mega-menu-link, #mega-menu-wrap-navi-header #mega-menu-navi-header span.mega-menu-badge {
  display: flex;
  justify-content: center;
}

#mega-menu-wrap-navi-header #mega-menu-navi-header > li.mega-menu-item > a.mega-menu-link {
  padding: 25px 18px;
  line-height: normal;
  height: auto;
  font-size: 15px;
  font-weight: 500;
}

#mega-menu-wrap-navi-header #mega-menu-navi-header > li.mega-menu-megamenu > ul.mega-sub-menu {
  top: 72px;
}

#mega-menu-wrap-navi-header #mega-menu-navi-header > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-navi-header #mega-menu-navi-header > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-navi-header #mega-menu-navi-header > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: #006A38;
}

#mega-menu-wrap-navi-header #mega-menu-navi-header > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-navi-header #mega-menu-navi-header > li.mega-menu-item > a.mega-menu-link:focus {
  background: #006A38;
  font-weight: 500;
}

#mega-menu-item-12093 > a {
  background: #006A38!important;
}
#mega-menu-item-12093 > a:hover {
  background: #008a49!important;
}

#mega-menu-wrap-navi-header #mega-menu-navi-header > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-navi-header #mega-menu-navi-header > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-navi-header #mega-menu-navi-header > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: transparent;
}

#mega-menu-wrap-navi-header #mega-menu-navi-header li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator:after {
  vertical-align: baseline;
}

#mega-menu-wrap-navi-header #mega-menu-navi-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-navi-header #mega-menu-navi-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  color: #555;
  font-size: 15px;
  font-weight: 500;
}

#mega-menu-wrap-navi-header #mega-menu-navi-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link i {
  margin-right: 5px;
  font-size: 120%;
  color: #b6d468;
}

#mega-menu-wrap-navi-header #mega-menu-navi-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item a.mega-menu-link:hover {
  text-decoration: underline;
  color: #b6d468;
}

#mega-menu-wrap-navi-header #mega-menu-navi-header li.mega-menu-item > ul.mega-sub-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  background: #f3f3f3;
}

#mega-menu-wrap-navi-header #mega-menu-navi-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item {

}















/* リスト */
body.blog #content {
  margin-top: 35px;
}

.top-list-title,
.sidebar h3,
h2.related-entry-heading,
h1.archive-title {
  padding: 0;
  margin: 0;
  border-radius: 0px;
  background: transparent;
  color: #333;
  font-weight: 500;
  font-size: 22px;
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
}
.top-list-title::before,
.sidebar h3::before,
h2.related-entry-heading::before,
h1.archive-title::before {
  content: '';
  display: block;
  width: 12px;
  height: 100%;
  background: #b6d468;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  border-radius: 12px;
}

h2.entry-card-title {
  color: unset;
  text-decoration: none;
}

.widget-entry-card-content,
.entry-card-content {
  display: block;
}

.mv-label {
  position: absolute;
  top: 0;
  left: 20px;
  display: inline-block;
  background: #b6d468;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 7px 10px;
  line-height: 1;
}

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


article.type-post .e-card-info,
.related-entry-card-content .e-card-info,
.new-entry-card-content .e-card-info {
  display: block;
  line-height: 1;
  margin-left: auto;
}

article.type-post .e-card-info > span,
.related-entry-card-content .e-card-info > span,
.new-entry-card-content .e-card-info > span {
  padding: 0;
  margin: 0;
  font-size: 14px!important;
  line-height: 1;
  display: block;
  margin-right: 5px!important;
  margin-bottom: 5px!important;
  color: #a6a1a0;
  font-weight: 400;
}

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

article.type-post .blog-date-cat,
.related-entry-card-content .blog-date-cat,
.new-entry-card-content .blog-date-cat {
  font-size: 14px;
  line-height: 1;
  margin-right: 5px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #b6d468;
}


article.type-post .blog-date-cat,
.related-entry-card-content .blog-date-cat,
.new-entry-card-content .blog-date-cat {
  font-size: 14px;
  line-height: 1;
  margin-right: 8px;
  margin-bottom: 5px;
  font-weight: 700;
  color: #b6d468;
}


article.type-post .entry-card-title,
.related-list .related-entry-card-title,
.new-entry-cards .new-entry-card-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  margin-bottom: 10px;
}

.a-wrap,
.a-wrap .new-entry-card-title,
.a-wrap .entry-card-title,
.a-wrap .related-entry-card-title,
.a-wrap .new-entry-card-title,
.a-wrap .e-card-info > span,
.a-wrap .card-snippet,
.a-wrap .more-link,
.a-wrap span.popular-entry-card-title {
  transition: all 0.3s;
}

.a-wrap:hover .new-entry-card-title,
.a-wrap:hover .entry-card-title,
.a-wrap:hover .related-entry-card-title,
.a-wrap:hover .new-entry-card-title,
.a-wrap:hover .e-card-info > span,
.a-wrap:hover .card-snippet,
.a-wrap:hover span.popular-entry-card-title {
  color: #b6d468;
}

.a-wrap:hover .more-link {
  color: #b6d468;
  background: #fff;
}

.a-wrap:hover {
  background: transparent;
}

#sidebar .widget-entry-cards.ranking-visible .a-wrap .card-thumb {
  overflow: hidden;
}

#list .a-wrap .entry-card-thumb,
.related-list .a-wrap .related-entry-card-thumb,
.new-entry-cards .a-wrap .new-entry-card-thumb {
  overflow: hidden;
  border-radius: 10px;
  width: 190px;
  height: 165px;
}
#list .a-wrap .entry-card-thumb img,
.related-list .a-wrap .related-entry-card-thumb img,
.new-entry-cards .a-wrap .new-entry-card-thumb img,
#sidebar .widget-entry-cards.ranking-visible .a-wrap .card-thumb img {
  transition: all 0.3s;
}
#list .a-wrap:hover .entry-card-thumb img,
.related-list .a-wrap:hover .related-entry-card-thumb img,
.new-entry-cards .a-wrap:hover .new-entry-card-thumb img,
#sidebar .widget-entry-cards.ranking-visible .a-wrap:hover .card-thumb img {
  transform: scale(1.1);
}





#list .a-wrap,
.related-list .a-wrap,
.new-entry-cards .a-wrap {
  padding: 0;
  margin: 0;
  padding: 30px 0;
  border-bottom: 3px dashed #EAE8E4;
}

#list .entry-card-thumb,
.related-list .related-entry-card-thumb,
.new-entry-cards .new-entry-card-thumb {
  margin: 0;
  width: auto;
}

#list .card-thumb img,
.related-list .card-thumb img,
.new-entry-cards .card-thumb img {
  width: 190px;
  height: 165px;
  object-fit: cover;
  border-radius: 10px;
}

#list .entry-card-content,
.related-list .related-entry-card-content,
.new-entry-cards .new-entry-card-content {
  margin-left: 210px;
  padding: 0;
}

.entry-card-snippet,
.related-entry-card-snippet,
.new-entry-card-snippet {
  font-size: 14px;
  line-height: 1.6;
}

.more-link-wrap {
  text-align: right;
}

.more-link {
  display: inline-block;
  background: #b6d468;
  color: #fff;
  font-size: 12px;
  padding: 6px 12px;
  line-height: 1;
  border-radius: 16px;
  border: 1px solid #b6d468;
}

.more-link i {
  margin-right: 5px;
}




/* サイドバー */
#sidebar {
  background: transparent;
  padding-top: 0;
}

.widget-sidebar {
  padding: 25px 0px 27px;
  border-radius: 12px;
  background: #fff;
}

.sidebar h3 {
  font-size: 18px;
  padding-left: 35px;
  margin-bottom: 8px;
}

.sidebar h3::before {
  left: 15px;
}


#sidebar .popular-entry-cards {
  margin-bottom: 0;
}

#sidebar .widget-entry-cards .a-wrap {
  padding: 0;
  margin: 0;
  border-bottom: 2px dashed #EAE8E4;
  padding: 15px 15px;
}

#sidebar .widget-entry-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#sidebar .widget-entry-cards.ranking-visible .card-thumb {
  margin: 0;
  width: 75px;
  height: 60px;
  float: none;
}

#sidebar .widget-entry-cards.ranking-visible .card-thumb img {
  width: 75px;
  height: 60px;
  object-fit: cover;
}

#sidebar .widget-entry-card-content {
  margin: 0;
  width: calc(100% - 95px);
}

#sidebar span.popular-entry-card-title {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  display: block;
  color: #333;
}

#sidebar a.a-wrap:hover span.popular-entry-card-title {
  color: #b6d468;
}

#sidebar .popular-entry-card-date {
  display: none;
}

.widget-entry-cards.ranking-visible .card-thumb::before,
.widget-entry-cards.ranking-visible .no-1 .card-thumb::before,
.widget-entry-cards.ranking-visible .no-2 .card-thumb::before,
.widget-entry-cards.ranking-visible .no-3 .card-thumb::before {
  background: #b6d468;
  opacity: 1;
  font-weight: 500;
}

.widget_categories ul li a {
  padding: 0;
  margin: 0;
  border-bottom: 2px dashed #EAE8E4;
  padding: 15px 30px 15px 15px;
  font-size: 14px;
  position: relative;
  transition: all 0.3s;
}

.widget_categories ul li a:hover {
  background: transparent;
  color: #b6d468;
  transition: all 0.3s;
}

.widget_categories ul li a::after {
  content : "\f054";
  /* font-family:'Font Awesome 5 Free'; */
  font-family: fontawesome;
  font-size: 18px;
  font-weight:700;
  position: absolute;
  top: 51%;
  right: 15px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #b6d468;
  transition: all 0.3s;
}

.widget_categories ul li a:hover::after {
  right: 10px;
}

.widget_categories ul li a .post-count {
  display: inline-block;
  float: none;
  margin-left: 10px;
}

.widget_categories ul li a .post-count::before {
  content: '( '
}
.widget_categories ul li a .post-count::after {
  content: ' )'
}

.widget_custom_html {
  padding: 0;
  margin: 0;
  background: transparent;
}


a.side-service-item {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #b6d468;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  transition: all 0.3s;
  border-radius: 12px;
}

a.side-service-item:hover {
  opacity: 0.6;
}

a.side-service-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  background: #fff;
}

.side-service-top {
  font-size: 15px;
  margin: 10px 0;
}

.side-service-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  line-height: 1.4;
}

/* #custom_html-3 .side-service-title,
#custom_html-6 .side-service-title {
  font-size: 17px;
} */

.side-service-bottom {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #fff;
  padding: 7px 20px;
  margin-bottom: 10px;
  border-radius: 15px;
  font-weight: 500;
}

.side-service-bottom i {
  margin-left: 5px;
  font-size: 130%;
}

#custom_html-7 a.side-service-item {
  background: #88c9f1;
}
#custom_html-6 a.side-service-item {
  background: #f2abb8;
}


/* #custom_html-2 a.side-service-item img {
  height: 160px;
}

#custom_html-2 a.side-service-item {
  background: #88c9f1;
}
#custom_html-3 a.side-service-item {
  background: #f2abb8;
}
#custom_html-4 a.side-service-item {
  background: #eac357;
}
#custom_html-5 a.side-service-item {
  background: #bfb3ff;
}
#custom_html-6 a.side-service-item {
  background: #ff968f;
}
#custom_html-7 a.side-service-item {
  background: #2BE2B1;
}
#custom_html-4 a.side-service-item img,
#custom_html-5 a.side-service-item img {
  border-radius: 8px;
} */



#popular_entries-2 .popular-entry-cards p {
  padding: 10px 10px 0;
}



body.page .side-service-top {
  text-align: left;
  line-height: 1.4;
}
body.page .side-service-title {
  font-size: 16px;
  text-align: left;
}





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

.pagination {
  margin: 37px 0 30px;
}

.page-numbers {
  color: #b6d468;
  border: 1px solid #b6d468;
  border-radius: 50%;
  background-color: #fff;
  transition: all .2s;
  letter-spacing: 0;
  line-height: 45px;
}

.pagination a:hover {
  color: #fff;
  background-color: #b6d468;
  transition: all .2s;
}

.pagination .current {
  color: #fff;
  background-color: #b6d468;
}

.link-list-wrap {
  padding-top: 10px;
}

/* 投稿ページ */
body.single .page-top-banner {
  display: none;
}

body.single article .eye-catch,
body.single article .eye-catch img {
  width: 100%;
}

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;
  align-items: center;
}

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

/* body.single h1.entry-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
  letter-spacing: 0.3px;
} */
h1.entry-title {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.4;
  /* margin-bottom: 10px; */
  margin-bottom: 14px;
  letter-spacing: 0.3px;
}

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

.entry-categories a.cat-link {
  background: #b6d468;
  transition: all 0.2s;
  border-radius: 5px;
}

.entry-categories a.cat-link:hover {
  opacity: 0.7;
}

/* パンくず */
#breadcrumb {
  background-color: transparent;
  margin: 12px auto 0;
  padding: 0.6em 1em;
}

.breadcrumb a:hover {
  color: #777;
}

.list-breadcrumb-category span.sp,
body.post-type-archive-news div.breadcrumb-home > span.sp.sp-b {
  margin-left: 5px;
}

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

body.single #breadcrumb > div:nth-child(2) {
  margin-left: 5px;
}

body.single-news div.breadcrumb-home > span.sp.sp-b {
  margin: 0 5px;
}

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

body.archive.tag .breadcrumb .sp {
  margin: 0 6.2px 0 6.3px;
}

body.single .entry-tags {
  display: block;
}


/* フッター */
#footer .website-note-wrap {
  padding-top: 20px;
  align-items: normal;
}

#footer .website-note-left {
  padding-top: 7px;
  width: 350px;
}

#footer .website-note-right {
  margin-left: 0;
  width: calc(100% - 350px);
  padding-left: 20px;
  margin: 0;
}

#footer .website-note-right p {
  line-height: 1.8;
  font-size: 14px;
}

.website-note-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
}

#footer .logo-header img.site-logo-image {
  max-width: 100%;
  width: 100%;
}

#footer .website-note-left .logo-image {
  padding: 15px 10px;
  background: #fff;
}



.footer-menu-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 20px 0 0;
}

ul.footer-menu-list {
  padding: 0;
  margin: 0;
  list-style: none;

  display: flex;
}

ul.footer-menu-list li {
  margin: 0;
  margin-right: 20px;
}

ul.footer-menu-list li a {
  display: block;
  color: #333;
  text-decoration: none;
}

ul.footer-menu-list li a:hover {
  text-decoration: underline;
}

ul.footer-menu-list li a i {
  margin-left: 4px;
  font-size: 90%;
}

.footer-menu-right .copyright {
  margin-top: 0;
}

#footer-in.wrap {
  max-width: 1200px;
  width: 100%;
}


#mateslider44-wrap {
  background: #ebf4d7;
  padding: 15px 0px;
}

article.type-page header.article-header {
  display: block;
}
.type-page .eye-catch-wrap {
  display: block;
  margin-bottom: 26px;
}
.eye-catch-wrap .eye-catch img {
  /* width: 100%;
  max-height: 400px; */
  width: auto;
  max-height: none;
  object-fit: cover;
}
body.single .eye-catch-wrap .eye-catch img {
  max-height: none;
}
article.type-page header.article-header .date-tags {
  display: none;
}
.entry-title, .archive-title {
  margin-top: 0;
}







body.front-top-page .toc {
  display: none;
}

h2.r-title {
  margin: 2em 0 1em;
  padding: 0px;
  /* background-color: #b6d468; */
  background-color: #8BB60D;
  color: #fff;
  font-size: 20px;
  /* font-weight: 500; */
  font-weight: 700;
  line-height: 1.4;

  padding: 20px;
}
/* h2.r-title > span {
  padding: 20px;
  display: inline-block;
} */
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;
}
/* h3.r-title > span {
  padding: 20px;
  display: inline-block;
} */
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;
}

h2.r-title .bold,
h3.r-title .bold,
h4.r-title .bold,
h2.r-title b,
h3.r-title b,
h4.r-title b,
h2.r-title strong,
h3.r-title strong,
h4.r-title strong {
  font-weight: 500!important;
}

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


.font-style-01 {
  background: #8BB60D;
  color: #fff;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
}

.font-style-02 {
  background: #ec8397;
  color: #fff;
  display: inline-block;
  padding: 20px 25px;
  font-size: 20px;
  font-weight: 400;
  border-radius: 10px;
  margin: 10px 0;
}

span.font-style-02-span {
  font-weight: 700;
  font-size: 120%;
}

.success-box.success-box-addon {
  padding: 25px 30px;
  line-height: 1.8;
  background: #f1fccf;
  color: #1b6f2e;
}



body.front-top-page header.article-header {
  display: none;
}

.contact-style table tbody tr td p {
  margin: 0;
}





/* rp-list */
table.rp-list-table tr:nth-of-type(2n+1) {
  background: #fff;
}
.rp-list-wrap {

}
table.rp-list-table {

}
table.rp-list-table tr {

}
table.rp-list-table tr td {
  text-align: center;
  border: 1px solid #EEEEEE;
  padding: 0;
  line-height: 1;
  font-size: 18px;
  padding: 15px 0px;
}
table.rp-list-table tr td:first-child {
  background: #F5F6F7;
  font-weight: 700;
  line-height: 1.6;
  width: 240px;
}
table.rp-list-table tr:first-child td {
  font-weight: 700;
}
table.rp-list-table tr:first-child td:first-child {
  background: #fff;
}
table.rp-list-table tr:first-child td:nth-child(2) {
  background: #f8d3da;
}
table.rp-list-table tr:first-child td:nth-child(3) {
  background: #e1efc3;
}
.rp-sub {
  font-weight: 400;
  font-size: 15px;
}
span.rp-req {
  color: red;
  display: inline-block;
  margin-left: 5px;
  font-weight: 500;
}
a.rp-btn {
  display: inline-block;
  /* background: #e55771; */
  background: #a2c940;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  padding: 16px 35px;
  position: relative;
  border-radius: 60px;
  transition: all 0.2s;
  overflow: hidden;
}
a.rp-btn:hover {
  opacity: 0.6;
}
a.rp-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 50%;
  /* background: #ec8397; */
  background: #b6d468;
  z-index: 1;
}
a.rp-btn i {
  margin-left: 10px;
}
span.rp-btn-inner {
  position: relative;
  z-index: 2;
}
/* a.rp-btn.rp-btn-color {
  background: #a2c940;
}
a.rp-btn.rp-btn-color::before {
  background: #b6d468;
} */

a.rp-btn.rp-btn-off {
  background: #bfbfbf;
}
a.rp-btn.rp-btn-off::before {
  background: #bfbfbf;
}
a.rp-btn.rp-btn-off:hover {
  opacity: 1;
}
a.rp-btn.rp-btn-off i {
  display: none;
}

.ea-area {
  background: #b6d468;
  text-align: center;
  padding: 80px 15px 90px;
  border-radius: 10px;
}
.ea-title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 40px;
  position: relative;
}
.ea-title::before,
.ea-title::after {
  content: '';
  position: absolute;
  top: 0;
  background-image: url('https://amagadai-fc.com/recruit/wp-content/uploads/2023/10/22192020.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 160px;
  height: 68px;
}
.ea-title::before {
  left: 60px;
  transform: scale(-1, 1);
}
.ea-title::after {
  right: 60px;
}
.ea-text {
  font-size: 18px;
}
a.ea-link {
  display: block;
  text-decoration: none;
  background: #fff;
  color: #333;
  line-height: 1;
  max-width: 400px;
  margin: 0 auto;
  font-size: 17px;
  padding: 28px 0;
  border-radius: 40px;
  margin-top: 40px;
  position: relative;
  transition: all 0.2s;
}
a.ea-link::before {
  font-family: FontAwesome;
  content : "\f061";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  font-size: 130%;
  color: #ec8397;
  transition: all 0.2s;
}
a.ea-link:hover {
  background: #ec8397;
  color: #fff;
  text-decoration: underline;
}
a.ea-link:hover::before {
  color: #fff;
}

body.page-id-12115 .eye-catch-wrap {
  display: none;
}

table.rp-list-table.ea-list-table tr td:nth-child(2),
table.rp-list-table.ea-list-table tr td:nth-child(3) {
  width: 314px;
}

.posts-not-found {
  margin: 15px 0;
}
.posts-not-found h2 {
  display: none;
}

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

.page-author {
  border: 1px solid #ccc;
  position: relative;
  padding: 30px;
  margin-top: 80px;
  margin-bottom: 30px;
}
.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;
}




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

@media (min-width: 1024px) and (max-width: 1230px){
  /* .content {
    padding-left: 15px;
  }
  #sidebar {
    padding-left: 15px;
  } */

  body.blog .content,
  body.single .content,
  body.archive .content,
  body.blog #sidebar,
  body.single #sidebar,
  body.archive #sidebar {
    padding-left: 15px;
  }
}

@media screen and (max-width: 1200px){
  /* #main {
    width: 67.4%;
  }
  #main, #sidebar, .sidebar-left .main, .sidebar-left .sidebar {
    margin: 0 .5%;
  }
  #sidebar {
    padding: 1.5%;
    width: 30%;
    padding-top: 0;
  } */

  body.blog #main,
  body.single #main,
  body.archive #main {
    width: 67.4%;
  }
  body.blog #main,
  body.single #main,
  body.archive #main,
  body.blog #sidebar,
  body.single #sidebar,
  body.archive #sidebar {
    margin: 0 .5%;
  }
  body.blog #sidebar,
  body.single #sidebar,
  body.archive #sidebar {
    padding: 1.5%;
    width: 30%;
    padding-top: 0;
  }

}

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

@media screen and (min-width: 1024px) {
  body.front-top-page #main {
    width: 950px;
    margin: 0 auto;
  }
}


@media screen and (max-width: 1023px){
  .website-head-right {
    display: none;
  }
  .website-head-left {
    width: 100%;
  }
  .website-note-right {
    margin: 0;
  }
  .website-note-wrap {
    flex-direction: column-reverse;
  }
  #header {
    padding: 15px 15px;
  }
  .logo-header img.site-logo-image {
    max-width: 330px;
  }
  .website-note-right .tagline {
    font-size: 13px;
    margin-bottom: 8px;

    display: none;
  }

  #mateslider44-wrap {
    padding: 15px 15px;
  }
  body.front-top-page #content {
    margin-top: 25px;
  }
  #main,
  body.page-id-358 #main {
    /* padding: 35px 15px 40px; */
    padding: 21px 15px 21px;
    border-radius: 0;
  }
  h2.r-title {
    font-size: 18px;
  }
  .font-style-02 {
    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;
  }
  /* h2.r-title > span,
  h3.r-title > span {
    padding: 15px;
  } */
  .success-box.success-box-addon {
    padding: 20px 15px;
  }
  #footer {
    padding: 8px 15px;
  }
  #footer .website-note-wrap {
    display: block;
    flex-direction: unset;
  }
  #footer .website-note-left {
    width: 100%;
  }
  #footer .website-note-right {
    width: 100%;
    padding: 0;
  }
  #footer .website-note-left .logo-image {
    margin: 7px 0 15px;
  }
  .website-note-title {
    font-size: 18px;
  }
  .footer-menu-wrap {
    display: block;
  }
  ul.footer-menu-list {
    display: block;
    margin-bottom: 20px;
  }
  ul.footer-menu-list li {
    margin-bottom: 10px;
    text-align: left;
  }
  #toc_container p.toc_title {
    font-size: 18px;
  }
  .font-style-01 {
    font-size: 17px;
  }


  body.blog #main,
  body.single #main,
  body.archive #main,
  body.blog #sidebar,
  body.single #sidebar,
  body.archive #sidebar {
    margin: 0;
    padding: 21px 16px;
    margin: 15px 0;
  }
  body.blog #main,
  body.single #main,
  body.archive #main {
    width: 100%;
  }
  .top-list-title,
  .sidebar h3,
  h2.related-entry-heading,
  h1.archive-title {
    font-size: 18px;
    line-height: 1.8;
  }
  #list .a-wrap,
  .related-list .a-wrap,
  .new-entry-cards .a-wrap {
    padding: 15px 0;
  }
  #list .a-wrap .entry-card-thumb,
  .related-list .a-wrap .related-entry-card-thumb,
  .new-entry-cards .a-wrap .new-entry-card-thumb {
    float: none;
    width: 100%;
  }
  #list .card-thumb img,
  .related-list .card-thumb img,
  .new-entry-cards .card-thumb img {
    width: 100%;
  }
  #list .entry-card-content,
  .related-list .related-entry-card-content,
  .new-entry-cards .new-entry-card-content {
    margin: 0;
  }
  article.type-post .blog-desc-wrap,
  .related-entry-card-content .blog-desc-wrap,
  .new-entry-card-content .blog-desc-wrap {
    flex-wrap: wrap;
  }
  article.type-post .e-card-info,
  .related-entry-card-content .e-card-info,
  .new-entry-card-content .e-card-info {
    margin-left: unset;
  }
  article.type-post .entry-card-title,
  .related-list .related-entry-card-title,
  .new-entry-cards .new-entry-card-title {
    margin-bottom: 0;
    font-size: 16px;
  }
  .entry-card-snippet,
  .related-entry-card-snippet,
  .new-entry-card-snippet {
    display: none;
  }
  .more-link-wrap {
    display: none;
  }
  body.blog #sidebar,
  body.single #sidebar,
  body.archive #sidebar,
  #sidebar {
    width: 100%;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    margin: 15px 0;
  }
  #custom_html-5,
  #custom_html-2 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .widget-sidebar {
    border-radius: 0;
  }
  .body .widget {
    margin-bottom: 1.8em;
  }

  body.page .side-service-top {
    text-align: center;
    line-height: 1;
  }
  body.page .side-service-title {
    font-size: 20px;
    text-align: center;
  }

  #breadcrumb {
    padding: 0em 15px;
  }





  .pagination-next {
    display: block;
  }

  .pagination-next a {
    background: #b6d468;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    transition: all 0.3s;
  }

  .pagination-next a:hover {
    background: #b6d468;
    opacity: 0.7;
    transition: all 0.3s;
    color: #fff;
  }

  .page-numbers {
    line-height: 40px;
  }

  .page-numbers {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .pagination a.prev.page-numbers,
  .pagination a.next.page-numbers {
    display: none;
  }

  .blogcard-thumbnail img {
    width: 90px;
    height: 80px;
  }

  .blogcard-content {
    margin-left: 105px;
  }

  .blogcard-snippet {
    display: none;
  }

  body.single article.type-post h1.entry-title,
  body.page article.type-page h1.entry-title {
    font-size: 20px;
    padding: 0;
  }

  body.page article.type-page h1.entry-title {
    margin-bottom: 15px;
  }

  #toc {
    padding: 30px;
  }

  .blogcard-title {
    font-size: 14px;
  }

  .sp-menu-form .search-box input[type="text"] {
    width: 250px;
  }



  /* モバイル */
  .sp-menu-form .search-box input[type="text"] {
    width: 250px;
  }

  .mobile-menu-buttons {
    display: flex;
    align-items: stretch;
    box-shadow: unset;
    border-top: 1px solid #fff;
    z-index: 999;
  }

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

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

  .mobile-menu-buttons .menu-button > a {
    text-align: center;
  }

  span.menu-caption-company {
    font-size: 13px;
    background: #006A38;
    padding: 2px 12px;
    color: #fff;
    display: inline-block;
    border-radius: 2px;
  }

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

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

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

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

  .menu-drawer a i {
    margin-left: 3px;
    font-size: 80%;
  }

  .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;
  }







  /* rp-list */
  table.rp-list-table tr td:first-child {
    width: 90px;
  }
  table.rp-list-table tr td {
    padding: 15px 5px;
    font-size: 14px;
    line-height: 1.6;
  }
  a.rp-btn {
    font-size: 14px;
    padding: 15px 10px;
  }
  a.rp-btn i {
    display: none;
  }
  .rp-sub {
    font-size: 14px;
  }

  .ea-area {
    padding: 50px 15px 60px;
  }
  .ea-title::before,
  .ea-title::after {
    content: none;
  }
  .ea-title {
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
  .ea-text {
    font-size: 16px;
  }
  a.ea-link {
    max-width: 240px;
    padding: 20px 0;
    font-size: 16px;
  }

  table.rp-list-table.ea-list-table tr td:nth-child(2),
  table.rp-list-table.ea-list-table tr td:nth-child(3) {
    width: 39%;
  }

  .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;
  }





}


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

}

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

@media only screen and (min-width: 769px){
  #mega-menu-wrap-navi-header {
      background: #b6d468;
  }
  #mega-menu-wrap-navi-header #mega-menu-navi-header > li.mega-menu-item > a.mega-menu-link {
    transition: all 0.3s;
  }
  #mega-menu-wrap-navi-header #mega-menu-navi-header > li.mega-menu-item > a.mega-menu-link:hover,
  #mega-menu-wrap-navi-header #mega-menu-navi-header > li.mega-menu-item > a.mega-menu-link:focus {
    background: #006A38;
  }
  #mega-menu-wrap-navi-header #mega-menu-navi-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
    width: auto;
  }
}

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

  .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;
  }






}

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

@media screen and (device-aspect-ratio: 40/71) {
  body.single article .post-update, body.single article .post-date {
    font-size: 12.5px;
  }
  span.menu-caption-company {
    padding: 2px 8px;
  }
  /* rp-list */
  table.rp-list-table tr td:first-child {
    width: 70px;
  }
  a.rp-btn {
    font-size: 13px;
    padding: 15px 5px;
  }
  table.rp-list-table tr td {
    font-size: 13px;
  }
}
