@charset "UTF-8";

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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/* 共通 */
body {
  color: #333;
  background: #fff;
}

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

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

span.br-footer-name {
  margin-left:5px;
}

*:focus {
  outline: none;
}

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

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

.bold {
  font-weight: 700;
}

.red {
  color: #e60033;
  font-size: 18px;
}

a.btn-square-soft {
  display: block;
  position: relative;
  text-decoration: none;
  color: #f9a9ae;
  width: 100%;
  border-radius: 5px;
  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;
}

.yellow-g {
    background: linear-gradient(#fff2cc 0%, #ffe699 100%)!important;
}

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

/* トップページをワイドに */
body.front-top-page .main {
  padding: 0;
  border: 0;
}

body.front-top-page .content-in,
body.front-top-page .entry-content,
body.front-top-page .content {
  margin: 0;
}

body.front-top-page .content-in.wrap {
  width: 100%;
}

/* ヘッダー */
#header-container {
  background-color: #f6faf0;
  padding-bottom: 40px;
}

body.front-top-page #header-container {
  padding-bottom: 135px;
}

.header-in.wrap {
  width: auto;
  max-width: 1080px;
  margin: 0 auto;
}

.tagline {
  text-align: left;
  margin: 0;
  padding: 0;
  padding-top: 14px;
  font-size: 12px;
  line-height: 1;
  color: #444;
  letter-spacing: 0.1px;
}

.header-list-wrap {
  padding: 0;
  margin: 10px 0 22px;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-list-wrap li {
  flex: 1;
  color: #444;
}

.header-list-wrap li.header-title-wrap {
  flex: 2;
}

.header-title-wrap {
  display: flex;
  align-items: center;
}

a.site-name-text-link img {
  width: 100%;
  vertical-align: bottom;
}

.header-tel {
  text-align: right;
  margin-right: 20px;
}

.header-tel a {
  text-decoration: none;
  color: #444;
  letter-spacing: 1px;
  display: block;
  line-height: 1;
  margin: 5px 0;
  font-weight: 600;
}

.header-tel p {
  margin: 0;
  line-height: 1;
}

.header-tel p:nth-child(1) {
  font-size: 13px;
  letter-spacing: 1px;
}

.header-tel p:nth-child(2) {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 2px;
}

.header-tel p:nth-child(3) {
  font-size: 13px;
  letter-spacing: 0.5px;
}

.header-mail a {
  display: block;
  background: #ff8593;
  box-shadow: 0 4px #ff576a;
  border-radius: 7px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 12px 0;
  position: relative;
  transition: all 0.3s;
}

.header-mail a:hover {
  opacity: 0.7;
}

.header-mail p {
  margin: 0;
  line-height: 1;
}

p.header-mail-top {
  font-size: 12px;
  margin-bottom: 5px;
}

p.header-mail-bottom {
  font-size: 20px;
  font-weight: 500;
}

.arrow-right {
  color: #fff;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.arrow-right::after {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
}

/* メニュー */
.navi-in.wrap {
  width: auto;
  max-width: 980px;
  margin: 0 auto;
}

#navi {
  background: transparent;
}

#menu-menu1 {
  flex-wrap: nowrap;
  background: #FFF;
  border-radius: 8px;
}

ul#menu-menu1 > li {
  height: auto;
  line-height: normal;
  width: 200px;
}

ul#menu-menu1 > li > a {
  font-size: 15px;
  color: #333;
  letter-spacing: 0.3px;
  padding: 19px 0;
  font-weight: 500;
}

ul#menu-menu1 > li > a > .caption-wrap {
  border-left: 1px dotted #9C8170;
}

ul#menu-menu1 > li:first-child > a > .caption-wrap {
  border-left: 0px dotted #9C8170;
}

.navi-in a:hover {
  background: #fff;
}

.navi-in .item-label {
  transition: all 0.3s;
}

.navi-in a:hover .item-label {
  opacity: 0.4;
  transition: all 0.3s;
}

#menu-menu1 > li {
  width: 210px;
  line-height: normal;
  height: 70px;
}

#menu-menu1 > li > a {
  line-height: 15px;
  padding-top: 20px;
  height: 100%;
}

#menu-menu1 > li > a span.menu-text-bottom {
  color: #997F70;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

#menu-menu1 .top-has-sub {
  display: none;
}

#menu-menu1 ul.sub-menu {
  background: #fff;
}

#menu-menu1 ul.sub-menu li {
  border-bottom: 1px solid #ddd;
}

/* メインビジュアル */
.hero-bg-wrap {
  width: 100%;
  height: calc(400px - 95px);
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.hero-bg {
  position: absolute;
  top: -95px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 100%;
  height: 400px;
  /* background-image: url("https://tounyoubyouka.amagadai-fc.com/wp-content/uploads/mv7.jpg"); */
  /* background-image: url("https://tounyoubyouka.amagadai-fc.com/wp-content/uploads/mv8-1.jpg"); */
  background-image: url("https://tounyoubyouka.amagadai-fc.com/wp-content/uploads/img_top01.jpg");

  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-bg-inner {
  max-width: 600px;
  position: relative;
  z-index: 2;
  text-align: center;
  color: #333;
}

.hero-bg-inner h1 {
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 1.6;
  font-weight: 500;
}

span.bold-s {
  font-size: 28px;
  font-weight: 700;
}

span.color-g {
  color: #006835;
}

span.color-o {
  color: #F58A00;
}

/* トップページ */
/* 共通 */
.content-box {
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 0;
}

.content-box-inner {
  padding: 0 30px;
}

.bg-gray {
  background-color: #f6faf0;
  margin: 0;
}

.h2-title-wrap {
  text-align: center;
}

h2.h-title {
  margin: 0;
  padding: 0;
  background: transparent;
  position: relative;
  color: #006835;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1em 0 1.5em;
  font-size: 30px;
  letter-spacing: 1px;

  position: relative;
  line-height: 1.4;
  padding:0.25em 1em;
  display: inline-block;
  top:0;

}

h2.h-title:before, h2.h-title:after {
  position: absolute;
  top: 0;
  content:'';
  width: 8px;
  height: 100%;
  display: inline-block;
}
h2.h-title:before {
  border-left: solid 2px #006835;
  border-top: solid 2px #006835;
  border-bottom: solid 2px #006835;
  left: 0;
}
h2.h-title:after {
  content: '';
  border-top: solid 2px #006835;
  border-right: solid 2px #006835;
  border-bottom: solid 2px #006835;
  right: 0;
}

h3.h-border {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  border-bottom: 3px solid #006835;
  padding-bottom: 10px;
  margin-top: 45px;
  margin-bottom: 1em;
}

.lp-box {
  margin: 0;
}

/* content-box */
h2.first-title {
  padding: 0;
  margin: 0;
  background: transparent;
  font-weight: 500;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4;
  letter-spacing: 0.5px;
}

.first-box {
  background-image: url("https://tounyoubyouka.amagadai-fc.com/wp-content/uploads/2020/07/3432480_m.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 0;
  padding: 70px 0px;
}

.first-box-inner {
  background: rgba(255, 255, 255, 0.9);
  padding: 50px;
  width: 800px;
  margin: 0 auto;
  color: #2e4c70;
}

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

.first-box ul li {
  margin: 0;
  border-bottom: 1px dotted #b4b4b4;
  padding: 12px 20px 12px 50px;
  font-size: 18px;
  position: relative;
  letter-spacing: 0.5px;
}

.first-box ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 25px;
  height: 25px;
  background-image: url("https://tounyoubyouka.amagadai-fc.com/wp-content/uploads/2020/07/check.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.first-box ul li .bold {
  font-size: 20px;
}

.medical-check-wrap {
  text-align: center;
  margin: 0;
  padding: 50px 0;
}

.medical-check-wrap img {
  vertical-align: bottom;
}

.speech-flex-wrap.content-box {
  padding-bottom: 0;
}

.speech-flex {
  display: flex;
  margin: 20px 0 0;
}

.speech-flex-l img,
.speech-flex-r img {
  width: 150px;
  height: 230px;
  object-fit: contain;
  vertical-align: bottom;
}

.speech-flex-c {
  width: calc(100% - 300px);
  position: relative;
}

.speech-flex .sbp-l {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
}

.speech-flex .sbp-r {
  position: absolute;
  bottom: 20px;
  right: 0;
  width: 100%;
  text-align: right;
}

.speech-flex div.speech-balloon {
  display: inline-block;
  padding: 20px;
}

.speech-flex div.speech-balloon p {
  font-size: 18px;
  letter-spacing: 0.5px;
}

.first-phrase {
  padding-bottom: 50px;
}

.first-phrase p {
  text-align: center;
  font-size: 28px;
  margin: 0;
}

.first-phrase span.bold {
  color: #F58A00;
  font-size: 40px;
  font-weight: 400;
}

.arrow-bottom {
  color: #333;
  text-decoration: none;
  display: flex;
  justify-content: center;
  margin: 20px 0 30px;
}

.arrow-bottom::after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  border-top: 3px solid #333;
  border-left: 3px solid #333;
  transform: rotate(225deg);
}

.home-profile {
  display: flex;
  margin-top: 8px;
}

.home-profile-l {
  width: 70%;
  margin-right: 20px;
}

.home-profile-r {
  width: 30%;
}

.home-profile-r img {
  vertical-align: bottom;
}

.di-bg {
  background-image: url("https://tounyoubyouka.amagadai-fc.com/wp-content/uploads/2020/07/b055.jpg");
  background-repeat: repeat;
  margin: 30px 0;
  padding: 40px;
  border-radius: 8px;
}

.di-bg h3 {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  padding: 15px;
  background: #f6faf0;
  border-radius: 8px;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 20px;
  color: #006835;
}

.di-bg h3::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #f6faf0;
  width: 0;
  height: 0;
}

.di-box {
  display: flex;
  justify-content: space-between;
}

.di-box-l {
  width: 55%;
}

.di-box-r {
  width: 43%;
  margin-top: 1.2em;
}

.bg-fog {
  background-image: url('https://tounyoubyouka.amagadai-fc.com/wp-content/uploads/2020/07/gray-bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 40px;
  border-radius: 8px;
  margin: 30px 0;
}

.bg-fog h3 {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

 .bg-fog h3:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #DCDCDC;
}

 .bg-fog h3:after {
  margin-left: 10px;
}

.bg-fog ul li {
  margin: 10px 0;
}

.cation-box {
  background-image: url('https://tounyoubyouka.amagadai-fc.com/wp-content/uploads/2020/07/b126.jpg');
  background-repeat: repeat;
  padding: 40px;
  border-radius: 8px;
  margin-bottom: 30px;
}

.cation-flex {
  display: flex;
}

.cation-flex-l {
  width: 60%;
}

.cation-flex-r {
  width: 40%;
}

.cation-box h3 {
  margin: 0;
  padding: 0;
  border: 0;
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.cation-box h3 img {
  width: 50px;
  vertical-align: bottom;
}

.cation-box h3 span.h-text {
  width: calc(100% - 50px);
  margin-left: 15px;
}

.cation-box h3 span.cation-bold {
  color: #F58A00;
  font-size: 30px;
}

.cation-flex-l ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cation-flex-l ul li {
  margin: 0;
  padding: 12px 20px 12px 55px;
  font-size: 18px;
  position: relative;
  letter-spacing: 0.5px;
}

.cation-flex-l ul li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 30px;
  height: 30px;
  background-image: url("https://tounyoubyouka.amagadai-fc.com/wp-content/uploads/2020/07/checkbox_icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.cation-box .cation-flex-l ul li .bold {
  color: #ea4443;
  font-size: 26px;
}

ul.symptom-list {
  padding: 0;
  margin: 0;
  list-style: none;
  border: solid 3px #F58A00;
  padding: 20px;
  position: relative;
  border-radius: 8px;
  background: #fff8f0;
  margin: 30px 0;
}

ul.symptom-list li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 1.5em;
  border-bottom: dashed 1px silver;
  list-style-type: none!important;
}

ul.symptom-list li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: 700;
  position: absolute;
  left : 2em;
  color: #F58A00;
}

ul.symptom-list li:last-of-type {
  border-bottom: none;
}

ul.ex-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
}

ul.ex-list li {
  margin: 0;
  width: 49%;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  border: solid 1px #ddd;
  /* border-radius: 8px; */
  background: #fff;
}

ul.ex-list li:nth-child(3),
ul.ex-list li:nth-child(4) {
  margin-bottom: 0px;
}

ul.ex-list li img {
  width: 100px;
  height: 100px;
  object-fit: cover;
  vertical-align: bottom;
  margin-right: 10px;
}

ul.ex-list li span.ex-desc {
  width: calc(100% - 110px);
  display: block;
}

.catch-box {
  margin: auto;
  color: #036835;
  padding: 50px 10px;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
  background-color   : #ffffff;
  background-image   : radial-gradient(#f6faf0 24%, transparent 24%),
                      radial-gradient(#f6faf0 24%, transparent 24%);
  background-position: 0 0, 60px 60px;
  background-size: 120px 120px;
  margin: 30px 0;
}

ol.ol-list {
  margin: 0;
  counter-reset: number;
  list-style-type: none!important;
  padding: 0.5em;
}
ol.ol-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 44px;
  margin-bottom: 20px;
  font-size: 20px;
  letter-spacing: 1px;
}

ol.ol-list li:last-child {
  margin-bottom: 0;
}

ol.ol-list li:before{
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #F58A00;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight: bold;
  font-size: 22px;
  border-radius: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 38px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  letter-spacing: 0;
}

.mind-flex {
  display: flex;
  border-radius: 8px;
  background: #fff8f0;
  padding: 40px;
  margin-bottom: 30px;
}

.mind-flex-l {
  width: 75%;
}

.mind-flex-r {
  width: 25%;
}

.mind-flex-r img {
  vertical-align: bottom;
}

.mind-box {
  text-align: center;
  max-width: 500px;
  margin: 30px auto 0;
}

.mind-box img {
  vertical-align: bottom;
  width: 100%;
}

.mind-box-text {
  text-align: center;
  margin: 20px 0;
}

.mind-box-text .red {
  font-size: 24px;
}

.diet-box {
  border-radius: 8px;
  background: #fff8f0;
  padding: 40px;
  text-align: center;
}

.diet-box h3 {
  margin: 0;
  padding: 0;
  border: 0;
  padding: 15px;
  background: #F58A00;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.diet-box img {
  max-width: 600px;
  vertical-align: bottom;
}

.point-box {
  background: #fff;
  padding: 40px;
  margin-bottom: 30px;
  border-radius: 8px;
}

.point-box-desc {
  display: flex;
}

.point-box-desc-l {
  width: 30%;
}

.point-box-desc-l img {
  vertical-align: bottom;
  height: 230px;
  object-fit: cover;
}

.point-box-desc-r {
  width: calc(70% - 30px);
  margin-left: 30px;
}

.point-box-wrap .point-box:nth-of-type(odd) .point-box-desc {
  flex-flow: row-reverse;
}

.point-box-wrap .point-box:nth-of-type(odd) .point-box-desc-r {
  margin-left: 0px;
  margin-right: 30px;
}

.point-box h3 {
  padding: 0;
  margin: 0;
  border: 0;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 20px;
  color: #F58A00;
  display: flex;
  align-items: center;
  letter-spacing: 0.5px;
}

.point-box h3 span.h-title-num {
  display: block;
  padding: 5px 20px;
  margin-right: 25px;
  border-radius: 50px;
  background-color: #F58A00;
  color: #fff;
}

.point-box h3 span.h-title-text {
  display: block;
}

.point-box h3 span.h-title-big {
  font-size: 26px;
  margin-top: 30px;
}

.ie-list {
  border-radius: 8px;
  background: #fff8f0;
  padding: 40px;
}

.ie-list dl {
  margin: 0;
  margin-bottom: 20px;
}

.ie-list dl:last-of-type {
  margin-bottom: 0;
}

.ie-list dt {
  font-weight: 600;
  font-size: 20px;
  color: #F58A00;
  letter-spacing: 1px;
}

.ie-list dd {
  margin: 0;
}

.ie-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ie-content {
  width: 32%;
  margin-bottom: 20px;
  text-align: center;
}

.ie-content img {
  vertical-align: bottom;
  height: 290px;
  object-fit: cover;
}

.mus-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 30px 0;
}

.mus-box .mus-box-content {
  width: 49%;
  margin-bottom: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fff;
}

.mus-box .mus-box-content:nth-of-type(3),
.mus-box .mus-box-content:nth-of-type(4) {
  margin-bottom: 0px;
}

.mus-box-content h3.h-title {
  margin: 0;
  padding: 0;
  border: 0;
  position: relative;
  padding: 0.6em;
  background: #F58A00;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.mus-box-content h3.h-title::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid #F58A00;
  width: 0;
  height: 0;
}

.mus-box-content h3.h-title span {
  display: block;
}

.mus-box-content h3.h-title {
  display: flex;
  align-items: center;
}

span.mus-box-content-num{
  text-align: center;
  font-size: 14px;
  line-height: 1.1;
  margin-right: 10px;
  width: 30px;
}

span.mus-box-content-title {
  width: calc(100% - 30px);
}

.mus-box-content span.num {
  font-size: 24px;
}

.mus-box-content-desc {
  padding: 20px;
}

.qa-box {
  max-width: 1140px;
  margin: 0 auto;
}

.qa-box dl {
  margin: 0;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 8px;
}

.qa-box dt {
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  border-bottom: 2px dashed #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
  padding-top: 5px;
  position: relative;
  padding-left: 55px;
  letter-spacing: 0.5px;
}

.qa-box dd {
  margin: 0;
  position: relative;
  padding-left: 55px;
}

.qa-box dt::before,
.qa-box dd::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #006835;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  letter-spacing: normal;
}

.qa-box dd::before {
  content: "A";
  background: #F58A00;
}

.last-speech-box {
  max-width: 800px;
  margin: 0 auto;
  margin: 30px auto 15px;
}

.last-speech-box .sbp-l,
.last-speech-box .sbp-r {
  margin: 0;
}

.last-speech-box div.speech-balloon {
  margin-top: 20px;
}

h3.h-risk {
  padding: 0;
  margin: 0;
  border: 0;
  display: flex;
  align-items: center;
  margin: 40px 0;
  font-weight: 500;
  font-size: 26px;
  letter-spacing: 1px;
}
h3.h-risk:before, h3.h-risk:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #333;
}
h3.h-risk:before {
  margin-right: 10px;
}
h3.h-risk:after {
  margin-left: 10px;
}

.article-bottom-img {
  margin-top: 45px;
  text-align: center;
}
.article-bottom-img img {
  max-width: 500px;
  vertical-align: bottom
}

.covit19-box {
  position: relative;
}

.covit19-box a {
  border: 2px solid #1967d2;
  background: #f1f6fd;
  text-decoration: none;
  display: block;
  text-align: center;
  letter-spacing: 1px;
  font-size: 22px;
  padding: 25px 0;
  border-radius: 8px;
}

.covit19-box p {
  display: none;
}

.covit19-box a:hover {
  color: #1967d2;
  text-decoration: underline;
}

.covit19-box .arrow-right {
  right: 20px;
}

.covit19-box .arrow-right::after {
  width: 10px;
  height: 10px;
  border-top: 2px solid #1967d2;
  border-left: 2px solid #1967d2;
}

.y-box {
  margin: 20px 0 60px;
}

.y-box h2 {
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #006835;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 1px;
  text-align: center;
}

.y-box h2 span.bold {
  font-weight: 500;
  font-size: 26px;
}

.y-box-video {
  max-width: 640px;
  margin: 0 auto;
}

.page-cta-box {
  background: #fff8f0;
  margin: 0;
  text-align: center;
  padding: 20px 0;
}

.page-cta-mail-wrap {
  position: relative;
  margin: 8px 0 32px;
}

.page-cta-mail-wrap a {
  display: block;
  background: #ff8593;
  box-shadow: 0 4px #ff576a;
  border-radius: 7px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 8px 0;
  position: relative;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.3s;
}

.page-cta-mail-wrap a:hover {
  opacity: 0.7;
}

.page-cta-mail-wrap .arrow-right {
  right: 20px;
}
.page-cta-mail-wrap .arrow-right::after {
  width: 12px;
  height: 12px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
}

.page-cta-box p {
  line-height: 1;
  margin: 0;
}

.page-cta-box p.page-cta-tel {
  color: #ff8593;
  font-size: 34px;
  letter-spacing: 2px;
  font-weight: 700;
  margin: 5px 0 12px;
}

.page-cta-box p.page-cta-tel i {
  margin-right: 8px;
}

p.page-cta-schedule {
  margin-top: 30px;
  margin-bottom: 6px;
}

/* 下層ページ */
article.page .date-tags {
  display: none;
}
body.page .content,
body.single .content,
body.archive .content {
  margin-top: 0;
}

h1.p-title,
article.page h1.entry-title,
.column-list-title,
h1.archive-title {
  margin: 0;
  padding: 12px 16px;
  font-weight: 500;
  font-size: 22px;
  background: #006835;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.2px;
  border-radius: 8px;
}

.archive-title span {
  display: none;
}

h2.p-title {
  margin: 40px 0 20px;
  padding: 12px 12px;
  font-size: 20px;
  font-weight: 500;
  background: #f6faf0;
  border: 0;
  border-left: solid 5px #006835;
  border-radius: unset;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
}

h3.p-title {
  margin: 30px 0 20px;
  padding: 10px 0px;
  border: 0;
  font-size: 18px;
  font-weight: 500;
  border-bottom: solid 3px #dfedc9;
  position: relative;
  background: transparent;
}

h3.p-title::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #006835;
  bottom: -3px;
  width: 20%;
}

h4.p-title {
  position: relative;
  border: 0;
  margin: 30px 0 20px;
  padding: 5px 30px;
  font-size: 18px;
  font-weight: 700;
}

h4.p-title::before {
  font-family: 'Font Awesome 5 Free';
  content: "\f00c";
  position: absolute;
  font-size: 22px;
  left: 0;
  top: 3px;
  font-weight: 700;
}

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

.orange {
  color: #ff6600!important;
}

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

/* スケジュール */
.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%;
}

/* 院長・スタッフ紹介 */
.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 #F58A00!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;
}

.page-covit19-box .arrow-right {
  right: 10px;
}

/* 診療内容 */
ul.cure-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}

ul.cure-list li {
  width: 48%;
  margin: 0;
  margin-bottom: 60px;
}

ul.cure-list li a {
  text-decoration: none;
  display: block;
  color: #888;
  border: 1px solid #006835;
  border-radius: 8px;
  text-align: center;
  position: relative;
  padding: 48px 20px 36px;
  transition: all 0.3s;
}

ul.cure-list li a:hover {
  opacity: 0.6;
}

ul.cure-list li a h3 {
  padding: 0;
  margin: 0;
  border: 0;
  color: #006835;
  letter-spacing: 0.5px;
  font-size: 20px;
  font-weight: 500;
}

ul.cure-list li a span {
  display: inline-block;
  color: #006835;
  border: 1px solid #006835;
  border-radius: 3px;
  font-size: 12px;
  padding: 5px 14px;
  line-height: 1;
  margin: 24px 0 10px;
}

p.cure-list-text {
  margin: 0;
  line-height: 1.6;
  font-size: 14px;
  letter-spacing: 0.5px;
}

p.cure-list-more {
  margin: 0;
  line-height: 1;
  margin-top: 26px;
  text-decoration: underline;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
}

p.cure-list-more i {
  display: none;
  margin-left: 5px;
}

.cure-list-img {
  position: absolute;
  top: 0%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid #006835;
  background: #fff;
}

.cure-list-img img {
  vertical-align: bottom;
}

/* お知らせ */
.widget-entry-cards-news .a-wrap,
#list .a-wrap {
  padding: 25px 20px;
  margin: 0;
  border-top: 1px solid #d9d9d9;
  transition: all 0.3s;
}

#list .a-wrap:first-child {
  border-top: 0px solid #d9d9d9;
}

.widget-entry-cards-news .a-wrap:last-child,
#list .a-wrap:last-child {
  border-bottom: 1px solid #d9d9d9;
}

.widget-entry-cards-news .a-wrap span.post-date,
#list .a-wrap span.post-date {
  padding: 0;
  margin: 0;
  font-size: 16px;
}

.widget-entry-cards-news span.post-date i,
#list span.post-date i {
  display: none;
}

.widget-entry-cards-news .new-entry-card-content,
#list .entry-card-content {
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
  width: 75%;
  color: #1967d2;
  text-decoration: underline;
}

.widget-entry-cards-news .e-card-info,
#list .e-card-info {
  display: block;
  justify-content: flex-start;
  align-items: normal;
  line-height: 1;
  width: 25%;
}

.widget-entry-cards-news .new-entry-card,
#list .entry-card {
  display: flex;
  align-items: center;
}

#list h2.entry-card-title {
  margin: 0;
  font-weight: 400;
  line-height: 22px;
  font-size: 16px;
}

.widget-entry-cards-news .a-wrap:hover,
#list .a-wrap:hover {
  /* opacity: 0.6; */
  /* background: transparent; */
}
.widget-entry-cards-news .a-wrap:hover .new-entry-card-content,
#list .a-wrap:hover .entry-card-content {
  text-decoration: none;
}

/* 投稿ページ */
article.type-post h2.entry-title {
  padding: 0;
  margin: 0 0 16px;
  background: transparent;
  letter-spacing: 0.3px;
}

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

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

article.type-post .cat-label {
  display: none;
}

#pager-post-navi .card-thumb {
  display: none;
}

.pager-post-navi {
  flex-direction: row;
  justify-content: space-between;
}

.pager-post-navi a,
.pager-post-navi a:hover {
  transition: all 0.2s;
}

a.prev-post,
a.next-post {
  flex: 1;
  transition: all 0.2;
}

/* サイドバー */
.sidebar {
  background: #f6faf0;
  border-radius: 8px;
  margin-top: 55px;
  padding: 25px 15px;
  margin-bottom: 40px;
}

.sidebar aside {
  margin-bottom: 35px;
  font-size:16px;
}

.sidebar aside:last-of-type {
  margin-bottom: 0;
}

.sidebar h3 {
  background: transparent;
  font-size: 17px;
  padding: 0;
  margin: 0;
  border-left: 6px solid #006835;
  border-radius: unset;
  position: relative;
  padding: .1em 0 .2em .75em;
  margin-bottom: 15px;
  font-weight: 500;
}

.sidebar h3::before {
  position: absolute;
  left: -6px;
  bottom: 0;
  content: '';
  width: 6px;
  height: 50%;
  background-color: #dde1e1;
}

#custom_html-2 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#custom_html-2 ul li {
  margin: 0;
}

#custom_html-2 ul li a {
  display: block;
  padding: 15px 10px;
  padding-left: 28px;
  font-size: 14px;
  border-top: 2px dotted #ddd;
  transition: all 0.2s;
  text-decoration: none;
  color: #333;
  position: relative;
}

#custom_html-2 ul li:last-child a {
  border-bottom: 2px dotted #ddd;
}

#custom_html-2 ul li a:hover {
  opacity: 0.6;
  background: transparent;
}

#custom_html-2 ul li a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  left: 12px;
  font-weight: 700;
  position: absolute;
  color: #006835;
}

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

.page-numbers {
  color: #006835;
  border: 1px solid #006835;
  border-radius: 3px;
}

.pagination .current {
  background-color: #f5fffa;
}

.pagination a {
  transition: all 0.3s;
}

.pagination a:hover {
  background-color: #f5fffa;
}

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

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

/* フッター */
.footer {
  background: #333;
  margin-top: 0;
  border-top: 5px solid #006835;
}

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

.footer-ul {
  display: flex;
}

.footer-ul ul {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-right: 60px;
}

.footer-ul ul:last-child {
  margin-right: 0;
}

.footer-ul li {
  margin-bottom: 15px;
}

.footer-ul li a {
  text-decoration: none;
  color: #fff;
}

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

.footer-access p {
  margin: 0;
  color: #fff;
}

p.footer-access-name {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.copyright {
  color: #fff;
}

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

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


.header-icon-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  margin: 15px 0;
  align-items: center;
}
.header-mail a {
  padding: 15px 30px;
}
.header-icon-wrap .header-title-wrap {
  margin-right: auto;
}
.header-icon-wrap .header-title-wrap img {
  width: 450px;
}
.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;
}


.modal-style-01,
.blog-btn-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.modal__trigger,
a.blog-btn {
  display: block;
  text-decoration: none;
  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;
}
.modal__trigger:hover,
.blog-btn: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-cards-news .a-wrap, #list .a-wrap {
  padding: 10px 0px;
}
body.front-top-page .modal__content #toc_container {
  display: none!important;
}

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

body.column1-wide #menu-item-2186,
body.column1-wide #menu-item-1644,
body.column1-wide #breadcrumb,
body.column1-wide .doctor-blog-footer,
body.column1-wide ul.menu-drawer li.menu-item-1644,
body.column1-wide ul.menu-drawer ul.sub-menu li.menu-item-2186 {
  display: none;
}
body.content-only-wide #menu-item-2186,
body.content-only-wide #menu-item-1644,
body.content-only-wide #breadcrumb,
body.content-only-wide .doctor-blog-footer,
body.content-only-wide ul.menu-drawer li.menu-item-1644,
body.content-only-wide ul.menu-drawer ul.sub-menu li.menu-item-2186,
body.content-only-wide .mobile-menu-buttons {
  display: none;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
@media screen and (max-width: 1140px){
  .header-in.wrap,
  .navi-in.wrap {
    padding: 0 10px;
  }
}

@media screen and (max-width: 1023px){
  .mobile-menu-buttons {
    display: none;
  }

  .mblt-footer-mobile-buttons {
    margin-bottom: 0;
  }

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

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

  .header-icon-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header-icon-wrap .header-title-wrap {
    width: 100%;
  }
  .header-icon-wrap .header-title-wrap img {
    width: 100%;
  }
  .site-name-text-link {
    padding: 0;
  }
  .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-mail {
    width: 100%;
  }
  p.header-mail-top {
    font-size: 14px;
  }
  p.header-mail-bottom {
    font-size: 22px;
  }
  .header-mail a {
    padding: 18px 30px;
  }

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

}

@media screen and (max-width: 999px){
  .catch-box-br::before {
    content: none;
  }
  .first-phrase-br::before {
    content: "\A" ;
  	white-space: pre ;
  }
  h3.h-border {
    font-size: 20px;
  }
  .logo-image {
    padding: 5px 0 8px;
  }
  body.front-top-page #header-container {
    padding-bottom: 100px;
  }

  .hero-bg-wrap {
    padding: 0;
    height: calc(400px - 190px);
  }

  .hero-bg {
    height: 300px;
  }

  .hero-bg-inner {
    width: 100%;
    max-width: none;
  }

  .hero-bg-inner h1 {
    font-size: 16px;
    letter-spacing: 0px;
  }

  span.bold-s {
    font-size: 18px;
  }

  #navi {
    display: none;
  }

  .header-list-wrap {
    justify-content: center;
    flex-wrap: wrap;
  }

  .header-list-wrap li.header-title-wrap {
    flex: none;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .header-list-wrap li {
    flex: none;
    width: 100%;
    text-align: center;
  }

  .header-tel {
    margin: 10px 0px 14px;
  }

  /* a.site-name-text-link img {
    width: 300px;
  } */

  #header-container {
    padding-bottom: 0px;
  }

  body.page .main, body.single .main, body.archive .main {
    margin-top: 0;
  }

  .tagline {
    line-height: 1.4;
    padding-top: 10px;
  }

  .covit19-box a {
    padding: 15px 25px;
    line-height: 1.4;
    font-size: 18px;
  }

  .covit19-box .arrow-right {
      right: 10px;
  }

  .first-box {
    padding: 60px 15px;
  }

  .first-box-inner {
    width: 100%;
    padding: 40px 16px;
  }

  h2.first-title {
    font-size: 19px;
    margin-bottom: 20px;
  }

  .first-box ul li {
    padding: 12px 0px 12px 40px;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 1.5;
  }

  .first-box ul li .bold {
    font-size: 17px;
  }

  .first-box ul li:before {
    left: 10px;
    width: 20px;
    height: 20px;
  }

  .medical-check-wrap {
    padding: 40px 0;
  }

  .speech-flex {
    display: block;
  }

  .speech-flex-l img, .speech-flex-r img {
    width: 100px;
    height: 170px;
  }

  .speech-flex-c {
    width: 100%;
  }

  .speech-flex .sbp-l {
    position: absolute;
    top: -150px;
    left: 0;
    width: 100%;
  }

  body.front-top-page .sbp-l .speech-balloon {
    margin-left: 120px!important;
  }

  .speech-flex-r {
    text-align: right;
  }

  .sbp-r .speech-balloon {
    margin-right: 120px!important;
  }

  .speech-flex .sbp-r {
    bottom: -110px;
    text-align: left;
  }

  .speech-flex div.speech-balloon {
    padding: 12px;
  }

  .speech-flex div.speech-balloon p {
    font-size: 16px;
    line-height: 1.5;
  }
  .speech-balloon::after {
    left: -13px;
  }
  .sbp-r:not(.not-nested-style) .speech-balloon::after {
    right: -13px;
  }

  .arrow-bottom::after {
    width: 30px;
    height: 30px;
  }

  .first-phrase p {
    font-size: 22px;
    line-height: 1.5;
  }

  .first-phrase span.bold {
    font-size: 28px;
  }

  h2.h-title {
    padding: 0.25em 20px;
    font-size: 22px;
  }

  .content-box-inner {
    padding: 0;
  }

  .home-profile {
    flex-direction: column;
  }

  .home-profile-l {
    order: 2;
    width: 100%;
    margin: 0;
    margin-top: 15px;
  }

  .home-profile-r {
    order: 1;
    width: 100%;
  }

  .di-bg,
  .bg-fog,
  .cation-box,
  .mind-flex,
  .diet-box,
  .point-box,
  .ie-list {
    padding: 30px 20px;
  }

  .di-bg h3 {
    font-size: 18px;
  }

  .di-box,
  .cation-flex,
  .mind-flex {
    display: block;
  }

  .di-box-l,
  .di-box-r,
  .cation-flex-l,
  .cation-flex-r,
  .mind-flex-l,
  .mind-flex-r,
  .point-box-desc-l,
  .point-box-desc-r {
    width: 100%;
  }

  .cation-box h3 span.cation-bold {
    font-size: 22px;
  }

  .cation-box .cation-flex-l ul li .bold {
    font-size: 24px;
}

  .cation-box h3 {
    font-size: 18px;
  }

  .cation-flex-l ul {
    margin-bottom: 10px;
  }

  .cation-flex-l ul li {
    padding: 12px 0px 12px 55px;
    font-size: 17px;
  }

  .catch-box {
    font-size: 22px;
  }

  ol.ol-list li {
    font-size: 18px;
  }

  .point-box h3 span.h-title-big {
    font-size: 24px;
  }

  .point-box h3 {
    font-size: 18px;
  }

  .mus-box-content h3.h-title {
    font-size: 18px;
  }

  .qa-box dt {
    font-size: 20px;
  }

  ul.ex-list {
    display: block;
  }

  ul.ex-list li span.ex-desc {
    padding-right: 10px;
  }

  ul.ex-list li {
    margin-bottom: 15px;
    width: 100%;
  }

  ul.ex-list li:nth-child(3), ul.ex-list li:nth-child(4) {
    margin-bottom: 15px;
  }

  .mind-flex-r {
    width: 190px;
    margin: 0 auto;
    margin-top: 10px;
  }

  .mind-box-text .red {
    font-size: 20px;
  }

  .diet-box img,
  .article-bottom-img img {
    width: 100%;
  }

  .point-box h3 {
    display: block;
    margin-bottom: 20px;
  }

  .point-box h3 span.h-title-num {
    display: inline-block;
    margin-bottom: 10px;
  }

  .point-box-desc {
    display: block;
  }

  .point-box-desc-l img {
    height: 280px;
  }

  .point-box-desc-r {
    margin: 0;
  }

  .point-box-desc-l {
    margin-bottom: 20px;
  }

  .ie-content img {
    height: 120px;
  }

  .mus-box {
    display: block;
  }

  .mus-box .mus-box-content {
    width: 100%;
  }

  .mus-box .mus-box-content:nth-of-type(3), .mus-box .mus-box-content:nth-of-type(4) {
    margin-bottom: 20px;
  }

  .qa-box dl {
    padding: 20px;
  }

  h3.h-risk:before, h3.h-risk:after {
    content: none;
  }

  h3.h-risk {
    text-align: center;
    font-size: 22px;
  }

  .article-bottom-img {
    margin-top: 35px;
  }

  h1.p-title, article.page h1.entry-title, .column-list-title, h1.archive-title {
    font-size: 18px;
    padding: 14px 16px;
  }

  h2.p-title {
    font-size: 17px;
  }

  h3.p-title {
    font-size: 16px;
  }

  .content-box {
    padding: 20px 10px;
  }

  .page-cta-mail-wrap a {
    font-size: 18px;
    padding: 12px 25px;
  }

  .page-cta-mail-wrap .arrow-right {
    right: 10px;
  }

  .page-cta-mail-wrap .arrow-right::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }

  .y-box {
    padding: 0 10px;
  }

  ul.cure-list li {
    width: 48.8%;
  }

  ul.cure-list li a {
    padding: 30px 5px 20px;
  }

  ul.cure-list li a h3 {
    font-size: 18px;
  }

  ul.cure-list li a span {
    margin: 13px 0 6px;
  }

  p.cure-list-more {
    margin-top: 16px;
  }

  /* 新着情報 */
  .new-entry-cards .new-entry-card, #list .entry-card {
    display: block;
  }

  .new-entry-cards .e-card-info, #list .e-card-info {
    width: 100%;
    margin-bottom: 4px;
  }

  .new-entry-cards .new-entry-card-content, #list .entry-card-content {
    width: 100%;
  }

  /* フッター */
  span.br-footer-name {
    margin-left:0px;
  }

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

  p.footer-access-name {
    margin-bottom: 12px;
    line-height: 1.4;
  }

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

  .footer {
    padding-bottom: 50px;
  }

  .footer-content-wrap {
    display: block;
  }

  .footer-access {
    text-align: center;
  }

  .footer-ul {
    display: block;
    margin-top: 30px;
  }

  .footer-ul ul {
    margin: 0;
  }

  .footer-ul li {
    margin: 0;
    border-bottom: 1px solid #ccc;
  }

  .footer-ul li a {
    display: block;
    padding: 10px 0;
  }

  .footer-ul li a:hover {
    text-decoration: none;
  }



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

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

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

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

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

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

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

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

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

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

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

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

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

  .menu-drawer .sub-menu {
    padding: 0;
    margin: 0;
    margin-left: 16px;
  }

  .menu-drawer .sub-menu > li {
    border-bottom: 0;
  }

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


}

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

  div.sidebar {
    margin: 0px 10px 60px;
  }

  .entry-content {
    margin-bottom: 2em;
  }

  /* 医院内容 */
  #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;
  }
}

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

}

@media screen and (device-aspect-ratio: 40/71) {
  .hero-bg-inner h1 {
    font-size: 15px;
}
span.bold-s {
    font-size: 16px;
}
.covit19-box a {
    font-size: 16px;
}
.hero-bg {
    height: 270px;
}
.hero-bg-wrap {
    height: calc(400px - 220px);
}
.first-phrase p {
    font-size: 22px;
}
.first-phrase span.bold {
    font-size: 30px;
}
.page-cta-box p.page-cta-tel {
  font-size: 30px;
}
p.footer-access-name {
  font-size: 20px;
}
.catch-box {
  font-size: 20px;
}
}
/**************************************/
/** YouTube動画を横幅いっぱいにする **/
/*************************************/
.video-container {
	max-width: none;
}
