@charset "utf-8";
/* CSS Document */
.under_mv{
  background: url(../../img/mv.png) no-repeat center;
  background-size: cover;
}
.regarding {
  padding-bottom: 50px;
}
.article{
  margin-top: 80px;
}
.art_choke * {
  line-height: 2;
}
.art_list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.art_border {
  font-size: var(--fs-20);
  font-weight: bold;
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.art_h4name{
  font-weight: bold;
  &::before{
    content: '■ ';
    color: var(--red);
  }
}
.cont_caution {
  max-width: 720px;
  width: 100%;
  margin: 40px auto 0;
  background: var(--caution-color);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: var(--space-30);
}
.cont_caution02 {
  max-width: 880px;
  width: 100%;
  margin: 100px auto 0;
  background: var(--caution-color);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 0 var(--space-30);
  position: relative;
}
.cont_caution02_title {
  max-width: 440px;
  width: 90%;
  background: var(--red);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 50px;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.cont_caution02_title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 6px 0 6px;
  border-color: var(--red) transparent transparent;
  translate: -50% 100%;
}
.cont_caution02_bold {
  font-size: var(--fs-24);
  font-weight: bold;
}
.cont_caution02_text {
  line-height: 2;
}
.art_lastbox {
  max-width: 770px;
  margin: 40px auto 0;
  ul {
    border: 1px solid var(--red);
    padding: 20px;
  }
}
.num_list li span {
  margin-right: .5em;
}
.art_indent {
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.cont_caution02_under {
  max-width: 880px;
  width: 100%;
  margin: .5em auto 0;
}


@media screen and ( max-width: 1023px ) {
}
@media screen and ( max-width: 767px ) {
  .article {
    margin-top: 40px;
  }
  .art_list {
    margin-top: 20px;
  }
  .cont_caution {
    margin: 20px auto 0;
    flex-direction: column;
  }
  .cont_caution02 {
    padding: 40px 20px 20px;
    margin-top: 50px;
  }
  .cont_caution02_title {
    top: -15px;
    min-height: 30px;
    & > span {
      width: 20px;
    }
  }
  .cont_caution02_bold {
    font-size: 1.8rem;
  }
}
