@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
colors
ルールとして以下で統一
背景で使う色は xxBackgroundColor
通常色は　　　yyColor
 */
/**
font size
 */
/**
size
 */
@-webkit-keyframes loadingEffAnim {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #456480, 1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2), 2.5em 0em 0 0em rgba(69, 100, 128, 0.2), 1.75em 1.75em 0 0em rgba(69, 100, 128, 0.2), 0em 2.5em 0 0em rgba(69, 100, 128, 0.2), -1.8em 1.8em 0 0em rgba(69, 100, 128, 0.2), -2.6em 0em 0 0em rgba(69, 100, 128, 0.5), -1.8em -1.8em 0 0em rgba(69, 100, 128, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 100, 128, 0.7), 1.8em -1.8em 0 0em #456480, 2.5em 0em 0 0em rgba(69, 100, 128, 0.2), 1.75em 1.75em 0 0em rgba(69, 100, 128, 0.2), 0em 2.5em 0 0em rgba(69, 100, 128, 0.2), -1.8em 1.8em 0 0em rgba(69, 100, 128, 0.2), -2.6em 0em 0 0em rgba(69, 100, 128, 0.2), -1.8em -1.8em 0 0em rgba(69, 100, 128, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 100, 128, 0.5), 1.8em -1.8em 0 0em rgba(69, 100, 128, 0.7), 2.5em 0em 0 0em #456480, 1.75em 1.75em 0 0em rgba(69, 100, 128, 0.2), 0em 2.5em 0 0em rgba(69, 100, 128, 0.2), -1.8em 1.8em 0 0em rgba(69, 100, 128, 0.2), -2.6em 0em 0 0em rgba(69, 100, 128, 0.2), -1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 100, 128, 0.2), 1.8em -1.8em 0 0em rgba(69, 100, 128, 0.5), 2.5em 0em 0 0em rgba(69, 100, 128, 0.7), 1.75em 1.75em 0 0em #456480, 0em 2.5em 0 0em rgba(69, 100, 128, 0.2), -1.8em 1.8em 0 0em rgba(69, 100, 128, 0.2), -2.6em 0em 0 0em rgba(69, 100, 128, 0.2), -1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 100, 128, 0.2), 1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2), 2.5em 0em 0 0em rgba(69, 100, 128, 0.5), 1.75em 1.75em 0 0em rgba(69, 100, 128, 0.7), 0em 2.5em 0 0em #456480, -1.8em 1.8em 0 0em rgba(69, 100, 128, 0.2), -2.6em 0em 0 0em rgba(69, 100, 128, 0.2), -1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 100, 128, 0.2), 1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2), 2.5em 0em 0 0em rgba(69, 100, 128, 0.2), 1.75em 1.75em 0 0em rgba(69, 100, 128, 0.5), 0em 2.5em 0 0em rgba(69, 100, 128, 0.7), -1.8em 1.8em 0 0em #456480, -2.6em 0em 0 0em rgba(69, 100, 128, 0.2), -1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 100, 128, 0.2), 1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2), 2.5em 0em 0 0em rgba(69, 100, 128, 0.2), 1.75em 1.75em 0 0em rgba(69, 100, 128, 0.2), 0em 2.5em 0 0em rgba(69, 100, 128, 0.5), -1.8em 1.8em 0 0em rgba(69, 100, 128, 0.7), -2.6em 0em 0 0em #456480, -1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 100, 128, 0.2), 1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2), 2.5em 0em 0 0em rgba(69, 100, 128, 0.2), 1.75em 1.75em 0 0em rgba(69, 100, 128, 0.2), 0em 2.5em 0 0em rgba(69, 100, 128, 0.2), -1.8em 1.8em 0 0em rgba(69, 100, 128, 0.5), -2.6em 0em 0 0em rgba(69, 100, 128, 0.7), -1.8em -1.8em 0 0em #456480;
  }
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #456480, 1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2), 2.5em 0em 0 0em rgba(69, 100, 128, 0.2), 1.75em 1.75em 0 0em rgba(69, 100, 128, 0.2), 0em 2.5em 0 0em rgba(69, 100, 128, 0.2), -1.8em 1.8em 0 0em rgba(69, 100, 128, 0.2), -2.6em 0em 0 0em rgba(69, 100, 128, 0.5), -1.8em -1.8em 0 0em rgba(69, 100, 128, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 100, 128, 0.7), 1.8em -1.8em 0 0em #456480, 2.5em 0em 0 0em rgba(69, 100, 128, 0.2), 1.75em 1.75em 0 0em rgba(69, 100, 128, 0.2), 0em 2.5em 0 0em rgba(69, 100, 128, 0.2), -1.8em 1.8em 0 0em rgba(69, 100, 128, 0.2), -2.6em 0em 0 0em rgba(69, 100, 128, 0.2), -1.8em -1.8em 0 0em rgba(69, 100, 128, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 100, 128, 0.5), 1.8em -1.8em 0 0em rgba(69, 100, 128, 0.7), 2.5em 0em 0 0em #456480, 1.75em 1.75em 0 0em rgba(69, 100, 128, 0.2), 0em 2.5em 0 0em rgba(69, 100, 128, 0.2), -1.8em 1.8em 0 0em rgba(69, 100, 128, 0.2), -2.6em 0em 0 0em rgba(69, 100, 128, 0.2), -1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 100, 128, 0.2), 1.8em -1.8em 0 0em rgba(69, 100, 128, 0.5), 2.5em 0em 0 0em rgba(69, 100, 128, 0.7), 1.75em 1.75em 0 0em #456480, 0em 2.5em 0 0em rgba(69, 100, 128, 0.2), -1.8em 1.8em 0 0em rgba(69, 100, 128, 0.2), -2.6em 0em 0 0em rgba(69, 100, 128, 0.2), -1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 100, 128, 0.2), 1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2), 2.5em 0em 0 0em rgba(69, 100, 128, 0.5), 1.75em 1.75em 0 0em rgba(69, 100, 128, 0.7), 0em 2.5em 0 0em #456480, -1.8em 1.8em 0 0em rgba(69, 100, 128, 0.2), -2.6em 0em 0 0em rgba(69, 100, 128, 0.2), -1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 100, 128, 0.2), 1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2), 2.5em 0em 0 0em rgba(69, 100, 128, 0.2), 1.75em 1.75em 0 0em rgba(69, 100, 128, 0.5), 0em 2.5em 0 0em rgba(69, 100, 128, 0.7), -1.8em 1.8em 0 0em #456480, -2.6em 0em 0 0em rgba(69, 100, 128, 0.2), -1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 100, 128, 0.2), 1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2), 2.5em 0em 0 0em rgba(69, 100, 128, 0.2), 1.75em 1.75em 0 0em rgba(69, 100, 128, 0.2), 0em 2.5em 0 0em rgba(69, 100, 128, 0.5), -1.8em 1.8em 0 0em rgba(69, 100, 128, 0.7), -2.6em 0em 0 0em #456480, -1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(69, 100, 128, 0.2), 1.8em -1.8em 0 0em rgba(69, 100, 128, 0.2), 2.5em 0em 0 0em rgba(69, 100, 128, 0.2), 1.75em 1.75em 0 0em rgba(69, 100, 128, 0.2), 0em 2.5em 0 0em rgba(69, 100, 128, 0.2), -1.8em 1.8em 0 0em rgba(69, 100, 128, 0.5), -2.6em 0em 0 0em rgba(69, 100, 128, 0.7), -1.8em -1.8em 0 0em #456480;
  }
}
*,
*:after,
*:before {
  box-sizing: border-box;
}

:root {
  font-family: "Kosugi Maru", sans-serif;
  font-weight: 100;
  font-size: 14px;
  scroll-behavior: smooth;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  color: #414042;
}

main[role=main] {
  min-height: calc(100vh - 380px);
}

::marker {
  color: #3399cc;
}

.l-content {
  margin: auto;
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .l-content {
    padding: 0 2vw;
  }
}

.l-content--base {
  width: 1024px;
}

.l-content--base {
  width: 1024px;
}

.l-content__box {
  padding: 2rem;
}

.l-content--sec {
  width: 980px;
}

.l-content--lp-fv {
  width: 1185px;
}

.c-img-box {
  display: block;
}

.c-img-box__item--flexible {
  max-width: 100%;
}

.l-first-view {
  padding-top: 60px;
  text-align: center;
}

.l-first-view__description {
  font-size: 28px;
  padding-top: 13px;
  padding-bottom: 17px;
  font-weight: bolder;
}

.l-first-view__text--small {
  font-size: 21px;
}

.l-first-view__body {
  min-height: 363px;
  display: flex;
  justify-content: center;
}

.l-first-view__title {
  min-height: 155px;
  width: 574px;
}

.l-first-view__footer {
  background-color: #fcee21;
  text-align: center;
  margin-top: -45px;
}

.l-first-view__footer-img {
  padding-right: 94px;
  margin-top: -4px;
  margin-bottom: -2px;
}

.l-first-view__footer-img-box {
  min-height: 254px;
}

.l-trouble:after {
  width: 0;
  height: 0;
  border-left: 4vw solid transparent;
  border-right: 4vw solid transparent;
  border-top: 62px solid #fcee21;
  content: "";
  text-align: center;
  display: block;
  margin-left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.l-trouble__box {
  width: 1030px;
}

.l-trouble__title {
  margin: 0;
  padding-left: 144px;
  position: relative;
  font-size: 33px;
}

.l-trouble__title-text--le-spe {
  letter-spacing: -5px;
}

.l-trouble__title-text--middle {
  font-size: 43px;
}

.l-trouble__title-text--middle-height {
  font-size: 35px;
  letter-spacing: -5px;
  line-height: 1.08em;
}

.l-trouble__title-row {
  display: block;
}

.l-trouble__title-row--bye {
  padding-left: 19px;
}

.l-trouble__title-text-wrap {
  display: inline-block;
  vertical-align: top;
  letter-spacing: -3px;
}

.l-trouble__title-text--bigger {
  font-size: 80px;
}

.l-trouble__body {
  overflow: hidden;
  padding-top: 33px;
}

.l-trouble__content-img-wrap {
  min-height: 352px;
}

.l-trouble__content--left {
  display: inline-block;
  width: 29%;
  text-align: center;
  vertical-align: bottom;
  padding-left: 15px;
}

.l-trouble__content--right {
  display: inline-block;
  width: 70%;
}

.l-about {
  overflow: visible;
  min-height: 546px;
}

.l-about__box {
  width: 1100px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.l-about__header {
  overflow: visible;
  width: 52%;
  text-align: left;
}

.l-about__body {
  width: 48%;
  text-align: right;
}

.l-about__content {
  display: inline-block;
  font-size: 22px;
  padding-top: 22px;
  line-height: 31px;
  letter-spacing: 1px;
  padding-left: 89px;
}

.l-about__title {
  margin-top: -26px;
  text-align: center;
  margin-left: 32px;
  min-height: 68px;
}

.l-about__title-wrap {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding-top: 0;
  margin-top: -50px;
}

.l-about__title-img {
  min-height: 197px;
}

.l-about__logo {
  vertical-align: middle;
  padding-right: 10px;
  width: 280px;
  padding-left: 0px;
}

.l-about__title-text {
  font-size: 26px;
}

.l-about__title-img--question {
  width: 45px;
  padding-left: 0;
  vertical-align: text-bottom;
  padding-right: 0px;
}

.l-solution {
  overflow: hidden;
  padding-top: 150px;
}
.l-solution:after {
  width: 0;
  height: 0;
  border-left: 3.4vw solid transparent;
  border-right: 3.4vw solid transparent;
  border-top: 54px solid #fff;
  content: "";
  text-align: center;
  display: block;
  margin-left: 50%;
  transform: translateX(-50%);
}

.l-solution__header {
  font-weight: bold;
  font-size: 25px;
  width: 860px;
  margin: auto;
  text-align: right;
  padding-top: 20px;
}

.l-solution__title {
  font-size: 32px;
  line-height: 1em;
}

.l-solution__title-img {
  vertical-align: middle;
  min-height: 62px;
}

.l-solution__title-text {
  font-size: 65px;
  vertical-align: middle;
  display: inline-block;
}

.l-solution__sub-title {
  padding-top: 8px;
  padding-right: 21px;
  transform: skewX(-10deg);
}

.l-solution__title-text--big {
  font-size: 65px;
  vertical-align: middle;
  display: inline-block;
}

.l-solution__sub-title-text--small {
  font-size: 21px;
}

.l-solution__body {
  background-image: url(/img/lp/point_bk.png);
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-bottom: 67px;
  margin-top: 36px;
}

.l-more {
  padding-top: 75px;
  position: relative;
}

.l-more__header {
  text-align: center;
  padding-bottom: 48px;
}

.l-more__body {
  width: 780px;
  text-align: center;
  height: 500px;
}

.l-more__footer {
  padding-bottom: 2em;
}

.l-user-voice {
  background-color: #fdee21;
}
.l-user-voice .negative {
  margin-top: 20px;
}
.l-user-voice::after {
  width: 0;
  height: 0;
  border-left: 4vw solid transparent;
  border-right: 4vw solid transparent;
  border-top: 62px solid #fcee21;
  content: "";
  text-align: center;
  display: block;
  margin-left: 50%;
  transform: translate(-50%, -61%);
  position: absolute;
}
.l-user-voice::after {
  border-left: 9vw solid transparent;
  border-right: 9vw solid transparent;
  border-top: 132px solid #fcee21;
}

.l-user-voice__wrap {
  width: 960px;
  margin: auto;
  text-align: center;
  padding-bottom: 230px;
}

.l-user-voice__header {
  margin-bottom: 45px;
  border-bottom: solid 3px;
  border-top: solid 3px;
  display: inline-block;
}

.l-user-voice__title {
  font-size: 42px;
  display: inline-block;
}

.l-user-voice__title-img {
  vertical-align: middle;
}

.l-user-voice__content {
  display: flex;
  justify-content: space-between;
}

.l-footer {
  background-color: #fcee21;
  padding-bottom: 104px;
}

.l-footer__box {
  padding-top: 130px;
  padding-bottom: 106px;
}

.l-footer__wrap {
  width: 1030px;
}

.l-footer__site-logo-wrap {
  text-align: center;
  border-top: solid 4px;
  border-bottom: solid 4px;
  padding: 32px 0;
}

.l-faq__title {
  text-align: center;
  margin-top: -78px;
  z-index: 5;
  position: relative;
  margin-bottom: 78px;
}

.l-faq__title-text--middle {
  font-size: 34px;
}

.l-faq__title-text--middle-high {
  font-size: 45px;
  line-height: 1.17;
}

.l-faq__title-text--big {
  font-size: 64px;
  font-weight: bold;
  line-height: 1em;
}

.l-faq__body {
  width: 980px;
  padding: 42px 77px 41px 97px;
}

.l-banners {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

.l-banners {
  display: none;
}

.l-banners[data-view] {
  display: block;
}

.l-banners__horizontal {
  display: none;
  right: 0;
  position: fixed;
  top: 0;
}

.l-banners__data-horizontal {
  max-width: calc(55vw - 2em);
  vertical-align: top;
  display: inline-block;
  margin-right: 2em;
}
.l-banners__data-horizontal:last-child {
  max-width: calc(36vw - 2em);
}

.l-banners__data-img {
  vertical-align: top;
  max-width: 100%;
}
.l-banners__data-img:hover {
  opacity: 0.7;
}

.l-banners__vertical {
  display: block;
  position: fixed;
  right: 0;
  top: 3em;
}

.l-banners__data-vertical {
  margin-bottom: 2em;
}

@media screen and (max-width: 1325px) {
  .l-banners__horizontal {
    display: block;
  }
  .l-banners__vertical {
    display: none;
  }
}
.l-soft-comparison {
  margin-top: -54px;
  padding-top: 145px;
  padding-bottom: 60px;
}

.l-soft-comparison__wrap {
  width: 980px;
  margin: auto;
}

.l-soft-comparison__header {
  overflow: hidden;
  display: flex;
}

.l-soft-comparison__header-data--left {
  width: 46%;
  text-align: center;
}

.l-soft-comparison__header-data--right {
  width: 54%;
  text-align: center;
}

.l-soft-comparison__title {
  padding-top: 23px;
  padding-left: 12px;
  font-weight: bold;
  line-height: 1.9em;
  letter-spacing: 0px;
}

.l-soft-comparison__title-data-row {
  display: block;
}

.l-soft-comparison__title-data-row--text-left {
  text-align: left;
}

.l-soft-comparison__title-text--middle {
  font-size: 29px;
}

.l-soft-comparison__title-text--big {
  font-size: 43px;
}

.l-soft-comparison__title-text--big-low {
  font-size: 37px;
}

.l-soft-comparison__title-text--small {
  font-size: 28px;
}

.l-soft-comparison__title-text--middle-high {
  font-size: 35px;
}

.l-soft-comparison__body {
  margin-top: -168px;
}

.comparision_software_area .content table {
  border-collapse: separate;
}
.comparision_software_area .content table th {
  vertical-align: bottom;
  min-height: 300px;
}
.comparision_software_area .content table th.mn_pro_content {
  border-right-width: 9px;
}
.comparision_software_area .content table th.mn_pro_content .pro_visual_wrapper img {
  padding-left: 16px;
  margin-top: -1px;
  margin-bottom: 1px;
}
.comparision_software_area .content table th.mn_pro_content .mn_pro_box {
  background-color: #aee0e4;
  border: 2px solid #c5d1d2;
  max-width: 195px;
  padding-top: 34px;
  margin-top: -32px;
}
.comparision_software_area .content table th.mn_pro_content a {
  text-decoration: none;
}
.comparision_software_area .content table th.mn_pro_content .free_link_wrapper {
  /* border: 3px solid; */
  color: white;
  margin: 15px 11px 16px 18px;
  padding: 12px 34px 11px 23px;
  font-size: 13px;
  line-height: 1.35;
  letter-spacing: 2px;
  border-radius: 25px;
  background-color: #333333;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  border: 2px solid transparent;
}
.comparision_software_area .content table th.mn_pro_content .free_link_wrapper:hover {
  background-color: #ffffdf;
  color: #f15a24;
  border: 2px solid;
}
.comparision_software_area .content table th.mn_content {
  border-right-width: 11px;
}
.comparision_software_area .content table th.mn_content .mn_box {
  background-color: #65bcd0;
  width: 196px;
  border: solid 2px white;
  height: 137px;
  padding-top: 16px;
}
.comparision_software_area .content table th.mn_content .mn_logo {
  padding-left: 5px;
}
.comparision_software_area .content table th.mn_content a {
  text-decoration: none;
}
.comparision_software_area .content table th.mn_content .free_link_wrapper {
  /* border: 3px solid; */
  color: white;
  margin: 15px 11px 16px 13px;
  padding: 12px 34px 12px 23px;
  font-size: 13px;
  line-height: 2.5;
  letter-spacing: 3px;
  border-radius: 25px;
  background-color: #333333;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  border: 2px solid transparent;
}
.comparision_software_area .content table th.mn_content .free_link_wrapper:hover {
  background-color: #ffffdf;
  color: #f15a24;
  border: 2px solid;
}
.comparision_software_area .content table th.any_2,
.comparision_software_area .content table th.any_1 {
  border-right-width: 9px;
}
.comparision_software_area .content table th.any_2 > div,
.comparision_software_area .content table th.any_1 > div {
  width: 155px;
  line-height: 85px;
  border: solid 2px white;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #fbb03b;
}
.comparision_software_area .content table th.any_2 {
  border-right-width: 0px;
}
.comparision_software_area .content table th, .comparision_software_area .content table td {
  border-right: solid transparent 20px;
  border-bottom: solid transparent 10px;
  border-top: none;
  text-align: center;
}
.comparision_software_area .content table td {
  border-bottom: solid transparent 8px;
}
.comparision_software_area .content table .function_data .func_title {
  border-right-width: 16px;
}
.comparision_software_area .content table .function_data .func_title .func_title_btn_wrapper {
  background-color: #fcfb83;
  border: solid;
  padding: 21px 0;
  border-radius: 26px;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}
.comparision_software_area .content table .function_data .func_title .func_title_btn_wrapper:hover {
  background-color: #fefdd7;
}
.comparision_software_area .content table .function_data .func_title .func_title_btn_wrapper.two {
  padding: 13px 0;
  line-height: 1.25;
}
.comparision_software_area .content table .function_data .func_title .func_title_btn_wrapper.three {
  padding: 4px 0;
  line-height: 1.25;
}
.comparision_software_area .content table .function_data .mn_pro_content {
  border-right-width: 10px;
}
.comparision_software_area .content table .function_data .mn_pro_content .mn_pro_box {
  width: 195px;
  font-size: 55px;
  font-weight: bold;
  line-height: 1.25;
  border: solid 2px #cccccc;
  background-color: #c7ebee;
  color: #f15a24;
}
.comparision_software_area .content table .function_data .mn_content {
  border-right-width: 15px;
}
.comparision_software_area .content table .function_data .mn_content .mn_box {
  width: 195px;
  /* border-right-width: 10px; */
  font-size: 55px;
  font-weight: bold;
  line-height: 1.25;
  border: solid 2px #cccccc;
  color: #f15a24;
  background-color: #a4dfe4;
}
.comparision_software_area .content table .function_data .any {
  border-right-width: 10px;
}
.comparision_software_area .content table .function_data .any .any_box {
  width: 154px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.9;
  border: solid 2px #cccccc;
  background-color: #fff7e9;
  color: #808080;
  font-weight: bold;
}
.comparision_software_area .content table .function_data:hover .func_title .func_title_btn_wrapper {
  background-color: #fefdd7;
}
.comparision_software_area .content table .function_data:hover .mn_pro_content .mn_pro_box {
  border: solid 2px #999999;
  background-color: #f5ffff;
  color: #ed1c24;
}
.comparision_software_area .content table .function_data:hover .mn_content .mn_box {
  border: solid 2px #999999;
  background-color: #e1f5f6;
  color: #ed1c24;
}
.comparision_software_area .content table .function_data:hover .any .any_box {
  border: solid 2px #999999;
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

.l-lp-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.61);
  top: 0;
  cursor: pointer;
  z-index: 10000;
  left: 0;
}
.l-lp-modal table {
  border-collapse: separate;
  width: 100%;
}
.l-lp-modal th, .l-lp-modal td {
  border: solid 5px transparent;
}
.l-lp-modal th.mn_pro_content div {
  background-color: #aee0e4;
  border: 2px solid #c5d1d2;
  padding: 9px 0;
}
.l-lp-modal th.mn_pro_content div img {
  max-width: 100%;
  max-height: 400px;
}
.l-lp-modal th.mn_content div {
  background-color: #65bcd0;
  border: solid 2px white;
  padding: 7px 0;
}
.l-lp-modal th.mn_content div img {
  max-width: 100%;
}
.l-lp-modal th.any_1 div,
.l-lp-modal th.any_2 div {
  width: 155px;
  line-height: 85px;
  border: solid 2px white;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #fbb03b;
  line-height: 45px;
  width: 100%;
}
.l-lp-modal td {
  text-align: center;
}
.l-lp-modal td.mn_pro_content .mn_pro_box {
  font-size: 47px;
  font-weight: bold;
  line-height: 1;
  border: solid 2px #cccccc;
  background-color: #c7ebee;
  color: #f15a24;
}
.l-lp-modal td.mn_content .mn_box {
  font-size: 47px;
  font-weight: bold;
  line-height: 1;
  border: solid 2px #cccccc;
  color: #f15a24;
  background-color: #a4dfe4;
}
.l-lp-modal td.any .any_box {
  font-size: 31px;
  font-weight: bold;
  line-height: 1.5;
  border: solid 2px #cccccc;
  background-color: #fff7e9;
  color: #808080;
}

.l-lp-modal__field {
  border: solid #fced33;
  cursor: initial;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 16px 35px;
  padding-bottom: 25px;
  min-width: 700px;
}

.l-lp-modal__btn--left {
  position: absolute;
  top: 30%;
  left: 24px;
  transform: translateY(-50%);
  width: 23px;
  height: 38px;
  background-image: url("/img/lp/over_lay_arrow_left.png");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.l-lp-modal__btn--right {
  position: absolute;
  top: 30%;
  right: 24px;
  transform: translateY(-50%);
  width: 23px;
  height: 38px;
  background-image: url("/img/lp/over_lay_arrow_right.png");
  background-repeat: no-repeat;
  background-position: center center;
  cursor: pointer;
}

.l-lp-modal__btn--close {
  background-color: #171717;
  top: -18px;
  right: -16px;
  color: white;
  text-align: center;
  position: absolute;
  font-size: 32px;
  line-height: 1;
  padding: 0px 5px 2px;
  cursor: pointer;
  border-radius: 50%;
  border: 4px solid #fcee21;
  transform: scaleY(0.85);
}

.l-lp-modal__title {
  background-color: #fcee21;
  border-radius: 15px;
  padding: 6px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  width: 520px;
  margin: auto;
  margin-bottom: 12px;
  margin-top: 0;
}

.l-lp-modal__description {
  color: white;
  margin: 12px 0;
  max-height: 4em;
  line-height: 1.4em;
  overflow: hidden;
}

.l-lp-modal__img-box {
  text-align: center;
}
.l-lp-modal__img-box img {
  max-height: 300px;
  transition: height 0.5s, width 0.5s;
}

.c-first-view__img--left {
  min-height: 354px;
  width: 285px;
}

.c-first-view__img--right {
  min-height: 362px;
}

.c-trouble-list {
  width: 645px;
  padding-top: 7px;
  padding-bottom: 35px;
}

.c-trouble-list__item {
  min-height: 62px;
  line-height: 1.5em;
  width: 100%;
  display: flex;
}

.c-trouble-list__icon {
  width: 40px;
  text-align: center;
  margin: auto;
}

.c-trouble-list__text {
  font-size: 20px;
  font-weight: bold;
  /* display: inline-block; */
  width: calc(100% - 65px);
  margin: auto;
  margin-left: 16px;
}

.c-trouble-list__text--strong {
  font-size: 25px;
}

.c-solution {
  display: flex;
  flex-wrap: wrap;
}

.c-solution__item {
  width: calc(50% - 0px);
}

.c-solution__item--left {
  float: left;
}
.c-solution__item--left .c-solution__header, .c-solution__item--left .c-solution__body {
  display: flex;
  justify-content: right;
}

.c-solution__item--right {
  float: right;
}
.c-solution__item--right .c-solution__header, .c-solution__item--right .c-solution__body {
  display: flex;
  justify-content: left;
}
.c-solution__item--right .c-solution__header {
  padding-left: 19px;
}

.c-solution__item--point1 .c-solution__img-wrap {
  min-height: 221px;
  padding-top: 60px;
  padding-left: 52px;
}

.c-solution__item--point2 {
  padding-top: 171px;
}
.c-solution__item--point2 .c-solution__title-wrap {
  min-height: 93px;
}
.c-solution__item--point2 .c-solution__img-wrap {
  min-height: 226px;
  padding-top: 19px;
  padding-left: 97px;
}

.c-solution__item--point3 .c-solution__title {
  margin-left: -22px;
}
.c-solution__item--point3 .c-solution__img-wrap {
  min-height: 217px;
  padding-top: 18px;
  padding-left: 70px;
}

.c-solution__item--point4 {
  margin-top: 118px;
}
.c-solution__item--point4 .c-solution__img-wrap {
  padding-top: 10px;
  padding-left: 142px;
  min-height: 247px;
}

.c-solution__item--point5 .c-solution__img-wrap {
  min-height: 360px;
  padding-top: 42px;
  padding-left: 58px;
}

.c-solution__header {
  overflow: hidden;
  background-image: url(/img/lp/point_header_bk.png);
  background-repeat-y: no-repeat;
  background-position-y: center;
  padding-bottom: 5px;
}

.c-solution__body {
  overflow: hidden;
}

.c-solution__content-wrap,
.c-solution__title-wrap {
  font-weight: bold;
  font-size: 20px;
  width: 500px;
  max-width: 100%;
}

.c-solution__title {
  min-height: 94px;
  text-align: center;
  margin-left: -12px;
}

.c-solution__content {
  padding-left: 24px;
  padding-top: 1px;
  letter-spacing: 0px;
  padding-right: 13px;
  line-height: 28px;
}

.c-solution__img-wrap {
  text-align: center;
}

.c-user-voice {
  width: 30%;
}

.c-user-voice__title {
  font-size: 20px;
  padding-bottom: 26px;
}

.c-user-voice__image-wrap {
  text-align: center;
  padding-bottom: 18px;
}

.c-user-voice__image {
  max-width: 100%;
}

.c-user-voice__review {
  text-align: center;
  padding-bottom: 12px;
}

.c-user-voice__sub-title {
  font-size: 16px;
  font-weight: bold;
  padding: 20px;
}

.c-user-voice__description {
  font-size: 14px;
}

.c-navigation__list {
  display: flex;
  justify-content: center;
  padding: 12px 0;
}

.c-navigation__item {
  list-style: none;
}

.c-navigation__link {
  color: black;
  margin: 0 0.5em;
}

.c-footer-content__description {
  padding: 15px 146px;
  font-size: 16px;
  letter-spacing: 1.8px;
  line-height: 1.7;
}

.c-footer-content__title {
  position: relative;
  padding: 10px 0;
}

.c-footer-content__text--middle {
  font-size: 26px;
}

.c-footer-content__text--small {
  font-size: 20px;
}

.c-footer-title {
  display: flex;
}

.c-footer-title__data {
  display: inline-block;
  vertical-align: bottom;
}

.c-footer-title__data--right {
  width: calc(100% - 490px);
}

.c-footer-title__data--left {
  width: 478px;
  text-align: center;
  padding-left: 41px;
  margin-bottom: -2px;
}

.c-footer-title__heading {
  line-height: 1.2;
  padding: 18px 0;
}

.c-footer-title__row {
  display: block;
}
.c-footer-title__row:nth-of-type(1) {
  padding-left: 8px;
}
.c-footer-title__row:nth-of-type(2) {
  line-height: 1.1;
}
.c-footer-title__row:nth-of-type(4) {
  line-height: 1.1;
  padding: 9px 0;
}

.c-footer-title__text--middle-high {
  font-size: 51px;
}

.c-footer-title__text--middle-low {
  font-size: 37px;
}

.c-footer-title__text--bigger {
  font-size: 85px;
}

.c-footer-title__text--big {
  font-size: 73px;
}

.c-footer-title__text--small-low {
  font-size: 24px;
}

.c-footer-title__text--small {
  font-size: 25px;
}

.c-footer-title__text--small-high {
  font-size: 30px;
}

.c-faq-list__item {
  list-style: none;
}
.c-faq-list__item:nth-of-type(2n) .c-faq-list__answer {
  padding-left: 8px;
  margin-top: -30px;
}

.c-faq-list__question {
  display: flex;
}

.c-faq-list__question-content {
  width: calc(100% - 170px);
  padding: 25px 29px 18px;
  background-color: #ffffc4;
  color: #177171;
  font-weight: bold;
  margin-left: 10px;
}

.c-faq-list__question-content-img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}

.c-faq-list__question-img {
  width: 120px;
}

.c-faq-list__answer {
  padding-left: 122px;
  margin-top: -26px;
  padding-bottom: 12px;
  display: flex;
  align-items: baseline;
}

.c-faq-list__answer-img-wrap {
  width: 105px;
}

.c-faq-list__answer-text {
  width: calc(100% - 154px);
  padding: 36px 0px;
}

.c-link-box {
  margin: 2em auto;
  width: 980px;
}

.c-link-box__img:hover {
  opacity: 0.65;
}

.c-link-box[data-an-comp=section_link_001] {
  margin: 0 auto;
  padding-bottom: 2em;
}

.c-link-box[data-an-comp=section_link_002] {
  margin-top: -3em;
}

.c-link-box__data {
  position: relative;
}

.c-link-box__container {
  position: absolute;
  top: 0;
  right: 28px;
  transform: translateY(50%);
}

.c-link-box__link {
  position: relative;
}
.c-link-box__link .pro {
  top: 48px;
  right: 56px;
}
.c-link-box__link .free {
  top: 144px;
  right: 57px;
}

.c-function-table {
  border-collapse: separate;
}

.c-function-table__header-item {
  vertical-align: bottom;
  min-height: 300px;
  border-right: solid transparent 20px;
  border-bottom: solid transparent 10px;
  border-top: none;
  text-align: center;
}
.c-function-table__header-item a {
  text-decoration: none;
  position: relative;
}

.c-function-table__header-item--title-pro {
  border-right-width: 9px;
}

.c-function-table__header-item--title-free {
  border-right-width: 11px;
}

.c-function-table__header-item--title-other {
  border-right-width: 9px;
}

.c-function-table__header-item--title-other2 {
  border-right-width: 0px;
}

.c-function-table__header-item-box {
  width: 155px;
  line-height: 85px;
  border: solid 2px white;
  display: inline-block;
  letter-spacing: 2px;
  background-color: #fbb03b;
}

.c-function-table__header-item-box--pro {
  background-color: #aee0e4;
  border: 2px solid #c5d1d2;
  max-width: 195px;
  padding-top: 34px;
  margin-top: -32px;
}

.c-function-table__header-item-box--free {
  background-color: #65bcd0;
  width: 196px;
  border: solid 2px white;
  height: 137px;
  padding-top: 16px;
}

.c-function-table__row:hover .c-function-table__item-title {
  background-color: #fefdd7;
}
.c-function-table__row:hover .c-function-table__item--free .c-function-table__item-title {
  border: solid 2px #999999;
  background-color: #e1f5f6;
  color: #ed1c24;
}
.c-function-table__row:hover .c-function-table__item--pro .c-function-table__item-title {
  border: solid 2px #999999;
  background-color: #f5ffff;
  color: #ed1c24;
}
.c-function-table__row:hover .c-function-table__item--any .c-function-table__item-title {
  border: solid 2px #999999;
  background-color: #fff;
  color: #000;
  font-weight: bold;
}

.c-function-table__item {
  border-right: solid transparent 20px;
  border-bottom: solid transparent 10px;
  border-top: none;
  text-align: center;
  cursor: pointer;
}

.c-function-table__item--title {
  border-right-width: 16px;
}
.c-function-table__item--title .c-function-table__item-title {
  background-color: #fcfb83;
  border: solid;
  padding: 21px 0;
  border-radius: 26px;
}

.c-function-table__item--free {
  border-right-width: 15px;
}
.c-function-table__item--free .c-function-table__item-title {
  width: 195px;
  /* border-right-width: 10px; */
  font-size: 55px;
  font-weight: bold;
  line-height: 1.25;
  border: solid 2px #cccccc;
  color: #f15a24;
  background-color: #a4dfe4;
}

.c-function-table__item--any {
  border-right-width: 10px;
}
.c-function-table__item--any .c-function-table__item-title {
  width: 154px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.9;
  border: solid 2px #cccccc;
  background-color: #fff7e9;
  color: #808080;
}

.c-function-table__item--pro {
  border-right-width: 10px;
}
.c-function-table__item--pro .c-function-table__item-title {
  width: 195px;
  font-size: 55px;
  font-weight: bold;
  line-height: 1.25;
  border: solid 2px #999999;
  background-color: #c7ebee;
  color: #ed1c24;
}

.c-function-table__item-title {
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
}
.c-function-table__item-title:hover {
  background-color: #fefdd7;
}

.c-function-table__item-title--tow {
  padding: 13px 0;
  line-height: 1.25;
}

.c-function-table__item-title--three {
  padding: 4px 0;
  line-height: 1.25;
}

.u-text--center {
  text-align: center;
}

.u-text--right {
  text-align: right;
}

.u-text-shadow--1 {
  font-weight: bold;
  text-shadow: white 1px 1px, white 1px 1px;
}

.u-text--outer-link {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem 0 1rem;
}
.u-text--outer-link::before {
  content: url(/img/monorate_link_logo.png);
}

.u-text--type5 {
  font-size: 1.1rem;
  font-weight: bold;
  padding-left: 3px;
  border-left: solid 3px #a0a0a0;
  margin-bottom: 0.5rem;
}

.u-text--page-top-link::before {
  content: url(/img/page_top.png);
  display: inline-block;
  position: relative;
  top: 3px;
  left: -5px;
  right: 0;
  bottom: 0;
}

.u-text--search-site-list::before {
  content: url(/img/search_site_number_logo.png);
}

.u-text--no-margin {
  margin: 0;
}

.u-text--bold {
  font-weight: bold;
}

.u-text--very-bigger {
  font-size: 3rem;
}

.u-text--small {
  font-size: 0.9rem;
}

.u-text--bigger {
  font-size: 1.5rem;
}

.u-display--none {
  display: none;
}

*.js-display-none {
  display: none;
}

.u-col--white {
  color: white;
}

.u-col--link {
  color: #3399cc;
}

.u-col--side-title {
  color: #026c9e;
}

.u-col--site-col {
  color: #3399cc;
}

.u-col--site-col.js-term-item--active {
  color: inherit;
}

.u-col--site-sub-col {
  color: #215b75;
}

.u-col--disable {
  color: #a0a0a0;
}

.u-col--text-type1 {
  color: #a0a0a0;
}

.u-col--text-type2 {
  color: #474747;
}

.u-col--new {
  color: #85d65c;
}

.u-col--used {
  color: #ff9900;
}

.u-col--black {
  color: #000000;
}

.u-col--error {
  color: #f63646;
}

.u-col--cart {
  color: rgb(94, 164, 255);
}

.u-col--amazon {
  color: #095b00;
}

.u-col--reference-price {
  color: #095b00;
}

.u-col--emphasis {
  color: #f15a24;
}

.u-bk-col--white {
  background-color: white;
}

.u-bk-col--yellow {
  background-color: #ffcf54;
}

.u-bk-col--footer {
  background-color: #215b75;
}

.u-bk-col--header {
  background-color: #3ab6da;
}

.u-bk-col--bk {
  background-color: #38aacc;
}

.u-bk-col--side-content {
  background-color: #d9e8ef;
}

.u-bk-col--site-sub {
  background-color: #215b75;
}

.u-bk-col--ctrl {
  background-color: #ececec;
}

.u-bk-col--lp-fv {
  background-color: #65c8d0;
}

.u-bk-col--lp {
  background-color: #fcee21;
}

.u-bk-col--faq {
  background-color: #fffef2;
}

.swiper-slide {
  position: relative;
}
.swiper-slide iframe {
  position: absolute;
  left: 50%;
  transform: translate(-52%);
  top: 24px;
}

.c-btn--lp-dl {
  vertical-align: middle;
  text-decoration: none;
  color: #000000;
  transition: color 0.5s, background-color 0.5s;
  border: solid 2px;
  padding: 8px;
  padding-left: 23px;
  letter-spacing: 4px;
  padding-right: 47px;
  display: block;
  width: 100%;
}
.c-btn--lp-dl:hover {
  color: #f15a24;
  background-color: #ffffdb;
}
.c-btn--lp-dl:after {
  content: url(/img/lp/link_arrow_bk.png);
  position: absolute;
  display: block;
  top: 0;
  right: 2rem;
  transform: translateY(55%);
}
.c-btn--lp-dl:after:hover {
  content: url(/img/lp/link_arrow_bk_hov.png);
}
.c-btn--lp-dl:active {
  color: black;
}

.c-btn--browser-dl {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: #000000;
  transition: color 0.5s, background-color 0.5s;
  position: relative;
  border: solid 2px;
  padding: 9px 0 8px;
  padding-right: 87px;
  width: 440px;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bold;
}
.c-btn--browser-dl:hover {
  color: #f15a24;
  background-color: #ffffdb;
}
.c-btn--browser-dl:after {
  content: url(/img/lp/link_arrow_min_bk.png);
  position: absolute;
  display: block;
  top: 0;
  right: 2rem;
  transform: translateY(25%);
}
.c-btn--browser-dl:after:hover {
  content: url(/img/lp/link_arrow_min_bk_hov.png);
}
.c-btn--browser-dl:active, .c-btn--browser-dl:visited {
  color: black;
}

.c-download-link {
  padding: 26px 96px;
}

.c-download-link__wrap {
  padding: 12px 0 6px;
}

.c-download-link__title {
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  color: white;
  padding: 12px 34px 11px 23px;
  line-height: 1.35;
  letter-spacing: 2px;
  border-radius: 25px;
  background-color: #333333;
  margin-right: 30px;
  width: 360px;
  font-size: 13px;
  text-align: center;
  font-weight: bold;
}

.c-table-link-btn {
  color: white;
  margin: 15px 11px 16px 13px;
  padding: 12px 34px 12px 23px;
  font-size: 13px;
  letter-spacing: 3px;
  border-radius: 25px;
  background-color: #333333;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  border: 2px solid transparent;
}
.c-table-link-btn:hover {
  background-color: #ffffdf;
  color: #f15a24;
  border: 2px solid;
}
.c-table-link-btn:hover:after {
  content: url(/img/lp/link_arrow_wt_hov.png);
}
.c-table-link-btn:after {
  content: url(/img/lp/link_arrow_wt.png);
  position: absolute;
  display: block;
  top: 20px;
  right: 23px;
}

.c-table-link-btn--pro {
  line-height: 1.35;
}

.c-table-link-btn--free {
  line-height: 2.5;
}

.c-setting-btn {
  color: white;
  display: block;
  border: solid 1px;
  border-radius: 20px;
  padding: 3px 12px 3px 20px;
  font-size: 13px;
  text-decoration: none;
  letter-spacing: 0.2em;
  font-weight: bold;
  transition: color 0.3s, background-color 0.3s;
}
.c-setting-btn:visited {
  text-decoration: none;
  color: white;
}
.c-setting-btn:hover {
  background-color: white;
  text-decoration: none;
  color: #65c8d0;
}
.c-setting-btn::after {
  content: ">";
  margin-left: 0.5em;
  font-weight: normal;
}

.c-setting-btn-wrap {
  position: absolute;
  color: black;
  top: 1em;
  right: 1em;
  z-index: 0;
}

.swiper-button-next,
.swiper-button-prev {
  background-size: 50px 50px;
  width: 50px;
  height: 50px;
}

.swiper-button-prev {
  background-image: url(/img/lp/swipe_left_arrow.png);
}

.swiper-button-next {
  background-image: url(/img/lp/swipe_right_arrow.png);
}

/*# sourceMappingURL=lp.css.map */
