@charset "UTF-8";
/*=======================================================
common
=======================================================*/
.ly_allWrapper{
  overflow: visible;
}
/*=======================================================
HEADER
=======================================================*/
.ly_main {
  padding-top: 0;
}
/*=======================================================
MV
=======================================================*/
.bl_lower_mv_ttlWrapper::before, .bl_lower_mv_ttlWrapper::after {
  display: none;
}
/* ヘッダー下MV */
.bl_lower_mv_ttl {
  display: flex;
  flex-direction: column;
  gap: 4px;
  line-height: 1.3;
  padding: 0;
}
.bl_lower_mv_ttl span {
  font-size: 24px;
}
@media screen and (max-width: 750px) {
  .bl_lower_mv_ttl {
    gap: 6px;
  }
  .bl_lower_mv_ttl span {
    font-size: 32px;
  }
}
/*=======================================================
CAUTION
=======================================================*/
.bl_caution {
  padding: 40px 0 64px;
}
.bl_cautionList {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.bl_cautionList > div {
  width: 100%;
}
.bl_cautionList > div > dt {
  width: 100%;
  padding: 8px 0 12px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2da6de;
}
.bl_cautionList > div > dd {
  width: 100%;
  border: 1px solid #2da6de;
  border-top: none;
  padding: 32px 40px 40px;
}
.bl_cautionList > div > dd p + p {
  margin-top: 25px;
}
.bl_cautionList > div > dd .bl_caution_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: 9px 50px 12px 26px;
  background: #fcca37;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  position: relative;
}
.bl_cautionList > div > dd .bl_caution_btn::after {
  position: absolute;
  content: "▶";
  font-size: 16px;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  font-family: "noto-sans-jp", "メイリオ", Meiryo, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 750px) {
  .bl_caution {
    padding: 48px 0 80px;
  }
  .bl_cautionList {
    gap: 64px;
  }
  .bl_cautionList > div > dt {
    padding: 8px 0 12px;
    font-size: 32px;
  }
  .bl_cautionList > div > dd {
    border-width: 2px;
    padding: 32px 48px 48px;
  }
  .bl_cautionList > div > dd p + p {
    margin-top: 42px;
  }
  .bl_cautionList > div > dd .bl_caution_btn {
    padding: 13.5px 75px 18px 39px;
    border-radius: 3px;
    font-size: 30px;
  }
  .bl_cautionList > div > dd .bl_caution_btn::after {
    font-size: 26px;
    right: 27px;
  }
}
/*=======================================================
FOOTER
=======================================================*/
.ly_foot_inner {
  padding: 29px 0 0;
}
.bl_foot_logo {
  margin-bottom: 24px;
}
@media screen and (max-width: 750px) {
  .ly_foot_inner {
    padding: 40px 0 0;
  }
  .bl_foot_logo {
    margin-bottom: 36px;
  }
}