/*eat.css*/
.doctoreat--staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 10px;
  border: solid 1px #f0f0ee;
}

.doctoreat__img--staff {
  width: 100px;
}

.doctoreat__img--staff img {
  width: 100px
}

.doctoreat__img:after {
  content: "";
  display: block;
  padding-top: 125%
}

.doctoreat__biography {
  padding: 0 0 0 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #333
}

.doctoreat__biography--btn {
  width: 300px
}

.doctoreat__biography--name {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 0 10px
}

.doctoreat__biography--name a {
  color: #b39d1a;
}

.doctoreat__biography--belong {
  font-size: 1.4rem;
  margin: 0 0 1.6rem
}

.doctoreat__biography--comment {
  font-size: 1.6rem;
  line-height: 2
}

/*sns.css*/
#document.timeline-Widget {
  max-width: 100% !important;
  width: 100% !important;
}

div.timeline-Widget {
  max-width: 100% !important;
  width: 100% !important;
}

.timeline {
  max-width: 100% !important;
  width: 100% !important;
}

/* ここから下を追記 */
.SandboxRoot.env-bp-970 .timeline-Tweet-text {
  font-size: 10.5pt !important;
  line-height: 14pt !important;
}

.SandboxRoot.env-bp-820 .timeline-Tweet-text {
  font-size: 10.5pt !important;
  line-height: 14pt !important;
}

/* はてブはアイコンフォントがないためテキストで代用 */
.fa-hatena:before {
  font-family: Verdana;
  font-weight: bold;
  content: 'B!';
}

/* 上下のマージン */
.share {
  margin-top: 40px;
  margin-bottom: 40px;
}

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

.share ul:after {
  display: block;
  clear: both;
  content: '';
}

.share li {
  float: left;
  width: 25%;
  /* ボタンの数に合わせて変更 */
  margin: 0;
  margin-top: 15px;
}

.share li a {
  font-size: 14px;
  /* フォントサイズ */
  display: block;
  padding: 10px;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

/* マウスオーバー時の透明度 */
.share li a:hover {
  opacity: .8;
}

.share li a:visited {
  color: #fff;
}

/* ボタンの各ブランドカラー設定 */
.tweet a {
  background-color: #55acee;
}

.facebook a {
  background-color: #315096;
}

.hatena a {
  background-color: #008fde;
}

.line a {
  background-color: #00c030;
}

/* スマホでの表示 */
@media(max-width: 599px) {
  .share li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px;
  }

  .share li i {
    font-size: 1.3em;
    padding-top: 3px;
  }

  /* スマホ表示ではテキスト非表示 */
  .share li span {
    display: none;
  }
}

.follow-me {
  list-style: none;
  margin: 0 0 -8px;
  overflow: hidden;
  padding: 0;
}

.follow-me li {
  float: left;
  margin: 0 16px 8px 0;
  padding: 0;
}

.follow-me li a::before {
  background-color: #555;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #333;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 44px;
  /* Button height */
  line-height: 44px;
  /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 44px;
  /* Button width */
}

.follow-me li a:hover::before {
  color: #fff;
}

.follow-me li a[href*="facebook.com"]::before {
  content: url("https://ginzarepro.jp/wp-content/themes/ginzarepro_0.1/img/fi.png");
}

.follow-me li a[href*="instagram.com"]::before {
  content: url("https://ginzarepro.jp/wp-content/themes/ginzarepro_0.1/img/ii.png");
}

.follow-me li a[href*="twitter.com"]::before {
  content: url("https://ginzarepro.jp/wp-content/themes/ginzarepro_0.1/img/ti.png");
}

.follow-me li a[href*="facebook.com"]:hover::before,
.follow-me li a[href*="instagram.com"]:hover::before {
  background-color: #eee;
}

.follow-me li a[href*="twitter.com"]:hover::before {
  background-color: #eee;
}

.follow-me p {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
}

@media(min-width: 599px) {
  #sns_d {
    display: none;
  }
}

/* スマホでの表示 */
@media(max-width: 599px) {
  #sns_d {
    display: inline-block;
    margin: 0 auto;
  }
}

/*styletop.css*/
.table--wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: solid 1px #f0f0ee;
  border-bottom: 0
}

.table__title2,
.table__description2 {
  width: 50%;
  padding: 20px;
  background-color: #f8f8f8;
  border-bottom: solid 1px #f0f0ee;
  border-right: solid 1px #f0f0ee;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center
}

.table__description2 {
  text-align: left;
  border-right: 0;
  background-color: #fff
}

.contact__input.fdc {
  flex-direction: column;
}

.contact__input.fdc select {
  width: 282px;
}

/* style_pf.cssここから*/
html {
  font-size: 62.5%;
  font-family: "Shin Go Regular", "UD Reimin Light", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
}

@media screen and (max-width: 768px) {
  .lowerHeader__breadcrumbs__home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .lowerHeader__breadcrumbs__home:after {
    content: "";
    display: inline-block;
    border-right: solid 1px #999;
    border-top: solid 1px #999;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 2px;
    width: 2px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    margin: 0px 10px;
  }
}

.contents--lower__heading--text {
  padding: 0;
  border: none;
}

.contents--lower__heading--text a {
  color: initial;
  font-weight: bold;
}

.contents--lower__heading {
  margin: 0 auto 15px;
  padding: 0 30px;
}

.contents--lower__thumbnail {
  max-width: 80%;
  margin: 0 auto 15px;
}

.contents--lower__thumbnail img {
  max-width: 100%;
  height: auto;
}

.contents__article {
  margin: 0px auto 100px;
  padding: 0 30px 0;
}

@media screen and (max-width: 1024px) {
  .contents--lower__thumbnail {
    max-width: 100%;
    margin: 0 25px 15px;
  }

  .contents--lower__heading {
    padding: 0;
  }

  .contents__article {
    padding: 0;
    margin: 0 25px 25px;
  }
}

.wp-pagenavi {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: stretch;
  -js-display: flex;
  text-align: center;
  padding: 30px 0;
}

.wp-pagenavi > a,
.wp-pagenavi > span {
  font-size: 1.6rem;
  width: 28px;
  height: 33px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin: 0 0.5rem;
  line-height: 1.8;
}

.wp-pagenavi > a {
  transition: all 0.2s;
}

.wp-pagenavi > a:hover {
  opacity: 0.6;
}

.wp-pagenavi .page,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-color: #f7f3da;
  padding: 3px;
  color: #b39d1a;
}

.wp-pagenavi .page .icon,
.wp-pagenavi .previouspostslink .icon,
.wp-pagenavi .nextpostslink .icon {
  font-size: 1.6rem;
  color: #b39d1a;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  background-size: 8px;
  background-position: center;
  background-repeat: no-repeat;
}

.wp-pagenavi .previouspostslink {
  background-image: url(../img/news/navi_arrow_left@2x.png);
}

.wp-pagenavi .nextpostslink {
  background-image: url(../img/news/navi_arrow_right@2x.png);
}

.wp-pagenavi .current {
  background: none;
  color: #b39d1a;
  padding: 3px;
}

.contents__thumbnail {
  margin: 0px auto 50px;
  padding: 0 30px 0;
  max-width: calc(1200px - 80px);
}

.contents__thumbnail img {
  max-width: 100%;
  height: auto;
}

.contents--lower__category {
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px 15px;
}

@media screen and (max-width: 1024px) {
  .contents--lower__category {
    padding: 0 25px 15px;
  }
}

.contents--lower__category--single {
  padding: 30px 0 15px;
}

.contents--lower__category li {
  margin-right: 10px;
}

.contents--lower__category li a,
.contents--lower__category li span {
  display: inline-block;
  font-size: 14px;
  background: #f7f3da;
  color: #b39d1a;
  padding: 5px 15px;
}

.contact__thanks {
  margin: 0 0 50px;
  line-height: 1.75;
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .contact__thanks {
    margin: 0 0 30px;
    font-size: 1.6rem;
  }
}

.contact__note {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .contact__note {
    font-size: 1.4rem;
  }
}

.contents__mail {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .contents__mail {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}

.contents__document__txt {
  border-top: solid 1px #f0f0ee;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.75;
  padding: 50px 0 30px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .contents__document__txt {
    padding: 30px 0;
    margin-top: 30px;
    font-size: 1.6rem;
  }
}

.contents__document__item {
  margin-bottom: 50px;
}

.contents__document__thumb {
  width: 750px;
  margin: 0 auto 15px;
}

@media screen and (max-width: 768px) {
  .contents__document__thumb {
    width: 100%;
    max-width: 375px;
  }
}

.contents__document__thumb img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.contents__document__btn a {
  margin: 0 auto;
  line-height: 1.5;
  position: relative;
}

.contents__document__btn a:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #b39d1a;
  border-right: 1px solid #b39d1a;
  transform: rotate(45deg) translateY(-50%);
  top: 50%;
  right: 15px;
}

.contents__mail__txt {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .contents__mail__txt {
    font-size: 1.6rem;
  }
}

.contents__youtube__txt {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .contents__youtube__txt {
    text-align: left;
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}

.contents__youtube__bnr {
  max-width: 375px;
  margin: 0 auto;
}

.cta {
  background: #f8f8f8;
  padding: 30px 35px 40px;
}

@media screen and (max-width: 768px) {
  .cta {
    padding: 20px 5px 20px;
  }
}

@media screen and (max-width: 768px) {
  .link {
    display: -ms-flexbox;
    display: flex;
  }
}

.link__ttl {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 30px;
  padding: 0;
  border: none;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .link__ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.link > li {
  width: calc(100% / 3 - 10px);
}

@media screen and (max-width: 768px) {
  .link > li {
    width: calc(100% / 3 - 5px);
  }
}

.link > li:not(:nth-of-type(3n)) {
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .link > li:not(:nth-of-type(3n)) {
    margin-right: 7.5px;
  }
}

.link__item {
  background: #fff;
  border-radius: 10px;
  padding: 27px 0 21px;
}

@media screen and (max-width: 768px) {
  .link__item {
    padding: 18px 0 15px;
  }
}

.link__item:hover .link__item__lead {
  color: #fff;
}

.link__item__img,
.link__item__img--reservation,
.link__item__img--consultation,
.link__item__img--contact,
.link__item:hover .link__item__img--reservation,
.link__item:hover .link__item__img--consultation,
.link__item:hover .link__item__img--contact {
  width: 70px;
  height: 66px;
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {

  .link__item__img,
  .link__item__img--reservation,
  .link__item__img--consultation,
  .link__item__img--contact,
  .link__item:hover .link__item__img--reservation,
  .link__item:hover .link__item__img--consultation,
  .link__item:hover .link__item__img--contact {
    position: static;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin: 0 auto;
    width: 46.7px;
    height: 44px;
  }
}

.link__item:after,
.link__item:hover:after {
  content: none;
}

.link__item__text {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .link__item__text {
    font-size: 13px;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 320px) {
  .link__item__text {
    font-size: 12px;
  }
}

.link__item__text--reservation {
  color: #e71f19;
}

.link__item__text--consultation {
  color: #b39d1a;
}

.link__item__text--contact {
  color: #4a657a;
}

.link__item__lead {
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  color: initial;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .link__item__lead {
    display: none;
  }
}

.recommend .recommend__ttl {
  margin: 0 30px 30px;
  border-left: none;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .recommend .recommend__ttl {
    margin: 0 10px 30px;
  }
}

.doctoreat__biography--name a {
  text-decoration: none;
}

.profcard {
  padding: 30px;
  margin: 80px 0px 0px 0px;
  background: #f8f8f8;
}

.profcard h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  border: none;
  padding: 0;
}

.profcard img {
  width: 100px;
  float: left;
}

.profcard .prfname {
  font-size: 30px !important;
  margin: 20px 0px;
  font-weight: bold;
}

.profcard .pfcd {
  display: inline-block;
  padding: 10px;
}

.profcard p {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 0;
}

.profcard .kikan {
  font-weight: bold;
  margin: 20px 0px 0px;
}

.profcard .contact__btn--submit,
.profcard .contact__btn--back {
  text-align: center;
  color: initial;
}

@media screen and (max-width: 768px) {
  .lowerHeader__title--jp {
    line-height: 1.4;
  }
}

.lowerHeader__title--jp .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .lowerHeader__title--jp .sp {
    display: block;
  }
}

.lowerHeader__title--jp .pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .lowerHeader__title--jp .pc {
    display: none;
  }
}

.sns-area {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .sns-area .twitter-timeline {
    height: 400px !important;
  }
}

.link--column {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .link--column {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .link--column + .profcard {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .scroll-table-wrap {
    overflow: scroll;
  }
}

.varicocele-table {
  margin: 30px 0 0;
  table-layout: fixed;
}

@media screen and (max-width: 768px) {
  .varicocele-table {
    width: 1060px;
  }
}

.varicocele-table th,
.varicocele-table td {
  line-height: 1.2 !important;
  font-size: 14px;
  vertical-align: middle;
  padding: 10px 5px !important;
}

@media screen and (max-width: 768px) {

  .varicocele-table th,
  .varicocele-table td {
    font-size: 12px !important;
    padding: 6px 5px !important;
  }
}

.varicocele-table th {
  font-weight: bold;
}

.varicocele-table tbody th {
  background: #fff;
}

.varicocele-table span {
  font-weight: inherit;
}

.varicocele-table .th-first {
  width: 160px;
}

.varicocele-table .bg-red {
  background: #e00800;
  color: #fff;
}

.varicocele-table .bg-blue {
  background: #cde1fb;
}

.varicocele-table .bg-yellow {
  background: #faf7bf;
}

.varicocele-table .bg-pink {
  background: #fac0c0;
}

.varicocele-table .red {
  color: #e00800;
}

.varicocele-table .bold {
  font-weight: bold;
}

.varicocele-table .small {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .varicocele-table .small {
    font-size: 10px;
  }
}

.varicocele-table .border-top {
  border-top: 5px solid #ff2626;
}

.varicocele-table .border-right {
  border-right: 5px solid #ff2626;
}

.varicocele-table .border-left {
  border-left: 5px solid #ff2626;
}

.varicocele-table .border-bottom {
  border-bottom: 5px solid #ff2626;
}

.footer__navi__item {
  margin-bottom: 15px;
}

.footer__navi__item__lower--wrap {
  margin-bottom: 0;
}

.footer__navi__item__lower {
  padding-left: 17px;
  margin-top: 10px;
}

.footer__navi__item__lower:not([href]):hover {
  text-decoration: none;
}

.footer__navi__item__child--wrap {
  padding-left: 1.1em;
}

.footer__navi__item__child {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  margin: 6px 0 0;
  padding: 0 0 0 34px;
  line-height: 1.4;
  position: relative;
}

@media (hover: hover) {
  .footer__navi__item__child:hover {
    text-decoration: underline;
  }
}

.footer__navi__item__child:before {
  content: "";
  background: #fff;
  width: 8px;
  height: 1px;
  display: block;
  position: absolute;
  left: 20px;
  top: 0.6em;
}

/* 20220810 nats */
#footerFloatingMenu3 {
  display: block !important;
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {
  #footerFloatingMenu3 {
    display: none !important;
    opacity: 0 !important;
  }
}

#footerFloatingMenu3 a {
  border-color: #ff2a2a !important;
  background: #ff2a2a !important;
  color: #fff !important;
  position: relative;
  transition: all .4s;
}

#footerFloatingMenu3 a:hover {
  background: #fff !important;
  color: #ff2a2a !important;
}

ul.sinryoNavi a {
  color: #000;
}

ul.sinryoNavi {
  width: 100%;
  max-width: 1080px;
  padding: 20px 25px 15px;
  border: 1px solid #e5e5e5;
  margin: 0 auto 70px;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

ul.sinryoNavi > li {
  width: 33.3333%;
  padding: 5px 10px;
  margin: 0 0 25px;
  font-size: 1.8rem;
}

ul.sinryoNavi > li > a {
  display: inline-block;
  padding: 0 5px 10px;
  border-bottom: 1px solid #ddc654;
}

ul.sinryoNavi > li ul {
  margin: 15px 0 0;
  padding: 0 0 0 15px;
  line-height: 1.5;
}

ul.sinryoNavi > li ul li {
  font-size: 1.5rem;
  margin: 10px 0 0;
  position: relative;
  padding: 0 0 0 1.2em;
}

ul.sinryoNavi > li ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1100px) {
  ul.sinryoNavi {
    margin: 0 auto 120px;
    width: 90%;
  }

  ul.sinryoNavi > li > a {
    display: inline-block;
    padding: 0 0 7px;
  }

  ul.sinryoNavi > li {
    width: 50%;
    margin: 0.5em 0 0;
  }

  ul.sinryoNavi > li ul li {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 460px) {
  ul.sinryoNavi > li {
    width: 100%;
    padding: 0;
    margin: 0 0 1.2em;
    font-size: 1.5rem;
  }

  ul.sinryoNavi {
    margin: 0 auto 8%;
    width: 90%;
    padding: 7.5% 5.5% 1px;
  }

  ul.sinryoNavi > li ul {
    margin: 10px 0 0;
    padding: 0 0 0 5px;
  }

  ul.sinryoNavi > li ul li {
    font-size: 1.2rem;
    margin: 5px 0 0;
  }
}

table.table_grade {
  margin: 0;
  width: 100%;
  max-width: 1024px;
  min-width: 800px;
}

table.table_grade th,
table.table_grade td {
  border: none;
  border-left: 2px solid #fff;
  right: 2px solid #fff;
}

table.table_grade thead th {
  background: #708cb9;
  color: #fff;
  padding: .9em 5px;
  font-size: 1.8rem;
  font-weight: bold;
  vertical-align: middle;
  width: 25.5%;
}

table.table_grade thead th span {
  display: block;
  font-size: 1.6rem;
  margin-top: 5px;
}

table.table_grade thead th:nth-child(1) {
  width: 14%;
}

table.table_grade thead th:nth-child(2) {
  width: 33%;
}

table.table_grade thead th:nth-child(3) {
  width: 26.5%;
}

table.table_grade tbody th {
  color: #5c7aae;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0.9em 0;
}

table.table_grade tbody tr:nth-child(3) th,
table.table_grade tbody tr:nth-child(4) th {
  color: #b72838;
}

table.table_grade tbody td {
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0.25em 1.1em;
  ;
}

table.table_grade tbody th,
table.table_grade tbody td {
  background: #d7dceb;
  vertical-align: middle;
}

table.table_grade tbody tr:nth-child(odd) th,
table.table_grade tbody tr:nth-child(odd) td {
  background: #c4c8d7;
}

@media screen and (max-width: 1280px) {
  table.table_grade thead th {
    font-size: 1.5rem;
  }

  table.table_grade thead th span {
    font-size: 1.3rem;
  }

  table.table_grade tbody th {
    font-size: 1.5rem;
  }

  table.table_grade tbody td {
    font-size: 1.4rem;
  }
}

/*
.sideNavi--wrap {
    overflow: visible;
}
.sideNavi--inner {
    overflow-y: visible;
}
*/
@media screen and (min-width: 769px) {
  .sideNavi--wrap {
    overflow: visible;
  }

  .sideNavi--wrap:hover {
    width: auto;
  }

  .sideNavi--wrap:hover {
    /* width: 100%; */
  }

  .sideNavi--inner {
    padding-right: 0;
    overflow: visible;
    height: auto;
  }

  .sideNavi {}

  .sideNavi__menu__trigger:hover .sideNavi__menu__lower {
    display: block;
  }

  /* // */
  .sideNavi__menu__lower.sinryo {
    width: calc(95vw - 213px);
    max-width: 800px;
    background: rgba(255, 255, 255, .9);
    padding: 20px;
  }

  .sideNavi__menu__trigger_2 {
    position: relative;
  }

  .sideNavi__menu__trigger_2:hover .sideNavi__menu__lower {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }

  ul.sideNavi__menu__lower.sinryo > li.link--sp {
    display: none;
  }

  ul.sideNavi__menu__lower.sinryo > li {
    width: 50%;
  }

  ul.sideNavi__navi__item__child--wrap li.link--sp {
    display: none;
  }

  .accordion label,
  .accordion .toggle {
    display: none;
  }

  a.sideNavi__navi__item__child:hover {
    border-bottom: 1px solid #ddc654;
    padding-bottom: 5px;
  }
}

ul.sideNavi__menu__lower.sinryo .sideNavi__menu__lower__item {
  /*font-size:1.3rem;*/
  padding: 10px;
  text-align: left;
  font-weight: bold;
}

ul.sideNavi__navi__item__child--wrap {
  margin: 10px 0 15px;
  padding: 0 0 0 20px;
  line-height: 1.5;
}

ul.sideNavi__navi__item__child--wrap li {
  font-size: 1.4rem;
  margin: 10px 0 0;
  position: relative;
}

ul.sideNavi__navi__item__child--wrap li a {
  color: #000;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .accordion {
    position: relative;
  }

  .accordion ul li {
    position: relative;
  }

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

  .accordion label {
    cursor: pointer;
    z-index: 10;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-right: solid 1px #ddc654;
    border-bottom: solid 1px #ddc654;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: 13px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    text-indent: 100%;
    font-size: 0;
  }

  .accordion > label {
    top: 15px;
  }

  .accordion .toggle {
    display: none;
  }

  .accordion .toggle + label + ul {
    max-height: 0;
    overflow: hidden;
    transition: all .5s ease;
    position: relative;
  }

  /*
  .accordion .toggle + label + ul:before{
    content: "";
    cursor: pointer;
    z-index: 10;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-right: solid 1px #ddc654;
    border-bottom: solid 1px #ddc654;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: 13px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }*/
  .accordion .toggle:checked + label {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .accordion .toggle:checked + label + ul {
    max-height: 200vh;
    transition: all .8s ease-in;
  }

  .accordion .toggle:checked + label + ul > li {
    position: relative;
  }

  .accordion .sideNavi__menu__lower {
    display: block;
  }

  ul.sideNavi__menu__lower.sinryo .sideNavi__menu__lower__item {
    padding: 12px 20px;
    text-align: center;
    font-size: 1.6rem;
    pointer-events: none;
  }

  ul.sideNavi__navi__item__child--wrap li.link--sp {
    display: block;
  }

  ul.sideNavi__navi__item__child--wrap,
  ul.sideNavi__navi__item__child--wrap li {
    margin: 0;
    padding: 0;
  }

  ul.sideNavi__navi__item__child--wrap li a {
    color: #000;
    font-size: 1.4rem;
    padding: 12px 20px;
    display: block;
  }

  ul.sideNavi__menu__lower.sinryo .link--sp .sideNavi__menu__lower__item {
    font-weight: normal;
    background: none;
    font-size: 1.4rem;
    text-align: left;
  }

  .link--sp {
    font-weight: normal;
    text-align: left;
  }
}

/* 0915 woman */
.womancont .mainVis {
  height: 660px;
  position: relative;
  background: #bbb
}

/*
.mainVis__contact{
    position:fixed;
    top:30px;
    right:30px;
    padding:25px 30px;
    color:#fff;
    z-index:2;
    border:solid 1px #e71f19;
    background:#fff
}
.mainVis__contact:before,.mainVis__contact:hover:before{
    content:"";
    position:absolute;
    right:auto;
    left:0;
    top:0;
    height:100%;
    width:100%;
    background:#e71f19;
    z-index:-1;
    -webkit-transition:0.1s;
    -o-transition:0.1s;
    transition:0.1s
}
.mainVis__contact__header{
    font-size:1.6rem;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:250px;
    padding:0 0 10px 0;
    margin:0 0 10px 0;
    border-bottom:solid 1px #fff;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center
}
.mainVis__contact__header .fa-envelope{
    display:inline-block;
    font-size:2rem;
    margin-right:5px
}
.mainVis__contact__tel{
    text-align:center;
    font-size:1.1rem
}
.mainVis__contact__tel .tel{
    font-size:1.3rem;
    font-weight:bold
}*/
.womancont .mainVis__text {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 120px 0px 40px 70px;
  width: calc(100% - 60px)
}

.womancont .mainVis__text__header {
  display: block;
  font-size: 1.4rem;
  color: #dddddd
}

.womancont .mainVis__text__title {
  display: block;
  font-size: 3.8rem;
  line-height: 1.8;
  color: #fff
}

.womancont .mainVis__slider {
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden
}

.womancont .mainVis__slider--img {
  width: 100%;
  height: 660px !important;
  border: 0 !important;
  background-size: cover;
  background-position: center
}

.womancont .slick-dots {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  padding: 200px 0 10px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0))
}

.womancont .slick-dots > li {
  margin: 10px 20px;
  text-align: right
}

.womancont .slick-dots button {
  font-size: 0;
  border: 0;
  height: 13px;
  width: 13px;
  display: inline-block;
  border-radius: 100%;
  background: #f8f8f8;
  padding: 0
}

.womancont .slick-dots .slick-active button {
  background: #b39d1a
}

@media screen and (max-width: 1024px) {
  .womancont .mainVis__text {
    padding: 60px 25px 30px
  }
}

@media screen and (max-width: 768px) {
  .womancont .mainVis {
    margin-top: 62px;
    height: 390px
  }

  /*
    .mainVis__contact{
        position:absolute;
        top:auto;
        bottom:-45px;
        right:50%;
        -webkit-transform:translateX(50%);
        -ms-transform:translateX(50%);
        transform:translateX(50%);
        padding:14px 15px
    }
    .mainVis__contact__header{
        font-size:1.3rem;
        padding:0 0 5px 0;
        margin:0 0 5px 0
    }
    .mainVis__contact__tel{
        font-size:1rem
    }
    .mainVis__contact__tel .tel{
        font-size:1.2rem
    }*/
  .womancont .mainVis__text__header {
    font-size: 1.2rem;
    margin: 0 0 5px
  }

  .womancont .mainVis__text__title {
    font-size: 2rem;
    line-height: 1.6
  }

  .womancont .mainVis__slider--img {
    height: 390px !important
  }

  .womancont .slick-dots {
    padding: 10px 0 200px;
    -webkit-transform: translateY(calc((100% - 210px) / 2));
    -ms-transform: translateY(calc((100% - 210px) / 2));
    transform: translateY(calc((100% - 210px) / 2))
  }

  .womancont .slick-dots > li {
    margin: 5px 10px
  }

  .womancont .slick-dots button {
    height: 6px;
    width: 6px
  }
}

.sp__btn .mainVis__contact {
  position: fixed;
  top: 20px;
  left: inherit;
  right: 170px;
  width: 78px;
  overflow: hidden;
  padding: 5px 8px;
  bottom: inherit;
}

.sp__btn .mainVis__contact__header {
  width: 100%;
  font-size: 1.1rem;
}

.sp__btn .mainVis__contact__header .fa-envelope {
  font-size: 1rem;
}

.sp__btn .mainVis__contact__header i {
  font-style: normal;
}

@media screen and (min-width: 769px) {
  .sp__btn {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sp__btn {
    display: block;
  }
}

@media screen and (max-width: 374px) {
  .sp__btn .mainVis__contact__header i {
    display: none;
  }

  .sp__btn .mainVis__contact {
    right: 142px;
    width: 30px;
    top: 18px;
  }

  .sp__btn .mainVis__contact__header .fa-envelope {
    font-size: 1.5rem;
    margin: 0;
  }
}

.page-wrap.contact-wrap {
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .contact-wrap .lowerHeader {
    margin-top: 0;
  }
}

@media screen and (max-width: 1024px) {
  .contents--lower:before {
    top: 3em;
  }
}

#footerFloatingMenu3 a.mainVis__contact {
  top: 0;
  right: 0;
  padding: 25px 30px;
  border-width: 1px;
  transition: unset;
}

/* 1227 -- form */
.contact__input__text,
.contact__input__text--mail,
.contact__input__textarea,
.contact__input.fdc select,
.contact__input__select {
  position: relative;
}

#formCheck label .formError .formErrorContent {
  text-align: center;
}

#formCheck .contact__submit__check label .formError .formErrorContent {
  text-align: center;
  position: absolute;
  bottom: -3em;
  left: 0;
}

#formCheck .formError {
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
}

#formCheck .formError .formErrorContent {
  width: 100%;
  background: none;
  position: relative;
  color: #ff0000;
  min-width: 120px;
  font-size: 13px;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -o-box-shadow: none;
  padding: 0;
  border-radius: unset;
  -moz-border-radius: unset;
  -webkit-border-radius: unset;
  -o-border-radius: unset;
}

.formError .formErrorArrow .line1,
.formError .formErrorArrow .line2,
.formError .formErrorArrow .line3,
.formError .formErrorArrow .line4,
.formError .formErrorArrow .line5,
.formError .formErrorArrow .line6,
.formError .formErrorArrow .line7,
.formError .formErrorArrow .line8,
.formError .formErrorArrow .line9,
.formError .formErrorArrow .line10 {
  display: none;
}

#formCheck dd.contact__input {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media screen and (max-width: 768px) {

  .contact__input__text,
  .contact__input__text--mail,
  .contact__input__textarea {
    width: 100%;
    font-size: 1.6rem;
    box-sizing: border-box;
  }

  .contact__input.fdc select,
  .contact__input__select {
    font-size: 1.6rem;
    width: 100%;
    padding: 7px 10px;
    box-sizing: border-box;
  }
}

.sp__btn .mainVis__contact {
  text-decoration: none;
}

.renew-img-wrap {
  margin: 25px auto;
  overflow-x: auto;
  padding-bottom: 15px;
}

.renew-img-wrap img {
  min-width: 600px;
  max-width: 100%;
  height: auto;
}

.nagaomethod {
  padding: 70px 0;
}

@media screen and (min-width: 769px) {
  .nagaomethod {
    padding: 100px 0;
  }
}

.nagaomethod__ttl {
  text-align: center;
  color: #338ABB;
  font-size: 22px;
  font-size: 1.57143rem;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .nagaomethod__ttl {
    margin-bottom: 60px;
    font-size: 30px;
    font-size: 2.14286rem;
  }
}

.nagaomethod__stxt {
  font-size: 13px;
  font-size: 0.92857rem;
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .nagaomethod__stxt {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}

.nagaomethod__retxt {
  color: #338ABB;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.8;
  font-size: 20px;
  font-size: 1.42857rem;
}

@media screen and (min-width: 641px) {
  .nagaomethod__retxt {
    font-size: 24px;
    font-size: 1.71429rem;
  }
}

.nagaomethod span {
  font-size: 28px;
  font-size: 2rem;
}

@media screen and (min-width: 641px) {
  .nagaomethod span {
    font-size: 32px;
    font-size: 2.28571rem;
  }
}

.nagaomethod-mt {
  margin: 40px auto 50px;
}

.nagaomethod-list {
  margin-top: 40px;
}

.nagaomethod-list img {
  max-width: 100%;
  height: auto;
  height: 75vw;
}

@media screen and (min-width: 641px) {
  .nagaomethod-list img {
    max-width: 100%;
    width: auto;
    height: 320px;
    max-height: 100%;
  }
}

@media screen and (min-width: 641px) {
  .nagaomethod-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.nagaomethod-list__item {
  padding: 15px;
  border: 1px solid #e6e6e6;
  margin-bottom: 20px;
}

@media screen and (min-width: 641px) {
  .nagaomethod-list__item {
    width: 49%;
  }
}

.nagaomethod-list__ttl {
  color: #338ABB;
  text-align: center;
  font-size: 22px;
  font-size: 1.4rem;
  /*margin-bottom: 20px;*/
  font-weight: bold;
  line-height: 1.3;
}

@media screen and (min-width: 641px) {
  .nagaomethod-list__ttl {
    font-size: 26px;
    font-size: 1.5rem;
    height: 80px;
  }
}

.nagaomethod-list__img {
  width: 48.5%;
  margin: auto;
  display: block;
}

.nagaomethod-list__img-ss {
  width: 100%;
  margin: 50px auto 0px;
  display: block;
}

@media screen and (min-width: 641px) {
  .nagaomethod-list__img-ss {
    width: 85%;
  }
}

.nagaomethod-list__txt {
  font-size: 16px;
  font-size: 1.1rem;
  line-height: 1.3;
  margin-top: 15px;
}

@media screen and (min-width: 641px) {
  .nagaomethod-list__txt {
    font-size: 20px;
    font-size: 1.2rem;
  }
}

.nagaomethod-list__ttl .sp-mode {
  display: none;
}

/* 0207 */
.twi-insta-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: space-between;
  box-sizing: border-box;
  gap: 2%;
}

/* PC用サイズ調整 */
.twi-insta-wrap > div.youtube {
  flex: 1 1 60%;
  max-width: 640px;
  aspect-ratio: 16 / 9;
  position: relative;
}

.twi-insta-wrap > div.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.twi-insta-wrap > div.instagram {
  flex: 1 1 35%;
}

/* Twitter表示領域があれば維持 */
.twi-insta-wrap > div.twitter {
  width: 50%;
}

.twi-insta-wrap.lva > div.twitter .twitter-timeline {
  max-height: 800px;
}

.twi-insta-wrap > div.twitter .twitter-timeline {
  width: 100% !important;
}

.twi-insta-wrap.page > div.instagram #sb_instagram.sbi_fixed_height {
  height: 450px !important;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .footer__spNavi__item p {
    margin-bottom: 0;
  }

  .twi-insta-wrap {
    display: block;
  }

  .twi-insta-wrap > div.youtube,
  .twi-insta-wrap > div.instagram {
    width: 100%;
    margin: 1vw auto 2.5vw;
    aspect-ratio: auto;
    position: static;
  }

  .twi-insta-wrap > div.youtube iframe {
    width: 100% !important;
    height: auto !important;
    position: static;
  }

  .twi-insta-wrap .twitter-timeline {
    height: auto !important;
    margin: 0 auto;
  }

  .twi-insta-wrap.page > div.instagram #sb_instagram.sbi_fixed_height {
    height: auto !important;
  }

  .twi-insta-wrap > div.instagram {
    display: flex;
    align-items: stretch;
  }

  .twi-insta-wrap > div.instagram > * {
    flex: 1;
  }

  #sb_instagram.sbi_width_resp {
    height: auto !important;
  }
}


a.link-txt {
  color: #ddc654;
  text-decoration: underline;
}

a.link-txt:hover {
  text-decoration: none;
}

.contact__input__textarea {
  box-sizing: border-box;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  box-sizing: border-box;
}

.lva-cap .image_box {
  width: 48%;
  text-align: center;
  margin: 0 0 25px;
  position: relative;
  font-weight: bold;
}

.lva-cap .image_box:first-child:before {
  content: "\f0a9";
  font-family: "Font Awesome 5 Free";
  font-size: 5rem;
  position: absolute;
  top: calc(50% - .5em - .2em);
  left: 100%;
  margin-left: -1rem;
  z-index: 3;
  height: 1em;
  line-height: 1em;
  color: #f00;
  font-weight: 700;
}

.lva-cap .image_box img {
  display: block;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #lvapage .footer {
    padding-bottom: 150px;
  }

  #lvapage .footer__spNavi:before {
    content: "リンパ浮腫の診療は婦人科癌治療後のみとなります";
    display: block;
    text-align: center;
    color: #e81f19;
    width: 100%;
    font-weight: bold;
    padding: .7em 0;
    border: 2px solid #e81f19;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 480px) {
  .lva-cap {
    display: block;
    max-width: 320px;
    margin: 0 auto;
  }

  .lva-cap .image_box {
    width: 100%;
  }

  .lva-cap .image_box:first-child:before {
    top: inherit;
    bottom: -3rem;
    left: 50%;
    font-size: 3rem;
    transform: rotate(90deg);
  }
}

@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .footer__about__practiceTime--col:first-child {
    white-space: nowrap;
    width: calc((100% / 9.5) * 3);
    letter-spacing: -.5px;
  }

  .footer__about__practiceTime--header,
  .footer__about__practiceTime--contents {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1140px) {
  .footer__about__practiceTime--contents {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 375px) {
  .footer__about__practiceTime--col:first-child {
    width: calc((100% / 8.5) * 3);
  }
}

/* worries */
#worry.contents__article {
  padding-top: 105px;
}

.worriesList__box,
.worriesList__box .worries_list,
.worriesList__box .worries_list li {
  border-radius: 10px;
}

#worry.contents__article .wlk {
  padding-top: 65px;
  margin: -65px auto 65px;
}

.worriesList__box {
  padding: 0;
  border: 1px solid #E2E5ED;
}

.worriesList__box .worries_list {
  background: #F7F7FB;
  padding: 30px 30px 15px 30px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.worriesList__box .worries_list li {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  width: calc((100% - 36px) / 3);
  min-height: 136px;
  margin: 0 18px 15px 0;
  padding: 1.5em 1em;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  border: 1px solid #E2E5ED;
  background: #fff;
}

.worriesList__box .worries_list li:nth-child(3n) {
  margin-right: 0;
}

.worriesList__box .contents__text {
  padding: 2px 30px 38px;
}

.worriesList__box .contents__text h2 {
  font-size: 2.4rem;
  margin-top: 40px;
  margin-bottom: 25px;
}

.worriesList__box .contents__text p {
  line-height: 1.8;
}

.worriesList__box .contents__text .btn-link_more {
  text-align: right;
  font-size: 1.6rem;
  margin-top: 1em;
  line-height: 1.3;
}

.worriesList__box .contents__text .btn-link_more a {
  display: inline-block;
  color: #B39D1A;
  border-bottom: 1px solid #B39D1A;
  position: relative;
  padding: 0 25px 0 0;
}

.worriesList__box .contents__text .btn-link_more a:hover {
  border-bottom: none;
}

.worriesList__box .contents__text .btn-link_more a:after {
  content: "";
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #B39D1A;
}

@media screen and (max-width: 768px) {
  #worry.contents__article {
    padding-top: 0;
  }

  #worry.contents__article .wlk {
    margin: -10% auto 10%;
    padding-top: 10%;
  }

  /*
  .worriesList__box{
    margin-bottom: 10%;
  }
  */
  .worriesList__box .worries_list li {
    width: calc((100% - 36px) / 2);
  }

  .worriesList__box .worries_list li:nth-child(3n) {
    margin-right: 18px;
  }

  .worriesList__box .worries_list li:nth-child(2n) {
    margin-right: 0;
  }

  .worriesList__box .contents__text .btn-link_more {
    text-align: center;
  }

  .worriesList__box .contents__text .btn-link_more a {
    display: block;
    background: #B39D1A;
    border-bottom: none;
    color: #fff;
    padding: 1em;
  }

  .worriesList__box .contents__text .btn-link_more a:after {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    right: 0;
    top: 0;
    margin: -.25em 0 0 .5em;
    border-width: .4em 0 .4em .6em;
    border-color: transparent transparent transparent #fff;
  }
}

@media screen and (max-width: 480px) {
  .worriesList__box .worries_list {
    padding: 5% 5% 2.5%;
    flex-direction: column;
  }

  .worriesList__box .worries_list li,
  .worriesList__box .worries_list li:nth-child(2n),
  .worriesList__box .worries_list li:nth-child(3n) {
    width: 100%;
    margin: 0 0 5%;
    min-height: unset;
    font-size: 1.5rem;
    line-height: 1.6;
    padding: 1.2em 1em;
    min-height: 90px;
  }

  .worriesList__box .worries_list li br {
    display: none;
  }

  .worriesList__box .contents__text {
    padding: .5% 5% 1px;
  }

  .worriesList__box .contents__text h2 {
    font-size: 1.8rem;
    margin-top: 7.5%;
    margin-bottom: 5%;
  }

  .worriesList__box .contents__text p {
    font-size: 1.5rem;
    line-height: 1.8;
  }

  .worriesList__box .contents__text .btn-link_more {
    font-size: 1.5rem;
    margin-bottom: 10%;
  }
}

/* column */
.introduce__box .contents__item__permalink {
  margin-top: 25px;
}

/* sinryo */
.doctor--staff.sinryo__box {
  margin: 0;
  padding: 0;
}

.doctor--staff.sinryo__box .doctor__img--staff {
  width: 180px;
}

.doctor--staff.sinryo__box figure {
  text-align: center;
  margin: 0 0 1em;
}

.doctor--staff.sinryo__box figure img {
  max-width: 100%;
}

.doctor--staff.introduce__box .doctor__biography.noimage {
  padding-left: 0;
}

.doctor--staff.introduce__box .doctor__img--staff img {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .doctor--staff.sinryo__box .doctor__img--staff {
    width: 100%;
  }

  .doctor--staff.sinryo__box figure {
    text-align: center;
    max-width: 60%;
    margin: 0 auto 1em;
  }

  .doctor--staff.introduce__box .doctor__img--staff {
    max-width: 300px;
    margin: 0 auto 15px;
  }
}

/* footer */
.follow-me {
  margin-bottom: 25px;
}

@media screen and (min-width: 769px) {
  .english-site {
    display: none;
  }

  .english-site .footer__navi__item:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 768px) {
  .english-site {
    margin: 5% auto;
  }

  .english-site .footer__navi__item {
    margin-bottom: 0;
  }

  .english-site .footer__navi__item__child:before {
    display: inline-block;
    position: relative;
    left: 0;
    top: 0;
    vertical-align: middle;
    margin-right: 5px;
  }

  .english-site .footer__navi__item__child {
    padding-left: 0;
  }
}

/* case  0616 */
.article_cases .about {
  margin: 0 auto 45px;
}

.tbl_case,
.tbl_case td,
.tbl_case th {
  border: solid 1px #f0f0ee;
  text-align: left;
  font-size: 1.8rem;
  line-height: 2;
}

.tbl_case {
  border-collapse: collapse;
  margin: 85px auto 0;
}

.tbl_case th {
  background: #f8f8f8;
  text-align: center;
  width: 25%;
}

.tbl_case th,
.tbl_case td {
  padding: 1em 1.5em;
  vertical-align: middle;
  height: auto;
}

.att_txt_case {
  max-width: 630px;
  font-size: 1.3rem;
  margin: .5em auto 0;
}

.ba_photo-box {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.ba_photo-box figure {
  width: 40%;
  margin: 0 0 1em;
}

.ba_photo-list {
  position: relative;
}

.ba_photo-list:before,
.ba_photo-list:after {
  content: "";
  position: absolute;
  z-index: 3;
}

.ba_photo-list:before {
  width: 54px;
  height: 27px;
  background: #e71f19;
  top: 50%;
  left: calc(50% - 5px);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.ba_photo-list:after {
  display: inline-block;
  height: 0;
  width: 0;
  border-bottom: solid 30px #e71f19;
  border-left: solid 27px #fff;
  border-right: solid 27px #fff;
  top: 50%;
  left: calc(50% + 25px);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
  transform: translateX(-50%) translateY(-50%) rotate(90deg);
}

.ba_photo-box figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-slider,
.case_photos {
  padding: 0 25px;
}

/* Arrows */
.case-slider .slick-prev,
.case-slider .slick-next,
.case_photos .slick-prev,
.case_photos .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 34px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.case-slider .slick-prev:hover,
.case-slider.slick-prev:focus,
.case-slider .slick-next:hover,
.case-slider .slick-next:focus,
.case_photos .slick-prev:hover,
.case_photos .slick-prev:focus,
.case_photos .slick-next:hover,
.case_photos .slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.case-slider .slick-prev:hover:before,
.case-slider .slick-prev:focus:before,
.case-slider .slick-next:hover:before,
.case-slider .slick-next:focus:before,
.case_photos .slick-prev:hover:before,
.case_photos .slick-prev:focus:before,
.case_photos .slick-next:hover:before,
.case_photos .slick-next:focus:before {
  opacity: 1;
}

.case-slider .slick-prev.slick-disabled:before,
.case-slider .slick-next.slick-disabled:before,
.case_photos .slick-prev.slick-disabled:before,
.case_photos .slick-next.slick-disabled:before {
  opacity: .25;
}

.case-slider .slick-prev:before,
.case-slider .slick-next:before,
.case_photos .slick-prev:before,
.case_photos .slick-next:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 0;
  width: 0;
  border-bottom: solid 20px #666;
  border-left: solid 17px transparent;
  border-right: solid 17px transparent;
  top: 0;
}

.case-slider .slick-prev:before,
.case_photos .slick-prev:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  right: 0;
}

.case-slider .slick-next:before,
.case_photos .slick-next:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 0;
}

.case-slider .slick-prev,
.case_photos .slick-prev {
  left: 0;
}

.case-slider .slick-next,
.case_photos .slick-next {
  right: 0;
}

/* Dots */
.case-slider.slick-dotted.slick-slider {
  padding-bottom: 30px;
  margin-bottom: 80px;
}

.case_photos .slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.case-slider .slick-dots,
.case_photos .slick-dots {
  position: absolute;
  bottom: -25px;
  left: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.case-slider .slick-dots {
  transform: unset;
}

.case-slider .slick-dots li,
.case_photos .slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.case-slider .slick-dots button,
.case_photos .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #666;
  border-radius: 100%;
  opacity: .5;
  color: #fff;
  margin: 0 auto;
}

.case-slider .slick-dots li button:hover,
.case-slider .slick-dots li button:focus,
.case_photos .slick-dots li button:hover,
.case_photos .slick-dots li button:focus {
  outline: none;
}

.case-slider .slick-dots li.slick-active button,
.case_photos .slick-dots li.slick-active button {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .case_photos .slick-dots li button {
    width: 7px;
    height: 7px;
    padding: 3.5px;
  }

  .case_photos .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 5px;
  }
}

.navi-box_case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navi-box_case p {
  font-size: 1.3rem;
  text-decoration: underline;
  margin-left: 1em;
}

@media screen and (max-width: 768px) {

  .tbl_case,
  .tbl_case > *,
  .tbl_case tr,
  .tbl_case th,
  .tbl_case td {
    display: block;
    width: 100%;
    font-size: 1.4rem;
  }

  .tbl_case {
    border: none;
  }

  .tbl_case th {
    border-bottom: none;
  }

  .tbl_case td {
    border-top: none;
    margin-bottom: 5%;
  }

  .tbl_case th,
  .tbl_case td {
    padding: 1em 1.2em;
  }

  .article_cases .about {
    margin: 0 auto 15%;
  }

  .article_cases .policy__text {
    font-size: 1.4rem;
  }

  .case_photos {
    padding: 0;
  }

  .ba_photo-box figure {
    width: 100%;
  }

  .case_photos .slick-dots {
    -webkit-transform: unset;
    transform: unset;
  }

  .att_txt_case {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .ba_photo-box {
    display: block;
  }

  .ba_photo-box figure {
    aspect-ratio: 4/3;
  }

  .ba_photo-box figure:first-child {
    margin: 0 auto 20vw;
  }

  .ba_photo-list:before {
    top: calc(50% - 10vw);
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    width: 12.5vw;
    height: 8vw;
  }

  .ba_photo-list:after {
    left: 50%;
    border-bottom: solid 8vw #e71f19;
    border-left: solid 7.5vw #fff;
    border-right: solid 7.5vw #fff;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(180deg);
    transform: translateX(-50%) translateY(-50%) rotate(180deg);
  }

  .navi-box_case {
    display: block;
  }

  .navi-box_case p {
    margin: 0 auto;
    text-align: center;
  }
}

.cta.cta-link2 {
  margin: 2.5em auto 5em;
}

.cta.cta-link2 .text__center {
  text-align: center;
  margin-bottom: 2em;
}

.cta.cta-link2 .link {
  justify-content: space-around;
}

.cta > p.address {
  text-align: center;
  margin: 1em auto 0;
  line-height: 1.5;
}

.cta > p.address,
.cta > p.address span {
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: .02em;
}

@media screen and (max-width: 768px) {
  .cta > p.address span {
    display: block;
  }

  .cta > p.address,
  .cta > p.address span {
    font-size: 1.1rem;
  }
}

@media screen and (min-width: 769px) {
  .cta > p.address {
    margin: 2em auto -1em;
  }
}

/* page-sinryo 調整 */
.sinryo-image-box_img {
  float: left;
}

.sinryo-image-box_txt {
  padding: 10px;
  display: flow-root;
}

@media screen and (max-width: 768px) {
  .sinryo-image-box_img {
    float: none;
  }
}

@media screen and (max-width: 768px) {
  .accordion label.link-txt {
    cursor: pointer;
    z-index: 10;
    height: inherit;
    width: 100%;
    box-sizing: border-box;
    border: none;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    right: 0;
    top: 0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    overflow: hidden;
    text-indent: unset;
    display: block;
    position: relative;
    font-size: 1.6rem;
    line-height: 1.4;
  }

  .accordion .toggle:checked + label.link-txt {
    transform: unset;
  }

  .sideNavi__menu__lower.sinryo .sideNavi__menu__item--sp.link-txt {
    font-weight: bold;
    background: #f0f0ee;
  }
}

/* lva page */
.contact__link.btn_list a {
  position: relative;
  border-radius: 0.8em;
}

.contact__link.btn_list a:hover {
  opacity: .8;
}

.contact__link.btn_list a.contact__link__item:after {
  content: "";
  position: absolute;
  display: inline-block;
  right: 1em;
  top: calc(50% - 6px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
}

@media screen and (max-width: 768px) {
  .contact__link.btn_list {
    display: block;
  }

  .contact__link.btn_list a {
    margin: 0 auto 15px;
  }
}

/* 1012 */
/* js-tab */
.js-tab-content {
  display: none;
  background: #fff;
  padding: 25px 25px 15px;
  ;
}

.js-tab {
  border: 1px solid #ccc;
  margin-bottom: 45px;
}

.record_content-wrap .ttl,
.record_content-wrap figcaption {
  font-size: 1.8rem;
  margin: 0 auto 1em;
  font-weight: 600;
  text-align: center;
}

.record_tab ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.record_tab ul li {
  width: 50%;
}

.record_tab ul li a {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  color: #262626;
  padding: .5em 1em;
  width: 100%;
  border-top: 10px solid #777;
  background: #ccc;
  line-height: 1.2;
}

.record_tab ul li a.active {
  background: #fff;
}

.record_tab ul li.nagao a {
  border-color: #ddc654;
}

.record_content-wrap {
  width: 100%;
}

.record_content-wrap .flex-box {
  align-items: stretch;
  margin-bottom: 2.5%;
}

.record_content-wrap .tbl_case-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.record_content-wrap .flex-box > * {
  position: relative;
  padding-top: 4.5rem;
}

.record_content-wrap .flex-box .ttl {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.record_content-wrap .tbl_case-wrap {
  width: 47.5%;
  position: relative;
  /*padding: 0 0 8%;*/
}

.att-txt {
  color: #c00;
  right: 0;
  top: 0;
  /*bottom: 34px;*/
  width: 1em;
  height: 10em;
  z-index: 3;
  line-height: 1.3;
  font-size: 1.3rem;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.att-txt:before {
  content: "";
  position: absolute;
  left: -15px;
  width: 5px;
  height: 100%;
  border: 2px solid #c00;
  border-left: none;
}

.tbl_case.record {
  margin: 0 35px 0 auto;
  width: 100%;
  /*max-width: 320px;*/
}

.tbl_case.record.new {
  margin-bottom: 0;
}

.record_content-wrap .tbl_case-wrap .tbl-inner {
  position: relative;
  padding: 0 35px 0 0;
}

.record_content-wrap .tbl_case-wrap .tbl-inner .tbl_case.record {
  margin: 0 0 0 auto;
}

.record_content-wrap .tbl_case-wrap .tbl-inner:nth-child(3) {
  position: relative;
  top: -1px;
}

.tbl_case.record th,
.tbl_case.record td {
  padding: .3em .55em;
  line-height: 1.3;
}

.tbl_case.record th {
  width: 38%;
  background: #fff;
}

.tbl_case.record th.th01 {
  background: #ddc654;
}

.tbl_case.record th.th02 {
  background: #ffff46;
}

.tbl_case.record tr.clr_red {
  color: #c00;
}

.tbl_case.record th.clr_02 {
  background: #FF4471;
  color: #fff;
}

.tbl_case.record th.clr_01 {
  background: #0E3EDA;
  color: #fff;
}

.tbl_case.record td {
  text-align: center;
}

.case_photos.record {
  width: 50%;
  padding: 0 20px 30px;
}

#record_content02 .case_photos.record figure {
  margin-top: 5rem;
}

.case_photos.record figure {
  margin-bottom: 0;
}

.case_photos.record figure img {
  max-width: 100%;
  width: 80%;
  max-width: 320px;
  height: auto;
  margin: 0 auto;
}

/*
.case_photos.record .slick-next,
.case_photos.record .slick-prev{
  display: none !important;
}
*/
.case_photos.record .slick-dots {
  bottom: 0;
}

/*
.sideNavi--wrap{
  display: none;
}
*/
.case_photos.record.new {
  width: 100%;
}

.case_photos.record.new .figure {
  width: 48%;
}

.case_photos.record .slick-track,
.case_photos.record .slick-list {
  height: 100%;
}

#record_content02 .slick-slide,
.case_photos.record.new .figure {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .att-txt.pc-1 {
    height: 4.5rem;
  }

  .att-txt.pc-2 {
    height: 9.5rem;
  }

  .att-txt.pc-3 {
    height: 11rem;
  }

  .att-txt.pc-4 {
    height: 19rem;
  }

  .att-txt.pc-5 {
    height: 24rem;
  }
}

@media screen and (max-width: 768px) {
  .att-txt.pc-1 {
    height: 2.7em;
  }

  .att-txt.pc-2 {
    height: 5.2em;
  }

  .att-txt.pc-3 {
    height: 5.2em;
  }

  .att-txt.pc-4 {
    height: 10.6em;
  }

  .att-txt.pc-5 {
    height: 13.3em;
  }

  .att-txt {
    font-size: min(3.46vw, 1.5rem);
  }

  /*
  .att-txt{
    bottom: 0;
  }
  */
}

@media screen and (max-width: 1024px) {
  .record_tab ul li span {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .js-tab-content {
    padding: 3.5% 5vw;
  }

  .record_content-wrap .flex-box > * {
    padding-top: 3.5rem;
  }

  #record_content02 .case_photos.record figure {
    margin-top: 3.5rem;
  }

  .record_content-wrap .ttl,
  .record_content-wrap figcaption {
    font-size: min(4vw, 1.5rem);
    margin: 0 auto 1em;
    font-weight: 600;
    text-align: center;
  }

  .record_tab ul li a {
    font-size: min(2.93vw, 1.5rem);
    line-height: 1.5;
    padding: .5em .2em;
  }

  .record_content-wrap .flex-box {
    display: block;
  }

  .case_photos.record {
    width: 100%;
    padding: 0 5px 30px;
  }

  /*
  .case_photos.record.new{
    padding: 0 5px 30px;
  }*/
  .case_photos.record figure,
  .case_photos.record.new .figure {
    margin: 0 auto;
  }

  .case_photos.record.new .figure {
    width: 100%;
  }

  .case_photos.record figure {
    width: calc(100% - 40px);
  }

  /*
  .case_photos.record.new figure {
    width: calc(100% - 40px);
    margin: 0 auto;
  }*/
  .case_photos.record figure img {
    width: 100%;
  }

  .case_photos.record .slick-next {
    right: -10px;
    top: 50vw;
  }

  .case_photos.record .slick-prev {
    left: -10px;
    top: 50vw;
  }

  .record_content-wrap .tbl_case-wrap {
    width: 100%;
    margin: 3.5% auto 0;
  }

  .tbl_case.record {
    width: calc(100% - 35px);
    width: 100%;
    display: table;
    max-width: 100%;
  }

  .record_content-wrap .tbl_case-wrap .tbl-inner .tbl_case.record {}

  .tbl_case.record tr {
    display: table-row;
  }

  .tbl_case.record.new {
    margin: 0;
    width: 100%;
  }

  .tbl_case.record > * {
    display: table-row-group;
  }

  .tbl_case.record th,
  .tbl_case.record td {
    display: table-cell;
  }

  .tbl_case.record th,
  .tbl_case.record td {
    font-size: 1.3rem;
    font-size: min(2.93vw, 1.3rem);
    ;
    padding: 0.3em 0.7em;
    border: 1px solid #f0f0ee;
  }
}

@media screen and (max-width: 375px) {

  .case_photos.record.new .slick-prev:before,
  .case_photos.record.new .slick-next:before {
    content: "";
    display: inline-block;
    position: absolute;
    height: 0;
    width: 0;
    border-bottom: solid 5vw #666;
    border-left: solid 4.5vw transparent;
    border-right: solid 4.5vw transparent;
    top: 0;
  }
}

/* 1027 */
.link-wrap {
  position: relative;
}

.link-wrap .link_box-top {
  background: #fff;
  padding: 25px 0 0;
  margin-bottom: -75px;
  width: 100%;
}

.link-wrap.womancont .link_box-top {
  margin-bottom: 0;
  padding-bottom: 25px;
}

.link-wrap .link_box-top a {
  display: block;
  padding: 1em;
  font-weight: 700;
  border: 1px solid #c39e54;
  text-align: center;
  color: #c39e54;
  width: 90%;
  margin: 0 auto;
  max-width: 500px;
  font-size: 1.8rem;
  transition: all .4s;
}

.link-wrap .link_box-top a:hover {
  background: #c39e54;
  color: #fff;
}

.link-wrap.womancont .link_box-top a {
  border-color: #ff9e9e;
  color: #ff9e9e;
}

.link-wrap.womancont .link_box-top a:hover {
  background: #ff9e9e;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .link-wrap .link_box-top {
    position: absolute;
    top: 62px;
    left: 0;
    z-index: 3;
    padding: 2.5% 0;
    margin: 0 auto;
  }

  .link-wrap .link_box-top a {
    font-size: 1.4rem;
    padding: .7em;
  }

  .link-wrap .mainVis {
    margin-top: 115px;
  }

  .link-wrap.womancont .link_box-top {
    padding-bottom: 2.5%;
  }
}

.ttl_bg_gray {
  background: #eee;
  font-size: 2rem;
  font-weight: 700 !important;
  padding: 5px 20px;
  border-radius: 7px;
}

.ttl_bg_gray span {
  font-weight: 700 !important;
}

.ttl_bold {
  font-size: 1.6rem;
  font-weight: 700 !important;
}

.ttl_bold span {
  font-weight: 700 !important;
}

.indent_list {
  text-indent: -1em;
  padding-left: 1em;
}

.mn2 {
  margin: 10px auto 0;
}

.mn2,
.mn2 li {
  font-size: 1.5rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {

  .mn2,
  .mn2 li {
    font-size: 1.1rem;
    line-height: 1.8;
  }
}

.varicocele-table .bg-pink2 {
  background: #FF6699;
}

.varicocele-table .bold {
  font-weight: bold;
  font-family: 'Shin Go Bold';
}

.varicocele-table span.underline {
  border-bottom: 1px solid;
  padding: 0 0 1px;
}

.mn2 .contents__text li {
  list-style-type: decimal;
  margin-left: 20px;
}

/*1207 */
.align-center {
  text-align: center;
}

.align-center img {
  max-width: 100%;
  height: auto;
}

.img2 {
  margin-top: 3em;
}

.table_grade_box .table_grade {
  width: 100%;
  max-width: 100%;
  border: none;
}

.table_grade_box .table_grade thead th:nth-child(1) {
  width: 25%;
}

.table_grade_box .table_grade thead th:nth-child(2) {
  width: 35%;
}

.table_grade_box .table_grade thead th:nth-child(3) {
  width: 40%;
}

.table_grade_box .table_grade thead th {
  line-height: 1.2;
  text-align: left;
  padding: .3em 0 .5em .7em;
}

.table_grade_box .table_grade thead th span {
  margin: 0;
  display: block;
  font-size: inherit;
}

.table_grade_box .color-red {
  color: #c21317;
}

.table_grade_box .color-yel {
  color: #f1ba1f;
}

.table_grade_box .color-blue {
  color: #35baf1;
}

.table_grade_box .txt-bold {
  font-weight: 600;
}

.table_grade_box .txt-underline {
  text-decoration: underline;
}

.table_grade_box .table_grade thead th {
  background: #4572c5;
}

.table_grade_box .table_grade tbody th,
.table_grade_box .table_grade tbody th span {
  font-weight: 600;
  text-align: left;
}

.table_grade_box .table_grade tbody tr:nth-child(odd) th,
.table_grade_box .table_grade tbody tr:nth-child(odd) td {
  background: #ced5ea;
}

.table_grade_box .table_grade tbody th,
.table_grade_box .table_grade tbody td {
  background: #e8ebf5;
  padding: .3em 0.7em;
}

.table_grade_box ol {
  margin: 2em auto 0;
}

.table_grade_box ol li {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333;
  /* list-style-type: decimal; */
  padding-left: 3.3em;
  text-indent: -3.3em;
}

@media screen and (max-width: 768px) {
  .case-item {
    margin-top: -62px;
    padding-top: 62px;
  }
}

.more-btn_wm a {
  display: block;
  width: 90%;
  max-width: 250px;
  margin: 40px auto 0;
  padding: .6em;
  font-size: 1.8rem;
  text-align: center;
  background: #ff9e9e;
  border: 1px solid #ff9e9e;
  color: #fff;
  text-decoration: none;
  border-radius: 3em;
  transition: all .3s;
}

.more-btn_wm a:hover {
  background: #fff;
  color: #ff9e9e;
}

@media screen and (max-width: 768px) {
  .more-btn_wm a {
    font-size: 1.4rem;
    width: 70%;
    max-width: 220px;
  }
}

/* 1227 */
@media screen and (max-width: 768px) {
  .scroll-table-wrap.tbl_page_wrap {
    margin: 5% -7vw 0 0;
    padding: 0 10px 10px 0;
    width: 93vw;
  }

  .varicocele-table.tbl_page {
    width: 100%;
  }
}

.varicocele-table.tbl_page {
  border-collapse: collapse;
}

.varicocele-table.tbl_page,
.varicocele-table.tbl_page th,
.varicocele-table.tbl_page td {
  border: solid 1px #f0f0ee;
}

.varicocele-table.tbl_page {
  width: 100%;
  min-width: 500px;
}

.varicocele-table.tbl_page th {
  background: #f8f8f8;
  padding: 10px 7px;
}

.varicocele-table.tbl_page th,
.varicocele-table.tbl_page td {
  text-align: center;
}

/* 1228 */
@media screen and (min-width: 769px) {
  .sideNavi__spheader_btm {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .sideNavi__spheader {
    height: 60px;
  }

  .sphead_disp .lowerHeader {
    margin: 102px 0 0;
  }

  .sideNavi__spheader_btm {
    position: absolute;
    display: block;
    top: 60px;
    left: 0;
    height: 42px;
    width: 100%;
    z-index: 1;
    border: 1px solid #ddc654;
  }

  .sphead_disp.lva .sideNavi__spheader_btm {
    border-color: #ff9e9e;
  }

  .sideNavi__spheader_btm ul,
  .sideNavi__spheader_btm ul li,
  .sideNavi__spheader_btm ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .sideNavi__spheader_btm ul li {
    width: 25%;
    line-height: 1.5;
    background: #ddc654;
    border: 1px solid #fff;
    border-left: none;
  }

  .sphead_disp.lva .sideNavi__spheader_btm ul li {
    background: #ff9e9e;
  }

  .sideNavi__spheader_btm ul {
    border-left: 1px solid #fff;
  }

  .sideNavi__spheader_btm ul li a {
    width: 100%;
    color: #fff;
  }

  .sideNavi__spheader_btm ul li i {
    font-style: normal;
  }

  .sideNavi__spheader_btm ul li i {
    display: block;
  }
}

.btn_dl {
  margin: 0 auto 55px;
}

/* 1228 */
.lva_top_box_wrap {
  width: 85%;
  max-width: 850px;
  margin: 1em auto 4.5em;
}

.lva_top_box_wrap .small {
  font-size: 1.2rem;
  line-height: 1.3;
}

.lva_top_box {
  border: 1px solid #ccc;
  border-top: 3px solid #d4617e;
  margin: 0 auto 5px;
  width: 100%;
  padding: 1.5em 1.5em .5em 1.5em;
}

.lva_top_box .att {
  text-align: center;
  color: #d4617e;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.4;
}

.lva_top_box.renew .att {
  text-align: left;
  font-size: 2rem;
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
}

.lva_top_box ul li span {
  font-size: .9rem;
}

.lva_top_box ul {
  margin-left: 1em;
}

.lva_top_box ul li {
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 0 0 0 1.75em;
  margin: 1em 0 1em .5em;
}

.lva_top_box.renew ul {
  margin-top: 1.5em;
  margin-bottom: 2.5em;
}

.lva_top_box.renew ul li {
  font-size: 1.6rem;
  margin: .7em 0 .7em .5em;
}

.lva_top_box ul li:before,
.lva_top_box ul li:after {
  content: "";
  position: absolute;
}

.lva_top_box ul li:before {
  width: 1.2em;
  height: 1.2em;
  background: #fdf0ee;
  top: 0.15em;
  left: 0;
  z-index: 1;
}

.lva_top_box ul li:after {
  background: url(../img/icn_check.svg) no-repeat 50% 50%;
  background-size: contain;
  width: 1.2em;
  height: 1.2em;
  top: .1em;
  left: -.1em;
  z-index: 2
}

@media screen and (max-width: 768px) {
  .lva_top_box_wrap {
    width: 85%;
    max-width: 310px;
  }

  .lva_top_box ul li,
  .lva_top_box.renew ul li {
    font-size: 1.5rem;
  }

  .lva_top_box .att,
  .lva_top_box.renew .att {
    font-size: 1.6rem;
  }

  .lva_top_box_wrap .small {
    font-size: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .lva_top_box br.sp {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .footer__navi_sp {
    display: none;
  }
}

/* footer sitemap */
@media screen and (max-width: 768px) {
  .footer__copyWright {
    position: relative;
    bottom: 0;
    margin-bottom: 25px;
  }
}

.footer__navi_sp {
  width: 90%;
  margin: 0 auto 12.5%;
}

.footer__navi_sp li {
  font-size: 1.6rem;
  border-bottom: 1px solid #fff;
  text-align: left;
}

.footer__navi_sp li a {
  padding: 1em .1em;
  display: block;
  color: #fff;
}

/* 0207 */
.contents__heading--text.child {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 0 0 10px;
  border: none;
  border-left: solid 4px #ddc654;
  line-height: 1.4;
  margin: 20px 0 10px;
}

.contents__heading--text.child:after {
  display: none;
}

#lvapage .contents__heading--text.child {
  border: none;
  border-left: solid 4px #ff9e9e;
}

#lvapage #varicocele .contents__text h3 {
  padding-left: 0;
}

#lvapage .contents__heading--text {
  margin-bottom: -1px;
}

.lowerHeader--wrap.lva-top {
  padding-top: 50px;
}

.mainVis__h {
  position: absolute;
  background: #e96a92;
  width: 3.5em;
  height: 3.5em;
  z-index: 1;
  border-radius: 100%;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: .9rem;
}

.btn__wrap .mainVis__h {
  position: relative;
}

.sideNavi--wrap .mainVis__h {
  right: 190px;
  top: 15px;
}

.btn__wrap .mainVis__h {
  font-size: 3.2vw;
  margin: 0 0 20px;
}

.footer .mainVis__h {
  left: 53%;
  top: 2%;
  font-size: 3.2vw;
}

.mainVis__h i {
  display: block;
  font-style: normal;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .btn__wrap .mainVis__h {
    font-size: 1.8rem;
  }

  .footer .mainVis__h {
    font-size: 1.8rem;
    top: 25px;
  }
}

@media screen and (min-width: 1025px) {
  .btn__wrap .mainVis__h {
    font-size: 1.8rem;
  }

  .footer .mainVis__h {
    left: calc(50% + 9em);
    top: 95px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .hamburger {
    padding: 25px 20px;
  }

  .sp__btn .mainVis__contact {
    right: 140px;
  }

  .sideNavi__spheader__tel {
    padding: 0 15px 0 0;
  }

  .btn__wrap .mainVis__h {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .sp__btn .mainVis__contact {
    right: 115px;
  }

  .sideNavi--wrap .mainVis__h {
    right: inherit;
    left: 150px;
  }
}

.sinryo__heading {
  font-size: 1.7rem;
  font-weight: bold;
  padding: 0 0 0 10px;
  border-left: solid 4px #ddc654;
  line-height: 1.4;
  margin: 20px 0 20px;
}

/* 0223 */
.link-wrap.ink .link_box-top {
  top: 102px;
}

@media screen and (max-width: 768px) {
  .link-wrap.ink .mainVis {
    margin-top: 154px;
  }
}

.access-link {
  width: 90%;
  max-width: 300px;
  margin: 5% auto;
}

.access-link a {
  display: block;
  padding: 1em 2em;
  border: 2px solid #ddc654;
  background: #ddc654;
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  border-radius: 3em;
  transition: all .4s;
  line-height: 1.2;
}

.access-link a:hover {
  opacity: .7;
}

.lowerHeader--wrap.lva-top {
  padding-top: 50px;
}

/* 0223 */
.reason-list_ink {
  border: 3px solid #4c86b7;
  margin: 0 auto 5%;
}

.reason-list_ink dt {
  background: #4c86b7;
  color: #fff;
  padding: 0.5em 1em;
  font-size: 1.8rem;
  font-weight: 600;
}

.reason-list_ink dd {
  padding: .2em .5em .2em 1em;
}

.reason-list_ink dd li {
  margin: 0 0 1em;
  padding: .7em;
}

.reason-list_ink dd li span {
  text-indent: -1em;
  font-weight: 600;
  display: inline-block;
  font-size: 1.8rem;
  margin: 0 0 .3em;
}

@media screen and (max-width: 768px) {

  .reason-list_ink dt,
  .reason-list_ink dd li span {
    font-size: 1.4rem;
  }

  .reason-list_ink dd li {
    font-size: 1.3rem;
  }
}

/*0229*/
.book_list_box {
  width: 90%;
  margin: 2em auto;
}

.book_list_box .txt {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 1em;
}

.book_list_box .ttl {
  font-size: 1.6rem;
  font-weight: bold;
  padding: .2em 0 .2em .5em;
  border-left: solid 4px #ddc654;
  line-height: 1.4;
  margin: 0 0 10px;
}

.book_list_box li {
  font-size: 1.3rem;
  line-height: 1.5;
}

.book_list_box .bold {
  text-decoration: underline;
}

/*0304*/
#formCheck dd.contact__input .att {
  font-size: 1.2rem;
  line-height: 1.3;
  margin: .7em 0 0;
}

.profcard .prfname_sub {
  margin-bottom: -15px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.reserve-page .ui-widget-content .ui-state-disabled {
  position: relative;
}

.reserve-page .ui-widget-content .ui-state-disabled.undefined:before {
  content: "満";
  position: absolute;
  bottom: 0;
  left: .2em;
  text-align: left;
  width: 100%;
  /* height: 100%; */
  color: #f00;
  font-size: 1.1rem;
}

.reserve-page .contact--appointment__birthday .ui-widget-content .ui-state-disabled:before,
.reserve-page .ui-widget-content .ui-datepicker-other-month.ui-state-disabled:before {
  display: none;
}

.reserve-page #ui-datepicker-div {
  z-index: 1000 !important;
}

.sideNavi__spheader__tel {
  z-index: 3;
  width: 3rem;
}

/* 0314 */
.graph_list li {
  text-align: center;
}

.graph_list li img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .graph_list {
    display: -webkit-box;
    display: flex;
    align-items: flex-start;
  }

  .graph_list li {
    width: 50%;
  }
}

#lvapage .contents__text p img {
  height: auto;
}

/* 0417 */
.line__pop {
  display: none;
  position: fixed;
  z-index: 9999;
  bottom: 13%;
  right: 3.5%;
  width: 30%;
  max-width: 329px;
  transition: all .4s ease-in-out;
}

@media screen and (max-width: 768px) {
  .line__pop {
    bottom: 50%;
    right: 50%;
    transform: translate(50%, 50%);
    width: 75vw;
    max-width: 281px;
  }
}

.line__pop picuture,
.line__pop img {
  display: block;
  width: 100%;
  height: auto;
}

.line__pop-close {
  position: absolute;
  top: -2.8rem;
  right: 0;
  z-index: 9999;
  border: none;
  width: 3rem;
  height: 3rem;
  background: url(../img/line__pop-close@2x.png) no-repeat 60% 90%;
  cursor: pointer;
  background-size: 1.3rem auto;
}

.recommend.recommend_list {
  max-width: 1060px;
  margin: 0 auto;
}

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

.recommend_list .item {
  padding: 10px;
  width: 50%;
  background-color: #fff;
  border-bottom: solid 1px #f0f0ee;
}

@media not all and (min-width: 768px) {
  .recommend_list .item {
    width: 100%;
  }

  .recommend_list .item:not(:last-child) {
    margin-bottom: 30px;
  }
}

#ez-toc-container {
  min-width: 100px;
}

div#ez-toc-container ul li a {
  font-weight: 700;
  /*border-bottom: 1px solid;*/
  text-decoration: underline;
}

div#ez-toc-container p.ez-toc-title {
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 1em;
  display: block;
}

@media screen and (max-width: 768px) {
  div#ez-toc-container p.ez-toc-title {
    font-size: 14px !important;
  }
}

/* 0605 */
.remodal_link {
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  background: #444;
  border-radius: 100%;
  vertical-align: middle;
  text-align: center;
  position: relative;
  text-indent: 100%;
  overflow: hidden;
  color: transparent;
  margin-top: -.2em;
  transition: all .4s;
}

.remodal_link:hover {
  background: #35baf1;
}

.remodal_link:before {
  content: "！";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 1.6;
  color: #fff;
  font-size: .9em;
  font-weight: bold;
  text-indent: 0;
}

@keyframes scroll-hint-appear-toright {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  50%,
  100% {
    transform: translateX(40px);
    opacity: 0;
  }
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear-toright 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon {
  height: 88px;
}

/* 0605 */
@media screen and (min-width: 769px) {
  #lvapage .lowerHeader__title {
    padding-left: 70px;
    position: relative;
  }

  #lvapage .btn__wrap {
    position: absolute;
    left: 0;
    top: calc(50% - 32px + 1.5em);
  }
}

/* 0606 */
/* ポップアップ */
.popup-area {
  display: none;
  width: 50vw;
  max-width: 540px;
  background: #fff;
  padding: 0;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.1);
}

#lvapage .popup-area {
  max-width: 267px;
}

.popup-area p {
  margin: 0;
}

.popup-area p img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 980px) {
  .popup-area {
    width: auto;
    max-width: 460px;
  }
}

.popup-area button {
  margin: 0;
  position: absolute;
  right: 0;
  top: -30px;
  width: 23.5px;
  height: 23.5px;
  background: none;
  cursor: pointer;
  padding: 0;
  text-indent: 0;
  appearance: none;
  text-align: center;
  border: none;
}

.popup-area button img {
  display: block;
  width: 23.5px;
  height: auto;
}

.popup-area .icon {
  font-size: 1.8em;
  color: #000;
  background: #fff;
  border-radius: 100%;
}

/* 背景色 */
.cover-eml {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* バナー */
.contents__text .toc_top_bnr img {
  max-width: 100%;
  height: auto;
}

.ez-toc-toggle {
  margin-top: -3em;
  margin-bottom: .5em;
}

/*0628 */
.contents--lower .fjk_thumbnail_top_link a {
  color: #0070c0;
}

/*0628*/
.page-wrap > .recommend {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .recommend .item {
    padding-left: 40%;
    /*display: flex;*/
    position: relative;
    aspect-ratio: 8.5 / 2.1;
  }

  .recommend .contents--lower__thumbnail {
    position: absolute;
    left: 5%;
    top: 10px;
    width: 30%;
    height: calc(100% - 30px);
    margin: 0;
    overflow: hidden;
  }

  .recommend .contents--lower__thumbnail a {
    display: block;
    width: 100%;
    /*height: 100%;*/
    aspect-ratio: 6 / 4;
  }

  .recommend .contents--lower__thumbnail a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .recommend .contents--lower__heading {
    text-align: left;
  }

  .recommend .contents--lower__category {
    padding: 0 0 5px;
    flex-wrap: wrap;
  }

  .recommend .contents--lower__category li {
    margin-bottom: 10px;
  }

  .recommend .contents--lower__category li a {
    font-size: 1.2rem;
  }

  .recommend .contents--lower__heading--text {
    font-size: 1.6rem;
  }

  .recommend .contents__article {
    display: none;
  }

  .recommend .item:not(:last-child) {
    margin-bottom: 12px;
  }
}

/* 0606 */
.column_post_list {
  width: 95%;
  /*max-width: 1400px;*/
  margin: 0 auto 25px;
}

.column_post_list .item {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .column_post_list {
    padding-right: 25px;
  }

  .column_post_list .item {
    padding-left: 25px;
  }
}

.column_post_list .contents__article {
  margin: 0px auto 100px;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .column_post_list .item {
    width: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .column_post_list .item {
    width: 33.3333%;
  }
}

.column_post_list .item:nth-child(3n) {
  /*padding-right: 0;*/
}

.column_post_list .contents--lower__heading {
  max-width: 100%;
  padding: 0;
}

.column_post_list .contents--lower__thumbnail {
  max-width: 100%;
  width: 100%;
  margin: 0 auto 15px;
  position: relative;
  padding-top: 62.5%;
}

.column_post_list .contents--lower__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.column_post_list .contents__article,
.column_post_list .contents--lower__category {
  padding: 0;
}

.column_post_list .link_box {
  color: inherit;
  display: block;
}

.column_post_list .contents--lower__heading--text {
  display: block;
  text-align: left;
  margin-top: .5em;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .column_post_list .item {
    margin: 0 auto 1.5em;
  }

  .column_post_list .link_box {
    display: flex;
    justify-content: space-between;
  }

  .column_post_list .contents--lower__thumbnail {
    width: 30%;
    padding: 0;
    margin: 0;
  }

  .column_post_list .content__box {
    width: 68%;
  }

  .column_post_list .contents--lower__thumbnail img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    object-fit: unset;
  }

  .column_post_list .contents--lower__heading--text {
    font-size: 1.3rem;
  }

  .column_post_list .contents__article {
    display: none;
  }

  .column_post_list li span {
    display: inline-block;
    font-size: 1rem;
    padding: .3em .7em;
  }
}

/* 0724*/
.txt_r1_2 {
  position: relative;
  display: inline-block;
  line-height: 2;
}

.txt_r1_2:after {
  content: "1)2)";
  position: absolute;
  top: -.8em;
  right: -.5em;
  font-size: .7em;
  font-weight: 600;
  letter-spacing: -.5px;
  font-weight: normal;
  color: #666;
}

.lowerHeader__title--jp .txt_r1_2 {
  font-weight: bold;
}

.lowerHeader__title--jp .txt_r1_2:after {
  font-size: .35em;
  top: -.2em;
  font-weight: normal;
  color: #666;
}

.dl_r1_2 {
  margin: 1em auto;
  text-align: left;
}

@media(min-width: 769px) {
  .lowerHeader__description .dl_r1_2 {
    text-align: right;
  }
}

.dl_r1_2 dt {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
}

.dl_r1_2 dd {
  font-size: 1rem;
  line-height: 1.5;
}

/* 0805 */
.btn_list-records {
  margin: 2em auto 2em;
}

.btn_list-records .btn_r {
  width: 90%;
  max-width: 320px;
  margin: 0 auto 1.5em;
}

.btn_list-records .btn_r a {
  display: block;
  padding: 1.5em .5em;
  font-size: 1.8rem;
  text-align: center;
  background: #666;
  font-weight: 600;
  color: #fff;
}

.youtube_list_wrap li {
  width: 33.33333%;
  padding: 0 1%;
  margin: 0 0 1em;
}

.youtube_list_wrap li img {
  width: 100%;
  height: auto;
}

.youtube_list_wrap li iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: none;
}

@media(max-width: 768px) {
  .youtube_list_wrap .flex-box {
    display: block;
  }

  .youtube_list_wrap li {
    width: 100%;
    padding: 0;
  }
}

.profcard.media .flex-box li {
  width: 32.3333%;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.profcard.media .flex-box li p {
  font-size: 1.4rem;
}

.profcard.media .flex-box figure {
  text-align: center;
  background: #EEFAFF;
  padding: 20px;
}

.profcard.media .flex-box img {
  float: none;
  width: auto;
  height: 150px;
}

.profcard.media .flex-box li .box {
  padding: 10px;
}

@media(max-width: 960px) {
  .profcard.media .flex-box img {
    height: 100px;
  }
}

@media(max-width: 768px) {
  .profcard.media .flex-box {
    display: block;
  }

  .profcard.media .flex-box li {
    width: 100%;
    margin: 0 auto 1em;
  }
}

/*0809*/
.infertility_box {
  background: #F7F3DA;
  border: 3px solid #B39D19;
  margin: 0 auto 3em;
}

.infertility_box dt {
  text-align: center;
  color: #fff;
  font-size: 2.1rem;
  text-align: center;
  background: #B39D19;
  padding: .7em 0;
}

.infertility_box dd {
  padding: 1.7em 1.5em .4em;
  font-size: 1.5rem;
}

.infertility_box dd figure {
  width: 54%;
}

.infertility_box dd .box {
  width: 42.5%;
}

.infertility_box p {
  font-size: clamp(1.3rem, 1.15vw, 1.5rem);
  line-height: 1.75;
  margin: -.2em 0 .8em;
  letter-spacing: .04em;
}

.infertility_box .btn {
  font-size: 1.5rem;
  margin: 0 auto .8em;
}

.infertility_box .btn a {
  background: #000;
 /* display: inline-block;*/
  padding: 1.3em 1.5em 1.3em 2em;
  font-size: clamp(1.2rem, 1.175vw, 1.6rem);
  color: #fff;
  border-radius: 3em;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.infertility_box .btn a:hover {
  opacity: .7;
  transition: all. 4s;
}

.infertility_box .btn-01 a {
  background: #B39D19;
}

.infertility_box .btn-02 a {
  background: #DECE71;
}

.infertility_box .btn-01 a:before {
  content: "";
  width: 1.3em;
  height: 1.7em;
  vertical-align: middle;
  display: inline-block;
  margin: -.5em .5em -.1em 0;
  background: url(../img/ico_btn-01@2x.png) no-repeat 50% 50%;
  background-size: contain;
}

.infertility_box .btn-02 a:after {
  content: "";
  width: 1.3em;
  height: 1.7em;
  vertical-align: middle;
  display: inline-block;
  margin: -.5em 0 -.1em .5em;
  background: url(../img/ico_btn-02@2x.png) no-repeat 50% 50%;
  background-size: contain;
}

@media screen and (max-width: 880px) {
  .infertility_box dt {
    font-size: clamp(1.5rem, 4.52vw, 1.7rem);
    padding: .9em 0 1.1em;
    letter-spacing: .04em;
  }

  .infertility_box dd {
    display: block;
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    padding: .8em 1.1em .5em;
  }

  .infertility_box dd figure,
  .infertility_box dd .box {
    width: 100%;
  }

  .infertility_box dd figure {
    margin: 0 0 .65em;
  }

  .infertility_box p {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    line-height: 1.75;
    margin: 0 0 1em;
    letter-spacing: .035em;
  }

  .infertility_box .btn {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    margin: 0 auto .6em;
  }

  .infertility_box .btn a {
    font-size: clamp(1.2rem, 4vw, 1.5rem);
    display: block;
    text-align: center;
  }

  .infertility_box .btn-01 a:before {
    width: 1.4em;
    height: 1.9em;
    margin: -.3em .5em 0 -.25em;
  }

  .infertility_box .btn-02 a:after {
    width: .9em;
    height: 1em;
    margin: -.2em -.6em -.1em .6em;
  }
}

@media screen and (min-width: 321px) {
  .infertility_box .btn-01 a br {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .infertility_box .btn-01 a {
    padding-left: 3.5em;
    text-align: left;
    position: relative;
    font-size: clamp(12px, 3.85vw, 18px);
  }

  .infertility_box .btn-01 a:before {
    width: 1.4em;
    height: 1.9em;
    /* margin: -.3em .5em 0 -.25em; */
    margin: 0;
    position: absolute;
    top: calc(50% - .95em);
    left: 1.5em;
  }
}

@media screen and (max-width: 320px) {
  .infertility_box .btn-01 a {
    text-align: left;
    padding: .6em 1.5em .6em 3.5em;
    position: relative;
    font-size: 12px;
    min-height: 5em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .infertility_box .btn-01 a:before {
    width: 1.2em;
    height: 1.7em;
    /* margin: -.3em .5em 0 -.25em; */
    margin: 0;
    position: absolute;
    top: calc(50% - .95em);
    left: 1.5em;
  }
}

@media screen and (max-width: 1024px) {
  #lvapage .aligncenter {
    max-width: 100%;
  }

  #lvapage .contents__article p img {
    max-width: 100%;
  }
}

#lvapage .iframe-wrap-outer {
  max-width: 768px;
  margin: 0 auto 1em;
}

#lvapage .iframe-wrap-outer .iframe-wrap iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

/*1118*/
.youtube_short {
  margin: 1em 0 1em;
  width: auto;
  height: 80vh;
  max-height: 560px;
  aspect-ratio: 315 / 560;
}

.youtube_short iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-height: 768px) and (max-width: 640px) {
  .youtube_short {
    width: 90%;
    height: auto;
    max-height: auto;
  }
}

@media screen and (max-width: 320px) {
  .youtube_short {
    width: 90%;
    height: auto;
    max-height: auto;
  }
}

@media screen and (max-width: 640px) {
  .youtube_short {
    margin: 1em auto 2em;
  }
}


/*1006*/
#lvapage .cta.cta-link2{
  position: relative;
}
#lvapage .cta.cta-link2 .link {
  position: relative;
  z-index: 1;
    justify-content: flex-start;
}
#lvapage .cta.cta-link2:before{
  content:"";
  width: 33%;
  height: 110%;
  position:absolute;
  right: 0;
  bottom: 0;
  /* background: url(../img/lva/lva_img_02@2x.png) no-repeat 50% 100%; */
  background: url(../img/lva_img_02-2025-b.png) no-repeat 50% 100%;
  background-size: contain;
}
@media screen and (max-width: 768px){
  #lvapage .cta.cta-link2 {
      position: relative;
      width: calc(100% + 50px);
      margin-left: -25px;
      padding: 1.5em 6% 1.8em;
      margin-bottom: 14%;
  }
  #lvapage .cta.cta-link2 .link {
      flex-direction: column;
  }
  #lvapage .cta.cta-link2 .text__center {
    text-align: center;
    line-height: 1.5;
    margin-bottom: .75em;
  }
  #lvapage .link>li{
    width: 70%;
    margin: 0 0 .2em;
  }
  #lvapage .cta.cta-link2:before {
    /* width: 46.8%; */
    width: 39.8%;
    height: 71%;
    right: 10px;
    bottom: 0;
    /* background: url(../img/lva/lva_img_02@2x.png) no-repeat 50% 100%; */
    background: url(../img/lva_img_02-2025-b.png) no-repeat 50% 100%;
    background-size: contain;
    z-index: 2;
  }
  #lvapage .link__item__lead {
    display: block;
    text-align: left;
    line-height: 1.6;
    letter-spacing: 0;
    font-size: 1.3rem;
    font-weight: normal;
    width: 8em;
    margin: .1em 0 0;
  }
  #lvapage .link__item {
    padding: .75em 1em .75em 4.3em;
  }
  #lvapage .link__item__text{
    text-align: left;
        margin: 0;
  }
  #lvapage .link__item .link__item__img,
  #lvapage .link__item .link__item__img--reservation,
  #lvapage .link__item .link__item__img--consultation,
  #lvapage .link__item .link__item__img--contact {
    position: absolute;
    margin: 0;
    width: 2.8em;
    height: 2.8em;
    top: calc(50% - 1.4em);
    left: .85em;
  }
  #lvapage .cta > p.address {
    font-size: 1.1rem;
    text-align: left;
    width: 15em;
    margin: 0;
    line-height: 1.6;
    padding: .2em 1em;
  }
}
#lvapage .txt-lva_leaflet{
  position: relative;
  padding: 0 35% 0 4em;
}

@media screen and (max-width: 768px){
  #lvapage .txt-lva_leaflet{
  padding: 0 35% 0 0;
  }
  #lvapage .txt-lva_leaflet:before {
    width: 38%;
    height: 100%;
    right: -7%;
  }
  #lvapage p img {
      max-width: 100%;
  }
}
#lvapage .txt-lva_leaflet:before{
  content:"";
  width: 48%;
  height: 100%;
  position:absolute;
  right: 0;
  /* background: url(../img/lva/lva_img_03@2x.png) no-repeat 50% 100%; */
  background: url(../img/lva_img_02-2025.png) no-repeat 50% 100%;
  background-size: contain;
}
#lvapage .lva_top_box_wrap {
    width: 90%;
    max-width: 1060px;
    margin: 5.5em auto 1em;
    position: relative;
}
#lvapage .lva_top_box_wrap:before {
    content: "";
    width: 23.5%;
    height: 115%;
    position: absolute;
    left: 66%;
    bottom: 8%;
    /* background: url(../img/lva/lva_img_01@2x.png) no-repeat 50% 100%; */
    background: url(../img/lva_img_01-2025.png) no-repeat 50% 100%;
    background-size: contain;
}
#lvapage .lva_top_box.renew .att {
    text-align: left;
    font-size: 2.3rem;
    padding-bottom: .5em;
    border-bottom: 0;
    background: #D4617E;
    color: #fff;
    padding: .55em 1em;
    font-weight: normal;
}
#lvapage .lva_top_box {
    border: none;
    margin: 0 auto 1em 0;
    width: 85%;
    padding: 0;
}
.lva_top_box.renew ul {
    padding: 1em 0 1.8em .8em;
    margin:0;
}
#lvapage .lva_top_box.renew ul.check-list {
  display: flex;
  flex-direction: row;
}
#lvapage .lva_top_box ul li:after {
  display: none;
}
#lvapage .lva_top_box ul li:before {
    width: 1.2em;
    height: 1.2em;
    background: url(../img/lva/icn_01@2x.png) no-repeat 50% 100%;
    background-size: contain;
    top: 0.15em;
    left: 0;
    z-index: 1;
}
#lvapage .lva_top_box_wrap .small {
    font-size: 1.1rem;
    line-height: 1.3;
    color: #aaa;
    margin: .5em 0 5em;
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  #lvapage .lva_top_box{
    width: 95%;
  }
  .lva_top_box.renew ul{
    max-width: 76.5%;
  }
  #lvapage .lva_top_box_wrap:before {
    left: 76.5%;
  }
}
@media screen and (max-width: 768px){
  #lvapage .lva_top_box_wrap {
    width: 95%;
    margin: 0 auto 1em;
  }
  #lvapage .lva_top_box{
    width: 100%;
  }
  #lvapage .lva_top_box.renew .att {
    font-size: 1.6rem;
    padding: .75em .6em;
    font-weight: 600;
  }
  #lvapage .lva_top_box.renew ul,
  #lvapage .lva_top_box.renew ul.check-list {
    display: block;
    padding:0;
    margin: 1.3em 0 1em;
  }
  #lvapage .lva_top_box_wrap:before {
    display: none;
  }
  #lvapage .lva_top_box_wrap .att.last:before {
    width: 48%;
    height: 79.5vw;
    right: 1px;
    bottom: 100%;
    /* background: url(../img/lva/lva_img_01@2x.png) no-repeat 50% 0%; */
    background: url(../img//lva_img_01-2025.png) no-repeat 50% 0%;
    background-size: 100% auto;
    z-index: 1;
  }
  #lvapage .lva_top_box_wrap .att.middle + ul {
      width: 50%;
  }
  #lvapage .lva_top_box_wrap .att.last{
    position: relative;
  }
  #lvapage .lva_top_box_wrap .att.last:before {
    content: "";
    width: 53%;
    height: 100vw;
    max-height: 375px;
    position: absolute;
    right: 0;
    bottom: 100%;
    /* background: url(../img/lva/lva_img_01@2x.png) no-repeat 100% 100%; */
    background: url(../img//lva_img_01-2025.png) no-repeat 50% 0%;
    background-size: contain;
    z-index: 1;
  }
}

@media screen and (min-width: 376px) and (max-width: 768px){
  #lvapage .lva_top_box_wrap .att.last:before {
    max-height: 320px;
  }
}

@media screen and (max-width: 1024px) {
  #lvapage .lva_top_box_wrap{
    margin-bottom: 75px;
  }
  #lvapage .aligncenter{
    max-width: 100%;
  }
}

#lvapage .iframe-wrap-outer{
  max-width: 768px;
  margin: 0 auto 1em;

}
#lvapage .iframe-wrap-outer .iframe-wrap iframe{
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 320px) {
  #lvapage .cta.cta-link2:before{
    width:38.8%;
  }
}

/* 1128 */
.top-txt{
    width: 90%;
    max-width: 1060px;
    /*width: 85%;
    max-width: 850px;*/
    margin: 0 auto 5em;
}
.top-txt p{
  font-size: 1.5rem;
  line-height: 1.8;
}
.top-txt .red{
  color: #d4617e;
  text-align: center;
  font-weight: 600;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 769px) {
  .top-txt br.sp {
    display: none;
  }
}

/*1212*/
.contents__article__post h3,
.contents__article__post h4{
  padding-top:10px;
}

/*1218*/
.youtube_box-top iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  border: none;
  margin: 0 auto 7.5%;
  max-width: 780px;
  display: block;
}
/*0205*/
.womancont .mainVis__text{
  width: 100%;
}
.womancont .mainVis__text__title{
  line-height: 1.5;
}
.womancont .mainVis__text__title i{
    font-style: normal;
    font-size: 1.2em;
}
