@charset "UTF-8";
/*#########################################################

各種ファイル読み込み

#########################################################*/
@media screen and (max-width: 767px) {
  .for-pc {
    display: none !important;
  }

  img {
    width: 100%;
  }

  /* lp-btn */
  .lp-btn {
    color: #fff !important;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none !important;
    display: block;
    width: 100%;
    border: none;
    border-radius: 4px;
    background: linear-gradient(#d00041, #b6001f);
    padding: 24px 0;
    margin: auto;
  }

  .lp-btn--01 {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 10px 0;
  }

  .lp-btn--01 .lp-btn__txt::after {
    width: 10px;
    height: 8px;
    background-size: 10px 8px;
  }

  .lp-btn--01 .lp-btn__small {
    font-size: 1.2rem;
  }

  .lp-btn--02 .lp-btn__txt {
    padding-left: 40px;
  }

  .lp-btn--02 .lp-btn__txt::before {
    content: "";
    width: 32px;
    height: 43px;
    background: url(/svcsol/campaign/images/smx_202208/common/icon_calculator.svg) no-repeat left top;
    background-size: 32px 43px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -21px;
  }

  .lp-btn__txt {
    position: relative;
  }

  .lp-btn__txt::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url(/svcsol/campaign/images/smx_202208/common/icon_externallink_white.svg) no-repeat right center;
    background-size: 14px 12px;
    margin-left: 10px;
  }

  /* lp-header */
  .lp-header {
    background: #000e0d url(/svcsol/campaign/images/smx_202208/top/bg_mainvisual_sp.png) no-repeat right top;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 160vw;
    z-index: 30;
  }

  .lp-logo {
    text-align: right;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
  }

  .lp-logo__link {
    display: inline-block;
    background-color: #000;
    width: 50px;
    height: 34px;
    padding: 5px;
  }

  .lp-logo__img {
    min-width: 100%;
  }

  /* lp-page_title */
  .lp-page_title {
    padding-top: 48px;
    z-index: 1;
    position: relative;
  }

  .lp-page_title__img {
    width: 100%;
  }

  /* lp-news */
  .lp-news {
    position: relative;
    padding: 17px 15px 20px;
    background: #000E0D;
    z-index: 20;
  }

  .lp-news__inner {
    margin: 0 auto;
    text-align: center;
  }

  .lp-news__title {
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 22px;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    line-height: 1;
    margin-bottom: 10px;
  }

  .lp-news__list {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
  }

  .lp-news__link {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    color: #fff !important;
    padding-left: 16px;
    font-weight: 400;
    text-decoration: none;
  }

  .lp-news__link::before {
    content: "";
    width: 14px;
    height: 12px;
    position: absolute;
    background: url(/svcsol/campaign/images/smx_202208/common/icon_arrow_red.svg) no-repeat center center;
    background-size: contain;
    vertical-align: top;
    top: 5px;
    left: -2px;
  }

  .lp-news__link[target=_blank]::after {
    content: "";
    width: 14px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background: url(/svcsol/campaign/images/smx_202208/common/icon_externallink.svg) no-repeat center center;
    background-size: contain;
  }

  .lp-news__item:not(:last-of-type) {
    padding-bottom: 8px;
  }

  /* lp-download */
  .lp-section--download01 {
    background-color: #272929;
    padding: 20px 15px;
  }

  .lp-section--download02 {
    background-color: #CFEBE6;
    padding: 40px 15px;
  }

  .lp-section--download03 {
    background-color: #383d41;
    padding: 20px 15px;
  }

  .lp-download {
    border: 2px solid #cf0040;
    background: #fff;
    padding: 15px;
    margin: auto;
  }

  .lp-download__title {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.28;
    text-align: center;
    color: #cf0040;
    margin-bottom: 10px;
  }

  .lp-download__box {
    position: relative;
    padding-left: 105px;
  }

  .lp-download__column02 {
    background-color: #ccf;
    position: relative;
    height: 20px;
    width: 100%;
    margin: 20px auto 30px;
  }

  .lp-download__plus {
    position: absolute;
    width: 54px;
    height: 47px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }

  .lp-download__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
  }

  .lp-download__hd {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 3px;
  }

  .lp-download__page {
    font-size: 1.2rem;
    font-weight: normal;
    letter-spacing: 0.03em;
  }

  .lp-download__txt {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 6px;
  }

  .lp-download__btn {
    margin-top: 20px;
  }

  /* lp-contact */
  .lp-contact {
    margin: 30px auto 0;
  }

  .lp-contact__txt {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin: 15px auto;
  }

  /* lp-tel */
  .lp-tel {
    width: 100%;
    text-align: center;
    margin-top: 18px;
  }

  .lp-tel__txt {
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 10px;
  }

  .lp-tel__txt::before {
    width: 30px;
    height: 31px;
    display: inline-block;
    content: "";
    background: url(/svcsol/campaign/images/smx_202208/common/icon_tel.svg) no-repeat center center;
    background-size: 30px 31px;
    vertical-align: top;
    margin-right: 2px;
    margin-top: -10px;
  }

  .lp-tel__number {
    font-size: 2.4rem;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    color: #fff;
    margin-top: 10px;
  }

  .lp-tel__time {
    font-size: 1.1rem;
    display: block;
    color: #fff;
    margin-top: 5px;
  }

  /* lp-note */
  .lp-note {
    margin: 40px auto;
  }

  .lp-note__item {
    font-size: 1.4rem;
    line-height: 2;
  }

  /* lp-estimate */
  .lp-estimate {
    background-color: #eef2f5;
    padding: 27px 15px 30px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .lp-estimate__txt {
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
  }

  /* lp-footer */
  .lp-footer {
    background: #000;
  }

  .lp-footer__inner {
    width: 100%;
    padding: 20px 0;
  }

  /* lp-fnav */
  .lp-fnav__list {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .lp-fnav__link {
    font-size: 1rem;
    color: #fff !important;
    text-decoration: none;
  }

  .lp-fnav__link::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url(/svcsol/campaign/images/smx_202208/common/icon_externallink.svg) no-repeat center top;
    background-size: cover;
    margin-left: 10px;
  }

  .lp-fnav__item:first-child {
    margin-right: 20px;
  }

  .lp-fnav__item:first-child::after {
    content: none;
  }

  .lp-fnav__item::before {
    content: "|";
    color: #fff;
    margin-right: 20px;
  }

  .lp-fnav__item::after {
    content: "|";
    color: #fff;
    margin-left: 20px;
  }

  /* lp-copy */
  .lp-copy {
    color: #fff;
    text-align: center;
    margin-top: 20px;
  }

  /* lp-totop */
  .lp-totop {
    display: none;
  }
}
/*#########################################################

ページパーツ

#########################################################*/
@media screen and (max-width: 767px) {
  /* lp-trouble */
  .lp-trouble {
    padding: 209vw 15px 60px;
    background: url(/svcsol/campaign/images/smx_202208/top/bg_trouble_sp.png) no-repeat center top, linear-gradient(#97e3ff 0%, #fff 100%) repeat-x left 209vw;
    background-size: 100% auto, 100% 250px;
    position: relative;
  }

  .lp-trouble__copy {
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.111;
    color: #fff;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .lp-trouble__copy::first-line {
    font-size: 2.8rem;
  }

  .lp-trouble__copy__big {
    font-size: 3.8rem;
    color: #80e7f1;
  }

  .lp-trouble__inner .lp-estimate {
    margin-top: 33px;
  }

  .lp-trouble__title {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 50px;
  }

  .lp-trouble__title__middle,
.lp-trouble__title__small {
    display: block;
  }

  .lp-trouble__title__big {
    font-size: 2rem;
    display: block;
  }

  .lp-trouble__title__line {
    font-size: 2.8rem;
    background: linear-gradient(#FFFF33, #FFFF33);
    background-size: 100% 20%;
    background-position: 0 85%;
    background-repeat: no-repeat;
    padding: 0 5px 5px;
  }

  .lp-trouble__scroll {
    width: calc(100% + 15px);
    padding-right: 15px;
    overflow-x: scroll;
  }

  .lp-table--trouble {
    width: var(--lp-minwidth);
    margin: 0 auto;
    border-top: 1px solid #B3B3B3;
    border-left: 1px solid #B3B3B3;
  }

  .lp-table--trouble__th,
.lp-table--trouble__td {
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #B3B3B3;
    border-bottom: 1px solid #B3B3B3;
  }

  .lp-table--trouble__th {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.75;
  }

  .lp-table--trouble__td {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
    padding: 12px 0;
  }

  .lp-table--trouble__small {
    font-size: 1.3rem;
  }

  .lp-table--trouble__color01 {
    color: #3d81c6;
  }

  .lp-table--trouble__color02 {
    color: #03A291;
  }

  .lp-table--trouble__thead .lp-table--trouble__th {
    font-weight: 700;
    color: #fff;
    height: 58px;
  }

  .lp-table--trouble__thead .lp-table--trouble__th--01 {
    background-color: #5091d3;
    width: 370px;
  }

  .lp-table--trouble__thead .lp-table--trouble__th--02 {
    background-color: #363636;
    width: 212px;
  }

  .lp-table--trouble__thead .lp-table--trouble__th--03 {
    background-color: #03A291;
    width: 370px;
  }

  .lp-table--trouble__tbody .lp-table--trouble__th {
    background-color: #f4f4f4;
    height: 89px;
  }

  /* lp-change */
  .lp-change {
    display: flex;
    justify-content: space-between;
    width: var(--lp-minwidth);
    margin-bottom: 30px;
    position: relative;
  }

  .lp-change::before {
    content: "";
    width: 129px;
    height: 94px;
    background: url(/svcsol/campaign/images/smx_202208/top/icon_arrow.svg) no-repeat left top;
    background-size: 129px 94px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .lp-change__item {
    text-align: center;
    background-color: #fff;
    width: 370px;
    height: 344px;
    border-width: 7px;
    border-style: solid;
    padding: 17px 33px;
  }

  .lp-change__item--first {
    border-color: #A8CBEF;
  }

  .lp-change__item--last {
    border-color: #8be0d7;
  }

  .lp-change__hd {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.555;
    margin-bottom: 23px;
  }

  .lp-change__function {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 54px;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-color: #787878;
  }

  .lp-change__function--minimum {
    background-color: #5091d3;
  }

  .lp-change__function--maximum {
    font-size: 2.1rem;
    color: #ff3;
    background-color: #03a291;
  }

  .lp-change__plus {
    display: block;
    width: 30px;
    height: 30px;
    background: url(/svcsol/campaign/images/smx_202208/top/icon_plus.svg) no-repeat left top;
    background-size: 30px 30px;
    margin: 8.5px auto;
  }

  .lp-change__img {
    display: block;
    margin: 0 auto;
  }

  .lp-change__img--01 {
    width: 54px;
    margin-top: 20px;
  }

  .lp-change__img--02 {
    width: 240px;
    margin-top: 39px;
  }

  /* lp-share */
  .lp-share {
    margin: 30px auto 0;
  }

  .lp-share__item {
    width: 100%;
    text-align: center;
  }

  .lp-share__item:first-child {
    margin-bottom: 20px;
  }

  .lp-share__img {
    width: 100%;
  }

  .lp-share__item:nth-child(1) .lp-share__img {
    max-width: 75%;
  }

  .lp-share__item:last-child .lp-share__img {
    width: 112.5vw;
    max-width: initial;
    transform: translateX(-10.9375vw);
  }

  /* lp-example */
  .lp-section--example {
    background: #E1F2EF url(/svcsol/campaign/images/smx_202208/top/bg_example.png) no-repeat center top;
    background-size: 768px auto;
    padding: 50px 15px 60px;
  }

  .lp-example__title {
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 84px;
  }

  .lp-example__title {
    font-size: 2.8rem;
    line-height: 1.6;
    font-weight: 700;
  }

  .lp-example__title__small {
    font-size: 1.6rem;
    line-height: 2.25;
    display: block;
  }

  .lp-example__title__middle {
    font-size: 2rem;
    line-height: 1.8;
    display: block;
  }

  .lp-example__title__line {
    line-height: 1;
    background: linear-gradient(#FFFF33, #FFFF33);
    background-size: 100% 30%;
    background-position: 0 90%;
    background-repeat: no-repeat;
    padding: 0 5px 5px;
  }

  .lp-example__section {
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1);
  }

  .lp-example__section:not(:last-child) {
    margin-bottom: 84px;
  }

  .lp-example__hd {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.55;
    color: #fff;
    text-align: center;
    position: relative;
    border-radius: 15px 15px 0 0;
    background-color: #19b09f;
    padding: 15px 0;
    margin-bottom: 18px;
  }

  .lp-example__label {
    font-size: 1.4rem;
    line-height: 1.35;
    font-weight: 700;
    color: #96f7ff;
    text-align: center;
    width: 103px;
    height: 103px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: url(/svcsol/campaign/images/smx_202208/top/bg_label.svg) no-repeat left top;
    background-size: 103px 103px;
    position: absolute;
    top: -66px;
    left: 2px;
  }

  .lp-example__label__number {
    font-size: 1.9rem;
    line-height: 1;
  }

  .lp-example__lead {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.75;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 25px;
  }

  .lp-example__lead__small {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 10px;
  }

  .lp-example__lead__line {
    background: linear-gradient(#FFFF33, #FFFF33);
    background-size: 100% 25%;
    background-position: 0 100%;
    background-repeat: no-repeat;
  }

  .lp-example__box {
    display: block;
    width: 100%;
    padding: 0 15px 30px;
  }

  .lp-example__box--01 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .lp-example__img {
    width: 100%;
  }

  /* lp-fee */
  .lp-section--fee {
    padding: 40px 15px 60px;
  }

  .lp-fee__hd {
    font-size: 2.8rem;
    font-weight: 700;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 40px;
  }

  .lp-fee__hd__big {
    background: linear-gradient(transparent 80%, #FFFF33 0%);
  }

  .lp-fee__hd__small {
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
    display: block;
    margin-top: 15px;
  }

  .lp-fee__table__wrapper {
    width: calc(100% + 15px);
    padding-right: 15px;
    margin: auto;
    overflow-x: scroll;
  }

  .lp-fee__table {
    width: 850px;
  }

  .lp-fee__table__thead .lp-fee__table__th {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #03a291;
    height: 58px;
    border-bottom: 1px solid #b3b3b3;
  }

  .lp-fee__table__thead .lp-fee__table__example {
    font-size: 1.4rem;
    line-height: 26px;
    display: inline-block;
    border: 2px solid #cdece9;
    padding: 0 12px;
    margin-right: 12px;
  }

  .lp-fee__table__tbody .lp-fee__table__th,
.lp-fee__table__tbody .lp-fee__table__td {
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: left;
    vertical-align: middle;
    padding: 22px 30px;
    border: 1px solid #b3b3b3;
  }

  .lp-fee__table__tbody .lp-fee__table__th {
    font-weight: 700;
    background-color: #f4f4f4;
    border-top: 0;
    border-right: 0;
    width: 300px;
  }

  .lp-fee__table__tbody .lp-fee__table__td {
    border-top: 0;
  }

  .lp-fee__table__wrapper + .lp-fee__box {
    margin-bottom: 40px;
  }

  .lp-fee__box {
    width: -moz-fit-content;
    width: fit-content;
    padding-bottom: 16px;
    margin: 30px auto 0;
  }

  .lp-fee__box__txt {
    font-size: 2.4rem;
    font-weight: 700;
    padding-bottom: 10px;
    border-bottom: 4px solid #f03792;
  }

  .lp-fee__box__txt:first-child {
    margin-bottom: 15px;
  }

  .lp-fee__box__amount {
    font-size: 3.2rem;
  }

  /* lp-ppap */
  .lp-section--ppap {
    background-color: #c0f2e9;
    position: relative;
    overflow: hidden;
  }

  .lp-ppap {
    padding: 120px 15px 0;
    background: url(/svcsol/campaign/images/smx_202208/top/bg_ppap.png) no-repeat left bottom;
    background-size: auto 100%;
    position: relative;
    z-index: 2;
  }

  .lp-ppap__inner {
    margin: auto;
  }

  .lp-ppap__hd {
    font-size: 2.8rem;
    font-weight: 700;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    margin: 0 auto 23px;
    background: linear-gradient(transparent 80%, #FFFF33 0%);
    padding: 0 5px 5px;
  }

  .lp-ppap__add {
    font-size: 1.7rem;
    line-height: 32px;
    color: #fff;
    background-color: #f03792;
    padding: 0 8px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(calc((100% + 13px) * -1));
  }

  .lp-ppap__add::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 8px 8px;
    border-color: #f03792 #f03792 transparent transparent;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%) rotate(-8deg);
  }

  .lp-ppap__txt {
    font-size: 1.4rem;
    line-height: 1.75;
    margin-bottom: 20px;
  }

  .lp-ppap__box {
    background-color: #fff;
    padding: 30px 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(132, 186, 182, 0.5);
    position: relative;
    z-index: 2;
  }

  .lp-ppap__img {
    width: 100%;
  }

  /* lp-mxrecord */
  .lp-mxrecord {
    margin: auto;
    z-index: 1;
    padding: 134px 15px 60px;
    position: relative;
  }

  .lp-mxrecord::before {
    content: "";
    background: url(/svcsol/campaign/images/smx_202208/top/bg_ppapdown_sp.png) no-repeat center bottom;
    background-size: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: min(126vw, 406px);
    transform: translateY(-68%);
  }

  .lp-mxrecord__hd {
    font-size: 2.8rem;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
    color: #00897b;
    margin-bottom: 40px;
  }

  .lp-mxrecord__box {
    margin: auto;
  }

  .lp-mxrecord__img {
    width: 100%;
  }

  /* lp-faq */
  .lp-section--faq {
    padding: 40px 15px 60px;
  }

  .lp-faq__hd {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
  }

  .lp-faq__question {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 3px solid #03a291;
    padding-bottom: 18px;
    margin-bottom: 20px;
  }

  .lp-faq__answer {
    font-size: 1.4rem;
    line-height: 1.75;
  }

  .lp-faq__answer:not(:last-child) {
    margin-bottom: 40px;
  }

  /* add 20221212 start */
  .lp-text__link {
    position: relative;
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.4;
    padding-left: 16px;
    text-decoration: none;
  }

  .lp-text__link::before {
    content: "";
    width: 14px;
    height: 12px;
    position: absolute;
    background: url(/svcsol/campaign/images/smx_202208/common/icon_arrow_red.svg) no-repeat center center;
    background-size: contain;
    vertical-align: top;
    top: 4px;
    left: -2px;
  }

  .lp-text__link[target=_blank]::after {
    content: "";
    width: 14px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    background: url(/svcsol/common/images/ctaicon/icon-blank.svg) no-repeat center center;
    background-size: contain;
  }

  /* add 20221212 end */
  /* add 20230707 start */
  .lp-section--campaign {
    background: #FFF2D9 url(/svcsol/campaign/images/smx_202208/top/bg_campaign.png) no-repeat center top;
    background-size: 768px auto;
    padding: 32px 15px;
  }

  .lp-campaign__title {
    color: #EF6117;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    line-height: 1.4375;
  }
  .lp-campaign__title__small {
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  .lp-campaign__title__small:before, .lp-campaign__title__small:after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 48px;
    background-color: #EF6117;
  }
  .lp-campaign__title__small:before {
    transform: rotate(-23deg);
  }
  .lp-campaign__title__small:after {
    transform: rotate(23deg);
  }
  .lp-campaign__title__middle {
    margin-top: 16px;
    display: block;
  }
  .lp-campaign__title__line {
    line-height: 1;
    background: linear-gradient(#FFFF33, #FFFF33);
    background-size: 100% 20%;
    background-position: 0 85%;
    background-repeat: no-repeat;
    padding: 0 5px 5px;
    margin-top: 8px;
  }
  .lp-campaign__box {
    background-color: #fff;
    margin-top: 35px;
    margin-bottom: 32px;
    padding: 20px 10px 24px;
    position: relative;
  }
  .lp-campaign__box::after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 40px 54.5px 0 54.5px;
    border-color: #ffffff transparent transparent transparent;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
  .lp-campaign__box__note {
    font-size: 12px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 14px auto 0;
    line-height: 1.4166666667;
  }
  .lp-campaign__btn-box {
    background-color: #FEE5BD;
    padding: 24px 20px 20px;
    text-align: center;
  }
  .lp-campaign__btn-box__txt {
    font-size: 14px;
    line-height: 1.5;
    font-weight: bold;
  }
  .lp-campaign__btn {
    margin-top: 12px;
    line-height: 1.4444444444;
    padding: 10px 20px 10px;
    min-height: 78px;
    font-size: 18px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lp-campaign__btn-txt:after {
    width: 16px;
    height: 14px;
    background-size: 16px 14px;
  }

  /* add 20230707 end */
}
/*# sourceMappingURL=sp_smx_202208.css.map */