@charset "UTF-8";
/* CSS Document */

.news_detail {
  margin-left: auto;
  margin-right: auto;
}

.news_detail_wrap {
  border: solid 1px #ccc;
  box-sizing: border-box;
  margin-top: 30px;
}

.news_detail_date_wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.news_detail_cat {
  width: 80px;
  height: 26px;
  margin-left: 10px;
}

.news_detail_ttl {
  font-weight: 600;
  border-bottom: solid 1px #ccc;
  line-height: 1.4;
}

.news_detail_ttl .news_new {
  font-weight: 600;
  color: #F46B6B;
}

.news_detail .common_btn {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
}

.news_detail_wrap .detailText i {
  font-style: italic;
}

.news_detail_wrap .detailText a {
  font-weight: 600;
  color: #294b96;
  text-decoration: underline;
}

.news_detail_wrap .detailText a:hover {
  color: #eeaa2f;
}

.news_detail_wrap .detailUpfile img {
  max-width: 500px;
  height: auto;
}

.dr_message {
  font-weight: bold;
  font-size: 2.0rem;
  margin-bottom: 1.0rem;
  color: #294b96;
}

.policy_list {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  background: #fffeed
    /*#f2f9fa*/
  ;
}

.policy_list li {
  position: relative;
  padding-left: 1.5em;
}


.policy_list li::before {
  content: '';
  display: block;
  position: absolute;
  top: 5px
    /*2px*/
  ;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../img/common/ico_check.svg);
  background-size: contain;
}

.recruit_point {
  margin-top: 50px;
  margin-bottom: 50px;
}

.recruit_point h4 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
  padding: 15px;
  border-radius: 10px;
  background-color: #38a1db;
  color: #fff;
}

.recruit_point ol {
  counter-reset: number 0;
}



.recruit_point ol dt {
  font-family: "BIZ UDPGothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  /* font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO"; */
  font-weight: 600;
  line-height: 1.4;
  border-bottom: solid 1px #ccc;
  position: relative;
}

.recruit_point ol dt::before {
  counter-increment: number 1;
  content: counter(number) " ";
  color: #fff;
  background-color: #294b96;
  border-radius: 50%;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 0;
  transform: translateY(-50%);
}

.recruit_detail h4 {
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1;
  padding: 15px;
  border-radius: 10px;
  background-color: #38a1db;
  color: #fff;
}

.txt_imp {
  font-weight: bold;
  color: #FF7E30;
}

.recruit_summary {
  margin-top: 30px;
}

.recruit_summary h5 {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 10px;
  margin-bottom: 15px;
  color: #294b96;
  border-left: 5px solid #38a1db;
  line-height: 1;
}

.recruit_summary tr {
  padding: 5px 20px;
  border-bottom: #a6a6a6 1px solid;
  border-top: #a6a6a6 1px solid;
}

.recruit_summary tr th {
  padding: 5px 10px 10px;
  width: 20%;
  background-color: #294b96;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
}

.recruit_summary tr td {
  padding: 5px 10px;
}

.yoko h5 {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 10px;
  margin-bottom: 15px;
  color: #294b96;
  border-left: 5px solid #38a1db;
  line-height: 1.4;
}

.job_list {
  margin-top: 20px;
  margin-bottom: 60px;
}

.news_detail .job_list .common_btn {
  max-width: 300px;
}

.news_detail_wrap .detailText .job_list a {
  text-decoration: none;
  line-height: 1.2;
  color: #fff;
  border: solid 1px #294b96;
  background: #294b96;
  border-radius: 10px;
  font-size: 1.6rem;
  flex-wrap: wrap;
}

.news_detail_wrap .detailText .job_list a span {
  font-weight: normal;
}

/* ----------------------------------------------------------------------- 
 SP表示
----------------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .news_detail {
    width: 92%;
    padding: 5.0rem 0;
  }

  .news_detail_wrap {
    padding: 2.0rem;
  }

  .news_detail_ttl {
    font-size: 1.8rem;
    padding: 1.5rem 0 0.5rem 0;
  }

  .news_detail_ttl .news_new {
    font-size: 1.4rem;
  }

  .news_detail_in .detailText {
    padding-top: 2.0rem;
  }

  .news_detail .common_btn {
    margin-top: 2.0rem;
  }

  .recruit_point ol li {
    margin-bottom: 20px;
  }

  .recruit_point ol dt {
    font-size: 2.0rem;
    padding: 0 0 10px 45px;
    margin-bottom: 15px;
  }

  .recruit_point ol dt::before {
    width: 36px;
    height: 36px;
    line-height: 36px;
    top: calc(50% - 8px);
    font-size: 1.8rem;
  }

  .news_detail_wrap .detailText .job_list a {
    padding: 0 30px;
  }

  .yoko{
    margin-bottom: 40px;
  }
}

/* ----------------------------------------------------------------------- 
 PC表示
----------------------------------------------------------------------- */
@media print,
(min-width: 768px) {
  .news_detail {
    width: 1000px;
    padding: 80px 0 100px 0;
  }

  .news_detail_wrap {
    padding: 50px;
    ;
  }

  .news_detail_ttl {
    font-size: 2.0rem;
    padding: 15px 0 10px 0;
  }

  .news_detail_ttl .news_new {
    font-size: 1.6rem;
  }

  .news_detail_in .detailText {
    padding-top: 30px;
  }

  .news_detail .common_btn {
    margin-top: 30px;
  }

  .recruit_point{
    margin-top: 80px;
    margin-bottom: 80px;
  }


  .recruit_point h4{
            margin-bottom: 30px;
  }

  .recruit_point ol li{
margin-bottom: 35px;
  }

  .recruit_point ol dt {
        font-size: 2.4rem;
        padding: 0 0 10px 45px;
        color: #294b96;
        margin-bottom: 20px;
}

.recruit_point ol dt::before {
  width: 36px;
        height: 36px;
        line-height: 36px;
        top: calc(50% - 8px);
        font-size: 1.8rem;
}

.job_list{
  display: -webkit-box;
display: flex;
flex-wrap: wrap;
-webkit-box-pack: justify;
justify-content: space-between;
    margin-top: 20px;
        margin-bottom: 80px;
}

.news_detail .job_list .common_btn{
  margin: 30px 0 0;
        width: 50%;
        max-width: 430px;
}

.news_detail_wrap .detailText .job_list a:hover{
	color:#294b96;;
	background:#fff;
      border: solid 1px #294b96;
}
.news_detail_wrap .detailText .job_list a:hover::before, .news_detail_wrap .detailText .job_list a:hover::after {
  right: 15px;
}
.news_detail_wrap .detailText .job_list a:hover::before {
  opacity: 0;
}
.news_detail_wrap .detailText .job_list a:hover::after {
  opacity: 1;
}


}




.yoko table {
  margin-top: 30px;
  margin-bottom: 20px;
}

.yoko tr {
  padding: 5px 20px;
  border-bottom: #a6a6a6 1px solid;
}

.topline {
  border-top: #a6a6a6 1px solid;

}

.yoko tr th {
  padding: 5px 20px;
  width: 15%;
}

.yoko tr td {
  padding: 5px 20px;
}

@media only screen and (max-width: 767.98px) {
  .yoko tr th {
    padding: 5px 10px;
    width: 20%;
  }

  .yoko tr td {
    padding: 5px 10px;
  }
}

@media print,
(min-width: 768px) {
  .yoko tr th {
            padding: 10px;
    width: 20%;
  }

  .yoko tr td {
    padding: 10px 20px;
  }
  .yoko{
    margin-bottom: 60px;
  }
}

#ope_recept tr th,#ope_radio tr th {
  background-color: #fffeed;
  font-weight: bold;
}

#ope_nurse tr th,#ope_physical tr th {
  background-color: #f2faff;
  font-weight: bold;
}

.yoko ol {
  /* counter-reset: my-counter; */
  list-style: none;
  padding: 0;
}

.yoko li {
  margin-bottom: 10px;
      padding-left: 1.0em;
  position: relative;
}

.yoko li:before {
  /* content: counter(my-counter);
  counter-increment: my-counter; */
  content: "";
  background-color: #FF7E30;
  color: #fff;
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
      top: 11px;
    left: 0;
}

.yoko li.marker_none:before {
  display: none;
}

.yoko li.marker_none {
  padding-left: 0;
}

.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}