@charset "UTF-8";
@media print, all and (min-width: 710px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
/* 共通 */
body {
  /* INDEX */
  /* LEAD */
  /*TRAINING*/
  /*VOICE*/
}
body.recruit .img-box_wrap .image-box {
  float: right;
  clear: right;
  padding-left: 40px;
  padding-bottom: 20px;
}
body #recruit-catchcopy {
  text-align: center;
}
body #recruit-catchcopy em {
  color: #4bbdce;
  font-size: 175%;
  font-weight: bold;
}
body.training .course-wrap section h4 {
  font-weight: 125%;
  font-weight: bold;
  color: #fff;
  background: #4bbdce;
  padding: 5px 25px;
  margin-bottom: 5px;
}
body.training .course-wrap section:not(:last-of-type) {
  margin-bottom: 30px;
}
body.training table tr,
body.training table td,
body.training table td {
  border: solid 1px #4bbdce;
}
body.training table th,
body.training table td {
  padding: 5px 10px;
}
body.training table th {
  width: 110px;
  font-weight: bold;
  background-color: #4bbdce;
  color: #fff;
  border: solid 1px #89d8e3;
  padding-left: 25px;
  box-sizing: border-box;
}
body.voice #voice-lead h4 {
  font-size: 125%;
  font-weight: bold;
  text-align: center;
  color: #4bbdce;
  margin-bottom: 20px;
}
body.voice #voice-lead .list-wrap {
  width: min(640px, 100%);
  margin: auto;
}
body.voice #voice-lead .list-wrap .list-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
body.voice #voice-lead .list-wrap .list-col .list {
  width: 200px;
  box-sizing: border-box;
  border: solid 1px #000;
}
body.voice #voice-lead .list-wrap .list-col .list p,
body.voice #voice-lead .list-wrap .list-col .list ul {
  padding: 5px 20px;
}
body.voice #voice-lead .list-wrap .list-col .list p {
  background-color: #FF9999;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
body.voice #voice-lead .list-wrap .list-col .list li::before {
  content: "・";
}
body.voice #voice-lead .list-wrap .list-col .list:nth-child(2) p {
  background-color: #009999;
}
body.voice #voice-lead .list-wrap .list-col .list:nth-child(3) p {
  background-color: #339A04;
}

#training-about .btn-type01 a {
  width: auto;
  text-align: left;
  padding: 5px 15px;
  padding-right: 50px;
}
#training-about .btn-type01 a:after {
  content: none;
}
#training-about .btn-type01 a::before {
  background-image: url(../images/common/icon_pdf.svg);
  transform: none;
  width: 20px;
  height: 25px;
  background-size: 20px;
  border: none;
  top: 7px;
  right: 6px;
}
#training-about .about-float dt {
  float: left;
  clear: left;
  width: 120px;
}
#training-about .about-float dd {
  padding-left: 120px;
}

@media all and (min-width: 751px) {
  body.recruit #title {
    background-image: url(../images/recruit/title-bg.jpg);
  }
  /* INDEX */
}
@media only screen and (max-width: 750px) {
  body.recruit {
    /* INDEX */
    /* LEAD */
    /*OUTPATIENT*/
  }
  body.recruit #title {
    background-image: url(../images/recruit/title-bg.jpg);
  }
  body.recruit .img-box_wrap .image-box {
    width: 100%;
    padding-left: 0px;
    padding-bottom: 0px;
  }
  body.recruit #recruit-catchcopy {
    margin-bottom: 50px;
  }
  body.recruit #recruit-catchcopy em {
    font-size: 150%;
  }
  body.recruit #training-about .about-float dt {
    font-weight: bold;
    width: 100%;
  }
  body.recruit #training-about .about-float dd {
    padding-left: 10px;
  }
  body.recruit #training-about .about-float dd:not(:last-of-type) {
    margin-bottom: 10px;
  }
  body.recruit #outpatient_schedule section:not(:last-of-type) {
    margin-bottom: 30px;
  }
  body.recruit #outpatient_schedule h4 {
    font-weight: 125%;
    font-weight: bold;
    color: #fff;
    background: #4bbdce;
    padding: 5px 10px;
    text-align: center;
  }
}
