@charset "UTF-8";
body {
  -webkit-text-size-adjust: 100%;
}
figcaption,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
.color-box{
  width: 13px;
  height: 13px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.text-bold{
  font-weight: 600;
}
.text-green{
  background-image: url(../img/text-green.png);
}
.text-orange{
  background-image: url(../img/text-orange.png)
}
.text-pink{
  background-image: url(../img/text-pink.png)
}
.text-red{
  background-image: url(../img/text-red.png)
}
.text-white{
  background-image: url(../img/text-white.png)
}
.text-black{
  background-image: url(../img/text-black.png)
}
.c-text-black{
  color: #515151;
}
.green{
  background-color: #00b874;
}
.blue{
  background-color: #58C0DD;
}
.orange{
  background-color: #f89600;
}
.pink{
  background-color: #EA7172;
}
.red{
  background-color: red;
}

.icon-under-line{
  background-image: url(../img/under-line.png);
}
.under-line{
  text-decoration: underline;
}

.cms-link{
  color: #00b874;
}
.cms-link:hover{
  color: #444;
}
/* img.js-lazy-load.loaded{
  width: 100%;
} */
span.u-text-center, 
span.c-text-right{
  display: block;
}
.fs-12{
  font-size: 0.8em;
}
.fs-21{
  font-size: 1.3em;
}
.fs-24{
  font-size: 1.5em;
}
.fs-32{
    font-size: 2em;
}
.fs-35{
    font-size: 2.1875em;
}

.margin-30{
    width: 100%;
    height: 30px;
}
.margin-50{
    width: 100%;
    height:50px;
}
.margin-90{
    width: 100%;
    height: 90px;
}

.p-disease_link-box .c-link-button, 
.p-link-box .c-link-button{
    margin: 0;
}
.p-disease_link-box .c-link-button:nth-child(n+3), 
.p-link-box .c-link-button:nth-child(n+2){
    margin: 30px 0 0;
}

.p-link-box{
  margin: 0;
}

.bg-padding{
  padding: 10px;
}

.greenbg-title{
  color: #fff;
  font-size: 2.2em;
  font-weight: 700;
  text-align: center;
  background-color: #00b874;
  padding: 30px 10px;
}
.greenbg-round-title{
  background-color: #00b874;
  border-radius: 40px;
  font-size: min(5.4vw, 1.8em);
  line-height: 1em;
  font-weight: 900;
  color: #ffffff;
  padding: 1.5rem;
  text-align: center;
}

.acms-admin-table-admin-edit th, .acms-admin-table-admin-edit td{
  border: none;
}

.p-flex-all__25{
  justify-content: start;
}
.p-flex-all__25 div{
  margin: 0 1.3% 10px 0;
}
.p-flex-all__25 div:nth-child(4n){
  margin: 0 0 10px;
}
.p-flex-all__25 div:nth-child(-n+4){
  margin: 0 1.3% 0 0;
}
.p-flex-all__25 div:last-child{
  margin: 0;
}

.table05 tr:nth-child(2n+1){
  background-color:#eaeaea;
}
.table05 tr:nth-child(2n){
  background-color:#fbfbfb;
}
@media screen and (max-width: 640px){
  table.table05 {
    border-collapse: separate;
    border: none;
  }
  table.table05 tbody th, 
  table.table05 tbody td{
    display: table-cell;
    border: none;
    background-color: rgba(0, 0, 0, 0);
  }
  table.table05 tr:nth-child(2n+1){
    background-color:#eaeaea;
  }
  table.table05 tr:nth-child(2n){
    background-color:#fbfbfb;
  }
}
@media screen and (max-width: 420px) {
  .table05{
    overflow-x: auto;
    display: block;
  }
  .table05 th,
  .table05 td{
    white-space: nowrap;
  }
}

.overseas-cell{
  background-color: #C5E0B4;
  color: #00b874;
  border: solid 1px #333333;
}

.lodging a{
  text-decoration: underline;
}
@media screen and (max-width: 736px) {
  .lodging{
    overflow-x: auto;
    display: block;
  }
  .lodging th,
  .lodging td{
    white-space: nowrap;
  }
  table.lodging tr{
    float: none;
    display: table-row;
  }
  table.lodging tr th, table.lodging tr td{
    display: table-cell;
  }
}

.medical-coordinator th{
  background-color: #eee;
  color: #00b874;
}
table.medical-coordinator th:first-child, 
table.medical-coordinator td:first-child{
  width: 25%;
}
.medical-coordinator a{
  text-decoration: underline;
}
@media screen and (max-width: 667px) {
  table.medical-coordinator th{
    background-color: #eee;
  }
  table.medical-coordinator th, table.medical-coordinator td {
    display: table-cell;
    border: solid 2px #dddddd;
  }
  table.medical-coordinator th:first-child, 
  table.medical-coordinator td:first-child{
    width: 25%;
  }
}
@media screen and (max-width: 420px) {
  .medical-coordinator{
    overflow-x: auto;
    display: block;
  }
  table.medical-coordinator th,
  table.medical-coordinator td{
    white-space: nowrap;
  }
}

.history{
  font-size: 1.8rem;
}
.history tr{
  border-top: 1px solid #cccccc;
}
.history tr:last-child{
  border-bottom: 1px solid #cccccc;
}
.history tr th{
  width: 20%;
    text-align: right;
    vertical-align: top;
    padding: 20px 0;
    font-weight: 400;
    white-space: nowrap;
}
.history tr td{
  width: 80%;
    padding: 20px 0 20px 40px;
    border: none;
}
.history tr td ul{
  list-style-type: decimal;
    margin: 0 0 0 25px;
    font-size: 1.6rem;
}

table.member{
  width: 100%;
    margin: auto;
    color: #515151;
    border-collapse: separate;
    border-spacing: 4px 6px;
    text-align: center;
}
table.member tbody tr:nth-child(2n+1){
  background: #eaeaea;
}
table.member tbody tr:nth-child(2n){
  background: #fbfbfb;
}
table.member tbody tr:first-child th{
  background: #dddddd;
}
table.member tr th:first-child, 
table.member tr td:first-child{
  width: 2%;
}
table.member tr th:nth-child(2), 
table.member tr th:last-child, 
table.member tr td:nth-child(2), 
table.member tr td:last-child{
  width: 18%;
}
table.member tr th:nth-child(3), 
table.member tr td:nth-child(3){
  width: 50%;
}
table.member tr td:nth-child(3){
  text-align: left;
}
@media screen and (max-width: 565px) {
  table.member{
    overflow-x: auto;
    display: block;
  }
  table.member tbody th,
  table.member tbody td{
    white-space: nowrap;
  }
  table.member tbody tr td{
    display: table-cell;
  }
}

table.table01 {
  width: 100%;
  border-top: #7c7c7c solid 1px;
  border-left: #7c7c7c solid 1px;
  border-collapse: collapse;
}

table.table01 thead tr th, 
table.table01 thead tr td{
  vertical-align: middle;
  background: #dcdcdc;
  padding: 10px 15px;
  border-right: #7c7c7c solid 1px;
  border-bottom: #7c7c7c solid 1px;
  width: 15%;
}

table.table01 tbody th {
  background: #dcdcdc;
  padding: 10px 15px;
  vertical-align: top;
  border-right: #7c7c7c solid 1px;
  border-bottom: #7c7c7c solid 1px;
}

table.table01 tbody td {
  background: #FFF;
  padding: 10px 15px;
  vertical-align: top;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .table01{
    overflow-x: auto;
    display: block;
  }
  .table01 tbody{
    width: 100%;
  }
  .table01 th,
  .table01 td{
    white-space: nowrap;
  }
  table.table01 tbody th,
  table.table01 tbody td{
    display: table-cell;
  }
}

.greeting-box{
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-flex__40-60{
  padding: 0 0 80px;
  margin: 0 0 70px;
  border-bottom: #00b874 solid 1px;
}
.p-flex__40-60:last-child{
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.c-nolf{
  display: block;
}

.p-flex-all__50_staff{
  flex-wrap: wrap;
}
.p-flex-all__50_staff div{
  margin: 0 0 30px;
  overflow: auto;
}
.p-flex-all__50_staff div img{
  width: 100%;
  max-width: 100%;
  height: auto;
}
.p-flex-all__25_publications{
  justify-content: center;
}
.p-flex-all__25_publications div{
  margin: 0 3% 0 0;
}
.p-flex-all__25_publications div:nth-child(4n){
  margin: 0;
}
@media screen and (max-width: 736px){
  .p-flex-all__25_publications div{
    margin: 0;
  }
  .p-flex-all__25_publications div img{
    width: 100%;
  }
}

.table02{
  border: none;
  width: auto;
  font-size: min(4.4vw,1.2em);
}
.table02 th{
  border: none;
  vertical-align: top;
  padding: 0 0 0 1em;
  display: block;
}
.table02 th::before{
  content: "●";
  color: #00b874;
}
.table02 td{
  border: none;
    vertical-align: top;
    text-align: left;
    padding: 0 0 0 1em;
}
.table02 td a{
  color: #00b874;
  font-weight: 700;
}

.table03 th {
  background: #dcdcdc;
  padding: 10px 15px;
  border: #7c7c7c solid 1px;
  width: 20%;
}

.map-box{
  width: 100%;
  height: 350px;
  border:solid 1px #000000;
}
.map-box iframe{
  width: 100%;
}

.anser a{
  color: #00b874;
}

/* .js-link_match_location a{
  background-color: #00B874;
  color: #ffffff;
} */

.header__pagemenu li a{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__pagemenu li.stay a, .header__pagemenu--over li.stay a {
  background-color: #00B874;
  color: #ffffff;
}

.p-top__movie .p-flex-all__25{
  justify-content: center;
}

.over {
  line-height: 1em;
}

.p-top__introduction .c-button__whiteback {
  box-shadow: rgba(102, 102, 102, 0.5) 0px 0px 10px;
  max-width: 400px;
  font-size: 1em;
  font-weight: 580;
  padding: 5px;
  margin: -25px auto 0;
  position: relative;
}
.none-arrow::after{
  display: none;
}

.black-circle{
  margin: 0;
  color: #515151;
}
.black-circle li{
  margin: 1rem 0 0 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
}
.black-circle li::before{
  content: "";
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 0.5rem;
    margin-bottom: 0.2rem;
    width: 0.9em;
    height: 0.9em;
    border-radius: 50%;
    background-color: #515151;
}

.height350-flex{
  display: flex;
  justify-content: space-between;
}
.height350--inner:first-child{
  margin-right: 5px;
}
.height350--inner:last-child{
  margin-left: 5px;
}
.height350--inner div{
  height: 350px;
  width: auto;
}
.height350--inner div img{
  width: auto;
  height: 100%;
  Object-fit: cover;
}
@media screen and (max-width: 736px) {
  .height350-flex{
    display: block;
    margin: 0 10px;
  }
  .height350--inner div{
    height: auto;
    width: 100%;
  }
  .height350--inner{
    margin: 0;
  }
  .height350--inner:first-child{
    margin: 0 0 10px;
  }
  .height350--inner div img{
    width: 100%;
    height: auto;
  }
}

.column-media-auto .caption, 
.column-media-auto :not([href*=media-download],[href*=storage])+.caption{
  font-size: 0.8em;
  text-align: left;
}

.box {
  width: 630px;
  margin-top: 3em;
  border-radius: 20px;
  background-color: #ffffff;
}
.box .bg-color-green {
  background-color: #ffffff;
  color: #00B874;
  width: 50%;
  height: 50px;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  padding: 10px 0 8px;
  border: 4px solid #d7eee4;
  border-top: none;
  border-radius: 0 0 20px 20px;
}
.main-box #box01{
  height: auto;
  margin-right: 1%;
}
.main-box #box01 .period {
  display: flex;
  font-size: 2rem;
  margin-right: 2em;
  margin-left: 2em;
}
.main-box #box01 .period #cancer {
  background-color: #d7eee4;
  padding: 30px;
  width: 45.5%;
  height: auto;
  border-radius: 25px;
  text-align: center;
}
.main-box #box01 .period .cancer, 
.main-box #box01 .period .others-cancer{
  background-color: #36ab79;
  border-radius: 25px;
  color: #ffffff;
  padding: 10px;
}
.main-box #box01 .period .also {
  font-size: 1.6rem;
}
.main-box #box02 {
  height: min(100%, 430px);
  margin-left: 1%;
}
.main-box #box02 img {
  width: 100%;
}
.main-box #box02 .c-font {
  font-size: clamp(3rem, 4vw, 5rem);
}
@media screen and (max-width: 1267px)  {
  .box{
    width: 49%;
  }
  .box .bg-color-green {
    width: 60%;
  }
  .box .period {
    margin-top: 3rem !important;
  }
  .box .period .cancer {
    font-size: clamp(1rem, 1.5vw, 3rem);
  }
  .box .period .others-cancer {
    font-size: clamp(0.9rem, 1.3vw, 3rem);
  }
  .box .period .week {
    font-size: clamp(2rem, 3vw, 4rem) !important;
  }
  .main-box #box01 {
    height: min(100%, 330px);
    margin-right: 0;
  }
  .main-box #box02 {
    height: min(100%, 330px);
    margin-left: 0;
  }
  .main-box #box02 img {
    width: auto;
    height: auto;
    display: block;
    margin: auto;
  }
}
@media screen and (max-width: 1000px) {
  .box {
    width: 100%;
    margin-top: 2em;
    border-right: none;
    border-left: none;
    clear: both;
    height: auto;
  }
  .box .bg-color-green {
    max-width: 360px;
    font-size: clamp(1.8rem, 2vw, 3rem);
  }
  .box .period #cancer {
    padding: 10px;
  }
  .box .period .cancer {
    font-size: clamp(1.1rem, 2.5vw, 4rem);
  }
  .box .period .others-cancer {
    font-size: clamp(0.9rem, 2.5vw, 4rem);
  }
  .box .period .week {
    font-size: clamp(3rem, 5vw, 5rem) !important;
  }
  .box .period .also {
    font-size: clamp(1.6rem, 2vw, 2rem);
  }
}
@media screen and (max-width: 425px) {
  .box .bg-color-green {
    max-width: 360px;
    width: 75%;
    font-size: 1.6rem;
  }
  .main-box #box01 .period{
    display: block;
    margin-right: 1em;
    margin-left: 1em;
  }
  .main-box #box01 .period #cancer{
    width: 100%;
  }
  .box .period #cancer {
    width: 95%;
    margin-top: 1em;
  }
  .box .period .cancer {
    display: inline-block;
    width: 100%;
    font-size: 1.4rem;
  }
  .box .period .others-cancer {
    display: inline-block;
    width: 100%;
    font-size: 1.4rem;
  }
  .box .period .week {
    font-size: clamp(3rem, 5vw, 5rem) !important;
  }
  .box .period strong {
    font-size: 1em;
  }
}

.u-mb-50{
  margin-bottom: 50px;
}

.p-flex__40-60 div.r60{
  text-align: start;
}

.center-nav-top li:first-child{
  display: none;
}

.orange-list{
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.orange-list li{
  text-align: center;
  padding: 5px 0;
  background-color: #f89600;
  color: #fff;
  width: 32%;
  margin: 0 2% 5px 0;
  font-size: 1.3em;
}
.orange-list li:nth-child(3n){
  margin: 0 0 5px;
}
@media screen and (max-width: 736px) {
  .orange-list li{
    width: 100%;
    margin: 0 0 5px;
  }
}

.program-box{
  display: flex;
}
.program-box--innner{
  display: flex;
  width: 71%;
}
.program-box p{
  padding: 4px;
  margin: 0;
}
.program-text1{
  width: 15%;
  text-align: center;
}
.program-text2{
  width: 14%;
}
.program-text3, 
.program-text4{
  width: 80%;
}
.program-text4{
  text-align: right;
}
.program-text5{
  width: 20%;
}
@media screen and (max-width: 736px) {
  .program-box{
    display: block;
  }
  .program-text1{
    width: 100%;
    text-align: left;
  }
  .program-text2{
    width: 100%;
  }
  .program-box--innner{
    width: 100%;
  }
}

.news-org th, 
.news-org td{
  border: none;
  padding: 0 0 5px;
}
.news-org th:last-child, 
.news-org td:last-child{
  padding: 0;
}
@media screen and (max-width: 736px) {
  .news-org td:first-child{
    width: 20%;
  }
}