
/* sideber */
.wp_content {
  display: flex;
  justify-content: space-between;
}
.wp_content .wp_left {
  width: 730px;
  margin-bottom: 45px;
}
.wp_content .wp_right {
  width: 340px;
  margin-left: 50px;
}
.wp_content .wp_right .inner {
  background: #ebf3ff;
  padding: 25px 5%;
}
.wp_content .wp_right .wp_right_tit {
  font-weight: bold;
  position: relative;
  margin: 5px auto;
  border-bottom: 2px solid #ccc;
}
.wp_content .wp_right .wp_right_tit::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 50%;
  height: inherit;
  border-bottom: 2px solid #4278d1;
}
.wp_content .wp_right .cat_name {
  background: #fff;
  color: #123189;
  font-weight: bold;
  padding: 10px 15px;
  margin: 25px 0 15px;
  text-decoration: none;
}
.wp_content .wp_right .cat_name a {
  background: #fff;
  color: #123189;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
.wp_content .wp_right .cat_name a._link-arrow {
  position: relative;
}
.wp_content .wp_right .cat_name a._link-arrow::after {
  content: '';
  position: absolute;
  background: url(/assets/images/common/ico_chevron-right-main.png) 0 0.3em no-repeat;
  background-size: 0.4em auto;
  right: 0;
  top: 3px;
  height: 15px;
  width: 10px;
}
.wp_content .wp_right .cat_list li {
  text-indent: 10px;
}
.wp_content .wp_right .cat_list li::before {
  content: '';
  padding-left: 15px;
  background: url(/assets/images/common/ico_chevron-right.png) 0 0.3em no-repeat;
  background-size: 0.4em auto;
  letter-spacing: 0;
}
.wp_content .wp_right .cat_list li+li {
  margin-top: 10px;
}
.wp_content .wp_right .cat_list li a {
  text-decoration: none;
}

@media screen and (max-width: 979px) {
  .wp_content {
    display: block;
    width: 100%;
  }
  .wp_content .wp_left {
    width: 100%;
  }
  .wp_content .wp_right {
    width: 100%;
    margin-left: 0;
  }
}



/* under_footer */
.under_footer {
  background: #96a4bd;
  padding: 70px 0;
  margin-top: 90px;
}
.under_footer .under_tit {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}
.under_footer .under_nav {
  width: 1120px;
  margin: 35px auto 0;
  display: flex;
  justify-content: space-between;
}
.under_footer .under_nav .nav_item {
  width: 30%;
}
.under_footer .under_nav .nav_item .under_cat_name {
  background: #fff;
  text-align: center;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: bold;
  color: #123189;
  margin-bottom: 15px;
}
.under_footer .under_nav .nav_item ul {
  padding: 0 6%;
}
.under_footer .under_nav .nav_item ul li::before {
  content: '';
  padding-left: 15px;
  background: url(/assets/images/common/ico_chevron-right-invert.png) 0 0.3em no-repeat;
  background-size: 0.4em auto;
  letter-spacing: 0;
}
.under_footer .under_nav .nav_item ul li+li {
  margin-top: 5px;
}
.under_footer .under_nav .nav_item ul li a {
  color: #fff;
}

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

  .under_footer {
    padding: 50px 3%;
  }
  .under_footer .under_nav {
    width: 100%;
    display: block;
    margin: 25px auto 0;
  }
  .under_footer .under_nav .nav_item {
    width: 100%;
  }
  .under_footer .under_nav .nav_item + .nav_item {
    margin-top: 30px;
  }
  .under_footer .under_tit {
    font-size: 18px;
  }
  .under_footer .under_nav .nav_item .under_cat_name {
    padding: 3px 5px;
  }
}



/* supervising */
.supervising {
  width: 1120px;
  margin: 0 auto;
  border: 1px solid #111;
  border-radius: 15px;
  margin-top: 80px;
  padding: 50px 4%;
}
.supervising .svis_tit {
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 15px;
}
.supervising .svis_inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.supervising .svis_inner .doc_item {
  width: 32%;
}
.supervising .svis_inner .doc_item.photo {
  width: 22%;
  margin-right: 30px;
}
.supervising .svis_inner .doc_item.hys {
  width: 55%;
}
.supervising .svis_inner .doc_item.hys ul li {
  display: flex;
}
.supervising .svis_inner .doc_item.hys ul li .year {
  width: 70px;
}
@media screen and (max-width: 979px) {
  .supervising .svis_inner .doc_item.hys ul li .year {
    width: 70px;
  }
}

.supervising .svis_inner .doc_item.hys ul li .txt {
  width: 400px;
}
@media screen and (max-width: 979px) {
  .supervising .svis_inner .doc_item.hys ul li .txt {
    width: 90%;
  }
}

.supervising .svis_inner .doc_item .doc_name {
  margin-bottom: 20px;
}
.supervising .svis_inner .doc_item .doc_name .clinic_txt {
  font-size: 15px;
}
.supervising .svis_inner .doc_item .doc_name .name_txt {
  font-weight: bold;
  font-size: 30px;
}
.supervising .svis_inner .doc_item .doc_name .eng_txt {
  font-size: 14px;
  color: #547d9a;
}

@media screen and (max-width: 979px) {
  .supervising {
    width: 96%;
    margin: 45px 2%;
    padding: 30px 6%;
  }
  .supervising .svis_inner {
    display: block;
  }
  .supervising .svis_inner .doc_item {
    width: 100%;
  }
  .supervising .svis_inner .doc_item.photo {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    margin-right: 0;
  }
  .supervising .svis_inner .doc_item.photo img {
    width: 50%;
  }
  .supervising .svis_inner .doc_item.hys {
    width: 100%;
    margin-top: 25px;
    font-size: 15px;
  }
}
