@charset "UTF-8";
/* ==========================================================================
  Reset
  ========================================================================== */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-weight: normal;
  font-style: normal;
  /* vertical-align: baseline; */
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

img {
  font-size: 0;
  line-height: 0;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

hr {
  display: none;
}

input,
select {
  vertical-align: middle;
}

html {
  overflow-y: scroll;
  zoom: 1;
  /* firefox */
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

ol,
ul,
li {
  list-style: none;
}

b {
  font-weight: bold;
}

/*　new_style_no_sp.css リセット*/
.topicPath {
  display: none !important;
}

#top #information  {
  padding: 0 !important;
  border: none !important;
}

@media screen and (max-width:767px) {
  .single-clinical-department main {
    padding-top: 0 !important;
  }

  #top #information ul li {
    margin: 0 auto;
  }
  #top #information {
    border: none !important;
  }

  .l-wrapper {
    min-width: auto !important;
    padding-top: 55px !important;
  }
  #wide {
      min-width: auto !important;
  }
  .l-nav__sp-quick-list.c-inner.c-row.sp {
    display: flex !important;
  }
  .l-nav-block+.l-nav-block {
    margin-left: 0;
  }
  .l-nav-block__top::after {
    position: absolute;
    left: unset;
    top: unset;
    display: block;
    content: "";
    background-color: unset;
    height: unset;
    width: unset;
  }
  .l-nav-block__top.-link::after {
    right: 20px;
  }
  .l-nav-block__top {
    margin-bottom: unset;
  }
  button#js-nav-btn.l-header__sitemenu.sp {
    display: flex !important;
    color: #243C3F !important;
  }
  .l-header__sitemenu {
    margin-left: unset;
  }
}

/* ==========================================================================
  共通パーツ  
========================================================================== */
  #page-urology p a {
    text-decoration: revert;
    color: #243c3f;
    transition: 0.5s;
  }
  #page-urology p a:hover {
    opacity: 0.8;
  }
  /* #page-urology a {
    color: #243c3f;
    transition: 0.5s;
  }
  #page-urology a:hover {
    opacity: 0.8;
  } */

  section {
    background: #fff;
    color: #243c3f;
    font-family: 'Noto Sans JP', sans-serif;
  }

  p, li {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 181%;
  }

  .bg_w {
    background: #FFF !important;
  }
  
  .bg_b {
    background: #F3FCFF;
  }
  
  .flex {
    display: flex;
  }
  @media screen and (max-width:768px) {
    .flex {
      flex-direction: column;
    }
  }


  .flex.column {
    display: flex;
    flex-direction: column;
  }

  .t-bold {
    font-weight: 700;
    line-height: 150%;
  }

  .kome {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }

  @import url('https://fonts.googleapis.com/css2?family=Koburina+Gothic+Std:wght@400;700&display=swap');
  .single-clinical-department h1 {
    color: #2BA1D6;
    font-family: 'Koburina Gothic Std', sans-serif;
    font-size: 72px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: 0.05em;
    margin-bottom: 25px;
  }
  @media screen and (max-width:768px) {
    .single-clinical-department h1 {
      font-size: 40px;
      margin-bottom: 0;
    }
  }
  @media screen and (max-width:420px) {
    .single-clinical-department h1 {
      font-size: 32px;
      margin-bottom: 0;
    }
  }

  .single-clinical-department h2 {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #243C3F;
    padding-bottom: 12px;
    position: relative;
  }
  .single-clinical-department h2::after {
    content: "";
    position: absolute;
    background: #2BA1D6;
    width: 50px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
  }
  @media screen and (max-width:768px) {
    .single-clinical-department h2 {
      font-size: 24px;
    }
  }

  .single-clinical-department h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.05em;
    color: #2BA1D6;
    margin-bottom: 30px;
  }
  @media screen and (max-width:768px) {
    .single-clinical-department h3 {
      font-size: 20px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      letter-spacing: 0.05em;
      color: #2BA1D6;
      margin-bottom: 30px;
    }
  }


  .single-clinical-department h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #243C3F;
    padding-left: 20px;
    margin-bottom: 20px;
    position: relative;
  }
  .single-clinical-department h4::before {
    content: "";
    position: absolute;
    left: 0;
    width: 5px;
    height: 90%;
    background: #2BA1D6;
  }
  @media screen and (max-width:768px) {
    .single-clinical-department h4 {
      font-size: 18px;
      padding-left: 16px;
      margin-bottom: 20px;
    }
  }

  .single-clinical-department h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #243C3F;
    background-color: #F3FCFF;
    width: 100%;
    padding: 6px 0 6px 16px;
    margin-bottom: 10px;
  }
  .single-clinical-department h5 a {
    text-decoration: underline;
  }
  @media screen and (max-width:768px) {
    .single-clinical-department h5 {
      color: #243C3F !important;
      padding: 6px 12px;
    }
  }

  .l-inner {
    padding: 50px 100px 80px;
  }
  @media screen and (max-width:768px) {
    .l-inner {
      padding: 40px 15px 60px;
    }
  }

  .inner_ttl {
    width: fit-content;
    margin: 0 auto 50px;
  }
  .ttl_icon {
    max-width: 36px;
    width: 100%;
    margin: 0 auto 4px;
  }
  @media screen and (max-width:768px) {
    .inner_ttl {
      width: fit-content;
      margin: 0 auto 30px;
    }
    .ttl_icon {
      max-width: 28px;
      width: 100%;
      margin: 0 auto 4px;
    }
  }

  .t-center {
    text-align: center;
  }

  p.bottom-none {
    margin-bottom: 0 !important;
  }
  p.bottom10 {
    margin-bottom: 10px !important;
  }
  p.bottom20 {
    margin-bottom: 20px !important;
  }

  ol li {
    padding-left: 18px;
    position: relative;
  }
  ol li::before {
    content: "・";
    position: absolute;
    font-size: 16px;
    left: 0;
    z-index: 1;
  }
  ol li.no-dots {
    margin-top: 10px;
    padding-left: 0;
  }
  ol li.no-dots::before {
    content: unset;
  }

  .arrow-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: opacity 0.5s;
    z-index: 5;
    background-image: url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/common/arrow_prev_hover.svg');
    background-size: cover;
  }

  .arrow-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: opacity 0.5s;
    z-index: 5;
    background-image: url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/common/arrow_next_hover.svg');
    background-size: cover;
  }

  img.arrow_hover {
    opacity: 1;
    background: #fff;
    transition: 0.5s;
    border-radius: 100%;
  }
  .topics img.arrow_hover {
    opacity: 1;
    background: #F3FCFF;
    transition: 0.5s;
    border-radius: 100%;
  }
  
  .arrow-prev:hover img.arrow_hover {
    /* background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/common/arrow_prev_hover.svg');
    background-size: cover; */
    opacity: 0;
  }
  .arrow-next:hover img.arrow_hover {
    /* background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/common/arrow_next_hover.svg');
    background-size: cover; */
    opacity: 0;
  }
  .topics .arrow-prev:hover img.arrow_hover {
    /* background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/common/arrow_prev_hover.svg');
    background-size: cover; */
    opacity: 0;
  }
  .topics .arrow-next:hover img.arrow_hover {
    /* background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/common/arrow_next_hover.svg');
    background-size: cover; */
    opacity: 0;
  }

  @media screen and (max-width:1380px) {
    .arrow-prev {
      left: -60px;
    }
    .arrow-next {
      right: -60px;
    }
  }
  @media screen and (max-width:768px) {
    .arrow-prev {
      top: 45.5%;
      left: -75px;
      width: 40px;
      height: 40px;
    }
    .arrow-next {
      top: 45.5%;
      right: -75px;
      width: 40px;
      height: 40px;
    }
  }


  .sp {
    display: none;
  }
  @media screen and (max-width:768px) {
    .pc {
      display: none;
    }
    .sp {
      display: block !important;
    }
  }

/* ==========================================================================
  FV
========================================================================== */
  .urology_fv {
    width: 100%;
    height: auto;
    background: url(http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/fv_pc.jpg) center top no-repeat #ccdded;
    background-size: cover;
  }

  .fv_area {
    padding: 3.8% 0 3.85%;
    width: fit-content;
    margin: 0 auto 0 16.7%;
  }

  p.fv_txt.pc {
    line-height: 200%;
  }

  @media screen and (max-width:768px) {
    .urology_fv {
      width: 100%;
      height: auto;
      background: url(http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/fv_sp.jpg) center top no-repeat #ccdded;
      background-size: cover;
    }

    .fv_area {
      padding: 17.5% 0 17%;
      margin: 0 auto 0 5%;
    }

    .fv_txt {
      padding: 0 5px;
      line-height: 200%;
      margin-bottom: 30px;
    }
  }

/* ==========================================================================
  アンカーリンク
========================================================================== */
  nav.anchor {
    background: #fff;
  }
  nav.anchor .l-inner {
    padding: 50px 100px 50px;
  }

  .anchor .l-inner ul.flex {
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1240px;
    margin: 0 auto;
  }
  .anchor .l-inner ul li {
    flex: 0 0 calc(25% - 15px);
    border: 1px solid #2BA1D6;
  }
  #page-urology a.nav-box {
    text-decoration: none;
    color: #2BA1D6;
  }
  #page-urology a.nav-box:hover {
    opacity: 1;
  }

  a.nav-box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    padding: 18px 20px;
    transition: 0.5s;
    text-decoration: none;
    color: #2BA1D6;
    position: relative;
  }
  a.nav-box::after {
    content: "";
    background-image: url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/common/nav_arrow.svg');
    background-size: cover;
    position: absolute;
    width: 16px;
    height: 12px;
    top: 50%;
    right: 6.8%;
    transform: translate(0, -50%);
    transition: 0.5s;
    z-index: 1;
  }

  .nav-icon {
    width: 26px;
    height: 26px;
  }
  .nav-icon img {
    width: 100%;
    height: auto;
  }
  p.nav_txt {
    font-weight: 700;
    line-height: 150%;
    transition: 0.5s;
    color: #2BA1D6 !important;
  }

  a.nav-box.li01 .nav-icon {
    background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/nav01.png');
    background-size: cover;
    transition: 0.5s
  }
  a.nav-box.li02 .nav-icon {
    background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/nav02.png');
    background-size: cover;
    transition: 0.5s
  }
  a.nav-box.li03 .nav-icon {
    background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/nav03.png');
    background-size: cover;
    transition: 0.5s
  }
  a.nav-box.li04 .nav-icon {
    background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/nav04.png');
    background-size: cover;
    transition: 0.5s
  }
  a.nav-box.li05 .nav-icon {
    background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/nav05.png');
    background-size: cover;
    transition: 0.5s
  }
  a.nav-box.li06 .nav-icon {
    background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/nav06.png');
    background-size: cover;
    transition: 0.5s
  }
  a.nav-box.li07 .nav-icon {
    background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/nav07.png');
    background-size: cover;
    transition: 0.5s
  }

  /*アンカーホバー*/
  a.nav-box:hover {
    background: #2BA1D6;
  }
  a.nav-box:hover p.nav_txt {
    color: #fff !important;
  }

  a.nav-box.li01:hover .nav-icon {
    background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/nav01_w.png');
  }
  a.nav-box.li02:hover .nav-icon {
    background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/nav02_w.png');
  }
  a.nav-box.li03:hover .nav-icon {
    background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/nav03_w.png');
  }
  a.nav-box.li04:hover .nav-icon {
    background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/nav04_w.png');
  }
  a.nav-box.li05:hover .nav-icon {
    background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/nav05_w.png');
  }
  a.nav-box.li06:hover .nav-icon {
    background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/nav06_w.png');
  }
  a.nav-box.li07:hover .nav-icon {
    background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/nav07_w.png');
  }

  a.nav-box:hover:after {
    background-image: url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/common/nav_arrow_w.svg');
  }

  @media screen and (max-width:768px) {
    nav.anchor .l-inner {
      padding: 30px 15px 40px;
    }

    .anchor .l-inner ul.flex {
      gap: 16px;
    }

    .anchor .l-inner ul li {
      width: 98%;
      margin: 0 auto;
    }

    a.nav-box {
      padding: 14px;
    }

    nav.content_menu.sp p.menu_nav_txt {
      color: #243C3F;
    }
    nav.content_menu.sp p.menu_nav_txt::before {
      background: #2BA1D6;
    }
  }

/* ==========================================================================
  泌尿器科について
========================================================================== */
  .urology_about .l-inner {
    padding: 50px 100px;
  }

  .ua_content.flex {
    gap: 4.8%;
    align-items: flex-start;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto 50px;
  }
  .ua_img_box {
    width: 37.5%;
  }
  .ua_txt_box {
    width: 57.7%;
    padding-top: 40px;
  }
  .ua_txt_box p {
    margin-bottom: 30px;
  }
  .ua_txt_box p.bg_w {
    padding: 9px 19px;
    border: solid 1px #ccc;
  }
  .ua_txt_box p.bg_w a {
    font-weight: 700;
  }

  .ua_list.flex {
    gap: 6.5%;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
  }
  .ua_li01, .ua_li02 {
    width: 46.75%;
  }

  @media screen and (max-width:768px) {
    .urology_about .l-inner {
      padding: 34px 20px 60px;
    }
    .ua_content.flex {
      gap: 10px;
      flex-direction: column-reverse;
      width: 100%;
      margin-bottom: 30px;
    }

    .ua_txt_box {
      width: 100%;
      padding-top: 0;
    }
    .ua_img_box {
      width: calc(100% + 20px);
      margin: 0 auto;
      position: relative;
      left: -20px;
    }
    .ua_txt_box p {
      margin-bottom: 20px;
    }

    .ua_list.flex {
      gap: 30px;
      align-items: center;
    }
    .ua_li01, .ua_li02 {
      width: 100%;
    }
  }

/* ==========================================================================
  診断内容
========================================================================== */
  .content_area {
    position: relative;
  }

  .content_width {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
  }

  #page-urology nav.content_menu a {
    text-decoration: none;
  }

  nav.content_menu {
    /* position: sticky;
    top: 100px;
    left: 0; */
    max-width: 255px;
    width: 100%;
    padding-top: 30px;
    margin-bottom: 45%;
    z-index: 9;
  }
  nav.content_menu ul li {
    padding-left: 20px;
    margin-bottom: 24px;
    position: relative;
    line-height: 150%;
    transition: opacity 0.5s ease-in-out; /* フェードのトランジションがある場合 */
    z-index: 1;
  }
  nav.content_menu ul li:last-child {
    margin-bottom: 0;
  }
  nav.content_menu ul li:hover {
    opacity: 0.8 !important;
    z-index: 2;
  }



  .menu_inner li a p.menu_nav_txt {
    color: #ccc;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.05em;
  }
  .menu_inner li a p.menu_nav_txt::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 100%;
  }

  nav.content_menu p.menu_nav_txt.active {
    color: #243C3F;
  }
  nav.content_menu p.menu_nav_txt.active::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #2BA1D6;
    border-radius: 100%;
  }

  .menu_inner {
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
  }
  .menu_inner li a.current p.menu_nav_txt {
    color: #243C3F;
  }
  .menu_inner li a.current p.menu_nav_txt::before {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    width: 8px;
    height: 8px;
    background: #2BA1D6;
    border-radius: 100%;
  }


  .content_right .inner_ttl {
    width: fit-content;
    margin: 0 auto 50px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .content_inner {
    max-width: 800px;
    margin: 150px 0 0 auto;
  }
  .content_box {
    margin-top: -20px;
    padding-top: 20px;
  }
  .box_inner {
    margin-top: 50px;
    padding: 50px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
  }
  .content_box.b01 .box_inner {
    margin-top: 0;
  }

  .content_box h3 {
    letter-spacing: 0;
  }

  .content_box.b01 .c-box.flex {
    gap: 3.75%;
    margin-bottom: 30px;
  }
  .content_box.b01 .c-box.flex p {
    width: 47%;
  }
  .content_box.b01 .c-box.flex p span {
    font-weight: 700;
  }
  .content_box.b01 .c-box.flex .c-box_img {
    width: 49.25%;
  }
  .content_box.b01 .c-box.flex .c-box_img a {
    display: inline-block;
    margin-top: 30px;
    transition: 0.5s;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  }
  .content_box.b01 .c-box.flex .c-box_img a:hover {
    opacity: 0.8;
  }

  .c-box_list.flex {
    /* flex-wrap: wrap; */
    flex-direction: column;
    gap: 4px 40px;
    width: 100%;
    margin-bottom: 20px;
  }
  .c-box_list.flex li.flex {
    align-items: center;
    gap: 20px;
    padding-left: 20px;
    position: relative;
  }
  .c-box_list.flex li.flex:before {
    content: "・";
    position: absolute;
    font-size: 16px;
    left: 0;
    z-index: 1;
  }
  .c-box_list.flex li.flex p.t-bold {
    width: 180px;
  }


  .content_box.b02 p,
  .content_box.b03 p,
  .content_box.b04 p {
    margin-bottom: 30px;
  }
  
  .content_box.b02 .c-box.flex {
    gap: 3.75%;
    margin-bottom: 30px;
  }
  .content_box.b02 .c-box.flex .c-box_txt {
    width: 47%;
  }
  .content_box.b02 .c-box.flex .c-box_img {
    width: 49.25%;
  }
  .content_box .cancer_item {
    margin-bottom: 10px;
  }
  .content_box .cancer_item.bottom-none {
    margin-bottom: 0 !important;
  }
  .content_box .cancer_item.bottom20 {
    margin-bottom: 20px !important;
  }
  .content_box .cancer_item.bottom30 {
    margin-bottom: 30px !important;
  }
  .content_box .cancer_item p {
    margin-bottom: 0;
  }
  .content_box .cancer_item ol.flex {
    flex-wrap: wrap;
    gap: 0 15px;
  }

  .cm03_img_area {
    width: 75%;
    margin: 0 auto;
  }
  .cm03_img_area div.flex {
    justify-content: space-between;
    padding-top: 10px;
  }

  .list_link.flex {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0 20px;
  }

  @media screen and (max-width:768px) {
    .content_right .inner_ttl {
      width: fit-content;
      margin: 0 auto 30px;
      position: unset;
      transform: unset;
    }
    nav.content_menu {
      max-width: 100%;
      position: unset;
      padding-top: 0;
      margin: 0 0 30px;
    }
    nav.content_menu ul li {
      margin-bottom: 16px;
    }
    .menu_inner {
      padding-left: 5px;
    }

    .content_inner {
      max-width: 100%;
      margin: 0 auto;
    }
    .content_box.b01 .c-box.flex {
      gap: 30px;
      margin-bottom: 30px;
    }
    .c-box_list.flex {
      width: 100%;
      gap: 10px;
    }
    .c-box_list.flex li.flex {
      flex-direction: row;
      gap: 20px;
    }
    .content_box {
      margin-top: 0;
      padding-top: 0;
    }
    .box_inner {
      margin-top: 30px;
      padding: 30px 20px;
    }
    .content_box.b01 .c-box.flex p {
      width: 100%;
    }
    .content_box.b01 .c-box.flex .c-box_img {
      width: 100%;
    }
    .content_box.b02 .c-box.flex .c-box_txt {
      width: 100%;
    }
    .content_box.b02 .c-box.flex .c-box_img {
      width: 100%;
    }
    .turbt.sp {
      max-width: 348px;
      width: 100%;
    }
    .cm03_img_area {
      width: 100%;
      margin: 0 auto 30px;
    }
    .cm03_img_area img{
      max-width: 348px;
      width: 100%;
    }
    .cm03_img_area div.flex {
      justify-content: space-between;
      gap: 4px;
      margin-top: 10px;
    }
    .content_box.b03 .cm03_img_area div.flex p {
      margin-bottom: 0;
    }
  }

  @media screen and (max-width:600px) {
    .c-box_list.flex li.flex {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
    }
  }

/* ==========================================================================
  診療実績
========================================================================== */
  .achievements .l-inner {
    padding: 50px 100px 30px;
  }

  .achievements h3.t-center {
    margin-bottom: 10px;
  }
  .achievements h4 {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto 20px;
  }

  .table_achv {
    font-size: 16px;
    max-width: 1240px;
    width: 100%;
    display: flex;
    overflow-y: hidden;
    user-select: none;
    margin: 0 auto 50px;
    margin-bottom: 50px;
    scrollbar-color: #2BA1D6 #ccc;
    cursor: grab;
  }
  .table_achv:active {
    cursor: grabbing;
  }
  .table_achv::-webkit-scrollbar { /*スクロールバー非表示*/
    background-color: #ccc;
    height: 6px;
    position: relative;
    z-index: 5;
  }
  .table_achv::-webkit-scrollbar-thumb {
    background-color: #2BA1D6;
    border-radius: 10px;
    position: relative;
    z-index: 5;
  }

  .table_fix { /*fix*/
    position: sticky;
    left: 0;
    z-index: 2;
  }
  .table_fix thead tr th { /*fix*/
    max-width: 240px;
    min-width: 240px;
  }
  

  th, td {
    text-align: center;
    min-width: 70px;
    vertical-align: middle !important;
  }
  .table_scroll th, td {
    border: 1px solid #ccc;
  }

  /*1行目*/
  .table_achv thead {
    color: #fff;
    background: #2BA1D6;
  }
  .single-clinical-department table th {
    font-weight: 700;
    line-height: 1;
    height: 49px !important;
    border-top: unset;
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
    border-bottom: unset;
  }
  .single-clinical-department table th:last-child {
    border-right: solid 1px #2BA1D6;
  }
  .single-clinical-department table th.first_box {
    border-left: solid 1px #2BA1D6;
    border-right: solid 1px #fff;
  }

  /*2行目以降*/
  .table_achv tbody tr {
    height: 70px !important;
  }
  .table_achv tbody {
    background: #fff;
  }
  .table_achv tbody tr:nth-child(2n) {
    background: #F4F4F4;
  }
  @media screen and (max-width:1025px) {
    .table_achv {
      padding-bottom: 10px;
    }
  }

  @media screen and (max-width:768px) {
    .achievements .l-inner {
      padding: 40px 15px 60px;
    }

    /* .table_achv {
      width: calc(100% + 15px);
    } */

    .table_achv.pc {
      display: none;
    }
    .table_achv.sp {
      display: flex !important;
      margin-bottom: 30px;
    }

    .table_fix thead tr th {
      max-width: 210px;
      min-width: 210px;
    }
    .table_fix td.t-bold {
      font-size: 14px;
    }
    th, td {
      text-align: center;
      min-width: 60px;
    }
    .single-clinical-department table th {
      height: 45px !important;
    }

    p.table_ttl.sp {
      font-size: 16px;
      font-style: normal;
      font-weight: 700;
      line-height: 150%;
      margin-bottom: 16px;
    }
  }

  @media screen and (max-width:380px) {
    .table_fix td.t-bold {
      font-size: 12px;
    }
    .table_fix thead tr th {
      max-width: 165px;
      min-width: 165px;
    }
  }

/* ==========================================================================
  最新治療情報
========================================================================== */
  .info_slider_wrap {
    position: relative;
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
  }
  .info_inner {
    max-width: 1100px;
    /* width: 100%; */
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 25px;
  }

  .info_box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10);
  }

  .info_txt.flex {
    width: auto;
    align-items: center;
    gap: 30px;
  }
  .info_txt.flex .info_img {
    max-width: 360px;
    width: 100%;
    height: auto;
  }
  .info_txt.flex .info_img img {
    margin: 0 auto;
  }

  .info_slider_wrap .swiper-wrapper {
    align-items: center;
  }

  @media screen and (max-width:1380px) {
    .info_slider_wrap .arrow-prev {
      left: -30px;
    }
    .info_slider_wrap .arrow-next {
      right: -30px;
    }
  }
  @media screen and (max-width:768px) {
    .information_area .l-inner {
      padding: 40px 0 60px;
    }
  
    .info_slider_wrap {
      margin-top: -80px;
    }
    
    .single-clinical-department .achievements h4 {
      margin-top: 50px;
    }

    .info_inner {
      max-width: 100%;
    }

    .swiper-slide.info_box.flex {
      align-items: center !important;
      gap: 20px !important;
      margin: 0 auto;
      padding: 30px 20px;
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.10) !important;
      border: none !important;
    }

    .swiper-slide-active {
      position: relative;
    }
    .flex_sp {
      display: flex;
      justify-content: space-between;
      gap: 20%;
      padding-bottom: 30px;
      /* position: absolute;
      bottom: 0;
      width: 100%;
      left: 50%;
      flex-shrink: 0;
      transform: translate(-50%, 0); */
    }
    .info_slider_wrap .arrow-prev {
      position: unset;
      transform: unset;
    }
    .info_slider_wrap .arrow-next {
      position: unset;
      transform: unset;
    }
    .info_slider_wrap .swiper-wrapper {
      align-items: flex-start;
    }

    /*bパターン用*/
    section.information_area.sp {
      margin-top: 5px;
    }
    section.information_area.sp .flex_sp {
      display: flex;
      justify-content: center;
      gap: 20%;
      padding-bottom: 0;
    }
  
  }

   /*bパターン用*/
  .swiper-slide.info_box.bp.flex {
    max-height: 450px !important;
    min-height: 450px !important;
    overflow: scroll;
    margin-bottom: 30px;
  }
/* ==========================================================================
  スタッフ紹介
========================================================================== */
  .staff_list {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
  }
  .staff_list_inner {
    max-width: 850px;
    margin: 0 auto;
  }
  .staff_list ul li.list_line {
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: solid 1px #ccc;
  }
  .staff_list ul li.list_line:first-child {
    padding-top: 0;
    border-top: none;
  }
  .staff_list ul li.list_line:last-child {
    padding-bottom: 0;
  }
  .staff_list .staff_list_inner.flex {
    gap: 6%;
  }
  .staff_left {
    max-width: 350px;
    width: 100%;
  }
  .staff_img {
    margin-bottom: 20px;
  }
  p.staff_name {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
  }
  p.staff_name span {
    font-size: 16px;
    font-weight: 400;
  }
  .staff_info.flex {
    gap: 10px;
    align-items: baseline;
  }
  .staff_info li {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
  }
  p.work_box {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-align: center;
    color: #fff !important;
    background: #2BA1D6;
    width: fit-content;
    height: fit-content;
    padding: 1px 10px;
  }
  .work_name {
    margin-bottom: 10px;
  }
  .work_name li.kome {
    line-height: 150%;
  }

  .staff_right {
    width: 100%;
  }
  .staff_txt:not(:last-child) {
    margin-bottom: 40px;
  }
  .staff_txt ol li {
    font-size: 14px;
    margin-bottom: 6px;
    line-height: 150%;
    margin-left: -7px;
  }
  .staff_txt ol li:last-child {
    margin-bottom: 0;
  }
  .staff_ttl {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff !important;
    background: #2BA1D6;
    width: 100%;
    padding: 6px 0px;
    margin-bottom: 10px;
  }
  p.staff_message {
    font-size: 14px;
    letter-spacing: 0.05em;
    background: #fff;
    padding: 20px;
  }

  @media screen and (max-width:768px) {
    .staff_left {
      max-width: unset;
      width: 100%;
      margin: 0 auto 30px;
    }
    .staff_info.flex {
      flex-direction: row;
    }
    .staff_txt:not(:last-child) {
      margin-bottom: 20px;
    }

    .staff_list ul li.list_line {
      padding-top: 30px;
      padding-bottom: 30px;
    }
    .staff_list ul li.list_line:last-child {
      padding-bottom: 0;
    }
  }

/* ==========================================================================
  WEB予約
========================================================================== */
  .reserve_box.flex {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    gap: 50px;
  }
  .reserve_txt {
    max-width: 46%;
    width: 100%;
  }
  .reserve_txt h3 {
    margin-bottom: 10px;
  }
  .reserve_txt p.reserve_left {
    font-size: 20px;
    line-height: 180%;
    letter-spacing: 0.05em;
  }
  .reserve_txt p {
    margin-bottom: 30px;
    line-height: 150%;
  }
  .reserve_txt ol.flex {
    display: flex;
    flex-wrap: wrap;
    gap: 0 15px;
  }
  .reserve_txt ol.flex li {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.05em;
  }
  .reserve_txt ol.flex li:nth-of-type(3) {
    margin-right: 35px;
  }

  .reserve_btn {
    display: inline-flex;
    width: 50%;
  }

  /* ボタンのスタイル */
  a.r-btn {
    position: relative;
    display: inline-block;
    width: 100%;
    transition: 0.5s;
  }

  a.r-btn span {
    /* ボタンアクションのスタイル */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 50px;
    height: 99%;
    color: #fff;
    background: #D6612B;
    border: solid 1px #D6612B;
    border-radius: 20px;
    box-shadow: 0px 6px 0px 0px rgba(0, 0, 0, 0.20);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: 0.5s;

    /* 文字のスタイル */
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-align: center;
  }
  a.r-btn span::after {
    content: "";
    background-image: url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/common/reserve_arrow.svg');
    background-size: cover;
    position: absolute;
    top: 53%;
    right: 50px;
    transform: translate(0, -50%);
    width: 23px;
    height: 34px;
    z-index: 1;
    transition: 0.5s;
  }

  /* ホバー時のスタイル */
  a.r-btn:hover span {
    color: #D6612B;
    background: #fff;
    transform: translateY(4px);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.20);
  }
  a.r-btn:hover span::after {
    content: "";
    background-image: url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/common/reserve_arrow_hover.svg');
    background-size: cover;
  }

  @media screen and (max-width:768px) {
    .reserve_box.flex {
      align-items: center;
      gap: 30px;
    }
    .reserve_txt p {
      margin-bottom: 20px;
    }
    .reserve_txt {
      max-width: fit-content;
    }

    .reserve_btn {
      width: 100%;
    }

    a.r-btn span {
      font-size: 32px;
      padding: 30px 0;
      height: auto;
    }

    a.r-btn span::after {
      right: 7%;
      width: 12px;
      height: 20px;
    }
  }

/* ==========================================================================
  TOPICS
========================================================================== */
  .sp_topics {
    display: none;
  }

  .topics_slider_wrap {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
  }
  .topics_inner {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .topics_inner_sp {
    max-width: 1050px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }

  .topics_box {
    width: 100%;
  }
  .topics_img {
    max-width: 240px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .topics_img img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: contain;
  }
  .topics_box p {
    margin-top: 20px;
  }

  .justify-center {
    justify-content: center !important;
  }
  .topics .swiper-button-disabled {
    opacity: 0.5; /* 無効な状態の時のopacity */
  }
  .topics .arrow-prev.swiper-button-disabled:hover img.arrow_hover {
    /* background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/common/arrow_prev_hover.svg');
    background-size: cover; */
    opacity: 1;
  }
  .topics .arrow-next.swiper-button-disabled:hover img.arrow_hover {
    /* background-image:url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/common/arrow_next_hover.svg');
    background-size: cover; */
    opacity: 1;
  }

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

    .topics_slider_wrap {
      max-width: 60%;
    }
    .topics_inner_sp {
      max-width: unset;
    }
    .topics_img {
      max-width: unset;
    }
  }
  @media screen and (max-width:400px) {
    .topics_inner_sp .arrow-prev {
      left: -60px;
      width: 40px;
      height: 40px;
    }
    .topics_inner_sp .arrow-next {
      right: -60px;
      width: 40px;
      height: 40px;
    }
  }

/* ==========================================================================
  関連リンク
========================================================================== */
  .relation_link {
    background: #fff;
  }
  .link_box {
    max-width: 1080px;
    margin: 0 auto;
    padding: 30px 50px 50px;
    border: 1px solid #2BA1D6;
  }
  p.link_ttl {
    color: #2BA1D6;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 180%;
    letter-spacing: 0.05em;
    text-align: center;
    margin-bottom: 50px;
  }
  .link_list.flex {
    justify-content: center;
    align-items: center;
    gap: 60px;
  }

  .link_list.flex li {
    width: 200px;
    padding: 0 6px 6px;
    border-bottom: 1px solid #CCC;
  }
  .link_list.flex li a {
    padding-left: 18px;
    transition: 0.5s;
    position: relative;
  }
  .link_list.flex li a::before {
    content: "";
    background-image: url('http://www.tobu.saiseikai.or.jp/wordpress/wp-content/themes/tobu/include_pages/urology/assets/images/common/link_arrow.svg');
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    width: 8px;
    height: 15px;
    z-index: 1;
  }
  .link_list.flex li a:hover {
    opacity: 0.8;
  }

  @media screen and (max-width:768px) {
    .link_box {
      max-width: 1080px;
      margin: 0 auto;
      padding: 30px 20px;
      border: 1px solid #2BA1D6;
    }
    p.link_ttl {
      margin-bottom: 20px;
    }
    .link_list.flex {
      align-items: flex-start;
      gap: 16px;
    }
    .link_list.flex li {
      width: 100%;
    }
  }


  .-new-style.p-forms {
    margin-top: 0 !important;
  }


/* PC向けレイアウトの指定 */
@media only screen and (min-width:761px){
	.aquaimg img{
		width:434px;
	}
}
/* SP向けレイアウトの指定 */
@media only screen and (max-width:760px){
	.aquaimg img{
		width:100%;
	}
}

