@charset "UTF-8";
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#main {
  background: #FDF7D7 url(../img/251022/bg.png) repeat top center/1724px auto;
}
#main.p_t60 {
  padding-top: 0 !important;
}
#main .baseWidth {
  width: 100%;
  max-width: none;
}
.relief_wrap img {
  max-width: 100%;
  height: auto;
}
.relief_wrap .pc {
  display: none;
}
.relief_wrap {
  padding-bottom: 100px;
}
.relief_inner {
  width: 90%;
  margin: auto;
}
.relief_mv {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-bottom: 20%;
  padding: 10% 0 40%;
}
.relief_mv .relief_mvbg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40%;
  right: 0;
  margin: auto;
  width: 140%;
  height: 100%;
  background-image: url("../img/251022/mv_bg.png");
  background-size: cover;
  background-position: center;
  -webkit-mask-image: url("../img/251022/mv_mask.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: 0;
  -webkit-mask-size: 130% 100%;
  -webkit-mask-mode: alpha;
  mask-image: url("../img/251022/mv_mask.png");
  mask-repeat: no-repeat;
  mask-position: 0;
  mask-size: 130% 100%;
  mask-mode: alpha;
}
.relief_mv .relief_inner {
  position: relative;
  z-index: 2;
}
.relief_mv .relief_inner .relief_title {
  width: 90%;
  max-width: 750px;
  margin: 0 auto 30px;
}
.relief_mv .relief_inner p {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.7;
}
.relief_mv .relief_ill {
  width: 90%;
  margin: 0 auto;
  position: absolute;
  bottom: -10%;
  left: 0;
  right: 0;
  margin: auto;
}
.relief_mv .relief_ill img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.relief_period {
  margin-bottom: 80px;
}
.relief_period .relief_inner dl + dl {
  margin-top: 30px;
}
.relief_period .relief_inner dl dt {
  width: 90%;
  max-width: 300px;
  height: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #FE9423;
  border: 3px solid #000;
  border-radius: 100vw;
  color: #fff;
  font-weight: bold;
  margin: 0 auto 15px;
  font-size: 1.8rem;
}
.relief_period .relief_inner dl dd {
  text-align: center;
  font-weight: bold;
}
.relief_period .relief_inner dl dd strong {
  display: block;
  max-width: 220px;
  margin: 0 auto 20px;
}
.relief_period .relief_inner dl dd p {
  font-size: 1.6rem;
}
.relief_period .relief_inner dl dd span {
  position: static;
  font-size: 1.2rem;
}
.relief_pack {
  margin-top: 120px;
}
.relief_pack .relief_inner {
  background: #fff;
  border-radius: 20px;
  padding: 50px 5%;
}
.relief_pack .relief_inner .relief_subtitle {
  width: 100%;
  border: none;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: relative;
}
.relief_pack:nth-child(3) .relief_inner .relief_subtitle::before {
  content: "";
  width: 95px;
  height: 140px;
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/251022/ill01.png) no-repeat bottom center/contain;
}
.relief_pack:nth-child(4) .relief_inner .relief_subtitle::before {
  content: "";
  width: 110px;
  height: 145px;
  position: absolute;
  top: -145px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/251022/ill02.png) no-repeat bottom center/contain;
}
.relief_pack .relief_inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.relief_pack .relief_inner ul li {
  width: 31%;
  border: none;
  padding: 0;
  margin: 0 1% 2%;
}
.relief_pack .relief_inner .relief_discount {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: bold;
  padding-top: 80px;
  position: relative;
  margin-top: 20px;
}
.relief_pack .relief_inner .relief_discount::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 105px;
  height: 60px;
  background: url(../img/251022/arrow.svg) no-repeat center/contain;
}
.relief_pack .relief_inner .relief_discount p {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-end;
}
.relief_pack .relief_inner .relief_discount p img {
  margin: 0 5px;
  width: inherit !important;
}
.relief_note {
  margin-top: 10%;
}
.relief_note p {
  font-size: 1.4rem;
  line-height: 2;
}
