@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700&display=swap');
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p,
span {
  font-family: "Zen Maru Gothic", sans-serif;
}

/********** l_reset_reset **********/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
  font-size: 16px;
  color: #474747;
}

/* コンタクトフォームのボタンをリセット（chromeのUA） */
input[type=button i],
input[type=submit i],
input[type=reset i],
input[type=file i]::-webkit-file-upload-button,
button {
  border-color: none;
  border-style: none;
  border-width: 0;
  padding: 0;
}

@media only screen and (max-width: 599px) {
  /********** m_reset_reset **********/
  body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    font-size: 14px;
  }
}
em {
  font-style: normal;
  text-decoration: underline;
}

[data-element-id] .wow {
  visibility: visible;
}

.wow {
  visibility: hidden;
}

.tel a {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

#gnav .toggle .bar,
#gnav .toggle .bar {
  border-style: inherit;
}

#gnav .toggle {
  background-color: #ec9bae;
}

figure {
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
}

/********** fonts / color **********/
.serif {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", "Sawarabi Mincho", serif;
}

.l_black {
  color: #676767;
}

.l_green {
  color: #69b961;
}

.mb6p {
  margin-bottom: 6%;
}

.tac {
  text-align: center;
}

/********************************
/********************************
/********************************

l_common

********************************/
.tab_sm,
.sm_only {
  display: none !important;
}

.sec_title {
  font-size: 35px;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  margin-bottom: 70px;
}

.sec_title .txt {
  padding-bottom: 5px;
  border-bottom: 1px solid #e78299;
}

.sec_title .small {
  display: block;
  font-size: 24px;
  border-bottom: none;
}

.bb_heading {
  color: #8ac25d;
  text-decoration: underline;
  margin-bottom: 1rem;
}

.bl_heading {
  border-left: 5px solid #e78299;
  padding-left: 10px;
  color: #e78299;
  margin-bottom: 20px;
}

/********** 診療時間のtable **********/
.timetable {
  border: 1px solid #474747;
  border-radius: 30px;
  overflow: hidden;
}

.timetable table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
}

.timetable th {
  border-right: 1px solid #474747;
  font-weight: normal;
}

.timetable tbody tr {
  border-top: 1px solid #474747;
}

.timetable th,
.timetable td {
  text-align: center;
  padding: 0.5rem;
}

.timetable span,
.cap span {
  color: #e16380;
}

.introduction-timetable {
  width: 100%;
  border: 1px solid #474747;
  border-collapse: collapse;
  border-spacing: 0;
}

.introduction-timetable th {
  border-right: 1px solid #474747;
  font-weight: normal;
}

.introduction-timetable tr {
  border-bottom: 1px solid #474747;
}

.introduction-timetable th,
.introduction-timetable td {
  text-align: center;
  padding: 0.5rem;
}

.introduction-timetable span,
.cap span {
  color: #e78299;
}

/********** リンクボタン **********/
.btn {
  display: block;
  text-align: center;
  padding: 0.75rem 0;
  color: #ffffff;
  width: 235px;
  background: #8ac25e;
  border-radius: 3px;
}

.btn:hover {
  color: #ffffff;
}

.btn_wrap .btn:first-of-type {
  margin-right: 20px;
}

/********** FAQ **********/
.faq-list dl:not(:last-of-type) {
  margin-bottom: 25px;
}

.faq-list dt {
  font-size: 20px;
  background: #f6e9d5;
  padding: 15px 30px 15px 50px;
  position: relative;
  cursor: pointer;
}

@media only screen and (max-width: 599px) {
  .faq-list dt {
    font-size: 16px;
    padding: 15px 50px 15px 50px;
  }
}
.faq-list dd {
  padding: 15px 15px 15px 50px;
  margin-top: 20px;
  position: relative;
}

.faq-list dt:before,
.faq-list dd:before {
  content: "A";
  display: block;
  font-size: 2rem;
  color: #8ac25d;
  position: absolute;
  top: 5px;
  left: 15px;
}

.faq-list dt:before {
  content: "Q";
  color: #fbb03b;
}

.faq-list dt:after {
  display: inline-block;
  content: "\f078";
  color: #fbb03b;
  font-size: 2rem;
  font-family: "font awesome 5 free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}

.faq-list dt.action:after {
  content: "\f077";
}

/********************************
/********************************

m_common

********************************/
@media only screen and (max-width: 1024px) {
  .pc_only {
    display: none !important;
  }

  .tab_sm {
    display: block;
  }

  .sec_title {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
/********************************

s_common

********************************/
@media only screen and (max-width: 599px) {
  .sm_only {
    display: block !important;
  }

  .pc_tab {
    display: none;
  }

  .sec_title {
    font-size: 26px;
    margin-bottom: 40px;
  }

  .btn_wrap .btn:first-of-type {
    margin: 0 auto 3%;
  }

  .btn {
    width: 150px;
    margin: 0 auto;
  }
}
/********************************
/********************************
/********************************

l_header

********************************/
header {
  position: relative;
}

header > .header_wrap {
  width: 100%;
}

header .logo_wrap {
  max-width: 270px;
}

header .clinic_name {
  color: #473e3b;
}

header .logo {
  width: 10%;
}

header .logo img {
  width: 43px;
}

header .clinic_name {
  width: 100%;
}

header .clinic_name [data-ruby] {
  position: relative;
}

header .clinic_name [data-ruby]:before {
  content: attr(data-ruby);
  position: absolute;
  top: -2.5rem;
  left: 0.75rem;
  right: 0;
  margin: auto;
  font-size: 0.45em;
  letter-spacing: 0.25rem;
}

header .clinic_name rt {
  display: none;
}

header .tel,
header .tel a {
  color: #e16380;
}

header .tel a i {
  font-size: 80%;
  margin-right: 5px;
}

header .header_wrap .inner {
  padding-top: 0;
  padding-bottom: 0;
}

#gnav .toggle {
  display: none !important;
}

.pc_global {
  padding: 20px 0;
}

.pc_global li {
  transform: skewX(150deg);
  border: none;
  border-right: 1px solid #474747;
  z-index: 20;
  flex-grow: 1;
}

.pc_global li:last-child {
  border-right: none;
}

.pc_global li a,
.pc_global li .reset,
.pc_global li.parent ul {
  transform: skewX(-150deg);
}

.pc_global li a,
.pc_global li .reset {
  display: block;
  padding: 0 10px;
  text-align: center;
}

.pc_global li .reset {
  position: relative;
}

.pc_global li ul {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.4s;
}

.pc_global li ul.posi {
  left: 110px;
}

[data-element-id] .pc_global li ul {
    opacity: 1;
    visibility: visible;
}

.pc_global li:hover ul {
  opacity: 1;
  visibility: visible;
}

.pc_global li ul li {
  width: 130px;
  transform: skewX(150deg);
  border-right: none;
}

.pc_global li.parent ul li a {
  text-align: center;
  display: block;
  padding: 0.5rem 0;
  background: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(225, 99, 128, 0.8);
  position: relative;
}

.pc_global li.parent ul li a:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #474747;
  opacity: 1;
}

.pc_global li.parent ul li:last-child a {
  border-bottom: none;
}

.parent {
  cursor: pointer;
}

.parent span:hover {
  opacity: 0.7;
}

.posi li:hover {
  opacity: 0.7;
}

header .sns_area {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 245;
    overflow: hidden;
}

header .sns_area ul li a {
    display: block;
    color: #fff;
    background-color: #e67f96;
    background-color: #e16380cc;
    border-radius: 5px 0 0 5px;
    padding: 0.5em;
    text-align: center;
}

header .sns_area ul li.fix_reserv {
  background: #8ac25d;
}

header .sns_area ul li.fix_access {
  background: #64b4d0;
}

header .sns_area ul li.fix_rec {
  background: #e8a743;
}

header .sns_area ul li.fix_tel {
  background: #2E873E;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .sns_area {
    display: none
  }
}

/********************************
/********************************

m_header

********************************/
@media only screen and (max-width: 1024px) {
  .header_wrap > .inner {
    width: 96%;
    max-width: none;
    top: 0;
    left: 0;
    z-index: 240;
    background: #FFF;
  }

  #gnav .toggle {
    z-index: 999;
  }

  header .logo_wrap {
    width: 65%;
    margin: 0;
  }

  header .add_wrap {
    width: 35%;
  }

  header .clinic_name [data-ruby]:before {
    top: -2rem;
    letter-spacing: 0;
  }

  #gnav .toggle {
    display: block !important;
  }

  #gnav.action .accordion-body {
    width: 50%;
    right: 0;
    left: auto;
    padding: 70px 15px 100px;
    background: rgba(255, 255, 255, 1);
  }

  #gnav li {
    border: none;
  }

  #gnav ul li a {
    padding: 10px 5px;
  }

  #gnav .accordion-body ul li ul {
    border-left: 1px solid #8ac25e;
    padding-left: 10px;
    margin-left: 20px;
  }

  #gnav .accordion-body .list_heading {
    position: relative;
  }

  #gnav .accordion-body .list_heading:before {
    /* content: "";
    display: block;
    width: 2rem;
    height: 2rem;
    background-image: url(/import/tenant_2/160.16.202.230/senouclinic/images/common/g_leaf.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 3%; */
  }

  .overlay:after {
    opacity: 0.5;
    z-index: 240;
  }
}
/********************************

s_header

********************************/
@media only screen and (max-width: 599px) {
  .header_wrap > .inner {
    padding: 20px 0;
  }

  header .logo_wrap {
    width: auto;
    margin: 0 auto 10px;
  }

  header .logo {
    width: 10%;
    margin: auto;
  }

  header .clinic_name {
    width: 270px;
    margin: 1.5rem auto 0;
    font-size: 22px;
  }

  #gnav.action .accordion-body {
    width: 90%;
  }

  header .sns_area ul li.fix_tel {
    display: block;
  }
}
/********************************
/********************************
/********************************

l_footer

********************************/
footer .f_logo {
  width: 100%;
  margin: 0 auto 6%;
}

footer .f_info_wrap {
  margin-bottom: 5%;
}

footer .f_tel_wrap {
  width: 45%;
}

footer .f_address {
  width: 55%;
}

footer .f_tel_wrap .tel {
  position: relative;
  padding-left: 30px;
}

footer .f_tel_wrap .tel :before {
  display: block;
  content: "\f879";
  font-size: 80%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

@media only screen and (max-width: 1024px) {
  footer .f_tel_wrap .tel {
    text-align: center;
    display: inline-block;
  }
}
footer .f_address {
  text-align: right;
  font-size: 0.875rem;
}

footer .f_nav {
  margin-bottom: 6%;
}

footer .f_list_col {
  width: 23%;
}

footer .f_list_col .heading {
  font-size: 24px;
  padding-bottom: 1rem;
  color: #69b961;
}

footer .f_list li {
  width: 23%;
  margin: 1%;
}

footer .f_list li a {
  display: block;
  padding-left: 20px;
  position: relative;
}

footer .f_list li a:before {
  display: block;
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: -3px;
}

footer .f_list a {
  color: #474747;
}

footer .copyright {
  font-size: 0.75rem;
  text-align: center;
}

[data-element-id] footer .gotop {
    left: 20px;
    bottom: 20px;
}

footer .gotop {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  position: absolute;
  bottom: 80px;
  right: 50px;
  z-index: 50;
  position: fixed;
}

footer .gotop span {
  color: #fff;
  font-size: 26px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/********************************
/********************************

m_footer

********************************/
@media only screen and (max-width: 1024px) {
  footer .f_tel_wrap,
footer .f_address {
    width: 100%;
    text-align: center;
  }

  footer .f_tel_wrap {
    margin-bottom: 1rem;
  }

  footer .f_list_col {
    width: 48%;
  }
}
/********************************

s_footer

********************************/
@media only screen and (max-width: 599px) {
  footer .f_list_col {
    width: 80%;
    margin: 0 auto 3rem;
  }

  footer .f_list_col .heading {
    text-align: center;
  }
  
  footer .gotop {
    bottom: 87px;
    right: 10px;
  }
}

@media only screen and (max-width: 1024px) {
    footer .gotop {
    bottom: 87px;
    right: 10px;
  }
}
/********************************
/********************************
/********************************

l_01. | TOP（index)

********************************/
.topimage {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.topimage .uk-slideshow {
    height: auto !important;
}

.topimage .uk-slideshow:after {
    display: block;
    content: "";
    padding-top: 45%;
}

.topimage .uk-slideshow > li {
    width: 100%;
    height: 100% !important;
}

.topimage .uk-slideshow > li > div {
    width: 100%;
    height: 100% !important;
}

.topimage .uk-slideshow > li > div img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
    font-family: "object-fit: cover; object-position: center center;";
}

.topimage .lead {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  text-align: center;
  width: 60%;
  max-width: 800px;
}

.topimage .lead .i_lead {
  display: block;
  padding: 3rem;
  background-color: #fff;
  opacity: 0.8;
}

@media only screen and (max-width: 599px) {
  .topimage .uk-slideshow:after {
    padding-top: 65%;
}
}

.top_intro {
  position: relative;
  background-color: #fff;
  opacity: 0.8;
  top: -100px;
  padding: 5%;
}

.top_intro .intro {
  line-height: 2;
  margin-bottom: 100px;
}

.top_intro .vertical {
  position: absolute;
  right: 5%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.top_intro .text {
  width: 70%;
  margin-bottom: 40px;
}

.big_inner {
  width: 100%;
  background: #f1f7e6;
}

.topics_bgi {
  background: url(/import/tenant_2/160.16.202.230/senouclinic/images/top/news-back.jpg) no-repeat;
  padding: 5% 0;
}

@media only screen and (max-width: 599px) {
  .topics_bgi {
    padding: 5% 6%;
  }
}
.topics_wrap {
  border: 1px solid #b5b5b5;
  border-radius: 30px;
  background-color: #fff;
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2% 4%;
}

@media only screen and (max-width: 599px) {
  .topics_wrap {
    padding: 6% 3%;
    border-radius: 15px;
  }
}
.top_news {
  width: 50%;
  padding-right: 3%;
  border-right: 1px solid #474747;
}

.top_blog {
  width: 50%;
  padding-left: 3%;
}

.topic_heading {
  margin-bottom: 0;
  font-weight: normal;
}

.topic_heading span {
  font-size: 0.75rem;
  padding-left: 1em;
}

.topic_btn {
  background: #e78299;
  color: #fff;
  border: none;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.45rem 1rem;
  border-radius: 3px;
}

.topics_wrap .dl_wrap dl {
  margin-top: 1rem;
}

.topics_wrap .dl_wrap dt {
  width: 100px;
}

.topics_wrap .dl_wrap dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topics_wrap .top_news .dl_wrap dd {
  width: calc(100% - 110px);
}

.topics_wrap .top_blog .dl_wrap dd {
  width: calc(100% - 110px);
}

.top_four_pillar .box {
  margin-bottom: 10%;
}

.top_four_pillar .box .pic {
  width: 15%;
}

.top_four_pillar .box .content {
  width: 80%;
}

.top_four_pillar .box .no {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 46px;
  border-radius: 50%;
  border: 2px dotted #474747;
  text-align: center;
}

.top_four_pillar .box_heading {
  margin-bottom: 0.5rem;
}

.top_four_pillar .box_heading h3 {
  padding-left: 0.5em;
}

.top_four_pillar .box .text {
  margin-bottom: 2rem;
}

.top_four_pillar .s_items .item {
  width: 31%;
}

.top_four_pillar .s_items .heading_wrap {
  border: 2px dotted #474747;
  border-radius: 5px;
  padding: 1em 0.5em;
  margin-bottom: 1em;
}

.top_four_pillar .s_items .heading_wrap .pic {
  width: 3em;
  padding-right: 1em;
}

.top_symptom .menu {
  display: block;
  width: 30%;
  border: 2px dotted #474747;
  border-radius: 5px;
  padding: 15px;
  margin: 1%;
  background: #ffffff;
}

.top_symptom .menu .pic {
  width: 80%;
  margin: 0 auto 0.5rem;
}

.top_symptom .menu .link_heading {
  text-align: center;
  color: #676767;
}

.top_symptom .menu .link_heading .span {
  border-bottom: 1px solid #4e4240;
  padding-bottom: 5px;
}

.top_symptom .menu-contact .flex {
  justify-content: center;
  align-items: center;
}

.top_symptom .menu-contact .text {
  text-align: center;
  line-height: 2;
  margin: 2rem 0;
}

.top_symptom .menu-contact .btn {
  margin: 0 auto;
}

.top_external .heading {
  margin-bottom: 1rem;
}

.top_access .heading {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #474747;
  margin-bottom: 2rem;
  font-size: 1.125rem;
}

.top_access .text {
  margin-bottom: 2rem;
}

.top_access .text .btn {
  margin-left: auto;
}

.top_access .text .tel {
  display: inline-block;
}

.top_access .gmap_wrap {
  border: 10px solid #fff;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.top_access .gmap_wrap iframe,
.top_access .gmap_wrap object,
.top_access .gmap_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_access .cap {
  font-size: 0.875rem;
  padding-top: 1em;
  font-feature-settings: "palt";
}

.top_recruit .border_box {
  border: 2px solid #e16380;
  border-radius: 30px;
}

.top_recruit .heading {
  font-weight: bold;
}

.top_recruit .l_col {
  margin-bottom: 3%;
}

.top_recruit .l_col .pic {
  width: 50%;
}

.top_recruit .content_wrap {
  width: 50%;
  padding: 1rem 2rem;
}

.top_recruit .heading,
.top_recruit .text {
  margin-bottom: 1.5rem;
}

.top_recruit .s_col {
  width: 30%;
  padding: 1rem 0.5rem;
}

.top_recruit .s_col .heading {
  height: 3em;
}

.top_recruit .border_box-rev {
  border: 7px solid #8ac25e;
  background: #8ac25e;
  position: relative;
}

.top_recruit .border_box-rev .heading,
.top_recruit .border_box-rev .text {
  color: #fff;
}

.top_recruit .border_box-rev:after {
  position: absolute;
  content: "";
  background: url(/import/tenant_2/160.16.202.230/senouclinic/images/top/triangle.png) no-repeat;
  bottom: 3px;
  right: 3px;
  width: 18px;
  height: 18px;
  background-size: contain;
}

.top_fb_wrap {
  width: 50%;
  margin: 0 auto;
  max-width: 500px;
}

/********************************
/********************************

m_01. | TOP（index)

********************************/
@media only screen and (max-width: 1024px) {
  .top_intro {
    top: -30px;
  }

  .top_four_pillar .s_items .item {
    width: 32%;
  }

  .top_four_pillar .s_items .heading_wrap .pic {
    width: 2.5em;
  }

  .top_symptom .menu {
    width: 44%;
  }

  .top_symptom .menu-contact,
.top_symptom .menu-contact .text {
    width: 100%;
  }

  .top_symptom .menu-contact .text {
    margin: 1rem 0;
  }

  .top_access .heading {
    display: block;
  }

  .top_access .gmap_wrap {
    padding-bottom: 56.25%;
  }
}
/********************************

s_01. | TOP（index)

********************************/
@media only screen and (max-width: 599px) {
  .topimage .pic {
    width: 100%;
  }

  .top_intro {
    top: 0;
  }

  .topimage .lead {
    width: 90%;
  }

  .topimage .lead .i_lead {
    padding: 5px;
  }

  .top_intro .intro {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .top_intro .vertical {
    position: relative;
    right: 0;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    margin-bottom: 2em;
    text-align: center;
  }

  .top_intro .text {
    width: 100%;
  }

  .top_blog {
    padding-left: 0;
  }

  .top_news,
.top_blog {
    width: 100%;
  }

  .top_news {
    margin-bottom: 2rem;
    border-right: none;
    padding-right: 0;
  }

  .topics_wrap .top_news .dl_wrap dd {
    width: 65%;
  }

  .topics_wrap .topic_h_wrap {
    margin-bottom: 1rem;
  }

  .top_four_pillar .s_items .item {
    width: 100%;
    margin-bottom: 6%;
  }

  .top_four_pillar .s_items .heading_wrap .pic {
    margin: 0;
    width: 3em;
  }

  .top_external .pic {
    width: 100%;
    margin-bottom: 1rem;
  }

  .top_symptom .menu {
    width: 100%;
  }

  .top_access .text .btn {
    margin-top: 2rem;
  }

  .top_recruit .l_col .pic,
.top_recruit .content_wrap {
    width: 100%;
  }

  .top_recruit .s_col {
    width: 100%;
    margin-bottom: 6%;
  }
}
/********************************
/********************************
/********************************

l_underpage

********************************/
.underpage .breadcrumb {
  width: 1000px;
  margin: 20px auto 0;
}

.underpage .breadcrumb li {
  display: inline;
  margin-right: 10px;
  vertical-align: middle;
}

.underpage .breadcrumb li:not(:first-of-type):before {
  display: inline;
  content: "｜";
  margin-right: 10px;
}

.underpage .breadcrumb a {
  color: #e16380;
}

.underpage .up_mainimg {
  position: relative;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.underpage .up_mainimg .pic {
  height: 250px;
}

.underpage .up_mainimg .pic:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.7;
}

.underpage .up_mainimg .up_heading {
  color: #fff;
  font-size: 38px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}

.underpage .side_nav {
  width: 180px;
}

.underpage .side_nav .side_menu {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 2%;
}

.underpage .side_nav .side_menu li {
  background: #f0f7da;
  border: 1px solid #abd02c;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 5%;
}

.underpage .side_nav .side_menu li a {
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 5%;
  width: 100%;
  height: 100%;
  font-size: 0.875rem;
}

.underpage .main_wrap {
  width: 100%;
}

.underpage .box_li_wrap {
  margin-top: 50px;
}

.underpage .box_li_wrap li {
  width: 48%;
  font-size: 24px;
  border: 2px dotted #474747;
  border-radius: 7px;
  padding: 1rem;
  margin-bottom: 2%;
  text-align: center;
}

.underpage .box_li_wrap.triple li {
  width: 32%;
}

.underpage .box_li_wrap li .heading {
  color: #e78299;
  text-align: center;
  margin-bottom: 3rem;
}

.underpage .box_li_wrap li ul li {
  text-indent: -1rem;
  padding-left: 1rem;
  width: 100%;
  border: none;
  padding: 0 0 0 1rem;
}

.underpage .box_li_wrap li ul li:before {
  content: "・";
}

.underpage .box_txt_wrap {
  margin-top: 50px;
}

/********** 黄色い番号のリスト **********/
.reserve_list {
  margin-top: 50px;
}

.reserve_list li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  padding-bottom: 0.75rem;
}

.reserve_list li span {
  color: #fbb03b;
  padding-right: 1rem;
}

.reserve_list .pic {
  width: 35%;
}

.reserve_list .text {
  padding-right: 2rem;
}

.reserve_list.double_no li {
  text-indent: 0;
  padding-left: 0;
}

.reserve_list.double_no .no {
  width: 3.5rem;
  display: block;
  color: #fbb03b;
}

.reserve_list.double_no .list_text {
  width: calc(100% - 3.5rem);
}

/********** footer上部の予約領域 **********/
.underpage .border_box {
  border: 3px solid #e78299;
  margin-bottom: 2rem;
}

.underpage .footer_reserve .pic {
  width: 50%;
}

.underpage .footer_reserve .res_text_wrap {
  width: 50%;
  padding: 20px 10px;
}

.underpage .footer_reserve .tel {
  color: #e78299;
  text-align: center;
  font-size: 48px;
  position: relative;
}

.underpage .footer_reserve .res_text_wrap .span {
  display: block;
  text-align: center;
  color: #e78299;
}

.underpage .footer_reserve .btn {
  background: #e16380cc;
  width: 80%;
  padding: 1rem;
  margin: 0 auto;
}

/********************************

m_underpage

********************************/
@media only screen and (max-width: 1024px) {
  .underpage .breadcrumb {
    width: 93%;
    max-width: 768px;
  }

  .underpage .up_mainimg .up_heading {
    font-size: 34px;
  }

  .underpage .side_nav .side_menu {
    top: 179px;
  }

  .underpage .footer_reserve .tel {
    font-size: 40px;
  }
}
/********************************

s_underpage

********************************/
@media only screen and (max-width: 599px) {
  .underpage .breadcrumb {
    width: 94%;
    max-width: 450px;
  }

  .underpage .up_mainimg .up_heading {
    font-size: 30px;
  }

  .underpage .up_mainimg .pic {
    width: 100%;
    height: 200px;
  }

  .underpage .main_wrap {
    width: 100%;
  }

  .underpage .side_nav {
    display: none;
  }

  .underpage .box_li_wrap li {
    width: 100%;
  }

  /********** footer上部の予約領域 **********/
  .underpage .footer_reserve .pic {
    width: 100%;
    margin-bottom: 2rem;
  }

  .underpage .footer_reserve .res_text_wrap {
    width: 100%;
  }

  .underpage .footer_reserve .btn {
    padding: 1rem;
    margin-bottom: 2rem;
    width: 80%;
  }
}
/********************************
/********************************
/********************************

l_02. | 医院情報（clinic)

********************************/
.clinic .greeting_wrap,
.clinic .introduction,
.clinic .information,
.clinic .clinic_time,
.clinic .access,
.clinic .introduce,
.clinic .firsttime,
.clinic .flow {
  margin-bottom: 60px;
}

.clinic .director {
  width: 35%;
}

.clinic .greeting {
  width: 65%;
  padding-left: 5%;
  font-size: 18px;
  line-height: 2;
}

.clinic .director figcaption {
  font-size: 1.125rem;
}

.clinic .director figcaption span {
  font-size: 0.875rem;
}

.clinic .intro_wrap {
  border: 1px solid #b5b5b6;
  border-radius: 7px;
  padding: 2rem 0;
}

.clinic .intro_wrap .bio {
  width: 100%;
  padding: 0 2rem;
}

.clinic .intro_wrap .bio:not(:first-of-type) {
  border-left: 1px solid #000;
  padding-right: 0;
}

.clinic .intro_wrap .bio .heading {
  font-size: 24px;
  color: #e78299;
  margin-bottom: 1rem;
  text-align: center;
}

.clinic .information .pic {
  margin-bottom: 1rem;
}

.clinic .information dl {
  border-bottom: 1px solid #474747;
  padding: 1rem 0;
}

.clinic .information dt {
  width: 28%;
  font-weight: bold;
}

.clinic .information dd {
  width: 72%;
}

.clinic .green_heading {
  margin: 2rem 0;
}

.clinic .green_heading .span {
  border-bottom: 2px solid #e78299;
  color: #e78299;
  margin-left: 0.5rem;
}

.clinic .green_heading .icon {
  width: 26px;
  display: inline-block;
  line-height: 1;
}

.clinic .cap {
  font-size: 0.875rem;
  padding-top: 1em;
  font-feature-settings: "palt";
}

.clinic .access_text {
  margin-top: 2rem;
}

.clinic .from_karasuma .image_wrap {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

.clinic .from_karasuma .box {
  width: 32%;
  margin-bottom: 2rem;
}

.clinic .from_karasuma .no,
.clinic .flow .no {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #8ac25d;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.clinic .firsttime .illust {
  margin: 1rem 0;
}

.clinic .firsttime .illust li {
  width: 23%;
  border: 2px dotted #474747;
  border-radius: 5px;
  padding: 1rem;
}

.clinic .firsttime .illust li .pic {
  width: 50%;
  margin: 0 auto;
}

.clinic .firsttime .illust .col {
  width: 100%;
}

.clinic .firsttime .illust .col .cap {
  text-align: center;
}

.clinic .firsttime .illust .col .heading {
  text-align: center;
  color: #8ac25d;
}

.clinic .flow {
  position: relative;
  margin-bottom: 100px;
}

.clinic .flow:after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 900;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  color: #fbb03b;
  font-size: 34px;
}

.clinic .flow:last-of-type:after {
  content: none;
}

.clinic .flow .image_wrap {
  position: relative;
  width: 30%;
}

.clinic .flow .flow_text {
  width: 70%;
  padding-left: 2rem;
}

.clinic .flow .flow_text .heading {
  color: #8ac25d;
  margin-bottom: 1rem;
}

@media only screen and (max-width: 599px) {
  .clinic .intro_wrap .bio {
    padding: 0;
  }
}
/********************************
/********************************

m_02. | 医院情報（clinic)

********************************/
@media only screen and (max-width: 1024px) {
  .clinic .greeting {
    padding-left: 2rem;
  }

  .clinic .from_karasuma .box {
    width: 48%;
  }

  .clinic .firsttime .illust li {
    width: 48%;
    margin-bottom: 2%;
  }

  .clinic .intro_wrap .bio:not(:first-of-type) {
    border-left: none;
  }
}
/********************************

s_02. | 医院情報（clinic)

********************************/
@media only screen and (max-width: 599px) {
  .clinic .director {
    width: 100%;
    margin-bottom: 6%;
  }

  .clinic .greeting {
    width: 100%;
    padding-left: 0;
    font-size: 16px;
  }

  .clinic .intro_wrap {
    padding: 1rem 0;
  }

  .clinic .intro_wrap .bio {
    width: 100%;
    margin-bottom: 1rem;
  }

  .clinic .information .pic {
    width: 100%;
  }

  .clinic .information dt,
.clinic .information dd {
    width: 100%;
  }

  .clinic .from_karasuma .box,
.clinic .from_karasuma .box .pic {
    width: 100%;
  }

  .clinic .introduce .pic {
    width: 100%;
  }

  .clinic .flow .image_wrap {
    width: 100%;
    margin-bottom: 2%;
  }

  .clinic .flow .image_wrap .pic {
    width: 100%;
  }

  .clinic .flow .flow_text {
    width: 100%;
    padding-left: 0;
  }
}
/********************************
/********************************
/********************************

l_03. | 予約診療（reserve)
l_04. | オンライン診療（online)

********************************/
.reserve .dl_wrap dl {
  padding: 1rem;
}

.reserve .dl_wrap dl:nth-of-type(odd) {
  background: #e2efd1;
}

.reserve .dl_wrap dl:nth-of-type(even) {
  background: #f1f7e9;
}

.reserve .dl_wrap dt {
  font-weight: bold;
  width: 25%;
}

.reserve .res_wrap {
  margin-bottom: 6%;
}

.reserve .text {
  margin-bottom: 4%;
}

.reserve .text a {
  text-decoration: underline;
}

.reserve .para {
  text-align: center;
  margin-bottom: 2rem;
}

/********************************
/********************************

m_03. | 予約診療（reserve)
m_04. | オンライン診療（online)

********************************/
/********************************

s_03. | 予約診療（reserve)
s_04. | オンライン診療（online)

********************************/
@media only screen and (max-width: 599px) {
  .reserve .dl_wrap dt {
    width: 30%;
  }
}
/********************************
/********************************
/********************************

l_05. | 磁気刺激療法・TMS（tms)
l_07. | 精神科のセカンドオピニオン（second-opinion)

********************************/
.explain .heading_icon {
  width: 71px;
  margin: 0 auto;
}

.explain .explain_wrap {
  margin-bottom: 100px;
}

@media only screen and (max-width: 1024px) {
  .explain .explain_wrap {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .explain .explain_wrap {
    margin-bottom: 50px;
  }
}
.explain .text {
  margin: 30px 0;
}

.explain .text a {
  text-decoration: underline;
}

.explain .text.left {
  padding-right: 4rem;
}

.explain .checklist li {
  font-size: 24px;
  padding-left: 1.5em;
  padding-bottom: 15px;
  position: relative;
}

.explain .checklist li:before {
  display: block;
  content: "\f058";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.explain .checklist.green li:before {
  color: #b7d99c;
}

.explain .checklist.org li:before {
  color: #fbb03b;
}

.explain .faq {
  margin-bottom: 6%;
}

.explain .patern {
  margin-bottom: 1rem;
}

.explain .patern dt {
  font-weight: bold;
  width: 15%;
}

.explain .patern dd {
  width: 75%;
}

.explain .small_checklist li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.explain .small_checklist li a {
  text-decoration: underline;
  color: #e8a743;
}

.explain .small_checklist li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  color: #fbb03b;
  padding-right: 0.5rem;
}

.explain .small_checklist.square li:before {
  content: "\f45c";
  color: #fbb03b;
}

.explain .overflow {
  overflow: hidden;
}

.explain .symptom_wrap {
  background: #f1f7e6;
  padding: 20px 10px 0px;
  margin-top: 6%;
}

.explain .symptom_wrap .menu {
  width: calc(25% - 20px);
  border: 2px dotted #474747;
  border-radius: 7px;
  background: #FFF;
  padding: 10px;
  margin: 0 10px 20px;
  box-sizing: border-box;
}

.explain .symptom_wrap .menu .pic {
  width: 80px;
  margin: 10px auto 15px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.explain .symptom_wrap .menu .link_heading {
  color: #676767;
  font-size: 18px;
  text-align: center;
}

/********************************
/********************************

m_05. | 磁気刺激療法・TMS（tms)

********************************/
@media only screen and (max-width: 1024px) {
  .explain .checklist li {
    font-size: 20px;
  }

  .explain .symptom_wrap .menu .link_heading {
    font-size: 16px;
  }

  .explain .patern dt {
    width: 25%;
  }

  .explain .patern dd {
    width: 75%;
  }

  .explain .text.left {
    padding-right: 2rem;
  }
}
/********************************

s_05. | 磁気刺激療法・TMS（tms)

********************************/
@media only screen and (max-width: 599px) {
  .explain .symptom_wrap .menu {
    width: calc(50% - 20px);
  }

  .explain .symptom_wrap .menu .link_heading {
    font-size: 14px;
  }

  .explain .text.left {
    padding-right: 0;
  }
}
/********************************
/********************************
/********************************

l_06. | 療養の手引き（resource)

********************************/
.resource .block_heading {
  background: #8ac25d;
  color: #ffffff;
  padding: 0.5rem 1rem;
  margin-bottom: 2rem;
  width: 100%;
}

.resource .folding_heading {
  color: #fff;
  background: #b7d99c;
  border-radius: 7px;
  padding: 10px 20px 10px 50px;
  position: relative;
}

.resource .folding_heading:before {
  display: block;
  content: "";
  width: 2rem;
  height: 2rem;
  position: absolute;
  background: url(/import/tenant_2/160.16.202.230/senouclinic/images/common/leaf.png) no-repeat;
  background-size: contain;
  top: 50%;
  left: 10px;
  z-index: 1;
  transform: translate(0, -50%);
}

.resource .folding_heading:after {
  display: block;
  content: "\f078";
  color: #8ac25d;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
}

.resource .folding_heading.action:after {
  content: "\f077";
}

.resource .resource_dl_wrap {
  margin-top: 30px;
  padding: 0 1rem;
}

.resource dl:not(:last-of-type) {
  margin-bottom: 30px;
}

.resource dt,
.resource dd {
  width: 100%;
}

.resource dt {
  border-bottom: 1px solid #000;
  padding: 0 0 1rem 0;
  font-weight: bold;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.resource dt:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-weight: 900;
  margin-left: auto;
  color: #fbb03b;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

.resource dt.action:after {
  content: "\f139";
}

.resource dd {
  padding: 1rem 0 0 0;
}

.resource .folding_heading:hover,
.resource dt:hover {
  cursor: pointer;
  opacity: 0.7;
}

/********************************
/********************************

m_06. | 療養の手引き（resource)

********************************/
/********************************

s_06. | 療養の手引き（resource)

********************************/
@media only screen and (max-width: 599px) {
  .resource .resource_dl_wrap {
    padding: 0 1rem;
  }
}
/********************************
/********************************

l_17. | お問い合わせ（contact)

********************************/
.contact figure {
  max-width: 700px;
  margin: auto;
}

.contact figcaption {
  text-align: center;
  padding-top: 1rem;
}

.contact .contact_tel,
.contact .contact_tel a {
  color: #8ac25e;
  font-size: 48px;
  text-decoration: none;
}

.contact_form dl {
  width: 100%;
  margin-bottom: 2em;
}

.contact_form dt {
  width: 230px;
}

.contact_form dt .require {
  font-size: 0.9em;
  color: #fff;
  background: #e78299;
  padding: 0.15em 1em;
  margin-left: 1em;
}

.contact_form dd {
  width: calc(100% - 280px);
}

.contact_form dd input[type=text] {
  width: 100%;
  border: 1px solid #e78299;
  padding: 0.5em;
  box-sizing: border-box;
}

.contact_form dd.half input[type=text] {
  max-width: 300px;
}

.contact_form dd textarea {
  width: 100%;
  height: 250px;
  border: 1px solid #e78299;
  padding: 0.5em;
  box-sizing: border-box;
}

.contact_form dd input[type=radio] {
  margin-right: 5px;
}

.contact_form dd input[type=checkbox] {
  margin-right: 5px;
}

.contact_form dd label {
  margin-right: 1em;
}

.contact_form dd li {
  display: inline-block;
  margin-right: 20px;
}

.contact_form dd li > * {
  vertical-align: middle;
}

.contact_form .btn_wrap li {
  width: 45%;
  max-width: 350px;
  margin: 0 2%;
}

.contact_form .contact-btn {
  width: 100%;
}

.contact_form .btn {
  background: #e78299;
}

.contact_form .btn:hover {
  cursor: pointer;
  opacity: 0.6;
}

/********************************
/********************************

s_17. | お問い合わせ（contact)

********************************/
@media only screen and (max-width: 599px) {
  .contact_form dt {
    width: auto;
    margin-bottom: 10px;
  }

  .contact_form dd {
    width: 100%;
  }

  .contact .reserve_list .text {
    padding-right: 0;
  }
}
/********************************
/********************************
/********************************

l_18. | 求人情報（recruit)

********************************/
.recruit .sec_title {
  width: 100%;
}

.recruit .rec_pic {
  width: 45%;
}

.recruit .rec_text {
  width: 55%;
}

.even_rev_wrap .explain_wrap:nth-of-type(even) .explain_box {
  flex-direction: row-reverse;
}

.even_rev_wrap .explain_wrap:nth-of-type(odd) .rec_text {
  padding-left: 2rem;
}

.even_rev_wrap .explain_wrap:nth-of-type(even) .rec_text {
  padding-right: 2rem;
}

.rec_flow .sec_title {
  margin-bottom: 1.5rem;
}

.rec_flow .sub_title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1rem;
}

.rec_flow li {
  margin-bottom: 3rem;
}

.rec_flow li .time {
  width: 25%;
  position: relative;
  font-size: 20px;
  padding: 1em;
  background: #fff;
  text-align: center;
}

.rec_flow li .time:after {
  content: "";
  display: block;
  width: 5px;
  height: calc(100% + 3em);
  background-color: #8ac25d;
  position: absolute;
  right: 50%;
}

.rec_flow li:last-child .time:after {
  display: none;
}

.rec_flow li .corner_wrap {
  position: relative;
  width: 75%;
  background: #f9f0e3;
  padding: 1.5rem;
}

.rec_flow li .corner_wrap:after {
  display: block;
  position: absolute;
  content: "";
  top: 1.5rem;
  left: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 22.5px 13px 0;
  border-color: transparent #f9f0e3 transparent transparent;
}

.rec_flow li .corner_wrap .corner_text {
  width: 66%;
  padding-right: 2rem;
}

.rec_flow li .corner_wrap .corner_heading {
  font-weight: bold;
  font-size: 18px;
  padding-bottom: 0.5em;
}

.rec_flow li .corner_wrap .pic {
  width: 33%;
}

.recruit .rec_box .box {
  width: 31%;
  margin: 0 1% 6%;
  position: relative;
}

.recruit .rec_box .box .no {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #e78299;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
}

.recruit .rec_box .box .heading {
  margin: 1rem auto;
  font-size: 20px;
}

.recruit .dl_wrap {
  margin-bottom: 6%;
}

.recruit .dl_wrap dl {
  border-bottom: 1px solid #b5b5b6;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.recruit .dl_wrap dt {
  width: 25%;
  font-weight: bold;
}

.recruit .dl_wrap dd {
  width: 75%;
}

[data-element-id] .show\@sp {
    display: block;
    border: solid 4px green;
    position: relative;
}

[data-element-id] .show\@sp:before {
    display: block;
    content: "モバイル用";
    color: #fff;
    font-weight: 700;
    background: green;
    padding: 5px;
    text-align: center;
}


/********************************
/********************************

m_18. | 求人情報（recruit)

********************************/
@media only screen and (max-width: 1024px) {
  .recruit .rec_box .box {
    width: 48%;
  }
}
/********************************

s_18. | 求人情報（recruit)

********************************/
@media only screen and (max-width: 599px) {
  .recruit .rec_pic,
.recruit .rec_text {
    width: 100%;
  }

  .recruit .rec_pic {
    padding-bottom: 2rem;
  }

  .even_rev_wrap .explain_wrap:nth-of-type(odd) .rec_text,
.even_rev_wrap .explain_wrap:nth-of-type(even) .rec_text {
    padding-left: 0;
    padding-right: 0;
  }

  .rec_flow li .time {
    width: 100%;
  }

  .rec_flow li .time:after {
    height: calc(100% + 20em);
  }

  .rec_flow li .corner_wrap {
    width: 100%;
  }

  .rec_flow li .corner_wrap:after {
    display: none;
  }

  .rec_flow li .corner_wrap .corner_text {
    width: 100%;
    padding-right: 0;
  }

  .rec_flow li .corner_wrap .corner_heading {
    font-size: 16px;
  }

  .rec_flow li .corner_wrap .pic {
    width: 100%;
  }

  .recruit .rec_box .box {
    width: 100%;
    margin: 0 auto 10% !important;
  }

  .recruit .dl_wrap dt,
.recruit .dl_wrap dd {
    width: 100%;
  }
}
/********************************
/********************************
/********************************

l_19. | ブログ（一覧）（blog)

********************************/
.blog .blog_wrap {
  width: calc(100% - 250px);
}

.blog .article {
  border-bottom: 1px solid #474747;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.blog .article .date {
  color: #959595;
  margin-bottom: 10px;
}

.blog .blog_title {
  color: #e78299;
  margin-bottom: 1rem;
}

.blog .side_category {
  width: 200px;
}

.blog .side_category .category_wrap:not(:last-of-type) {
  margin-bottom: 30px;
}

.blog .side_category .category_wrap li:not(:last-of-type) {
  margin-bottom: 10px;
}

.blog .side_category .category_wrap li a {
  color: #474747;
}

.blog .article02 {
  width: 31.333%;
  margin: 0 1% 40px;
}

.blog .article02 .image_wrap {
  position: relative;
}

.blog .article02 .date {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 15px;
  padding: 5px 10px;
  background: #e78299;
  color: #fff;
}

.blog .article02 .image_wrap .pic {
  box-shadow: -0.3em -0.3em 0.1em #e78299;
}

.blog .article02 .tit {
  margin-top: 5px;
}

/********** l_pager **********/
.list-pager li {
  display: block;
  font-size: 24px;
}

.list-pager li span,
.list-pager li a {
  display: block;
  padding: 5px 15px;
  text-align: center;
}

.list-pager li a {
  color: #474747;
}

.list-pager li.prev a,
.list-pager li.next a {
  color: #e78299;
}

.list-pager li span {
  color: #e78299;
  text-decoration: underline;
}

/********************************

m_19. | ブログ（一覧）（blog)

********************************/

@media only screen and (max-width: 1024px) {
  .blog .article02 {
    width: 48%;
    margin: 0 1% 40px;
  }
}

/********************************

s_19. | ブログ（一覧）（blog)

********************************/
@media only screen and (max-width: 599px) {
  .blog .side_category {
    width: 100%;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .blog .blog_wrap {
    width: 100%;
    margin-bottom: 30px;
  }

  .blog .side_category .category_wrap {
    width: 100%;
  }
  
  .blog .article02 {
    width: 98%;
    margin: 0 1% 40px;
  }

  /********** s_pager **********/
  .bgimage {
    width: 100%;
  }

  .main_heading {
    font-size: 24px;
  }

  .up_logo img {
    width: 45%;
  }
}
/********************************

l_20. | ブログ（詳細）（blog_detail)

********************************/
.blog .article.detail {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.blog .btn {
  margin: auto;
  width: 350px;
}

.blog .recommend {
  width: 100%;
  border: 1px solid #b5b5b6;
  border-radius: 7px;
  padding: 2rem 1rem;
  margin-top: 50px;
}

.blog .recommend .bb_heading {
  text-align: center;
  margin: 0 0 3rem;
}

.blog .recommend li {
  width: 33%;
  border-right: 1px solid #474747;
  padding: 0 1rem;
}

.blog .recommend li a:hover .blog_title,
.blog .recommend li a:hover .reco_content {
  cursor: pointer;
  opacity: 0.6;
}

.blog .recommend li:last-child {
  border-right: none;
}

.blog .recommend li .blog_title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/********************************
/********************************

m_20. | ブログ（詳細）（blog_detail)

********************************/
/********************************

s_20. | ブログ（詳細）（blog_detail)  

********************************/
@media only screen and (max-width: 599px) {
  .blog .btn {
    width: 80%;
  }

  .blog .recommend li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #474747;
    padding: 1rem 0;
  }

  .blog .recommend li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .blog .recommend .bb_heading {
    margin-bottom: 2rem;
  }
}
.header-site-title {
  width: 92%;
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 5px;
}
.header-site-title h1 {
  font-size: 10px;
  letter-spacing: 2px;
  font-weight: normal;
  padding-right: 35px;
}

@media only screen and (min-width: 599px) {
  .header-site-title br {
    display: none;
  }
}
.header-inner {
  max-width: 1100px;
}

#nav.fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffffcc;
}

.header-address {
  font-size: 14px;
}
@media only screen and (max-width: 1024px) {
  .header-address {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 599px) {
  .header-address {
    margin-bottom: 0;
  }
}

.news-inner {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.docter {
  position: relative;
}

.docter i {
  position: absolute;
  top: 30px;
  left: 60px;
  transform: rotate(330deg);
  font-size: 420px;
  color: #fceff2;
  color: #e163801a;
}

.docter .left {
  width: 55%;
}

.docter .txt {
  line-height: 250%;
}

.docter .right {
  width: 40%;
  position: relative;
}

@media only screen and (max-width: 599px) {
  .docter i {
    font-size: 150px;
    top: 20px;
  }

  .docter .right {
    width: 100%;
  }

  .docter-columreverse {
    flex-direction: column-reverse;
  }

  .docter .left {
    width: 100%;
  }
}
.docter .right .pic {
  width: auto;
  margin-top: 40px;
  margin-right: 60px;
}
.docter .right .pic img {
  border-radius: 30px;
}

.docter .right .name {
  font-size: 24px;
  position: absolute;
  top: 0;
  right: 0;
  -ms-writing-mode: tb-rl;
  writing-mode: tb-rl;
}

.strong-background {
  background-color: #fceff2;
}

.top_strong .item {
  width: 32.333%;
  margin: 1%;
  flex-grow: 1;
}

.top_strong .item .pic img {
  border-radius: 30px;
}

.top_strong .item .num {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 22px;
  border-radius: 100%;
  text-align: center;
  margin: -20px auto 20px;
  position: relative;
  background-color: #e67f96;
}

.top_strong .item .tit {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #e16380;
}

.top_strong .item .fit70:before {
  padding-top: 70px;
}

@media only screen and (max-width: 599px) {
  .top_strong .item {
    width: 100%;
    padding-bottom: 40px;
  }

  .top_strong .item .tit {
    margin-bottom: 10px;
  }
}
.top_symptom .menu {
  width: 25%;
  flex-grow: 1;
  border: none;
  border-radius: 30px;
  padding-bottom: 25px;
}

.top_symptom .menu .icon {
  width: 100%;
  margin: auto auto 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top_symptom .menu .icon img {
  border-radius: 30px;
}

.up-ofi-70 img {
  position: absolute;
  top: 0;
  left: 0;
}

[class*=up-ofi] {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}

.up-ofi-70:after {
  content: "";
  display: block;
  padding-top: 70%;
}

.top_symptom .menu .link_heading {
  text-align: center;
  color: #676767;
}

.top_symptom .menu .link_heading span {
  border-bottom: 1px solid #9c9c9c;
  padding-bottom: 5px;
  font-size: 24px;
}

@media only screen and (max-width: 599px) {
  .top_symptom .menu {
    width: 48%;
    flex-grow: 0;
    border-radius: 15px;
    padding: 10px;
    padding-bottom: 20px;
  }

  .top_symptom .menu .link_heading span {
    font-size: 16px;
  }

  .top_symptom .menu .icon img {
    border-radius: 15px;
  }
}
.menu-background {
  background-color: #f9e0e6;
}

.cuscon .top_recruit .l_col {
  margin-bottom: 0;
}

.top_recruit .l_col .pic img {
  border-radius: 30px 0px 0px 30px;
}

.top_recruit .content_wrap {
  width: 50%;
  padding: 2rem 3rem 1rem;
}

.top_recruit .btn {
  margin: 2rem auto 1rem auto;
  background-color: #e78299;
}

.top_recruit .l_col .pic img {
  opacity: 0.7;
}

.up-pos-rel {
  position: relative;
}

.top_external .pic {
  margin-bottom: 10px;
}

.top_external .tbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.up-ta-c {
  text-align: center;
}

.top_external img {
  opacity: 0.6;
  border-radius: 30px;
}

.color-red {
  background-color: #e78299;
}

.text-color-red {
  color: #e16380;
}

.top_external .heading .text-color-red {
  color: #e16380;
}

@media only screen and (max-width: 599px) {
  .top_recruit .l_col .pic img {
    border-radius: 30px 30px 0 0;
  }

  .top_recruit .content_wrap {
    width: 100%;
    padding: 20px;
  }
}
.top_access .gmap_wrap {
  border: none;
  border-radius: 30px;
}

.access-background {
  background-color: #f9e0e6;
  background-color: #e1638033;
}

footer {
  position: relative;
  overflow: hidden;
}

.footer-container {
  padding-bottom: 70px;
}

[data-element-id] .carousel-list {
    margin: 0;
}

.carousel-list {
  margin-left: -8.3333%;
  margin-right: -8.3333%;
}

[data-element-id] .carousel-list li {
    width: 16.6666%;
}

footer .carousel-list img {
  opacity: 0.7;
}

footer .f_logo {
  margin: 0 auto 3%;
}

footer .logo img {
  max-width: 350px !important;
  max-height: 150px;
  width: auto;
  height: auto !important;
}

.tel fs30 {
  color: #e16380;
}

footer .gotop .color-red {
  background-color: #e78299;
}

@media only screen and (max-width: 599px) {
  footer .f_list li {
    width: 48%;
  }
  footer .f_list li:nth-child(n+3) {
    margin-top: 10px;
  }

  footer .f_list li a {
    padding-left: 10px;
  }

  footer .logo img {
    max-width: 250px !important;
  }
}
@media only screen and (min-width: 599px) {
  .footer-container {
    padding-bottom: 0;
  }
}

[data-element-id] .contac-tcontainer {
    display: block;
    position: static;
}

.contac-tcontainer {
  background-color: #fceff2;
  padding: 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 50;
}

.contact-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contact-tel {
  width: 50%;
  margin-left: auto;
}

.contact-text {
  font-size: 12px;
  color: #e16380;
}

.contact-tel-nunber {
  position: relative;
  color: #e16380;
  margin-bottom: -5px;
}
.contact-tel-nunber a {
  font-size: 22px;
  line-height: 1;
  opacity: 0.7;
}
.contact-tel-nunber::before {
  content: "\f879";
  position: absolute;
  font-size: 150%;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  top: 50%;
  transform: translatey(-50%);
  left: -35px;
}

.contact-btn {
  border-radius: 3px;
  width: 38%;
  position: relative;
}
.contact-btn a {
  display: block;
  text-align: center;
  width: auto;
  height: 32px;
  color: #fff;
  background: #e67f96;
  padding-top: 25px;
}
.contact-btn a.type-b {
    background: #fbb03b;
}
.contact-btn a:hover {
  opacity: 0.7;
}
.contact-btn span {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
}

@media only screen and (min-width: 1024px) {
  .contac-tcontainer {
    display: none;
  }
}
.up_mainimg .lead {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  text-align: center;
  width: 40%;
  max-width: 800px;
  z-index: 5;
}

.up_mainimg .lead .i_lead {
  display: block;
  padding: 3rem;
  background-color: #fff;
  opacity: 0.8;
}

@media only screen and (max-width: 599px) {
  .up_mainimg .lead .i_lead {
    padding: 1rem 0;
  }
}
.concept-top-text p {
  line-height: 2;
}

.concept-top {
  margin-bottom: 100px;
}

.concept-icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #e78299;
  margin: 0 auto;
  padding: 16px;
  margin-bottom: -55px;
  position: relative;
  z-index: 1;
}

.concept-icon-dt {
  color: #fff;
  text-align: center;
  line-height: 120%;
}

.concept-icon-dd {
  color: #fff;
  text-align: center;
  line-height: 120%;
}

.concept-image {
  position: relative;
}
.concept-image img {
  min-height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}

.concept-text-box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.concept-message {
  line-height: 1.8;
}

.concept-text-span {
  display: inline-block;
  padding: 16px;
  font-size: 22px;
  background: rgba(255, 255, 255, 0.8);
}

.concept-message-bottom {
  margin: 20px 0;
}
.concept-message-bottom p {
  line-height: 1.8;
  font-size: 18px;
}

.concept-text-top {
  font-size: 20px;
  margin-bottom: 10px;
}

.for-strong-list-li {
  background: #e78299;
}
.for-strong-list-li dt {
  width: 50%;
}
.for-strong-list-li dt img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover;";
  vertical-align: top;
  max-width: 100%;
}
.for-strong-list-li dd {
  width: 50%;
  padding: 20px;
  min-height: 280px;
}
.for-strong-list-li dd p {
  color: #fff;
  line-height: 1.8;
}
.for-strong-list-li dd span {
  font-size: 18px;
}

.back-orengecolor {
  background: #fbb03b;
}

@media only screen and (max-width: 1024px) {
  .concept-top {
    margin-bottom: 80px;
  }

  .concept-icon {
    width: 100px;
    height: 100px;
  }

  .concept-text-span {
    font-size: 18px;
  }

  .four-strong-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .for-strong-list-li {
    width: 50%;
  }
  .for-strong-list-li dt {
    width: 100%;
  }
  .for-strong-list-li dd {
    width: 100%;
  }
}
@media only screen and (max-width: 599px) {
  .concept-top {
    margin-bottom: 50px;
  }

  .concept-icon {
    width: 90px;
    height: 90px;
  }

  .concept-text-span {
    font-size: 16px;
  }
  .concept-text-span br {
    display: none;
  }

  .concept-message {
    line-height: 1.5;
  }

  .concept-message-bottom p {
    font-size: 16px;
  }

  .for-strong-list-li {
    width: 100%;
  }
  .for-strong-list-li dd {
    min-height: inherit;
  }

  .concept-text-top {
    font-size: 18px;
  }
  
  .concept-message-bottom {
    margin: 30px 0 20px;
  }
}
.cnilic-list-container {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border-radius: 5px;
  padding: 1.5em 3em;
}

.clinic-list-item {
  padding: 10px 0;
}
.clinic-list-item dt {
  width: 7em;
  border-right: 1px solid #bfbfbf;
  margin-right: 1em;
  line-height: 200%;
}
.clinic-list-item dd {
  width: calc(100% - 8em);
  line-height: 200%;
}

.clinic-list-right {
  border-left: 2px solid #333;
  padding-left: 20px;
}

.clinic-list-left {
  padding-right: 20px;
}

@media only screen and (max-width: 599px) {
  .cnilic-list-container {
    padding: 14px;
  }
}
.faq {
  margin-bottom: 80px;
}

.contact-button-phone {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 400px;
  padding: 5px 0px;
  color: #313131;
  transition: 0.3s ease-in-out;
  background: #eee;
  filter: drop-shadow(0px 2px 4px #ccc);
  border-radius: 3px;
  color: #e16380;
  font-size: 48px;
}
.contact-button-phone:before {
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 80%;
}

.contact-form-border {
  border: 3px dashed #e78299;
  padding: 50px;
}

@media only screen and (max-width: 599px) {
  .contact-button-phone {
    font-size: 36px;
    max-width: 300px;
  }

  .contact-form-border {
    padding: 20px;
  }
}
.news-arcive-btn {
  display: inline-block !important;
  border: 1px solid #e78299;
  color: #fff;
  background: #e78299;
  padding: 0 5px;
  margin-left: 10px;
}

.news-more-btn {
  text-align: right;
}
.news-more-btn a {
  display: inline-block !important;
  border: 1px solid #e78299;
  background: #fff;
  padding: 5px 40px;
  margin-top: 10px;
  color: #e78299;
  font-size: 14px;
}

.news-detail-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 20px;
}

.column-detailsubtitle h4 {
  border-left: 5px solid #e78299;
  padding-left: 10px;
  margin-bottom: 15px;
  font-size: 24px;
  background: #fceff2;
  display: inline-block;
}

.column-detail-text {
  margin-top: 20px;
}

.column-detail-btn {
  text-align: center;
  margin-top: 80px;
}
.column-detail-btn a {
  color: #fff;
  background: #e78299;
  width: 180px;
  max-width: 100%;
  display: inline-block;
  padding: 10px;
  transition: 0.3s all ease-in-out;
  border: 1px solid transparent;
}

.column-recomend-flex {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 10px;
  background: linear-gradient(transparent 90%, #e78299bd 100%);
}
.column-recomend-flex dd {
  font-size: 30px;
  margin-right: 30px;
  color: #e78299;
}
.column-recomend-flex dt {
  font-size: 16px;
}

@media only screen and (max-width: 599px) {
  .column-detaile-main {
    width: 100%;
  }

  .column-detail-side {
    margin: 60px 0;
    flex-basis: 100%;
  }

  .column-detail-border {
    border-bottom: 1px solid #333;
    padding: 10px 0;
  }

  .column-detail-margin {
    margin-top: 25px;
  }
}
.introduction-ifream {
  margin-bottom: 60px;
}

.introduction-ifream .gmap_wrap {
  border: 10px solid #fff;
  position: relative;
  height: 100%;
  overflow: hidden;
  padding-bottom: 50%;
}

.introduction-ifream .gmap_wrap iframe,
.introduction-ifream .gmap_wrap object,
.introduction-ifream .gmap_wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.introduction-clinic-photos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.introduction-clinic-item {
  width: 30%;
  margin: 10px;
}

.introduction-clinic-pic {
  margin-bottom: 10px;
}

.introduction-item-title {
  font-size: 20px;
  margin-bottom: 5px;
  text-align: center;
  color: #e78299;
  border-bottom: 1px solid #e78299;
  padding-bottom: 10px;
}

.introduction-item-text {
  margin-bottom: 10px;
}

@media only screen and (max-width: 599px) {
  .introduction-clinic-item {
    width: 80%;
  }

  .introduction-item-title {
    font-size: 16px;
  }
}
.recruit-subtitle {
  font-size: 28px;
  color: #e78299;
  position: relative;
  margin-bottom: 50px;
  border-bottom: 3px solid #ccc;
  position: relative;
}
.recruit-subtitle::after {
  content: "";
  position: absolute;
  display: block;
  border-bottom: 3px solid #e78299;
  bottom: -3px;
  width: 46%;
}

.rec-contact-btn {
  display: inline-block;
  text-align: center;
}

.rec-message {
  font-size: 22px;
  color: #e78299;
  margin-bottom: 20px;
}

.rec-letter {
  line-height: 1.5;
}

.rec-flex-text {
  align-self: center;
}

.backcolor-sub {
  background: #fceff2;
}

.rec-list-color {
  color: #e78299;
}

.rec-comment-text {
  text-align: center;
}

@media only screen and (max-width: 599px) {
  .recruit-subtitle {
    font-size: 20px;
  }

  .rec-message {
    font-size: 16px;
  }

  .rec-comment-text {
    font-size: 12px;
  }
}
.decay {
  margin-bottom: 100px;
}

.Cause {
  margin-top: 100px;
}

.decay-top-text p {
  line-height: 1.8;
}

.cause-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cause-left {
  width: 48%;
  align-self: center;
}
.cause-left p {
  line-height: 1.8;
}

.cause-right {
  width: 48%;
}

.decay-flex-text p {
  line-height: 1.8;
}

.gentle-treatment {
  margin-top: 100px;
}

.gentle-treatment-pic {
  text-align: center;
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}
.gentle-treatment-pic:after {
  display: block;
  content: "";
  padding-top: 35%;
}
.gentle-treatment-pic img {
  width: 60%;
  height: 100% !important;
  font-family: "object-fit: cover; object-position: 50% 50%;";
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.gentle-treatment-text p {
  line-height: 1.8;
}

.entrust {
  margin-top: 100px;
}

.entrust-wrapper {
  border: 1px solid #e78299;
  padding: 3px 3px;
}
.entrust-wrapper dl {
  margin: 0 auto;
  padding: 0 40px;
  border: 1px solid #e78299;
}
.entrust-wrapper dt {
  padding: 30px 0 0 30px;
}

.entrust_title {
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 30px;
  text-align: center;
}
.entrust_title span {
  position: relative;
  border-bottom: 1px solid #e78299;
}
.entrust_title span::before {
  content: "";
  position: absolute;
  width: 33px;
  height: 32px;
  background-image: url(/import/tenant_2/160.16.202.230/senouclinic/images/common/teeth_transparent.png);
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
}

.entrust-image {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.entrust-image:after {
    display: block;
    content: "";
    padding-top: 40%;
}

.entrust-image img {
    width: 60%;
    height: 100% !important;
    font-family: "object-fit: cover; object-position: 50% 50%;";
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.entrust-text {
  line-height: 1.8;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
  .gentle-treatment {
    margin-top: 80px;
  }

  .entrust {
    margin-top: 80px;
  }

  .entrust-image img {
    width: 80%;
  }

  .decay {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 599px) {
  .decay {
    margin-bottom: 50px;
  }

  ddd .Cause {
    margin-top: 50px;
  }

  .cause-flex {
    flex-direction: column-reverse;
  }

  .cause-left {
    width: 100%;
  }

  .cause-right {
    width: 100%;
  }
  
  .mt-sp-20 {
    margin-top: 20px;
  }

  .gentle-treatment {
    margin-top: 50px;
  }

  .gentle-treatment-pic {
    text-align: center;
  }
  .gentle-treatment-pic:after {
    padding-top: 60%;
  }
  .entrust-image:after {
    padding-top: 60%;
  }
  .gentle-treatment-pic img {
    width: 100%;
  }

  .entrust {
    margin-top: 50px;
  }

  .entrust-wrapper dl {
    padding: 0 15px;
  }

  .entrust_title {
    font-size: 26px;
  }

  .entrust-image img {
    width: 100%;
  }
}
.sick-text span {
  color: #e78299;
  border-bottom: 1px solid #e78299;
}

.recommend {
  margin-bottom: 100px;
}

.recommend-container p {
  margin-bottom: 50px;
  text-align: center;
}

.recommend-span {
  font-size: 26px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  line-height: 42px;
}
.recommend-span::before {
  content: "";
  position: absolute;
  border-left: 1px solid #333;
  width: 1px;
  height: 100px;
  left: -30px;
  top: 0;
  transform: rotate(-20deg);
}
.recommend-span::after {
  content: "";
  position: absolute;
  border-right: 1px solid #333;
  width: 1px;
  height: 100px;
  right: -30px;
  top: 0;
  transform: rotate(20deg);
}

.recommend-lists {
  border: 2px solid #000;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.recommend-list {
  width: 80%;
  background: url(/import/tenant_2/160.16.202.230/senouclinic/images/common/check.png) no-repeat left top;
  font-size: 20px;
  padding-bottom: 15px;
  padding-left: 55px;
  position: relative;
}

.corrent-margin {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .recommend {
    margin-bottom: 80px;
  }

  .recommend-span {
    font-size: 22px;
  }

  .corrent-margin {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 599px) {
  .recommend {
    margin-bottom: 50px;
  }

  .recommend-span {
    font-size: 18px;
  }

  .recommend-container p {
    margin-bottom: 25px;
  }

  .recommend-lists {
    padding: 20px 0;
  }

  .recommend-list {
    font-size: 16px;
  }

  .corrent-margin {
    margin-bottom: 0;
  }
}
.merit {
  background: #fceff2;
  margin: 0 auto;
}

.merit-container {
  background: #fff;
  padding: 30px;
  position: relative;
}

.merit-title {
  background: #fceff2;
  position: relative;
  padding: 10px 10px;
  margin-bottom: 20px;
  font-size: 20px;
}

.merit-lists {
  max-width: 1500px;
}

.merit-left {
  width: 48%;
  position: relative;
}

.merit-subtitle {
  padding-bottom: 5px;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.merit-subtitle span {
  background: #e78299;
  padding: 2px 8px;
  color: #fff;
  font-size: 14px;
}

.list-check li {
  padding: 10px 0 10px 25px;
  text-indent: -25px;
}
.list-check li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  margin-right: 10px;
  color: #e78299;
}

.merit-right {
  margin-left: 20px;
  width: 48%;
  position: relative;
}

.whitening-mt {
  margin-top: 0;
}

@media only screen and (max-width: 599px) {
  .merit-container {
    padding: 15px;
  }

  .merit-title {
    font-size: 18px;
  }

  .merit-left {
    width: 100%;
  }

  .merit-right {
    width: 100%;
    margin-left: 0;
  }
}
.dentures-space {
  margin-top: 100px;
  margin-bottom: 0;
}

@media only screen and (max-width: 599px) {
  .dentures-space {
    margin-top: 50px;
  }
}

.sick-text-pink {
  color: #e78299;
  border-bottom: 1px solid #e78299;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sicktext-bottom {
  margin-bottom: 15px;
}

.implant-mt {
  margin-top: 0;
}

.column-datail-width {
  width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.column-detailbox-mb {
  width: 32%;
  margin-bottom: 2rem;
}

.news-topics-text {
  margin-left: 10px;
  margin-top: 10px;
  font-size: 10px;
}

.btn-color-white:hover {
  color: #fff;
}

@media only screen and (min-width: 599px) {
  .mobail-title {
  display: none;
}

}

@media only screen and (max-width: 599px) {
  .pc-title {
    display: none;
  }
  .rec-letter {
  margin-top: 15px;
}
}

.article-txt h2 {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background: #e78299;
    padding: 5px 10px;
    margin: 20px 0;
}

.article-txt h3 {
    color: #e78299;
    font-size: 20px;
    font-weight: bold;
    border-bottom: solid 3px #e78299;
    padding-bottom: 10px;
    margin: 20px 0;
}

.article-txt h4 {
    color: #e78299;
    font-size: 20px;
    font-weight: bold;
    border-left: solid 4px #e78299;
    padding-left: 10px;
    margin: 20px 0;
}
