@charset "UTF-8";
/* CSS Document */
/*@media screen and (max-width: 750px) {*/
@media screen and (max-width: 959px) {
  /* ----------------------------------------------- */
  * {}
  html {}
  body {}
  .sp {
    display: block;
  }
  /* ----------------------------------------------- animation */
  .animated {}
  /* ----------------------------------------------- a */
  a {}
  a:hover {}
  a:hover img {}
  /* ----------------------------------------------- body */
  body {}
  /* ----------------------------------------------- wrapper */
  #wrapper {
    /*  min-width: 360px;*/
    min-width: 340px;
  }
  /* ----------------------------------------------- header */
  header {}
  /* ----------------------------------------------- header > h1 */
  header h1 {
    display: none;
  }
  header p.title {
    /*  display: block;
  background-color: #fff;
  margin: 0px;
  padding: 10px;
  text-align: left;*/
    display: flex;
    align-items: center;
    background-color: #fff;
    height: 70px;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  header p.title img {
    width: 85%;
    max-width: 370px;
    height: auto;
    margin: auto 0 auto 10px;
  }
  /* ----------------------------------------------- header > mainimg */
  header #mainimage {
    height: 300px;
  }
  header #mainimage ul li {
    width: 98%;
    height: 300px;
  }
  header #mainimage ul li.active {}
  header #mainimage ul li.last-active {}
  /******************** 202306 追加**/
  header #mainimage #topimage01, header #mainimage #topimage02, header #mainimage #topimage03, header #mainimage #topimage04, header #mainimage #topimage05, header #mainimage #topimage06, header #mainimage #topimage07, header #mainimage #topimage08 {
    background-position: right;
  }
  /******************** 202306 OFF**/
  /*header #mainimage #topimage01, header #mainimage #topimage02, header #mainimage #topimage03, header #mainimage #topimage04 {
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
background-position: center;
}*/
  header #mainimage #topimage01 {}
  header #mainimage #topimage02 {}
  header #mainimage #topimage03 {}
  /******************** 202306 OFF**/
  /*header #mainimage #topimage04 {
background-image: url(../img/index/mainimg4.jpg);
}*/
  header #mainimage ul li .inner {}
  header #mainimage ul li:first-of-type .inner {}
  /* ----------------------------------------------- header > header */
  header .subimg {}
  header .subimg {
    width: 25vw;
    height: 300px;
  }
  header .subimg_pic {
    width: 20vw;
    height: 300px;
  }
  .fade-in {}
  .fade-in2 {}
  @-webkit-keyframes movel-r {
    0% {
      opacity: 0;
      transform: translateX(-50px);
    }
    50% {
      opacity: 1;
      transform: translateX(0);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  @keyframes movel-r {
    0% {
      opacity: 0;
      transform: translateX(-50px);
    }
    50% {
      opacity: 1;
      transform: translateX(0);
    }
    100% {
      opacity: 1;
      transform: translateX(0);
    }
  }
  /* ----------------------------------------------- header > h2 */
  .passing .passing-box {
    height: 300px;
  }
  .passing .passing-bar {
    /*margin: 70px 20px 0px 0px;*/
  }
  #topimage01 .passing .passing-bar {
    margin: 180px 20px 0px 0px;
  }
  #topimage02 .passing .passing-bar {
    margin: 20px 20px 0px 0px;
  }
  #topimage03 .passing .passing-bar {
    margin: 50px 20px 0px 0px;
  }
  #topimage04 .passing .passing-bar {
    margin: 200px 20px 0px 0px;
    /*margin: 200px 60px 0px 0px;*/
  }
  .passing .passing-bar:before {}
  .passing .passing-txt {}
  .passing .passing-txt h2 {}
  .passing .passing-txt h2 span {
    font-size: 120%;
  }
  .passing.move .passing-bar:before {}
  .passing.move .passing-txt {}
  @-webkit-keyframes passing-bar {
    0% {
      left: 0;
      right: auto;
      width: 0;
    }
    50% {
      left: 0;
      right: auto;
      width: 100%;
    }
    51% {
      left: auto;
      right: 0;
      width: 100%;
    }
    100% {
      left: auto;
      right: 0;
      width: 0;
    }
  }
  @keyframes passing-bar {
    0% {
      left: 0;
      width: 0;
    }
    50% {
      left: 0;
      width: 100%;
    }
    51% {
      left: 0;
      width: 100%;
    }
    100% {
      left: 100%;
      width: 0;
    }
  }
  @-webkit-keyframes passing-txt {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes passing-txt {
    0% {
      opacity: 0;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  /* ----------------------------------------------- nav */
  /* ----------------------------------------------- nav > toggle */
  nav .toggle * {}
  nav .toggle {}
  nav .toggle::after {}
  nav .toggle span {}
  nav .toggle .bar01 {}
  nav .toggle .bar02 {}
  nav .toggle .bar03 {}
  /*200925*/
  nav .toggle.active span {}
  nav .toggle.active .bar01 {}
  nav .toggle.active .bar02 {}
  nav .toggle.active .bar03 {}
  /*元のcss*/
  /*nav .toggle.active .bar01 {}
nav .toggle.active .bar02 {}
nav .toggle.active .bar03 {}*/
  /* ----------------------------------------------- nav > overlay */
  nav .overlay {}
  /* ----------------------------------------------- nav > nav */
  nav {}
  nav .nav {
    width: 350px;
  }
  nav .nav::-webkit-scrollbar {}
  nav .nav ul {
    padding: 0px 30px 0px 50px;
  }
  /**/
  nav .nav ul.main {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  nav .nav ul.main li {
    margin: 0px;
    padding: 0px;
  }
  nav .nav ul.main li a {
    padding: 7px 7px;
    font-size: 100%;
  }
  /**/
  nav .nav ul.sub li {}
  nav .nav ul.sub li a {
    padding: 5px 5px 5px 20px;
    font-size: 90%;
  }
  nav .nav ul.sub li a::before {}
  nav .nav ul.sub li a:hover::before {}
  nav .nav ul.sub li a:link, nav .nav ul.sub li a:active, nav .nav ul.sub li a:visited {}
  /**/
  nav .nav ul.lang {
    width: 80%;
    padding-bottom: 20px;
  }
  nav .nav ul.lang li {}
  nav .nav ul.lang li a {
    margin: 8px;
    padding: 5px;
  }
  nav .nav.open {}
  /* ----------------------------------------------- topics */
  #topics {}
  #topics .inner {
    padding: 40px 20px;
    width: auto;
  }
  /*SPのみアニメーションoffに*/
  #topics .animated {
    opacity: 1;
    -webkit-animation-duration: 0;
    animation-duration: 0;
  }
  #topics .animated.fadeInLeft {
    animation-name: none;
  }
  /**/
  #topics h3 {
    float: none;
    text-align: center;
    font-size: 140%;
  }
  #topics table {
    float: none;
    width: 100%;
    margin: 0px 0px 20px 0px;
  }
  #topics table th, #topics table td {
    padding: 5px 5px 30px 5px;
    display: block;
    font-size: 100%;
  }
  #topics table th {
    width: 100%;
    padding: 30px 5px 0px 5px;
    border: none;
  }
  #topics table td {}
  #topics table td a {}
  /**/
  #topics .clear {
    display: none;
  }
  /* ----------------------------------------------- information */
  #info {
    width: auto;
    padding: 30px 0px;
  }
  #info .inner {
    padding: 20px;
  }
  #info .clear {}
  #info h3 {
    font-size: 140%;
    text-align: center;
  }
  #info table {
    width: 100%;
    margin: 15px 0px;
  }
  #info table th, #info table td {
    display: block;
    padding: 0px 0px 10px 0px;
  }
  #info table th {
    width: 100%;
    padding: 10px 0px 0px 0px;
    border: none;
  }
  #info table th span {}
  #info table td a:link, #info table td a:active, #info table td a:visited {}
  /**/
  #info .side {
    margin: 0px auto;
    padding: 0px;
    text-align: center;
  }
  #info .side img {
    width: 100%;
    max-width: 360px;
    height: auto;
    margin: 15px 0px;
  }
  #info .side p.more {
    max-width: 360px;
    padding: 10px 0px;
    margin: 0px auto;
  }
  #info .side p.more a {}
  #info .side p.more a::before {}
  #info .side p.more a:hover::before {}
  #info .side p.more a:link, #info .side p.more a:active, #info .side p.more a:visited {}
  /**/
  #info .clear {
    display: none;
  }
  /* ----------------------------------------------- base */
  #base {
    background-attachment: scroll;
  }
  #base .inner {
    padding: 50px 10px;
    width: auto;
  }
  /**/
  #base h3 {
    float: none;
    padding: 0px 20px;
    font-size: 180%;
    line-height: 60%;
  }
  #base h3 span {
    font-size: 50%;
  }
  /**/
  #base p.more {}
  #base p.more a {}
  #base p.more a::before {}
  #base p.more a:hover::before {}
  #base p.more a:link, #base p.more a:active, #base p.more a:visited {}
  /**/
  #base ul {
    display: block;
    width: auto;
  }
  #base ul li {
    float: left;
    display: block;
    width: 49%;
  }
  #base ul li a {
    margin: 30px 12px 0px 12px;
    padding: 90px 10px 30px 10px;
    line-height: 120%;
    font-size: 100%;
    background-position: 50% 20%;
  }
  #base ul li a:link, #base ul li a:active, #base ul li a:visited {}
  #base ul li:nth-child(1) a {}
  #base ul li:nth-child(2) a {}
  #base ul li:nth-child(3) a {}
  #base ul li:nth-child(4) a {}
  /* delighters */
  #base .delighter {
    transition: all .5s ease-out;
    transform: translateX(0%);
    opacity: 1;
  }
  #base .delighter.started {}
  #base .delighter.started.ended {}
  /* ----------------------------------------------- visitors */
  #visitors {
    width: 100%;
    background-repeat: repeat;
  }
  #visitors .inner {
    padding: 50px 10px;
    width: auto;
    text-align: center;
  }
  /**/
  #visitors h3 {
    float: none;
    padding: 0px 0px 10px 0px;
    margin: 0px;
    text-align: center;
    font-size: 200%;
    line-height: 150%;
  }
  /**/
  #visitors ul.nav {
    width: 340px;
    margin: 0px auto;
    display: table;
  }
  #visitors ul.nav li {
    display: table-cell;
    width: 50%;
  }
  #visitors ul.nav li a {
    padding: 7px 0px 7px 15px;
    width: auto;
    text-align: left;
    font-size: 90%;
  }
  #visitors ul.nav li a::before {}
  #visitors ul.nav li a:link, #visitors ul.nav li a:visited, #visitors ul.nav li a:active {}
  /**/
  #visitors ul.menu {
    display: block;
    margin: 15px;
    padding: 0px;
    text-align: center;
  }
  #visitors ul.menu li {
    display: block;
    width: 325px;
    margin: 0px auto;
    text-align: center;
  }
  #visitors ul.menu li img {
    width: 100%;
    max-width: 325px;
    height: auto;
    margin-top: 15px;
  }
  #visitors ul.menu li h4 {
    font-size: 120%;
    padding: 0px 0px 0px 0px;
  }
  .stickarrow {
    margin: 15px 5px 0px 0px;
    display: inline-block;
    width: 50px;
  }
  #visitors ul.menu li a:hover .stickarrow {
    width: 80px;
  }
  #visitors ul.menu li a:link, #visitors ul.menu li a:active, #visitors ul.menu li a:visited {}
  /* ----------------------------------------------- content_nav */
  #content_nav {}
  /******************** 202306 追加**/
  #content_nav ul {}
  /******************** 202306 OFF**/
  /*#content_nav ul {}*/
  #content_nav li, #content_nav li:nth-child(2), #content_nav li:nth-child(5), #content_nav li:nth-child(8) {
    width: 50%;
  }
  #content_nav li:nth-child(11) {
    width: 50.4%;
  }
  #content_nav li:after {}
  /******************** 202306 追加**/
  #content_nav li:nth-child(1):after {}
  #content_nav li:nth-child(2):after {}
  #content_nav li:nth-child(3):after {}
  #content_nav li:nth-child(4):after {}
  #content_nav li:nth-child(5):after {}
  #content_nav li:nth-child(6):after {}
  #content_nav li:nth-child(7):after {}
  #content_nav li:nth-child(8):after {}
  #content_nav li:nth-child(9):after {}
  /******************** 202306 OFF**/
  /*
#content_nav li:nth-child(1):after {}
#content_nav li:nth-child(2):after {}
#content_nav li:nth-child(3):after {}
#content_nav li:nth-child(4):after {}
#content_nav li:nth-child(5):after {}
#content_nav li:nth-child(6):after {}
#content_nav li:nth-child(7):after {}
#content_nav li:nth-child(8):after {}
#content_nav li:nth-child(9):after {}
#content_nav li:nth-child(10):after {}
#content_nav li:nth-child(11):after {}*/
  #content_nav li:hover:after {}
  /******************** 202306 追加**/
  #content_nav li div {}
  /******************** 202306 OFF**/
  /*#content_nav li article {}
#content_nav li article {
  height: 170px;
}/*
/******************** 202306 追加**/
  #content_nav li a {
    padding: 10px;
  }
  #content_nav li:nth-child(even) a {
    border-right: none;
  }
  #content_nav li:nth-last-child(-n+3) a {
    border-bottom: 1px solid #fff;
  }
  #content_nav li:last-child a {
    border-bottom: none;
  }
  /******************** 202306 OFF**/
  /*
#content_nav li a {}
#content_nav li:nth-child(2) a,#content_nav li:nth-child(5) a,#content_nav li:nth-child(8) a {}
#content_nav li:nth-child(11) a {}
#content_nav li:nth-child(9) a {}*/
  #content_nav li a:link, #content_nav li a:active, #content_nav li a:visited {
    font-size: 110%;
    line-height: 120%;
  }
  #content_nav li span {
    font-size: 70%;
  }
  /* delighters */
  #content_nav .delighter {
    transition: all .5s ease-out;
    transform: translateY(0%);
    opacity: 1;
  }
  #content_nav .delighter.started {}
  #content_nav .delighter.started.ended {}
  /* ----------------------------------------------- student */
  #student {}
  #student .inner {
    margin: 0px auto;
    padding: 60px 0px 50px 0px;
    width: auto;
    display: block;
  }
  /**/
  #student .inner div.txt {
    width: 100%;
  }
  #student h3 {
    text-align: center;
    background-image: none;
    font-size: 180%;
    margin: 0px;
    padding: 0px;
  }
  #student p {
    text-align: center;
    margin: 15px 0;
    padding: 0px;
    line-height: 180%;
  }
  /**/
  #student .inner div.nav {
    width: 100%;
    margin: 0px;
  }
  #student .inner div.nav ul {
    display: block;
    text-align: left;
    margin: 0px 30px;
    padding-top: 15px;
  }
  #student .inner div.nav ul li {
    margin: 0px auto 15px auto;
    max-width: 340px;
    width: 100%;
  }
  #student .inner div.nav ul li a {
    height: 180px;
    background-position: center top;
    background-size: 340px auto;
  }
  /******************** 202308 追加**/
  #student .inner div.nav ul li a::before {
    left: auto;
    right: 15px;
  }
  #student .inner div.nav ul li a:hover::before {
    left: auto;
    right: 0;
  }
  #student .inner div.nav ul li a::after {
    left: auto;
    right: 15px;
  }
  #student .inner div.nav ul li a:hover::after {
    left: auto;
    right: 0;
  }
  #student .inner div.nav ul li a div.text {
    display: block;
    position: absolute;
    margin: 0;
    bottom: 0;
    left: 0;
    padding: 12px 0 12px 15px;
    width: 100%;
    height: auto;
  }
  #student .inner div.nav ul li a div.text br {
    display: none;
  }
  #student .inner div.nav ul li a span {
    display: inline;
  }
  /**/
  #student .inner div.nav ul li a:link, #student .inner div.nav ul li a:visited, #student .inner div.nav ul li a:active {}
  #student .inner div.nav ul li:nth-child(1) a {}
  #student .inner div.nav ul li:nth-child(2) a {}
  #student .inner div.nav ul li:nth-child(3) a {}
  #student .inner div.nav ul li:nth-child(4) a {}
  /******************** 202308 OFF**/
  /*#student .inner div.nav ul {
  display: block;
  text-align: center;
  padding-top: 15px;
}
#student .inner div.nav ul li {
  width: 280px;
  margin: 0px auto 15px auto;
  text-align: left;
}*/
  /* ----------------------------------------------- movie */
  #movie {
    padding: 60px 0px 40px 0px;
  }
  #movie_wrap {
    width: 90%;
    margin: 0px auto;
  }
  #movie_wrap .bxslider {}
  #movie_wrap .bx-wrapper {
    padding: 0px 40px;
  }
  #movie_wrap .slider li {}
  /**/
  #movie_wrap .slider li img, #movie_wrap .slider li video {
    width: auto;
    height: auto;
  }
  #movie .layer-01 { /*青い斜め線*/
  }
  /* ----------------------------------------------- book */
  #book {
    padding: 40px 20px;
  }
  #book .inner {
    width: auto;
  }
  #book figure {
    float: left;
    margin: 0px 20px 0px 0px;
  }
  #book .inner h3 {
    font-size: 120%;
    line-height: 140%;
    margin: 0px;
    padding: 0px 0px 10px 0px;
  }
  #book p {
    margin: 0px;
    padding: 0px;
    font-size: 90%;
    line-height: 140%;
    padding-bottom: 45px;
  }
  /* ----------------------------------------------- contact */
  #contact {
    background-color: #fff;
    padding: 0px 0px 20px 0px;
  }
  #contact .inner {
    width: auto;
  }
  #contact h4 {
    clear: both;
    float: none;
    font-size: 100%;
    text-align: center;
    background-color: #55ACB8;
    padding: 10px 0px;
    color: #fff;
  }
  #contact h4 br {
    display: none;
  }
  #contact dl {
    display: block;
    float: none;
  }
  #contact dt, #contact dd {
    display: block;
    padding: 0px;
    text-align: center;
  }
  #contact dt {
    font-size: 200%;
  }
  #contact dd {}
  #contact p {
    float: none;
    width: 60%;
    margin: 10px auto 0px auto;
    padding: 10px 0px;
    text-align: center;
    line-height: 120%;
    font-size: 80%;
    vertical-align: text-top;
  }
  /**/
  #contact .clear {
    display: none;
  }
  /* ----------------------------------------------- banner */
  #banner .inner {
    margin: 10px auto;
    width: auto;
  }
  #banner .inner ul {
    display: block;
    width: 80%;
    margin: 0px auto;
  }
  #banner .inner ul li {
    display: block;
    width: 100%;
  }
  #banner .inner ul li img {
    width: 100%;
    max-width: 325px;
    height: auto;
    margin-top: 15px;
  }
  #banner .inner ul li:nth-child(3) {
    display: none;
  }
  /* ----------------------------------------------- footer */
  footer {
    margin: 40px 20px 0px 20px;
    width: auto;
  }
  footer a:link, footer a:active, footer a:visited {}
  footer li.top::before, footer article ul li::before {}
  /**/
  footer .f_nav {
    display: none;
  }
  footer .f_nav div {}
  footer .f_nav ul {}
  footer .f_nav ul li {}
  footer .f_nav ul li.top {}
  footer .f_nav ul li.top a {}
  footer .f_nav ul li ul li { /*2level*/
  }
  footer .f_nav ul li.top ul li a { /*2level*/
  }
  /******************** 202306 追加**/
  footer div {
    /*float: none;*/
    text-align: left;
    width: auto;
    border-right: none;
  }
  footer div.address {
    width: 100%;
    border-right: none;
  }
  footer div.address address {
    font-weight: bold;
    text-align: left;
    display: block;
  }
  footer div ul {
    display: none;
  }
  footer div ul li {}
  /******************** 202306 OFF**/
  /*footer article {}
footer article address {}
footer article ul {}
footer article ul li {}*/
  /* ----------------------------------------------- copy */
  .cr {
    padding: 20px;
    text-align: left;
  }
  /* ----------------------------------------------- pagetop */
  #page-top {}
  #page-top a {}
  #page-top a span {}
  #page-top a span::before {}
  #page-top a:hover {}
  /* ----------------------------------------------- 表示切替 */
  ul.switch {}
  /**/
  /******************** 202306追加*/
  /* ----------------------------------------------- 採用情報 */
  #recruit {
    background-size: 70%;
    padding: 0;
  }
  #recruit .inner {}
  #recruit .lead {
    padding: 30px 20px;
    width: auto;
  }
  /**/
  #recruit h3 {
    font-size: 200%;
  }
  #recruit h3 span {}
  #recruit h3 span::before {}
  #recruit .inner p {
    font-size: 100%;
    /*line-height: 110%;*/
    padding-bottom: 10px;
  }
  /**/
  #recruit .banner {
    background: url("../img/index/recruit_banner_back_sp.png") repeat;
    width: 100%;
    height: 150px;
    background-size: 100% auto;
  }
  @media screen and (max-width: 550px) {
    #recruit .banner {
      width: 100%;
      height: 150px;
      background-size: auto 100%;
    }
  }
  #recruit .banner::before {
    right: 20px;
    bottom: 40px;
    width: 60px;
    height: 60px;
  }
  #recruit .banner:hover::before {}
  #recruit .banner a {
    height: 150px;
    ;
  }
  #recruit .banner a {}
  #recruit .banner a::before {
    bottom: 65px;
    right: 35px;
    width: 30px;
  }
  #recruit .banner a:hover::before {
    right: 15px;
  }
  #recruit .banner a::after {
    right: 34px;
  }
  #recruit .banner a:hover::after {
    right: 13px;
  }
  #recruit .banner a h4 {
    right: 100px;
    top: 20px;
    font-size: 200%;
    line-height: 110%;
  }
  #recruit .banner a h4 span {}
  #recruit .banner a h4 p {
    padding: 10px 0 0 0;
    font-size: 40%;
    letter-spacing: 1px;
  }
  /**/
  #recruit .link {
    padding: 20px 10px;
    /*padding: 20px 10px 0 10px;*/
  }
  #recruit .link ul {
    width: calc(100% - 80px);
    margin: 0 auto;
    /*width: auto;
    margin: 0;*/
    padding: 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  @media screen and (max-width: 640px) {
    #recruit .link ul {
      width: auto;
      margin: 0;
    }
  }
  #recruit .link ul li {
    width: 47%;
    height: 85px;
    box-sizing: border-box;
    background-color: #f0eeff;
    border-radius: 30px 30px 0 30px;
    /*border-radius: 10px;*/
    margin-bottom: 15px;
  }
  #recruit .link ul li:hover {}
  #recruit .link ul li::before {
    width: 50px;
    height: 50px;
  }
  #recruit .link ul li:hover::before {}
  #recruit .link ul li a {
    font-size: 100%;
    line-height: 1.0em;
  }
  #recruit .link ul li a:link, #recruit .link ul li a:visited, #recruit .link ul li a:active {}
  #recruit .link ul li a:hover {}
  #recruit .link ul li a::before {
    right: 10px;
    bottom: 10px;
    width: 20px;
    height: 20px;
  }
  #recruit .link ul li a::after {
    right: 14px;
    bottom: 14px;
    font-size: 20px;
  }
  /* ----------------------------------------------- がん治療のハイボリュームセンター */
  #cancer {
    background-size: auto 100%;
  }
  #cancer .inner {
    padding: 50px 0;
    background-size: 50% auto;
  }
  /*#cancer .inner {}*/
  /**/
  #cancer .content_wrap {
    width: auto;
    padding: 0 20px;
  }
  /**/
  #cancer .top {
    display: -webkit-block;
    display: block;
  }
  #cancer .top h3 {
    font-size: 160%;
  }
  #cancer .top h3 br {}
  #cancer .top h3 br.sp_n {
    display: none;
  }
  #cancer .top h3 span.pr {
    font-size: 120%;
  }
  #cancer .top h3 span.under {
    display: none;
  }
  #cancer .top h3 span.under span {
    display: none;
  }
  #cancer .top h3 span.under::after {
    display: none;
  }
  /**/
  #cancer .link {
    width: auto;
  }
  #cancer .link ul {
    margin: 0;
    padding: 20px 0;
  }
  #cancer .link ul li {
    width: 100%;
    min-height: 100px;
    max-width: 500px;
    margin: 20px auto;
    /*width: 100%;
  min-height: 70px;*/
  }
  #cancer .link ul li:hover {
    filter: drop-shadow(0px 0px 10px rgba(0, 165, 190, 0.7));
  }
  #cancer .link ul li::before {
    width: 40px;
    height: 40px;
  }
  #cancer .link ul li:nth-child(1)::before {}
  #cancer .link ul li:nth-child(2)::before {}
  #cancer .link ul li:nth-child(3)::before {}
  #cancer .link ul li a {
    padding: 0 80px;
    font-size: 120%;
  }
  #cancer .link ul li a:after {
    right: 30px;
    width: 20px;
  }
  #cancer .link ul li a:before {
    right: 40px;
    height: 20px;
    width: 1px;
  }
  #cancer .link ul li a:hover {}
  /**/
  #cancer .link ul li a span {
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 1.0em;
  }
  #cancer .link ul li a .point {
    color: #00a5be;
  }
  #cancer .link ul li a .note {}
  /**/
  #cancer .bottom {}
  #cancer .bottom .more {
    margin: 20px 15px 0 15px;
  }
  #cancer .bottom .more::after {
    width: 40px;
    height: 40px;
    top: 10px;
  }
  #cancer .bottom .more:hover::after {}
  #cancer .bottom .more a {
    font-size: 110%;
    padding: 0 55px 0 0;
  }
  #cancer .bottom .more a::before {
    right: 10px;
    width: 20px;
    top: 30px;
    bottom: 0;
  }
  #cancer .bottom .more a:hover::before {
    right: -7px;
  }
  #cancer .bottom .more a::after {
    right: 9px;
    top: 26px;
    bottom: 0;
  }
  #cancer .bottom .more a:hover::after {
    right: -7px;
    background-color: rgba(0, 165, 190, 1.00);
  }
  #cancer .bottom .more a span {}
  #cancer .bottom p {
    margin: 0 10px 0 15px;
    padding: 0;
    font-size: 90%;
  }
  /* ----------------------------------------------- 西濃医療連携 */
  #cooperation {
    background-size: 60% auto;
  }
  #cooperation::before {
    display: none;
  }
  #cooperation .inner {
    padding: 30px 0;
    background-size: 150% auto;
  }
  /**/
  #cooperation h3 {
    font-size: 200%;
  }
  #cooperation h3::after {}
  #cooperation h3 span {}
  /**/
  #cooperation .link {
    width: auto;
  }
  #cooperation .link ul {
    display: -webkit-block;
    display: block;
    margin: 50px 0 20px 0;
  }
  #cooperation .link ul li {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }
  #cooperation .link ul li::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    bottom: 20px;
    right: 0;
    background-color: rgba(31, 81, 142, 1.00);
    border-radius: 50%;
    transition: all .3s;
  }
  #cooperation .link ul li:hover::after {
    background-color: rgba(31, 81, 142, 0.6);
  }
  #cooperation .link ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    padding-bottom: 20px;
    z-index: 10;
  }
  #cooperation .link ul li a::before {
    position: absolute;
    content: "";
    bottom: 33px;
    right: 7px;
    width: 15px;
    height: 1px;
    background: #fff;
    transition: all .3s;
  }
  #cooperation .link ul li a:hover::before {
    right: -10px;
    background-color: #1F518E;
  }
  #cooperation .link ul li a::after {
    position: absolute;
    content: "";
    bottom: 36px;
    right: 7px;
    width: 7px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
    transition: all .3s;
  }
  #cooperation .link ul li a:hover::after {
    right: -10px;
    background-color: #1F518E;
  }
  /**/
  #cooperation .link ul li a .pict {}
  #cooperation .link ul li a .pict img {
    max-width: 340px;
    height: auto;
    border-radius: 20px 20px 0 20px;
  }
  #cooperation .link ul li a .text {
    padding: 0;
    font-size: 120%;
    text-align: left;
  }
}