@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;
}

.swiper-slide {
  padding: 8px;
  background-color: white;
}

.clipCopyBord {
  display: none;
  position: absolute;
  padding: 6px;
  color: white;
  background-color: #f2921c;
}

.clipCopyBord-act {
  display: block;
}

.f-click-copy {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
  color: white;
  background-color: #f2921c;
  display: none;
}

.f-click-copy.js-click-copy--active {
  display: block;
}

.f-click-copy__text {
  color: white;
}

.clickCopy {
  cursor: pointer;
}

.highcharts-background {
  fill: transparent;
}

.copiedResult {
  position: fixed;
  z-index: 1230;
  padding: 3px;
  font-size: 12px;
  border: solid 1px #ff9700;
  background-color: white;
  display: none;
}

.copiedResult-act {
  display: block;
}

.l-footer {
  padding: 1rem 0;
}

.l-footer__body {
  gap: 1rem;
}

.l-footer__copyright {
  font-size: 0.9rem;
}

.l-footer__description {
  font-size: 0.9rem;
}

.l-footer__item--logo {
  width: 40%;
  min-height: 150px;
}

.l-footer--sp {
  padding: 0;
}

.c-navigation-footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  font-size: 0.9rem;
}

.c-navigation-footer__item {
  list-style: none;
  margin: 0 1.5rem;
}

.c-navigation-footer__link {
  text-decoration: none;
  cursor: pointer;
}

.c-navigation-footer--sp {
  padding-bottom: 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
}
.c-navigation-footer--sp .c-navigation-footer__item {
  text-align: center;
  margin: 0;
}
.c-navigation-footer--sp .c-navigation-footer__link {
  display: block;
  padding: 0.5rem 0;
}

.c-adv-field {
  padding: 1rem 0;
  min-height: 125px;
}

.l-header {
  overflow: hidden;
}

.l-header--lp {
  padding: 1rem 0 1.5rem;
}

.l-header__header {
  padding-top: 3rem;
  width: 50%;
}

.l-header__body {
  width: 50%;
}

.l-header__logo {
  padding-bottom: 0.5rem;
}

.l-header__title {
  padding-bottom: 1.4rem;
  text-shadow: 0 1px #7d7d7d;
  font-size: 2rem;
}

.l-header__main-visual {
  width: 135%;
  height: auto;
}

.l-header__link {
  text-decoration: none;
}

.l-header--sp.l-header--home .l-header__search {
  padding: 0 0.5rem 2rem;
}

.l-header--sp .l-header__search {
  padding: 1rem 0.5rem;
}
.l-header--sp .l-header__logo-wrap {
  width: 180px;
}
.l-header--sp .l-header__content {
  width: 100vw;
  margin: auto;
  padding: 0.75rem 0.5rem;
}
.l-header--sp .l-header__title {
  margin: 0;
  padding: 1rem 0;
  font-size: 1.25rem;
  text-align: center;
}
.l-header--sp .l-header__icon {
  border: solid 2px white;
  width: 2.5rem;
  height: 2.5rem;
}

.c-information-area {
  display: none;
  position: absolute;
  z-index: 10;
  background-color: #53b7dc;
  border: solid 1px white;
  color: white;
  padding: 0.5em;
  max-width: 375px;
}

.c-information-area.js-c-information-area-active {
  display: block;
}

.c-information-area__title {
  margin: 0;
  font-weight: bold;
  padding-bottom: 9px;
}

.c-side-product-history__table {
  width: 100%;
}

.c-side-product-history__column {
  width: 50%;
}

.c-side-product-history__list {
  margin: 0;
  padding: 0;
}

.c-side-product-history__item {
  list-style: none;
  padding: 0.5rem 0;
}

.c-side-product-history__product-name {
  margin: 0;
  font-size: 1rem;
  padding-bottom: 2rem;
  font-weight: bold;
}

.c-side-product-history__data {
  text-align: right;
  font-size: 0.95rem;
  display: block;
}

.c-side-product-history__link {
  text-decoration: none;
}

.c-side-product-history__img {
  max-width: 110px;
  max-height: 110px;
}

.c-side-product-history__img-wrap {
  padding: 0.25rem;
  text-align: center;
}

.l-side-content {
  padding: 1rem 0;
}

.l-side-content__section {
  padding-bottom: 2rem;
}

.l-side-content__title {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
  padding-bottom: 1rem;
}

.c-btn-wrap {
  padding: 1rem 0;
}

.c-btn--setting {
  color: white;
  background-color: #3399cc;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  padding: 12px;
  width: 200px;
  display: inline-block;
  border: none;
}

.c-btn--back {
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  border: none;
  border-radius: 10px;
  padding: 2px 6em;
  background-color: white;
  color: #3ab6da;
  font-weight: bold;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2392156863);
  cursor: pointer;
  border: solid 1px;
}

.c-btn--register {
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  border: none;
  border-radius: 10px;
  padding: 2px 6em;
  background-color: #3ab6da;
  color: white;
  font-weight: bold;
  box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.2392156863);
  cursor: pointer;
  border: solid 1px transparent;
}

.c-btn--search {
  background-image: url(/img/search_btn.png);
  border: none;
  background-color: #215b75;
  font-size: 20px;
  padding: 15px 15px 15px 40px;
  background-repeat: no-repeat;
  background-position: 10px 15px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  display: block;
}

.c-btn--ranking-toggle {
  background-color: #3399cc;
  color: white;
  border: solid 1px #3399cc;
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.75rem;
}

.c-btn--ranking-toggle.js-image-toggle--active {
  background-color: white;
  color: #3399cc;
  border: solid 1px;
}

.c-btn--clear {
  line-height: 26px;
  font-size: 1.2em;
  padding: 0;
  margin: 2px;
  border: 0;
  width: 2rem;
  display: block;
  background-color: transparent;
  border: none;
  font-weight: bold;
}

.c-btn--inquiry-submit {
  background: #474747;
  color: white;
  padding: 5px 20px;
  border-radius: 5px;
  border: 2px solid #474747;
  cursor: pointer;
}

.c-btn--inquiry-back {
  background: white;
  color: #474747;
  padding: 5px 20px;
  border-radius: 5px;
  border: 2px solid #474747;
  cursor: pointer;
}

.c-btn--plan {
  color: white;
  background-color: #3399cc;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  display: inline-block;
  margin: auto;
  padding: 1px 2em 1px 1.5em;
  position: relative;
}

.c-btn--plan-cancel {
  color: white;
  border-radius: 4px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  display: inline-block;
  margin: auto;
  padding: 1px 1em 1px 1em;
  position: relative;
  background-color: #fcee21;
}

.c-btn--plan::after {
  position: absolute;
  content: " ";
  right: 0;
  top: 0;
  color: white;
  width: 12px;
  height: 12px;
  transform: translate(-75%, 25%);
  background-image: url(/img/chrome/plan/buy_icon.png);
}

.c-search-box-wrap {
  padding: 2rem 0;
  min-width: 24rem;
}
.c-search-box-wrap .c-search-box__input {
  width: calc(100% - 0.8rem);
  margin-left: 0.5rem;
  padding: 0.25rem 5rem 0.25rem 0.5rem;
}
.c-search-box-wrap .c-search-box__cam {
  width: 25px;
  height: 25px;
  right: 6.5rem;
  transform: translateY(14%);
}
.c-search-box-wrap .c-btn--search {
  width: 85px;
  background-color: #215b75;
  font-size: 20px;
  padding: 6px 15px 3px 36px;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  margin-left: -48px;
}

.c-search-box__form {
  position: relative;
  width: 100%;
}

.c-search-box__input {
  margin-left: 0.5em;
  width: 100%;
  border: none;
  font-size: 20px;
  padding: 15px;
  box-sizing: border-box;
  padding-right: 6em;
}

.c-search-box__submit {
  position: absolute;
  right: 0;
}

.c-search-box__clear {
  background-color: white;
  border: none;
  position: absolute;
  right: 70px;
  text-align: center;
  top: 2px;
  color: #2C2C2C;
  margin: 0;
}

.c-search-box__cam {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  border-radius: 3px;
  right: 7.5rem;
  transform: translateY(45%);
}

.c-search-box--sp {
  gap: 0.25rem;
  padding: 0 0.5rem;
}
.c-search-box--sp .c-search-box__form {
  gap: 0.25rem;
}
.c-search-box--sp .c-search-box__input {
  border: none;
  padding: 8px 105px 7px 9px;
  font-size: 1.25rem;
  margin: 0;
}
.c-search-box--sp .c-search-box__cam-btn {
  vertical-align: middle;
  width: 70px;
  height: 2.5rem;
}
.c-search-box--sp .c-search-box__submit {
  background-color: #215b75;
  width: 65px;
  height: 2.5rem;
  right: 0.25rem;
}
.c-search-box--sp .c-search-box__btn {
  font-size: 13.333px;
  width: 99%;
  border: none;
  background-color: transparent;
  background-image: url(/img/search_btn.png);
  background-repeat: no-repeat;
  color: white;
  padding: 0;
  line-height: 2.7em;
  padding-left: 30px;
  background-position: 3px 5px;
}

.c-icon--info {
  display: inline-block;
  font-size: 1.25rem;
  color: #3399cc;
  border: 1px solid #3399cc;
  border-radius: 50%;
  width: 1.5em;
  line-height: 1.5em;
  font-weight: bold;
  background: white;
  transition: background-color 0.3s, color 0.3s, border 0.3s;
  cursor: pointer;
  text-align: center;
}
.c-icon--info:hover {
  color: white;
  border: 1px solid white;
  background: #3399cc;
}

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

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

.c-list {
  margin: 0;
  padding: 1rem 0;
}

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

.c-list__item--separator {
  margin: 0 0.5rem;
}

.c-product-table {
  border-bottom: solid 3px;
}

.c-product-table__row {
  display: flex;
  justify-content: space-between;
}

.c-product-table__column {
  border-top: solid 1px;
  padding: 0.5rem 0;
}

.c-product-table__column--head {
  border-top: solid 3px;
}

.c-product-table__column--1 {
  width: 100%;
}

.c-product-table__column--2 {
  width: 48%;
}

.c-product-table__name {
  font-size: 0.85rem;
}

.c-product-table__value {
  font-size: 1.5rem;
  text-align: right;
}

.c-search-ec-result {
  display: flex;
  width: 100%;
  gap: 3%;
  padding: 0;
  padding-bottom: 1rem;
  border-bottom: solid 1px;
  justify-content: space-between;
}

.c-search-ec-result__item {
  flex: 1;
  border-top: solid 2px;
  padding: 0.5rem 0;
  list-style: none;
}

.c-search-ec-result__value {
  text-align: right;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0;
}

.c-search-ec-result__name {
  margin: 0;
}

.c-ctrls {
  padding-bottom: 1rem;
}

.c-ctrls__title {
  font-size: 1.1rem;
}

.c-ctrls__btn {
  font-size: 1rem;
  line-height: 2rem;
  cursor: pointer;
  text-align: center;
  border-left: solid 1px white;
  padding: 0.25rem;
}
.c-ctrls__btn:first-child {
  border-left: none;
}

.c-ctrls__list {
  display: flex;
  border-radius: 6px;
  justify-content: space-around;
  padding: 2px;
  margin-bottom: 0.75rem;
}

.c-search-site {
  border-top: solid 3px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  border-bottom: solid 2px;
}

.c-search-site--new {
  border-color: #85d65c;
}
.c-search-site--new .c-search-site__column {
  border-color: #85d65c;
}
.c-search-site--new .c-search-site__site-name::before {
  color: #85d65c;
}

.c-search-site--used {
  border-color: #ff9900;
}
.c-search-site--used .c-search-site__column {
  border-color: #ff9900;
}
.c-search-site--used .c-search-site__site-name::before {
  color: #ff9900;
}

.c-search-site__header {
  padding: 0.5rem 0;
}

.c-search-site__column {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  border-top: solid 1px;
}

.c-search-site__header .c-search-site__column {
  border: none;
}

.c-search-site__column--right {
  justify-content: flex-end;
}

.c-search-site__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 1rem;
}

.c-search-site__site-count {
  font-size: 1.75rem;
}

.c-search-site__site-name {
  font-size: 0.9rem;
}
.c-search-site__site-name::before {
  content: "➢";
}

.c-search-site__site-logo {
  max-width: 80px;
  max-height: 24px;
}

.c-search-site__site-link {
  padding: 0.5rem 0;
  text-decoration: none;
  display: inline-block;
}

.c-product-ec-info {
  border-bottom: solid 1px;
  display: grid;
  grid-template-columns: 24.7% 10% 15% 19% 17% 14%;
  align-items: center;
}
.c-product-ec-info a {
  text-decoration: none;
  color: inherit;
}

.c-product-ec-info__data {
  text-align: right;
  font-size: 1.1rem;
  padding: 0.5rem 0;
}

.c-product-ec-info__title {
  text-align: left;
  font-size: 1rem;
}

.c-product-ec-info__type {
  text-align: left;
}

.c-product-ec-info__site-name::before {
  content: "➢";
}

.c-product-ec-stock__condition-header {
  display: flex;
  justify-content: space-between;
  border-top: solid 3px;
  align-items: center;
}

.c-product-ec-stock__condition-count {
  font-size: 1.75rem;
}

.c-product-ec-stock__data {
  border-top: solid 1px;
  padding-bottom: 2rem;
}

.c-product-ec-stock__data-title {
  padding: 0.5rem 0;
}

.c-product-ec-stock__data-table {
  padding-left: 3rem;
}

.c-popup-field {
  position: fixed;
  right: 0;
  top: 0;
  padding: 0.5em;
  background-color: white;
  border: solid 1px #1d5ad2;
  color: #38aacc;
  display: none;
  z-index: 1500;
}

.c-popup-field.js-c-popup-field-active {
  display: block;
}

.c-popup-field__content {
  max-height: 135px;
  overflow: hidden;
}

.c-popup {
  animation: insertPopup 0.5s forwards;
}

@keyframes insertPopup {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rotateInf {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 980px) {
  .c-popup__body {
    font-size: 11px;
  }
  .spContent .popup_body {
    font-size: 13px;
  }
}
.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;
}

.l-flex {
  display: flex;
}

.l-flex--align-items-center {
  align-items: center;
}

.l-flex--justify-content-center {
  justify-content: center;
}

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

.l-flex--justify-content-space-around {
  justify-content: space-around;
}

.l-flex__item--fix {
  flex: 1;
}

.l-flex--gap-one-quarter {
  gap: 0.25rem;
}

.l-flex--wrap {
  flex-wrap: wrap;
}

.l-flex--full {
  width: 100%;
}

.l-grid {
  display: grid;
}

.l-grid--temp-19 {
  grid-template-columns: 10% 90%;
}

.l-grid--temp-28 {
  grid-template-columns: 20% 80%;
}

.l-grid--temp-37 {
  grid-template-columns: 30% 70%;
}

.l-grid--temp-46 {
  grid-template-columns: 40% 60%;
}

.l-grid--temp-55 {
  grid-template-columns: 1fr;
}

.l-grid--temp-64 {
  grid-template-columns: 60% 40%;
}

.l-grid--temp-73 {
  grid-template-columns: 70% 30%;
}

.l-grid--temp-82 {
  grid-template-columns: 80% 20%;
}

.l-grid--temp-91 {
  grid-template-columns: 90% 10%;
}

.l-contents-box {
  min-height: 100px;
}

.l-contents-box__header {
  width: 100%;
}

.l-contents-box__title-box {
  display: block;
  padding: 0.75rem;
  color: black;
  font-size: 1.25rem;
  margin: 0;
  font-weight: bold;
}

.l-contents-box__description {
  margin: 0;
  font-size: 0.95rem;
  font-weight: bold;
  padding: 0.75rem;
}

.l-contents-box__body {
  width: 100%;
  padding: 1rem 0.25rem;
  box-sizing: border-box;
}

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

.l-column__main {
  width: 69%;
}

.l-column__side {
  width: 29%;
  padding: 1rem;
}

.l-column__item {
  width: 50%;
}

.l-column__img {
  padding: 5%;
  width: 32%;
}

.l-column__data {
  width: 65%;
}

@media screen and (max-width: 980px) {
  .l-column--sp-break {
    display: block;
  }
  .l-column--sp-break .l-column__item {
    width: 100%;
  }
  .l-column--sp-break .l-column__img {
    width: 100%;
  }
  .l-column--sp-break .l-column__data {
    width: 100%;
  }
}
.l-modal {
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  max-width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.l-modal.js-open {
  display: flex;
}

.l-modal__wrap {
  position: relative;
  width: 70%;
  margin: auto;
  box-shadow: 0px 0px 30px 1px black;
}

.l-modal__content {
  margin: auto;
  width: 90%;
  padding: 2rem 0 3rem 0;
}

.l-modal__title {
  font-size: 1.75rem;
  margin: 0;
  padding-bottom: 1rem;
}

.l-modal__text {
  margin: 0;
  padding-bottom: 1rem;
  font-size: 1.1rem;
}

.l-modal__close {
  position: absolute;
  right: 2rem;
  font-size: 1.25rem;
  border: solid 2px;
  width: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  cursor: pointer;
}

.p-item__content {
  padding: 2rem;
}

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

.js-scraping-error-site-list li:not(.u-text--error) {
  display: none;
}

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