.rema_mdy {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-align: right;
  margin-bottom: 45px;
}

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

.remaTmp_cntNav__list {
  padding: 0;
}
.remaTmp_cntNav__list a {
  padding: 15px 30px;
}
.remaTmp_cntNav__list a.textlink01 {
  position: relative;
  overflow: hidden;
}
.remaTmp_cntNav__list a.textlink01::after {
  width: 90%;
  height: 6px;
  background: #fff;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
.remaTmp_cntNav__list a.textlink01:hover::after {
  bottom: 0;
}

.remaTmp-bggray {
  background: #E5EFF8;
}
.remaTmp_cnv--bggray {
  background: #E5EFF8;
}

.fixcvbtn {
  display: block;
}

.remaTmp_cntNav {
  background: #0068B7;
}

.rema_btn01 {
  margin: 45px 0 0;
}
.rema_copy__txt {
  padding: 0;
}

.remaTmp_btn_wrap {
  display: flex;
  justify-content: center;
}
.remaTmp_btn_wrap p:first-of-type {
  margin-right: 50px;
}
.remaTmp_btn.btn_blank a::after {
  content: '';
  width: 18px;
  height: 16px;
  display: inline-block;
  background: url(/medical/asset/img/top_re2023/ico_blank.svg) no-repeat;
  background-size: contain;
  position: relative;
  top: 0;
  left: 26%;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.remaTmp_btn_wrap {
  display: flex;
  justify-content: center;
}
.remaTmp_btn_wrap p:first-of-type {
  margin-right: 50px;
}
.dlbtn__text01 span::after {
  content: '資料ダウンロード・お問い合わせ';
  width: 100%;
  height: 100%;
}
.dlbtn__text02 span::after {
  content: '無料ダウンロード・お問い合わせ';
  width: 100%;
  height: 100%;
}
.dlbtn__text03 span::after {
  content: 'お問い合わせ';
  width: 100%;
  height: 100%;
}
.dlbtn__text04 span::after {
  content: '資料ダウンロード';
  width: 100%;
  height: 100%;
}

.rema_dl.parts_bg {
  background: linear-gradient(to right, #00a0e9 0%, #0068b7 100%);
}

.rema_cntlinkBox__list_02 {
  width: 18%;
  border-radius: 3px;
  background: #fff;
  -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
}

.rema_cntBox02__link.link_w>a {
  color: #fff;
}

.link_layout_02 {
  text-align: right;
  padding-top: 40px;
}

.rema_cntBox02__link.link_w>a span {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background-image: linear-gradient(90deg, #fff, #fff);
  color: #fff;
}
.rema_cntBox02__link.link_w>a::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.tit_color_w {
  color: #fff;
}

.remaTmp-table03Wrap {
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
.remaTmp-table03Wrap::before {
  content: '';
  width: 55px;
  height: 126px;
  background: url(/medical/asset/img/parts_2024/table_arrow_pc.png) no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.remaTmp-table03 {
  width: 44.5%;
  border-top: 1px solid #AFAFAF;
  border-left: 1px solid #AFAFAF;
  background: #fff;
}
.remaTmp-table03 th {
  text-align: left;
  border-bottom: 1px solid #AFAFAF;
  border-right: 1px solid #AFAFAF;
}
.remaTmp-table03 td {
  border-bottom: 1px solid #AFAFAF;
  border-right: 1px solid #AFAFAF;
  background: #fff;
}

.remaTmp-th_bg01 {
  background: #AFAFAF;
}
.remaTmp-th_bg02 {
  background: linear-gradient(to right, #00a0e9 0%, #0068b7 100%);
}
.remaTmp-table03.bdr_color02 {
  border-top: 1px solid #0068B7;
  border-left: 1px solid #0068B7;
}
.remaTmp-table03.bdr_color02 th {
  border-bottom: 1px solid #0068B7;
  border-right: 1px solid #0068B7;
}
.remaTmp-table03.bdr_color02 td {
  border-bottom: 1px solid #0068B7;
  border-right: 1px solid #0068B7;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.medical__link {
  color: #0068B7;
  position: relative;
}
.medical__link:hover {
  width: auto;
}
.medical__link:hover span {
  background-size: 100% 1px;
}
.medical__link span {
  display: block;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#00a0e9), to(#0068B7));
  background-image: linear-gradient(90deg, #00a0e9 0%, #0068B7 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
  display: inline !important;
}

.medical__link02>a {
  color: #0068B7;
  position: relative;
}
.medical__link02>a span {
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#0068B7), to(#0068B7));
  background-image: linear-gradient(90deg, #0068B7, #0068B7);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.6s;
  transition: background-size 0.6s;
  display: inline !important;
  color: #0068B7;
}
.medical__link02>a:hover span {
  width: auto;
  background-size: 100% 1px;
}

.box_layout_mb30sp17 {
  margin-bottom: 30px;
}
.box_layout_pb30sp17 {
  padding-bottom: 30px;
}
.box_layout_pb50sp17 {
  padding-bottom: 50px;
}

.remaTmp-table02.cell5 th {
  width: calc(100%/5);
}

.font_size16 {
  font-size: 1.6rem !important;
}
.font_size14 {
  font-size: 1.4rem !important;
}

.download__list {
  -webkit-box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 6px 3px 6px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  .footer {
    margin-bottom: 62px;
  }
}

@media screen and (min-width: 768px) {
  .rema_cntlinkBox__list_02 {
    margin-right: 2.5%;
  }
  .rema_cntlinkBox__list_02:last-child {
    margin-right: 0;
  }

  .remaTmp_thumImg--left.parts_layout {
    max-width: 47.5%;
  }
  .remaTmp_thumImg--right.parts_layout {
    margin-left: 20px;
    max-width: 47.5%;
  }
  .remaTmp_thumImg--left-500 {
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 50px;
    max-width: 500px;
  }
  .remaTmp_thumImg--right-500 {
    display: inline-block;
    margin-left: 50px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 0;
    -webkit-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
    max-width: 500px;
  }

  .remaTmp_flexBox--col2 .remaTmp_flexItem {
    width: calc(100%/2);
    max-width: calc(100%/2);
  }
  .remaTmp_flexBox--col3 .remaTmp_flexItem {
    width: calc(100%/3);
    max-width: calc(100%/3);
  }
  .remaTmp_flexBox--col4 .remaTmp_flexItem {
    width: calc(100%/4);
    max-width: calc(100%/4);
  }
}

@media screen and (max-width: 767px) {
  .rema_kv.parts_2024 {
    background: url(/medical/asset/img/parts_2024/main_sp.jpg) center/cover no-repeat;
    height: auto;
    min-height: 175px;
  }

  .rema_kv.parts_2024.title_center {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .rema_contact {
    background: url(/medical/asset/img/top_re2023/bg_contact_sp.png) no-repeat top center;
  }

  .rema_cntInner {
    padding-top: 8%;
  }

  .remaTmp_btn_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .remaTmp_btn_wrap p:first-of-type {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .remaTmp_btn_wrap p:last-of-type {
    margin-top: 0;
    margin-bottom: 0;
  }

  .link_layout_02 {
    text-align: right;
    padding-top: 40px;
  }

  .remaTmp-table01Wrap {
    width: 100%;
    overflow-x: scroll;
  }
  .remaTmp-table01 {
    min-width: 720px;
  }
  .remaTmp-table02 th {
    font-size: 1.8rem;
  }
  .remaTmp-table02 td {
    font-size: 1.6rem;
  }
  .remaTmp-table03Wrap {
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
  }
  .remaTmp-table03Wrap::before {
    width: 80px;
    height: 4%;
    background: url(/medical/asset/img/parts_2024/table_arrow_sp.png) no-repeat;
    top: 50.5%;
    background-size: contain;
  }
  .remaTmp-table03 {
    width: 100%;
  }

  .rema_cntlinkBox__list_02 {
    width: 69.3%;
  }
  .rema_cntlinkBox__list_02:nth-child(2n) {
    margin-left: 4.34%;
  }

  .remaTmp_thumImg--right {
    max-width: 100%;
  }

  .slick-slide>div {
    margin: 0 4%;
  }
  .remaTmp_flexBox_center {
    justify-content: center;
  }

  .box_layout_mb30sp17 {
    margin-bottom: 17px;
  }
  .box_layout_pb30sp17 {
    padding-bottom: 17px;
  }
  .box_layout_pb50sp17 {
    padding-bottom: 17px;
  }

  .mw1366.arteria_contents {
    max-width: 100%;
    padding: 0;
  }

  .contents_scroll {
    width: 100%;
    overflow-x: scroll;
  }
  .contents_scroll img {
    width: 780px;
    max-width: fit-content;
  }

  .font_size14_sp {
    font-size: 1.4rem !important;
  }

  .download__list {
    -webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.3);
    height: 100%;
  }
}

.cred {
  color: #f00;
}

.exlinktarget a:active {
  pointer-events: none;
}