.main_image {
  position: relative;
  height: 400px;
  /* .kazari01 {
    position: absolute;
    left: -10px;
    top: -10px;
    width: 586px;
    height: 358px;
    background: url(/images01/common/key_kazari01.webp) center /contain no-repeat;
  }

  .kazari02 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 563px;
    height: 251px;
    background: url(/images01/common/key_kazari02.webp) left bottom /contain no-repeat;
  }

  .kazari03 {
    position: absolute;
    right: -10px;
    bottom: -10px;
    width: 301px;
    height: 270px;
    background: url(/images01/common/key_kazari03.webp) right bottom /contain no-repeat;
  } */
}

.main_image .inner {
  width: 1280px;
  max-width: 100%;
  height: 400px;
  padding: 70px 60px 0;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}

.main_image .inner::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0px;
  right: 0px;
  width: 1009px;
  height: 400px;
  padding-top: 200px;
  box-sizing: border-box;
  background: url(/images/prevention/prevention_key_2.webp) right top/cover no-repeat;
  overflow: hidden;
}

.main_image .inner::after {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: -75px;
  left: 0px;
  width: 100%;
  height: 336px;
  box-sizing: border-box;
  background-color: #eeeae7;
}

.main_image .text {
  position: relative;
  z-index: 2;
  margin-top: 150px;
  padding-left: 85px;
  font-family: "Zen Maru Gothic";
  font-size: 36px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(68, 68, 68, 0.26), -3px 3px 5px rgba(68, 68, 68, 0.26), 3px -3px 5px rgba(68, 68, 68, 0.26), -3px -3px 5px rgba(68, 68, 68, 0.26);
}

.main_image .text:before {
  content: "MEDICAL";
  position: absolute;
  left: 85px;
  top: -40px;
  font-family: initial;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 3px 3px 5px rgba(68, 68, 68, 0.26), -3px 3px 5px rgba(68, 68, 68, 0.26), 3px -3px 5px rgba(68, 68, 68, 0.26), -3px -3px 5px rgba(68, 68, 68, 0.26);
}

@media screen and (max-width: 767px) {
  .main_image {
    overflow: hidden;
    /* .kazari01 {
      position: absolute;
      left: -2.7vw;
      top: -2.7vw;
      width: 80vw;
      height: 48.8vw;
      background: url(/images01/common/key_kazari01.webp) center /contain no-repeat;
    }
    .kazari02 {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 80vw;
      height: 25.8vw;
      background: url(/images01/common/key_kazari02.webp) left bottom /contain no-repeat;
    }
    .kazari03 {
      position: absolute;
      right: -2.7vw;
      bottom: -2.7vw;
      width: 40vw;
      height: 93.3vw;
      background: url(/images01/common/key_kazari03.webp) right bottom /contain no-repeat;
    } */
  }
  .main_image .inner {
    padding: 0 3vw;
    height: initial;
    margin-bottom: 4.2vw;
    position: relative;
  }
  .main_image .inner:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 1009px;
    height: 400px;
    padding-top: 200px;
    box-sizing: border-box;
    background: url(/images/prevention/prevention_key_2.webp) center top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner:after {
    display: none;
  }
  .main_image .text {
    margin-top: initial;
    padding-top: 220px;
    padding-left: 2vw;
    font-size: 5.8vw;
    display: flex;
    align-items: center;
  }
  .main_image .text:before {
    left: 3vw;
    top: 180px;
    font-size: 4vw;
  }
}
.sec01 {
  padding-bottom: 100px;
}

.sec01 .leadtext {
  width: 880px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 70px;
  letter-spacing: 0.18em;
  line-height: 2;
}

.sec01 .info_box {
  width: 888px;
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.8vw;
  }
  .sec01 .leadtext {
    margin-bottom: 5.3vw;
    font-size: 4vw;
    text-align: justify;
  }
  .sec01 .info_box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .sec01 .info_box img {
    width: 100%;
    height: 1005;
  }
}
.sec02 {
  padding-bottom: 100px;
}

.sec02 .sec_text {
  width: 837px;
  max-width: 100%;
  margin: 0 auto 80px;
}

.sec02 .point01 {
  margin-bottom: 90px;
  flex-direction: row-reverse;
}

.sec02 .point01 .textbox {
  margin-left: 60px;
}

.sec02 .point02 {
  margin-bottom: 90px;
}

.sec02 .point02 .textbox {
  margin-right: 60px;
}

.sec02 .point03 {
  flex-direction: row-reverse;
}

.sec02 .point03 .textbox {
  margin-left: 60px;
}

@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .sec_header {
    margin-bottom: 8vw;
  }
  .sec02 .sec_text {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 80px;
  }
  .sec02 .point01 {
    margin-bottom: 13.8vw;
  }
  .sec02 .point01 .textbox {
    margin-left: initial;
  }
  .sec02 .point01 .point_image {
    margin-bottom: 4.2vw;
  }
  .sec02 .point02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .point02 .textbox {
    margin-right: initial;
  }
  .sec02 .point02 .point_image {
    margin-bottom: 4.2vw;
  }
  .sec02 .point03 .textbox {
    margin-left: initial;
  }
  .sec02 .point03 .point_image {
    margin-bottom: 4.2vw;
  }
}
.sec03 {
  padding-bottom: 100px;
}

.sec03 .inner {
  position: relative;
  width: 1280px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}

.sec03 .sec_header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
  margin-bottom: 80px;
  overflow: hidden;
  background: #dab56e;
}

.sec03 .sec_header:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 135px;
  height: 76px;
  background: url(/images/common/common_header_kazari01.webp) left bottom/contain no-repeat;
}

.sec03 .sec_sub_title {
  position: relative;
  z-index: 2;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #fff;
}

.sec03 .sec_title {
  position: relative;
  z-index: 2;
  font-family: "Zen Maru Gothic";
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
}

.sec03 .header_text {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.sec03 .upper_box {
  padding-top: 60px;
  padding-bottom: 65px;
  position: relative;
  background: linear-gradient(180deg, rgb(255, 255, 255) 3%, rgb(238, 234, 231) 10%, rgb(238, 234, 231) 100%);
}

.sec03 .upper_box .box_title {
  font-family: "Zen Maru Gothic";
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 75px;
  position: relative;
}

.sec03 .upper_box .box_title::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 290px;
  height: 68px;
  background: url(/images/prevention/text_procare.webp) left bottom/contain no-repeat;
}

.sec03 .upper_box .list {
  width: 1240px;
  max-width: 95%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}

.sec03 .upper_box .list .item_title {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-left: solid 14px #dab56e;
  height: 50px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.sec03 .upper_box .list .item {
  width: 330px;
  min-width: 30%;
  max-width: 30%;
  box-sizing: border-box;
}

.sec03 .upper_box .list .item:nth-of-type(3n-1),
.sec03 .upper_box .list .item:nth-of-type(3n-2) {
  margin-right: 30px;
}

.sec03 .upper_box .list .item:nth-of-type(1),
.sec03 .upper_box .list .item:nth-of-type(2),
.sec03 .upper_box .list .item:nth-of-type(3),
.sec03 .upper_box .list .item:nth-of-type(4),
.sec03 .upper_box .list .item:nth-of-type(5) {
  margin-bottom: 60px;
}

.sec03 .upper_box .list .item_title {
  text-align: center;
}

.sec03 .upper_box .list .item_img {
  width: 100%;
  text-align: center;
  margin: 0 auto 25px;
}

.sec03 .upper_box .list .item_img img {
  width: 100%;
  height: 100%;
}

.sec03 .upper_box .comment_box {
  width: 1100px;
  max-width: 90%;
  margin: 75px auto 0;
  padding: 45px;
  background-color: #fff;
  display: flex;
  justify-items: center;
  align-items: flex-start;
  box-sizing: border-box;
}

.sec03 .upper_box .comment_box .box_image {
  width: 356px;
  max-width: 35%;
  box-sizing: border-box;
}

.sec03 .upper_box .comment_box .textbox {
  width: 63%;
  margin-left: 30px;
  box-sizing: border-box;
}

.sec03 .upper_box .comment_box .title {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

.sec03 .upper_box .comment_box .text {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: justify;
}

.sec03 .lower_box {
  padding-top: 150px;
  padding-bottom: 100px;
  position: relative;
  background: linear-gradient(180deg, rgb(255, 255, 255) 3%, rgb(238, 234, 231) 10%, rgb(238, 234, 231) 100%);
}

.sec03 .lower_box .box_title {
  font-family: "Zen Maru Gothic";
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 75px;
  position: relative;
}

.sec03 .lower_box .box_title::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translateX(-50%);
  width: 307px;
  height: 68px;
  background: url(/images/prevention/text_selfcare.webp) left bottom/contain no-repeat;
}

.sec03 .lower_box .cont01 {
  width: 1240px;
  max-width: 95%;
  margin: 0 auto 130px;
}

.sec03 .lower_box .cont01 .cont_image {
  width: 356px;
  margin-right: 55px;
}

.sec03 .lower_box .check_list_box {
  width: 1100px;
  max-width: 95%;
  margin-bottom: 120px;
  background-color: #fff;
}

.sec03 .lower_box .check_list_box .check_list_title {
  font-size: 22px;
  color: #de9587;
  position: relative;
}

.sec03 .lower_box .check_list_box .check_list_title::before {
  content: "";
  position: absolute;
  top: -68px;
  right: 2.53vw;
  width: 202px;
  height: 131px;
  background: url(/images/prevention/check_list_box_kazari01.webp) left bottom/contain no-repeat;
}

.sec03 .lower_box .check_list_box .item {
  width: 47%;
}

.sec03 .lower_box .check_list_box .box_text {
  padding: 0 1em;
}

.sec03 .lower_box .care_list_box {
  width: 1240px;
  max-width: 95%;
  margin: 0 auto 120px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.sec03 .lower_box .care_list_box .item {
  width: 345px;
  max-width: 33%;
}

.sec03 .lower_box .care_list_box .item:not(:last-of-type) {
  margin-right: 40px;
}

.sec03 .lower_box .care_list_box .item_titile {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.6;
  border-left: solid 14px #de9587;
  height: 50px;
  padding-left: 15px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  box-sizing: border-box;
}

.sec03 .lower_box .care_list_box .item_img {
  text-align: center;
  margin: 40px auto;
}

.sec03 .lower_box .mi_paste_box {
  width: 1100px;
  max-width: 95%;
  margin: 0 auto;
  background-color: #fff;
  padding: 40px;
  box-sizing: border-box;
}

.sec03 .lower_box .mi_paste_box .box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 75px;
}

.sec03 .lower_box .mi_paste_box .textbox {
  width: 630px;
  max-width: 60%;
  margin-right: 60px;
}

.sec03 .lower_box .mi_paste_box .textbox .subtitle {
  margin-bottom: 25px;
}

.sec03 .lower_box .mi_paste_box .textbox .title {
  font-size: 20px;
  margin-bottom: 35px;
}

.sec03 .lower_box .mi_paste_box .textbox .text {
  letter-spacing: 0.1em;
  line-height: 2;
}

.sec03 .lower_box .mi_paste_box .howtouse {
  font-size: 20px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #444038;
  margin-bottom: 50px;
}

.sec03 .lower_box .mi_paste_box .howtouse_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.sec03 .lower_box .mi_paste_box .howtouse_list .item {
  width: 165px;
  min-width: 165px;
  margin-bottom: 40px;
}

.sec03 .lower_box .mi_paste_box .howtouse_list .item_image {
  text-align: center;
  margin-bottom: 20px;
}

.sec03 .lower_box .mi_paste_box .howtouse_list .item_triangle {
  font-size: 18px;
  margin: 75px 15px;
}

@media screen and (max-width: 1119px) and (min-width: 1024px) {
  .sec03 .lower_box .check_list_box .check_list_title::before {
    content: "";
    position: absolute;
    right: 0vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 900px) {
  .sec03 .lower_box .check_list_box .check_list_subtitle {
    padding-right: 19vw;
  }
  .sec03 .lower_box .check_list_box .check_list_title {
    padding-right: 19vw;
    position: relative;
  }
  .sec03 .lower_box .check_list_box .check_list_title::before {
    content: "";
    position: absolute;
    right: 2.53vw;
  }
}
@media screen and (max-width: 899px) and (min-width: 768px) {
  .sec03 .lower_box .check_list_box .check_list_subtitle {
    padding-right: 19vw;
  }
  .sec03 .lower_box .check_list_box .check_list_title {
    padding-right: 19vw;
    position: relative;
  }
  .sec03 .lower_box .check_list_box .check_list_title::before {
    content: "";
    position: absolute;
    right: -4.47vw;
  }
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 13.8vw;
  }
  .sec03 .inner {
    padding: 0;
  }
  .sec03 .sec_header {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 5.5vw 0;
    margin-bottom: 8vw;
    border-radius: 0;
  }
  .sec03 .sec_header:before {
    width: 27.7vw;
    height: 13.3vw;
  }
  .sec03 .sec_header:after {
    width: 27.7vw;
    height: 13.3vw;
  }
  .sec03 .sec_sub_title {
    position: relative;
    z-index: 2;
    font-size: 4.2vw;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec03 .sec_title {
    font-size: 5vw;
    font-weight: 300;
    text-align: center;
    letter-spacing: 0.1em;
    color: #fff;
  }
  .sec03 .header_text {
    font-size: 4.8vw;
  }
  .sec03 .upper_box {
    padding-top: 20.6vw;
    padding-bottom: 17.33vw;
    position: relative;
    background: linear-gradient(180deg, rgb(255, 255, 255) 3%, rgb(238, 234, 231) 10%, rgb(238, 234, 231) 100%);
  }
  .sec03 .upper_box .box_title {
    font-family: "Zen Maru Gothic";
    font-size: 5.3vw;
    margin-bottom: 13.8vw;
    position: relative;
  }
  .sec03 .upper_box .box_title::before {
    content: "";
    position: absolute;
    top: -18.6vw;
    left: 50%;
    transform: translateX(-50%);
    width: 54.13vw;
    height: 12.69vw;
  }
  .sec03 .upper_box .list {
    width: 1240px;
    max-width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
  }
  .sec03 .upper_box .list .item_title {
    font-size: 4.8vw;
    border-left: solid 14px #dab56e;
    height: 13.3vw;
    padding-left: 4vw;
    display: flex;
    align-items: center;
    margin-bottom: 4.2vw;
    box-sizing: border-box;
  }
  .sec03 .upper_box .list .item {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .sec03 .upper_box .list .item:nth-of-type(3n-1),
  .sec03 .upper_box .list .item:nth-of-type(3n-2) {
    margin-right: initial;
  }
  .sec03 .upper_box .list .item:nth-of-type(1),
  .sec03 .upper_box .list .item:nth-of-type(2),
  .sec03 .upper_box .list .item:nth-of-type(3),
  .sec03 .upper_box .list .item:nth-of-type(4),
  .sec03 .upper_box .list .item:nth-of-type(5) {
    margin-bottom: 13.8vw;
  }
  .sec03 .upper_box .list .item_title {
    text-align: center;
  }
  .sec03 .upper_box .list .item_img {
    width: 100%;
    text-align: center;
    margin: 0 auto 25px;
  }
  .sec03 .upper_box .list .item_img img {
    width: 100%;
    height: 100%;
  }
  .sec03 .upper_box .comment_box {
    width: 100%;
    max-width: 90%;
    margin: 13.8vw auto 0;
    padding: 5.5vw;
    background-color: #fff;
    display: block;
    box-sizing: border-box;
  }
  .sec03 .upper_box .comment_box .box_image {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 4.2vw;
  }
  .sec03 .upper_box .comment_box .box_image img {
    width: 100%;
    height: 100%;
  }
  .sec03 .upper_box .comment_box .textbox {
    width: 100%;
    margin-left: initial;
    box-sizing: border-box;
  }
  .sec03 .upper_box .comment_box .title {
    font-size: 4.8vw;
    margin-bottom: 4.2vw;
  }
  .sec03 .upper_box .comment_box .text {
    font-size: 4vw;
  }
  .sec03 .lower_box {
    padding-top: 20.6vw;
    padding-bottom: 13.8vw;
    position: relative;
    background: linear-gradient(180deg, rgb(255, 255, 255) 3%, rgb(238, 234, 231) 10%, rgb(238, 234, 231) 100%);
  }
  .sec03 .lower_box .box_title {
    font-family: "Zen Maru Gothic";
    font-size: 5.3vw;
    margin-bottom: 13.8vw;
    position: relative;
  }
  .sec03 .lower_box .box_title::before {
    content: "";
    position: absolute;
    top: -18.6vw;
    left: 50%;
    transform: translateX(-50%);
    width: 57.3vw;
    height: 12.69vw;
  }
  .sec03 .lower_box .cont01 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 13.8vw;
    padding: 0 5.5vw;
    box-sizing: border-box;
  }
  .sec03 .lower_box .cont01 .cont_image {
    width: 100%;
    margin-right: initial;
    margin-bottom: 4.2vw;
  }
  .sec03 .lower_box .check_list_box {
    width: 100%;
    max-width: 90%;
    margin: 30vw 5.5vw 0;
    margin-bottom: 13.8vw;
    background-color: #fff;
    box-sizing: border-box;
  }
  .sec03 .lower_box .check_list_box .check_list_title {
    font-size: 4.8vw;
    position: relative;
  }
  .sec03 .lower_box .check_list_box .check_list_title::before {
    content: "";
    position: absolute;
    top: -45vw;
    left: 57%;
    transform: translateX(-50%);
    width: 40.2vw;
    height: 26.18vw;
  }
  .sec03 .lower_box .check_list_box .item {
    width: 100%;
  }
  .sec03 .lower_box .check_list_box .box_text {
    padding: 0 1em;
  }
  .sec03 .lower_box .care_list_box {
    width: 1240px;
    max-width: 100%;
    padding: 0 5.5vw;
    margin: 0 auto 13.8vw;
    display: block;
    box-sizing: border-box;
  }
  .sec03 .lower_box .care_list_box .item {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .sec03 .lower_box .care_list_box .item:not(:last-of-type) {
    margin-right: initial;
    margin-bottom: 13.8vw;
  }
  .sec03 .lower_box .care_list_box .item_titile {
    font-size: 4.8vw;
    border-left: solid 14px #de9587;
    height: 13.3vw;
    padding-left: 4vw;
    display: flex;
    align-items: center;
    margin-bottom: 4vw;
    box-sizing: border-box;
  }
  .sec03 .lower_box .care_list_box .item_img {
    width: 45.8vw;
    text-align: center;
    margin: 0 auto;
    margin: 4.2vw auto;
  }
  .sec03 .lower_box .care_list_box .item_img img {
    width: 100%;
    height: 100%;
  }
  .sec03 .lower_box .mi_paste_box {
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 5.5vw;
    box-sizing: border-box;
  }
  .sec03 .lower_box .mi_paste_box .box {
    width: 100%;
    display: block;
    margin-bottom: 13.8vw;
  }
  .sec03 .lower_box .mi_paste_box .textbox {
    width: 100%;
    max-width: 100%;
    margin-right: initial;
  }
  .sec03 .lower_box .mi_paste_box .textbox .subtitle {
    font-size: 4vw;
    margin-bottom: 1.6vw;
  }
  .sec03 .lower_box .mi_paste_box .textbox .title {
    font-size: 4.8vw;
    margin-bottom: 9.3vw;
  }
  .sec03 .lower_box .mi_paste_box .textbox .image {
    margin-bottom: 4.2vw;
  }
  .sec03 .lower_box .mi_paste_box .textbox .image img {
    width: 100%;
    height: 100%;
  }
  .sec03 .lower_box .mi_paste_box .textbox .text {
    font-size: 4vw;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  .sec03 .lower_box .mi_paste_box .howtouse {
    font-size: 4.2vw;
    text-align: center;
    padding-bottom: 4vw;
    border-bottom: 1px solid #444038;
    margin-bottom: 4.2vw;
  }
  .sec03 .lower_box .mi_paste_box .howtouse_list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec03 .lower_box .mi_paste_box .howtouse_list .item {
    width: 100%;
    margin-bottom: initial;
  }
  .sec03 .lower_box .mi_paste_box .howtouse_list .item_image {
    width: 42.13vw;
    margin: 0 auto 4.2vw;
  }
  .sec03 .lower_box .mi_paste_box .howtouse_list .item_image img {
    width: 100%;
    height: 100%;
  }
  .sec03 .lower_box .mi_paste_box .howtouse_list .item_triangle {
    font-size: 4.2vw;
    margin: 4.2vw auto;
    transform: rotate(90deg);
  }
}
.sec04 {
  padding-bottom: 0;
}

.sec04 .flex_box {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.sec04 .link_btn {
  width: 100%;
}

.sec04 .link_btn img {
  width: 100%;
  height: 100%;
}

.sec04 .link_btn:nth-of-type(1) {
  margin-right: 45px;
}

@media screen and (max-width: 767px) {
  .sec04 {
    padding-bottom: 13.8vw;
  }
  .sec04 .flex_box {
    display: block;
    padding: 0 5.5vw;
  }
  .sec04 .link_btn {
    width: 100%;
    text-align: center;
  }
  .sec04 .link_btn img {
    width: 100%;
    height: 100%;
  }
  .sec04 .link_btn:nth-of-type(1) {
    margin-right: initial;
    margin-bottom: 10.6vw;
  }
} /*# sourceMappingURL=prevention.css.map */