/* itコース */
.dmd_it .dmd_bl_ttl {
  background: #2568c0;
}
.dmd_it .dmd_bl_fv {
  background: url(https://gyokai-renkei.jp/wp2024/wp-content/themes/mytheme2024/img/pc_fv_background_it.png)center / auto;
  background-color: #fff;
  background-repeat: no-repeat;
}
.dmd_it .dmd_bl_curriculumlist {
  border: 1px solid #2568c0;
}
.dmd_it .dmd_bl_flow_recruit_flex {
  border: 2px solid #2568c0;
}
.dmd_it .dmd_bl_flow_recruitPeriod {
  background: #2568c0;
}

/* メディカル給食コース */
.dmd_medical_lunch .dmd_bl_ttl {
  background: #ea9a36;
}
.dmd_medical_lunch .dmd_bl_fv {
  background: url(https://gyokai-renkei.jp/wp2024/wp-content/themes/mytheme2024/img/pc_fv_background_medical.png)center / auto;
  background-color: #fff;
  background-repeat: no-repeat;
}
.dmd_medical_lunch .dmd_bl_curriculumlist {
  border: 1px solid #ea9a36;
}
.dmd_medical_lunch .dmd_bl_curriculumlist_ttl {
  background: #ea9a36;
}
.dmd_medical_lunch .dmd_bl_flow_recruit_flex {
  border: 2px solid #ea9a36;
}
.dmd_medical_lunch .dmd_bl_flow_recruitPeriod {
  background: #ea9a36;
}

@media screen and (max-width: 640px) {
  #fv.dmd_bl_fv {
    background-repeat: no-repeat;
    background-color: #fff;
    padding-bottom: 3.906vw;
    margin-top: 59px;

  }
  .dmd_bl_situation_subTtl {
    font-weight: bold;
    text-align: center;
    margin-top: 4.688vw;
  }
  .dmd_bl_info_txt {
    font-size: 4.375vw;
    margin: 3.125vw 0 2vw;
  }
  /* itコース */
  .dmd_it .dmd_bl_fv {
    background: url(https://gyokai-renkei.jp/wp2024/wp-content/themes/mytheme2024/img/pc_fv_background_it.png)center / cover;
  }
  .dmd_medical_lunch .dmd_bl_fv {
    background: url(https://gyokai-renkei.jp/wp2024/wp-content/themes/mytheme2024/img/pc_fv_background_medical.png)center / cover;
  }
  /* メディカル給食コース */
  .dmd_medical_lunch .dmd_bl_situation_subTtl {
    font-size: 3.8vw;
    font-weight: bold;
    text-align: center;
    margin-top: 4.688vw;
  }
  .dmd_medical_lunch .dmd_bl_info_txt {
    font-size: 4vw;
  }
}
