@charset "UTF-8";
p.c {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
}

#main .department_link ul {
  margin: 0 0 0;
  clear: both;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

#main .department_link ul li {
  width: calc((100vw - 60px) / 2);
  margin: 5px 5px 5px 0;
  border-left: 5px solid #267a5e;
}

@media (min-width: 768px) {
  #main .department_link ul {
    margin: 0 0 0 10px;
    clear: both;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
  }

  #main .department_link ul li {
    width: calc((100% - 35px) / 3);
    min-width: 200px;
    margin: 5px 5px 5px 0;
    border-left: 5px solid #267a5e;
  }
}
#main .department_link ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  border: 1px solid #ddd;
  margin: 0 0;
  text-indent: 10px;
}

#main .department_link ul li::before {
  border: 0 none;
  position: relative;
  left: 0;
}

#main .department_link::after {
  content: "";
  clear: both;
  display: block;
  margin: 0 auto;
}

#main .department_link ul li .navi_1 {
  background: #fff url(/img/icon/icon_1.png) no-repeat 8px center;
  background-size: 24px 24px;
  text-indent: 35px;
}

#main .department_link ul li .navi_2 {
  background: #fff url(/img/icon/icon_2.png) no-repeat 8px center;
  background-size: 24px 24px;
  text-indent: 35px;
}

#main .department_link ul li .navi_3 {
  background: #fff url(/img/icon/icon_3.png) no-repeat 8px center;
  background-size: 24px 24px;
  text-indent: 35px;
}

#main .department_link ul li .navi_4 {
  background: #fff url(/img/icon/icon_4.png) no-repeat 8px center;
  background-size: 24px 24px;
  text-indent: 35px;
}

#main .department_link ul li .navi_5 {
  background: #fff url(/img/icon/icon_5.png) no-repeat 8px center;
  background-size: 24px 24px;
  text-indent: 35px;
}

#main .department_link ul li .navi_6 {
  background: #fff url(/img/icon/icon_6.png) no-repeat 8px center;
  background-size: 24px 24px;
  text-indent: 35px;
}

#main .department_link ul li .navi_7 {
  background: #fff url(/img/icon/icon_7.png) no-repeat 8px center;
  background-size: 24px 24px;
  text-indent: 35px;
}

.svg #main .department_link ul li .navi_1 {
  background: url(/img/icon/icon_1.svg) no-repeat 8px center;
  background-size: 24px 24px;
}

.svg #main .department_link ul li .navi_2 {
  background: url(/img/icon/icon_2.svg) no-repeat 8px center;
  background-size: 24px 24px;
}

.svg #main .department_link ul li .navi_3 {
  background: url(/img/icon/icon_3.svg) no-repeat 8px center;
  background-size: 24px 24px;
}

.svg #main .department_link ul li .navi_4 {
  background: url(/img/icon/icon_4.svg) no-repeat 8px center;
  background-size: 24px 24px;
}

.svg #main .department_link ul li .navi_5 {
  background: url(/img/icon/icon_5.svg) no-repeat 8px center;
  background-size: 24px 24px;
}

.svg #main .department_link ul li .navi_6 {
  background: url(/img/icon/icon_6.svg) no-repeat 8px center;
  background-size: 24px 24px;
}

.svg #main .department_link ul li .navi_7 {
  background: url(/img/icon/icon_7.svg) no-repeat 8px center;
  background-size: 24px 24px;
}

#main .greet h2 {
  background: none;
  color: #000;
  padding-bottom: 50px;
}

#main .greet h2::after {
  clear: both;
  display: block;
  content: "";
  border: 1px solid #267a5e;
  width: 100px;
  margin-top: 50px;
}

#main .greet p {
  margin-left: 20px;
}

#main .greet .photo {
  float: right;
  width: 230px;
  margin: 0 10px 10px 30px;
}

#main .greet .photo {
  float: right;
  width: 40%;
  margin: 0 10px 10px 10px;
}

@media (min-width: 768px) {
  #main .greet .photo {
    float: right;
    width: 250px;
    margin: 0 10px 10px 30px;
  }
}
#main .greet .photo p {
  margin: 10px 0;
  text-align: right;
}

#main .greet .photo img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

#main .greet::after {
  clear: both;
  display: block;
  content: "";
}

#main table.summary tbody th {
  text-align: left;
  width: 30%;
  padding: 5px;
  background: #f1faf7;
}

#main table.summary tbody td {
  padding: 5px;
}

#main table.surgery thead th {
  text-align: center;
  width: 40%;
  padding: 5px;
  background: #f1faf7;
}

#main table.surgery thead td {
  text-align: center;
  padding: 5px;
  background: #f1faf7;
}

#main table.surgery tfoot th {
  text-align: center;
  width: 40%;
  padding: 5px;
  background: #f1faf7;
}

#main table.surgery tfoot td {
  text-align: center;
  padding: 5px;
  background: #f1faf7;
  border: 1px solid #999;
}

#main table.surgery tbody th {
  text-align: left;
  width: 40%;
  padding: 5px;
}

#main table.surgery tbody td {
  padding: 5px;
  text-align: center;
}

#main .book {
  margin: 10px;
  border-bottom: 2px solid #ddd;
  padding: 10px 0;
}

#main .book::after {
  content: "";
  clear: both;
  display: block;
}

#main .book .book_ttl {
  clear: both;
}

#main .book .book_ttl p {
  text-align: right;
}

#main .book .flex {
  display: block;
  margin: 0 10px;
}

#main .book .ph {
  width: 100%;
  margin: 0 0 10px;
}

#main .book .text {
  width: 100%;
}

#main .disclosure table th:nth-child(1) {
  width: 8em;
}
#main .disclosure table td {
  padding: 5px;
}

@media (min-width: 768px) {
  #main .disclosure table td {
    padding: 5px;
  }

  #main .book .flex {
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
  }

  #main .book .ph {
    width: 250px;
    margin: 0 0;
  }

  #main .book .text {
    width: calc(100% - 270px);
  }
}
#main .book .text p.catch {
  margin: 0 0 10px;
  padding: 0;
  font-weight: bold;
  text-align: left;
}

#main .book .text p.article {
  margin: 0;
  padding: 0;
}

#main .book .text img {
  margin: 10px auto;
}

#main .book img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0;
}

#main .media {
  padding: 10px 0;
  margin: 10px;
  border-bottom: 2px solid #ddd;
}

.d_list span {
  display: inline-block;
}
.d_list span::after {
  content: "／";
}

@media (min-width: 768px) {
  #main .media .flex {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    margin: 0 10px;
  }

  #main .media .ph {
    width: 200px;
    margin: 0 0;
  }

  #main .media .text {
    width: calc(100% - 220px);
  }
}
#main .media::after {
  content: "";
  clear: both;
  display: block;
}

#main .media .text .box {
  font-size: 1.4rem;
}

#main .media img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0;
}

#main table.course tbody th {
  text-align: center;
  width: 20%;
}

#main table.course tbody td {
  text-align: left;
  padding: 5px;
}

#main .magazine li a {
  margin-left: 0;
}

#main .voice {
  margin: 20px 10px 0;
  padding: 20px 0 0;
  border-top: 3px double #267a5e;
}

#main .voice_oneblock {
  border-bottom: 3px double #267a5e;
  margin: 0 0px 20px;
  padding: 0 0 20px;
}

#main .voice_oneblock .voice_info {
  display: flex;
  margin: 0 0 5px;
  justify-content: space-between;
  align-items: center;
}

#main .voice_oneblock .voice_info .date {
  text-align: right;
  margin: 0 15px 5px;
  font-size: 1.4rem;
}

#main .voice_oneblock .voice_info .vo_type {
  background: #267a5e;
  color: #fff;
  padding: 3px 15px;
  margin: 0 0 0 0;
  display: inline-block;
  text-align: center;
}

#main .voice_oneblock dl {
  display: flex;
  margin: 0 0 0;
  border: 1px solid #267a5e;
}

#main .voice_oneblock dl + dl {
  border-top: 0px solid #267a5e;
}

#main .voice_oneblock dt {
  width: 7em;
  text-align: center;
  background-color: #bdded7;
  display: flex;
  align-items: center;
  border-right: 1px solid #267a5e;
  justify-content: center;
}

#main .voice_oneblock dd {
  border: 0 none;
  background: #fff;
  padding: 10px;
  margin: 0;
  width: calc(100% - 7em);
}

#main ol.maru {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0 0 0 15px;
}
#main ol.maru > li {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 10px;
  margin-bottom: 5px;
  position: relative;
}
@media (min-width: 768px) {
  #main ol.maru > li {
    padding-left: 30px;
    font-size: 1.6rem;
  }
}
#main ol.maru > li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #ffffff;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 1.4em;
  width: 1.4em;
  font-size: 85%;
  line-height: 1;
  position: absolute;
  top: 3px;
  left: -12px;
}
@media (min-width: 768px) {
  #main ol.maru > li::before {
    top: 2px;
    left: 6px;
  }
}

.r {
  text-align: right;
}

/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #80B1D9;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
