@charset "UTF-8";
/* CSS Document */
/*-----------------------
整形外科
-------------------------*/
.orthopedics .contents .example {
  margin-top: 30px;
}
.orthopedics .contents .example .gradation {
  color: #fff;
  padding: 60px 80px;
  border-radius: 10px;
}
.orthopedics .contents .example ul li {
  color: #0076dd;
  margin-left: 30px;
}
.orthopedics .contents .example ul li:last-child {
  color: #333;
  margin-top: 20px;
}
.orthopedics .about {
  margin-bottom: 0;
}
.orthopedics .contents {
  margin-top: 0;
}
/*-----------------------
消化器内科
-------------------------*/
.gastro .target .list_dots,
.gastro .medical_exam .list_dots,
.gastro_top .list_dots {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 600px;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .gastro .target .list_dots,
  .gastro .medical_exam .list_dots,
  .gastro_top .list_dots {
    flex-direction: initial;
    height: auto;
  }
}
.gastro .target .list_dots li,
.gastro .medical_exam .list_dots li,
.gastro_top .list_dots li {
  /*width: 48%;*/
  width: calc(100% / 3 - 2%);
}
@media screen and (max-width: 768px) {
  .gastro_top .list_dots li {
    width: 100%;
  }
}
.gastro .works .table02,
.gastro .thesis .table01 {
  width: 80%;
  margin: 0 auto;
}
.gastro .works .table02 tr th,
.gastro .works .table02 tr td {
  padding: 20px;
}
.gastro_liver .about .flex,
.gastro_liver .medical_exam .flex {
  justify-content: space-around;
}
.gastro_liver .about .flex > div,
.gastro_liver .medical_exam .flex > div {
  width: 50%;
}
.gastro_liver .table02 tr td,
.gastro_liver .table02 tr th {
  border-right: 1px solid #707070;
  border-left: 1px solid #707070;
}

.gastro_top ul.list_img {
  height: 1560px;
}
@media screen and (max-width: 768px) {
  .gastro_top ul.list_img {
    height: auto;
  }
}
.gastro_top ul .shouka {
  height: 985px;
}

.gastro_top a.society {
  color: #0076dd;
  text-decoration: underline;
}

.gastro_top a.society:hover {
  opacity: 0.6;
}
/*-----------------------
循環器内科
-------------------------*/
.cardio .medical_exam .flex {
  justify-content: space-around;
  margin-top: 20px;
}
/*-----------------------
外科
-------------------------*/
.digestive .img_list {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 20px;
}
.digestive .img_list li {
  width: 46%;
}
/*-----------------------
麻酔科
-------------------------*/
.anesthesia .works .flex {
  justify-content: space-between;
  margin-top: 20px;
}
/*-----------------------
内視鏡センター
-------------------------*/
.endoscope .about ul.flex li {
  text-align: center;
  width: 45%;
  margin: 30px;
}
.endoscope .about ul.flex {
  flex-wrap: wrap;
}
.works_menu label {
  padding-left: 20px;
  margin: 0 20px 8px 0;
  color: #49aada;
  display: block;
  margin-bottom: 10;
  border: 1px solid #fff;
  background: url(../img/arrow_pagelink.gif) no-repeat 0 8px;
  cursor: pointer;
}
.works_menu input[type="checkbox"].accordion {
  display: none;
}
.works_menu input[type="checkbox"].accordion:checked + div.works1 {
  height: 2500px;
}
.works_menu input[type="checkbox"].accordion:checked + div.works2 {
  height: 200px;
}
.works_menu input[type="checkbox"].accordion + div {
  height: 0;
  overflow: hidden;
}
.works_menu div {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0;
  padding: 0 10px;
  list-style: none;
}
.under .btn_orange {
  width: fit-content;
  display: block;
  margin: inherit;
}
.keisei_title > p {
  position: absolute;
  background: rgba(254, 254, 254, 0.7);
  padding: 40px;
  box-sizing: border-box;
  bottom: 170px;
  text-align: center;
  width: 100%;
  font-size: 20px;
}
.two_photo {
  justify-content: space-between;
}
.two_photo > div {
  width: calc(100% / 2 - 20px);
}
.two_photo > div > img {
  width: 100%;
}
.tsume_flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.tsume_flex > * {
  margin: 0 10px;
}
.tsume_flex > img {
  width: 120px;
}
.tsume_flex > p {
  width: calc(100% - 200px);
}
.keisei h5 {
  border-left: 4px solid #0076dd;
  padding: 0px 0 0px 10px;
  font-size: 18px;
}
.news .flex > div {
  width: calc(100% / 3 - 60px);
  margin: 10px 30px;
}
.news .flex > div img {
  width: 100%;
}
.news .flex > div p {
  margin: 25px auto;
  background: #df0271;
  color: white;
  display: block;
  width: 150px;

  text-align: center;
}
@media screen and (max-width: 1230px) {
  .introduction .greeting .dr_img {
    display: block;
  }
  .introduction .greeting {
    background: none;
  }
  .introduction .greeting div {
    width: 100%;
  }
  .orthopedics .contents .example .gradation {
    width: 80%;
    padding: 20px;
  }
  .orthopedics .contents .example ul li {
    margin-left: 0;
    margin-top: 10px;
  }
  .box .txt_img {
    margin-bottom: 40px;
  }
  .under .doctor .flex > p {
    width: 80%;
    margin: 0 auto;
  }
  .under .doctor .flex .bg_white {
    width: 90%;
    margin: 0 auto;
  }
  .table01 tr th,
  .table01 tr td {
    padding: 10px 6px;
  }
  .orthopedics .about,
  .gastro .about {
    margin-bottom: 160px;
  }
  .gastro .works .table02,
  .gastro .thesis .table01 {
    width: 100%;
  }
  .gastro .target .list_dots,
  .gastro .medical_exam .list_dots {
    flex-wrap: nowrap;
    height: auto;
  }
  .gastro .target .list_dots li,
  .gastro .medical_exam .list_dots li {
    margin-bottom: 5px;
    width: 90%;
  }
  .cardio .medical_exam .flex {
    flex-direction: row;
  }
  .digestive .img_list li {
    width: 100%;
  }
  .anesthesia .works .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .scroll {
    overflow: scroll;
  }
  .scroll::before {
    content: "右にスクロールできます";
  }
  .digestive .img_list li {
    width: 100%;
  }
  .gastro_liver .about .flex,
  .gastro_liver .medical_exam .flex {
    flex-direction: column;
    width: 100%;
  }
  .gastro_liver .about .flex > div,
  .gastro_liver .medical_exam .flex > div {
    width: auto;
  }
  .keisei_title {
    width: 100%;
  }
  .keisei_title > p {
    padding-top: 100%;
    font-size: 3.2vw;
    padding: 40px 10px;
  }
  .two_photo {
    justify-content: center;
  }
  .two_photo > div {
    width: calc(100% / 1 - 20px);
  }
  .news .flex {
    justify-content: flex-start;
  }
  .news .flex > div {
    width: calc(100% - 10px);
    margin: 10px 5px;
  }
  .endoscope .about ul.flex li {
    width: 100%;
    margin: 0;
  }
}
@media (orientation: landscape) {
}
.table02_box table{
  width: 90%;
  text-align: center;
}
.table02_box{
  margin: 50px auto;
}

