@charset "UTF-8";
:root {
  --color-black: #00003e;
  --color-black02: #333333;
  --color-black03: #222222;
  --color-black04: #000000;
  --color-gray: #f7f7f7;
  --color-green: #15bd66;
  --color-green02: #e5efea;
  --color-red: #ff0033;
  --color-white: #ffffff;
  --ff-B: 'UD新ゴ B', sans-serif;
  --ff-DB: 'UD新ゴ DB', sans-serif;
  --ff-M: 'UD新ゴ M', sans-serif;
}

/*汎用*/
.l-green__txt {
  color: var(--color-green);
}

.l-h2title {
  text-align: center;
}

@media (max-width: 1023px) {
  .l-h2title img {
    height: 47px;
    width: auto;
  }
}

.contents {
  padding: 0 20px;
}

.c-kv {
  background: var(--color-green);
  height: 526px;
  position: relative;
}

@media (max-width: 1023px) {
  .c-kv {
    height: 445px;
  }
}

.c-kv:before {
  background: url(/sites/default/files/media/jp/service/line-ads/campaign/coupon_2501/img/img_kv_bg.svg) center center no-repeat;
  background-size: contain;
  content: '';
  height: 320px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 99px;
  width: 1156px;
}

@media (max-width: 1023px) {
  .c-kv:before {
    display: none;
  }
}

.c-kv:after {
  background: url(/sites/default/files/media/jp/service/line-ads/campaign/coupon_2501/img/img_kv_character.png) center center no-repeat;
  background-size: contain;
  bottom: 0;
  content: '';
  height: 159px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 781px;
  z-index: 10;
}

@media (max-width: 1023px) {
  .c-kv:after {
    display: none;
  }
}

.c-kv__inner {
  margin: 0 auto;
  max-width: 980px;
  padding-left: 2.55%;
  padding-top: 35px;
}

@media (max-width: 1023px) {
  .c-kv__inner {
    max-width: 372px;
    padding: 17px 2px 0 2px;
  }
}

.c-kv__title {
  position: relative;
  z-index: 10;
}

.c_schedule {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-black02);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-inline: 30px;
  width: 100%;
}

@media (max-width: 1023px) {
  .c_schedule {
    height: 38px;
    position: relative;
    z-index: 10;
  }
}

.c_schedule img {
  max-width: 532px;
  width: 100%;
}

.c-overview {
  background: var(--color-gray);
}

.c-overview .contents__inner {
  padding: 50px 0;
}

@media (max-width: 1023px) {
  .c-overview .contents__inner {
    padding: 30px 0;
  }
}

.c-overview__txt {
  font-size: 2rem;
  letter-spacing: .1em;
  margin-top: 37px;
  text-align: center;
}

@media (max-width: 1023px) {
  .c-overview__txt {
    font-size: 1.4rem;
    margin-top: 20px;
    text-align: left;
  }
}

.c-overview__txt .l-green__txt {
  font-family: var(--ff-B);
}

.c-overview__container {
  border-radius: 6px;
  margin-top: 44px;
}

@media (max-width: 1023px) {
  .c-overview__container {
    margin-top: 20px;
  }
}

.c-overview__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 214px;
}

@media (max-width: 1023px) {
  .c-overview__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-overview__body--title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: var(--color-green);
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: var(--ff-DB);
  font-size: 2rem;
  gap: 11px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: .06em;
  width: 18.37%;
}

@media (max-width: 1023px) {
  .c-overview__body--title {
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    font-size: 1.9rem;
    gap: 9px;
    height: 52px;
    width: 100%;
  }
}

.c-overview__body--title:before {
  background: url(/sites/default/files/media/jp/service/line-ads/campaign/coupon_2501/img/icon_overview_condition.svg) center center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 45px;
  width: 48px;
}

@media (max-width: 1023px) {
  .c-overview__body--title:before {
    height: 25px;
    width: 28px;
  }
}

.c-overview__body--detail {
  background: var(--color-white);
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 38px;
  padding-top: 35px;
}

@media (max-width: 1023px) {
  .c-overview__body--detail {
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    padding: 23px 34px 28px;
  }
}

.c-overview__body--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.c-overview__body--item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--ff-DB);
  font-size: 2rem;
  gap: 16px;
}

@media (max-width: 1023px) {
  .c-overview__body--item {
    font-size: 1.6rem;
    gap: 10px;
    letter-spacing: .06em;
  }
}

.c-overview__body--item img {
  margin-top: 2px;
}

@media (max-width: 1023px) {
  .c-overview__body--item img {
    max-width: 22px;
    width: 100%;
  }
}

.c-cta {
  background: var(--color-green) url(/sites/default/files/media/jp/service/line-ads/campaign/coupon_2501/img/img_cta_bg.svg) repeat-y top center/cover;
}

.c-cta .contents__inner {
  padding: 62px 0 54px;
}

@media (max-width: 1023px) {
  .c-cta .contents__inner {
    padding: 40px 0;
  }
}

.c-cta__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 41px;
  text-align: center;
}

@media (max-width: 1023px) {
  .c-cta__title {
    margin-top: 24px;
  }
}

.c-cta__title:after {
  background: url(/sites/default/files/media/jp/service/line-ads/campaign/coupon_2501/img/img_cta_branch.svg) center center no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 61px;
  width: 504px;
}

@media (max-width: 1023px) {
  .c-cta__title:after {
    display: none;
  }
}

.c-cta__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}

@media (max-width: 1023px) {
  .c-cta__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    margin-top: 20px;
  }
}

.c-cta__item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
  padding: 40px 38px 35px;
}

@media (max-width: 1023px) {
  .c-cta__item {
    padding: 24px 18px;
  }
}

.c-cta__item--body {
  text-align: center;
}

@media (max-width: 1023px) {
  .c-cta__item--h3title img {
    width: auto;
  }
}

.c-cta__item--bgGreen {
  background: rgba(255, 255, 255, 0.8);
}

.c-cta__item--bgwhite {
  background: #ffffff;
}

.c-cta__item--txt {
  font-size: 1.6rem;
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .c-cta__item--txt {
    display: block;
    font-size: 1.4rem;
    margin-top: 18px;
    text-align: left;
  }
}

.c-cta__item--caution {
  color: var(--color-red);
  font-size: 1.2rem;
  margin-top: 23px;
}

@media (max-width: 1023px) {
  .c-cta__item--caution {
    display: block;
    font-size: 1rem;
    text-align: left;
  }
}

.c-cta__item--btnArea {
  margin-top: auto;
}

.c-cta__item--btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 38px;
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--ff-DB);
  font-size: 2.1rem;
  height: 76px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 45px;
  position: relative;
  text-align: left;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  width: 400px;
}

@media (max-width: 1023px) {
  .c-cta__item--btn {
    font-size: 1.6rem;
    height: 60px;
    min-width: 300px;
    padding-left: 32px;
    width: 100%;
  }
}

.c-cta__item--btn:after {
  background: url(/sites/default/files/media/jp/service/line-ads/campaign/coupon_2501/img/img_btn_arrow.svg) center center no-repeat;
  background-size: contain;
  content: '';
  height: 38px;
  position: absolute;
  right: 29px;
  width: 37px;
}

@media (max-width: 1023px) {
  .c-cta__item--btn:after {
    height: 29px;
    right: 22px;
    width: 29px;
  }
}

.c-cta__item--btnBlack {
  background: var(--color-black03);
}

.c-cta__item--btnRed {
  background-image: -webkit-gradient(linear, left top, right top, from(#f77911), to(#ff0033));
  background-image: linear-gradient(90deg, #f77911, #ff0033);
}

.c-cta__caution {
  color: var(--color-white);
  font-size: 1.4rem;
  margin-top: 33px;
  text-align: center;
}

@media (max-width: 1023px) {
  .c-cta__caution {
    font-size: 1.4rem;
    margin-top: 24px;
    text-align: left;
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-cta__item--btn:hover {
    opacity: .7;
    text-decoration: none;
  }
}

.c-chance {
  background: var(--color-gray);
}

.c-chance .contents__inner {
  padding: 80px 0 110px;
}

@media (max-width: 1023px) {
  .c-chance .contents__inner {
    padding: 50px 0;
  }
}

@media (max-width: 1023px) {
  .c-chance .l-h2title img {
    height: auto;
    max-width: 316px;
    width: 100%;
  }
}

.c-chance__container + .c-chance__container {
  margin-top: 84px;
}

@media (max-width: 1023px) {
  .c-chance__container + .c-chance__container {
    margin-top: 59px;
  }
}

.c-chance__imgArea {
  display: block;
  margin-top: 32px;
}

.c-chance__btnArea {
  margin-top: 50px;
}

@media (max-width: 1023px) {
  .c-chance__btnArea {
    margin-top: 32px;
  }
}

.c-chance__btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border: 2px solid #016137;
  border-radius: 38px;
  color: #036037;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--ff-DB);
  font-size: 2.1rem;
  gap: 23px;
  height: 76px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 auto;
  padding-right: 29px;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  width: 461px;
}

@media (max-width: 1023px) {
  .c-chance__btn {
    font-size: 1.6rem;
    height: 60px;
    max-width: 335px;
    padding-right: 22px;
    width: 100%;
  }
}

.c-chance__btn:after {
  background: url(/sites/default/files/media/jp/service/line-ads/campaign/coupon_2501/img/img_btn_green_arrow.svg) center center no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 38px;
  width: 37px;
}

@media (max-width: 1023px) {
  .c-chance__btn:after {
    height: 29px;
    width: 29px;
  }
}

.c-chance__case {
  background: #e5efea;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

@media (max-width: 1023px) {
  .c-chance__case {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 32px;
  }
}

.c-chance__case--left {
  padding: 40px 41px 49px 68px;
  width: 60%;
}

@media (max-width: 1023px) {
  .c-chance__case--left {
    padding: 24px 30px 32px;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .c-chance__case--h3title img {
    max-width: 276px;
    width: 100%;
  }
}

.c-chance__case--txt {
  font-size: 1.6rem;
  letter-spacing: .06em;
  margin-top: 15px;
}

@media (max-width: 1023px) {
  .c-chance__case--txt {
    font-size: 1.4rem;
  }
}

.c-chance__case--link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--color-black04);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--ff-DB);
  gap: 16px;
  line-height: 1;
  margin-top: 36px;
}

@media (max-width: 1023px) {
  .c-chance__case--link {
    margin-top: 32px;
  }
}

.c-chance__case--link:before {
  border-right: 2px solid #f77911;
  border-top: 2px solid #f77911;
  content: '';
  display: inline-block;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 6px;
}

.c-chance__case--imgArea {
  width: 40%;
}

@media (max-width: 1023px) {
  .c-chance__case--imgArea {
    height: 190px;
    width: 100%;
  }
}

.c-chance__case--img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

@media (hover: hover) and (pointer: fine) {
  .c-chance__btn:hover {
    opacity: .7;
    text-decoration: none;
  }
}

.c-flow {
  background: #e5efea;
}

.c-flow .contents__inner {
  padding: 66px 0 45px;
}

@media (max-width: 1023px) {
  .c-flow .contents__inner {
    padding: 40px 0;
  }
}

.c-flow__stepList {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 43px;
}

@media (max-width: 1023px) {
  .c-flow__stepList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 64px;
    margin: 32px auto;
    max-width: 314px;
  }
}

.c-flow__stepItem {
  display: -ms-grid;
  display: grid;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  grid-column-gap: 0;
  grid-row-gap: 0;
  -ms-grid-columns: auto;
      grid-template-columns: auto;
  -ms-grid-rows: (auto)[4];
      grid-template-rows: repeat(4, auto);
  place-items: center;
  position: relative;
}

@media (max-width: 1023px) {
  .c-flow__stepItem {
    grid-column-gap: 20px;
    -ms-grid-columns: 77px auto;
        grid-template-columns: 77px auto;
    -ms-grid-rows: (auto)[3];
        grid-template-rows: repeat(3, auto);
    width: 100%;
  }
}

.c-flow__stepItem:not(:first-of-type):after {
  border-color: transparent transparent transparent var(--color-black03);
  border-style: solid;
  border-width: 16px 0 16px 18px;
  content: '';
  display: inline-block;
  left: 0;
  position: absolute;
  top: 116px;
}

@media (max-width: 1023px) {
  .c-flow__stepItem:not(:first-of-type):after {
    border-width: 12px 0 12px 14px;
    left: 0;
    margin: auto;
    right: 0;
    top: 97px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media (max-width: 1023px) {
  .c-flow__stepItem--stepArea {
    text-align: left;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .c-flow__stepItem--step {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 1 / 2 / 2 / 3;
    max-width: 60px;
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .c-flow__stepItem--imgArea {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 1 / 1 / 4 / 2;
  }
}

.c-flow__stepItem--img {
  margin-top: 33px;
}

@media (max-width: 1023px) {
  .c-flow__stepItem--img {
    margin-top: 0;
    width: 100%;
  }
}

.c-flow__stepItem--txt {
  color: #016137;
  font-family: var(--ff-DB);
  font-size: 2.1rem;
  letter-spacing: .03em;
  line-height: 1.381;
  margin-top: 12px;
  text-align: center;
}

@media (max-width: 1023px) {
  .c-flow__stepItem--txt {
    font-size: 1.8rem;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 2 / 2 / 3 / 3;
    margin-top: 9px;
    text-align: left;
    width: 100%;
  }
}

.c-flow__stepItem--txt sub {
  font-size: 1.2rem;
}

.c-flow__stepItem--link {
  margin-top: 12px;
  text-align: center;
}

@media (max-width: 1023px) {
  .c-flow__stepItem--link {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3 / 2 / 4 / 3;
    margin-top: 8px;
    text-align: left;
    width: 100%;
  }
}

.c-flow__stepItem--link a {
  color: #003e9a;
  font-family: var(--ff-B);
  font-size: 1.8rem;
  line-height: 1;
}

@media (max-width: 1023px) {
  .c-flow__stepItem--link a {
    font-size: 1.6rem;
  }
}

.c-flow__stepItem--link a span {
  font-size: 1.4rem;
}

@media (max-width: 1023px) {
  .c-flow__stepItem--link a span {
    font-size: 1.2rem;
  }
}

.c-flow__caution {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  counter-reset: number 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 18px;
}

@media (max-width: 1023px) {
  .c-flow__caution {
    margin-top: 54px;
  }
}

.c-flow__caution--item {
  font-size: 1.1rem;
  max-width: 445px;
  text-align: left;
  width: 100%;
}

.c-flow__caution--item:before {
  content: "※" counter(number) " ";
  counter-increment: number 1;
}

.c-campaign {
  background: #f7f7f7;
}

.c-campaign .contents__inner {
  padding: 60px 0 80px;
}

@media (max-width: 1023px) {
  .c-campaign .contents__inner {
    padding: 40px 0;
  }
}

.c-campaign__container {
  position: relative;
}

.c-campaign__container:before {
  background: var(--color-black);
  content: '';
  height: 100%;
  left: 260px;
  position: absolute;
  width: 1px;
}

@media (max-width: 1023px) {
  .c-campaign__container:before {
    display: none;
  }
}

.c-campaign__body {
  color: var(--color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.9rem;
  letter-spacing: .03em;
  padding-top: 24px;
}

@media (max-width: 1023px) {
  .c-campaign__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
}

.c-campaign__body:last-of-type {
  padding-bottom: 24px;
}

@media (max-width: 1023px) {
  .c-campaign__body:last-of-type {
    padding-bottom: 0;
  }
}

.c-campaign__body dt {
  font-family: var(--ff-DB);
  padding-left: 30px;
  width: 260px;
}

@media (max-width: 1023px) {
  .c-campaign__body dt {
    font-size: 1.2rem;
    padding-left: 0;
    width: 100%;
  }
}

.c-campaign__body dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: var(--ff-M);
  padding-left: 45px;
}

@media (max-width: 1023px) {
  .c-campaign__body dd {
    font-size: 1.3rem;
    margin-top: 7px;
    padding-left: 0;
  }
}

.c-campaign__body--list {
  counter-reset: number_02 0;
}

.c-campaign__body--item {
  padding-left: 1em;
  text-indent: -1em;
}

.c-campaign__body--item:before {
  content: counter(number_02) ". ";
  counter-increment: number_02 1;
}

@media (max-width: 1023px) {
  .c-campaign__body:not(:first-of-type) {
    margin-top: 32px;
  }
}

.c-caution {
  background: #f7f7f7;
}

.c-caution .contents__inner {
  padding: 80px 0;
}

@media (max-width: 1023px) {
  .c-caution .contents__inner {
    padding: 40px 0;
  }
}

.c-caution__list {
  margin-top: 50px;
  padding-left: 23px;
}

@media (max-width: 1023px) {
  .c-caution__list {
    margin-top: 32px;
    padding-left: 0;
  }
}

.c-caution__item {
  color: var(--color-black);
  letter-spacing: .06em;
  padding-left: 18px;
  position: relative;
}

@media (max-width: 1023px) {
  .c-caution__item {
    font-size: 1.2rem;
  }
}

.c-caution__item:before {
  background: var(--color-green);
  border-radius: 50%;
  content: '';
  height: 5px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 5px;
}

@media (max-width: 1023px) {
  .c-caution__item:before {
    height: 3px;
    width: 3px;
  }
}

.c-caution__item:not(:first-of-type) {
  margin-top: 8px;
}

.c-caution__item--inner li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: var(--color-black);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.c-caution__item--inner li:before {
  background: var(--color-white);
  border: 1px solid var(--color-green);
  border-radius: 50%;
  content: '';
  display: block;
  height: 4px;
  margin-top: 9px;
  width: 4px;
}

@media (max-width: 1023px) {
  .c-caution__item--inner li:before {
    height: 3px;
    width: 3px;
  }
}

.c-form {
  background: #e5efea;
}

.c-form .contents__inner {
  padding: 80px 0;
}

.c-form__inner {
  margin-top: 48px;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mktoForm .mktoAsterix {
  padding-bottom: 5px !important;
}

.mktoAsterix::after {
  background-color: var(--color-green) !important;
}

.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton {
  padding: 10px 0 9px !important;
}

.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton {
  background-image: -webkit-gradient(linear, left top, right top, from(#f77911), to(#ff0033)) !important;
  background-image: linear-gradient(90deg, #f77911, #ff0033) !important;
}

.mktoButton {
  height: 60px !important;
}

.c-faq .contents__inner {
  padding: 80px 0;
}

.qa-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 48px;
}

@media (min-width: 768px) {
  .qa-sec {
    margin-top: 48px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .qa-sec {
    padding-left: 0;
    padding-right: 0;
  }
}

.qa-sec__item {
  background-color: #f2f4f8;
  border-radius: 5px;
  position: relative;
  text-align: justify;
  -webkit-transition: background-color ease-out .3s;
  transition: background-color ease-out .3s;
}

@media (min-width: 768px) {
  .qa-sec__item {
    border-radius: 10px;
  }
}

.qa-sec__item.is-hover {
  background-color: #e1e8f7;
}

.qa-sec__item.is-hover button {
  background-color: #e1e8f7;
}

.qa-sec__item.open button:before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

.qa-sec__item--q button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2f4f8;
  border: none;
  border-radius: 10px;
  color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: YakuHanJP, UD新ゴ DB, sans-serif;
  font-size: 14px;
  gap: 8px;
  letter-spacing: .04em;
  line-height: 1.7;
  padding: 20px 56px 16px 20px;
  position: relative;
  text-align: left;
  -webkit-transition: background-color ease-out .3s;
  transition: background-color ease-out .3s;
  width: 100%;
}

@media (min-width: 768px) {
  .qa-sec__item--q button {
    font-size: 18px;
    padding: 16px 68px 14px 32px;
  }
}

.qa-sec__item--q button .icn {
  color: #06c755;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: YakuHanJP, UD新ゴ B, sans-serif;
  font-size: 2.1428571429em;
}

@media (min-width: 768px) {
  .qa-sec__item--q button .icn {
    font-size: 1.6666666667em;
  }
}

.qa-sec__item--q button:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.828%22%20height%3D%2212.242%22%20viewBox%3D%220%200%2018.828%2012.242%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_155292%22%20data-name%3D%22%E3%83%91%E3%82%B9%20155292%22%20d%3D%22M342.177%2C15626.589l-2.828-2.828%2C9.414-9.414%2C9.414%2C9.414-2.828%2C2.828-6.586-6.586Z%22%20transform%3D%22translate(-339.349%20-15614.347)%22%20fill%3D%22%2306c755%22%2F%3E%3C%2Fsvg%3E");
  background-size: cover;
  content: '';
  height: 12px;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  width: 18px;
}

@media (min-width: 600px) {
  .qa-sec__item--q button:before {
    right: 25px;
  }
}

@media (min-width: 768px) {
  .qa-sec__item--q button:before {
    content: '';
    right: 32px;
  }
}

.qa-sec__item--a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  gap: 15px;
  padding: 0 56px 25px 20px;
}

.qa-sec__item--a p:not(:first-of-type) {
  margin-top: 12px;
}

.qa-sec__item--a li:before {
  content: '・';
}

@media (min-width: 1024px) {
  .qa-sec__item--a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.qa-sec__item--a .icn {
  color: #ff6969;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: YakuHanJP, UD新ゴ B, sans-serif;
  font-size: 2.1428571429em;
}

.qa-sec__item--a .strong {
  font-family: YakuHanJP, UD新ゴ B, sans-serif;
}

@media (min-width: 768px) {
  .qa-sec__item--a {
    padding: 0 68px 24px 32px;
  }
}

.qa-sec__item--a a {
  color: #06c755;
  font-family: YakuHanJP, UD新ゴ M, sans-serif;
}

.modal-content dd {
  margin-top: 38px;
}

@media (max-width: 1023px) {
  .modal-content dd {
    margin-top: 24px;
  }
}

.modal-content dd p {
  font-size: 1.8rem;
  line-height: 1.722;
  text-align: left;
}

@media (max-width: 1023px) {
  .modal-content dd p {
    font-size: 1.6rem;
  }
}

.modal-content dd img {
  margin-top: 48px;
}

@media (max-width: 1023px) {
  .modal-content dd img {
    margin-top: 24px;
  }
}

.remodal {
  border-radius: 6px;
  padding: 65px 90px !important;
}

@media (max-width: 1023px) {
  .remodal {
    padding: 35px 30px !important;
  }
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 980px !important;
  }
}

.remodal-close {
  left: auto !important;
  right: 0 !important;
}

.remodal-close:before {
  font-size: 35px !important;
  line-height: 45px !important;
  width: 25px !important;
}

.c-float {
  background: #ffffff;
  border-radius: 50%;
  bottom: 100px;
  display: block;
  position: fixed;
  right: 34px;
  z-index: 999;
}

@media (max-width: 1023px) {
  .c-float {
    bottom: 40px;
    right: 10px;
  }
}

.hidden {
  display: none !important;
}

#c-float__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation-duration: .5s;
          animation-duration: .5s;
  background-image: -webkit-gradient(linear, left top, right top, from(#f77911), to(#ff0033));
  background-image: linear-gradient(90deg, #f77911, #ff0033);
  border: 4px solid var(--color-white);
  border-radius: 50%;
  -webkit-box-shadow: 0 3px 30px 0 rgba(247, 121, 16, 0.38);
          box-shadow: 0 3px 30px 0 rgba(247, 121, 16, 0.38);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  height: 150px;
  padding-top: 40px;
  -webkit-transition: .3s;
  transition: .3s;
  width: 150px;
}

@media (max-width: 1023px) {
  #c-float__link {
    border: 2px solid var(--color-white);
    gap: 4px;
    height: 80px;
    padding-inline: 8px;
    padding-top: 20px;
    width: 80px;
  }
}

#c-float__link:after {
  background: url(/sites/default/files/media/jp/service/line-ads/campaign/coupon_2501/img/icon_float_arrow.svg) center center no-repeat;
  background-size: contain;
  content: '';
  height: 14px;
  width: 8px;
}

#c-float__link:hover {
  opacity: .7;
}

@media screen and (max-width: 1023px) {
  .sp-menu-wrap--clone {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  #lyb-footer .lyb-fixed-pagetop {
    display: none !important;
  }
}

.scrollUp {
  opacity: 0;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  -webkit-transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, -webkit-transform .2s;
  transition: opacity .2s, transform .2s;
  transition: opacity .2s, transform .2s, -webkit-transform .2s;
}

.scrollUp.is-show {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
/*# sourceMappingURL=style.css.map */