@charset "UTF-8";

/* pc */
a {
  display: block;
  text-decoration: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* top */
#equipment_prevention {
  background-color: #e9f8f7;
  padding: 50px 0 120px;
}
.title {
  color: #49b5ba;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 4.2px;
  line-height: 41px;
  margin: 0 auto 35px;
  text-align: center;
}
.title img {
  height: 30px;
  width: 10px;
}

/* content */
.contentBox {
  background-color: #fff;
  border-radius: 60px;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  width: 86%;
}
.equipmentBack {
  background-color: #49b5ba;
  border-radius: 19px;
  color: #fff !important;
  font-size: 16px;
  line-height: 24px;
  height: 37px;
  padding: 6px 22px 7px 35px;
  position: absolute;
  top: 68px;
  left: -20px;
  width: 174px;
  font-weight: bold;
}
.equipmentBack img{
  display: none;
}
.equipmentBack::after {
  content: "";
  font-weight: normal;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 10%;
  /* transform: translate(0, -50%) scale(0.5, 1); */
  transform: rotate(180deg);
  background: url(../../question/images/link-mark.svg) no-repeat;
  width: 7px;
  height: 10px;
  z-index: 0;
}
.contentArea {
  margin: 0 auto;
  max-width: 1000px;
  padding: 0 0 140px;
  width: 84%;
}
.top {
  border-top: 7px solid #49b5ba;
  padding: 50px 0 40px;
}
.topTitle {
  color: #49b5ba;
  font-size: 40px;
  line-height: 59px;
  margin: 0 auto 50px;
  text-align: center;
}

/* top button */
.topFlex {
  display: flex;
}
.topFlexBox {
  width: 33.333%;
}
/* .topBtn {
  background-color: #49b5ba;
  border-radius: 36px;
  box-sizing: border-box;
  color: #fff !important;
  display: block;
  height: 45px;
  margin: 0 auto;
  padding: 7px 0 11px;
  position: relative;
  text-align: center;
  max-width: 308px;
  width: 90%;
}
.topBtn::after {
  content: ">";
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translate(0, -50%) scale(1, 0.5) rotate(90deg);
} */

a {
  display: block;
  text-decoration: none;
}
.topBtn {
  background-color: #49b5ba;
  border-radius: 36px;
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
  font-weight: 450;
  height: 45px;
  line-height: 27px;
  padding: 7px 0 11px;
  position: relative;
  text-align: center;
  margin: 0 9px 10px;
  padding-right: 10px;
}
.topBtn::after {
  content: "";
  background: url(../../equipment_medical/images/link-mark.svg) no-repeat;
  font-weight: normal;
  position: absolute;
  top: 18px;
  right: 25px;
  width: 12px;
  height: 10px;
  z-index: 0;
}
.topBtn {
  position: relative;
}
.topBtn:hover {
  opacity: 0.8;
  color: #fff;
}
.topBtn a {
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  right: 0;
}

/* content */
.preventionContent:not(:last-of-type) {
  padding: 0 0 90px;
}
.preventionName {
  font-size: 30px;
  line-height: 38px;
  margin: 0 auto 20px;
}
.preventionFlex {
  display: flex;
}
.preventionFlexLeft {
  width: 45%;
}
.preventionFlexRight {
  box-sizing: border-box;
  font-size: 17px;
  line-height: 28px;
  padding-left: 3%;
  width: 55%;
}

/* sp */
@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }

    /* top */
    #equipment_prevention {
        padding: 20px 0 0;
    }
    .title {
        font-size: 20px;
        letter-spacing: 3px;
        line-height: 29px;
        margin: 0 auto 15px;
    }
    .title img {
        height: 30px;
        width: 10px;
    }

  /* top */
  #equipment_prevention {
    padding: 20px 0 0;
  }
  .title {
    font-size: 20px;
    letter-spacing: 3px;
    line-height: 29px;
    margin: 0 auto 15px;
  }
  .title img {
    height: 30px;
    width: 10px;
  }

  /* content */
  .contentBox {
    border-radius: 0;
    width: 100%;
  }
  .equipmentBack {
    font-size: 14px;
    line-height: 20px;
    height: 30px;
    margin: 0 auto 20px;
    padding: 5px 15px 5px 32px;
    position: relative;
    top: 0;
    left: 0;
    width: 145px;
  }
  .contentArea {
    padding: 0 0 100px;
    width: 100%;
  }
  .top {
    border-top: 5px solid #49b5ba;
    padding: 20px 0 40px;
  }

  /* top button */
  .topFlex {
    display: block;
  }
  .topFlexBox {
    width: 100%;
  }
  .topFlexBox:not(:last-of-type) {
    margin: 0 auto 15px;
  }
  .topBtn {
    height: 40px;
    padding: 5px 0 8px;
    width: 280px;
    margin: 0 auto;
  }

  /* content */
  .preventionContent:not(:last-of-type) {
    padding: 0 0 40px;
  }
  .preventionName {
    font-size: 20px;
    line-height: 38px;
    text-align: center;
  }
  .preventionFlex {
    display: block;
    margin: 0 auto;
    width: 92%;
  }
  .preventionFlexLeft {
    margin: 0 auto 20px;
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .preventionFlexRight {
    font-size: 15px;
    line-height: 25px;
    padding-left: 0;
    width: 100%;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .equipmentBack img{
    display: block;
    width: 7px;
    height: 10px;
    margin-right: 13px;
    transform: rotate(180deg);
  }

  .equipmentBack::after{
    display: none;
  }

  .equipmentBack{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
  }
}
