@charset "UTF-8";
.wrap-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrap-img img {
  max-width: 100%;
  height: auto;
}
.wrap-img img + * {
  margin-top: 14px;
}
.wrap-img .ttl {
  display: inline-block;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
}
.wrap-img .desc {
  display: inline-block;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.3;
}
@media (min-width: 767px) {
  .wrap-img img + * {
    margin-top: 15px;
  }
  .wrap-img .ttl {
    font-size: 1.8rem;
  }
  .wrap-img .desc {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.l-body {
  font-family: "Noto Sans JP", sans-serif;
}

.l-body-main {
  background-color: #FFFFFF;
}
@media (min-width: 767px) {
  .l-body-main {
    overflow: hidden;
  }
}

.l-inner-content {
  padding: 0 16px;
}
@media (min-width: 767px) {
  .l-inner-content {
    padding: 0 60px;
    width: 1366px;
    margin: 0 auto;
  }
  .l-inner-content.pt1 {
    width: 1032px;
    padding: 0;
  }
}
.img-mv img{
  width: 100%;
}
@media (min-width: 767px) {
  .img-mv{
    max-width: 1440px;
    margin: 0 auto;
  }
}

.wrap-bg {
  background-image: url("/mypage/campaign/ticket/018/images/img_bg.jpg");
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media (min-width: 767px) {
  .wrap-bg {
    background-image: url("/mypage/campaign/ticket/018/images/img_bg_pc.jpg");
  }
}

.wrap-present {
  padding: 24px 0;
}
.wrap-present .wrap-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.wrap-present .sub {
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.32px;
}
.wrap-present .txt-present {
  margin-top: 8px;
  color: #FFF;
  font-family: "Roboto", sans-serif;
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 2.72px;
}
.wrap-present .wrap-btn {
  margin-bottom: 3px;
}
.wrap-present .wrap-body {
  margin-top: 16px;
}
.wrap-present .txt-sub {
  color: #FFF33F;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.wrap-present .ttl {
  margin-top: 9px;
  color: #FFFFFF;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 1.32px;
}
.wrap-present .txt-st {
  margin-top: 16px;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.32px;
}
@media (min-width: 767px) {
  .wrap-present {
    padding: 48px 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 110px;
    position: relative;
  }
  .wrap-present:after {
    content: "";
    display: block;
    background-color: #53B9D2;
    width: 1px;
    top: 48px;
    bottom: 48px;
    margin: auto;
    left: 267px;
    position: absolute;
    margin: auto;
  }
  .wrap-present .wrap-head {
    margin-top: 36px;
  }
  .wrap-present .txt-present {
    font-size: 4.4rem;
    letter-spacing: 3.52px;
  }
  .wrap-present .wrap-body {
    margin-top: 0;
  }
  .wrap-present .txt-sub {
    margin-top: 0;
    font-size: 1.8rem;
  }
  .wrap-present .ttl {
    margin-top: 16px;
    font-size: 3rem;
    letter-spacing: 0;
  }
  .wrap-present .wrap-btn {
    margin-bottom: 0;
    margin-top: 12px;
  }
}

.txt-st {
  margin-top: 0;
  color: #232323;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
}
.txt-st + .txt-st {
  margin-top: 32px;
}
.txt-st.txt-sm {
  font-size: 1.6rem;
}

.wrap-btn > * {
  display: block;
  border-radius: 4px;
  background-color: #082340;
  padding: 5px 55px 8px 16px;
  color: #FFFFFF !important;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none !important;
  position: relative;
}
.wrap-btn > *:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  background-image: url("/mypage/campaign/ticket/018/images/img_arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 8px;
}
.wrap-btn.pt1 {
  margin-top: 115px;
  padding: 0 11px;
  position: relative;
}
.wrap-btn.pt1 > * {
  background: -webkit-gradient(linear, left top, left bottom, from(#192F53), to(#2959A8));
  background: linear-gradient(180deg, #192F53 0%, #2959A8 100%);
  border-radius: 8px;
  padding: 40px 20px 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrap-btn.pt1 > *:after {
  display: none;
}
.wrap-btn.pt1 .logo {
  width: 130px;
  position: absolute;
  top: -76px;
  left: 9px;
}
.wrap-btn.pt1 .img-txt {
  width: 144px;
  margin-inline: auto;
}
.wrap-btn.pt1 .txt {
  margin-top: 4px;
  display: block;
  color: #FFFFFF;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
.wrap-btn.pt1 .txt-sm {
  display: inline;
  padding-right: 41px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 10px;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
  -ms-flex-item-align: center;
      align-self: center;
}
.wrap-btn.pt1 .txt-sm:after {
  content: "";
  display: block;
  background-image: url("/mypage/campaign/ticket/018/images/img_arrow.svg");
  background-size: cover;
  width: 31px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: top right;
  -ms-flex-item-align: center;
      align-self: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.wrap-btn.w-500 {
  margin-top: 40px;
  padding: 0 12px;
}
.wrap-btn.w-500 > * {
  border-radius: 8px;
  border: 3px solid #21447D;
  background: #FFF;
  padding: 7px 100px 7px 26px;
  color: #21447D !important;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}
.wrap-btn.w-500 > *:after {
  background: none;
  background-color: #21447D;
  -webkit-mask-image: url("/mypage/campaign/ticket/018/images/img_arrow.svg");
          mask-image: url("/mypage/campaign/ticket/018/images/img_arrow.svg");
  -webkit-mask-size: cover;
          mask-size: cover;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: top right;
          mask-position: top right;
  width: 31px;
  height: 15px;
  right: 25px;
}
@media (min-width: 767px) {
  .wrap-btn > * {
    padding: 6px 55px 9px 16px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .wrap-btn > *:hover {
    cursor: pointer;
    opacity: 0.7;
  }
  .wrap-btn.pt1 {
    margin-top: 75px;
    padding: 0;
    position: relative;
    width: 820px;
    margin-inline: auto;
  }
  .wrap-btn.pt1 > * {
    padding: 13px 40px 13px 200px;
  }
  .wrap-btn.pt1 > *:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto;
    background-image: url("/mypage/campaign/ticket/018/images/img_arrow.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 31px;
    height: 15px;
  }
  .wrap-btn.pt1 .logo {
    width: 163px;
    top: -37px;
    left: 10px;
  }
  .wrap-btn.pt1 .img-txt {
    margin-left: 0;
    margin-left: 165px;
  }
  .wrap-btn.pt1 .txt {
    font-size: 2.6rem;
    text-align: left;
  }
  .wrap-btn.pt1 .txt-sm {
    font-size: 2rem;
    text-align: left;
    display: block;
    padding-right: 0;
    width: 100%;
    padding-left: 165px;
    font-weight: 500;
  }
  .wrap-btn.pt1 .txt-sm::after {
    display: none;
  }
  .wrap-btn.w-500 {
    width: 500px;
    margin-inline: auto;
    padding: 0;
  }
  .wrap-btn.w-500 > * {
    padding: 24px 110px 22px 79px;
  }
}

.wrap-sec {
  margin-top: 100px;
}
@media (min-width: 767px) {
  .wrap-sec {
    margin-top: 140px;
  }
}

.hightlight {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  background-color: #21447D;
  display: inline-block;
  padding: 12px 0 12px 19px;
  width: 160px;
  position: relative;
  margin-left: -16px;
}
.hightlight span {
  font-family: "Oooh Baby", cursive;
  color: #53B9D2;
  font-size: 8rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: -34px;
  left: 102px;
}
@media (min-width: 767px) {
  .hightlight {
    margin-left: 0;
  }
  .hightlight span {
    font-size: 9.6rem;
    top: -46px;
  }
}

.hdg-lv2 {
  margin-top: 19px;
  color: #333333;
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.3;
  margin-right: -9px;
}
@media (min-width: 767px) {
  .hdg-lv2 {
    margin-top: 35px;
    font-size: 4.2rem;
    margin-right: 0;
  }
}

.wrap-box {
  margin-top: 64px;
  padding-left: 16px;
  padding-bottom: 32px;
  position: relative;
  z-index: 1;
}
.wrap-box:after {
  content: "";
  display: block;
  background-color: #EFEFEF;
  left: -32px;
  right: -16px;
  position: absolute;
  top: 64px;
  bottom: 0;
  margin: auto;
  z-index: -1;
}
.wrap-box.pt1 {
  padding-left: 0;
  padding-right: 16px;
}
.wrap-box.pt1 .wrap-img:after {
  right: unset;
  left: -16px;
}
.wrap-box.pt2 {
  margin-top: 48px;
  padding-top: 29px;
  padding-bottom: 0;
}
.wrap-box.pt2:after {
  top: 0;
  bottom: 50vw;
}
.wrap-box.pt2 .wrap-img {
  margin-top: 48px;
}
.wrap-box.pt2 .wrap-txt {
  margin-top: 0;
}
.wrap-box.pt3 {
  margin-top: 48px;
  padding: 32px 16px 0 0;
}
.wrap-box.pt3:after {
  display: none;
}
.wrap-box.pt3 .wrap-txt {
  margin-top: 0;
  position: relative;
}
.wrap-box.pt3 .wrap-txt:after {
  content: "";
  display: block;
  background-color: #EFEFEF;
  left: -16px;
  right: -32px;
  position: absolute;
  top: -32px;
  bottom: -112px;
  margin: auto;
  z-index: -1;
}
.wrap-box .wrap-img {
  position: relative;
  z-index: 1;
}
.wrap-box .wrap-img img {
  position: relative;
  z-index: 1;
}
.wrap-box .wrap-img:after {
  content: "";
  display: block;
  background-image: url("/mypage/campaign/ticket/018/images/img_kwasan_after.jpg");
  background-repeat: no-repeat;
  --size: 38.7vw;
  background-size: var(--size);
  width: var(--size);
  height: var(--size);
  position: absolute;
  top: -16px;
  right: -16px;
  z-index: -1;
}
.wrap-box .wrap-txt {
  margin-top: 32px;
}
@media (min-width: 767px) {
  .wrap-box {
    margin-top: 46px;
    padding-left: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 46px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .wrap-box + .wrap-box {
    margin-top: 64px;
  }
  .wrap-box + .wrap-box .wrap-img:after {
    top: -40px;
    right: unset;
    left: -60px;
  }
  .wrap-box:after {
    display: none;
  }
  .wrap-box.pt1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-right: 0;
  }
  .wrap-box.pt1 .wrap-txt:after {
    top: 50px;
    padding-left: unset;
    margin-left: unset;
    padding-right: calc((100vw - 1366px) / 2);
    margin-right: calc(-1 * (100vw - 1366px) / 2);
    left: -646px;
    right: unset;
  }
  .wrap-box.pt2 {
    margin-top: 0;
    padding-top: 0;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 285px;
  }
  .wrap-box.pt2 .wrap-img {
    margin-top: 0;
    width: 600px;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .wrap-box.pt2 .wrap-txt {
    padding-top: 83px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
            flex: 0 0 600px;
    padding-bottom: 120px;
  }
  .wrap-box.pt2 .wrap-txt .txt-st:first-child {
    margin-right: -528px;
  }
  .wrap-box.pt2 .wrap-txt:after {
    width: 100%;
    top: 46px;
  }
  .wrap-box.pt3 {
    margin-top: 42px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .wrap-box.pt3 .wrap-txt {
    padding: 40px 59px 312px;
    min-height: auto;
  }
  .wrap-box.pt3 .wrap-txt:after {
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    padding-right: calc((100vw - 1366px) / 2);
    margin-right: calc(-1 * (100vw - 1366px) / 2);
    z-index: -1;
    min-width: 1306px;
    right: 0;
    pointer-events: none;
    padding-left: unset;
    margin-left: unset;
  }
  .wrap-box .wrap-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
            flex: 0 0 600px;
  }
  .wrap-box .wrap-img:after {
    background-size: 280px 280px;
    width: 280px;
    height: 280px;
    top: -46px;
    right: -60px;
  }
  .wrap-box .wrap-txt {
    margin-top: 0;
    padding-top: 77px;
    padding-bottom: 100px;
    min-height: 320px;
    position: relative;
  }
  .wrap-box .wrap-txt:after {
    content: "";
    display: block;
    background-color: #EFEFEF;
    position: absolute;
    top: 80px;
    bottom: 0;
    margin: auto;
    width: calc(100% + 646px);
    padding-left: calc((100vw - 1366px) / 2);
    margin-left: calc(-1 * (100vw - 1366px) / 2);
    z-index: -1;
    min-width: 1306px;
    right: -646px;
    pointer-events: none;
    min-height: 320px;
  }
}

.list-img {
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
.list-img .wrap-img:after {
  right: unset;
  left: -16px;
}
.list-img .no-after:after {
  display: none !important;
}
@media (min-width: 767px) {
  .list-img {
    margin-top: -286px;
    padding-left: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  .list-img .wrap-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 460px;
            flex: 0 0 460px;
  }
  .list-img .wrap-img:after {
    right: unset;
    left: -122px;
  }
}

.wrap-sec-present {
  padding-top: 66px;
  margin-top: 100px;
}
.wrap-sec-present .wrap-bg {
  padding: 44px 0 50px;
  background-position: top center;
}
.wrap-sec-present .txt-lead {
  margin-top: 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  position: relative;
}
.wrap-sec-present .txt-lead:after {
  display: block;
  content: "";
  background-image: url("/mypage/campaign/ticket/018/images/img_medal.png");
  background-repeat: no-repeat;
  width: 100px;
  height: 115px;
  background-size: contain;
  position: absolute;
  top: -101px;
  left: -11px;
}
.wrap-sec-present .txt-lead .txt-sm {
  font-size: 1.6rem;
  font-weight: 400;
}
@media (min-width: 767px) {
  .wrap-sec-present {
    padding-top: 10px;
    margin-top: 141px;
  }
  .wrap-sec-present .wrap-bg {
    padding: 49px 0 56px;
  }
  .wrap-sec-present .txt-lead {
    font-size: 3.2rem;
    margin-left: 282px;
    text-align: left;
  }
  .wrap-sec-present .txt-lead:after {
    width: 154px;
    height: 176px;
    top: -63px;
    left: -183px;
  }
  .wrap-sec-present .txt-lead .txt-sm {
    font-size: 2.8rem;
  }
}

.wrap-cnt {
  background-color: #E7F5FB;
  padding: 46px 0;
}
@media (min-width: 767px) {
  .wrap-cnt {
    padding: 72px 0;
  }
}

.l-foot {
  margin-top: 0;
}

.wrap-intro .txt-st {
  line-height: 1.5;
  font-size: 1.6rem;
}
.wrap-intro .wrap-img {
  margin-top: 28px;
}
@media (min-width: 767px) {
  .wrap-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .wrap-intro .txt-st {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 643px;
            flex: 0 0 643px;
    font-size: 2rem;
    line-height: 1.75;
    padding-bottom: 190px;
  }
  .wrap-intro .wrap-img {
    margin-top: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 595px;
            flex: 0 0 595px;
    margin-left: -206px;
    pointer-events: none;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}

.wrap-dl {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.wrap-dl .wrap-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrap-dl .txt-st {
  font-size: 1.6rem;
  line-height: 1.5;
}
.wrap-dl dt {
  background-color: #C4D0DF;
  padding: 19px 16px;
  text-align: center;
  color: #232323;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
.wrap-dl dd {
  background-color: #FFFFFF;
  padding: 22px 15px 24px 16px;
}
@media (min-width: 767px) {
  .wrap-dl {
    gap: 4px;
  }
  .wrap-dl .wrap-data {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .wrap-dl dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrap-dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 24px;
  }
}

.txt-link > a {
  display: inline-block;
  opacity: 0.9;
  color: #04F !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration-line: underline;
  text-decoration-style: solid;
}
@media (min-width: 767px) {
  .txt-link > a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .txt-link > a:hover {
    cursor: pointer;
    opacity: 0.7;
    text-decoration-line: underline;
  }
}

.list-note {
  margin-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.list-note.pt1 > li:before {
  color: #414141;
}
.list-note.pt1 > li > p {
  color: #414141;
}
.list-note > li {
  margin-top: 0;
}
.list-note > li:before {
  color: #DB0000;
  font-size: 1.4rem;
  font-weight: 400;
}
.list-note > li > p {
  position: relative;
  color: #DB0000;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.list-note .txt-link > a {
  font-size: 1.4rem;
}
@media (min-width: 767px) {
  .list-note {
    margin-top: 10px;
  }
}

.list-dot {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.list-dot.pt1 > li:before {
  color: #DB0000;
}
.list-dot.pt1 > li > p {
  color: #DB0000;
  font-weight: 700;
}
.list-dot > li {
  padding-left: 1.6em;
  position: relative;
}
.list-dot > li:before {
  content: "・";
  color: #414141;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
}
.list-dot > li > p {
  color: #414141;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 767px) {
  .list-dot {
    margin-top: 16px;
  }
}

.wrap-sec-lv3 {
  margin-top: 40px;
}

.hdg-lv3 {
  color: #333333;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
}
.hdg-lv3 + * {
  margin-top: 16px;
}
.hdg-lv3.pt1 {
  color: #DB0000;
}
@media (min-width: 767px) {
  .hdg-lv3 {
    font-size: 2rem;
  }
}

.list-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.list-num .list-note {
  margin-top: 2px !important;
  margin-left: 1.6em;
}
.list-num > li > p {
  color: #414141;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  padding-left: 1.4em;
}
.list-num > li > p:before {
  content: attr(data-ico);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 767px) {
  .list-num .list-note {
    margin-top: 6px !important;
  }
}