.rema_kv.parts_2024 {
  background: url(/medical/asset/img/parts_2024/main.jpg) center/cover no-repeat;
}

.remaLower .rema_kv__tit span {
  background: transparent;
  padding: 0;
  font-size: 1.8rem;
}

.img_layout img {
  max-width: 78%;
}

.remaTmp_h3Tit {
  margin-bottom: 30px;
}

.medical-ollist_box {
  padding: 50px;
  box-shadow: 0 0 20px rgba(210, 226, 239);
  border-radius: 5px;
}
.medical-ollist_wrap01 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.medical-ollist_wrap02 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.medical-ollist01 {
  width:calc(50% - 25px);
}
.medical-ollist_width01{
  width:calc(50% - 25px);
}
.medical-ollist_item {
  margin-bottom: 20px;
}
.medical-ollist_item:last-child {
  margin-bottom: 0;
}
.medical-ollist_boldTxt {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #0068B7;
}
.medical-ollist_txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
.medical-ollist_h3Tit {
  width:fit-content;
  font-size: 2.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0 auto 35px;
  position: relative;
}
.medical-ollist_h3Tit::before {
  content: '';
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
}
.medical-ollist_icon01::before {
  width: 42px;
  left: -40%;
  background-image: url(/medical/asset/img/primekarte/img_sec02_01.png);
}
.medical-ollist_icon02::before {
  width: 42px;
  left: -50%;
  background-image: url(/medical/asset/img/primekarte/img_sec02_02.png);
}
.medical-ollist_icon03::before {
  width: 48px;
  left: -56%;
  background-image: url(/medical/asset/img/primekarte/img_sec02_03.png);
}
.remaTmp-ullist.timeworks_list li,
.remaTmp-ullist.happyrapport_list li
 {
  display: block;
}

.fw_bold {
  font-weight: bold;
}

.flexBox_layout01{
  justify-content: center;
  margin-bottom: 80px;
}

.timeworks_imglayout img,
.happyrapport_imglayout img{
  max-width: 80%;
}
.happyrapport_imglayout_02 img{
  width: 560px;
}

.timeworks_arrow,
.txt_center {
  text-align: center;
}
.timeworks_arrow img {
  width: 123px;
}

.solution_flexBox--col3 {
  flex-wrap: wrap;
  justify-content: center;
}
.solution_flexBox--col3 .remaTmp_flexItem {
  max-width: calc((100% - 100px) / 3);
  margin-left: 0;
}



@media screen and (max-width: 767px) {
  .rema_kv.parts_2024 {
    background: url(/medical/asset/img/parts_2024/main_sp.jpg) center/cover no-repeat;
  }
  .remaLower .rema_kv__txtBox.medical__kvtxt100 {
    width: 100%;
  }

  .remaLower .rema_kv__tit span {
    font-size: 1.6rem;
    line-height: 3;
    letter-spacing: 0.05em !important;
  }

  .remaTmp_h2Tit {
    font-size: 2.3rem;
    margin-bottom: 45px;
  }
  .remaTmp_h3Tit {
    font-size: 2.1rem;
  }
  .remaTmp_h4Tit {
    font-size: 1.9rem;
  }
  .remaTmp_boldTxt {
    font-size: 1.8rem;
  }
  .remaTmp_txt {
    font-size: 1.6rem;
  }

  .remaTmp_flexBox .remaTmp_boldTxt {
    margin-bottom: 20px;
  }

  .img_layout {
    margin-bottom: 20px;
  }
  .img_layout img {
    max-width: 70%;
  }

  .remaTmp_thumImg {
    margin-bottom: 20px;
  }

  .medical-ollist_box {
    padding: 45px 15px;
  }
  .medical-ollist_wrap01 {
    flex-direction: column;
  }
  .medical-ollist_wrap02 {
    flex-direction: column;
  }
  .medical-ollist01 {
    width:calc(100%);
  }
  .medical-ollist_width01{
    width:calc(100%);
  }
  .medical-ollist_item:last-child {
    margin-bottom: 20px;
  }
  .medical-ollist_h3Tit::before {
    content: '';
    height: 50px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 38%;
    transform: translateY(-50%);
  }
  .medical-ollist_icon01::before {
    width: 42px;
    left: -40%;
  }
  .medical-ollist_icon02::before {
    width: 42px;
    left: -50%;
  }
  .medical-ollist_icon03::before {
    width: 48px;
    left: -56%;
  }
  .remaTmp-ullist.timeworks_list li,
  .remaTmp-ullist.happyrapport_list li {
    font-size: 1.6rem;
  }

  .flexBox_layout01{
    justify-content: start;
    margin-bottom: 50px;
  }
  .flexBox_layout02{
    flex-direction: column-reverse;
  }

  .timeworks_imglayout img,
  .happyrapport_imglayout_02 img{
    max-width: 100%;
  }
  .happyrapport_imglayout img{
    max-width: 70%;
  }

  .solution_flexBox--col3 {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  .solution_flexBox--col3 .remaTmp_flexItem {
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
  }
  .solution_flexBox--col3 .remaTmp_flexItem:last-child {
    margin-bottom: 28px;
  }
}