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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1.5em;
  font-weight: bold;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.8em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.4em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

ol,
ul {
  margin-bottom: 1.5em;
  padding-left: 1.5em;
}

table {
  width: 100%;
  margin-bottom: 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th,
table td {
  padding: 0.5em;
  border: 1px solid #000;
}

table th {
  font-weight: bold;
}

caption,
table th,
table td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

p {
  margin-bottom: 1.5em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a img {
  border: none;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  font: inherit;
  word-break: normal;
  vertical-align: middle;
  white-space: normal;
  -webkit-appearance: none;
}

button {
  color: inherit;
}

textarea {
  overflow: auto;
  line-height: 1.5;
  white-space: pre-line;
  resize: none;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

@media print {
  html,
  body {
    width: 1600px;
    margin: 0;
  }
  body {
    -webkit-print-color-adjust: exact;
  }
  @page {
    margin: 0;
    size: 11in 14.028in;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 0.01;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}
html.is-visible {
  opacity: 1;
}
@media print, (min-width: 768px) {
  html {
    font-size: 625%;
  }
}
@media only screen and (max-width: 767.98px) {
  html::-webkit-scrollbar {
    width: 0;
    opacity: 0;
  }
  html {
    min-height: 100vh;
    font-size: 25.4452926209vw;
  }
}

body {
  color: #2a2b37;
  font-family: "Noto Sans JP", serif;
  line-height: 1.7142857143;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media print, (min-width: 768px) {
  body {
    font-size: 0.16rem;
    font-weight: 500;
  }
}
@media only screen and (max-width: 767.98px) {
  body {
    font-size: 0.14rem;
    font-weight: 500;
  }
}

img,
svg {
  image-rendering: smooth;
  shape-rendering: geometricprecision;
}

.hidden {
  display: none;
}

.trans {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  opacity: 1;
  text-decoration: none;
}
.trans:hover {
  opacity: 0.8;
}

.load {
  opacity: 0.001;
}
html.is-visible .load {
  opacity: 1;
}

.first-view {
  -webkit-transition: opacity 0.26s;
  transition: opacity 0.26s;
  opacity: 0.01;
}
.wf-active .first-view {
  opacity: 1;
}

.image-common {
  display: block;
  width: 100%;
}

.object-common {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 767.98px) {
  .container {
    min-width: 320px;
  }
}

@media print, (min-width: 768px) {
  .wrapper {
    width: calc(100% - 60px);
    max-width: 1020px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .wrapper {
    padding-right: 0.17rem;
    padding-left: 0.17rem;
  }
}

@media print, (min-width: 768px) {
  .sm {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

@media only screen and (max-width: 767.98px) {
  .md {
    /* stylelint-disable-next-line declaration-no-important */
    display: none !important;
  }
}

.header-common {
  position: relative;
}
.header-common .header-logo {
  position: absolute;
  z-index: 2;
}
.header-common .button-common-skip {
  position: absolute;
  z-index: 1000;
  width: 0.01rem;
  height: 0.01rem;
  margin: -0.01rem;
  padding: 0;
  overflow: hidden;
  clip: rect(0.01rem, 0.01rem, 0.01rem, 0.01rem);
  border: 0;
  clip-path: inset(50%);
}
.header-common .button-common-skip:focus {
  display: block;
  z-index: 1000;
  top: 0.05rem;
  left: 0.05rem;
  width: auto;
  height: auto;
  padding: 0.15rem 0.23rem 0.14rem;
  clip: auto;
  background-color: #eee;
  color: #444;
  font-size: inherit;
  line-height: normal;
  text-decoration: none;
  clip-path: none;
}
@media print, (min-width: 768px) {
  .header-common .header-wrapper {
    position: relative;
    max-width: 1440px;
    margin: 0 auto;
  }
  .header-common .header-logo {
    top: 24px;
    left: 37px;
    width: 210px;
    height: 42px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-common .header-logo {
    top: 0.24rem;
    left: 0.21rem;
    width: 2.18rem;
    height: 0.43rem;
  }
}

.footer-common {
  position: relative;
  background-color: #062b58;
  color: #fff;
}
.footer-common .content-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer-common .content-link {
  line-height: 1.4;
}
.footer-common .content-item {
  position: relative;
}
.footer-common .content-item:last-child {
  padding-right: 0;
}
.footer-common .content-item:last-child::after {
  display: none;
}
.footer-common .content-item::after {
  content: "";
  position: absolute;
  right: 0;
  background: #fff;
}
.footer-common .content-link {
  letter-spacing: 0.02em;
}
.footer-common .content-description {
  opacity: 0.7;
  letter-spacing: 0.02em;
  line-height: 1.4;
}
.footer-common .button-to-top {
  position: fixed;
  z-index: 10;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  cursor: pointer;
}
.footer-common .button-to-top:hover {
  opacity: 0.8 !important;
}
.footer-common .button-to-top.is-active {
  opacity: 1;
}
.footer-common .navigation-common-fixed {
  position: fixed;
  z-index: 10;
  top: 122px;
  right: 0;
  width: 45px;
  height: 242px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}
.footer-common .navigation-common-fixed.is-active {
  opacity: 1;
}
.footer-common .navigation-link {
  position: relative;
  z-index: 10;
  pointer-events: all;
}
.footer-common .navigation-link::after {
  content: "";
  position: absolute;
  bottom: 8px;
  left: -14px;
  width: 73px;
  height: 50px;
  background: url("../img/common/button_icn_04.jpg") center/cover no-repeat;
}
.is-firefox .footer-common .navigation-link {
  position: unset;
}
@media print, (min-width: 768px) {
  .footer-common .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    padding: 30px 48px 28px;
  }
  .footer-common .footer-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 62px;
    height: 45px;
    margin-top: 5px;
    margin-right: 38px;
  }
  .footer-common .content-list {
    gap: 21px;
    margin-bottom: 2px;
  }
  .footer-common .content-item {
    padding-right: 22px;
  }
  .footer-common .content-item::after {
    top: 8px;
    width: 1px;
    height: 14px;
  }
  .footer-common .content-link {
    font-size: 0.14rem;
  }
  .footer-common .content-description {
    font-size: 0.13rem;
  }
  .footer-common .button-to-top {
    right: 15px;
    bottom: 15px;
    width: 37px;
    height: 37px;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-common {
    padding: 0.42rem 0 0.25rem;
  }
  .footer-common .footer-wrapper {
    padding: 0 0.55rem;
  }
  .footer-common .footer-logo {
    width: 0.54rem;
    height: 0.39rem;
    margin: 0 auto 0.2rem;
  }
  .footer-common .content-list {
    gap: 0.09rem;
    margin-bottom: 0.15rem;
  }
  .footer-common .content-link {
    font-size: 0.12rem;
  }
  .footer-common .content-description {
    font-size: 0.11rem;
  }
  .footer-common .content-item {
    padding-right: 0.09rem;
  }
  .footer-common .content-item::after {
    top: 0.08rem;
    width: 0.01rem;
    height: 0.11rem;
  }
  .footer-common .content-description {
    display: block;
    text-align: center;
  }
  .footer-common .button-to-top {
    right: 0.16rem;
    bottom: 0.15rem;
    width: 0.32rem;
    height: 0.32rem;
  }
  .footer-common .button-to-top.is-stuck {
    position: absolute;
    bottom: 1.32rem;
  }
}

.title-common-primary {
  position: relative;
  color: #074695;
  font-weight: 700;
  text-align: center;
}
.title-common-primary::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #0057aa;
}
.title-common-primary .title-detail {
  color: #0c1d45;
}
.title-common-primary .title-detail.is-deep-blue {
  color: #0057aa;
}
@media print, (min-width: 768px) {
  .title-common-primary {
    margin-bottom: 53px;
    padding-bottom: 23px;
    font-size: 0.38rem;
    letter-spacing: 0.05em;
    line-height: 1.25;
  }
  .title-common-primary::after {
    width: 40px;
    height: 6px;
  }
}
@media only screen and (max-width: 767.98px) {
  .title-common-primary {
    margin-bottom: 0.38rem;
    padding-bottom: 0.23rem;
    font-size: 0.28rem;
    letter-spacing: 0.01em;
    line-height: 1.21;
  }
  .title-common-primary::after {
    width: 0.3rem;
    height: 0.04rem;
  }
}

.section-waf-keyvisual {
  position: relative;
}
.section-waf-keyvisual::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-waf-keyvisual .content-title {
  color: #fff;
  font-weight: 700;
}
.section-waf-keyvisual .title-highlight {
  position: relative;
  color: #0057aa;
  font-weight: 900;
}
.section-waf-keyvisual .title-highlight::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.section-waf-keyvisual .title-number {
  font-weight: 900;
}
.section-waf-keyvisual .title-main {
  display: block;
  font-weight: 900;
}
.section-waf-keyvisual .content-description {
  color: #fff;
  font-weight: 700;
}
.section-waf-keyvisual .content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-waf-keyvisual .button-form,
.section-waf-keyvisual .button-contact {
  border-radius: 0.3rem;
  -webkit-box-shadow: 0 0 20px 0 rgb(5, 123, 207);
  box-shadow: 0 0 20px 0 rgb(5, 123, 207);
  font-weight: 700;
}
.section-waf-keyvisual .button-form {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#ffa600), to(#fd8735));
  background: linear-gradient(to right, #ffa600 0%, #fd8735 100%);
  color: #fff;
}
.section-waf-keyvisual .button-form::after {
  content: "";
  position: absolute;
  top: 50%;
  background: url("../img/lp_waf/button_icn_01.svg") center/contain no-repeat;
}
.section-waf-keyvisual .button-contact {
  background: #fff;
  color: #0057aa;
}
@media print, (min-width: 768px) {
  .section-waf-keyvisual {
    padding: 111px 0 78px 26px;
  }
  .section-waf-keyvisual::after {
    background: url("../img/lp_waf/keyvisual_img_01.jpg") center/cover no-repeat;
  }
  .section-waf-keyvisual .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .section-waf-keyvisual .keyvisual-content {
    position: relative;
    max-width: 551px;
  }
  .section-waf-keyvisual .keyvisual-image {
    position: relative;
    top: 24px;
    left: 21px;
    width: 467px;
    height: auto;
  }
  .section-waf-keyvisual .content-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 551px;
    margin-bottom: 26px;
    font-size: 0.44rem;
    line-height: 1;
  }
  .section-waf-keyvisual .title-highlight {
    margin-right: 10px;
    padding: 0 8px 0 6px;
    font-size: 0.48rem;
    line-height: 1;
  }
  .section-waf-keyvisual .title-highlight::after {
    top: 8px;
  }
  .section-waf-keyvisual .title-number {
    position: relative;
    top: 4px;
    left: 6px;
    margin-right: 8px;
    font-size: 0.67rem;
  }
  .section-waf-keyvisual .title-main {
    padding-top: 15px;
    font-size: 0.6rem;
  }
  .section-waf-keyvisual .title-name {
    position: relative;
    top: 4px;
    padding-top: 10px;
    padding-left: 5px;
    font-size: 0.7rem;
  }
  .section-waf-keyvisual .content-description {
    margin-bottom: 31px;
    padding-left: 6px;
    font-size: 0.21rem;
    letter-spacing: 0.04em;
    line-height: 1.4285714286;
  }
  .section-waf-keyvisual .content-button {
    gap: 15px;
    font-size: 0.18rem;
  }
  .section-waf-keyvisual .button-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    width: 305px;
    min-height: 57px;
  }
  .section-waf-keyvisual .button-form::after {
    left: 24px;
    width: 45px;
    height: 45px;
    -webkit-transform: translateY(calc(-50% - 1px));
    -ms-transform: translateY(calc(-50% - 1px));
    transform: translateY(calc(-50% - 1px));
  }
  .section-waf-keyvisual .form-text {
    padding: 13px 29px 13px 77px;
  }
  .section-waf-keyvisual .button-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 230px;
    min-height: 57px;
  }
  .section-waf-keyvisual .contact-text {
    padding: 13px 20px;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .section-waf-keyvisual .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-waf-keyvisual {
    padding: 1.01rem 0 0.04rem;
  }
  .section-waf-keyvisual::after {
    background: url("../img/lp_waf/sp/keyvisual_img_01.jpg") center/cover no-repeat;
  }
  .section-waf-keyvisual .keyvisual-content {
    margin-bottom: 0.37rem;
  }
  .section-waf-keyvisual .keyvisual-image {
    width: 3.17rem;
    height: auto;
    margin-left: 0.25rem;
  }
  .section-waf-keyvisual .content-title {
    width: 3.13rem;
    margin-bottom: 0.12rem;
    margin-left: 0.18rem;
  }
  .section-waf-keyvisual .content-description {
    margin-bottom: 0.24rem;
    padding-left: 0.22rem;
    font-size: 0.15rem;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
  .section-waf-keyvisual .content-button {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0.18rem;
    font-size: 0.17rem;
  }
  .section-waf-keyvisual .button-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.08rem;
    min-height: 0.5rem;
  }
  .section-waf-keyvisual .button-form::after {
    left: 0.15rem;
    width: 0.38rem;
    height: 0.38rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-waf-keyvisual .form-text {
    padding: 0.1rem 0.36rem 0.11rem 0.61rem;
  }
  .section-waf-keyvisual .button-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.08rem;
    min-height: 0.45rem;
  }
  .section-waf-keyvisual .contact-text {
    padding: 0.08rem 0.2rem;
  }
}

.section-waf-achievement .content-list,
.section-waf-achievement .slide-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-waf-achievement .content-description {
  opacity: 0.7;
  font-weight: 400;
}
.section-waf-achievement .achievement-slider-wrapper.is-active .slide-list {
  -webkit-animation: slideRightToLeft 20s linear infinite;
  animation: slideRightToLeft 20s linear infinite;
}
@-webkit-keyframes slideRightToLeft {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideRightToLeft {
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.section-waf-achievement .achievement-slider-wrapper {
  max-width: 100%;
  overflow: hidden;
}
.section-waf-achievement .slide-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-waf-achievement .achievement-slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, (min-width: 768px) {
  .section-waf-achievement {
    padding: 41px 0 79px;
  }
  .section-waf-achievement .achievement-content {
    margin-bottom: 58px;
  }
  .section-waf-achievement .content-title {
    width: 591px;
    margin: 0 auto 25px;
  }
  .section-waf-achievement .content-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 26px;
    margin-bottom: 20px;
  }
  .section-waf-achievement .content-item {
    width: 264px;
  }
  .section-waf-achievement .content-description {
    padding-left: 88px;
    font-size: 0.12rem;
  }
  .section-waf-achievement .slide-list {
    max-width: 1288px;
    margin: 0 auto;
    gap: 28px;
  }
  .section-waf-achievement .slide-item {
    width: 160px;
  }
}
@media (min-width: 1303px) {
  .section-waf-achievement .slide-list:not(:first-child) {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-waf-achievement {
    padding: 0.32rem 0 0.37rem;
  }
  .section-waf-achievement .achievement-content {
    margin-bottom: 0.45rem;
  }
  .section-waf-achievement .content-title {
    width: 2.91rem;
    margin: 0 auto 0.23rem;
  }
  .section-waf-achievement .content-list {
    margin-bottom: 0.21rem;
  }
  .section-waf-achievement .content-item {
    width: 2.22rem;
    margin: 0 auto 0.25rem;
  }
  .section-waf-achievement .content-item:last-child {
    margin-bottom: 0;
  }
  .section-waf-achievement .content-description {
    padding-right: 0.32rem;
    padding-left: 0.05rem;
    font-size: 0.12rem;
    line-height: 1.5833333333;
  }
  .section-waf-achievement .slide-list {
    margin: 0 auto;
    gap: 0.26rem;
  }
  .section-waf-achievement .slide-item {
    width: 1.2rem;
  }
}

.section-waf-benefit .benefit-question {
  background: -webkit-gradient(linear, left top, right top, from(#084ea7), to(#064594));
  background: linear-gradient(90deg, #084ea7 0%, #064594 100%);
}
.section-waf-benefit .question-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-waf-benefit .question-item {
  position: relative;
  border-radius: 5px;
  background-color: #0c1d45;
  color: #fff;
  font-weight: 500;
}
.section-waf-benefit .question-item::after {
  content: "";
  position: absolute;
  background: url("../img/lp_waf/benefit_icn_01.svg") center/cover no-repeat;
}
.section-waf-benefit .question-image {
  position: absolute;
  left: 50%;
  overflow: hidden;
  border-radius: 50%;
}
.section-waf-benefit .question-description {
  text-align: center;
}
.section-waf-benefit .solution-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-waf-benefit .solution-item {
  position: relative;
  background-color: #fff;
  color: #0057aa;
  font-weight: 900;
  letter-spacing: 0.03em;
}
.section-waf-benefit .solution-image {
  position: absolute;
}
.section-waf-benefit .solution-description {
  font-weight: 900;
  text-align: center;
}
@media print, (min-width: 768px) {
  .section-waf-benefit {
    position: relative;
    padding-bottom: 53px;
  }
  .section-waf-benefit::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80.9%;
    background: #dceeff;
  }
  .section-waf-benefit .wrapper {
    max-width: 1040px;
  }
  .section-waf-benefit .benefit-question {
    margin-bottom: 105px;
    padding: 43px 48px 38px;
    border-radius: 8px;
  }
  .section-waf-benefit .question-title {
    width: 533px;
    margin: 0 auto 59px;
  }
  .section-waf-benefit .question-list {
    gap: 22px;
  }
  .section-waf-benefit .question-item {
    width: 300px;
    min-height: 119px;
    padding: 48px 20px 15px;
  }
  .section-waf-benefit .question-item::after {
    top: -38px;
    left: 50%;
    width: 22px;
    height: 20px;
    -webkit-transform: translateX(calc(-50% - 50px));
    -ms-transform: translateX(calc(-50% - 50px));
    transform: translateX(calc(-50% - 50px));
  }
  .section-waf-benefit .question-item::before {
    content: "";
    position: absolute;
    bottom: -88px;
    left: 50%;
    width: 38px;
    height: 22px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../img/lp_waf/benefit_icn_02.svg") center/cover no-repeat;
  }
  .section-waf-benefit .question-image {
    top: -35px;
    width: 70px;
    height: 70px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-waf-benefit .question-description {
    font-size: 20px;
    line-height: 1.4;
  }
  .section-waf-benefit .solution-title {
    width: 680px;
    margin: 0 auto 15px;
  }
  .section-waf-benefit .solution-list {
    gap: 30px;
    padding: 20px 25px;
  }
  .section-waf-benefit .solution-item {
    width: 310px;
    min-height: 235px;
    padding: 139px 10px 20px;
    border-radius: 12px;
    -webkit-box-shadow: 6px 5px 6px rgba(62, 117, 162, 0.15);
    box-shadow: 6px 5px 6px rgba(62, 117, 162, 0.15);
  }
  .section-waf-benefit .solution-item:nth-child(1) .solution-image {
    top: 36px;
    width: 108px;
  }
  .section-waf-benefit .solution-item:nth-child(2) .solution-image {
    top: 42px;
    width: 69px;
  }
  .section-waf-benefit .solution-item:nth-child(3) .solution-image {
    top: 46px;
    width: 67px;
  }
  .section-waf-benefit .solution-image {
    left: 50%;
    margin: 0 auto 22px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-waf-benefit .solution-description {
    font-size: 26px;
    line-height: 1.2307692308;
  }
}
@media print, (min-width: 768px) and (max-width: 880px) {
  .section-waf-benefit .solution-description .md {
    display: none;
  }
}
@media print {
  .section-waf-benefit {
    page-break-after: always;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-waf-benefit .wrapper {
    padding: 0;
  }
  .section-waf-benefit .benefit-question {
    position: relative;
    padding: 0.43rem 0.2rem 0.29rem;
  }
  .section-waf-benefit .benefit-question::after {
    content: "";
    position: absolute;
    bottom: -0.49rem;
    left: 50%;
    width: 2.34rem;
    height: 0.23rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../img/lp_waf/sp/benefit_icn_02.svg") center/cover no-repeat;
  }
  .section-waf-benefit .question-title {
    width: 2.72rem;
    margin: 0 auto 0.6rem;
  }
  .section-waf-benefit .question-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.48rem;
  }
  .section-waf-benefit .question-item {
    width: 3.1rem;
    min-height: 1.15rem;
    margin: 0 auto;
    padding: 0.44rem 0.2rem 0.15rem;
  }
  .section-waf-benefit .question-item::after {
    top: -0.26rem;
    left: 50%;
    width: 0.14rem;
    height: 0.12rem;
    -webkit-transform: translateX(calc(-50% - 0.4rem));
    -ms-transform: translateX(calc(-50% - 0.4rem));
    transform: translateX(calc(-50% - 0.4rem));
  }
  .section-waf-benefit .question-item::before {
    bottom: -0.88rem;
    left: 50%;
    width: 0.38rem;
    height: 0.22rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-waf-benefit .question-image {
    top: -0.3rem;
    width: 0.6rem;
    height: 0.6rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-waf-benefit .question-description {
    font-size: 0.18rem;
    line-height: 1.5555555556;
  }
  .section-waf-benefit .benefit-solution {
    padding: 0.78rem 0 0.18rem;
    background-color: #dceeff;
  }
  .section-waf-benefit .solution-title {
    width: 3.15rem;
    margin: 0 auto 0.02rem;
  }
  .section-waf-benefit .solution-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.2rem 0.25rem;
    gap: 0.15rem;
  }
  .section-waf-benefit .solution-item {
    width: 3.1rem;
    min-height: 1.5rem;
    margin: 0 auto;
    padding: 1.06rem 0.3rem 0.1rem;
    border-radius: 0.08rem;
    -webkit-box-shadow: 0.03rem 0.02rem 0.03rem rgba(62, 117, 162, 0.15);
    box-shadow: 0.03rem 0.02rem 0.03rem rgba(62, 117, 162, 0.15);
  }
  .section-waf-benefit .solution-item:nth-child(1) .solution-image {
    top: 0.26rem;
    width: 0.82rem;
  }
  .section-waf-benefit .solution-item:nth-child(2) .solution-image {
    top: 0.28rem;
    width: 0.57rem;
  }
  .section-waf-benefit .solution-item:nth-child(3) .solution-image {
    top: 0.3rem;
    width: 0.56rem;
  }
  .section-waf-benefit .solution-image {
    left: 50%;
    margin: 0 auto 0.22rem;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-waf-benefit .solution-description {
    font-size: 0.2rem;
    letter-spacing: 0.03em;
    line-height: 1.3;
  }
}

.section-common-support .support-title {
  color: #fff;
  line-height: 1.4;
  text-align: center;
}
.section-common-support .support-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-common-support .support-item.has-image .support-link {
  background: linear-gradient(45deg, #ddefff 0%, #c0e2ff 100%);
  color: #074695;
}
.section-common-support .support-item.has-image .support-link::after {
  background: url("../img/lp_waf/arrow_icn_02.svg") center/cover no-repeat;
}
.section-common-support .support-item.has-image .support-text::after {
  left: 50%;
}
.section-common-support .support-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(#ff9758), to(#ee7421));
  background: linear-gradient(90deg, #ff9758 0%, #ee7421 100%);
  -webkit-box-shadow: 0.03rem 0.03rem 0.06rem 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0.03rem 0.03rem 0.06rem 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-weight: 700;
}
.section-common-support .support-link::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/lp_waf/arrow_icn_01.svg") center/cover no-repeat;
}
.section-common-support .support-link::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-common-support .support-text {
  position: relative;
}
.section-common-support .support-text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media print, (min-width: 768px) {
  .section-common-support {
    padding: 42px 0 59px;
    background: url("../img/lp_waf/support_bg_01.jpg") center/cover no-repeat;
  }
  .section-common-support .support-title {
    margin-bottom: 35px;
    font-size: 0.28rem;
  }
  .section-common-support .support-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 930px;
    margin: 0 auto;
    gap: 12px;
  }
  .section-common-support .support-item {
    width: 50%;
  }
  .section-common-support .support-item.has-image .support-link::after {
    right: 17px;
  }
  .section-common-support .support-item.has-image .support-link::before {
    left: 28px;
    width: 55px;
    height: 53px;
    background: url("../img/lp_waf/support_icn_02.png") center/cover no-repeat;
  }
  .section-common-support .support-item.has-image .support-text {
    padding-left: 114px;
  }
  .section-common-support .support-item.has-image .support-text::after {
    top: -20px;
    width: 253px;
    height: 33px;
    -webkit-transform: translateX(calc(-50% + 10px));
    -ms-transform: translateX(calc(-50% + 10px));
    transform: translateX(calc(-50% + 10px));
    background: url("../img/lp_waf/support_img_01.svg") center/cover no-repeat;
  }
  .section-common-support .support-link {
    width: 100%;
    max-width: 445px;
    min-height: 82px;
    border: 3px solid #fff;
    border-radius: 80px;
    font-size: 0.24rem;
  }
  .section-common-support .support-link::after {
    right: 21px;
    width: 30px;
    height: 30px;
  }
  .section-common-support .support-link::before {
    left: 23px;
    width: 52px;
    height: 50px;
    background: url("../img/lp_waf/support_icn_01.png") center/cover no-repeat;
  }
  .section-common-support .support-text {
    padding: 16px 64px 18px 157px;
  }
  .section-common-support .support-text::after {
    left: 92px;
    width: 45px;
    height: 45px;
    background: url("../img/lp_waf/button_icn_01.svg") center/cover no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 940px) {
  .section-common-support .support-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .section-common-support .support-item {
    width: 100%;
  }
  .section-common-support .support-link {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-common-support {
    padding: 0.49rem 0 0.59rem;
    background: url("../img/lp_waf/sp/support_bg_01.jpg") center/cover no-repeat;
  }
  .section-common-support .support-title {
    margin-bottom: 0.29rem;
    padding: 0 0.2rem;
    font-size: 0.22rem;
    line-height: 1.4545454545;
  }
  .section-common-support .support-list {
    margin: 0 auto;
    gap: 0.12rem;
  }
  .section-common-support .support-item {
    margin-bottom: 0.36rem;
  }
  .section-common-support .support-item:last-child {
    margin-bottom: 0;
  }
  .section-common-support .support-item.has-image .support-link {
    min-height: 0.55rem;
  }
  .section-common-support .support-item.has-image .support-link::before {
    left: 0.18rem;
    width: 0.42rem;
    height: 0.41rem;
    background: url("../img/lp_waf/sp/support_icn_02.png") center/cover no-repeat;
  }
  .section-common-support .support-item.has-image .support-text {
    padding: 0.1rem 0.76rem 0.11rem 0.94rem;
  }
  .section-common-support .support-item.has-image .support-text::after {
    top: -0.19rem;
    width: 1.75rem;
    height: 0.3rem;
    -webkit-transform: translateX(calc(-50% + 0.01rem));
    -ms-transform: translateX(calc(-50% + 0.01rem));
    transform: translateX(calc(-50% + 0.01rem));
    background: url("../img/lp_waf/sp/support_img_01.svg") center/cover no-repeat;
  }
  .section-common-support .support-link {
    width: 3.45rem;
    min-height: 0.57rem;
    margin: 0 auto;
    border: 0.02rem solid #fff;
    border-radius: 0.8rem;
    font-size: 0.17rem;
  }
  .section-common-support .support-link::after {
    right: 0.21rem;
    width: 0.2rem;
    height: 0.2rem;
  }
  .section-common-support .support-link::before {
    left: 0.18rem;
    width: 0.4rem;
    height: 0.39rem;
    background: url("../img/lp_waf/sp/support_icn_01.png") center/cover no-repeat;
  }
  .section-common-support .support-text {
    padding: 0.11rem 0.64rem 0.12rem 1.22rem;
  }
  .section-common-support .support-text::after {
    left: 0.67rem;
    width: 0.36rem;
    height: 0.36rem;
    background: url("../img/lp_waf/sp/button_icn_01.svg") center/cover no-repeat;
  }
}
@media only screen and (max-width: 375px) {
  .section-common-support.is-first .support-link::after {
    right: 0.22rem;
  }
  .section-common-support.is-first .support-item.has-image .support-link::after {
    right: 0.23rem;
  }
}

.section-waf-selection .selection-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-waf-selection .selection-item {
  background: #dceeff;
}
.section-waf-selection .selection-item:last-child {
  margin-bottom: 0;
}
.section-waf-selection .selection-head {
  position: relative;
}
.section-waf-selection .selection-title {
  color: #074695;
  font-weight: 900;
  letter-spacing: 0.03em;
}
.section-waf-selection .selection-title .title-point {
  overflow: hidden;
  border-radius: 50%;
}
.section-waf-selection .selection-text {
  position: relative;
}
.section-waf-selection .selection-text::before {
  content: "";
  position: absolute;
  left: 0;
  width: 0.05rem;
  background: #b4daff;
}
.section-waf-selection .selection-box {
  background: #fff;
}
.section-waf-selection .selection-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0.03rem;
  background: #fd8735;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.section-waf-selection .selection-subtitle {
  color: #0057aa;
  font-weight: 900;
}
.section-waf-selection .selection-subtitle .subtitle-wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffedbd), to(#ffedbd)) no-repeat;
  background: linear-gradient(#ffedbd, #ffedbd) no-repeat;
  background-position: center bottom 0;
}
.section-waf-selection .selection-description {
  letter-spacing: 0.02em;
}
.section-waf-selection .selection-description .highlight {
  color: #0057aa;
  font-weight: 700;
}
.section-waf-selection .selection-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px dashed #bbc4cf;
  background-color: #eff3f8;
}
.section-waf-selection .list-title {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #0057aa;
  font-weight: 700;
}
.section-waf-selection .list-note {
  opacity: 0.7;
  font-weight: 400;
}
.section-waf-selection .list-description {
  font-size: 0.13rem;
  line-height: 1.5384615385;
}
@media print, (min-width: 768px) {
  .section-waf-selection {
    padding: 96px 0 174px;
  }
  .section-waf-selection .wrapper {
    max-width: 1020px;
  }
  .section-waf-selection .title-common-primary {
    margin-bottom: 24px;
  }
  .section-waf-selection .selection-heading {
    width: 596px;
    margin: 0 auto 52px;
  }
  .section-waf-selection .selection-item {
    min-height: 328px;
    margin-bottom: 124px;
    padding: 44px 39px 20px 38px;
    border-radius: 8px;
  }
  .section-waf-selection .selection-head {
    margin-bottom: 39px;
    padding-right: 320px;
  }
  .section-waf-selection .selection-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 500px;
    margin-bottom: 28px;
    font-size: 0.32rem;
    line-height: 1.18;
  }
  .section-waf-selection .selection-title .title-point {
    position: relative;
    top: 1px;
    left: -5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    margin-right: 8px;
  }
  .section-waf-selection .selection-title .title-detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .section-waf-selection .selection-text {
    margin-left: 7px;
    padding-left: 17px;
    font-size: 0.14rem;
    line-height: 19px;
  }
  .section-waf-selection .selection-text::before {
    top: 0;
    bottom: 0;
  }
  .section-waf-selection .selection-image {
    position: absolute;
    z-index: 1;
    right: 34px;
    bottom: -111px;
  }
  .section-waf-selection .selection-box {
    margin-bottom: -90px;
    margin-left: 4px;
    padding: 23px 26px;
    border: 5px solid #b4daff;
    border-radius: 11px;
    -webkit-box-shadow: 6px 5px 6px rgba(62, 117, 162, 0.15);
    box-shadow: 6px 5px 6px rgba(62, 117, 162, 0.15);
  }
  .section-waf-selection .selection-label {
    width: 383px;
    min-height: 35px;
    margin: -43px 0 26px -31px;
    padding: 0 10px;
    border-radius: 3px;
    font-size: 0.2rem;
  }
  .is-tablet .section-waf-selection .selection-label {
    padding-bottom: 3px;
  }
  .section-waf-selection .selection-subtitle {
    margin-bottom: 19px;
    margin-left: 4px;
    font-size: 0.26rem;
    line-height: 38px;
  }
  .section-waf-selection .selection-subtitle .subtitle-wrapper {
    padding-right: 7px;
    padding-left: 2px;
    background-size: 100% 19px;
  }
  .section-waf-selection .selection-description {
    padding-left: 1px;
    line-height: 25px;
  }
  .section-waf-selection .selection-content {
    margin: 19px -11px 0;
    padding: 13px 37px 10px;
  }
  .section-waf-selection .list-title {
    margin-right: 35px;
    padding-top: 21px;
    font-size: 0.15rem;
    line-height: 1.4666666667;
  }
  .section-waf-selection .list-description {
    margin-bottom: 4px;
  }
  .section-waf-selection .list-note {
    font-size: 0.12rem;
  }
}
@media print, (min-width: 768px) and (max-width: 1088px) {
  .section-waf-selection .list-description .md {
    display: none;
  }
}
@media print {
  .section-waf-selection .selection-item:nth-child(2) {
    page-break-after: always;
  }
}
@media print, (min-width: 768px) and (max-width: 983.98px) {
  .section-waf-selection .selection-item {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section-waf-selection .selection-image {
    right: -10px;
    bottom: -70px;
    width: 270px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-waf-selection {
    padding: 0.59rem 0 0.51rem;
  }
  .section-waf-selection .title-common-primary {
    margin-bottom: 0.2rem;
    padding-bottom: 0.17rem;
    font-size: 0.24rem;
    letter-spacing: 0.05em;
  }
  .section-waf-selection .selection-heading {
    width: 2.29rem;
    margin: 0 auto 0.31rem;
  }
  .section-waf-selection .selection-item {
    margin-bottom: 0.3rem;
    border-radius: 0.05rem;
  }
  .section-waf-selection .selection-item:nth-child(2) .selection-image {
    width: 1.93rem;
  }
  .section-waf-selection .selection-item:nth-child(3) .selection-image {
    width: 1.61rem;
  }
  .section-waf-selection .selection-head {
    padding: 0.28rem 0.2rem 0.33rem;
  }
  .section-waf-selection .selection-title {
    margin-bottom: 0.17rem;
    font-size: 0.24rem;
    line-height: 1.21;
  }
  .section-waf-selection .selection-title .title-point {
    display: block;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0 auto 0.11rem;
  }
  .section-waf-selection .selection-title .title-detail {
    display: block;
    text-align: center;
  }
  .section-waf-selection .selection-text {
    margin-bottom: 0.19rem;
    margin-left: -0.04rem;
    padding-left: 0.21rem;
    font-size: 0.13rem;
    line-height: 0.2rem;
  }
  .section-waf-selection .selection-text::before {
    top: 0.02rem;
    bottom: 0.05rem;
    min-height: 0.33rem;
  }
  .section-waf-selection .selection-image {
    width: 2rem;
    margin: 0 auto;
  }
  .section-waf-selection .selection-image img {
    width: 100%;
  }
  .section-waf-selection .selection-box {
    padding: 0.21rem 0.22rem 0.25rem;
    border: 0.03rem solid #b4daff;
    border-radius: 0 0 0.05rem 0.05rem;
  }
  .section-waf-selection .selection-label {
    width: 2.95rem;
    min-height: 0.3rem;
    margin: -0.39rem auto 0.27rem;
    padding: 0 0.1rem;
    border-radius: 0.03rem;
    font-size: 0.16rem;
  }
  .section-waf-selection .selection-subtitle {
    margin-bottom: 0.15rem;
    font-size: 0.2rem;
    line-height: 0.26rem;
  }
  .section-waf-selection .selection-subtitle .subtitle-wrapper {
    padding-right: 0.06rem;
    background-position: center top 0.11rem;
    background-size: 100% 0.14rem;
  }
  .section-waf-selection .selection-subtitle .has-padding {
    padding-right: 0.09rem;
  }
  .section-waf-selection .selection-description {
    line-height: 0.22rem;
  }
  .section-waf-selection .selection-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0.26rem -0.11rem 0;
    padding: 0.32rem 0.26rem 0.26rem;
  }
  .section-waf-selection .list-title {
    margin-bottom: 0.14rem;
    font-size: 0.14rem;
    line-height: 1.5714285714;
    text-align: center;
  }
  .section-waf-selection .list-description {
    margin-bottom: 0.16rem;
  }
  .section-waf-selection .list-note {
    font-size: 0.12rem;
    line-height: 1.4166666667;
  }
}

.section-waf-characteristic .title-common-primary {
  font-weight: 900;
}
.section-waf-characteristic .characteristic-subtitle {
  text-align: center;
}
.section-waf-characteristic .characteristic-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-waf-characteristic .characteristic-item {
  position: relative;
  border-radius: 0.03rem;
  background-color: #dceeff;
}
.section-waf-characteristic .characteristic-image {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.section-waf-characteristic .content-title {
  color: #0057aa;
  font-weight: 900;
  text-align: center;
}
.section-waf-characteristic .content-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-waf-characteristic .list-item {
  position: relative;
  letter-spacing: 0.02em;
}
.section-waf-characteristic .list-item:last-child {
  margin-bottom: 0;
}
.section-waf-characteristic .list-item::after {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 50%;
  background: #2a2b37;
}
.section-waf-characteristic .specification-title {
  color: #074695;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-align: center;
}
.section-waf-characteristic .specification-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-waf-characteristic .specification-note {
  opacity: 0.7;
  font-size: 0.12rem;
  font-weight: 400;
}
.section-waf-characteristic .information-wrapper {
  background: linear-gradient(135deg, #084ea7 0%, #004294 100%);
}
.section-waf-characteristic .information-description {
  color: #fff;
  letter-spacing: 0.02em;
}
.section-waf-characteristic .information-description a {
  text-underline-offset: 0.02rem;
}
.section-waf-characteristic .information-note {
  opacity: 0.5;
  font-weight: 400;
}
@media print, (min-width: 768px) {
  .section-waf-characteristic {
    padding: 120px 0 53px;
  }
  .section-waf-characteristic .title-common-primary {
    margin-bottom: 42px;
  }
  .section-waf-characteristic .characteristic-wrapper {
    margin-bottom: 20px;
  }
  .section-waf-characteristic .characteristic-subtitle {
    margin-bottom: 69px;
    font-size: 0.18rem;
    letter-spacing: 0.03em;
    line-height: 1.7777777778;
  }
  .section-waf-characteristic .characteristic-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 62px;
    gap: 22px;
  }
  .section-waf-characteristic .characteristic-item {
    width: 325px;
    min-height: 250px;
    padding: 77px 14px 7px;
  }
  .section-waf-characteristic .characteristic-item:first-child .characteristic-image {
    top: -44px;
    -webkit-transform: translateX(calc(-50% - 11px));
    -ms-transform: translateX(calc(-50% - 11px));
    transform: translateX(calc(-50% - 11px));
  }
  .section-waf-characteristic .characteristic-item:nth-child(2) .characteristic-image {
    top: -53px;
  }
  .section-waf-characteristic .characteristic-item:last-child .characteristic-image {
    top: -41px;
  }
  .section-waf-characteristic .characteristic-image {
    width: 128px;
  }
  .section-waf-characteristic .content-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 50px;
    margin-bottom: 16px;
    font-size: 0.23rem;
    line-height: 1.3913043478;
  }
  .section-waf-characteristic .content-list {
    padding-left: 24px;
  }
  .section-waf-characteristic .list-item {
    margin-bottom: 6px;
    padding-left: 13px;
    font-size: 0.15rem;
    line-height: 1.3333333333;
  }
  .section-waf-characteristic .list-item::after {
    top: 9px;
    width: 4px;
    height: 4px;
  }
  .section-waf-characteristic .specification-title {
    margin-bottom: 21px;
    font-size: 0.28rem;
  }
  .section-waf-characteristic .specification-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 27px;
    margin-bottom: 15px;
  }
  .section-waf-characteristic .specification-item {
    width: 275px;
  }
  .section-waf-characteristic .specification-note {
    margin-bottom: 48px;
    text-align: center;
  }
  .section-waf-characteristic .specification-information {
    max-width: 810px;
    margin: 0 auto;
  }
  .section-waf-characteristic .information-wrapper {
    position: relative;
    max-width: 810px;
    min-height: 227px;
    margin: 0 auto 8px;
    padding: 151px 20px 20px;
    border-radius: 10px;
    -webkit-box-shadow: 6px 5px 6px rgba(62, 117, 162, 0.15);
    box-shadow: 6px 5px 6px rgba(62, 117, 162, 0.15);
  }
  .section-waf-characteristic .information-image {
    position: absolute;
    z-index: 0;
    top: -29px;
    left: 50%;
    width: 638px;
    -webkit-transform: translateX(calc(-50% - 46px));
    -ms-transform: translateX(calc(-50% - 46px));
    transform: translateX(calc(-50% - 46px));
  }
  .section-waf-characteristic .information-description {
    position: relative;
    z-index: 1;
    font-size: 0.15rem;
    line-height: 1.5333333333;
    text-align: center;
  }
  .section-waf-characteristic .information-note {
    font-size: 0.12rem;
    line-height: 1.6;
  }
}
@media print, (min-width: 768px) and (max-width: 1093px) {
  .section-waf-characteristic .characteristic-list {
    gap: 40px;
  }
  .section-waf-characteristic .characteristic-item:last-child {
    margin-top: 15px;
  }
}
@media print {
  .section-waf-characteristic .characteristic-wrapper {
    page-break-after: always;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-waf-characteristic {
    padding: 0.75rem 0 0.38rem;
  }
  .section-waf-characteristic .title-common-primary {
    margin-bottom: 0.2rem;
  }
  .section-waf-characteristic .characteristic-wrapper {
    margin-bottom: 0.2rem;
  }
  .section-waf-characteristic .characteristic-subtitle {
    margin-bottom: 0.47rem;
    font-size: 0.14rem;
    letter-spacing: 0.02em;
    line-height: 1.5714285714;
  }
  .section-waf-characteristic .characteristic-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 0.44rem;
    gap: 0.36rem;
  }
  .section-waf-characteristic .characteristic-item {
    width: 100%;
    padding: 0.68rem 0.08rem 0.25rem;
  }
  .section-waf-characteristic .characteristic-item:first-child .characteristic-image {
    top: -0.3rem;
    -webkit-transform: translateX(calc(-50% - 0.14rem));
    -ms-transform: translateX(calc(-50% - 0.14rem));
    transform: translateX(calc(-50% - 0.14rem));
  }
  .section-waf-characteristic .characteristic-item:nth-child(2) .characteristic-image {
    top: -0.34rem;
  }
  .section-waf-characteristic .characteristic-item:nth-child(3) .characteristic-image {
    top: -0.36rem;
  }
  .section-waf-characteristic .characteristic-image {
    width: 1.2rem;
  }
  .section-waf-characteristic .content-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0.11rem;
    font-size: 0.2rem;
    letter-spacing: 0.03em;
    line-height: 1.3;
  }
  .section-waf-characteristic .content-list {
    padding-right: 0.15rem;
    padding-left: 0.24rem;
  }
  .section-waf-characteristic .list-item {
    margin-bottom: 0.06rem;
    padding-left: 0.13rem;
    font-size: 0.13rem;
    line-height: 1.2307692308;
  }
  .section-waf-characteristic .list-item::after {
    top: 0.06rem;
    width: 0.04rem;
    height: 0.04rem;
  }
  .section-waf-characteristic .specification-title {
    margin-bottom: 0.3rem;
    font-size: 22px;
    line-height: 1.4545454545;
  }
  .section-waf-characteristic .specification-list {
    margin-bottom: 0.15rem;
  }
  .section-waf-characteristic .specification-item {
    width: 2.22rem;
    margin: 0 auto 0.25rem;
  }
  .section-waf-characteristic .specification-note {
    margin-bottom: 0.37rem;
    padding-left: 0.04rem;
    line-height: 1.5833333333;
  }
  .section-waf-characteristic .specification-information {
    width: 100%;
    margin: 0 auto;
  }
  .section-waf-characteristic .information-wrapper {
    margin: 0 auto 0.13rem;
    padding: 0.23rem 0.25rem 0.2rem;
    border-radius: 0.03rem;
    -webkit-box-shadow: 0.03rem 0.02rem 0.03rem rgba(62, 117, 162, 0.15);
    box-shadow: 0.03rem 0.02rem 0.03rem rgba(62, 117, 162, 0.15);
  }
  .section-waf-characteristic .information-image {
    width: 2.95rem;
    margin: 0 auto 0.14rem;
  }
  .section-waf-characteristic .information-description {
    font-size: 0.13rem;
    line-height: 1.5384615385;
  }
  .section-waf-characteristic .information-note {
    padding-left: 0.04rem;
    font-size: 0.12rem;
    line-height: 1.5833333333;
  }
}

.section-waf-implementation {
  background-color: #dceeff;
}
.section-waf-implementation .title-common-primary {
  font-weight: 900;
}
.section-waf-implementation .implementation-list {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.section-waf-implementation .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.section-waf-implementation .implementation-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}
.section-waf-implementation .implementation-wrapper {
  background-color: #fff;
}
.section-waf-implementation .implementation-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-waf-implementation .implementation-case {
  color: #fff;
  font-family: "Roboto", serif;
  font-weight: 700;
}
.section-waf-implementation .implementation-title {
  color: #0057aa;
  font-weight: 700;
}
.section-waf-implementation .implementation-category {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #0057aa;
  font-weight: 700;
}
.section-waf-implementation .category-item {
  background-color: #dceeff;
}
.section-waf-implementation .content-title {
  font-weight: 700;
}
.section-waf-implementation .information-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-waf-implementation .information-item {
  position: relative;
}
.section-waf-implementation .information-item::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
}
.section-waf-implementation .information-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-waf-implementation .information-item:last-child .information-title {
  color: #0057aa;
}
.section-waf-implementation .information-item:last-child::after {
  display: none;
}
.section-waf-implementation .information-title {
  position: relative;
  color: #0c1d45;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.section-waf-implementation .information-title::after {
  content: "";
  position: absolute;
  left: 0;
  background: #b4daff;
}
.section-waf-implementation .information-selection {
  border-radius: 0.03rem;
  background-color: #dceeff;
}
.section-waf-implementation .selection-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #0290fd;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.section-waf-implementation .selection-title::after, .section-waf-implementation .selection-title::before {
  content: "";
  position: absolute;
  width: 2px;
  background: #0290fd;
}
.section-waf-implementation .selection-title::after {
  left: 0;
}
.section-waf-implementation .slick-dots {
  z-index: 1;
  bottom: 0;
}
.section-waf-implementation .slick-dots button::before {
  opacity: 1;
  color: #fff;
}
.section-waf-implementation .slick-dots .slick-active button::before {
  opacity: 1;
  color: #074695;
}
.section-waf-implementation .content-image {
  overflow: hidden;
  border-radius: 0.05rem;
}
.section-waf-implementation .slick-list {
  padding: 0 calc((min(100vw, 3282px) - 1034px) / 2 - 30px) !important;
}
@media print, (min-width: 768px) {
  .section-waf-implementation {
    padding: 77px 0 59px;
  }
  .section-waf-implementation .implementation-list {
    max-width: 3282px;
    padding-bottom: 46px;
  }
  .section-waf-implementation .title-common-primary {
    margin-bottom: 38px;
  }
  .section-waf-implementation .implementation-item {
    position: relative;
    width: 1034px;
    min-height: 566px;
    margin: 0 30px;
    padding-bottom: 6px;
  }
  .section-waf-implementation .implementation-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 1034px;
    min-height: 566px;
    margin-left: 15px;
    padding: 37px 0 27px;
    border-radius: 10px;
    -webkit-box-shadow: 6px 5px 6px rgba(62, 117, 162, 0.15);
    box-shadow: 6px 5px 6px rgba(62, 117, 162, 0.15);
  }
  .section-waf-implementation .implementation-heading {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 47px;
    padding-left: 168px;
    gap: 10px;
  }
  .section-waf-implementation .implementation-case {
    position: absolute;
    z-index: 1;
    top: 39px;
    left: 0;
    padding: 0 42px;
    font-size: 0.25rem;
  }
  .section-waf-implementation .implementation-case::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 165px;
    height: 51px;
    background: url("../img/lp_waf/implementation_icn_01.png") center/cover no-repeat;
  }
  .section-waf-implementation .implementation-title {
    font-size: 0.25rem;
  }
  .section-waf-implementation .implementation-title .title-small {
    font-size: 0.18rem;
  }
  .section-waf-implementation .implementation-category {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 260px;
    margin-top: 2px;
    gap: 13px;
  }
  .section-waf-implementation .category-item {
    min-height: 30px;
    border-radius: 3px;
  }
  .section-waf-implementation .category-text {
    display: block;
    padding: 2px 15px 2px 14px;
    border-radius: 6px;
    font-size: 0.15rem;
  }
  .is-firefox .section-waf-implementation .category-text {
    padding-top: 1px;
  }
  .section-waf-implementation .implementation-content {
    padding: 16px 48px;
  }
  .section-waf-implementation .content-title {
    margin-bottom: 8px;
    font-size: 0.28rem;
    letter-spacing: 0.03em;
    line-height: 1.2857142857;
  }
  .section-waf-implementation .content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 39px;
  }
  .section-waf-implementation .content-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 412px;
    height: 320px;
    margin-top: 27px;
  }
  .section-waf-implementation .content-information {
    max-width: 474px;
  }
  .section-waf-implementation .information-list {
    margin-bottom: 20px;
  }
  .section-waf-implementation .information-item {
    margin-bottom: 17px;
    padding-bottom: 35px;
  }
  .section-waf-implementation .information-item::after {
    bottom: 0;
    height: 19px;
    background: url("../img/lp_waf/implementation_icn_02.png") center/cover no-repeat;
  }
  .section-waf-implementation .information-title {
    margin-bottom: 2px;
    padding-left: 18px;
    font-size: 0.18rem;
  }
  .section-waf-implementation .information-title::after {
    top: 4px;
    bottom: 3px;
    width: 5px;
  }
  .section-waf-implementation .information-description {
    font-size: 0.15rem;
    line-height: 1.4666666667;
  }
  .section-waf-implementation .information-selection {
    padding: 11px 23px 15px;
  }
  .section-waf-implementation .selection-title {
    margin-bottom: 2px;
    padding-right: 18px;
    padding-left: 18px;
  }
  .section-waf-implementation .selection-title::after, .section-waf-implementation .selection-title::before {
    top: 5px;
    bottom: 5px;
  }
  .section-waf-implementation .selection-title::after {
    rotate: 145deg;
  }
  .section-waf-implementation .selection-title::before {
    right: 4px;
    rotate: 31deg;
  }
  .section-waf-implementation .section-description {
    font-size: 0.15rem;
    line-height: 1.4666666667;
  }
  .section-waf-implementation .slick-dots li {
    margin: 0 7px;
  }
  .section-waf-implementation .slick-dots button::before {
    font-size: 0.16rem;
  }
}
@media (min-width: 768px) and (max-width: 940px) {
  .section-waf-implementation .content-wrapper {
    gap: 20px;
  }
  .section-waf-implementation .content-image {
    width: 320px;
    height: auto;
  }
  .section-waf-implementation .content-image img {
    height: auto;
  }
}
@media print {
  .section-waf-implementation {
    page-break-after: always;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-waf-implementation {
    padding: 0.63rem 0 0.34rem;
  }
  .section-waf-implementation .implementation-list {
    padding-bottom: 0.31rem;
  }
  .section-waf-implementation .title-common-primary {
    margin-bottom: 0.22rem;
  }
  .section-waf-implementation .implementation-item {
    width: 100%;
    min-height: 8.69rem;
    margin: 0 0.16rem;
    padding-top: 0.16rem;
    padding-bottom: 0.06rem;
  }
  .section-waf-implementation .implementation-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 0 0 0.17rem;
    border-radius: 0.03rem;
  }
  .section-waf-implementation .implementation-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0.25rem;
  }
  .section-waf-implementation .implementation-case {
    position: relative;
    z-index: 1;
    top: -0.11rem;
    width: 3.1rem;
    min-height: 0.25rem;
    margin: 0 auto;
    padding: 0.04rem 0.12rem 0.03rem;
    border-radius: 0.03rem;
    background-color: #0057aa;
    font-size: 0.18rem;
    line-height: 1;
    text-align: center;
  }
  .section-waf-implementation .implementation-title {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    font-size: 0.2rem;
  }
  .section-waf-implementation .implementation-title .title-small {
    font-size: 0.16rem;
  }
  .section-waf-implementation .implementation-category {
    margin: 0.13rem 0 0.21rem;
    gap: 0.1rem;
  }
  .section-waf-implementation .category-item {
    min-height: 0.24rem;
    border-radius: 0.024rem;
  }
  .section-waf-implementation .category-text {
    display: block;
    padding: 0.02rem 0.11rem 0.02rem 0.1rem;
    border-radius: 0.06rem;
    font-size: 0.12rem;
  }
  .section-waf-implementation .implementation-content {
    padding: 0.05rem 0.15rem;
  }
  .section-waf-implementation .content-title {
    margin-bottom: 0.15rem;
    padding: 0 0.11rem;
    font-size: 0.19rem;
    letter-spacing: 0.03em;
    line-height: 1.4736842105;
  }
  .section-waf-implementation .content-wrapper {
    gap: 0.39rem;
  }
  .section-waf-implementation .content-image {
    width: 3.1rem;
    height: 2.41rem;
    margin: 0 auto 0.22rem;
  }
  .section-waf-implementation .information-list {
    margin-bottom: 0.18rem;
    padding: 0 0.11rem;
  }
  .section-waf-implementation .information-item {
    margin-bottom: 0.12rem;
    padding-bottom: 0.25rem;
  }
  .section-waf-implementation .information-item::after {
    bottom: 0;
    height: 0.13rem;
    background: url("../img/lp_waf/sp/implementation_icn_02.png") center/cover no-repeat;
  }
  .section-waf-implementation .information-title {
    margin-bottom: 0.08rem;
    padding-left: 0.19rem;
    font-size: 0.16rem;
  }
  .section-waf-implementation .information-title::after {
    top: 0.04rem;
    bottom: 0.03rem;
    width: 0.05rem;
  }
  .section-waf-implementation .information-description {
    font-size: 0.13rem;
    line-height: 1.5384615385;
  }
  .section-waf-implementation .information-selection {
    padding: 0.19rem 0.16rem 0.21rem;
  }
  .section-waf-implementation .selection-title {
    margin-bottom: 0.11rem;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
    font-size: 0.15rem;
  }
  .section-waf-implementation .selection-title::after, .section-waf-implementation .selection-title::before {
    top: 0.05rem;
    bottom: 0.05rem;
  }
  .section-waf-implementation .selection-title::after {
    rotate: 152deg;
  }
  .section-waf-implementation .selection-title::before {
    right: 0.01rem;
    rotate: 30deg;
  }
  .section-waf-implementation .section-description {
    font-size: 0.13rem;
    line-height: 1.5384615385;
  }
  .section-waf-implementation .slick-dots li {
    margin: 0 0.04rem;
  }
  .section-waf-implementation .slick-dots button::before {
    font-size: 0.12rem;
  }
}
@media only screen and (max-width: 375px) {
  .is-ios .section-waf-implementation .category-text {
    padding-top: 3px;
    padding-bottom: 1px;
  }
}

.section-waf-faq .title-common-primary {
  font-weight: 900;
}
.section-waf-faq .faq-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.section-waf-faq .faq-item:last-child {
  margin-bottom: 0;
}
.section-waf-faq .faq-question,
.section-waf-faq .faq-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.section-waf-faq .faq-question {
  background: #dceeff;
  color: #074695;
}
.section-waf-faq .faq-answer {
  position: relative;
}
.section-waf-faq .faq-answer::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.02rem;
  background: url("../img/lp_waf/faq_line_dashed.svg") repeat-x 0 0/auto 0.02rem;
}
.section-waf-faq .question-icon,
.section-waf-faq .answer-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.section-waf-faq .answer-icon {
  position: relative;
}
.section-waf-faq .question-detail,
.section-waf-faq .answer-detail {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.section-waf-faq .question-detail {
  font-weight: 700;
}
.section-waf-faq .answer-detail {
  font-weight: 500;
}
@media print, (min-width: 768px) {
  .section-waf-faq {
    padding: 148px 0 45px;
  }
  .section-waf-faq .wrapper {
    max-width: 940px;
  }
  .section-waf-faq .faq-item {
    min-height: 167px;
    margin-bottom: 14px;
  }
  .section-waf-faq .faq-question {
    min-height: 85px;
    padding: 18px 30px 17px;
    border-radius: 8px;
  }
  .section-waf-faq .faq-answer {
    padding: 12px 40px 19px 30px;
  }
  .section-waf-faq .question-icon,
  .section-waf-faq .answer-icon {
    width: 50px;
    margin-right: 22px;
  }
  .section-waf-faq .answer-icon {
    top: 2px;
  }
  .section-waf-faq .question-detail {
    font-size: 0.24rem;
    line-height: 1.2;
  }
  .section-waf-faq .answer-detail {
    font-size: 0.18rem;
    line-height: 26px;
  }
}
@media print {
  .section-waf-faq {
    page-break-after: always;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-waf-faq {
    padding: 0.6rem 0 0.59rem;
  }
  .section-waf-faq .faq-item {
    margin-bottom: 0.14rem;
  }
  .section-waf-faq .faq-question {
    padding: 0.16rem 0.17rem 0.17rem;
    border-radius: 0.03rem;
  }
  .section-waf-faq .faq-answer {
    padding: 0.13rem 0.15rem 0.17rem 0.14rem;
  }
  .section-waf-faq .question-icon img,
  .section-waf-faq .answer-icon img {
    width: 100%;
  }
  .section-waf-faq .question-icon {
    width: 0.33rem;
    margin-right: 0.15rem;
  }
  .section-waf-faq .answer-icon {
    width: 0.35rem;
    margin-right: 0.16rem;
  }
  .section-waf-faq .question-detail {
    font-size: 0.18rem;
    line-height: 0.26rem;
  }
  .section-waf-faq .answer-detail {
    font-size: 0.14rem;
    line-height: 0.25rem;
  }
}

.section-waf-information .title-common-primary {
  font-weight: 900;
}
.section-waf-information .title-detail {
  color: #062b58;
}
.section-waf-information .information-text {
  letter-spacing: 0.02em;
}
.section-waf-information .document-title {
  color: #0057aa;
  font-weight: 900;
  line-height: 1.2;
}
.section-waf-information .document-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.4;
  list-style: none;
}
.section-waf-information .document-item {
  position: relative;
}
.section-waf-information .document-item::before {
  content: "";
  position: absolute;
  left: 0;
  border-radius: 100%;
  background: #0057aa;
}
.section-waf-information .document-item:nth-child(even) {
  margin-right: 0;
}
@media print, (min-width: 768px) {
  .section-waf-information {
    padding: 102px 0 149px;
  }
  .section-waf-information .wrapper {
    max-width: 940px;
  }
  .section-waf-information .title-common-primary {
    margin-bottom: 53px;
  }
  .section-waf-information .information-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .section-waf-information .information-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 65px 0 0;
  }
  .section-waf-information .information-text {
    margin-bottom: 24px;
    line-height: 26px;
  }
  .section-waf-information .information-image {
    max-width: 424px;
    margin-bottom: 42px;
  }
  .section-waf-information .document-title {
    margin-bottom: 20px;
    font-size: 0.19rem;
  }
  .section-waf-information .document-list {
    margin-left: 6px;
  }
  .section-waf-information .document-item {
    margin-bottom: 6px;
    padding-left: 15px;
  }
  .section-waf-information .document-item::before {
    top: 8px;
    width: 10px;
    height: 10px;
  }
  .section-waf-information .document-item:nth-child(odd) {
    width: 170px;
  }
  .section-waf-information .document-item:nth-child(even) {
    width: 180px;
  }
  .section-waf-information .information-form {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 451px;
    padding: 18px 28px 17px;
    border-radius: 10px;
    background: #eff3f8;
  }
  .section-waf-information .information-form iframe {
    width: 100%;
    height: 976px;
  }
}
@media (min-width: 768px) and (max-width: 947.98px) {
  .section-waf-information .information-wrapper {
    display: block;
  }
  .section-waf-information .information-content {
    max-width: 500px;
    margin: 0 auto 50px;
    padding: 0;
  }
  .section-waf-information .information-form {
    width: 500px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-waf-information {
    padding: 0.7rem 0 0;
    background: #eff3f8;
  }
  .section-waf-information .title-common-primary {
    margin-bottom: 0.22rem;
  }
  .section-waf-information .information-content {
    margin-bottom: 0.1rem;
  }
  .section-waf-information .information-text {
    margin: 0 0 0.23rem;
    line-height: 0.22rem;
    text-align: center;
  }
  .section-waf-information .information-image {
    max-width: 3.6rem;
    margin-bottom: 0.28rem;
  }
  .section-waf-information .document-title {
    margin-bottom: 0.15rem;
    font-size: 0.16rem;
    text-align: center;
  }
  .section-waf-information .document-list {
    margin-left: 0.4rem;
  }
  .section-waf-information .document-item {
    margin-bottom: 0.04rem;
    padding-left: 0.13rem;
    font-size: 0.13rem;
  }
  .section-waf-information .document-item::before {
    top: 0.06rem;
    width: 0.08rem;
    height: 0.08rem;
  }
  .section-waf-information .document-item:nth-child(odd) {
    width: 1.36rem;
  }
  .section-waf-information .document-item:nth-child(even) {
    width: 1.6rem;
  }
  .section-waf-information .information-form {
    margin: 0 -0.08rem;
  }
  .section-waf-information .information-form iframe {
    width: 100%;
    height: 976px;
  }
}
/*# sourceMappingURL=lp_waf.css.map */