<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mini_hand_book {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.mini_hand_book h3 {
  display: none;
  font-weight: 700;
  font-size: 42px;
  line-height: 48px;
  font-family: "NotoSans";
  font-style: normal;
  text-align: start;
  text-transform: initial;
  color: #dc94c0;
  margin-bottom: 27px;
}
@media (max-width: 1200px) {
  .mini_hand_book h3 {
    font-size: 32px;
    line-height: 32px;
  }
}
.mini_hand_book .box_info {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  .mini_hand_book .box_info {
    margin-top: 20px;
  }
}
.mini_hand_book .box_info span {
  max-width: 100%;
}
.mini_hand_book span {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  font-family: "NotoSans";
  color: #000000;
  margin: 0;
}
@media (max-width: 768px) {
  .mini_hand_book span {
    max-width: 100%;
  }
}
.mini_hand_book p {
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  font-family: "NotoSans";
  color: #000000;
  margin: 0 0 10px 50px;
  text-align: start;
}
@media (max-width: 768px) {
  .mini_hand_book p {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .mini_hand_book p {
    margin: 0 0 10px 20px;
  }
}
.mini_hand_book .stik p {
  color: #000000;
  text-align: start;
  max-width: initial;
}
@media (max-width: 480px) {
  .mini_hand_book .stik p {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.mini_hand_book .stik .title {
  background: url(/assets/images/stik.777a6ca8.png) no-repeat;
  background-size: 100% 100%;
  padding: 30px 60px;
  margin: 50px 0 8px 0;
  color: white;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  font-family: "NotoSans";
}
@media (max-width: 768px) {
  .mini_hand_book .stik .title {
    padding: 10px 30px 10px 15px;
  }
}
@media (max-width: 480px) {
  .mini_hand_book .stik .title {
    white-space: initial;
    margin: 20px 0 8px 0;
  }
}
.mini_hand_book .box_blood {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px 0 40px;
  text-align: start;
}
.mini_hand_book .box_blood .blood {
  display: flex;
  align-items: center;
  width: 70%;
  margin-top: 20px;
}
.mini_hand_book .box_blood .blood .title {
  font-weight: 700;
  margin-right: 5px;
}
.mini_hand_book .box_blood .blood img {
  margin-right: 20px;
}
@media (max-width: 480px) {
  .mini_hand_book .box_blood .blood img {
    width: 20%;
  }
}
.mini_hand_book ol {
  margin-left: 50px;
}
.mini_hand_book ol li {
  list-style-type: disc;
  text-align: start;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  font-family: "NotoSans";
}
.mini_hand_book ol li &gt; :last-child {
  margin-bottom: 0;
}
.mini_hand_book .wrapper_stop {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
@media (max-width: 480px) {
  .mini_hand_book .wrapper_stop {
    margin: 20px 0 30px;
  }
}
.mini_hand_book .wrapper_stop .box_stop_ {
  display: flex;
  background: #fce5e9;
  padding: 20px;
  position: relative;
  width: max-content;
  min-width: 300px;
}
@media (max-width: 480px) {
  .mini_hand_book .wrapper_stop .box_stop_ {
    min-width: initial;
    width: initial;
  }
}
.mini_hand_book .wrapper_stop .box_stop_ ol {
  margin: 0;
}
.mini_hand_book .wrapper_stop .box_stop_ ol li {
  list-style-type: disc;
  text-align: start;
  margin-bottom: 10px;
}
.mini_hand_book .wrapper_stop .box_stop_ ol li &gt; :last-child {
  margin-bottom: 0;
}
.mini_hand_book .wrapper_stop .box_stop_ img {
  position: absolute;
  bottom: -20px;
  right: -40px;
  width: 100px;
}
.mini_hand_book .mb {
  margin-bottom: 0;
}
.mini_hand_book .box_stop {
  display: flex;
  justify-content: center;
  margin: 40px 0 20px 0;
}
@media (max-width: 480px) {
  .mini_hand_book .box_stop {
    margin: 20px 0 0px 0;
  }
}
.mini_hand_book .box_stop .stop {
  display: flex;
  align-items: center;
}
.mini_hand_book .box_stop .stop img {
  margin-right: -70px;
  z-index: 1;
  width: 150px;
}
@media (max-width: 480px) {
  .mini_hand_book .box_stop .stop img {
    width: 25%;
    margin-right: -60px;
  }
}
.mini_hand_book .box_stop .stop .box_text {
  background: #fce5e9;
  display: flex;
  align-items: center;
  background: #fce5e9;
  border-radius: 60px;
  margin: 20px 0;
}
.mini_hand_book .box_stop .stop .box_text span {
  padding: 15px 90px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .mini_hand_book .box_stop .stop .box_text span {
    padding: 5px 65px;
  }
}
.mini_hand_book .box_may_include {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 20px 0;
}
.mini_hand_book .box_may_include .may_include {
  display: flex;
  align-items: center;
  margin: 20px 0;
  width: 80%;
}
@media (max-width: 480px) {
  .mini_hand_book .box_may_include .may_include {
    width: 100%;
    flex-direction: column;
    padding: 0 20px;
  }
}
.mini_hand_book .box_may_include .may_include .wrapper_img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  margin-right: 20px;
}
@media (max-width: 480px) {
  .mini_hand_book .box_may_include .may_include .wrapper_img {
    margin-bottom: 20px;
  }
}
.mini_hand_book .box_may_include .may_include .box_text_may {
  text-align: start;
  flex: 1;
}
.mini_hand_book .box_may_include .may_include .box_text_may .title {
  color: #dc94c0;
  font-weight: 700;
  margin-right: 5px;
}
.mini_hand_book .box_phase {
  text-align: start;
  margin-left: 50px;
  margin-top: 50px;
}
@media (max-width: 480px) {
  .mini_hand_book .box_phase {
    margin: 20px 0 0 20px;
  }
}
.mini_hand_book .box_phase p {
  color: #dc94c0;
  margin-left: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
.mini_hand_book .aim {
  margin-top: 50px;
}
.mini_hand_book .aim p {
  margin-bottom: 20px;
}
</pre></body></html>