@charset "UTF-8";

/* 臨床検査科 */

.kentai_list {
  margin: 0 0 1em 1.3em;
}
.kentai_list > li {
  color: #00a0e9;
  list-style-type: disc;
  font-size: 116%;
  line-height: 1.4;
  padding-bottom: 0.5em;
}
.kentai_list > li span {
  color: #333333;
}

/* 栄養科 */

.gijutsu-eiyou #main_inner .houshin {
  font-size: 100%;
  margin: 0 0 3em 1.6em;
}
.gijutsu-eiyou #main_inner .houshin > li {
  font-size: 132%;
  line-height: 1.6;
  list-style-type: disc;
  padding-bottom: 0.3em;
}
.bluebox {
  background: #daf0fc;
  padding: 1.5em 1em 1px;
  margin-bottom: 1.5em;
}
.kanri_title {
  font-weight: bold;
  font-size: 140%;
  margin-bottom: 0.5em;
}
.shido_title {
  color: #1d2088;
  font-size: 108%;
}
.eiyoshido_tbl {
  width: 100%;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  margin: -1em 0 1em;
}
.eiyoshido_tbl td {
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  text-align: center;
  vertical-align: middle;
  width: 25%;
  box-sizing: border-box;
  font-size: 116%;
  padding: 0.5em;
}
.eiyoshido_tbl .head {
  background: #eeeeee;
}
#main_inner .tonyo_pic {
  text-align: center;
  margin-bottom: 2.5em;
}
.tonyo_pic img {
  max-width: 350px;
  width: 100%;
  border: 1px solid #eeeeee;
}
.tonyo_pic img:nth-of-type(1) {
  margin-right: 10px;
}

.shoku_no_renkei {
  text-align: center;
}
.shoku_no_renkei img {
  vertical-align: middle;
  margin-right: 10px;
  width: 150px;
  border: 1px solid #eeeeee;
}
.shoku_no_renkei a {
  color: blue;
}
.eiyou01 {}
.eiyou01 img {
  border: 1px solid #eeeeee;
  width: 100%;
}

/* リハビリ */

#main_inner .rihabiri_pic01 {
  background: url(images/rihabiri_pic01_pc.jpg) no-repeat 0 50px;
  padding-bottom: 472px;
}
.rigaku_list {
  background: #ecf7fe;
  padding: 0.9em;
  margin-bottom: 1em;
}
.rigaku_list dt {
  color: #1d2088;
  font-size: 123%;
  line-height: 1.4;
  padding-bottom: 0.3em;
}
.rigaku_list dd {
  font-size: 116%;
  line-height: 1.4;
}
.shien {
  font-size: 116%;
  margin-bottom: 0.5em;
}
.shien_list {
  margin-bottom: 3em;
}
.shien_list dt {
  font-size: 116%;
  line-height: 1.4;
  float: left;
}
.shien_list dd {
  font-size: 116%;
  line-height: 1.4;
  margin-left: 3em;
}


/* 薬剤科 */

.yellowbox {
  clear: both;
  background: #fbf7ee;
  padding: 1.5em 1em;
  margin-bottom: 1.5em;
}
.yellowbox .mintitle { margin-bottom: 0.5em; }
.gijutsu-yakuzai .yellowbox {
  background: #fbf7ee;
  padding: 1em 1em 1px;
  margin-bottom: 3em;
}
#main_inner .houshin {
  font-size: 140%;
}
.mintitle.tf {
  text-align: left;
  font-size: 132%;
}

/* 臨床工学科 */

.bluebox.shikaku {
  width: 18em;
}


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

  /* 臨床検査科 */

  .kentai_list > li {
    font-size: 150%;
  }

  /* 栄養科 */

  .gijutsu-eiyou #main_inner .houshin {
    margin: 0 0 2em 1.6em;
  }
  .gijutsu-eiyou #main_inner .houshin > li {
    font-size: 150%;
    line-height: 1.4;
  }
  .kanri_title {
    font-size: 150%;
  }
  .shido_title {
    color: #1d2088;
    font-size: 108%;
  }
  .eiyoshido_tbl td {
    font-size: 123%;
  }
  #main_inner .tonyo_pic {
    margin-bottom: 1em;
  }
  .tonyo_pic img {
    margin-bottom: 1em;
  }
  .tonyo_pic img:nth-of-type(1) {
    margin-right: 0;
  }
  .shoku_no_renkei img {
    margin: 0 auto 1em;
    max-width: 200px;
    width: 100%;
    display: block;
  }

  /* リハビリ */

  #main_inner .rihabiri_pic01 {
    background: url(images/rihabiri_pic01_sp.jpg) no-repeat 50% 5em;
    padding-bottom: 68%;
    background-size: contain;
  }
  .honda_btn {
    text-align: center;
  }
  .rigaku_list dt {
    font-size: 150%;
  }
  .rigaku_list dd {
    font-size: 150%;
  }
  .shien {
    font-size: 150%;
  }
  .shien_list dt {
    font-size: 150%;
  }
  .shien_list dd {
    font-size: 150%;
  }

  /* 薬剤科 */

  #main_inner .houshin {
    font-size: 150%;
  }
  .mintitle.tf {
    text-align: left;
    font-size: 150%;
  }
  .mintitle .di {
    display: block;
    padding-left: 1em;
  }

  /* 臨床工学科 */

  .bluebox.shikaku {
    width: auto;
  }


}

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


}

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

  /* 臨床検査科 */

  .kentai_list > li {
    font-size: 123%;
  }

  /* 栄養科 */

  .gijutsu-eiyou #main_inner .houshin > li {
    font-size: 123%;
  }
  .kanri_title {
    font-size: 132%;
  }
  .eiyoshido_tbl td {
    font-size: 116%;
  }

  /* リハビリ */

  .rigaku_list dt {
    font-size: 123%;
  }
  .rigaku_list dd {
    font-size: 123%;
  }
  .shien {
    font-size: 123%;
  }
  .shien_list dt {
    font-size: 123%;
  }
  .shien_list dd {
    font-size: 123%;
  }

  /* 薬剤科 */

  #main_inner .houshin {
    font-size: 123%;
  }
  .mintitle.tf {
    font-size: 123%;
  }

}

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

  /* 臨床検査科 */

  .kentai_list > li {
    font-size: 116%;
  }

  /* 栄養科 */

  .gijutsu-eiyou #main_inner .houshin > li {
    font-size: 116%;
  }
  .kanri_title {
    font-size: 116%;
  }
  .eiyoshido_tbl td {
    font-size: 108%;
  }

  /* リハビリ */

  .rigaku_list dt {
    font-size: 116%;
  }
  .rigaku_list dd {
    font-size: 116%;
  }
  .shien {
    font-size: 116%;
  }
  .shien_list dt {
    font-size: 116%;
  }
  .shien_list dd {
    font-size: 116%;
  }

  /* 薬剤科 */

  #main_inner .houshin {
    font-size: 116%;
  }
  .mintitle.tf {
    font-size: 116%;
  }

}
