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

各種ファイル読み込み

#########################################################*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  color: #333;
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
}

* {
  box-sizing: border-box;
}

.lp-main {
  overflow: hidden;
}

:root {
  --lp-minwidth: 950px;
}

/*#########################################################

svg画像をフォントとして使う(icomoon使用)共通パーツ

#########################################################*/
@font-face {
  font-family: "icomoon";
  src: url("/svcsol/campaign/css/smx_202208/icomoon_smx_202208.eot?1zzsyq");
  src: url("/svcsol/campaign/css/smx_202208/icomoon_smx_202208.eot?1zzsyq#iefix") format("embedded-opentype"), url("/svcsol/campaign/css/smx_202208/icomoon_smx_202208.ttf?1zzsyq") format("truetype"), url("/svcsol/campaign//css/smx_202208/icomoon_smx_202208.woff?1zzsyq") format("woff"), url("/svcsol/campaign/css/smx_202208/icomoon_smx_202208.svg?1zzsyq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-]::before,
[class*=" icon-"]::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.4687;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-img_compare_result_ordinarily:before {
  font-size: 3.2rem;
  content: "\e901";
}

.icon-img_compare_result_very_good:before {
  font-size: 3.2rem;
  content: "\e902";
}

.icon-img_compare_result_bad:before {
  font-size: 3.2rem;
  content: "\e900";
}

.icon-img_compare_result_good:before {
  font-size: 3.2rem;
  content: "\e903";
}

.cta {
  z-index: 30;
}

/*#########################################################

共通パーツ

#########################################################*/
@media print, screen and (min-width: 768px) {
  .for-sp {
    display: none !important;
  }

  /* lp-section */
  .lp-section__inner {
    width: var(--lp-minwidth);
    margin: auto;
  }

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

  .lp-btn:hover::after {
    content: "";
    opacity: 0.1;
    transition: background 1s linear;
    background: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .lp-btn--01 {
    font-size: 1.6rem;
    width: 440px;
    /* padding: 20px 0; */
  }

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

  .lp-btn--02 {
    width: 352px;
    /* padding: 22px; */
  }

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

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

  .lp-btn--04 {
    width: 440px;
  }

  .lp-btn--04 .lp-btn__txt::after {
    background-size: 18px 16px;
    width: 18px;
    height: 16px;
  }

  .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_pc.png) no-repeat center top;
    background-size: 2000px 585px;
    position: relative;
    width: 100%;
    min-width: var(--lp-minwidth);
    height: 585px;
    position: relative;
  }

  .lp-header__inner {
    width: var(--lp-minwidth);
    min-width: var(--lp-minwidth);
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }

  /* lp-logo */
  .lp-logo {
    text-align: right;
    width: 100%;
    z-index: 2;
  }

  .lp-logo__link {
    background-color: #000;
    width: 106px;
    height: 70px;
    display: inline-block;
    padding: 10px;
  }

  .lp-logo__link .lp-logo__img {
    width: 86px;
    height: 51px;
  }

  /* lp-page_title */
  .lp-page_title {
    overflow: hidden;
    width: var(--lp-minwidth);
    margin: 0 auto;
  }

  .lp-page_title__img {
    width: 550px;
  }

  /* lp-news */
  .lp-news {
    position: relative;
    padding: 20px 0;
    background-color: #000e0d;
  }

  .lp-news__inner {
    max-width: var(--lp-minwidth);
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
  }

  .lp-news__title {
    position: relative;
    font-size: 1.4rem;
    font-weight: 700;
    width: 120px;
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 0;
    text-align: center;
  }

  .lp-news__list {
    padding-left: 15px;
    flex: 1 1;
    margin-top: 7px;
    line-height: 1.5;
  }

  .lp-news__link {
    font-size: 1.4rem;
    color: #fff !important;
    text-decoration: none;
    display: inline-block;
    padding-left: 18px;
    position: relative;
  }

  .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: 4px;
    left: -2px;
  }

  .lp-news__link[target=_blank]::after {
    content: "";
    width: 14px;
    height: 12px;
    vertical-align: middle;
    display: inline-block;
    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) {
    margin-bottom: 20px;
  }

  /* lp-download */
  .lp-section--download01 {
    background-color: #272929;
    padding: 38px 0 45px;
  }

  .lp-section--download02 {
    background-color: #CFEBE6;
    padding: 60px 0;
  }

  .lp-section--download03 {
    background-color: #383d41;
    padding: 38px 0 45px;
  }

  .lp-download {
    padding: 20px 40px 30px;
    border: 2px solid #cf0040;
    background: #fff;
    width: var(--lp-minwidth);
    margin: auto;
    display: grid;
    grid-template-columns: 395px 1fr 380px;
    grid-template-rows: auto auto auto;
  }

  .lp-download__title {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #cf0040;
    margin-bottom: 20px;
    grid-column: 1/4;
    grid-row: 1/2;
  }

  .lp-download__box {
    position: relative;
  }

  .lp-download__column01 {
    grid-column: 1/2;
    grid-row: 2/3;
    padding-left: 189px;
  }

  .lp-download__column02 {
    grid-column: 2/3;
    grid-row: 2/3;
  }

  .lp-download__column03 {
    grid-column: 3/4;
    grid-row: 2/3;
    padding-left: 165px;
  }

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

  .lp-download__img--01 {
    width: 160px;
  }

  .lp-download__img--02 {
    width: 184px;
  }

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

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

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

  .lp-download__btn {
    grid-column: 1/4;
    grid-row: 3/4;
    margin-top: 25px;
  }

  .lp-download__plus {
    width: 80px;
    margin-top: 28px;
  }

  /* lp-contact */
  .lp-contact {
    display: flex;
    justify-content: space-between;
    width: 900px;
    margin: 20px auto 0;
  }

  .lp-contact__txt {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    margin-top: 20px;
  }

  /* lp-tel */
  .lp-tel {
    width: 100%;
    text-align: left;
    margin-top: 28px;
    display: flex;
  }

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

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

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

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

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

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

  /* lp-estimate */
  .lp-estimate {
    background-color: #eef2f5;
    padding: 23px 0 33px;
  }

  .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;
    min-width: var(--lp-minwidth);
  }

  .lp-footer__inner {
    max-width: var(--lp-minwidth);
    width: 100%;
    margin: auto;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

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

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

  .lp-fnav__link:hover {
    text-decoration: underline;
  }

  .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: "";
    margin-right: 20px;
  }

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

  /* lp-copy */
  .lp-copy {
    color: #fff;
  }

  /* lp-totop */
  .lp-totop {
    position: fixed;
    right: 0;
    width: 63px;
    height: 93px;
    z-index: 1000;
  }

  .lp-totop__link {
    display: block;
  }

  .lp-totop__link:hover {
    opacity: 0.7;
    transition: 0.8s;
  }
}
/*#########################################################

ページパーツ

#########################################################*/
@media print, screen and (min-width: 768px) {
  /* lp-trouble */
  .lp-trouble {
    padding: 100px 0 70px;
    background: url(/svcsol/campaign/images/smx_202208/top/bg_trouble_pc.png) no-repeat center top, url(/svcsol/campaign/images/smx_202208/top/bg_trouble_repeat.png) repeat-x left top;
    background-size: 1400px 920px, 15px 920px;
  }

  .lp-trouble__copy {
    font-size: 4.8rem;
    font-weight: 700;
    line-height: 1.111;
    color: #fff;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 385px;
  }

  .lp-trouble__copy__middle {
    font-size: 5.8rem;
  }

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

  .lp-trouble__inner {
    width: var(--lp-minwidth);
    margin: auto;
  }

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

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

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

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

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

  .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 {
    display: flex;
    justify-content: space-between;
    width: 800px;
    margin: 40px auto 0;
    align-items: center;
  }

  .lp-share__item {
    width: 50%;
  }

  .lp-share__img {
    width: 100%;
  }
  .lp-share__item:nth-child(1) .lp-share__img {
    max-width: 50%;
    text-align: center;
  }

  /* lp-example */
  .lp-section--example {
    background: #E1F2EF url(/svcsol/campaign/images/smx_202208/top/bg_example.png) no-repeat center top;
    background-size: 100% auto;
    padding: 64px 0 90px;
  }

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

  .lp-example__title {
    font-size: 4rem;
    line-height: 1.3;
    font-weight: 700;
  }

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

  .lp-example__title__middle {
    font-size: 2.8rem;
    line-height: 1.28;
    display: block;
  }

  .lp-example__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;
  }

  .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: 60px;
  }

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

  .lp-example__label {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 700;
    color: #96f7ff;
    text-align: center;
    width: 130px;
    height: 130px;
    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: 130px 130px;
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }

  .lp-example__label__number {
    font-size: 3rem;
  }

  .lp-example__lead {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.625;
    text-align: center;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }

  .lp-example__lead__small {
    font-size: 1.6rem;
    display: block;
  }

  .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;
    margin: auto;
  }

  .lp-example__box--01 {
    width: 780px;
    margin-top: 12px;
    padding-bottom: 52px;
  }

  .lp-example__box--02 {
    width: 720px;
    margin-top: 24px;
    padding-bottom: 48px;
  }

  .lp-example__box--03 {
    width: 772px;
    margin-top: 18px;
    padding-bottom: 65px;
  }

  .lp-example__img {
    width: 100%;
  }

  /* lp-fee */
  .lp-section--fee {
    padding: 80px 0 110px;
  }

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

  .lp-fee__hd__small {
    font-size: 1.6rem;
    font-weight: 500;
    margin-left: 10px;
  }

  .lp-fee__table__wrapper {
    width: 850px;
    margin: auto;
  }

  .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: 90px;
  }

  .lp-fee__box {
    display: flex;
    justify-content: space-between;
    width: 426px;
    padding-bottom: 16px;
    margin: 20px auto 0;
    border-bottom: 4px solid #f03792;
  }

  .lp-fee__box__txt {
    font-size: 2.4rem;
    font-weight: 700;
  }

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

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

  .lp-ppap {
    padding: 80px 0 0 0;
    background: url(/svcsol/campaign/images/smx_202208/top/bg_ppap.png) no-repeat center bottom;
    background-size: cover;
    position: relative;
    z-index: 2;
  }

  .lp-ppap__inner {
    width: var(--lp-minwidth);
    margin: auto;
  }

  .lp-ppap__hd {
    font-size: 4rem;
    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;
    transform: translate(calc((100% + 2px) * -1), calc((100% + 2px) * -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.8rem;
    line-height: 2;
    text-align: center;
    margin-bottom: 40px;
  }

  .lp-ppap__box {
    background-color: #fff;
    padding: 47px 85px;
    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 {
    width: var(--lp-minwidth);
    margin: auto;
    position: relative;
    z-index: 1;
    padding: max(11.157vw, 212px) 0 93px;
  }

  .lp-mxrecord::before {
    content: "";
    width: max(100vw, 1400px);
    height: max(29.473vw, 560px);
    background: url(/svcsol/campaign/images/smx_202208/top/bg_ppapdown.png) no-repeat center bottom;
    background-size: 100%;
    position: absolute;
    top: calc(max(20vw, 380px) * -1);
    left: 50%;
    transform: translateX(-50%);
  }

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

  .lp-mxrecord__box {
    width: 710px;
    margin: auto;
  }

  .lp-mxrecord__img {
    width: 100%;
  }

  /* lp-faq */
  .lp-section--faq {
    padding: 60px 0 100px;
  }

  .lp-faq {
    width: var(--lp-minwidth);
    margin: auto;
  }

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

  .lp-faq__question {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 4px solid #03a291;
    padding-bottom: 19px;
    margin-bottom: 24px;
  }

  .lp-faq__answer {
    font-size: 1.8rem;
    line-height: 2;
  }

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

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

  .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: 6px;
    left: -2px;
  }

  .lp-text__link[target=_blank]::after {
    content: "";
    width: 14px;
    height: 12px;
    vertical-align: middle;
    display: inline-block;
    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: 100% auto;
    padding: 56px 0 64px;
  }

  .lp-campaign__title {
    color: #EF6117;
    font-weight: bold;
    font-size: 32px;
    text-align: center;
    line-height: 1.4375;
  }
  .lp-campaign__title__small {
    font-size: 24px;
    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: 56px;
    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: 24px;
    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: 60px;
    padding: 40px;
    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: -40px;
    left: 50%;
    transform: translateX(-50%);
  }
  .lp-campaign__box__note {
    font-size: 13px;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
    line-height: 1.4615384615;
  }
  .lp-campaign__btn-box {
    background-color: #FEE5BD;
    padding: 28px 16px 32px;
    text-align: center;
  }
  .lp-campaign__btn-box__txt {
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
  }
  .lp-campaign__btn {
    margin-top: 20px;
    line-height: 1.4444444444;
    padding: 12px 0;
    height: 78px;
    font-size: 18px;
    font-weight: 900;
    width: 440px;
  }
  .lp-campaign__btn-txt:after {
    width: 16px;
    height: 14px;
    background-size: 16px 14px;
  }

  /* add 20230707 end */
}
/*#########################################################

print.css読み込み

#########################################################*/
@media print and (min-width: 100px) {
  .lp-header,
.lp-logo,
.lp-footer {
    width: 100%;
    min-width: 100%;
    text-align: center;
  }

  .lp-logo__link {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .lp-btn {
    border: 1px solid #ccc;
  }

  .lp-page_title {
    left: 50%;
    transform: translateX(-50%);
  }
}
/*# sourceMappingURL=smx_202208.css.map */