@charset "UTF-8";
/*----------------------------------------------------
 elements
----------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #ffffff url(/img/cmn/bg.jpg) repeat 0 0;
  background-size: 288px 288px;
  color: #333;
  font-family: "Lusitana", "NotoSerifCJKjp", serif;
  font-size: 14px;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
  /* font-size auto adjustment */
  position: relative;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a .img {
  overflow: hidden;
}

a .img img {
  transition: 0.3s;
}

a:hover .img img {
  transform: scale(1.1);
}
@media screen and (max-width: 799px) {
  a:hover .img img {
    transform: scale(1);
  }
}

#jquery-lightbox * {
  box-sizing: padding-box;
}

/*----------------------------------------------------
 common
----------------------------------------------------*/
#page {
  position: relative;
  /* min-width: 1200px; */
  padding: 0 20px;
}
@media screen and (max-width: 799px) {
  #page {
    padding: 0;
  }
}

.wrapper {
  width: 100%;
  max-width: 1200px;
  /* min-width: 1100px; */
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 799px) {
  .wrapper {
    min-width: 320px;
    padding: 0;
    overflow: hidden;
  }
}

.container {
  width: 100%;
  max-width: 1200px;
  /* min-width: 1200px; */
}
@media screen and (max-width: 1199px) {
  .container {
    padding: 0;
  }
}
@media screen and (max-width: 799px) {
  .container {
    min-width: 320px;
  }
}

.jp {
  font-family: "Noto Sans", "NotoSansCJKjp", sans-serif;
}

.jp2 {
  font-family: "Lusitana", "NotoSerifCJKjp", serif;
}

.en {
  font-family: "Lusitana", serif;
}

Z .body {
  line-height: 180%;
  font-size: 14px;
}

br.pc {
  display: inline;
}
@media screen and (max-width: 799px) {
  br.pc {
    display: none;
  }
}

br.sp {
  display: none;
}
@media screen and (max-width: 799px) {
  br.sp {
    display: inline;
  }
}

#spMenu,
#spMenuBt {
  display: none;
}

#sb_instagram {
  max-width: 700px;
}

.entry-footer {
  display: none;
}

.site-content {
  -js-display: flex;
  display: flex;
}
@media screen and (max-width: 799px) {
  .site-content {
    margin-top: 30px;
  }
}

.entry-content input[type=text],
.entry-content input[type=email],
.entry-content input[type=tel] {
  max-width: 100%;
}

.section-heading {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0.06em;
}
.section-heading:after {
  content: "";
  display: block;
  width: 100%;
  min-width: 3.2em;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgb(20, 46, 135) 0%, rgba(54, 155, 167, 0.95) 48%, rgb(20, 46, 135) 100%);
}

/*----------------------------------------------------
  link
----------------------------------------------------*/
a {
  transition: 0.3s;
  outline: none;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #ed7924;
  text-decoration: none;
}
@media screen and (max-width: 799px) {
  a:hover {
    color: inherit;
  }
}
@media screen and (max-width: 799px) {
  a:hover {
    color: inherit;
  }
}

.body a:link,
a.alt:link,
a.txLink:link {
  color: #ed7924;
  text-decoration: none;
}

.body a:visited,
a.alt:visited,
a.txLink:visited {
  color: #ed7924;
  text-decoration: none;
}

.body a:hover,
a.alt:hover,
a.txLink:hover {
  color: #ed7924;
  text-decoration: underline;
}
@media screen and (max-width: 799px) {
  .body a:hover,
  a.alt:hover,
  a.txLink:hover {
    color: inherit;
    text-decoration: none;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

/*----------------------------------------------------
  button
----------------------------------------------------*/
/* button Base */
.pageArticle #main p.bt,
.single #main p.bt {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 60px;
}

a.btnBase,
#contactform input[type=submit] {
  border: 1px solid #142e87;
  color: #142e87;
  display: inline-block;
  line-height: 140%;
  z-index: 2;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 8px 0 0;
  min-height: 34px;
  min-width: 200px;
  border-radius: 0px;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
  background: transparent;
  margin: 0 auto;
}

#page a.btnBase,
.pageArticle a.btnBase {
  color: #142e87;
}

#page a.btnBase:hover,
.pageArticle a.btnBase:hover,
#contactform input[type=submit]:hover {
  background: #142e87;
  color: #fff;
}
@media screen and (max-width: 799px) {
  #page a.btnBase:hover,
  .pageArticle a.btnBase:hover,
  #contactform input[type=submit]:hover {
    background: transparent;
    color: #142e87;
  }
}

a.btnBase:hover {
  opacity: 1;
}

/*----------------------------------------------------
  header
----------------------------------------------------*/
#masthead {
  height: 200px;
  margin-bottom: 40px;
  position: relative;
  z-index: 9998;
}
@media screen and (max-width: 799px) {
  #masthead {
    height: auto;
    margin-bottom: 20px;
  }
}

#masthead .wrapper {
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 799px) {
  #masthead .wrapper {
    padding-top: 20px;
  }
}

#masthead .wrapper:before {
  content: url(/img/cmn/light.png);
  width: 800px;
  height: 800px;
  position: absolute;
  left: -300px;
  top: -300px;
  z-index: 1;
}

#masthead h1 {
  padding-top: 0px;
  width: 280px;
  position: relative;
  z-index: 10000;
}
@media screen and (max-width: 799px) {
  #masthead h1 {
    width: 200px;
    margin-left: 20px;
  }
}

#masthead h1 img {
  width: 100%;
}

#masthead h2 {
  display: inline-block;
  border: 1px solid #9f9fa0;
  letter-spacing: 1px;
  line-height: 100%;
  color: #9f9fa0;
  font-size: 11px;
  font-weight: normal;
  padding: 5px;
  position: absolute;
  left: 158px;
  top: 20px;
  z-index: 10000;
}
@media screen and (max-width: 799px) {
  #masthead h2 {
    transform: scale(0.7);
    left: 117px;
    top: 2px;
  }
}

#masthead #hdInfo {
  position: absolute;
  right: 0;
  top: 20px;
  width: 860px;
  color: #142e87;
  text-align: right;
  z-index: 10000;
  font-size: 0;
  -js-display: flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 799px) {
  #masthead #hdInfo {
    display: none;
  }
}

#masthead #hdInfo li {
  font-size: 14px;
  display: inline-block;
  text-align: center;
  vertical-align: top;
}

#masthead #hdInfo li:nth-child(1) {
  position: relative;
  margin-right: 20px;
}

#masthead #hdInfo li:nth-child(2) > div {
  -js-display: flex;
  display: flex;
  justify-content: space-between;
}

#masthead #hdInfo li.time .timeWrap {
  -js-display: flex;
  display: flex;
}

#masthead #hdInfo li.time .col1 {
  -js-display: flex;
  display: flex;
  align-items: center;
  margin-right: 10px;
}

#masthead #hdInfo li.time p.time span {
  font-size: 11px;
  margin-left: 5px;
}

#masthead #hdInfo li.btnMenu {
  -js-display: flex;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#masthead #hdInfo li.btnMenu div {
  flex-direction: column;
  align-items: center;
}

#masthead #hdInfo li.btnMenu .bt {
  line-height: 100%;
}

#masthead #hdInfo li.btnMenu .bt:nth-child(2) {
  margin-top: 10px;
}

#masthead #hdInfo h2 {
  display: inline-block;
}

#masthead #hdInfo h3 {
  position: relative;
  padding-bottom: 7px;
  margin-bottom: 10px;
}

#masthead #hdInfo h3:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background: #142e87;
}

#masthead .body {
  display: inline-block;
}

#masthead .time {
  display: inline-block;
  margin-left: 10px;
}

#masthead .note {
  font-size: 10px;
  display: block;
}

#masthead .tel {
  display: inline-block;
  font-size: 24px;
  padding-top: 6px;
}

#masthead .tel:before {
  content: "\e0cd";
  font-family: "Material Icons";
  font-size: 20px;
  vertical-align: baseline;
  position: relative;
  top: 3px;
  margin-right: 3px;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

#masthead .tel a {
  color: #142e87;
}

/*----------------------------------------------------
  gNv
----------------------------------------------------*/
#gNv {
  position: absolute;
  left: 0px;
  top: 140px;
  height: 60px;
  width: 1200px;
  background: #142e87;
  z-index: 10000;
}

#gNv ul {
  font-size: 0;
  padding-left: 16px;
}

#gNv li {
  display: inline-block;
  font-size: 15px;
  line-height: 100%;
}

#gNv a {
  display: block;
  padding: 24px 20px 21px;
  color: #fff;
  position: relative;
  font-weight: normal;
}

#gNv > ul > li > a:after {
  content: "";
  display: block;
  position: absolute;
  background: #e8d493;
  width: 0;
  height: 3px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: 0.5s;
}

#gNv a:hover:after,
#gNv .on a:after {
  width: 40%;
}

/*----------------------------------------------------
  colophon
----------------------------------------------------*/
#footerWrap {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 40px 0;
  position: relative;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 799px) {
  #footerWrap {
    padding: 40px 15px;
  }
}
@media screen and (max-width: 1000px) {
  #footerWrap {
    justify-content: center;
  }
}

#colophon.site-footer {
  background: transparent;
}
#colophon.site-footer #logoFt {
  width: 140px;
  color: #142e87;
}
@media screen and (max-width: 799px) {
  #colophon.site-footer #logoFt {
    width: 100%;
    position: relative;
    top: auto;
    transform: none;
    text-align: center;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 799px) {
  #colophon.site-footer #logoFt .img {
    width: 100px;
    position: relative;
    top: auto;
    transform: none;
    text-align: center;
    margin: 0 auto 30px;
  }
}
#colophon.site-footer #logoFt img {
  display: block;
  margin-bottom: 20px;
}
#colophon.site-footer #logoFt .company {
  display: block;
  text-align: center;
  font-size: 10px;
  letter-spacing: 2px;
}
@media screen and (max-width: 799px) {
  #colophon.site-footer #logoFt .company {
    letter-spacing: 0px;
    margin-bottom: 3px;
    width: 90vw;
  }
}
#colophon.site-footer #logoFt .name {
  display: block;
  text-align: center;
  font-size: 13px;
  margin-bottom: 30px;
}
@media screen and (max-width: 799px) {
  #colophon.site-footer #logoFt .name {
    width: 90vw;
  }
}
@media screen and (max-width: 799px) {
  #colophon.site-footer h2 {
    letter-spacing: 1px;
    font-size: 14px;
    margin-bottom: 30px;
  }
}
#colophon.site-footer #accessTx {
  width: 220px;
  text-align: center;
  color: #142e87;
}
@media screen and (max-width: 799px) {
  #colophon.site-footer #accessTx {
    width: 100%;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
}
#colophon.site-footer h3 {
  padding-bottom: 3px;
  position: relative;
}
@media screen and (max-width: 799px) {
  #colophon.site-footer h3 {
    margin-bottom: 10px;
  }
}
#colophon.site-footer h3::after {
  content: "";
  width: 40%;
  height: 1px;
  background-color: #142e87;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#colophon.site-footer .tel {
  font-size: 24px;
  margin-bottom: 10px;
}
#colophon.site-footer .tel a {
  color: #142e87;
}
#colophon.site-footer .bt {
  margin-bottom: 10px;
}
#colophon.site-footer .btnBase {
  width: 80%;
}
#colophon.site-footer address {
  font-style: normal;
  margin-bottom: 10px;
}
#colophon.site-footer .access {
  font-size: 11px;
}
#colophon.site-footer .access strong {
  font-size: 13px;
  display: block;
  margin-top: 3px;
}
#colophon.site-footer .access strong.iL {
  display: inline-block;
}
#colophon.site-footer #mapFt {
  width: calc(100% - 460px);
}
@media screen and (max-width: 799px) {
  #colophon.site-footer #mapFt {
    padding-left: 0px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #colophon.site-footer #mapFt {
    margin-top: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #colophon.site-footer #mapFt iframe {
    width: 100%;
    height: 300px;
  }
}
#colophon.site-footer iframe {
  border: 0;
  outline: none;
}

.english #colophon #logoFt .company {
  letter-spacing: 0;
  line-height: 140%;
  margin-bottom: 10px;
}
.english #colophon #logoFt .name {
  font-size: 16px;
  line-height: 140%;
}

#ftCopyrightWrap {
  position: relative;
  padding: 30px 0 60px;
}
@media screen and (max-width: 799px) {
  #ftCopyrightWrap {
    padding: 20px 0 40px;
    text-align: center;
  }
}

#copyright {
  font-size: 11px;
  color: #142e87;
}

#ftNv {
  position: absolute;
  right: 0;
  top: 30px;
}
@media screen and (max-width: 799px) {
  #ftNv {
    display: none;
  }
}

#ftNv li {
  display: inline-block;
  font-size: 12px;
  padding-left: 10px;
  border-left: 1px solid #142e87;
  margin-left: 10px;
}

#ftNv li:last-child {
  padding-right: 10px;
  border-right: 1px solid #142e87;
}

#ftNv li a {
  color: #142e87;
}

/*----------------------------------------------------
  side
----------------------------------------------------*/
.site-content .widget-area {
  padding-top: 0px;
}
@media screen and (max-width: 799px) {
  .site-content .widget-area {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    margin-left: auto;
    padding: 0 15px;
  }
}

#text-2 {
  display: none;
}

/*----------------------------------------------------
  #sNavi
----------------------------------------------------*/
#sNavi {
  border: 1px solid #edf0f5;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 3px 6px rgba(14, 35, 90, 0.03);
  margin-bottom: 40px;
  transition: 0.4s both;
}
#sNavi .sNvTitle {
  display: none;
}
#sNavi ul {
  padding: 10px 0;
}
#sNavi ul li {
  padding: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 13px;
}
#sNavi ul li:last-child {
  border-bottom: none;
}
#sNavi ul li a {
  color: #142e87;
  -js-display: flex;
  display: flex;
  align-items: center;
  position: relative;
  --service-nav-icon: url("/img/cmn/service-icons/general-foot.png");
}
#sNavi ul li a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  background: rgba(180, 190, 250, 0.15) var(--service-nav-icon) no-repeat center center;
  background-size: 26px;
  margin-right: 5px;
}
#sNavi ul li a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpolyline points='2,1.5 9,6 2,10.5' fill='none' stroke='%23142e87' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  transform: rotate(0deg);
  transform-origin: center;
}
#sNavi ul li a:after {
  position: absolute;
  right: 5px;
  top: 52%;
  transform: translateY(-50%);
  transition: 0.6s;
}
#sNavi ul li a:hover {
  opacity: 1;
  color: #54c3cf;
}
#sNavi ul li a:hover::after {
  right: 0;
}
#sNavi ul li.service a {
  --service-nav-icon: url("/img/cmn/service-icons/general-foot.png");
}
#sNavi ul li.children a {
  --service-nav-icon: url("/img/cmn/service-icons/children-foot.png");
}
#sNavi ul li.footcare a {
  --service-nav-icon: url("/img/cmn/service-icons/footcare.png");
}
#sNavi ul li.walking a {
  --service-nav-icon: url("/img/cmn/service-icons/walking-support.png");
}
#sNavi ul li.sports_injury a {
  --service-nav-icon: url("/img/cmn/service-icons/sports-foot.png");
}
#sNavi ul li.rheumatoid_foot a {
  --service-nav-icon: url("/img/cmn/service-icons/rheumatoid-foot.png");
}
#sNavi ul li.insole a {
  --service-nav-icon: url("/img/cmn/service-icons/insole.png");
}
#sNavi ul li.running-special a {
  --service-nav-icon: url("/img/cmn/service-icons/running-special.png");
}
#sNavi ul li.ballet a {
  --service-nav-icon: url("/img/cmn/service-icons/ballet-injury.png");
}
#sNavi ul li.minor-surgery a {
  --service-nav-icon: url("/img/cmn/service-icons/minor-surgery.png");
}
#sNavi ul li.bunion-special a {
  --service-nav-icon: url("/img/cmn/service-icons/hallux-valgus.png");
}

#siteBanList {
  margin-bottom: 60px;
}

#siteBanList li {
  width: 100%;
  height: 60px;
  margin-bottom: 10px;
}

#siteBanList li.img {
  height: auto;
}

#siteBanList li a {
  display: block;
  height: 100%;
  background: #fff url(/img/cmn/bg_ban2.jpg) no-repeat center center;
  background-size: 300px auto;
  border: 1px solid #142e87;
  position: relative;
  color: #142e87;
  line-height: 100%;
}

#siteBanList li a:after {
  content: "";
  background: rgba(6, 98, 146, 0.07);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#siteBanList li a:hover {
  background-size: 340px auto;
}

#siteBanList li.img a {
  background: none;
  border: 0;
}

#siteBanList li.img a::after {
  content: none;
}

#siteBanList li:nth-child(2) a:after {
  background: rgba(6, 148, 146, 0.07);
}

#siteBanList li:nth-child(3) a:after {
  background: rgba(176, 178, 66, 0.07);
}

#siteBanList li a span {
  display: block;
  width: 90%;
  margin: 0 auto;
  padding-left: 20px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 3px;
  vertical-align: middle;
  z-index: 1000;
}

#siteBanList li a span i {
  font-size: 30px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

#siteBanList li a span strong {
  font-size: 11px;
  display: inline-block;
  background-color: #142e87;
  color: #fff;
  padding: 2px 5px;
  line-height: 100%;
  margin-left: 10px;
  position: relative;
  top: -3px;
}

#secondary #sb_instagram {
  max-width: 500px;
  margin: 40px auto;
}

#sb_instagram .sb_instagram_header .sbi_header_text,
.sb_instagram_header .sbi_header_text {
  gap: 10px;
}

#sb_instagram .sb_instagram_header,
.sb_instagram_header {
  padding: 0;
}

#sb_instagram .sb_instagram_header h3,
.sb_instagram_header h3 {
  font-weight: normal;
}

.entry-content .instagram {
  margin-top: 40px;
}

/*----------------------------------------------------
  medidateArea
----------------------------------------------------*/
#medidateArea {
  margin-bottom: 40px;
}

#mediDate {
  width: 100%;
  margin: 0px auto 0;
}

#mediDate th,
#mediDate td {
  border: 1px solid #ddd;
  border-width: 1px 0;
  padding: 10px 3px;
  font-size: 12px;
  vertical-align: middle;
}

#mediDate th {
  color: #066292;
}

#mediDate th.day {
  text-align: center;
}

#mediDate td.time {
  font-size: 11px;
  line-height: 140%;
}

#mediDate td.day {
  width: 10%;
  text-align: center;
}

#mediDate td.time .en {
  font-size: 11px;
}

#mediDate td.time .note {
  font-size: 10px;
}

.tblNote {
  margin: 10px auto 10px;
  font-size: 12px;
  text-align: right;
}

#medidateArea .note {
  font-size: 12px;
  color: #999;
}

#medidateArea .calendar a {
  width: 100%;
  margin-top: 10px;
  height: 42px;
  padding-top: 12px;
  line-height: 120%;
}

#medidateArea .calendar a:nth-child(n+2) {
  margin-top: 5px;
}

#medidateArea .calendar a:before {
  content: "\e916";
  font-family: "Material Icons";
  font-size: 1.3rem;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 5px;
}

/*----------------------------------------------------
  visualBanList
----------------------------------------------------*/
#visualBanList {
  margin-bottom: 40px;
}

#visualBanList li {
  margin-bottom: 10px;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

#visualBanList li a {
  display: block;
  background: #fff url(/img/cmn/bg_leather.jpg) repeat center center;
  padding: 5px;
  text-align: center;
  color: #142e87;
}

#visualBanList li a .title {
  font-size: 13px;
  padding: 20px 0 10px;
  line-height: 100%;
  position: relative;
  overflow: hidden;
}

#visualBanList li a .title:after {
  content: "";
  display: block;
  background: #e8d493;
  width: 20px;
  height: 20px;
  position: absolute;
  right: -10px;
  bottom: -10px;
  transform: rotate(-45deg);
}

#visualBanList li a .title span {
  display: inline-block;
  position: relative;
}

#visualBanList li a .title span:after {
  content: "";
  display: block;
  background: #142e87;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0%;
  bottom: 1px;
}

/*----------------------------------------------------
  otherBanList
----------------------------------------------------*/
#otherBanList {
  max-width: 400px;
  margin: 0 auto;
}

#otherBanList li {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
}

#otherBanList a {
  display: block;
  width: 100%;
  height: 60px;
  background: #142e87;
  position: relative;
  color: #fff;
  border: 3px solid #fff;
  overflow: hidden;
}

#otherBanList a:after {
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.1);
  width: 350px;
  height: 350px;
  position: absolute;
  right: -140px;
  bottom: -110px;
  transform: rotate(-45deg);
  transition: 0.6s;
}

#otherBanList a:hover:after {
  right: -170px;
  bottom: -110px;
}
@media screen and (max-width: 799px) {
  #otherBanList a:hover:after {
    right: -140px;
  }
}

#otherBanList span {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

#otherBanList .mI {
  margin-right: 5px;
  font-size: 16px;
  position: relative;
  top: -2px;
  color: #e8d493;
}

/*----------------------------------------------------
  wp_theme
----------------------------------------------------*/
.site-content {
  clear: both;
  padding-bottom: 60px;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 799px) {
  .site-content {
    margin-top: 30px;
  }
}

.site-content #primary {
  width: calc(100% - 360px);
  position: relative;
  z-index: 9998;
}
@media screen and (max-width: 1000px) {
  .site-content #primary {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 799px) {
  .site-content #primary {
    width: 100%;
    padding: 0 15px;
  }
}

.site-content #secondary {
  width: 300px;
  margin-left: auto;
  border: 0;
  border-top: none;
}
@media screen and (max-width: 1000px) {
  .site-content #secondary {
    width: 260px;
  }
}
@media screen and (max-width: 799px) {
  .site-content #secondary {
    width: 100%;
    margin-top: 40px;
  }
}

.entry-content {
  margin-top: 0;
}

.entry-footer {
  text-align: right;
  margin-top: 60px;
}

.entry-footer .edit-link a {
  font-size: 14px;
  color: #fff;
  background: #142e87;
  padding: 10px 30px 10px 34px;
  letter-spacing: 5px;
  text-align: center;
  display: inline-block;
  border-radius: 5px;
}

/* single */
body.single .entry-header > .entry-meta:nth-child(1),
body.single .entry-meta .by-author,
body.single .entry-meta .fa-clock-o,
body.single .entry-footer,
body.single .post-navigation {
  display: none;
}

.entry-meta span:not(:first-child):before {
  content: none;
  margin-right: 0;
}

body.single .entry-header .entry-title {
  letter-spacing: 6px;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
}

body.single .entry-meta {
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 10px;
}

body.single .entry-meta:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #142e87;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}

body.single .entry-meta span.posted-on {
  margin-top: 0;
}

.entry-meta span:not(:first-child) {
  padding-left: 0;
}

body.single .entry-meta span.posted-on a {
  letter-spacing: 6px;
  font-weight: normal;
  font-size: 12px;
  color: #142e87;
  display: block;
}

body.single .entry-meta span.posted-on a time {
  font-style: normal;
}

/*----------------------------------------------------
  responsive-only selectors
----------------------------------------------------*/
@media screen and (max-width: 799px) {
  body,
  #page {
    font-size: 11px;
    min-width: 320px;
  }
}

@media screen and (max-width: 799px) {
  #content {
    width: 100%;
    min-height: 0 !important;
  }
}

@media screen and (max-width: 799px) {
  body:not(.home) #masthead {
    padding-bottom: 20px;
    border-bottom: 1px solid #142e87;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 799px) {
  td a:hover,
  th a:hover,
  caption a:hover {
    color: inherit;
  }
}

@media screen and (max-width: 799px) {
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    color: inherit;
  }
}

@media screen and (max-width: 799px) {
  button:hover,
  input[type=button]:hover,
  input[type=reset]:hover,
  input[type=submit]:hover {
    border-color: inherit;
  }
}

@media screen and (max-width: 799px) {
  .widget-area a:hover {
    opacity: 1;
    color: inherit;
  }
}

@media screen and (max-width: 799px) {
  .entry-content a:hover {
    color: inherit;
    opacity: 1;
  }
}

@media screen and (max-width: 799px) {
  a:hover img {
    opacity: 1;
  }
}

@media screen and (max-width: 799px) {
  .cap {
    font-size: 10px;
  }
}

@media screen and (max-width: 799px) {
  #glovalNavi {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  .btnBase {
    font-size: 14px;
    padding: 20px 0 0;
    min-height: 60px;
    color: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
  }
}

@media screen and (max-width: 799px) {
  .body {
    font-size: 11px;
  }
}

@media screen and (max-width: 799px) {
  #spMenuBt {
    display: block;
    position: fixed;
    right: 10px;
    top: 20px;
    padding: 10px;
    z-index: 900000;
    text-align: center;
  }
}
@media screen and (max-width: 799px) {
  #spMenuBt i.mI {
    font-size: 30px;
    color: #142e87;
  }
}
@media screen and (max-width: 799px) {
  #spMenuBt span:nth-child(1) {
    display: block;
  }
}
@media screen and (max-width: 799px) {
  #spMenuBt span:nth-child(2) {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  #spMenuWrap.open #spMenuBt span:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 799px) {
  #spMenuWrap.open #spMenuBt span:nth-child(2) {
    display: block;
  }
}
@media screen and (max-width: 799px) {
  #spMenuWrap.open #spMenu {
    left: 0%;
  }
}

@media screen and (max-width: 799px) {
  #spMenu {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 100%;
    top: 0;
    background: rgba(255, 255, 255, 0.95);
    z-index: 800000;
    text-align: center;
    overflow: hidden;
    transition: 0.3s;
  }
}
@media screen and (max-width: 799px) {
  #spMenu .spMenuContent {
    display: block;
    margin-top: 40px;
  }
}

@media screen and (max-width: 799px) {
  #spGNv li {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 799px) {
  #spGNv li a {
    color: #142e87;
  }
}

@media screen and (max-width: 799px) {
  #spInfo {
    margin-top: 20px;
    border-top: 1px solid #142e87;
    border-bottom: 1px solid #142e87;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 0;
  }
}
@media screen and (max-width: 799px) {
  #spInfo li {
    display: inline-block;
    width: 48%;
    font-size: 12px;
    vertical-align: top;
  }
}
@media screen and (max-width: 799px) {
  #spInfo li .body {
    font-size: 14px;
    color: #142e87;
  }
}
@media screen and (max-width: 799px) {
  #spInfo li .time span {
    font-size: 11px;
    display: block;
    color: #999;
  }
}
@media screen and (max-width: 799px) {
  #spInfo li .note {
    font-size: 11px;
  }
}
@media screen and (max-width: 799px) {
  #spInfo li:nth-child(2) h3:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 799px) {
  #spInfo li:nth-child(2) .body {
    font-size: 10px;
  }
}
@media screen and (max-width: 799px) {
  #spInfo li:nth-child(2) .bt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 799px) {
  #spInfo li:nth-child(2) .btnBase {
    width: 100%;
    min-width: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 799px) {
  #spInfo h3 {
    color: #142e87;
    font-size: 13px;
    padding-bottom: 10px;
    position: relative;
  }
}
@media screen and (max-width: 799px) {
  #spInfo h3:after {
    content: "";
    display: block;
    width: 30%;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    background: #142e87;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 799px) {
  #spInfo .tel {
    font-size: 18px;
  }
}

@media screen and (max-width: 799px) {
  #siteBanList li a,
  #siteBanList li a:hover {
    background-size: cover;
  }
}

@media screen and (max-width: 799px) {
  .english #siteBanList li a span {
    font-size: 14px;
  }
}

@media screen and (max-width: 799px) {
  html #wpadminbar {
    display: none !important;
  }
}
@media screen and (max-width: 799px) {
  html {
    margin-top: 0px !important;
  }
}

/*----------------------------------------------------
 new Gloval Navi
----------------------------------------------------*/
.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

#newHeader {
  margin-bottom: 30px;
}
@media screen and (max-width: 799px) {
  #newHeader {
    margin-bottom: 0;
  }
}
#newHeader .headerTop {
  background: url(/img/cmn/bg_poly.png) no-repeat center center;
  background-size: cover;
  width: calc(100% + 40px);
  min-height: 130px;
  margin: 0 0 0 -20px;
  position: relative;
  -js-display: flex;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 20px 0 30px;
}
@media screen and (max-width: 799px) {
  #newHeader .headerTop {
    margin: 0;
    width: 100%;
    min-height: auto;
    padding: 20px;
  }
}
#newHeader .headerTop > h1 {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#newHeader .headerTop > h1 a {
  width: 260px;
  min-width: 180px;
  max-width: 40vw;
}
#newHeader .headerTop #hdInfo {
  -js-display: flex;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  flex-direction: column;
}
@media screen and (max-width: 799px) {
  #newHeader .headerTop #hdInfo {
    display: none;
  }
}
#newHeader .headerTop #hdInfo .recept {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  color: #142e87;
}
#newHeader .headerTop #hdInfo .recept h2 {
  background-color: #142e87;
  border-radius: 5px;
  color: #ffffff;
  line-height: 120%;
  width: 46px;
  min-height: 58px;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
#newHeader .headerTop #hdInfo .recept .body {
  text-align: left;
}
#newHeader .headerTop #hdInfo .recept .day {
  line-height: 160%;
  text-align: left;
}
#newHeader .headerTop #hdInfo .recept .day span {
  font-size: 11px;
  margin-left: 20px;
}
#newHeader .headerTop #hdInfo .recept .time {
  font-size: 12px;
  line-height: 160%;
}
#newHeader .headerTop #hdInfo .recept .time strong {
  font-size: 18px;
  font-weight: normal;
}
#newHeader .headerTop #hdInfo .recept .time .last {
  font-size: 11px;
}
#newHeader .headerTop #hdInfo #subNv {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #142e87;
}
#newHeader .headerTop #hdInfo #subNv ul {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-right: 20px;
  height: 47px;
}
#newHeader .headerTop #hdInfo #subNv li {
  display: inline-block;
  margin-left: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 13px;
  font-weight: 500;
}
#newHeader .headerTop #hdInfo #subNv li a {
  color: #142e87;
}
@media screen and (min-width: 800px) {
  #newHeader .headerTop #hdInfo #subNv li a:hover {
    color: #c8b473;
  }
}
#newHeader .headerTop #hdInfo #subNv .lang {
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  height: 47px;
  font-size: 14px;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
}
#newHeader .headerTop #hdInfo #subNv .lang a {
  color: #142e87;
}
#newHeader .headerTop #hdInfo #subNv .lang span {
  color: #142e87;
  font-weight: bold;
  text-decoration: underline;
}
#newHeader .headerTop #hdInfo #subNv .lang::after {
  content: "";
  width: 1px;
  height: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #142e87;
}
#newHeader #gNv {
  width: calc(100% + 40px);
  height: 50px;
  background: url(/img/cmn/bg_poly2.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  -js-display: flex;
  display: flex;
  padding-right: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  left: auto;
  top: auto;
  margin-left: -20px;
}
@media screen and (max-width: 799px) {
  #newHeader #gNv {
    width: 100%;
    margin-left: 0px;
    display: none;
  }
}
#newHeader #gNv li {
  height: 100%;
}
#newHeader #gNv .nvBody {
  height: 100%;
}
#newHeader #gNv .nvBody > li + li {
  margin-left: 30px;
}
#newHeader #gNv a {
  font-size: 15px;
  font-weight: 500;
  height: 100%;
  padding: 0;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
#newHeader #gNv a .material-symbols-outlined {
  position: relative;
  transform: rotate(90deg);
}
@media screen and (min-width: 800px) {
  #newHeader #gNv a:hover {
    color: #e8d493;
  }
}
#newHeader #mega {
  position: absolute;
  left: 14px;
  top: 60px;
  height: 230px;
  background: rgb(255, 255, 255);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  width: calc(100vw - 40px);
  -js-display: flex;
  display: none;
  align-items: center;
  justify-content: center;
}
#newHeader #mega ul {
  padding-left: 0;
}
#newHeader #mega .megaNv {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  height: 100%;
  width: 100%;
}
#newHeader #mega .megaNv a {
  color: #142e87;
}
@media screen and (min-width: 800px) {
  #newHeader #mega .megaNv a:hover {
    background-color: #f5f1e6;
  }
}
#newHeader #mega .megaMain {
  font-size: 1rem;
  -js-display: flex;
  display: flex;
  justify-content: center;
  height: 100%;
  width: 70%;
}
#newHeader #mega .megaMain li + li {
  margin-left: 10px;
}
#newHeader #mega .megaMain li a {
  height: 100%;
  width: 200px;
  max-width: 100%;
  background-color: #e9f2ff;
  border-radius: 10px;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  font-weight: bold;
  padding: 0 0 10px;
  overflow: hidden;
}
#newHeader #mega .megaMain li a .img {
  width: 100%;
  height: 150px;
  background: no-repeat center center;
  background-size: cover;
}
#newHeader #mega .megaMain li a span {
  display: block;
  text-align: center;
  padding: 0 10px;
  line-height: 130%;
}
#newHeader #mega .megaSub {
  text-align: left;
  margin-left: 20px;
}
#newHeader #mega .megaSub li {
  display: block;
  line-height: 200%;
}
#newHeader #mega .megaSub li a {
  align-items: center;
  font-weight: bold;
  justify-content: flex-start;
}
#newHeader #mega #info .megaMain {
  max-width: 880px;
}
#newHeader #mega #info .megaMain a {
  width: calc((100vw - 60px) * 0.7 / 4 - 8px);
  max-width: 200px;
}
#newHeader #mega #about .megaMain {
  width: 100%;
}
#newHeader #mega #about .megaMain a {
  width: calc((100vw - 60px - 50px) / 6);
  max-width: 200px;
}

.english #newHeader .headerTop #hdInfo .recept h2 {
  width: 80px;
}

/*----------------------------------------------------
  spMenuNew
----------------------------------------------------*/
#spMenuWrap {
  opacity: 1;
  visibility: visible;
}
#spMenuWrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: 0.5s;
}
#spMenuWrap #spMenu2 {
  opacity: 0;
  visibility: hidden;
}
#spMenuWrap.open::after {
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 19998;
  pointer-events: all;
}
#spMenuWrap.open #spMenu2 {
  opacity: 1;
  visibility: visible;
  right: 0;
  z-index: 19999;
}

nav.spMenuNew {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: auto;
  background: rgba(255, 255, 255, 0.9);
  transition: right 0.3s ease-in-out;
  z-index: 20000;
}
nav.spMenuNew .nvBody {
  position: relative;
  transition: transform 0.5s ease-in-out, height 0.3s ease-in-out;
  padding: 30px 20px;
}
nav.spMenuNew .nvBody li {
  font-size: 18px;
  margin-bottom: 10px;
}
nav.spMenuNew .nvBody li a {
  color: #142e87;
  display: block;
}
nav.spMenuNew .nvBody li a .material-symbols-outlined {
  vertical-align: middle;
}
nav.spMenuNew #nvSecond {
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  background: white;
  padding: 30px 20px;
  transition: transform 0.3s ease-in-out, height 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
nav.spMenuNew #nvSecond.active {
  opacity: 1;
  visibility: visible;
  left: 0;
}
nav.spMenuNew #nvSecond .secondNv {
  position: absolute;
  width: 100%;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
nav.spMenuNew #nvSecond .secondNv.active {
  transform: translateX(0);
}
nav.spMenuNew #nvSecond .secondNv .secondMain {
  font-size: 18px;
}
nav.spMenuNew #nvSecond .secondNv .secondMain li {
  margin-bottom: 10px;
}
nav.spMenuNew #nvSecond .secondNv .secondMain a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #142e87;
  --service-nav-icon: url("/img/cmn/service-icons/general-foot.png");
}
nav.spMenuNew #nvSecond .secondNv .secondMain a::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border-radius: 15px;
  background: rgba(180, 190, 250, 0.15) var(--service-nav-icon) no-repeat center center;
  background-size: 26px;
  margin-right: 8px;
}
nav.spMenuNew #nvSecond .secondNv .secondMain a .material-symbols-outlined {
  vertical-align: middle;
}
nav.spMenuNew #nvSecond .secondNv .secondMain li.backBtn a {
  display: block;
}
nav.spMenuNew #nvSecond .secondNv .secondMain li.backBtn a::before {
  content: none;
}
nav.spMenuNew #nvSecond .secondNv .secondMain li.service a {
  --service-nav-icon: url("/img/cmn/service-icons/general-foot.png");
}
nav.spMenuNew #nvSecond .secondNv .secondMain li.children a {
  --service-nav-icon: url("/img/cmn/service-icons/children-foot.png");
}
nav.spMenuNew #nvSecond .secondNv .secondMain li.footcare a {
  --service-nav-icon: url("/img/cmn/service-icons/footcare.png");
}
nav.spMenuNew #nvSecond .secondNv .secondMain li.walking a {
  --service-nav-icon: url("/img/cmn/service-icons/walking-support.png");
}
nav.spMenuNew #nvSecond .secondNv .secondMain li.sports_injury a {
  --service-nav-icon: url("/img/cmn/service-icons/sports-foot.png");
}
nav.spMenuNew #nvSecond .secondNv .secondMain li.rheumatoid_foot a {
  --service-nav-icon: url("/img/cmn/service-icons/rheumatoid-foot.png");
}
nav.spMenuNew #nvSecond .secondNv .secondMain li.insole a {
  --service-nav-icon: url("/img/cmn/service-icons/insole.png");
}
nav.spMenuNew #nvSecond .secondNv .secondMain li.running-special a {
  --service-nav-icon: url("/img/cmn/service-icons/running-special.png");
}
nav.spMenuNew #nvSecond .secondNv .secondMain li.ballet a {
  --service-nav-icon: url("/img/cmn/service-icons/ballet-injury.png");
}
nav.spMenuNew #nvSecond .secondNv .secondMain li.minor-surgery a {
  --service-nav-icon: url("/img/cmn/service-icons/minor-surgery.png");
}
nav.spMenuNew #nvSecond .secondNv .secondMain li.bunion-special a {
  --service-nav-icon: url("/img/cmn/service-icons/hallux-valgus.png");
}
nav.spMenuNew .lang {
  text-align: center;
  font-size: 16px;
}
nav.spMenuNew .lang a {
  color: #142e87;
}
nav.spMenuNew .lang span {
  color: #142e87;
  font-weight: bold;
  text-decoration: underline;
}
nav.spMenuNew #spInfo {
  padding: 20px;
}
nav.spMenuNew #spInfo h3 {
  font-size: 12px;
}
nav.spMenuNew #spInfo li {
  text-align: center;
}
nav.spMenuNew .menu-open #spMenu {
  right: 0;
}

/*----------------------------------------------------
  common add
----------------------------------------------------*/
.mainBanner {
  text-align: center;
}
.mainBanner a {
  display: block;
  max-width: 560px;
  margin: 0 auto 20px;
}

#secondary .contentBan li {
  margin-bottom: 10px;
  text-align: center;
}
#secondary .contentBan li a {
  display: inline-block;
  max-width: 500px;
}

@media screen and (max-width: 799px) {
  #siteBanList {
    max-width: 400px;
    margin: 0 auto 60px;
  }
  #medidateArea {
    max-width: 400px;
    margin: 0 auto 60px;
  }
  .contentBan {
    max-width: 400px;
    margin: 0 auto 60px;
  }
  #visualBanList {
    max-width: 400px;
    margin: 0 auto 60px;
  }
}
/*----------------------------------------------------
 comments-area
----------------------------------------------------*/
.comment-list .reply a {
  font-size: 13px;
  border: 1px solid #142e87;
  background: #142e87;
  color: #ffffff;
  padding: 10px 20px;
  line-height: 100%;
  display: inline-block;
  border-radius: 20px;
}
.comment-list .reply a:hover {
  background: #ffffff;
  color: #142e87;
}

.comments-area {
  border: 0;
  padding: 0;
}
.comments-area .comments-title {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  border: 0;
  background-color: #142e87;
  color: white;
}
.comments-area .comments-title i {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-align: center;
  border: 2px solid #142e87;
  background-color: #ffffff;
  color: #142e87;
  position: absolute;
  right: -20px;
  top: -20px;
  border-radius: 20px;
}

.comment-list li.comment {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 10px;
  margin-top: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.comment-list .children li {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  margin-top: 10px;
}
.comment-list .comment {
  border-top: 0;
}
.comment-list .comment-author .custom-avatar {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.comment-list .comment-author .avatar {
  float: none;
  position: absolute;
  left: 0;
}
.comment-list .comment-author .fn {
  font-size: 16px;
  color: #142e87;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.comment-list .comment-author.vcard,
.comment-list .comment-metadata {
  padding-left: 60px;
}
.comment-list time:before {
  content: none;
}
.comment-list time {
  padding-left: 0;
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
  font-style: normal;
}
.comment-list .userProf {
  display: inline-block;
  font-size: 13px;
}
.comment-list .comment-content {
  font-size: 14px;
  padding-left: 60px;
  padding-bottom: 40px;
}
.comment-list .comment-content p + p {
  margin-top: 30px;
}
.comment-list .cmImgList {
  margin-top: 40px;
}

#commentform > p label,
#commentform .acf-field label {
  margin-top: 30px;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 1rem;
  color: #000000;
}
#commentform > p .acf-label,
#commentform .acf-field .acf-label {
  margin: 0;
}
#commentform > p .acf-label label,
#commentform .acf-field .acf-label label {
  margin-top: 0px;
}
#commentform > p .acf-image-uploader label,
#commentform .acf-field .acf-image-uploader label {
  margin-top: 0px;
}
#commentform .acf-field-image {
  display: flex;
}
#commentform .acf-field-image .acf-label {
  width: 120px;
}
#commentform .acf-field-image .acf-label label {
  display: none;
}

.googleNote {
  font-size: 10px;
  text-align: center;
  margin-top: 40px;
  color: #aaa;
}
.googleNote a {
  color: #aaa;
}

#respond {
  background-color: rgba(255, 255, 255, 0.8);
  border: 10px solid #142e87;
  padding: 0;
  border-radius: 10px;
}
#respond #reply-title {
  background-color: #142e87;
  padding: 10px 10px 16px;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 799px) {
  #respond #reply-title {
    font-size: 16px;
    justify-content: flex-start;
  }
}
#respond #reply-title small {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 5px;
}
#respond #reply-title small a {
  color: #142e87;
  font-size: 12px;
  padding: 8px 14px;
  background-color: #ffffff;
  border-radius: 20px;
}
#respond form.comment-form {
  padding: 0 20px 40px;
}
#respond form.comment-form .logged-in-as {
  font-family: sens-serif;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #142e87;
  text-align: right;
  color: #142e87;
}
#respond form.comment-form .logged-in-as span {
  font-size: 10px;
}
#respond form.comment-form .comment-notes {
  font-size: 13px;
  display: block !important;
}
#respond form.comment-form select {
  max-width: 300px;
  width: 90%;
  background-color: #ffffff;
}
#respond form.comment-form .formP {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#respond form.comment-form .formP label {
  width: 130px;
  margin-top: 0;
  font-size: 13px;
}
@media screen and (max-width: 799px) {
  #respond form.comment-form .formP label {
    width: 100%;
  }
}
#respond form.comment-form .formP label .required {
  font-size: 12px;
  color: #c8b473;
  margin-left: 5px;
}
#respond form.comment-form .formP textarea {
  width: calc(100% - 130px);
}
@media screen and (max-width: 799px) {
  #respond form.comment-form .formP textarea {
    width: 100%;
  }
}
#respond form.comment-form .formP + .formP,
#respond form.comment-form .comment-form-comment.formP {
  margin-top: 30px;
}
#respond form.comment-form .acf-field {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
}
#respond form.comment-form .acf-field .acf-label {
  width: 130px;
  margin-top: 0;
  font-size: 13px;
}
@media screen and (max-width: 799px) {
  #respond form.comment-form .acf-field .acf-label {
    width: 100%;
  }
}
#respond form.comment-form .acf-field .acf-label label {
  font-size: 13px;
}
#respond form.comment-form .acf-field .acf-input {
  width: calc(100% - 130px);
}
@media screen and (max-width: 799px) {
  #respond form.comment-form .acf-field .acf-input {
    width: 100%;
  }
}
#respond form.comment-form .acf-field .acf-button {
  border: 1px solid #142e87;
  color: #142e87;
  line-height: 100%;
  font-size: 13px;
  padding: 5px 10px;
  border-radius: 15px;
  display: inline-block;
}
#respond form.comment-form .acf-fields.-clear > .acf-field {
  margin: inherit 0 0;
}
#respond form.comment-form .acf-field-select + .acf-field-image .acf-label {
  display: none;
}
#respond form.comment-form .acf-field-select + .acf-field-image::before {
  content: "画像";
  display: block;
  font-size: 13px;
  font-weight: bold;
  width: 130px;
}
@media screen and (max-width: 799px) {
  #respond form.comment-form .acf-field-select + .acf-field-image::before {
    width: 100%;
  }
}
#respond form.comment-form .form-submit {
  text-align: center;
}
#respond form.comment-form .form-submit input {
  background-color: #142e87;
  display: inline-block;
  font-size: 13px;
  padding: 20px 20px;
  width: 80%;
  max-width: 200px;
  text-align: center;
  border-radius: 28px;
}
@media screen and (min-width: 800px) {
  #respond form.comment-form .form-submit input:hover {
    background-color: #ffffff;
    color: #142e87;
  }
}

@media screen and (max-width: 799px) {
  .comment-body {
    padding-top: 10px;
  }
  .comment-list li.comment {
    padding: 10px;
  }
  .comment-list .comment-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .comment-list .children {
    margin-left: 10px;
  }
}
/*----------------------------------------------------
  cnsBody
----------------------------------------------------*/
body.single .cnsBody {
  font-family: "Zen Maru Gothic", sans-serif;
}
body.single .cnsBody h1 {
  display: inline-block;
  width: 80%;
  max-width: 180px;
  text-align: center;
}
@media screen and (max-width: 799px) {
  body.single .cnsBody .entry-header {
    margin-bottom: 20px;
  }
}
body.single .cnsBody .entry-header .entry-title {
  margin: 0 0 0;
  letter-spacing: 0;
  font-size: 28px;
  font-weight: 700;
  color: #142e87;
  border: 4px solid #142e87;
  padding: 20px;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 799px) {
  body.single .cnsBody .entry-header .entry-title {
    font-size: 20px;
    padding: 10px 15px;
  }
}
body.single .cnsBody .hdData {
  background-color: #142e87;
  padding: 10px 20px 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.single .cnsBody .hdData .tagList li {
  display: inline-block;
  margin-right: 6px;
}
body.single .cnsBody .hdData .tagList li a {
  padding: 5px 10px;
  display: inline-block;
  color: #e8d493;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  border-radius: 15px;
  border: 1px solid #e8d493;
}
@media screen and (max-width: 799px) {
  body.single .cnsBody .hdData .tagList li a {
    font-size: 11px;
    padding: 3px 6px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 800px) {
  body.single .cnsBody .hdData .tagList li a:hover {
    background-color: #ffffff;
  }
}
body.single .cnsBody .hdData .date {
  color: #ffffff;
}
body.single .cnsBody {
  /*----------------------------------------------------
  cnsBlock
  ----------------------------------------------------*/
}
body.single .cnsBody .cnsBlock {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding: 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 799px) {
  body.single .cnsBody .cnsBlock {
    padding: 10px;
  }
}
body.single .cnsBody .cnsBlock .userProf {
  width: 100px;
}
@media screen and (max-width: 799px) {
  body.single .cnsBody .cnsBlock .userProf {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
  }
}
body.single .cnsBody .cnsBlock .cnsMain {
  width: calc(100% - 130px);
  font-size: 15px;
  line-height: 180%;
}
@media screen and (max-width: 799px) {
  body.single .cnsBody .cnsBlock .cnsMain {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 20px;
    padding: 0 10px 20px;
  }
}
body.single .cnsBody {
  /*----------------------------------------------------
  userInquiry
  ----------------------------------------------------*/
}
body.single .cnsBody #userInquiry {
  background: #ffffff;
  margin-bottom: 40px;
}
body.single .cnsBody #userInquiry .inquiryBody {
  width: calc(100% - 130px);
  font-size: 15px;
  line-height: 180%;
}
@media screen and (max-width: 799px) {
  body.single .cnsBody #userInquiry .inquiryBody {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 20px;
    padding: 0 10px 20px;
  }
}
body.single .cnsBody #userInquiry .icon {
  width: 80px;
  height: 80px;
  display: block;
  background: url(/img/cns/people_icon3.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 50px;
  margin-bottom: 10px;
}
body.single .cnsBody #userInquiry .icon.icon_m {
  background-image: url(/img/cns/people_icon.jpg);
}
body.single .cnsBody #userInquiry .icon.icon_f {
  background-image: url(/img/cns/people_icon2.jpg);
}
@media screen and (max-width: 799px) {
  body.single .cnsBody #userInquiry .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
  }
}
body.single .cnsBody #userInquiry .prof {
  color: #142e87;
  font-size: 12px;
  line-height: 130%;
  font-weight: bold;
}
body.single .cnsBody #userInquiry .prof .name {
  font-size: 14px;
  margin-bottom: 5px;
}
body.single .cnsBody #userInquiry .prof .name span {
  font-size: 11px;
  margin-left: 5px;
}
@media screen and (max-width: 799px) {
  body.single .cnsBody #userInquiry .prof {
    margin-left: 20px;
  }
  body.single .cnsBody #userInquiry .prof p:not(.name) {
    display: inline-block;
  }
}
body.single .cnsBody #userInquiry .prof span::after {
  content: "／";
}
body.single .cnsBody #userInquiry .prof span:last-child::after {
  content: none;
}
body.single .cnsBody #userInquiry #photoGallery {
  margin-top: 30px;
  max-width: 80px;
}
@media screen and (max-width: 799px) {
  body.single .cnsBody #userInquiry #photoGallery {
    max-width: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
  }
  body.single .cnsBody #userInquiry #photoGallery li {
    width: 30%;
    margin: 0 1.5% 3%;
  }
}
body.single .cnsBody #userInquiry #photoGallery li + li {
  margin-top: 10px;
}
@media screen and (max-width: 799px) {
  body.single .cnsBody #userInquiry #photoGallery li + li {
    margin-top: 0px;
  }
}

/*----------------------------------------------------
  answer
----------------------------------------------------*/
body.single #answer {
  background-color: #f5f1e6;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 60px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  border: 3px solid #e8d493;
}
body.single #answer .userProf .icon {
  width: 80px;
  height: 80px;
  display: block;
  background: url(/img/cns/kuwahara_icon2.png) no-repeat center center;
  background-size: cover;
  border-radius: 50px;
  margin-bottom: 10px;
}
@media screen and (max-width: 799px) {
  body.single #answer .userProf .icon {
    width: 60px;
    height: 60px;
    margin-bottom: 0;
  }
}
body.single #answer .userProf .prof {
  color: #142e87;
  font-size: 12px;
  line-height: 130%;
  font-weight: bold;
}
body.single #answer .userProf .prof span {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
}
@media screen and (max-width: 799px) {
  body.single #answer .userProf .prof span br {
    display: none;
  }
}
body.single #answer .userProf .prof p {
  font-size: 14px;
}
@media screen and (max-width: 799px) {
  body.single #answer .userProf .prof {
    margin-left: 20px;
  }
  body.single #answer .userProf .prof p {
    display: inline-block;
  }
}
@media screen and (max-width: 799px) {
  body.single #answer .entry-content {
    justify-content: flex-start;
  }
}
body.single #answer .entry-content h1 {
  font-size: 22px;
  font-weight: bold;
  width: 100%;
  max-width: none;
  text-align: left;
  color: #142e87;
  margin-bottom: 20px;
  line-height: 160%;
}
@media screen and (max-width: 799px) {
  body.single #answer .entry-content h1 {
    font-size: 18px;
  }
}
body.single #answer .entry-content p + p {
  margin-top: 30px;
}
body.single #answer .entry-content p a {
  color: #cb2985;
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}
body.single #answer .entry-content h2 {
  font-size: 18px;
  background-color: #142e87;
  padding: 10px 20px;
  color: #ffffff;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (max-width: 799px) {
  body.single #answer .entry-content h2 {
    font-size: 16px;
  }
}
body.single #answer .entry-content h3 {
  font-size: 18px;
  color: #142e87;
  margin-bottom: 20px;
}
@media screen and (max-width: 799px) {
  body.single #answer .entry-content h3 {
    font-size: 16px;
  }
}
body.single #answer .entry-content h3::before {
  content: "●";
  color: #142e87;
  margin-right: 5px;
}
body.single #answer .entry-content p + h3 {
  margin-top: 20px;
}

/*----------------------------------------------------
  bt
----------------------------------------------------*/
.cnsBody .bt {
  font-family: "Lusitana", "NotoSerifCJKjp", serif;
}

/*----------------------------------------------------
  yarpp
----------------------------------------------------*/
.yarpp {
  margin-top: 40px;
  font-family: "Lusitana", "NotoSerifCJKjp", serif;
}
.yarpp h3 {
  font-size: 30px;
  color: #142e87;
  margin-bottom: 10px !important;
}
.yarpp h3::before {
  content: "" !important;
  margin-right: 0 !important;
}
.yarpp ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.yarpp ul li:nth-child(-n+3) {
  margin-right: 2%;
}
@media screen and (max-width: 799px) {
  .yarpp ul li:nth-child(-n+3) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 799px) {
  .yarpp ul li:nth-child(odd) {
    margin-right: 4%;
  }
}
.yarpp ul li {
  width: 23%;
}
@media screen and (max-width: 799px) {
  .yarpp ul li {
    width: 48%;
    margin-bottom: 10px;
  }
}
.yarpp ul li a {
  display: block;
}
.yarpp ul li .imgbody {
  position: relative;
  width: 148px;
  height: 148px;
  max-width: 100%;
  background: no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 799px) {
  .yarpp ul li .imgbody {
    width: 38vw;
    height: 38vw;
    min-width: 117px;
    min-height: 117px;
  }
}
.yarpp ul li span {
  margin-top: 10px;
  font-size: 14px;
  display: block;
  color: #142e87;
}
@media screen and (max-width: 799px) {
  .yarpp ul li span {
    margin-top: 5px;
  }
}

.yarpp-related {
  margin: 40px 0 0 !important;
  border-top: 1px solid #142e87;
  padding-top: 40px;
  width: 100%;
}

/*----------------------------------------------------
  ----------------------------------------------------
  cnsArchives
  ----------------------------------------------------
----------------------------------------------------*/
.cnsArchives .page-header {
  text-align: center;
  border: none;
  padding: 0;
}
.cnsArchives .page-header h1 {
  max-width: 180px;
  width: 50%;
  text-align: center;
  display: inline-block;
}
.cnsArchives .page-header .hdBody {
  border: 3px solid #142e87;
}
.cnsArchives .page-header .hdBody .catch {
  background-color: #142e87;
  color: #ffffff;
  font-size: 22px;
  font-family: "Zen Maru Gothic", sans-serif;
  padding: 30px 20px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 799px) {
  .cnsArchives .page-header .hdBody .catch {
    font-size: 15px;
    padding: 20px 10px;
  }
  .cnsArchives .page-header .hdBody .catch br {
    display: none;
  }
}
.cnsArchives .page-header .hdBody .lead {
  padding: 30px 20px;
  text-align: left;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 799px) {
  .cnsArchives .page-header .hdBody .lead {
    padding: 20px 10px;
  }
}
.cnsArchives .page-header .hdBody .lead .bt {
  margin-right: 20px;
  width: 200px;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .cnsArchives .page-header .hdBody .lead .bt {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.cnsArchives .page-header .hdBody .lead .bt .btnBase {
  background-color: #142e87;
  color: #e8d493;
  border-radius: 26px;
  padding: 15px 10px;
  color: #ffffff !important;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (min-width: 800px) {
  .cnsArchives .page-header .hdBody .lead .bt .btnBase:hover {
    background-color: #c8b473 !important;
    color: #142e87 !important;
  }
}
.cnsArchives .page-header .hdBody .lead .body {
  width: calc(100% - 220px);
}
@media screen and (max-width: 799px) {
  .cnsArchives .page-header .hdBody .lead .body {
    width: 100%;
  }
}
.cnsArchives .page-header .hdBody .lead .body .tx {
  font-weight: bold;
}
.cnsArchives .page-header .hdBody .lead .body .note {
  font-size: 11px;
  line-height: 1.4;
  margin-top: 20px;
}
.cnsArchives .page-header .hdBody .lead .body .note li::before {
  content: "※";
}
.cnsArchives .page-header .hdBody .lead .body .note li {
  margin-bottom: 5px;
}

/*----------------------------------------------------
  listSearch
----------------------------------------------------*/
#listSearch {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  background-color: #f5f1e6;
  border: 1px solid #e8d493;
  padding: 10px 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 799px) {
  #listSearch {
    display: block;
    padding: 5px 10px;
  }
}
#listSearch form {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 80%;
  max-width: calc(100% - 80px);
}
@media screen and (max-width: 799px) {
  #listSearch form {
    width: 100%;
    display: block;
    max-width: none;
  }
}
#listSearch h1 {
  position: absolute;
  left: 20px;
  font-size: 13px;
}
@media screen and (max-width: 799px) {
  #listSearch h1 {
    position: relative;
    left: auto;
    width: 100%;
  }
}
#listSearch #tags {
  display: inline-block;
  padding: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 799px) {
  #listSearch #tags {
    font-size: 12px;
    padding: 5px 0 5px 5px;
    margin-top: 5px;
  }
}
#listSearch .keyword {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 13px;
  border: 1px solid #ddd;
  margin-left: 20px;
  padding-right: 5px;
  background-color: #ffffff;
}
@media screen and (max-width: 799px) {
  #listSearch .keyword {
    margin-left: 0px;
    width: 100%;
    padding: 5px;
    margin-top: 5px;
  }
}
#listSearch .keyword input {
  display: inline-block;
  border: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
}
@media screen and (max-width: 799px) {
  #listSearch .keyword input {
    font-size: 12px;
    padding: 5px 0;
    width: calc(100% - 35px);
  }
}
#listSearch .keyword button {
  display: inline-block;
  width: 26px;
  height: 26px;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 16px 16px;
  background: #142e87;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 0;
  margin-left: 5px;
}
#listSearch .keyword button .material-symbols-rounded {
  font-size: 16px;
}

/*----------------------------------------------------
  #cnsList  
----------------------------------------------------*/
#cnsList > li {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#cnsList > li .fullLink {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  transition: 0.3s background-color;
}
@media screen and (min-width: 800px) {
  #cnsList > li .fullLink:hover {
    background-color: rgb(255, 255, 255);
  }
}
#cnsList > li .img {
  position: relative;
  z-index: 2;
  pointer-events: none;
  width: 140px;
  background: no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 799px) {
  #cnsList > li .img {
    width: 100%;
    height: 140px;
  }
}
#cnsList > li .tx {
  font-family: "Zen Maru Gothic", sans-serif;
  -js-display: flex;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  width: calc(100% - 140px);
  padding: 20px 0 20px 20px;
  pointer-events: none;
}
@media screen and (max-width: 799px) {
  #cnsList > li .tx {
    width: 100%;
    padding: 10px 0 10px 15px;
  }
}
#cnsList > li .tx .txBody {
  width: calc(100% - 50px);
}
@media screen and (max-width: 799px) {
  #cnsList > li .tx .txBody {
    width: calc(100% - 36px);
  }
}
#cnsList > li .tx .bt {
  text-align: center;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 799px) {
  #cnsList > li .tx .bt {
    width: 36px;
  }
}
#cnsList > li .tx .bt a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cnsList > li .tx .bt i::before {
  content: ">";
  color: #142e87;
  font-style: normal;
  font-size: 30px;
  line-height: 100%;
  transition: 0.6s left;
}
@media screen and (max-width: 799px) {
  #cnsList > li .tx .bt i::before {
    font-size: 15px;
  }
}
@media screen and (min-width: 800px) {
  #cnsList > li .tx .bt a:hover i::before {
    position: relative;
    left: 3px;
  }
}
#cnsList > li .tx .postTitle {
  margin-bottom: 6px;
  font-size: 18px;
  color: #142e87;
}
#cnsList > li .tx .postMeta {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 12px;
}
@media screen and (max-width: 799px) {
  #cnsList > li .tx .postMeta {
    margin-bottom: 0px;
  }
}
#cnsList > li .tx .postMeta .date {
  font-size: 12px;
  line-height: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 799px) {
  #cnsList > li .tx .postMeta .date {
    margin-bottom: 10px;
  }
}
#cnsList > li .tx .postMeta .tagList {
  pointer-events: initial;
}
@media screen and (max-width: 799px) {
  #cnsList > li .tx .postMeta .tagList {
    margin-bottom: 10px;
  }
}
#cnsList > li .tx .postMeta .tagList li {
  display: inline-block;
  margin-right: 6px;
}
#cnsList > li .tx .postMeta .tagList li a {
  padding: 5px 10px;
  display: inline-block;
  color: #c8b473;
  font-size: 11px;
  font-weight: 400;
  line-height: 100%;
  border-radius: 15px;
  border: 1px solid #c8b473;
}
@media screen and (max-width: 799px) {
  #cnsList > li .tx .postMeta .tagList li a {
    font-size: 10px;
    padding: 3px 6px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 800px) {
  #cnsList > li .tx .postMeta .tagList li a:hover {
    background-color: #ffffff;
  }
}

/*----------------------------------------------------
  navigation pagination
----------------------------------------------------*/
.navigation.pagination h2 {
  display: none;
}
.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation.pagination .nav-links span,
.navigation.pagination .nav-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 13px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.navigation.pagination .nav-links span {
  background-color: #142e87;
}
.navigation.pagination .nav-links a {
  background-color: transparent;
  color: #142e87;
  border: 1px solid #142e87;
}
@media screen and (min-width: 800px) {
  .navigation.pagination .nav-links a:hover {
    background-color: #e8d493;
  }
}

/*----------------------------------------------------
  cmnArchives
----------------------------------------------------*/
h1.columnHd {
  background: url(/img/column/bg_column.jpg) no-repeat center center fixed;
  background-size: cover;
  padding: 5px;
  color: #ffffff;
  font-size: 20px;
  text-align: left;
}
h1.columnHd a {
  display: block;
  border-left: 8px solid #e8d493;
  padding: 20px;
  color: #ffffff;
}

.cmnArchives .cmnArchiveList .post {
  position: relative;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 10px 20px 20px;
  border: 1px solid #e8d493;
}
.cmnArchives .cmnArchiveList .post .fullLink {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  display: block;
}
.cmnArchives .cmnArchiveList .post .img {
  position: relative;
  z-index: 1;
  pointer-events: none;
  width: 120px;
  height: 120px;
  background: no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 799px) {
  .cmnArchives .cmnArchiveList .post .img {
    width: 100%;
    height: 280px;
    margin-bottom: 20px;
  }
}
.cmnArchives .cmnArchiveList .post .tx {
  width: calc(100% - 140px);
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 799px) {
  .cmnArchives .cmnArchiveList .post .tx {
    width: 100%;
  }
}
.cmnArchives .cmnArchiveList .post .tx .txBody {
  width: calc(100% - 30px);
}
.cmnArchives .cmnArchiveList .post .tx .bt {
  width: 25px;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cmnArchives .cmnArchiveList .post .tx .bt i::before {
  content: ">";
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #c8b473;
  font-size: 30px;
  font-style: normal;
}
.cmnArchives .cmnArchiveList .post .tx .postTitle {
  font-size: 17px;
  color: #142e87;
  font-weight: bold;
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.cmnArchives .cmnArchiveList .post .tx .postMeta {
  color: #cccccc;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cmnArchives .cmnArchiveList .post .tx .postMeta .tagList {
  margin-left: 10px;
  position: relative;
  z-index: 2;
}
.cmnArchives .cmnArchiveList .post .tx .postMeta .tagList li {
  display: inline-block;
  margin-right: 6px;
}
.cmnArchives .cmnArchiveList .post .tx .postMeta .tagList li a {
  padding: 5px 10px;
  display: inline-block;
  color: #c8b473;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  border-radius: 15px;
  border: 1px solid #c8b473;
}
@media screen and (max-width: 799px) {
  .cmnArchives .cmnArchiveList .post .tx .postMeta .tagList li a {
    font-size: 11px;
    padding: 3px 6px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 800px) {
  .cmnArchives .cmnArchiveList .post .tx .postMeta .tagList li a:hover {
    background-color: #f5f1e6;
  }
}
.cmnArchives .cmnArchiveList .post .tx .postMeta .date {
  font-size: 12px;
}
.cmnArchives .cmnArchiveList .post .tx .ex {
  position: relative;
  z-index: 1;
  pointer-events: none;
  font-size: 14px;
  letter-spacing: 0;
  margin-top: 10px;
}

/*----------------------------------------------------
  cmnSingle
----------------------------------------------------*/
#clmMainPhoto {
  margin-bottom: 60px;
}
#clmMainPhoto li {
  text-align: center;
}
#clmMainPhoto li img {
  max-height: 400px;
}

body.single .cmnSingle {
  margin-top: 10px;
}
@media screen and (max-width: 799px) {
  body.single .cmnSingle {
    font-size: 13px;
  }
}
body.single .cmnSingle h1.columnHd a {
  padding: 5px 20px;
}
body.single .cmnSingle .entry-header {
  border: 1px solid #e8d493;
  background: #ffffff;
}
body.single .cmnSingle .entry-header .entry-title {
  letter-spacing: 0;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #e8d493;
  padding: 30px 20px;
  margin-bottom: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #142e87;
}
body.single .cmnSingle .entry-header .entry-title strong {
  display: block;
}
body.single .cmnSingle .entry-header .hdData {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #f5f1e6;
  padding: 5px 10px;
}
body.single .cmnSingle .entry-header .hdData .tagList {
  margin-left: 10px;
  position: relative;
  z-index: 2;
}
body.single .cmnSingle .entry-header .hdData .tagList li {
  display: inline-block;
  margin-right: 6px;
}
body.single .cmnSingle .entry-header .hdData .tagList li a {
  padding: 5px 10px;
  display: inline-block;
  color: #142e87;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  border-radius: 15px;
  border: 1px solid #142e87;
}
@media screen and (max-width: 799px) {
  body.single .cmnSingle .entry-header .hdData .tagList li a {
    font-size: 11px;
    padding: 3px 6px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 800px) {
  body.single .cmnSingle .entry-header .hdData .tagList li a:hover {
    background-color: #f5f1e6;
  }
}
body.single .cmnSingle .entry-header .hdData .date {
  font-size: 13px;
  color: #c8b473;
}
body.single .cmnSingle .columnBlock .entry-content:before,
body.single .cmnSingle .columnBlock .entry-content:after {
  content: none;
}
body.single .cmnSingle .columnBlock .lead {
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  color: #142e87;
}
body.single .cmnSingle .columnBlock h1 {
  margin-bottom: 40px;
  font-size: 34px;
  color: #142e87;
}
body.single .cmnSingle .columnBlock h1:not(:first-child) {
  margin-top: 60px;
}
body.single .cmnSingle .columnBlock h2:not(:first-child) {
  font-size: 20px;
  background: url(/img/column/bg_column.jpg) no-repeat center center;
  background-size: cover;
  color: #ffffff;
  padding: 15px;
}
body.single .cmnSingle .columnBlock h2:not(:first-child):not(:first-child) {
  margin-top: 60px;
}
body.single .cmnSingle .columnBlock h2:not(:first-child) + p {
  margin-top: 40px;
}
@media screen and (max-width: 799px) {
  body.single .cmnSingle .columnBlock h2:not(:first-child) {
    font-size: 17px;
  }
}
body.single .cmnSingle .columnBlock h3 {
  font-size: 20px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: bold;
  color: #142e87;
  margin-bottom: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  border-left: 8px solid #142e87;
  padding: 10px;
}
body.single .cmnSingle .columnBlock h3:not(:first-child) {
  margin-top: 40px;
}
body.single .cmnSingle .columnBlock h3 + p {
  margin-top: 30px;
}
@media screen and (max-width: 799px) {
  body.single .cmnSingle .columnBlock h3 {
    font-size: 16px;
  }
}
body.single .cmnSingle .columnBlock h4 {
  font-size: 14px;
}
body.single .cmnSingle .columnBlock h4:not(:first-child) {
  margin-top: 20px;
}
body.single .cmnSingle .columnBlock h4 + p {
  margin-top: 20px;
}
@media screen and (max-width: 799px) {
  body.single .cmnSingle .columnBlock h4 {
    font-size: 13px;
  }
}
body.single .cmnSingle .columnBlock h5 {
  font-size: 12px;
  font-weight: normal;
}
body.single .cmnSingle .columnBlock h5:not(:first-child) {
  margin-top: 20px;
}
body.single .cmnSingle .columnBlock img.alignnone {
  margin: 40px auto 20px;
  display: block;
}
body.single .cmnSingle .columnBlock img.aligncenter {
  margin: 40px auto 20px;
  display: block;
}
body.single .cmnSingle .columnBlock img.alignleft {
  margin: 40px auto 20px;
  display: block;
}
body.single .cmnSingle .columnBlock img.alignright {
  margin: 40px auto 20px;
  display: block;
}
body.single .cmnSingle .columnBlock ol,
body.single .cmnSingle .columnBlock ul {
  list-style: none;
  counter-reset: number;
}
body.single .cmnSingle .columnBlock ol + p,
body.single .cmnSingle .columnBlock ul + p {
  margin-top: 20px;
}
body.single .cmnSingle .columnBlock ol li,
body.single .cmnSingle .columnBlock ul li {
  position: relative;
  padding-left: 1.5em;
}
body.single .cmnSingle .columnBlock ol li::before {
  content: counter(number);
  background: #142e87;
  counter-increment: number;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 0;
  width: 17px;
  height: 17px;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
}
body.single .cmnSingle .columnBlock .lead,
body.single .cmnSingle .columnBlock li,
body.single .cmnSingle .columnBlock p,
body.single .cmnSingle .columnBlock h4,
body.single .cmnSingle .columnBlock h5 {
  font-family: "Zen Maru Gothic", sans-serif;
}
body.single .cmnSingle .columnBlock p + p {
  margin-top: 20px;
}
body.single .cmnSingle .columnBlock p a {
  text-decoration: underline;
  color: #cb2985;
}
body.single .cmnSingle .columnBlock .btn {
  display: block;
  margin: 30px auto 30px;
  background: #142e87;
  color: #ffffff;
  padding: 20px 10px;
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  font-weight: bold;
  max-width: 240px;
  border-radius: 10px;
  text-decoration: none;
}
body.single .cmnSingle .columnBlock .btn:after {
  content: "▶";
  font-weight: bold;
  margin-left: 10px;
}
@media screen and (min-width: 800px) {
  body.single .cmnSingle .columnBlock .btn:hover {
    color: #142e87;
    background-color: #ffffff;
  }
}
body.single .cmnSingle .columnBlock iframe[allowfullscreen] {
  width: 100%;
  max-width: 700px;
  height: 400px;
  display: block;
  margin: 40px auto 40px;
}
body.single .cmnSingle .columnBlock .columnNav {
  background-color: rgba(180, 190, 250, 0.15);
  width: 90%;
  max-width: 500px;
  padding: 20px;
  border: 1px solid #ffffff;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto 0;
}
body.single .cmnSingle .columnBlock .columnNav:not(:first-child) {
  margin-top: 40px;
}
body.single .cmnSingle .columnBlock .columnNav h3 {
  color: #142e87;
  margin-bottom: 0;
  border-left: none;
  background-color: transparent;
  padding: 0;
}
body.single .cmnSingle .columnBlock .columnNav ol,
body.single .cmnSingle .columnBlock .columnNav ul {
  border-top: 1px solid #142e87;
  padding-top: 5px;
}
body.single .cmnSingle .columnBlock .columnNav li {
  border-bottom: 1px dashed #142e87;
  padding-bottom: 3px;
  margin-bottom: 5px;
}
body.single .cmnSingle .columnBlock .columnNav li::marker {
  margin-right: 10px;
  color: #142e87;
  font-weight: bold;
}
body.single .cmnSingle .columnBlock .columnNav a {
  text-decoration: underline;
}
@media screen and (min-width: 800px) {
  body.single .cmnSingle .columnBlock .columnNav a:hover {
    text-decoration: none;
    color: #c8b473;
  }
}

#content .cmnGallery {
  -js-display: flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1vw;
  margin: 30px 0;
}
@media screen and (max-width: 799px) {
  #content .cmnGallery {
    gap: 0;
    flex-wrap: wrap;
    margin-top: 30px;
  }
}
#content .cmnGallery li img {
  margin: 0;
}
@media screen and (max-width: 799px) {
  #content .cmnGallery li {
    margin: 0;
  }
  #content .cmnGallery li img {
    margin: 0 0 10px !important;
  }
}

/*----------------------------------------------------
  activityArchives
----------------------------------------------------*/
#activityList .post .tx {
  width: 100%;
}

/*----------------------------------------------------
  activitySingle
----------------------------------------------------*/
body.single article.activitySingle .entry-header {
  border: none;
  background: transparent;
}
body.single article.activitySingle .entry-header .title1 {
  text-align: left;
  padding-bottom: 0;
  margin-bottom: 0;
}
body.single article.activitySingle .entry-header .title1::after {
  content: none;
}
body.single article.activitySingle .entry-header .title1 span {
  display: inline-block;
  margin-left: 10px;
}
body.single article.activitySingle .entry-header .entry-title {
  background-color: #142e87;
  color: #ffffff;
  text-align: left;
  font-family: "Lusitana", "NotoSerifCJKjp", serif;
  padding: 40px 20px;
}
body.single article.activitySingle .entry-header .hdData {
  background-color: #ffffff;
  border-top: 0;
}
body.single article.activitySingle .columnBlock p,
body.single article.activitySingle .columnBlock .lead,
body.single article.activitySingle .columnBlock li,
body.single article.activitySingle .columnBlock h4,
body.single article.activitySingle .columnBlock h5 {
  font-family: "Lusitana", "NotoSerifCJKjp", serif;
}

/*----------------------------------------------------
  staff comment add
----------------------------------------------------*/
body.page .page-staff .entry-content p.body:not(:last-child) {
  margin-bottom: 20px;
}
body.page .page-staff2 .entry-content p.body:not(:last-child) {
  margin-bottom: 20px;
}

.page-staff .comment,
.page-staff2 .comment {
  position: relative;
  margin-bottom: 10px;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 10px;
}
.page-staff .comment a,
.page-staff2 .comment a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 12px;
  font-weight: normal;
  color: #142e87;
  padding: 5px 10px;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 800px) {
  .page-staff .comment a:hover,
  .page-staff2 .comment a:hover {
    color: #c8b473;
  }
}
@media screen and (max-width: 799px) {
  .page-staff .comment a,
  .page-staff2 .comment a {
    font-size: 11px;
  }
}
.page-staff .comment a .material-symbols-outlined,
.page-staff2 .comment a .material-symbols-outlined {
  margin-left: 5px;
  font-size: 18px;
  vertical-align: middle;
}
@media screen and (max-width: 799px) {
  .page-staff .comment a .material-symbols-outlined,
  .page-staff2 .comment a .material-symbols-outlined {
    font-size: 14px;
  }
}
.page-staff .comment .commentBody,
.page-staff2 .comment .commentBody {
  height: 0px;
  opacity: 0;
  padding: 0;
  margin: 0;
  text-align: left;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  transition: all 0.6s ease-in-out;
  font-size: 13px;
}
@media screen and (max-width: 799px) {
  .page-staff .comment .commentBody,
  .page-staff2 .comment .commentBody {
    font-size: 12px;
  }
}
.page-staff .comment .commentBody h3,
.page-staff2 .comment .commentBody h3 {
  margin-bottom: 5px;
}
.page-staff .comment .commentBody p,
.page-staff2 .comment .commentBody p {
  line-height: 1.5;
}
.page-staff .comment .commentBody.open,
.page-staff2 .comment .commentBody.open {
  opacity: 1;
  height: auto;
  padding: 10px;
  margin-top: 5px;
  background: rgba(255, 255, 255, 0.9);
}

/*----------------------------------------------------
  lower title
----------------------------------------------------*/
body.page .catTitle {
  padding: 20px 30px;
  position: relative;
  border-left: 4px solid #142e87;
  margin-bottom: 60px;
  font-size: 20px;
  color: #142e87;
  font-weight: normal;
  line-height: 140%;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 799px) {
  body.page .catTitle {
    padding: 20px 20px;
    margin-bottom: 40px;
    font-size: 16px;
  }
}
body.page .catTitle + .titleVisual {
  margin-top: -30px;
}
@media screen and (max-width: 799px) {
  body.page .catTitle + .titleVisual {
    margin-top: -40px;
  }
}
@media screen and (max-width: 799px) {
  body.page .catTitle + .title1 {
    border-top: 1px solid #142e87;
    margin-top: -40px;
    padding-top: 40px;
  }
}
body.page .title1,
body.page .content-area .title1 {
  letter-spacing: 6px;
  font-weight: normal;
  font-size: 24px;
  padding-bottom: 40px;
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 799px) {
  body.page .title1,
  body.page .content-area .title1 {
    letter-spacing: 3px;
    font-size: 20px;
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
body.page .title1 span,
body.page .content-area .title1 span {
  letter-spacing: 6px;
  font-weight: normal;
  font-size: 12px;
  color: #142e87;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 799px) {
  body.page .title1 span,
  body.page .content-area .title1 span {
    letter-spacing: 3px;
    font-weight: normal;
    font-size: 12px;
    color: #142e87;
    margin-top: 5px;
    display: block;
  }
}
body.page .title1:after,
body.page .content-area .title1:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background: #142e87;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}

.titleVisual {
  width: 100%;
  padding: 90px 0;
  background: url(/img/service/page_outpatient.jpg) no-repeat center center;
  background-size: cover;
  color: #FFF;
  position: relative;
  margin-bottom: 60px;
  min-height: 200px;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .titleVisual {
    margin-bottom: 40px;
  }
}
.titleVisual:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
}
.titleVisual em {
  position: relative;
  z-index: 10000;
  display: block;
  position: relative;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
}
@media screen and (max-width: 799px) {
  .titleVisual em {
    z-index: 9998;
    font-size: 20px;
  }
}
.titleVisual em .en {
  letter-spacing: 6px;
  font-weight: normal;
  font-size: 12px;
  color: #FFF;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 799px) {
  .titleVisual em .en {
    letter-spacing: 2px;
    margin-top: 4px;
  }
}

body.page.english .title1,
body.page.english .content-area .title1,
.english .title1,
.english .content-area .title1 {
  letter-spacing: 3px;
}
body.page.english .title1 span,
body.page.english .content-area .title1 span,
.english .title1 span,
.english .content-area .title1 span {
  letter-spacing: 2px;
}

.english .titleVisual em .en {
  letter-spacing: 4px;
}

body.page .entry-content .title2 {
  padding: 30px 0;
  position: relative;
  margin-top: 70px;
  font-size: 20px;
  color: #142e87;
  margin-bottom: 10px;
}
@media screen and (max-width: 799px) {
  body.page .entry-content .title2 {
    padding: 20px 0;
    margin-top: 60px;
    font-size: 16px;
  }
}

body.page .entry-content .title2:before,
body.page .entry-content .title2:after {
  content: "";
  display: block;
  background: #142e87;
  width: 120px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

body.page .entry-content .title2:after {
  background: #e8d493;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 120px;
}

body.page .entry-content .titleBig {
  color: #142e87;
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  /* background: rgba(255,255,255,0.6); */
  padding: 30px;
  border-top: 1px solid #142e87;
}
@media screen and (max-width: 799px) {
  body.page .entry-content .titleBig {
    font-size: 20px;
    margin-bottom: 10px;
    padding: 30px 0;
  }
}

body.page .entry-content .titleMini {
  font-size: 24px;
  color: #142e87;
  font-weight: normal;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 60px;
}

body.page.english .entry-content .titleMini {
  letter-spacing: 2px;
}

/*----------------------------------------------------
  lower tx
----------------------------------------------------*/
body.page .entry-content p {
  line-height: 200%;
}

body.page .entry-content .catch {
  font-size: 20px;
  color: #142e87;
  margin-bottom: 40px;
}
@media screen and (max-width: 799px) {
  body.page .entry-content .catch {
    font-size: 15px;
  }
}

body.page .entry-content .block:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 799px) {
  body.page .entry-content .block:not(:last-child) {
    margin-bottom: 40px;
  }
}

body.page .entry-content p.body {
  line-height: 180%;
  font-size: 15px;
}
@media screen and (max-width: 799px) {
  body.page .entry-content p.body {
    font-size: 12px;
  }
}

body.page .entry-content p.body:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 799px) {
  body.page .entry-content p.body:not(:last-child) {
    margin-bottom: 40px;
  }
}

body.page .entry-content strong {
  color: #cb2985;
}

/*----------------------------------------------------
  imgList
----------------------------------------------------*/
.imgList {
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.imgList li {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
}
@media screen and (max-width: 799px) {
  .imgList li {
    font-size: 12px;
  }
}

.imgList li .cap {
  margin-top: 10px;
}

.imgList li img {
  max-width: 100%;
}

.imgList1 li {
  width: 90%;
  max-width: 800px;
}

.imgList2 li {
  width: 48%;
  max-width: 400px;
}

.imgList2 li:nth-child(n+2) {
  margin-left: 4%;
}

.imgList3 li {
  width: 31%;
  max-width: 260px;
}

.imgList3 li:nth-child(n+2) {
  margin-left: 3.5%;
}

.imgList + .body {
  margin-top: 60px;
}
@media screen and (max-width: 799px) {
  .imgList + .body {
    margin-top: 40px;
  }
}

/*----------------------------------------------------
  other
----------------------------------------------------*/
/* listCmn */
.listCmn li {
  display: block;
  font-size: 14px;
  line-height: 200%;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 799px) {
  .listCmn li {
    font-size: 12px;
  }
}

.listCmn li:not(:last-child) {
  margin-right: 2em;
}

.listCmn li:before {
  content: "◎";
  margin-right: 5px;
}

.listCmnNoIcon li:before {
  content: none;
  margin-right: 0;
}

.listCmnCheck li:before {
  content: "\e5ca";
  font-family: "Material Icons";
  font-size: 1.2rem;
  vertical-align: bottom;
  color: #cb2985;
}

/* listInline */
.listInline {
  font-size: 0;
}

.listInline li {
  display: inline-block;
  width: 33%;
  font-size: 14px;
  line-height: 240%;
  padding-left: calc(1em + 5px);
  text-indent: calc(-1em - 5px);
}
@media screen and (max-width: 799px) {
  .listInline li {
    font-size: 12px;
  }
}

@media screen and (max-width: 799px) {
  .listInline li:not(:last-child) {
    margin-right: 2em;
  }
}

.listInline li:before {
  content: "◎";
  margin-right: 5px;
}

/* listCheck */
.listCheck li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.listCheck li:before {
  content: "\e5ca";
  font-family: "Material Icons";
  margin-right: 5px;
  color: #cb2985;
}

/* dl */
body.page .entry-content .cmnDl {
  position: relative;
}

body.page .entry-content .cmnDl dt,
body.page .entry-content .cmnDl dd {
  padding: 20px 0;
}

body.page .entry-content .cmnDl dt:nth-child(-n+2),
body.page .entry-content .cmnDl dd:nth-child(-n+2) {
  padding-top: 0;
}

body.page .entry-content .cmnDl dt {
  position: absolute;
  width: 15%;
  color: #142e87;
  font-weight: normal;
}
@media screen and (max-width: 799px) {
  body.page .entry-content .cmnDl dt {
    width: 20%;
  }
}

body.page .entry-content .cmnDl dd {
  padding-left: 17%;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 799px) {
  body.page .entry-content .cmnDl dd {
    padding-left: 22%;
  }
}

/* author */
body.page .entry-content .author {
  text-align: right;
}

body.page .entry-content .author .name {
  margin-top: 10px;
}

body.page .entry-content .author strong {
  font-size: 1.6rem;
  margin-left: 5px;
}
@media screen and (max-width: 799px) {
  body.page .entry-content .author strong {
    font-size: 18px;
  }
}

/*----------------------------------------------------
  col
----------------------------------------------------*/
.col {
  width: 100%;
  overflow: hidden;
  margin-bottom: 60px;
  -js-display: flex;
  display: flex;
  align-items: top;
  justify-content: space-between;
}
@media screen and (max-width: 799px) {
  .col {
    flex-direction: column;
  }
}

.block:last-child .col {
  margin-bottom: 0px;
}

@media screen and (max-width: 799px) {
  .col .tx {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 799px) {
  .col .img {
    width: 100%;
    text-align: center;
    margin: 0 auto 30px;
  }
}

.colAlt .tx {
  float: right;
}

.colAlt .img {
  float: left;
}

.col250 .tx {
  width: 550px;
}

.col250 .img {
  width: 250px;
}
@media screen and (max-width: 799px) {
  .col250 .img {
    width: 100% !important;
    max-width: 125px;
    margin: 0 auto 30px;
  }
}

.col300 .tx {
  width: 500px;
}

.col300 .img {
  width: 300px;
}

.col320 .tx {
  width: 480px;
}

.col320 .img {
  width: 320px;
}

.col420 .tx {
  width: 380px;
}

.col420 .img {
  width: 420px;
}

/*----------------------------------------------------
  greeting
----------------------------------------------------*/
body.page .page-greeting strong,
#content-greeting strong {
  color: #333;
}

body.page .page-greeting .name,
#content-greeting .name {
  vertical-align: bottom;
}

body.page .page-greeting .nameImg,
#content-greeting .nameImg {
  max-width: 220px;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  font-size: 32px;
  font-weight: bold;
}

body.page .page-greeting .nameImg img,
#content-greeting .nameImg img {
  width: 100%;
  vertical-align: bottom;
}

.english .page-greeting .col,
.english #content-greeting .col:last-child {
  padding-bottom: 10px;
}

body.english .page-greeting .nameImg,
.english #content-greeting .nameImg {
  max-width: 400px;
}

body.english .page-greeting .nameImg em,
.english #content-greeting .nameImg em {
  font-size: 18px;
  display: block;
  margin-top: 5px;
}

/*----------------------------------------------------
  contact
----------------------------------------------------*/
.page-contact .note,
.page-contact2 .note,
.page-contact-en .note {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 799px) {
  .page-contact .note,
  .page-contact2 .note,
  .page-contact-en .note {
    margin-bottom: 20px;
  }
}

body.page .page-contact .title1:after,
body.page .page-contact2 .title1:after,
body.page .page-contact-en .title1:after {
  content: none;
}

.page-contact .title1 + .block,
.page-contact2 .title1 + .block,
.page-contact-en .title1 + .block {
  margin-top: -60px;
}

.page-contact .reserve,
.page-contact2 .reserve,
.page-contact-en .reserve,
.contactCmn {
  text-align: center;
  font-size: 0;
}

.page-contact .reserve li,
.page-contact2 .reserve li,
.page-contact-en .reserve li,
.contactCmn li {
  font-size: 14px;
  display: inline-block;
  width: 48%;
  vertical-align: top;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #e8d493;
  min-height: 205px;
}
@media screen and (max-width: 799px) {
  .page-contact .reserve li,
  .page-contact2 .reserve li,
  .page-contact-en .reserve li,
  .contactCmn li {
    font-size: 12px;
    display: block;
    width: 100%;
    padding: 20px 15px;
    min-height: 0px;
  }
}

.page-contact .reserve li:nth-child(2),
.page-contact2 .reserve li:nth-child(2),
.page-contact-en .reserve li:nth-child(2),
.contactCmn li:nth-child(2) {
  margin-left: 4%;
}
@media screen and (max-width: 799px) {
  .page-contact .reserve li:nth-child(2),
  .page-contact2 .reserve li:nth-child(2),
  .page-contact-en .reserve li:nth-child(2),
  .contactCmn li:nth-child(2) {
    margin-left: 0;
    margin-top: 10px;
  }
}

body.page .page-contact .reserve .title2,
body.page .page-contact2 .reserve .title2,
body.page .page-contact-en .reserve .title2,
body.page .contactCmn .title2 {
  margin-top: 0;
  margin-bottom: 0px;
}
@media screen and (max-width: 799px) {
  body.page .page-contact .reserve .title2,
  body.page .page-contact2 .reserve .title2,
  body.page .page-contact-en .reserve .title2,
  body.page .contactCmn .title2 {
    margin-bottom: 20px;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: normal;
    padding: 0;
  }
}

body.page .page-contact .reserve .title2:before,
body.page .page-contact2 .reserve .title2:before,
body.page .page-contact-en .reserve .title2:before,
body.page .contactCmn .title2:before {
  content: none;
}

body.page .page-contact .reserve .title2:after,
body.page .page-contact2 .reserve .title2:after,
body.page .page-contact-en .reserve .title2:after,
body.page .contactCmn .title2:after {
  content: none;
}

body.page .contactCmn .bt {
  margin: 0;
}

body.page .page-contact i.mI,
body.page .page-contact2 i.mI,
body.page .page-contact-en i.mI {
  margin-right: 5px;
}

body.page .page-contact .reserve p.bt,
body.page .page-contact2 .reserve p.bt,
body.page .page-contact-en .reserve p.bt {
  margin: 0;
}

body.page .page-contact .reserve .tel1 a,
body.page .page-contact2 .reserve .tel1 a,
body.page .page-contact-en .reserve .tel1 a {
  font-size: 30px;
  color: #142e87;
  margin-top: 15px;
  display: block;
}
@media screen and (max-width: 799px) {
  body.page .page-contact .reserve .tel1 a,
  body.page .page-contact2 .reserve .tel1 a,
  body.page .page-contact-en .reserve .tel1 a {
    margin-top: 0px;
  }
}

body.page .page-contact .reserve .body,
body.page .page-contact2 .reserve .body,
body.page .page-contact-en .reserve .body {
  font-size: 14px;
  color: #142e87;
}
@media screen and (max-width: 799px) {
  body.page .page-contact .reserve .body,
  body.page .page-contact2 .reserve .body,
  body.page .page-contact-en .reserve .body {
    font-size: 12px;
  }
}

body.page .page-contact .contact li,
body.page .page-contact2 .contact li,
body.page .page-contact-en .contact li {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #e8d493;
}

body.page .page-contact .contact li.tel,
body.page .page-contact2 .contact li.tel,
body.page .page-contact-en .contact li.tel {
  padding: 30px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 799px) {
  body.page .page-contact .contact li.tel,
  body.page .page-contact2 .contact li.tel,
  body.page .page-contact-en .contact li.tel {
    padding: 20px 15px;
  }
}

body.page .page-contact .contact .tel2 a,
body.page .page-contact2 .contact .tel2 a,
body.page .page-contact-en .contact .tel2 a {
  font-size: 30px;
  color: #142e87;
  display: block;
}

.contact .telNote {
  font-size: 12px;
  margin-top: 20px;
}
@media screen and (max-width: 799px) {
  .contact .telNote {
    font-size: 10px;
  }
}

body.page .page-contact .contact li h2,
body.page .page-contact2 .contact li h2,
body.page .page-contact-en .contact li h2 {
  text-align: center;
  font-size: 20px;
  color: #142e87;
  margin-bottom: 30px;
}
@media screen and (max-width: 799px) {
  body.page .page-contact .contact li h2,
  body.page .page-contact2 .contact li h2,
  body.page .page-contact-en .contact li h2 {
    font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 20px;
  }
}

body.page #contactform {
  padding: 40px;
}
@media screen and (max-width: 799px) {
  body.page #contactform {
    padding: 20px 15px;
  }
}

body.page #contactform dt {
  position: relative;
}
@media screen and (max-width: 799px) {
  body.page #contactform dt {
    padding: 20px 0 0;
    width: 100%;
    font-size: 14px;
  }
}

body.page #contactform dt,
body.page #contactform dd {
  padding: 20px 0;
}

body.page #contactform dt {
  width: 22%;
  position: absolute;
}

body.page #contactform dd {
  padding-left: 24%;
}
@media screen and (max-width: 799px) {
  body.page #contactform dd {
    padding-left: 0;
    padding-top: 10px;
  }
}

body.page #contactform input[type=file],
.file-486 {
  vertical-align: top;
  line-height: 100%;
}

body.page #contactform select {
  padding: 8px 10px 7px;
}

body.page #contactform .checkAll {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media screen and (max-width: 799px) {
  body.page #contactform .checkAll {
    margin-top: 40px;
    margin-bottom: -30px;
  }
}

body.page #contactform .bt {
  text-align: center;
}

body.page #contactform input[type=submit] {
  width: 100px;
  height: 40px;
  padding: 0;
}

body.page #contactform .mini {
  color: #cb2985;
  font-size: 12px;
  margin-left: 10px;
}
@media screen and (max-width: 799px) {
  body.page #contactform .mini {
    display: block;
    margin-left: 0px;
    margin-top: 5px;
  }
}

body.page #contactform .note {
  display: block;
  font-size: 12px;
  color: #999;
  text-align: left;
  margin-top: 20px;
}

body.page #contactform .googleNote {
  text-align: center;
  font-size: 10px;
  color: #AAA;
}

body.page #contactform .googleNote a {
  color: #AAA;
  text-decoration: underline;
}

.wpcf7-spinner {
  display: block;
}

.contactSelect {
  background-color: #f5f1e6;
  padding: 20px 10px;
  text-align: center;
  margin-bottom: 20px;
}

.contactSelect label {
  line-height: 1;
  font-weight: bold;
  color: #142E87;
}
@media screen and (max-width: 799px) {
  .contactSelect label {
    display: block;
  }
}

.contactSelect label + label {
  margin-left: 20px;
}
@media screen and (max-width: 799px) {
  .contactSelect label + label {
    margin-left: 0;
    margin-top: 10px;
  }
}

.contactSelect label input {
  margin-right: 5px;
  vertical-align: baseline;
}

#contactform .notice {
  background-color: #f5f1e6;
  padding: 20px;
}
@media screen and (max-width: 799px) {
  #contactform .notice {
    padding: 20px 10px;
  }
}

#contactform .notice .lead {
  margin-bottom: 10px;
}

#contactform .notice .lead strong {
  font-weight: bold;
  color: #cb2985;
}

#contactform .notice .lead strong a {
  color: #cb2985;
  text-decoration: underline;
}

#contactform .notice .lead strong a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
  access
----------------------------------------------------*/
.page-access .titleVisual,
.page-access-en .titleVisual {
  background: url(/img/access/page_access.jpg) no-repeat center bottom 10%;
  background-size: cover;
}

.page-access .titleVisual:after,
.page-access-en .titleVisual:after {
  background: rgba(0, 0, 0, 0.4);
}

.page-access address {
  font-size: 16px;
  font-style: normal;
  margin-bottom: 30px;
}

.page-access .note {
  font-size: 14px;
  color: #666;
}

.page-access .note li {
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}

.page-access .illust {
  text-align: center;
}

.page-access .illust img {
  width: 420px;
}

/*----------------------------------------------------
  staff
----------------------------------------------------*/
#doctor .kuwahara .nameEn,
#adviser .ichioka .nameEn,
#director .kuwahara .nameJp,
#adviser .ichioka .nameJp {
  padding-bottom: 20px;
  border-bottom: 1px solid #142e87;
}

#doctor .kuwahara .position,
#adviser .ichioka .position,
#director .kuwahara .position {
  margin-bottom: 20px;
}

#doctor .kuwahara p.body,
#director .kuwahara p.body {
  font-size: 13px;
}

#adviser .ichioka p.body strong {
  display: block;
  margin-bottom: 20px;
  color: #000;
}

#adviser .ichioka p.body {
  font-size: 12px;
}

#adviser .ichioka .bt {
  text-align: center;
  padding-top: 30px;
}

#adviser .ichioka .bt .btnBase {
  width: 100%;
}

.page-staff .name,
.page-staff-2 .name,
.page-staff-en .name {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: normal;
  color: #142e87;
  letter-spacing: 3px;
}

.page-staff .nameEn,
.page-staff-2 .nameEn,
.page-staff-en .nameJp {
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
  font-weight: normal;
  color: #142e87;
}

.staffList {
  font-size: 0;
  text-align: center;
}

.staffList li {
  font-size: 14px;
  width: 28%;
  display: inline-block;
  margin-left: 8%;
  vertical-align: top;
  margin-bottom: 60px;
  text-align: center;
}

.staffList li:nth-child(3n+1) {
  margin-left: 0;
}

.staffList li .img {
  margin-bottom: 20px;
}

.staffList li .name {
  margin-bottom: 0px;
}

.staffList li .position {
  font-size: 12px;
}

/*----------------------------------------------------
  medicine
----------------------------------------------------*/
.page-medicine .titleVisual,
.page-medicine-en .titleVisual {
  background: url(/img/medicine/page_medicine.jpg) no-repeat center 70%;
  background-size: cover;
}

.page-medicine .medicine li {
  margin-bottom: 60px;
}

.page-medicine .medicine li .title {
  font-size: 18px;
  color: #142e87;
}

.page-medicine .medicine li .title:before {
  content: "\e876";
  font-family: "Material Icons";
  margin-right: 5px;
}

.page-medicine .medicine li .title + .body {
  font-size: 14px;
  margin-top: 20px;
}

.page-medicine-en ul.medicine {
  margin-top: 60px;
}

.page-medicine-en ul.medicine li {
  color: #142E87;
  margin-bottom: 5px;
  display: block;
}

.page-medicine-en ul.medicine li .title {
  display: inline;
}

.page-medicine-en ul.medicine li::before {
  content: "●";
  display: inline;
  margin-right: 5px;
}

.page-medicine-en .note {
  background-color: rgba(22, 48, 123, 0.05);
  padding: 20px;
}

.page-medicine-en p em,
.page-medicine-en div > em {
  font-weight: bold;
  position: relative;
  background-color: rgba(40, 100, 255, 0.1);
}

/*----------------------------------------------------
  media
----------------------------------------------------*/
.page-media .titleVisual {
  background: url(/img/media/page_media.jpg) no-repeat center center;
}

dl.mediaPublished i.txIcon {
  position: absolute;
  left: 10%;
  padding: 3px 10px;
  width: 50px;
  text-align: center;
  font-style: normal;
  line-height: 100%;
  margin-top: 2px;
  background: #066292;
  color: #fff;
  display: inline-block;
  font-size: 11px;
}
@media screen and (max-width: 799px) {
  dl.mediaPublished i.txIcon {
    left: auto;
    right: 0%;
    top: -2em;
  }
}

dl.mediaPublished i.txIcon2 {
  background-color: #ed7924;
}

dl.mediaPublished i.txIcon3 {
  background-color: #3b911f;
}

dl.mediaPublished i.txIcon4 {
  background-color: #cb2985;
}

body.page .entry-content dl.mediaPublished dt {
  color: #999;
}
@media screen and (max-width: 799px) {
  body.page .entry-content dl.mediaPublished dt {
    position: relative;
    width: 100%;
    padding: 10px 0 0;
  }
}

body.page .entry-content dl.mediaPublished dd {
  padding-left: 19%;
}
@media screen and (max-width: 799px) {
  body.page .entry-content dl.mediaPublished dd {
    padding-left: 0%;
    padding-top: 0;
    position: relative;
  }
}

dl.mediaPublished a.outer {
  font-size: 12px;
  display: inline-block;
  line-height: 100%;
  color: #999;
  padding: 3px 10px 2px;
  border: 1px solid #999;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-left: 5px;
}
@media screen and (max-width: 799px) {
  dl.mediaPublished a.outer {
    font-size: 10px;
    padding: 0 0 3px;
    border: 0;
    border-bottom: 1px solid #999;
  }
}

/*----------------------------------------------------
  formedia
----------------------------------------------------*/
.page-formedia .note {
  margin-bottom: 60px;
}
@media screen and (max-width: 799px) {
  .page-formedia .note {
    margin-bottom: 30px;
  }
}

.page-formedia .contactCmn .tel1 a {
  font-size: 30px;
  color: #142e87;
}
@media screen and (max-width: 799px) {
  .page-formedia .contactCmn .tel1 a {
    font-size: 26px;
  }
}

.page-formedia .contactCmn li {
  min-height: 180px;
}
@media screen and (max-width: 799px) {
  .page-formedia .contactCmn li {
    min-height: 0px;
  }
}

.page-formedia .contactCmn li h2 {
  font-weight: normal;
}

.page-formedia .contactCmn li i.mI {
  margin-right: 5px;
}

.page-formedia .block:last-child {
  margin-top: 90px;
}

/*----------------------------------------------------
  alliance
----------------------------------------------------*/
.allianceList {
  font-size: 0px;
}

.allianceList li {
  font-size: 18px;
  margin-bottom: 30px;
}
@media screen and (max-width: 799px) {
  .allianceList li {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.allianceList li a {
  color: #142e87;
  display: inline-block;
  transition: 0.6s;
}

.allianceList li a:after {
  content: "\e895";
  font-family: "Material Icons";
  margin-left: 10px;
  vertical-align: middle;
}

.allianceList li a:hover {
  transform: translateX(10px);
}
@media screen and (max-width: 799px) {
  .allianceList li a:hover {
    transform: none;
  }
}

/*----------------------------------------------------
  books
----------------------------------------------------*/
.page-books .titleVisual {
  background: url(/img/books/page_books.jpg) no-repeat center center;
  background-size: cover;
}

.page-books .titleVisual:after {
  background: rgba(0, 0, 0, 0.6);
}

body.page .page-books .entry-content .block:not(:last-child) {
  margin-bottom: 90px;
}
@media screen and (max-width: 799px) {
  body.page .page-books .entry-content .block:not(:last-child) {
    margin-bottom: 40px;
  }
}

.page-books .bookTitle {
  padding-top: 40px;
  font-size: 20px;
  color: #142e87;
  margin-bottom: 20px;
}
@media screen and (max-width: 799px) {
  .page-books .bookTitle {
    padding-top: 0px;
    font-size: 16px;
    margin-bottom: 0px;
  }
}

.page-books .data {
  font-size: 13px;
  color: #666;
  margin-bottom: 20px;
}

body.page .page-books .entry-content .body {
  font-size: 14px;
}

/*----------------------------------------------------
  jijiColumn
----------------------------------------------------*/
#jijiColumn {
  font-size: 0;
  padding: 40px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid rgba(20, 46, 135, 0.1);
}

#jijiColumn h1 {
  font-size: 15px;
}

#jijiColumn h1 span {
  font-size: 13px;
  display: block;
  line-height: 160%;
  margin-bottom: 10px;
  font-weight: normal;
}

#jijiColumn h1 strong {
  color: #142e87;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}

#jijiColumn h1 i {
  color: #142e87;
  font-size: 13px;
  font-style: normal;
  display: block;
  text-align: right;
  font-weight: normal;
}

#jijiColumn ul {
  width: calc(50% - 20px);
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 600px) {
  #jijiColumn ul {
    width: 100%;
    display: block;
  }
}

#jijiColumn ul + ul {
  margin-left: 40px;
}
@media screen and (max-width: 600px) {
  #jijiColumn ul + ul {
    margin-left: 0;
  }
}

#jijiColumn ul li {
  margin-bottom: 5px;
  font-size: 14px;
}

#jijiColumn ul li a {
  color: #142e87;
}

/* amelia */
body.admin-bar .el-popper[x-placement^=bottom] {
  z-index: 30000 !important;
  margin-top: 10px !important;
}

.inv-recaptcha-holder {
  text-align: right;
  box-sizing: border-box;
}

.grecaptcha-badge {
  display: inline-block;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1) !important;
}

/*----------------------------------------------------
  qa
----------------------------------------------------*/
.qaList a:link,
.qaList a:hover,
.qaList a:visited {
  color: #000;
}

.qaList li {
  background: #FFF;
  margin-bottom: 20px;
}

.qaList li a {
  display: block;
  padding: 40px;
}

.qaList li .qBlock {
  position: relative;
  padding-left: 60px;
  padding-right: 30px;
}
@media screen and (max-width: 750px) {
  .qaList li .qBlock {
    padding-top: 40px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 20px;
  }
}

.qaList li .aBlock {
  position: relative;
  padding-left: 60px;
  padding-right: 30px;
  height: auto;
  margin-top: 60px;
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .qaList li .aBlock {
    padding-top: 60px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.qaList li a.close {
  overflow: hidden;
}

.qaList li a.close .aBlock {
  box-sizing: content-box;
  height: 0;
  opacity: 0;
  margin-top: 0px;
}
@media screen and (max-width: 750px) {
  .qaList li a.close .aBlock {
    padding-top: 0px;
  }
}

.qaList li .qBlock i.mI {
  font-size: 30px;
  color: #ddd;
  position: absolute;
  display: inline-block;
  right: -10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}
@media screen and (max-width: 750px) {
  .qaList li .qBlock i.mI {
    font-size: 20px;
    color: #ccc;
    right: 50%;
    top: auto;
    bottom: -20px;
    transform: translateX(50%) rotate(-90deg);
  }
}

.qaList li a.close .qBlock i.mI {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 750px) {
  .qaList li a.close .qBlock i.mI {
    transform: translateX(50%) rotate(90deg);
  }
}

@media screen and (min-width: 750px) {
  .qaList li a:hover {
    background: #FAFCFD;
  }
}

@media screen and (min-width: 750px) {
  .qaList li a:hover .qBlock i.mI {
    transform: translateY(-50%) rotate(180deg);
  }
}

@media screen and (min-width: 750px) {
  .qaList li a.close:hover .qBlock i.mI {
    transform: translateY(-50%) rotate(90deg);
  }
}

@media screen and (min-width: 750px) {
  .qaList li a:hover img {
    transform: none;
    opacity: 1;
  }
}

.qaList li i.title {
  font-size: 40px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: -20px;
}

.qaList li .qBlock i.title {
  font-size: 60px;
  color: #142e87;
  line-height: 100%;
  left: -20px;
  top: -20px;
}
@media screen and (max-width: 750px) {
  .qaList li .qBlock i.title {
    font-size: 30px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}

.qaList li .aBlock i.title {
  color: #e8d493;
  left: -10px;
}
@media screen and (max-width: 750px) {
  .qaList li .aBlock i.title {
    font-size: 30px;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
}

.qaList li .qBlock .qText {
  font-size: 16px;
  font-weight: bold;
  color: #142e87;
}
@media screen and (max-width: 750px) {
  .qaList li .qBlock .qText {
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) {
  .qaList li .qBlock .aText {
    font-size: 12px;
  }
}

/*----------------------------------------------------
  recruit
----------------------------------------------------*/
body.page .page-recruit .title1:after {
  content: none;
}

.page-recruit .title1 + .block {
  margin-top: -60px;
}

.page-recruit .points {
  max-width: 600px;
  margin: 0 auto;
}

.page-recruit .points dt,
.page-recruit .points dd {
  padding: 15px 0;
}

.page-recruit .points dt {
  position: absolute;
  width: 100px;
}
@media screen and (max-width: 750px) {
  .page-recruit .points dt {
    width: 80px;
  }
}

.page-recruit .points dd {
  padding-left: 100px;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 750px) {
  .page-recruit .points dd {
    padding-left: 80px;
  }
}

.page-recruit .lead {
  margin-bottom: 40px;
}

.page-recruit #contactform {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #e8d493;
}

span.wpcf7-list-item {
  margin: 0 1em 0 0;
}

/*----------------------------------------------------
  responsive-only selectors
----------------------------------------------------*/
@media screen and (max-width: 799px) {
  body.page:not(.home) .entry-content p.body {
    font-size: 13px;
    line-height: 200%;
  }
}
@media screen and (max-width: 799px) {
  body.page #contactform input[type=text],
  body.page #contactform input[type=email],
  body.page #contactform input[type=tel] {
    width: 100% !important;
  }
}
@media screen and (max-width: 799px) {
  body.page .page-staff .kuwahara .img,
  body.page .page-staff-en .kuwahara .img {
    max-width: 290px;
  }
}
@media screen and (max-width: 799px) {
  body.page .page-staff .kuwahara .name,
  body.page .page-staff-en .kuwahara .name {
    font-size: 18px;
    letter-spacing: 5px;
    text-align: center;
  }
}
@media screen and (max-width: 799px) {
  body.page .page-staff .kuwahara .nameEn,
  body.page .page-staff .kuwahara .nameJp,
  body.page .page-staff-en .kuwahara .nameEn,
  body.page .page-staff-en .kuwahara .nameJp {
    padding-bottom: 20px;
    border-bottom: 1px solid #142e87;
    text-align: center;
  }
}
@media screen and (max-width: 799px) {
  body.page .page-staff .kuwahara .position,
  body.page .page-staff-en .kuwahara .position {
    margin-bottom: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 799px) {
  body.page .page-staff .kuwahara p.body,
  body.page .page-staff-en .kuwahara p.body {
    font-size: 13px;
  }
}
@media screen and (max-width: 799px) {
  body.page .page-staff .staffList,
  body.page .page-staff-en .staffList {
    font-size: 0;
    text-align: center;
  }
}
@media screen and (max-width: 799px) {
  body.page .page-staff .staffList li,
  body.page .page-staff-en .staffList li {
    font-size: 14px;
    width: 48%;
    display: inline-block;
    margin-left: 4%;
    vertical-align: top;
    margin-bottom: 60px;
    text-align: center;
  }
}
@media screen and (max-width: 799px) {
  body.page .page-staff .staffList li:nth-child(3n+1),
  body.page .page-staff-en .staffList li:nth-child(3n+1) {
    margin-left: 4%;
  }
}
@media screen and (max-width: 799px) {
  body.page .page-staff .staffList li:nth-child(2n+1),
  body.page .page-staff-en .staffList li:nth-child(2n+1) {
    margin-left: 0;
  }
}
@media screen and (max-width: 799px) {
  body.page .page-staff .name,
  body.page .page-staff-en .name {
    font-size: 14px;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 799px) {
  body.page .page-staff .nameEn,
  body.page .page-staff-en .nameEn {
    font-size: 12px;
    letter-spacing: 3px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #142e87;
  }
}
@media screen and (max-width: 799px) {
  body.page .page-greeting .nameImg,
  body.page .page-greeting-en .nameImg img {
    max-width: 160px;
  }
}
@media screen and (max-width: 799px) {
  body.page .page-formedia .contactCmn li h2.title2 {
    font-weight: normal;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 799px) {
  .pageArticle p.bt {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 799px) {
  .contact .telNote br {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  .page-access .imgList3 li,
  .page-access-en .imgList3 li {
    display: block;
    width: 70%;
    max-width: 320px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 799px) {
  .page-access address,
  .page-access-en address {
    font-size: 16px;
    font-style: normal;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 799px) {
  .page-access .note,
  .page-access-en .note {
    font-size: 14px;
    color: #666;
  }
}
@media screen and (max-width: 799px) {
  .page-access .note li,
  .page-access-en .note li {
    margin-bottom: 10px;
    padding-left: 1em;
    text-indent: -1em;
  }
}
@media screen and (max-width: 799px) {
  .page-access .illust,
  .page-access-en .illust {
    text-align: center;
  }
}
@media screen and (max-width: 799px) {
  .page-access .illust img,
  .page-access-en .illust img {
    width: 420px;
  }
}

@media screen and (max-width: 799px) {
  .page-books .col .img {
    margin-top: 20px;
  }
}

@media screen and (max-width: 799px) {
  .page-alliance .col .img {
    width: 200px !important;
    margin-top: 50px;
    margin-bottom: 0;
  }
}

/*----------------------------------------------------
  service
----------------------------------------------------*/
.page-ballet .titleVisual {
  background: linear-gradient(135deg, rgba(20, 46, 135, 0.92), rgba(84, 195, 207, 0.68));
}

.page-running-special .titleVisual {
  background: linear-gradient(135deg, rgba(20, 46, 135, 0.96), rgba(84, 195, 207, 0.72));
}

.page-minor-surgery .titleVisual {
  background: linear-gradient(135deg, rgba(20, 46, 135, 0.94), rgba(84, 195, 207, 0.52));
}

#content > .service-hero {
  position: relative;
  flex: 0 0 100%;
  width: 100vw;
  max-width: 100vw;
  min-width: 100vw;
  margin: -60px calc(50% - 50vw) 60px;
  margin-bottom: 60px;
  overflow: hidden;
}
#content > .service-hero .hero__body {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 799px) {
  #content > .service-hero {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 0 40px;
  }
}

.service-hero {
  margin: -60px -60px 60px;
  width: calc(100% + 120px);
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, rgb(234, 228, 218) 0%, rgb(234, 223, 223) 100%);
}
@media screen and (max-width: 799px) {
  .service-hero {
    margin: 0;
  }
}
.service-hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 10%, rgb(250, 255, 255), transparent 35%), radial-gradient(circle at 0% 90%, rgba(218, 235, 245, 0.4), transparent 15%), radial-gradient(circle at 90% 90%, rgba(205, 215, 225, 0.6), transparent 30%);
  pointer-events: none;
}
.service-hero:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  aspect-ratio: 1/0.35;
  background: url("/img/service/ballet/ballet_hero.png") no-repeat center bottom;
  background-size: contain;
  opacity: 0.94;
  pointer-events: none;
}
@media screen and (max-width: 939px) {
  .service-hero:after {
    left: 30%;
    right: auto;
    top: 0;
  }
}
@media screen and (max-width: 799px) {
  .service-hero:after {
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 230px;
    aspect-ratio: auto;
    transform: none;
    background-position: center top;
    background-size: cover;
  }
}
.service-hero .hero__body {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 32px 34px;
  min-height: 250px;
}
@media screen and (max-width: 799px) {
  .service-hero .hero__body {
    max-width: none;
    min-height: 230px;
    margin-top: 230px;
    padding: 20px 18px 22px;
    background: linear-gradient(180deg, rgb(25, 35, 93), rgb(53, 110, 160));
  }
}
.service-hero .hero__breadcrumb {
  margin-bottom: 28px;
  color: #142e87;
  font-size: 11px;
  letter-spacing: 0.04em;
}
.service-hero .hero__breadcrumb span {
  margin: 0 5px;
  color: #142e87;
}
@media screen and (max-width: 799px) {
  .service-hero .hero__breadcrumb span {
    color: rgba(255, 255, 255, 0.6);
  }
}
@media screen and (max-width: 799px) {
  .service-hero .hero__breadcrumb {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.6);
  }
}
.service-hero .hero__content {
  display: flex;
  align-items: flex-start;
  min-height: 170px;
}
@media screen and (max-width: 799px) {
  .service-hero .hero__content {
    min-height: auto;
  }
}
.service-hero .hero__copy {
  width: min(100%, 800px);
  padding-top: 10px;
}
@media screen and (max-width: 799px) {
  .service-hero .hero__copy {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }
}
.service-hero .hero__h1 {
  margin: 0 0 10px;
  color: #142e87;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.9), 0 0 10px rgba(220, 230, 255, 0.9), 0 0 20px rgba(210, 220, 255, 0.9);
}
@media screen and (max-width: 799px) {
  .service-hero .hero__h1 {
    font-size: 26px;
    margin: 0 0 8px;
    color: #ffffff;
    text-shadow: none;
  }
}
.service-hero .hero__en {
  margin-bottom: 20px;
  color: #54c3cf;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 799px) {
  .service-hero .hero__en {
    margin-bottom: 14px;
    color: #54c3cf;
  }
}
.service-hero .hero__lead {
  max-width: 390px;
  color: #525a76;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 799px) {
  .service-hero .hero__lead {
    font-size: 12px;
    max-width: none;
    line-height: 1.85;
    color: #e8d493;
    text-align: left;
  }
  .service-hero .hero__lead br {
    display: none;
  }
}
.service-hero.service-hero-running {
  background: linear-gradient(90deg, rgb(237, 244, 248) 0%, rgb(229, 238, 247) 100%);
}
.service-hero.service-hero-running:after {
  background: linear-gradient(90deg, rgba(20, 46, 135, 0.12), rgba(20, 46, 135, 0.02)), url("/img/service/running_hero_source.png") no-repeat center center;
  background-size: cover;
  opacity: 1;
}
@media screen and (max-width: 799px) {
  .service-hero.service-hero-running:after {
    background-position: center center;
  }
}
.service-hero.service-hero-minor-surgery {
  background: linear-gradient(90deg, rgb(182, 193, 223) 0%, rgb(224, 216, 219) 100%);
}
.service-hero.service-hero-minor-surgery:after {
  background: url("/img/service/minor-surgery/minor-surgery_hero.png") no-repeat center center;
  background-size: cover;
  opacity: 1;
}
@media screen and (max-width: 799px) {
  .service-hero.service-hero-minor-surgery:after {
    background-position: center center;
  }
}

.entry-content .service-page {
  font-family: "Lusitana", "NotoSerifCJKjp", serif;
  color: #3e4255;
}
.entry-content .service-page img {
  display: block;
  width: 100%;
  height: auto;
}
.entry-content .service-page p:last-child {
  margin-bottom: 0;
}
.entry-content .service-page p strong {
  color: inherit;
  position: relative;
  background: linear-gradient(transparent 65%, rgba(84, 195, 207, 0.2) 65%);
}
.entry-content .service-page span.mini {
  font-size: 80%;
}

.service-page__section + .service-page__section,
.service-page__lead + .service-page__section {
  margin-top: 80px;
}
@media screen and (max-width: 799px) {
  .service-page__section + .service-page__section,
  .service-page__lead + .service-page__section {
    margin-top: 42px;
  }
}

.entry-content .service-page__heading {
  display: inline-flex;
  flex-direction: column;
  font-size: 30px;
  font-weight: 700;
  color: #142e87;
  margin-bottom: 40px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  position: relative;
}
.entry-content .service-page__heading::after {
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  background: linear-gradient(90deg, rgb(200, 180, 115) 30%, rgb(16, 52, 105) 30%, rgb(16, 52, 105) 100%);
  bottom: -10px;
  left: -30px;
}
@media screen and (max-width: 799px) {
  .entry-content .service-page__heading {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

.service-page__lead-text p,
.service-page__lead-note p,
.service-page__intro,
.service-page__feature-card p,
.service-page__surgery-card p,
.service-page__expertise p,
.service-page__accordion div p,
.service-page__cta p,
.service-page__phase p,
.service-page__cta-note p,
.service-page__rehab-strip p,
.service-page__doctor-card p {
  font-size: 14px;
  line-height: 1.95;
}

.service-page__lead-grid {
  display: grid;
  grid-template-columns: 1.6fr 1.4fr;
  gap: 32px;
  align-items: center;
  border-radius: 10px;
  background: url(/img/service/ballet/ballet_lead.png) no-repeat right bottom;
  background-size: cover;
  position: relative;
}
.service-page__lead-grid::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 60%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 0;
}
@media screen and (max-width: 939px) {
  .service-page__lead-grid {
    background: none;
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .service-page__lead-grid::before {
    content: none;
  }
}

.service-minor-surgery-page .service-page__lead-grid {
  background-image: url(/img/service/minor-surgery/minor-surgery_lead.png);
}
@media screen and (max-width: 939px) {
  .service-minor-surgery-page .service-page__lead-grid {
    background-image: none;
  }
}

.service-page__lead-copy {
  position: relative;
  padding: 40px 0 40px 30px;
  overflow: hidden;
}
.service-page__lead-copy > * {
  position: relative;
  z-index: 1;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8), 0px 0px 10px rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 939px) {
  .service-page__lead-copy > * {
    text-shadow: none;
  }
}
@media screen and (max-width: 939px) {
  .service-page__lead-copy {
    padding: 0;
    overflow: visible;
  }
}
.service-page__lead-copy .service-page__heading {
  margin-bottom: 30px;
}
.service-page__lead-copy .service-page__heading::after {
  content: none;
}

.service-page__lead-footnote {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(20, 46, 135, 0.12);
  color: #5b627d;
}

.service-page__lead-visual {
  border-radius: 10px;
  overflow: hidden;
  display: none;
}
@media screen and (max-width: 939px) {
  .service-page__lead-visual {
    display: block;
  }
}

.service-page__lead--stacked .service-page__lead-copy {
  padding: 0;
}
.service-page__lead--stacked .service-page__lead-copy .service-page__heading {
  margin-bottom: 30px;
}
.service-page__lead--stacked .service-page__lead-copy .service-page__heading:after {
  content: none;
}

.service-page__lead-media {
  margin-top: 24px;
  overflow: hidden;
  border-radius: 10px;
  min-height: 300px;
  background: linear-gradient(180deg, rgba(240, 246, 255, 0.94), rgba(228, 237, 250, 0.96));
}
.service-page__lead-media img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  object-position: center top;
}
@media screen and (max-width: 799px) {
  .service-page__lead-media {
    min-height: 220px;
  }
  .service-page__lead-media img {
    min-height: 220px;
  }
}

.service-page__chart-card {
  padding: 24px;
  border-radius: 10px;
  border: 1px solid rgba(20, 46, 135, 0.12);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
  box-shadow: 0 12px 30px rgba(20, 46, 135, 0.05);
}
@media screen and (max-width: 799px) {
  .service-page__chart-card {
    padding: 18px 16px;
  }
}

.entry-content .service-page__chart-title {
  margin-bottom: 6px;
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.entry-content .service-page__chart-note {
  margin-bottom: 18px;
  color: #7a7f92;
  font-size: 12px;
  line-height: 1.8;
}

.service-page__chart-body {
  display: grid;
  grid-template-columns: minmax(0, 340px) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}
@media screen and (max-width: 939px) {
  .service-page__chart-body {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}

.service-page__chart-svg-wrap {
  position: relative;
  width: min(100%, 320px);
  margin: 0 auto;
}

.service-page__chart-svg {
  display: block;
  width: 100%;
  height: auto;
}

.service-page__chart-segment {
  fill: none;
  stroke-linecap: butt;
  stroke-dasharray: 0 502.65;
}

.service-page__chart-center {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.entry-content .service-page__chart-center-num {
  margin-bottom: 0;
  color: #142e87;
  font-family: "Lusitana", "NotoSerifCJKjp", serif;
  font-size: 34px;
  line-height: 1.1;
}
.entry-content .service-page__chart-center-label {
  margin-bottom: 0;
  color: #54c3cf;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.service-page__chart-legend {
  display: grid;
  gap: 10px;
}

.service-page__legend-item {
  display: grid;
  grid-template-columns: 12px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(20, 46, 135, 0.08);
  box-shadow: 0 8px 18px rgba(20, 46, 135, 0.04);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 420ms ease, transform 420ms ease;
}
.service-page__legend-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.service-page__legend-swatch {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.entry-content .service-page__legend-label,
.entry-content .service-page__legend-pct {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
}
.entry-content .service-page__legend-label {
  color: #44506b;
}
.entry-content .service-page__legend-pct {
  color: #142e87;
  font-family: "Lusitana", "NotoSerifCJKjp", serif;
  font-size: 16px;
}

.service-page__insight {
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 3px solid #c8b473;
  border-radius: 0 10px 10px 0;
  background: rgba(237, 242, 248, 0.9);
}

.service-page__factor-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
@media screen and (max-width: 939px) {
  .service-page__factor-grid {
    grid-template-columns: 1fr;
  }
}

.service-page__coverage-banner {
  margin-top: 22px;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  padding: 22px 24px;
  border-radius: 12px;
  border: 1px solid rgba(189, 122, 146, 0.18);
  background: linear-gradient(135deg, rgba(255, 247, 249, 0.96), rgba(255, 241, 244, 0.94));
  box-shadow: 0 12px 26px rgba(160, 88, 115, 0.06);
}
.service-page__coverage-banner h3 {
  margin: 0 0 14px;
  color: #cb2985;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 799px) {
  .service-page__coverage-banner {
    grid-template-columns: 1fr;
    padding: 18px 16px;
  }
  .service-page__coverage-banner h3 {
    margin-bottom: 12px;
    font-size: 18px;
  }
}

.entry-content .service-page__coverage-art {
  display: flex;
  justify-content: center;
}

.entry-content .service-page__coverage-icon {
  width: 88px;
  height: 88px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 8px 18px rgba(20, 46, 135, 0.06);
}
.entry-content .service-page__coverage-icon img {
  width: 58px;
  height: 58px;
  object-fit: contain;
}
@media screen and (max-width: 799px) {
  .entry-content .service-page__coverage-icon {
    width: 76px;
    height: 76px;
    border-radius: 18px;
  }
  .entry-content .service-page__coverage-icon img {
    width: 50px;
    height: 50px;
  }
}

.service-page__coverage-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-page__coverage-list li {
  position: relative;
  padding-left: 1.2em;
}
.service-page__coverage-list li:not(:last-child) {
  margin-bottom: 8px;
}
.service-page__coverage-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 0;
  color: #cb2985;
}

.entry-content .service-page__factor-card {
  min-height: 100%;
  padding: 18px 16px 16px;
  border: 1px solid rgba(20, 46, 135, 0.12);
  border-top: 3px solid #142e87;
  border-radius: 0 0 10px 10px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(20, 46, 135, 0.04);
}
.entry-content .service-page__factor-card h3 {
  margin-bottom: 15px;
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.entry-content .service-page__factor-sub {
  margin-bottom: 10px;
  color: #7a7f92;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.service-page__factor-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-page__factor-list li {
  position: relative;
  padding-left: 1em;
  color: #4a5068;
  font-size: 13px;
  line-height: 1.75;
}
.service-page__factor-list li:not(:last-child) {
  margin-bottom: 4px;
}
.service-page__factor-list li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
  color: #54c3cf;
}

.service-page__disease-groups {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (max-width: 799px) {
  .service-page__disease-groups {
    grid-template-columns: 1fr;
  }
}

.service-page__disease-group {
  padding: 20px 22px 18px;
  border: 1px solid rgba(20, 46, 135, 0.12);
  border-radius: 10px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.96));
  box-shadow: 0 12px 30px rgba(20, 46, 135, 0.05);
}
.service-page__disease-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.service-page__disease-group li {
  position: relative;
  padding-left: 1em;
  color: #4a5068;
  font-size: 14px;
  display: inline-block;
  line-height: 1.6;
}
.service-page__disease-group li:not(:last-child) {
  margin-bottom: 10px;
  margin-right: 10px;
}
.service-page__disease-group li:before {
  content: "●";
  margin-right: 5px;
  position: absolute;
  font-size: 80%;
  left: 0;
  top: 10%;
  color: #54c3cf;
}

.entry-content .service-page__disease-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
}
@media screen and (max-width: 1139px) {
  .entry-content .service-page__disease-head {
    flex-direction: column;
  }
}
.entry-content .service-page__disease-head h3 {
  margin: 0;
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (max-width: 799px) {
  .entry-content .service-page__disease-head h3 {
    font-size: 19px;
  }
}

.entry-content .service-page__disease-icon,
.entry-content .service-page__feature-icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(240, 246, 255, 0.94), rgba(228, 237, 250, 0.96));
  border: 1px solid rgba(20, 46, 135, 0.08);
}
.entry-content .service-page__disease-icon img,
.entry-content .service-page__feature-icon img {
  width: 76%;
  height: auto;
}

.service-page__disease-icon {
  width: 62px;
  height: 62px;
}
.service-page__disease-icon img {
  width: 64%;
}

.service-page__lead-note {
  margin-bottom: 24px;
  color: #4b516a;
}

.service-page__intro {
  margin-bottom: 18px;
}

.service-page__feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
@media screen and (max-width: 939px) {
  .service-page__feature-grid {
    grid-template-columns: 1fr;
  }
}

.service-ballet-page__feature-grid .service-page__feature-card:last-child {
  grid-column: 1/3;
}
@media screen and (max-width: 939px) {
  .service-ballet-page__feature-grid .service-page__feature-card:last-child {
    grid-column: 1/2;
  }
}

.service-minor-surgery-page__section__surgery .service-page__feature-grid {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.service-page__feature-card,
.service-page__surgery-card,
.service-page__doctor-card,
.service-page__rehab-strip,
.service-page__testimonial-card {
  border-radius: 10px;
  border: 1px solid rgba(20, 46, 135, 0.12);
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(20, 46, 135, 0.04);
}

.entry-content .service-page__feature-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 20px 18px 18px;
}
.entry-content .service-page__feature-card h3 {
  margin: 0 0 10px;
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.entry-content .service-page__feature-card--inline-icon h3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.service-page__feature-inline-icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.service-page__feature-inline-icon img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.service-page__feature-icon {
  width: 74px;
  height: 74px;
  margin-bottom: 18px;
}
.service-page__feature-icon--image {
  width: 100%;
  height: 144px;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(20, 46, 135, 0.04);
}
.service-page__feature-icon--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.entry-content .service-page__media-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 230px;
  gap: 20px;
  align-items: stretch;
}
@media screen and (max-width: 799px) {
  .entry-content .service-page__media-card {
    grid-template-columns: 1fr;
  }
}

.service-page__media-card-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-page__media-card-body p:last-child {
  margin-bottom: 0;
}

.service-page__media-card-visual {
  overflow: hidden;
  border-radius: 8px;
  min-height: 168px;
}
.service-page__media-card-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 799px) {
  .service-page__media-card-visual {
    min-height: 220px;
  }
}
@media screen and (max-width: 549px) {
  .service-page__media-card-visual {
    min-height: 170px;
  }
}

.service-page__phase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.service-page__phase-grid.service-page__phase-long.service-page__phase-flow {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.service-page__phase-grid.service-page__phase-long.service-page__phase-flow .service-page__phase:nth-child(2):after {
  display: none;
}
@media screen and (max-width: 549px) {
  .service-page__phase-grid.service-page__phase-long.service-page__phase-flow {
    grid-template-columns: 1fr;
  }
}
.service-page__phase-grid.service-page__phase-flow .service-page__phase {
  position: relative;
}
.service-page__phase-grid.service-page__phase-flow .service-page__phase:not(:last-child):after {
  content: "▶";
  position: absolute;
  right: -19px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #142e87;
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 1139px) {
  .service-page__phase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-page__phase-grid.service-page__phase-flow .service-page__phase:nth-child(2):after {
    display: none;
  }
}
@media screen and (max-width: 549px) {
  .service-page__phase-grid {
    grid-template-columns: 1fr;
  }
  .service-page__phase-grid.service-page__phase-flow .service-page__phase:not(:last-child):after {
    right: 50%;
    top: auto;
    bottom: -19px;
    transform: translateX(50%) rotate(90deg);
  }
}

.entry-content .service-page__phase {
  min-height: 100%;
  padding: 18px 16px;
  border: 1px solid rgba(20, 46, 135, 0.12);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(20, 46, 135, 0.04);
  text-align: center;
}
.entry-content .service-page__phase h3 {
  margin-bottom: 8px;
  color: #2f3551;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
.entry-content .service-page__phase p:not(.service-page__phase-label) {
  text-align: left;
}

.service-page__phase-num {
  width: 34px;
  height: 34px;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #142e87;
  color: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  font-weight: 700;
}

.entry-content .service-page__phase-label {
  color: #142e87;
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.service-page__phase-note {
  margin-top: 18px;
  padding: 14px 18px;
  border: 1px solid rgba(200, 180, 115, 0.7);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  text-align: center;
}
.service-page__phase-note p {
  margin-bottom: 0;
}

.service-page__target-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}
.service-page__target-list li {
  position: relative;
  padding: 14px 16px 14px 48px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid rgba(20, 46, 135, 0.1);
  box-shadow: 0 10px 24px rgba(20, 46, 135, 0.04);
  color: #48506a;
  font-size: 14px;
  line-height: 1.8;
}
.service-page__target-list li:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 17px;
  width: 18px;
  height: 18px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpolyline points='4,10.5 8.3,14.5 16,5.5' fill='none' stroke='%2354c3cf' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center/contain;
}

.service-page__surgery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 20px 0 24px;
}
@media screen and (max-width: 799px) {
  .service-page__surgery-grid {
    grid-template-columns: 1fr;
  }
}

.entry-content .service-page__surgery-card {
  padding: 22px 20px 18px;
}
.entry-content .service-page__surgery-card h3 {
  margin-bottom: 10px;
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 21px;
  line-height: 1.5;
}

.entry-content .service-page__expertise {
  padding: 24px 24px;
  border-radius: 10px;
  border: 1px solid rgba(20, 46, 135, 0.12);
  background: linear-gradient(180deg, rgba(247, 250, 255, 0.92), rgba(255, 255, 255, 0.98));
}
.entry-content .service-page__expertise h3 {
  margin-bottom: 8px;
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  line-height: 1.5;
}

.service-page__accordion-list {
  margin-top: 18px;
  counter-reset: ballet-accordion;
}

.service-page__accordion {
  counter-increment: ballet-accordion;
  border-top: 1px solid rgba(20, 46, 135, 0.1);
}
.service-page__accordion:last-child {
  border-bottom: 1px solid rgba(20, 46, 135, 0.1);
}
.service-page__accordion summary {
  list-style: none;
  cursor: pointer;
  position: relative;
  padding: 18px 38px 18px 58px;
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
.service-page__accordion summary::-webkit-details-marker {
  display: none;
}
.service-page__accordion summary:before {
  content: counter(ballet-accordion, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 18px;
  color: rgba(20, 46, 135, 0.55);
  font-family: "Lusitana", "NotoSerifCJKjp", serif;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.service-page__accordion summary:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpolyline points='2,1.5 9,6 2,10.5' fill='none' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  transform: rotate(90deg);
  transform-origin: center;
}
.service-page__accordion summary:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #54c3cf;
  background-position: center;
  background-size: 10px 10px;
}
.service-page__accordion > div {
  display: block !important;
  padding: 0 0 18px 58px;
  overflow: hidden;
  transform-origin: top center;
  will-change: height, opacity, transform;
}
@media screen and (max-width: 799px) {
  .service-page__accordion > div {
    padding-left: 0;
  }
}
.service-page__accordion[open] summary:after {
  transform: translateY(-50%) rotate(-90deg);
}

.entry-content .service-page__subsection + .service-page__subsection {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(20, 46, 135, 0.08);
}

.entry-content .service-page__subheading {
  margin-bottom: 8px;
  color: #54c3cf;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.entry-content .service-page__note {
  color: #7a7f92;
  font-size: 12px;
}

.entry-content .service-page__rehab-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 24px;
  padding: 18px;
  margin-top: 20px;
  align-items: center;
}
.entry-content .service-page__rehab-strip h3 {
  margin-bottom: 10px;
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 799px) {
  .entry-content .service-page__rehab-strip {
    grid-template-columns: 1fr;
  }
}

.entry-content .service-page__testimonial-card {
  margin-top: 20px;
  padding: 24px 24px 22px;
  background: linear-gradient(180deg, rgba(245, 241, 230, 0.8), rgb(255, 252, 246));
  border-color: rgba(200, 180, 115, 0.38);
}
@media screen and (max-width: 799px) {
  .entry-content .service-page__testimonial-card {
    padding: 20px 16px 18px;
  }
}

.entry-content .service-page__testimonial-label {
  margin-bottom: 8px;
  color: #c8b473;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.entry-content .service-page__testimonial-heading {
  margin-bottom: 14px;
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  line-height: 1.65;
}
@media screen and (max-width: 799px) {
  .entry-content .service-page__testimonial-heading {
    font-size: 20px;
  }
}

.service-page__testimonial-body p + p {
  margin-top: 16px;
}

.service-page__testimonial-footer {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(200, 180, 115, 0.45);
  text-align: right;
}

.entry-content .service-page__testimonial-sign {
  margin-bottom: 10px;
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  line-height: 1.8;
}
.entry-content .service-page__testimonial-sign em {
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
}

.entry-content .service-page__instagram-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 6px 14px 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(20, 46, 135, 0.12);
  background: linear-gradient(135deg, rgba(84, 195, 207, 0.1), rgba(203, 41, 133, 0.08));
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.03em;
}
.entry-content .service-page__instagram-link:before {
  content: "";
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3.25' y='3.25' width='17.5' height='17.5' rx='5' ry='5' fill='none' stroke='%23142e87' stroke-width='1.8'/%3E%3Ccircle cx='12' cy='12' r='4.2' fill='none' stroke='%23142e87' stroke-width='1.8'/%3E%3Ccircle cx='17.4' cy='6.6' r='1.25' fill='%23142e87'/%3E%3C/svg%3E") no-repeat center center/contain;
}
.entry-content .service-page__instagram-link:hover {
  color: #142e87;
  background: linear-gradient(135deg, rgba(84, 195, 207, 0.16), rgba(203, 41, 133, 0.12));
}

.service-page__rehab-strip-photo {
  overflow: hidden;
  border-radius: 10px;
}
.service-page__rehab-strip-photo img {
  width: 100%;
  height: 100%;
  min-height: 160px;
  object-fit: cover;
}

.service-page__doctor-card {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 22px;
  align-items: start;
  background: url(/img/cmn/bg_poly.jpg) repeat left top;
  background-size: 700px auto;
}
@media screen and (max-width: 549px) {
  .service-page__doctor-card {
    grid-template-columns: 1fr;
  }
}

.service-page__doctor-content {
  display: contents;
}

.service-page__doctor-profile {
  min-width: 0;
}

.service-page__doctor-profile + .service-page__doctor-message,
.service-page__doctor-message {
  grid-column: 1/-1;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 10px;
}
.service-page__doctor-profile + .service-page__doctor-message p,
.service-page__doctor-message p {
  margin-bottom: 0;
}

.service-page__doctor-profile + .service-page__doctor-message {
  margin-top: 0;
}

.entry-content .service-page__doctor-message-label {
  margin-bottom: 0;
  color: #54c3cf;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.entry-content .service-page__doctor-message-heading {
  margin-bottom: 12px;
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  line-height: 1.6;
}
.entry-content .service-page__doctor-message-sign {
  margin-top: 12px;
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
}

.service-running-page__doctor-card {
  align-items: flex-start;
}

.service-minor-surgery-page__doctor-card {
  align-items: flex-start;
}

.entry-content .service-page__doctor-photo {
  width: 104px;
  height: 104px;
  flex-shrink: 0;
  padding: 0;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(240, 246, 255, 0.94), rgba(228, 237, 250, 0.96));
  border: 1px solid rgba(20, 46, 135, 0.08);
  overflow: hidden;
}
.entry-content .service-page__doctor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.entry-content .service-page__doctor-name {
  margin-bottom: 4px;
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
}

.entry-content .service-page__doctor-title {
  margin-bottom: 0px;
  color: #7a7f92;
  font-size: 13px;
}

.entry-content .service-page__doctor-days {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(84, 195, 207, 0.12);
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 11px;
}

.service-page__cta {
  padding: 28px;
  border-radius: 10px;
  background: url(/img/cmn/bg_poly2.jpg) repeat center center;
  background-size: 500px auto;
  color: #ffffff;
  box-shadow: 0 18px 36px rgba(20, 46, 135, 0.16);
}
@media screen and (max-width: 799px) {
  .service-page__cta {
    padding: 22px 16px 18px;
  }
}

.service-page__cta-main h2 {
  margin-bottom: 20px;
  color: #c8b473;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 799px) {
  .service-page__cta-main h2 {
    font-size: 23px;
  }
}
.service-page__cta-main p {
  color: rgba(255, 255, 255, 0.9);
}

.service-page__cta-buttons {
  display: flex;
  gap: 12px;
  margin-top: 18px;
}
@media screen and (max-width: 549px) {
  .service-page__cta-buttons {
    flex-direction: column;
  }
}

.entry-content .service-page__cta-primary,
.entry-content .service-page__cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 12px 18px;
  border-radius: 4px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  position: relative;
}

.entry-content .service-page__cta-primary {
  min-width: 230px;
  background: #c8b473;
  color: #ffffff;
}
.entry-content .service-page__cta-primary:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpolyline points='2,1.5 9,6 2,10.5' fill='none' stroke='%23ffffff' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  transform: rotate(0deg);
  transform-origin: center;
}
.entry-content .service-page__cta-primary:after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
}
.entry-content .service-page__cta-primary:hover {
  background: #e8d493;
  color: #ffffff;
  opacity: 1;
}

.entry-content .service-page__cta-secondary {
  width: min(270px, 100%);
  border: 1px solid #e8d493;
  color: #e8d493;
}
.entry-content .service-page__cta-secondary:hover {
  color: #c8b473;
}

.service-page__cta-notes {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.service-minor-surgery-page__disease-groups {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media screen and (max-width: 939px) {
  .service-minor-surgery-page__disease-groups {
    grid-template-columns: 1fr;
  }
}

.service-minor-surgery-page__disease-text {
  color: #4a5068;
  font-size: 14px;
  line-height: 1.9;
}

.service-minor-surgery-page__feature-grid .service-page__feature-card .service-page__feature-icon--image {
  margin-bottom: 18px;
}

.entry-content .service-page__cta-note {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 82px;
  gap: 16px;
  padding: 18px 18px 16px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.98);
  color: #4b516a;
}
.entry-content .service-page__cta-note h3 {
  margin-bottom: 6px;
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 19px;
  line-height: 1.5;
}
.entry-content .service-page__cta-note a {
  color: #142e87;
  text-decoration: underline;
}
@media screen and (max-width: 549px) {
  .entry-content .service-page__cta-note {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

.entry-content .service-page__cta-note-art {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  border-radius: 10px;
  overflow: hidden;
}
.entry-content .service-page__cta-note-art img {
  width: 68px;
  height: auto;
  object-fit: contain;
}
@media screen and (max-width: 549px) {
  .entry-content .service-page__cta-note-art img {
    width: 58px;
  }
}

/*----------------------------------------------------
  #guide
----------------------------------------------------*/
.entry-content #guideSec .note {
  font-size: 12px;
}
.entry-content #guideSec strong {
  color: #142e87;
}
.entry-content #guideSec .body a,
.entry-content #guideSec .lead a {
  text-decoration: underline;
  color: #142e87;
  background: linear-gradient(transparent 40%, #ffff13 0%);
  display: inline;
  padding: 0 2px 0px;
}
.entry-content #guideSec .body a:hover {
  text-decoration: none;
}
.entry-content #guideSec .lead {
  font-size: 16px;
  color: #142e87;
  font-weight: bold;
  text-align: center;
}
.entry-content #guideSec .lead a {
  color: #142e87;
  text-decoration: underline;
}
.entry-content #guideSec .leadNote {
  color: #000;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.entry-content #guideSec .sliderWrap {
  margin: -20px auto 60px;
}
@media screen and (max-width: 550px) {
  .entry-content #guideSec .sliderWrap {
    max-width: 300px;
  }
}
.entry-content #guideSec .slick-slide {
  padding: 0 5px;
}
.entry-content #guideSec .slick-arrow {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20000;
  font-size: 40px;
  background-color: rgba(26, 46, 135, 0.7);
  width: 70px;
  height: 70px;
  padding: 16px;
  color: #fff;
}
.entry-content #guideSec .slick-arrow.next {
  left: auto;
  right: 20px;
}
.entry-content #guideSec .slick-arrow.slick-disabled {
  opacity: 0;
}
.entry-content #guideSec .bt {
  text-align: center;
  margin: 30px 0;
}

.forEnglish {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(26, 46, 135, 0.1);
  margin-top: 30px;
}
.forEnglish h2 {
  font-weight: bold;
  color: #fff;
  font-size: 20px;
  margin-bottom: 15px;
  width: 100%;
  background: #142e87 url(/img/cmn/bg_poly2.jpg) no-repeat center center;
  background-size: cover;
  padding: 15px;
}
.forEnglish p {
  padding: 15px 15px 20px;
  font-size: 13px;
}

/*----------------------------------------------------
  #fees
----------------------------------------------------*/
#content-fees .fee-row + .fee-row {
  margin-top: 60px;
}
#content-fees .fee-row .tx {
  width: 64%;
}
@media screen and (max-width: 799px) {
  #content-fees .fee-row .tx {
    width: 100%;
  }
}
#content-fees .fee-row .tx h3 {
  font-size: 18px;
  margin-bottom: 20px;
}
@media screen and (max-width: 799px) {
  #content-fees .fee-row .tx h3 {
    font-size: 16px;
  }
}
#content-fees .fee-row .tx h3 span {
  font-size: 13px;
}
#content-fees .fee-row .tx h3 span.block {
  display: block;
}
#content-fees .fee-row .tx h3 .fee {
  margin-left: 20px;
}
#content-fees .fee-row .tx h3 .fee.block {
  margin-left: 0;
}
#content-fees .fee-row .tx h3 .fee i {
  font-size: 12px;
  font-style: normal;
}
#content-fees .feeCol li {
  background-color: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  padding: 40px 30px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 799px) {
  #content-fees .feeCol li {
    padding: 30px 20px;
    flex-direction: column;
  }
}
#content-fees .feeCol li:nth-child(odd) {
  flex-direction: row-reverse;
  background-color: rgba(245, 250, 255, 0.4);
}
@media screen and (max-width: 799px) {
  #content-fees .feeCol li:nth-child(odd) {
    flex-direction: column;
  }
}
#content-fees .feeCol li + li {
  margin-top: 30px;
}
#content-fees .feeCol li .img {
  width: 30%;
}
@media screen and (max-width: 799px) {
  #content-fees .feeCol li .img {
    width: min(300px, 80%);
    margin-bottom: 30px;
  }
}
#content-fees h2 {
  font-size: max(22px, 3.5vw);
  font-weight: normal;
  color: #142e87;
  border-bottom: 1px solid #142e87;
  margin-bottom: 30px;
}
#content-fees h2 span {
  font-size: max(16px, 2vw);
}
#content-fees section + section {
  margin-top: 60px;
}
#content-fees dl.fee {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  border-top: 1px solid #e5e5ef;
  max-width: 400px;
}
#content-fees dl.fee dt,
#content-fees dl.fee dd {
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5ef;
  margin-bottom: 10px;
}
#content-fees dl.fee dt {
  width: calc(100% - 100px);
}
#content-fees dl.fee dd {
  width: 80px;
  text-align: right;
  color: #066292;
  font-size: 16px;
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-left: 20px;
}
@media screen and (max-width: 799px) {
  #content-fees dl.fee dd {
    font-size: 14px;
  }
}
#content-fees dl.fee dd i {
  font-size: 12px;
  font-style: normal;
}
#content-fees .section-examples,
#content-fees .section-summary {
  text-align: center;
}
#content-fees .section-examples .examples {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5ef;
  margin-bottom: 10px;
}
#content-fees .section-examples .examples li {
  display: inline;
}
#content-fees .section-examples .examples li:not(:nth-last-child(-n+2))::after {
  content: "+";
  margin: 0 1em;
  color: #9f9fa0;
}
#content-fees .section-examples .examples li:last-child::before {
  content: "=";
  margin: 0 1em;
  color: #9f9fa0;
}
#content-fees .section-examples .fee {
  color: #066292;
  font-size: 16px;
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  margin-left: 0;
}
@media screen and (max-width: 799px) {
  #content-fees .section-examples .fee {
    font-size: 14px;
  }
}
#content-fees .section-examples .note {
  font-size: 12px;
  margin-top: 40px;
}
#content-fees .section-summary .note {
  text-align: right;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 100%;
  padding: 10px;
  display: inline-block;
  border: 1px solid #142e87;
  color: #142e87;
}
#content-fees .section-summary .note strong {
  font-size: 18px;
  display: block;
  text-align: center;
  color: #142e87;
}
#content-fees .section-summary .note span {
  display: block;
  font-weight: normal;
  font-size: 11px;
  margin-top: 5px;
  line-height: 140%;
  text-align: center;
  color: #999;
}
#content-fees .section-summary h3 {
  font-size: 18px;
  color: #142e87;
  margin-bottom: 20px;
  margin-top: 40px;
}
#content-fees .section-summary .fee {
  max-width: 500px;
  margin: 0 auto;
}
#content-fees .section-summary .fee dt {
  text-align: left;
}

/*----------------------------------------------------
  #ftVisitors
----------------------------------------------------*/
#content-ftVisitors .body:not(:last-child) {
  margin-bottom: 30px;
}
#content-ftVisitors .body + .btList {
  margin-top: 30px;
}
#content-ftVisitors .btList {
  -js-display: flex;
  display: flex;
  justify-content: center;
}
#content-ftVisitors .btList li + li {
  margin-left: 20px;
}
#content-ftVisitors .sample {
  background-color: #f5f1e6;
  padding: 30px;
  max-width: 500px;
  margin: 30px auto 0;
}
#content-ftVisitors .sample h3 {
  font-size: 16px;
  color: #142e87;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #142e87;
  margin-bottom: 30px;
}
#content-ftVisitors .note {
  text-align: left;
  font-size: 12px;
  max-width: 500px;
  margin: 20px auto 0;
}

.section-additionalNote {
  margin-top: 60px;
  border-top: 1px solid #e5e5ef;
  padding-top: 30px;
}
.section-additionalNote li {
  margin-bottom: 10px;
  padding-left: calc(0.4em + 20px);
  text-indent: calc(-0.4em - 20px);
}
.section-additionalNote li::before {
  content: "-";
  font-weight: bold;
  color: #142e87;
  margin-right: 20px;
}
.section-additionalNote .body {
  margin-top: 30px;
}

/*----------------------------------------------------
  disease
----------------------------------------------------*/
.entry-content .titleD {
  padding: 15px 20px;
  color: #142e87;
  border: 1px solid #142e87;
  border-width: 1px 0;
  margin-bottom: 40px;
  text-align: center;
  font-size: 24px;
  position: relative;
  font-weight: normal;
}
@media screen and (max-width: 799px) {
  .entry-content .titleD {
    font-size: 18px;
  }
}
.entry-content .titleD span {
  vertical-align: middle;
  position: relative;
  top: -5px;
  font-size: 12px;
  display: inline-block;
  padding: 6px 10px 4px;
  border: 1px solid #142e87;
  color: #142e87;
  border-radius: 3px;
  margin-right: 10px;
  line-height: 100%;
}
@media screen and (max-width: 799px) {
  .entry-content .titleD span {
    top: auto;
    font-size: 10px;
    display: block;
    width: 120px;
    margin: 0 auto 10px;
  }
}
.entry-content .titleD .back {
  display: inline-block;
  width: 50px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 12px;
}
@media screen and (max-width: 799px) {
  .entry-content .titleD .back {
    padding-top: 28px;
  }
}
.entry-content .titleD .back .mI {
  font-size: 40px;
  color: #142e87;
}

.nameD {
  text-align: center;
  color: #142e87;
  font-size: 24px;
  letter-spacing: 4px;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 799px) {
  .nameD {
    font-size: 18px;
  }
}
.nameD:after {
  content: "";
  background: #142e87;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 30px;
  height: 1px;
  margin-left: -15px;
}
.nameD .txMini {
  font-size: 16px;
}

.english .titleD span {
  margin-right: 0px;
  margin-left: 10px;
}

/*----------------------------------------------------
  diseaseList
----------------------------------------------------*/
#diseaseList {
  width: 100%;
  font-size: 0;
  margin-top: 60px;
}
#diseaseList .listGroup {
  -js-display: flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#diseaseList .listGroup > ul {
  width: 30%;
  display: inline-block;
  font-size: 0px;
  vertical-align: top;
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  #diseaseList .listGroup > ul {
    width: 47%;
  }
}
#diseaseList .listGroup > ul:not(:nth-child(3n)) {
  margin-right: 5%;
}
@media screen and (max-width: 1000px) {
  #diseaseList .listGroup > ul:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  #diseaseList .listGroup > ul:nth-child(even) {
    margin-left: 6%;
  }
}
#diseaseList .listGroup > ul li {
  margin-bottom: 6px;
  font-size: 13px;
}
#diseaseList .listGroup > ul li.parent {
  margin-bottom: 14px;
}
#diseaseList .listGroup > ul li.parent:not(:first-child) {
  position: relative;
}
#diseaseList .listGroup > ul li.parent a {
  color: #142e87;
  font-size: 16px;
  position: relative;
  display: block;
  padding-top: 20px;
}
#diseaseList .listGroup > ul li.parent a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #142e87;
  position: absolute;
  left: 0;
  top: 0;
}
#diseaseList .listGroup > ul li.img {
  text-align: center;
  padding-right: 8%;
}
#diseaseList .listGroup > ul li.img img {
  width: 100%;
}
#diseaseList h1 {
  font-size: 24px;
  font-weight: normal;
  color: #142e87;
  letter-spacing: 4px;
  margin-bottom: 60px;
  vertical-align: bottom;
  position: relative;
}
@media screen and (max-width: 799px) {
  #diseaseList h1 {
    font-size: 18px;
    letter-spacing: 0;
    margin-bottom: 30px;
  }
}
#diseaseList h1 span {
  display: inline-block;
  letter-spacing: 0;
  font-size: 14px;
  border: 1px solid #142e87;
  padding: 5px 7px 3px;
  line-height: 100%;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
@media screen and (max-width: 799px) {
  #diseaseList h1 span {
    font-size: 10px;
  }
}
#diseaseList li a {
  position: relative;
}

.page-child #diseaseList {
  border-top: 1px solid #142e87;
  padding-top: 60px;
}

.english #diseaseList h1 {
  letter-spacing: 1px;
}
@media screen and (max-width: 799px) {
  .english #diseaseList .listGroup > ul {
    width: 100%;
  }
}
.english #diseaseList .listGroup > ul li {
  margin-bottom: 6px;
  font-size: 12px;
}
.english #diseaseList li a[href]:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background: rgba(26, 46, 135, 0.2);
  position: absolute;
  pointer-events: none;
  left: 0;
  bottom: 0;
}
.english #diseaseList li a[href]:after {
  content: ">";
  display: inline;
  color: #142e87;
  font-weight: bold;
  margin-left: 5px;
}

/*----------------------------------------------------
  disease directory
----------------------------------------------------*/
.preview-home-footer {
  padding: 0 20px 60px;
}
@media screen and (max-width: 799px) {
  .preview-home-footer {
    padding: 0 0 40px;
  }
}

.disease-directory {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 12px;
}
.disease-directory .section-heading,
.disease-directory .disease-directory__structure-link span,
.disease-directory .disease-directory__title,
.disease-directory .disease-directory__preview a,
.disease-directory .disease-directory__panel a {
  font-family: inherit;
}

.disease-directory__head {
  margin-bottom: 18px;
}

.disease-directory__structure-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid #e5edf4;
  border-radius: 999px;
  background: #ffffff;
  color: #142e87;
  box-shadow: 0 8px 20px rgba(14, 35, 90, 0.04);
}
.disease-directory__structure-link img {
  width: 28px;
  height: 28px;
  display: block;
  object-fit: contain;
}
.disease-directory__structure-link span {
  color: #142e87;
  font-family: inherit;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.disease-directory__structure-link:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpolyline points='2,1.5 9,6 2,10.5' fill='none' stroke='%23142e87' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  transform: rotate(0deg);
  transform-origin: center;
}
.disease-directory__structure-link:after {
  flex: 0 0 auto;
}
.disease-directory__structure-link:hover {
  color: #142e87;
  background: rgba(84, 195, 207, 0.05);
}

.disease-directory__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.disease-directory__grid--home {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
@media screen and (max-width: 1139px) {
  .disease-directory__grid--home {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 939px) {
  .disease-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 799px) {
  .disease-directory__grid {
    grid-template-columns: 2fr;
  }
}

.disease-directory__card {
  overflow: hidden;
  background: transparent;
  transition: 0.4s both;
}

.disease-directory__summary {
  display: block;
  padding: 0;
  list-style: none;
}
.disease-directory__summary::-webkit-details-marker {
  display: none;
}

details .disease-directory__summary {
  cursor: pointer;
}

.disease-directory__topline {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px 8px;
  background-color: rgba(0, 0, 50, 0.03);
}

.disease-directory__icon {
  min-width: 52px;
  min-height: 52px;
  max-width: 52px;
  max-height: 52px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #e6eef5;
}
.disease-directory__icon img {
  width: 30px;
  height: 30px;
  display: block;
  object-fit: contain;
}

.disease-directory__title {
  min-width: 0;
  color: #142e87;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.04em;
  overflow-wrap: anywhere;
}

.disease-directory__preview,
.disease-directory__panel {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.disease-directory__preview {
  padding: 0;
  text-align: left;
}

.disease-directory__summary .disease-directory__preview {
  padding: 0;
}

.disease-directory__panel {
  display: flex;
  padding-top: 0;
}

body.page .disease-directory__preview a,
body.page .disease-directory__panel a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  min-height: 47px;
  padding: 8px 22px 8px 0;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid rgba(20, 46, 135, 0.1);
  background: transparent;
  color: #142e87;
  font-size: 12px;
  line-height: 1.6;
}
body.page .disease-directory__preview a:after,
body.page .disease-directory__panel a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpolyline points='2,1.5 9,6 2,10.5' fill='none' stroke='%23142e87' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  transform: rotate(0deg);
  transform-origin: center;
}
@media screen and (min-width: 800px) {
  body.page .disease-directory__preview a:hover,
  body.page .disease-directory__panel a:hover {
    color: #54c3cf;
    background: rgba(255, 255, 255, 0.3);
  }
  body.page .disease-directory__preview a:hover::after,
  body.page .disease-directory__panel a:hover::after {
    transition: 0.6s;
    right: 2px;
  }
}
body.page .disease-directory__preview a strong,
body.page .disease-directory__panel a strong {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  color: inherit;
}
body.page .disease-directory__preview a .ruby,
body.page .disease-directory__panel a .ruby {
  display: block;
  color: #75829c;
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 2px;
}
body.page .disease-directory__preview a:after,
body.page .disease-directory__panel a:after {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
}

/*----------------------------------------------------
  report index
----------------------------------------------------*/
.page-report .titleVisual {
  background: url(/img/report/page_report.jpg) no-repeat center bottom 10%;
}

.page-report .titleVisual:after {
  background: rgba(0, 0, 0, 0.4);
}

.titleR {
  border-bottom: 1px solid #142e87;
  padding-bottom: 15px;
  margin-bottom: 60px;
  font-size: 18px;
  color: #142e87;
  font-weight: normal;
  line-height: 100%;
}
@media screen and (max-width: 799px) {
  .titleR {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 140%;
  }
}

.page-report .block + .block {
  margin-top: 120px;
}
@media screen and (max-width: 799px) {
  .page-report .block + .block {
    margin-top: 60px;
  }
}

.reportList {
  width: 100%;
  overflow: visible;
  text-align: left;
  font-size: 0;
}

.reportList li {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  margin-left: 3.5%;
  margin-bottom: 30px;
  position: relative;
  width: 31%;
  max-width: 260px;
}
@media screen and (max-width: 799px) {
  .reportList li {
    margin-left: 0%;
    width: 48%;
  }
}

.reportList li:nth-child(3n+1) {
  margin-left: 0%;
}

.reportList li img {
  max-width: 100%;
}

.reportList li a:hover img {
  transform: none;
}

.reportList li a {
  transition: 0.3s;
  display: block;
}

.reportList li a:hover {
  transform: translateY(-5px);
}
@media screen and (max-width: 799px) {
  .reportList li a:hover {
    transform: none;
  }
}

.reportList li .date {
  position: absolute;
  display: inline-block;
  background: #3b911f;
  color: #fff;
  padding: 5px 10px 3px;
  line-height: 100%;
  right: -5px;
  top: 10px;
  font-size: 12px;
  z-index: 100000;
}
@media screen and (max-width: 799px) {
  .reportList li .date {
    font-size: 10px;
  }
}

.reportList li .img {
  margin-bottom: 20px;
}

.reportList li .title {
  font-size: 14px;
  color: #142e87;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 799px) {
  .reportList li .title {
    font-size: 12px;
    line-height: 140%;
  }
}

body.page .entry-content .reportList li .body {
  font-size: 13px;
}
@media screen and (max-width: 799px) {
  body.page .entry-content .reportList li .body {
    font-size: 10px;
  }
}

/*----------------------------------------------------
  report detail
----------------------------------------------------*/
.titleRD {
  position: relative;
  text-align: center;
  font-size: 20px;
  border: 3px solid #142e87;
  border-width: 2px 0;
  padding: 20px 20px 20px 120px;
  color: #142e87;
  line-height: 140%;
  margin-bottom: 60px;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 799px) {
  .titleRD {
    font-size: 16px;
    padding: 60px 20px 20px 20px;
    margin-bottom: 30px;
  }
}

.titleRD a {
  width: 100px;
  height: 100%;
  display: block;
  background: #142e87;
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 120%;
}
@media screen and (max-width: 799px) {
  .titleRD a {
    width: 100%;
    height: 40px;
    padding: 20px 20px 0;
    font-size: 12px;
  }
}

.titleRD a:hover {
  color: #FFF;
}

.titleRD a em {
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
}

.titleRD a span.back {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}

.titleRD a span.back {
  color: #fff;
}

.titleRD2 {
  padding: 20px;
  font-size: 16px;
  border-bottom: 3px solid #142e87;
  background: rgba(20, 46, 135, 0.1);
  color: #142e87;
  line-height: 140%;
  border-radius: 3px;
  margin-top: 90px;
  margin-bottom: 30px;
}
@media screen and (max-width: 799px) {
  .titleRD2 {
    padding: 15px 20px 13px;
    font-size: 14px;
    margin-top: 60px;
  }
}

.titleRD3 {
  font-size: 14px;
  padding-bottom: 15px;
  border-bottom: 1px solid #142e87;
  margin-bottom: 15px;
  color: #142e87;
  line-height: 140%;
  margin-bottom: 20px;
}
@media screen and (max-width: 799px) {
  .titleRD3 {
    margin-bottom: 15px;
  }
}

body.parent-pageid-166 .entry-content p.body {
  font-size: 14px;
}

.indication {
  border: 1px solid #066292;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 20px 20px 120px;
  position: relative;
}

.indication h2 {
  width: 100px;
  height: 100%;
  display: block;
  background: #066292;
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 120%;
}

.indication h2 span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.indication li {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

.indication li:before {
  content: "\e315";
  font-family: "Material Icons";
  position: relative;
  top: 2px;
  margin-right: 5px;
  color: #066292;
}

.indication li:nth-child(n+2) {
  margin-top: 10px;
}

@media screen and (max-width: 799px) {
  .reportList li:nth-child(even) {
    margin-left: 4% !important;
  }
}

@media screen and (max-width: 799px) {
  .titleRD a br {
    display: none;
  }
}

/*----------------------------------------------------
  visual
----------------------------------------------------*/
#visual {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  #visual {
    display: none;
  }
}
#visual h1 {
  margin-bottom: 40px;
  font-size: min(4vw, 38px);
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-weight: normal;
  text-align: center;
}
#visual h2 {
  font-size: min(2vw, 18px);
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  font-weight: normal;
  text-align: center;
}

#vCopy {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  z-index: 100;
}

#visualSp {
  display: none;
  position: relative;
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 799px) {
  #visualSp {
    display: block;
    margin: 0 auto;
  }
}
#visualSp h1 {
  margin-bottom: 20px;
  font-size: max(4vw, 18px);
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-weight: normal;
  text-align: center;
}
#visualSp h2 {
  margin-bottom: 20px;
  font-size: max(3vw, 12px);
  color: #ffffff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 799px) {
  #visualSp #vCopy {
    width: 80%;
  }
}

/*----------------------------------------------------
  whatsnew
----------------------------------------------------*/
#primary .whatsnew {
  margin-bottom: 60px;
  padding: 10px 10px 10px 18px;
  border: 1px solid #edf0f5;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(14, 35, 90, 0.04);
}
@media screen and (max-width: 799px) {
  #primary .whatsnew {
    padding: 8px 8px 8px 10px;
  }
}
#primary .whatsnew h1 {
  display: none;
}
#primary .whatsnew a {
  display: flex;
  align-items: start;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 799px) {
  #primary .whatsnew a {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 10px 0;
  }
}
#primary .whatsnew .whatsNewBody {
  max-height: 172px;
  overflow: auto;
  border-top: 1px solid #ddd;
}
#primary .whatsnew dt {
  letter-spacing: 2px;
  width: 10em;
  max-width: 80px;
  min-width: 80px;
  color: #6582b4;
  font-size: 12px;
}

.entry-content .whatsnew h1 {
  font-size: 24px;
  font-weight: normal;
  color: #142e87;
  letter-spacing: 4px;
  margin-bottom: 20px;
}
@media screen and (max-width: 799px) {
  .entry-content .whatsnew h1 {
    font-size: 16px;
    letter-spacing: 2px;
  }
}
.entry-content .whatsnew hr {
  display: none;
}
.entry-content .whatsnew .newsWrap {
  max-height: 180px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #54c3cf transparent;
}
.entry-content .whatsnew a:hover dd {
  color: #54c3cf;
}
.entry-content .whatsnew dd {
  color: #30364d;
  font-size: 12px;
  line-height: 1.7;
}
.entry-content .whatsnew .newmark {
  background: #54c3cf;
  color: #ffffff;
  padding: 2px 5px;
  margin-right: 10px;
  font-size: inherit;
  font-weight: bold;
}

/*----------------------------------------------------
  serviceList
----------------------------------------------------*/
#serviceList {
  margin: 0 -2% 0px;
  font-size: 0;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 799px) {
  #serviceList {
    margin: 0;
    text-align: center;
  }
}
#serviceList li {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  box-sizing: border-box;
  border: 1px solid #ddd;
}
@media screen and (max-width: 799px) {
  #serviceList li {
    max-width: 500px;
    display: block;
    font-size: 12px;
    text-align: left;
  }
}
#serviceList li a {
  display: block;
  background: #f4f1e8 url(/img/cmn/bg_marble.png) repeat center center;
  height: 100%;
}
#serviceList li a:hover {
  color: #000;
}
#serviceList .big {
  width: 46%;
  margin: 0 2% 30px;
}
@media screen and (max-width: 799px) {
  #serviceList .big {
    width: 100%;
    margin: 0 auto 15px;
  }
}
#serviceList .big a {
  padding: 30px;
}
@media screen and (max-width: 799px) {
  #serviceList .big a {
    padding: 10px;
  }
}
#serviceList .title {
  font-size: 20px;
  color: #142e87;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 799px) {
  #serviceList .title {
    font-size: 16px;
    letter-spacing: 0px;
    margin-bottom: 10px;
  }
}
#serviceList .title i {
  position: relative;
  top: -0.17em;
}
@media screen and (max-width: 799px) {
  #serviceList .title i {
    font-size: 18px;
  }
}
#serviceList .img {
  margin-bottom: 30px;
}
@media screen and (max-width: 799px) {
  #serviceList .img {
    margin-bottom: 20px;
  }
}
#serviceList img {
  width: 100%;
}
#serviceList .other {
  width: 29.333%;
  margin: 0 2%;
}
@media screen and (max-width: 799px) {
  #serviceList .other {
    width: 100%;
    margin: 0 auto 15px;
  }
}
#serviceList .other a {
  padding: 20px;
}
@media screen and (max-width: 799px) {
  #serviceList .other a {
    padding: 10px;
  }
}
#serviceList .other:nth-child(5) {
  margin-left: 2%;
}
@media screen and (max-width: 799px) {
  #serviceList .other:nth-child(5) {
    margin-left: auto;
  }
}
#serviceList .other:nth-child(7) {
  margin-right: 2%;
}
@media screen and (max-width: 799px) {
  #serviceList .other:nth-child(7) {
    margin-right: auto;
  }
}
#serviceList .other .title {
  font-size: 16px;
}
@media screen and (max-width: 799px) {
  #serviceList .other .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#serviceList .other .body {
  font-size: 13px;
}
@media screen and (max-width: 799px) {
  #serviceList .other .body {
    font-size: 11px;
  }
}

.english #serviceList .title {
  letter-spacing: 1px;
}

/*----------------------------------------------------
  #banTop
----------------------------------------------------*/
#banTop ul {
  font-size: 0;
  margin-top: 30px;
}
#banTop li {
  font-size: 14px;
  display: inline-block;
  width: 48%;
  position: relative;
}
#banTop li.preparation:before {
  content: "準備中";
  width: 100%;
  height: 100%;
  background: rgba(100, 100, 100, 0.7);
  color: #fff;
  text-align: center;
  padding-top: 50px;
  font-size: 22px;
  letter-spacing: 5px;
  position: absolute;
  left: 0;
  top: 0;
}
#banTop li.preparation a {
  pointer-events: none;
}
#banTop li:nth-child(odd) {
  margin-right: 4%;
  text-align: right;
}
#banTop li a {
  display: block;
  width: 100%;
}
#banTop li img {
  width: 100%;
}

/*----------------------------------------------------
  medidateArea
----------------------------------------------------*/
#medidateArea {
  margin-bottom: 40px;
}
#medidateArea .note {
  font-size: 12px;
  color: #999;
}

#mediDate {
  width: 100%;
  margin: 0px auto 0;
}
#mediDate th,
#mediDate td {
  border: 1px solid #ddd;
  border-width: 1px 0;
  padding: 10px 3px;
  font-size: 12px;
}
#mediDate th {
  color: #066292;
}
#mediDate th.day {
  text-align: center;
}
#mediDate td.time {
  font-size: 11px;
}
#mediDate td.time .en {
  font-size: 11px;
}
#mediDate td.day {
  width: 10%;
  text-align: center;
}

.tblNote {
  margin: 10px auto 10px;
  font-size: 12px;
  text-align: right;
}

/*----------------------------------------------------
  home redesign proposal
----------------------------------------------------*/
.page-top .entry-content .section-heading,
.page-top .entry-content .home-clinic-group__head h3,
.page-top .entry-content .home-service-card h4,
.page-top .entry-content .home-link-card strong,
.page-top .entry-content .home-chip-list,
.page-top .entry-content .home-service-card__summary {
  font-family: inherit;
}
.page-top .entry-content .home-block {
  margin-bottom: 52px;
}
@media screen and (max-width: 799px) {
  .page-top .entry-content .home-block {
    margin-bottom: 40px;
  }
}

.home-eyebrow {
  margin-bottom: 8px;
  color: #54c3cf;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-block__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
@media screen and (max-width: 939px) {
  .home-block__head {
    display: block;
  }
}
.home-block__head h1,
.home-block__head h2 {
  margin: 0;
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .home-block__head h1,
  .home-block__head h2 {
    font-size: 20px;
    letter-spacing: 0.04em;
  }
}
.home-block__head--compact {
  align-items: center;
  margin-bottom: 16px;
}
.home-block__head--compact h1,
.home-block__head--compact h2 {
  text-align: left;
}
.home-block__head--split {
  align-items: flex-start;
}
.home-block__head--split h1,
.home-block__head--split h2 {
  text-align: left;
}
@media screen and (max-width: 939px) {
  .home-block__head--split {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .home-block__head--split h1,
  .home-block__head--split h2 {
    text-align: center;
  }
}
.home-block__head--center {
  display: block;
  text-align: center;
}
.home-block__head .home-structure-link {
  max-width: 200px;
}

.home-block__lead {
  max-width: 560px;
  color: #5f677f;
  font-size: 13px;
  line-height: 1.8;
}

.home-block__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border: 1px solid rgba(20, 46, 135, 0.12);
  border-radius: 999px;
  background: #ffffff;
  color: #142e87;
  font-size: 12px;
  letter-spacing: 0.06em;
}
.home-block__link:hover {
  color: #142e87;
  background: rgba(84, 195, 207, 0.08);
}
@media screen and (max-width: 799px) {
  .home-block__link {
    margin-top: 12px;
  }
}

.home-news__board,
.home-clinic-group,
.home-link-card,
.home-disease-card,
.home-service-card,
.home-service-card--specialty .home-service-card__body {
  border: 1px solid #edf0f5;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(14, 35, 90, 0.04);
  transition: 0.4s both;
}

.home-link-card:hover,
.home-service-card:hover,
.home-service-card--specialty .home-service-card__body:hover {
  transition: 0.4s;
  border-color: #54c3cf;
}

.home-news__board {
  /* max-width: 680px; */
  padding: 10px 10px 10px 18px;
}
@media screen and (max-width: 799px) {
  .home-news__board {
    padding: 8px 8px 8px 10px;
  }
}
.home-news__board dl {
  max-height: 160px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #54c3cf transparent;
}
.home-news__board a {
  display: flex;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid rgba(20, 46, 135, 0.08);
}
.home-news__board a:last-child {
  border-bottom: 0;
}
.home-news__board a:hover dd {
  color: #54c3cf;
}
@media screen and (max-width: 799px) {
  .home-news__board a {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 10px 0;
  }
}
.home-news__board dt {
  color: #6582b4;
  font-size: 12px;
  letter-spacing: 0.04em;
  max-width: 80px;
  min-width: 80px;
}
.home-news__board dd {
  color: #30364d;
  font-size: 12px;
  line-height: 1.7;
}
.home-news__board .newmark {
  background: #54c3cf;
  color: #ffffff;
  padding: 2px 5px;
  margin-right: 10px;
  font-weight: bold;
}

.home-clinic-group {
  margin: 0 auto 40px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.entry-content .home-clinic-group__head {
  margin-bottom: 26px;
  text-align: center;
}
.entry-content .home-clinic-group__head h3 {
  margin-bottom: 0;
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 799px) {
  .entry-content .home-clinic-group__head h3 {
    font-size: 20px;
  }
}
.entry-content .home-clinic-group__head p {
  margin-top: 8px;
  color: #5f677f;
  font-size: 12px;
  line-height: 1.8;
}

.home-service-grid {
  display: grid;
  gap: 14px;
}
.home-service-grid--primary {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 939px) {
  .home-service-grid--primary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 549px) {
  .home-service-grid--primary {
    grid-template-columns: 1fr;
  }
}
.home-service-grid--specialty {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 12px;
  align-items: stretch;
}
@media screen and (max-width: 1139px) {
  .home-service-grid--specialty {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width: 939px) {
  .home-service-grid--specialty {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 799px) {
  .home-service-grid--specialty {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 549px) {
  .home-service-grid--specialty {
    grid-template-columns: 1fr;
  }
}

.entry-content .home-service-card {
  display: block;
  padding: 0;
  text-align: center;
}
.entry-content .home-service-card--specialty {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.entry-content .home-service-card h4 {
  margin-bottom: 8px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 130%;
}
.entry-content .home-service-card p {
  color: #4a4f62;
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
  margin-bottom: 0;
}

.home-service-card__anchor {
  display: block;
  height: 100%;
  padding: 16px 14px 14px;
  color: inherit;
}
.home-service-card__anchor:hover {
  color: inherit;
}
@media screen and (max-width: 799px) {
  .home-service-card__anchor {
    padding: 16px 14px;
  }
}
.home-service-card__anchor--specialty {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
  position: relative;
}
.home-service-card__anchor--primary {
  display: flex;
  flex-direction: column;
  padding: 0;
  overflow: hidden;
}

.home-service-card__title {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  color: #142e87;
  font-weight: bold;
}
.home-service-card__title:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpolyline points='2,1.5 9,6 2,10.5' fill='none' stroke='%23142e87' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  transform: rotate(0deg);
  transform-origin: center;
}
.home-service-card__title:after {
  position: absolute;
  right: 0;
  top: 52%;
  transform: translateY(-50%);
}
@media screen and (max-width: 799px) {
  .home-service-card__title br {
    display: none;
  }
}

.home-service-card__photo {
  position: relative;
  min-height: 148px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 799px) {
  .home-service-card__photo {
    min-height: 136px;
  }
}

.home-service-card__photo--service01 {
  background-image: url("/img/top/photo/service01.jpg");
}

.home-service-card__photo--service02 {
  background-image: url("/img/top/photo/service02.jpg");
}

.home-service-card__photo--service03 {
  background-image: url("/img/top/photo/service03.jpg");
}

.home-service-card__photo--service04 {
  background-image: url("/img/top/photo/service04.jpg");
  background-position: center bottom 15%;
}

.home-service-card__icon {
  width: 80px;
  min-width: 80px;
  height: 80px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #f8fbfd;
  background: #ffffff;
  border: 1px solid #e6eef5;
}
.home-service-card__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
@media screen and (max-width: 799px) {
  .home-service-card__icon {
    margin-bottom: 12px;
  }
}

.home-service-grid--primary .home-service-card__icon {
  width: 74px;
  min-width: 74px;
  height: 74px;
  margin: 0;
  padding: 10px;
  position: absolute;
  left: 50%;
  bottom: -37px;
  border: 1px solid rgba(20, 46, 135, 0.08);
  box-shadow: 0 8px 20px rgba(14, 35, 90, 0.12);
  transform: translateX(-50%);
}

.home-service-card__body {
  flex: 1 1 auto;
}

.home-service-grid--primary .home-service-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 52px 16px 16px;
}

.entry-content .home-service-card--specialty {
  height: 100%;
}
.entry-content .home-service-card--specialty .home-service-card__icon {
  width: 66px;
  min-width: 66px;
  height: 66px;
  margin-bottom: -30px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 10px rgba(14, 35, 90, 0.12);
}
@media screen and (max-width: 549px) {
  .entry-content .home-service-card--specialty .home-service-card__icon {
    margin-bottom: -30px;
    position: absolute;
    left: -8px;
    top: -8px;
  }
}
.entry-content .home-service-card--specialty .home-service-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  min-height: 172px;
  padding: 30px 6px 14px;
  text-align: center;
}
@media screen and (max-width: 799px) {
  .entry-content .home-service-card--specialty .home-service-card__body {
    min-height: 100px;
  }
}
@media screen and (max-width: 549px) {
  .entry-content .home-service-card--specialty .home-service-card__body {
    padding-top: 14px;
    min-height: 0;
  }
}
.entry-content .home-service-card--specialty h4 {
  display: flex;
  flex: 1 0 auto;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  line-height: 1.55;
  margin-bottom: 8px;
  font-weight: 600;
  min-height: 3.2em;
}
.entry-content .home-service-card--specialty .home-service-card__summary {
  display: block;
  margin-top: auto;
  color: #5d6478;
  font-size: 12px;
  line-height: 1.8;
  text-align: left;
  padding: 0 5px;
}
.entry-content .home-service-card--specialty .home-service-card__title:after {
  right: 6px;
  transition: right 0.4s;
}
.entry-content .home-service-card--specialty .home-chip-list {
  margin-top: auto;
  gap: 6px;
}
.entry-content .home-service-card--specialty .home-chip-list a,
.entry-content .home-service-card--specialty .home-chip-list span {
  min-height: 22px;
  padding: 2px 6px;
}
@media screen and (min-width: 800px) {
  .entry-content .home-service-card--specialty .home-service-card__anchor:hover .home-service-card__body {
    border-color: #54c3cf;
  }
  .entry-content .home-service-card--specialty .home-service-card__anchor:hover .home-service-card__title:after {
    right: 3px;
  }
}

.home-chip-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 14px;
  font-family: "Zen Maru Gothic", sans-serif;
}
.home-chip-list a,
.home-chip-list span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #e5edf4;
  background: #fafcfe;
  color: #66708a;
  font-size: 11px;
  line-height: 1.5;
}
.home-chip-list a:hover {
  color: #142e87;
  background: rgba(84, 195, 207, 0.08);
}

.home-service-card .home-chip-list a,
.home-service-card .home-chip-list span {
  border-color: #e8edf2;
  background: #f6f8fb;
  color: #7a8596;
}

.home-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 939px) {
  .home-link-grid {
    grid-template-columns: 1fr;
  }
}

body.page .entry-content .home-link-card {
  display: grid;
  grid-template-columns: minmax(108px, 34%) minmax(0, 1fr) 12px;
  align-items: stretch;
  color: inherit;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 549px) {
  body.page .entry-content .home-link-card {
    grid-template-columns: 92px minmax(0, 1fr) 10px;
  }
}
body.page .entry-content .home-link-card:before {
  display: none;
}
body.page .entry-content .home-link-card:hover {
  color: inherit;
  transform: translateY(-1px);
}
body.page .entry-content .home-link-card strong {
  display: block;
  margin-bottom: 6px;
  color: #142e87;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 799px) {
  body.page .entry-content .home-link-card strong {
    font-size: 16px;
  }
}
body.page .entry-content .home-link-card p {
  color: #4f5468;
  font-size: 11px;
  line-height: 1.8;
}

.home-link-card__media {
  display: block;
  min-height: 118px;
  border-radius: 10px 0 0 10px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 549px) {
  .home-link-card__media {
    min-height: 96px;
    min-width: 96px;
  }
}

.home-link-card__media--01 {
  background-image: url("/img/top/photo/link_photo01.jpg");
}

.home-link-card__media--02 {
  background-image: url("/img/top/photo/link_photo02.jpg");
}

.home-link-card__content {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 14px 24px 14px 20px;
}
@media screen and (max-width: 799px) {
  .home-link-card__content {
    padding: 12px 20px 12px 18px;
  }
}

.home-link-card__arrow {
  align-self: center;
  justify-self: end;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpolyline points='2,1.5 9,6 2,10.5' fill='none' stroke='%23142e87' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  transform: rotate(0deg);
  transform-origin: center;
  margin-right: 10px;
  margin-left: 5px;
}

.home-link-card__eyebrow,
.home-link-card__meta {
  display: inline-flex;
  align-items: center;
  color: #54c3cf;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.home-link-card__eyebrow {
  margin-bottom: 12px;
}

.home-link-card__meta {
  margin-top: 8px;
}

.home-banner-keep {
  margin-top: 18px;
  margin-bottom: 40px;
  text-align: center;
}
.home-banner-keep a {
  display: inline-block;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(14, 35, 90, 0.06);
}
.home-banner-keep img {
  display: block;
  width: 100%;
  max-width: 360px;
}

#homeFooter {
  margin: 0 auto;
  text-align: center;
}
#homeFooter #sb_instagram {
  margin-top: 40px;
  display: inline-block;
  text-align: left;
}

/*# sourceMappingURL=main.css.map */
