@charset "UTF-8";
/* ---------------------------
 * ALL Width
 * --------------------------- */
/*! 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, p {
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: rgba(0, 0, 0, 0.3);
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

@media (max-width: 640px) {
  .modaal-content-container {
    padding: 10px;
  }
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
          animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
            transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(0.25);
          transform: scale(0.25);
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
          animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

html {
  background-color: #FFF;
  color: #333333;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 400;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

body a:hover {
  color: #44C1FC;
}

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

[src$=".svg"],
[data$=".svg"] {
  width: 100%;
}

i,
cite,
em,
address,
dfn {
  font-style: normal;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

li > ul, li > ol {
  margin-bottom: 0;
}

ul, ol {
  padding-left: 1em;
}

hr {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #cccccc;
}

table tr th, table tr td {
  padding: 12px 10px;
  border-bottom: 1px solid #cccccc;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

table tr th {
  vertical-align: top;
}

table tr select {
  min-height: 2em;
}

a {
  color: inherit;
}

.l-page {
  overflow: hidden;
}

.l-contents {
  position: relative;
}

.l-contents--mbpc70 {
  margin-bottom: 70px;
}

.l-contents__inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0px 40px;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.l-contents__inner > *:first-child {
  margin-top: 0;
}

.l-contents__inner > *:last-child {
  margin-bottom: 0 !important;
}

.l-contents__group + .l-contents__group {
  margin-top: 30px;
}

.l-contents__group li {
  list-style: none;
}

.c-contents big {
  white-space: nowrap;
  font-size: 125%;
  margin-right: .5em;
}

.c-contents strong {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #ffc8aa));
  background: linear-gradient(transparent 65%, #ffc8aa 65%);
}

.c-contents figure {
  margin: 35px 0;
  text-align: center;
}

.c-contents__header {
  margin-top: 50px;
  margin-bottom: 27px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  font-weight: bolder;
  position: relative;
  border-bottom: 2px solid #969696;
  padding-left: 15px;
  padding-bottom: 3px;
}

.c-contents__header:before {
  content: '';
  background-color: #ff7800;
  display: block;
  width: 5px;
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
}

.c-contents__txt p + p {
  margin-top: 16px;
}

.c-contents__headImg {
  margin-bottom: 20px;
}

.c-contents ul {
  list-style: none;
}

.c-contents__notes {
  display: block;
  text-align: right;
  padding-top: 5px;
  font-size: 12px;
}

.c-contents__header--h4 {
  padding: 6px 20px 5px;
  border-bottom: 1px solid #969696;
  background-color: #fff4ea;
}

.c-button {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  height: 50px;
  margin: 0 auto 5px;
  padding: 0 15px;
  border-radius: 7px;
  color: #FFF;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  font-weight: bold;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #E56565;
  -webkit-box-shadow: 0 5px 0 0 #BE4949;
          box-shadow: 0 5px 0 0 #BE4949;
  text-align: center;
  overflow: hidden;
}

.c-button--submit {
  width: 280px;
}

.c-button--large {
  width: 600px;
  min-height: 100px;
  height: auto;
  -webkit-box-shadow: 0 5px 0 0 #d26300;
          box-shadow: 0 5px 0 0 #d26300;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C0A14%2C14%2C0%2C1%2C0%2C28%2C14%2C14%2C14%2C0%2C0%2C0%2C14%2C0Zm4.32%2C14.82-5.83%2C5.84a1.14%2C1.14%2C0%2C0%2C1-.82.34%2C1.16%2C1.16%2C0%2C0%2C1-.83-.34%2C1.18%2C1.18%2C0%2C0%2C1%2C0-1.65l5-5-5-5a1.17%2C1.17%2C0%2C1%2C1%2C1.65-1.65l5.83%2C5.84A1.15%2C1.15%2C0%2C0%2C1%2C18.32%2C14.82Z%22%2F%3E%3C%2Fsvg%3E") no-repeat #ff7800 right 20px center;
  background-size: 27px;
  padding: 5px 45px 5px 28px;
}

.c-button__main {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.1875;
  font-weight: 600;
  letter-spacing: .23em;
}

.c-button__sub {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.27778;
  font-weight: 600;
  letter-spacing: .22em;
}

.c-button--table {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14%2C0A14%2C14%2C0%2C1%2C0%2C28%2C14%2C14%2C14%2C0%2C0%2C0%2C14%2C0Zm4.32%2C14.82-5.83%2C5.84a1.14%2C1.14%2C0%2C0%2C1-.82.34%2C1.16%2C1.16%2C0%2C0%2C1-.83-.34%2C1.18%2C1.18%2C0%2C0%2C1%2C0-1.65l5-5-5-5a1.17%2C1.17%2C0%2C1%2C1%2C1.65-1.65l5.83%2C5.84A1.15%2C1.15%2C0%2C0%2C1%2C18.32%2C14.82Z%22%2F%3E%3C%2Fsvg%3E") no-repeat #b92a2a right 5px center;
  background-size: 15px 15px;
  padding: 0 20px 0 12px;
}

.c-button.anim:after {
  content: '';
  display: block;
  width: 900%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 25%, white 73%, rgba(255, 255, 255, 0) 73%, rgba(255, 255, 255, 0) 100%);
  -webkit-animation: anim 4s infinite linear;
          animation: anim 4s infinite linear;
}

@-webkit-keyframes anim {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  75% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes anim {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  75% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.c-button--large:after {
  content: '';
  display: block;
  width: 900%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anim2 4s infinite linear;
          animation: anim2 4s infinite linear;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.8) 73%, rgba(255, 255, 255, 0) 73%, rgba(255, 255, 255, 0) 100%);
}

@-webkit-keyframes anim2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  70% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes anim2 {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  70% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.c-kouka__heading {
  background-color: #c8c8c8;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.78571;
  text-align: center;
  font-weight: 500;
}

.c-kouka__list {
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 10px;
  list-style: none;
}

.c-kouka__list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  width: 33%;
  height: 55px;
  border-radius: 3px;
  background-color: #0f2d5a;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.15385;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.c-kouka__list li.type-gray {
  background-color: #c8c8c8;
}

.c-kouka__list li:not(:last-child) {
  margin-right: 10px;
}

.c-tokuchou {
  margin-bottom: 50px;
}

.c-tokuchou__heading {
  background-color: #0f2d5a;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
}

.c-tokuchou__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.c-tokuchou__list li {
  font-weight: 500;
  background-color: #f0f0f0;
  background-image: url(../img/p-search/checked.svg);
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 15px 15px;
  margin-top: 10px;
  min-height: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  padding: 7px 15px 7px 45px;
  font-size: 1rem;
}

.c-tokuchou__list li b {
  font-weight: 500;
  color: #fd1515;
}

.c-tokuchou__list li span {
  display: block;
}

.c-tokuchou__list li.type-image {
  background: #f0f0f0;
  min-height: 55px;
  height: auto;
  padding: 15px 10px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.23077;
}

.c-tokuchou__list li.type-image img {
  margin-bottom: 10px;
}

.c-carousel .slick-slide {
  outline: none !important;
}

.c-carousel__main {
  margin-bottom: 10px;
}

.c-carousel__item {
  height: 273px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.c-carousel__thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.c-carousel__thumb {
  width: calc( (100% - 12px) / 4);
  height: 77px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  opacity: .5;
}

.c-carousel__thumb.is-current {
  opacity: 1;
}

.c-carousel__thumb.is-current:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border: 2px solid #383838;
}

.c-stars {
  width: 100%;
  height: 100%;
  background: url("../img/c-stars/stars-50.png") center no-repeat;
  background-size: contain;
}

.c-stars--45, .c-stars--46, .c-stars--47, .c-stars--48, .c-stars--49 {
  background-image: url("../img/c-stars/stars-45.png");
}

.c-stars--40, .c-stars--4, .c-stars--41, .c-stars--42, .c-stars--43, .c-stars--44 {
  background-image: url("../img/c-stars/stars-40.png");
}

.c-stars--35, .c-stars--36, .c-stars--37, .c-stars--38, .c-stars--39 {
  background-image: url("../img/c-stars/stars-35.png");
}

.c-stars--30, .c-stars--3, .c-stars--31, .c-stars--32, .c-stars--33, .c-stars--34 {
  background-image: url("../img/c-stars/stars-30.png");
}

.c-stars--25, .c-stars--26, .c-stars--27, .c-stars--28, .c-stars--29 {
  background-image: url("../img/c-stars/stars-25.png");
}

.c-stars--20, .c-stars--2, .c-stars--21, .c-stars--22, .c-stars--23, .c-stars--24 {
  background-image: url("../img/c-stars/stars-20.png");
}

.c-stars--15, .c-stars--16, .c-stars--17, .c-stars--18, .c-stars--19 {
  background-image: url("../img/c-stars/stars-15.png");
}

.c-stars--10, .c-stars--1, .c-stars--11, .c-stars--12, .c-stars--13, .c-stars--14 {
  background-image: url("../img/c-stars/stars-10.png");
}

.c-price {
  border: 0;
  border-collapse: collapse;
  font-weight: bolder;
  margin-top: 10px;
}

.c-price tr:not(:first-child) th, .c-price tr:not(:first-child) td {
  padding-top: 20px;
}

.c-price th, .c-price td {
  border: 0;
  white-space: nowrap;
  padding: 0;
}

.c-price th p {
  display: inline-block;
  background-color: #c8c8c8;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.94444;
  width: 133px;
  text-align: center;
}

.c-price th p span {
  font-size: 12px;
  font-weight: normal;
}

.c-price--red {
  color: #ff585a;
}

.c-price--red th p {
  background-color: #ffdcdc;
}

.c-price__num {
  width: 80%;
  text-align: right;
  font-size: 23px;
}

.c-price__num > span {
  font-size: 70%;
}

.c-price__post {
  text-align: right;
  font-size: 13px;
  line-height: 25px;
  vertical-align: bottom;
  padding-left: 6px !important;
}

.c-price__post--extra {
  display: block;
  line-height: 10px;
}

.c-spec {
  border-top: none;
}

.c-spec th {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.33333;
  font-weight: 500;
}

.c-spec__item {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.27778;
  font-weight: bolder;
  text-align: center;
}

.c-spec__item--1 {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2023%22%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill%3A%23ff7800%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20class%3D%22c%22%20d%3D%22M19.58%2C3.42A11%2C11%2C0%2C0%2C1%2C23%2C11.5a11%2C11%2C0%2C0%2C1-3.42%2C8.08A11%2C11%2C0%2C0%2C1%2C11.5%2C23a11%2C11%2C0%2C0%2C1-8.08-3.42A11%2C11%2C0%2C0%2C1%2C0%2C11.5%2C11%2C11%2C0%2C0%2C1%2C3.42%2C3.42%2C11%2C11%2C0%2C0%2C1%2C11.5%2C0%2C11%2C11%2C0%2C0%2C1%2C19.58%2C3.42Zm-15%2C1.14a9.44%2C9.44%2C0%2C0%2C0-2.9%2C6.94%2C9.44%2C9.44%2C0%2C0%2C0%2C2.9%2C6.94%2C9.44%2C9.44%2C0%2C0%2C0%2C6.94%2C2.9%2C9.44%2C9.44%2C0%2C0%2C0%2C6.94-2.9%2C9.44%2C9.44%2C0%2C0%2C0%2C2.9-6.94%2C9.44%2C9.44%2C0%2C0%2C0-2.9-6.94%2C9.48%2C9.48%2C0%2C0%2C0-6.94-2.9A9.48%2C9.48%2C0%2C0%2C0%2C4.56%2C4.56ZM16.27%2C6.73a6.53%2C6.53%2C0%2C0%2C1%2C2%2C4.77%2C6.53%2C6.53%2C0%2C0%2C1-2%2C4.77%2C6.51%2C6.51%2C0%2C0%2C1-4.77%2C2A6.69%2C6.69%2C0%2C0%2C1%2C4.77%2C11.5%2C6.69%2C6.69%2C0%2C0%2C1%2C11.5%2C4.77%2C6.51%2C6.51%2C0%2C0%2C1%2C16.27%2C6.73ZM7.87%2C7.87A5%2C5%2C0%2C0%2C0%2C6.42%2C11.5a5%2C5%2C0%2C0%2C0%2C5.08%2C5.08%2C5%2C5%2C0%2C0%2C0%2C5.08-5.08A5%2C5%2C0%2C0%2C0%2C11.5%2C6.42%2C5%2C5%2C0%2C0%2C0%2C7.87%2C7.87Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center top 2px;
  background-size: 23px 23px;
  padding-top: 29px;
}

.c-spec__item--2 {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2023%22%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill%3A%23ff7800%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20class%3D%22c%22%20d%3D%22M19.58%2C3.42A11%2C11%2C0%2C0%2C1%2C23%2C11.5a11%2C11%2C0%2C0%2C1-3.42%2C8.08A11%2C11%2C0%2C0%2C1%2C11.5%2C23a11%2C11%2C0%2C0%2C1-8.08-3.42A11%2C11%2C0%2C0%2C1%2C0%2C11.5%2C11%2C11%2C0%2C0%2C1%2C3.42%2C3.42%2C11%2C11%2C0%2C0%2C1%2C11.5%2C0%2C11%2C11%2C0%2C0%2C1%2C19.58%2C3.42Zm-15%2C1.14a9.44%2C9.44%2C0%2C0%2C0-2.9%2C6.94%2C9.44%2C9.44%2C0%2C0%2C0%2C2.9%2C6.94%2C9.44%2C9.44%2C0%2C0%2C0%2C6.94%2C2.9%2C9.44%2C9.44%2C0%2C0%2C0%2C6.94-2.9%2C9.44%2C9.44%2C0%2C0%2C0%2C2.9-6.94%2C9.44%2C9.44%2C0%2C0%2C0-2.9-6.94%2C9.48%2C9.48%2C0%2C0%2C0-6.94-2.9A9.48%2C9.48%2C0%2C0%2C0%2C4.56%2C4.56Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center top 2px;
  background-size: 23px 23px;
  padding-top: 29px;
}

.c-spec__item--3 {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2023%22%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill%3A%23ff7800%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20class%3D%22c%22%20d%3D%22M22.17%2C20.34h-21L11.67%2C2.16Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center top 2px;
  background-size: 23px 23px;
  padding-top: 29px;
}

.c-spec__item--4 {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2023%22%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill%3A%23ff7800%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22c%22%20d%3D%22M19.94%2C21.71%2C11.5%2C13.27%2C3.06%2C21.71%2C1.23%2C19.88l8.44-8.44L1.35%2C3.12%2C3.17%2C1.29%2C11.5%2C9.62l8.33-8.33%2C1.82%2C1.83-8.33%2C8.32%2C8.45%2C8.44Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center top 2px;
  background-size: 23px 23px;
  padding-top: 29px;
}

.c-spec__payments {
  text-align: left;
  padding-left: 4px;
}

.c-spec__pay {
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 21px;
  font-weight: bold;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1.81818;
  background-size: 17px 17px;
}

.c-spec__pay.type-credit {
  background-image: url(../img/c-spec/ico-credit.png);
}

.c-spec__pay.type-daibiki {
  background-image: url(../img/c-spec/ico-daibiki.png);
}

.c-spec__pay.type-np {
  background-image: url(../img/c-spec/ico-np.png);
}

.c-spec__pay.type-amazon {
  background-image: url(../img/c-spec/ico-amazon.png);
}

.c-campaign {
  margin: 0 auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-campaign__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 455px;
  text-align: center;
  font-weight: bolder;
}

.c-campaign__up {
  background-color: #ff585a;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-campaign__up span {
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 2.26087;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-campaign__up span:before {
  content: '';
  width: 34px;
  height: 52px;
  display: block;
  background: url(../img/c-campaign/left.svg) center no-repeat;
  background-size: contain;
}

.c-campaign__up span:after {
  content: '';
  width: 34px;
  height: 52px;
  display: block;
  background: url(../img/c-campaign/right.svg) center no-repeat;
  background-size: contain;
}

.c-campaign__bottom {
  padding: 12px;
  background-color: #ffdcdc;
  color: #ff585a;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.41176;
  position: relative;
}

.c-campaign__bottom em {
  font-size: 129%;
}

.c-campaign__bottom big {
  font-size: 30px;
  line-height: 1.5;
}

.c-campaign__bottom:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-style: solid;
  border-width: 30px 18px 0 18px;
  border-color: #ffdcdc transparent transparent transparent;
}

.c-kuchikomi__main {
  border: 2px solid #0f2d5a;
}

.c-kuchikomi__header {
  text-align: center;
  color: #fff;
  background-color: #0f2d5a;
  margin: 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.11111;
  font-weight: bold;
}

.c-kuchikomi__body {
  padding-left: 10px;
  padding-right: 10px;
}

.c-kuchikomi__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.c-kuchikomi__list li {
  padding-top: 20px;
  padding-bottom: 20px;
}

.c-kuchikomi__list li:not(:last-child) {
  border-bottom: 1px dashed #0f2d5a;
}

.c-kuchikomi__head {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30px 10px 1fr;
      grid-template-columns: 30px 10px 1fr;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  margin-bottom: 8px;
}

.c-kuchikomi__avatar {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / 3;
  width: 30px;
  min-height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.c-kuchikomi__avatar--1 {
  background-image: url(../img/c-kuchikomi/review_set_icon01.gif);
}

.c-kuchikomi__avatar--2 {
  background-image: url(../img/c-kuchikomi/review_set_icon02.gif);
}

.c-kuchikomi__avatar--3 {
  background-image: url(../img/c-kuchikomi/review_set_icon03.gif);
}

.c-kuchikomi__title {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.06667;
  font-weight: bold;
}

.c-kuchikomi__stars {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 2;
  grid-row: 2;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ff585a;
  font-weight: bold;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
}

.c-kuchikomi__stars .c-stars {
  width: 62px;
  height: 11px;
  margin-right: 3px;
}

.c-kuchikomi__text {
  font-size: 15px;
}

.c-kuchikomi__modal a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  color: #0f2d5a;
  background-color: #c8c8c8;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 2.30769;
  font-weight: 500;
}

.c-kuchikomi__modal a:after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 12px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill%3A%230f2d5a%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22c%22%20d%3D%22M8%2C0a8%2C8%2C0%2C1%2C0%2C8%2C8A8%2C8%2C0%2C0%2C0%2C8%2C0Zm2.47%2C8.47L7.14%2C11.8a.65.65%2C0%2C0%2C1-.94%2C0%2C.65.65%2C0%2C0%2C1%2C0-.94L9.06%2C8%2C6.2%2C5.14a.66.66%2C0%2C0%2C1%2C.94-.94l3.33%2C3.33A.66.66%2C0%2C0%2C1%2C10.47%2C8.47Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
}

.c-kuchikomi__modal a:hover {
  color: #0f2d5a;
}

.c-kuchikomi__hidden {
  display: none;
}

.c-productTitle a {
  font-weight: bolder;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.3913;
  -webkit-text-decoration-color: #666;
          text-decoration-color: #666;
}

.c-productTitle__tag {
  white-space: nowrap;
  background-color: #333333;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2.08333;
  padding: 0 .6em;
  margin-left: 1.5em;
  margin-bottom: 3px;
}

.c-productDesc {
  font-weight: bolder;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.29412;
  color: #ff585a;
}

.c-effect2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-effect2__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
}

.c-effect2__item {
  font-size: 15px;
  line-height: 25px;
  background-position: left top 2px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  padding-left: 25px;
}

.c-effect2__item.type-volume {
  background-image: url(../img/c-effect2/ico-volume.svg);
}

.c-effect2__item.type-nukege {
  background-image: url(../img/c-effect2/ico-nukege.svg);
}

.c-effect2__item.type-harikoshi {
  background-image: url(../img/c-effect2/ico-harikoshi.svg);
}

.c-effect2__item.type-hatsumousokushin {
  background-image: url(../img/c-effect2/ico-hatsumousokushin.svg);
}

.c-effect2__item.type-hatsumou {
  background-image: url(../img/c-effect2/ico-hatsumou.svg);
}

.c-effect2__item.type-ikumou {
  background-image: url(../img/c-effect2/ico-ikumou.svg);
}

@media (max-width: 768px) {
  .c-effect2__item {
    font-size: 13px;
    line-height: 20px;
    background-size: 15px 15px;
    background-position: left top 2px;
    padding-left: 18px;
  }
}

@media (max-width: 480px) {
  .c-effect2__item {
    font-size: 10px;
    line-height: 18px;
    background-size: 14px 14px;
    background-position: left top 1px;
    padding-left: 18px;
    white-space: nowrap;
    letter-spacing: -0.1em;
  }
}

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

.c-table colgroup.is-active {
  background-color: #FAF8B9;
}

.c-table th, .c-table td {
  border: none;
  border-left: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
}

.c-table th:last-child, .c-table td:last-child {
  border-right: 1px solid #d2d2d2;
}

.c-table thead th {
  border-top: 1px solid #d2d2d2;
  background-color: #f5f5f5;
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
  text-align: center;
  font-weight: normal;
  padding: 10px 0 30px;
  z-index: 1;
}

.c-table thead th.js-sortable {
  cursor: pointer;
  background: #f5f5f5 url(../img/c-table/table_sort_icon01.png) no-repeat center bottom 9px;
}

.c-table thead th.is-active {
  background: #F8DE64 url(../img/c-table/table_sort_icon01_on.png) no-repeat center bottom 9px;
}

.c-table thead th.js-sortable:not(.is-active):hover {
  background-color: #ddd;
}

.c-table thead th .tax-included {
  font-size: 12px;
}

.c-table tbody td {
  padding: 16px 10px;
  width: 18%;
  text-align: center;
  line-height: 1;
}

.c-table tbody td.width01 {
  width: 23%;
}

.c-table tbody td.width01 a {
  color: #016ec5;
}

.c-table tbody td.width01 a:hover {
  color: #0f2d5a;
}

.c-table tbody td.width05 {
  width: 17%;
}

.c-table span.logo {
  display: block;
}

.c-table span.logo img {
  display: block;
  width: 55%;
  margin: 0 auto 5px;
}

.c-table h2.title {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.38462;
  padding-right: 18px;
  display: inline;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2015%2015%22%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill%3A%23016ec5%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22c%22%20d%3D%22M12.92%2C7.17h-.54a.26.26%2C0%2C0%2C0-.19.07.27.27%2C0%2C0%2C0-.07.2v3.67a1.35%2C1.35%2C0%2C0%2C1-1.34%2C1.34h-7a1.29%2C1.29%2C0%2C0%2C1-.94-.39%2C1.31%2C1.31%2C0%2C0%2C1-.4-1v-7a1.32%2C1.32%2C0%2C0%2C1%2C.4-1%2C1.29%2C1.29%2C0%2C0%2C1%2C.94-.39h3.9a.26.26%2C0%2C0%2C0%2C.19-.07A.27.27%2C0%2C0%2C0%2C8%2C2.54V2a.25.25%2C0%2C0%2C0-.07-.19.27.27%2C0%2C0%2C0-.19-.08H3.81a2.33%2C2.33%2C0%2C0%2C0-1.7.71%2C2.33%2C2.33%2C0%2C0%2C0-.71%2C1.7v7a2.33%2C2.33%2C0%2C0%2C0%2C.71%2C1.7%2C2.33%2C2.33%2C0%2C0%2C0%2C1.7.71h7a2.42%2C2.42%2C0%2C0%2C0%2C2.41-2.41V7.44a.28.28%2C0%2C0%2C0-.08-.2A.25.25%2C0%2C0%2C0%2C12.92%2C7.17Z%22%2F%3E%3Cpath%20class%3D%22c%22%20d%3D%22M14.24.83a.49.49%2C0%2C0%2C0-.37-.16H9.58A.52.52%2C0%2C0%2C0%2C9.2.83a.51.51%2C0%2C0%2C0-.15.37.52.52%2C0%2C0%2C0%2C.15.38l1.48%2C1.47L5.22%2C8.51a.25.25%2C0%2C0%2C0-.08.19.26.26%2C0%2C0%2C0%2C.08.2l1%2C.95a.26.26%2C0%2C0%2C0%2C.2.08.25.25%2C0%2C0%2C0%2C.19-.08L12%2C4.39l1.47%2C1.48a.55.55%2C0%2C0%2C0%2C.38.16.52.52%2C0%2C0%2C0%2C.37-.16.51.51%2C0%2C0%2C0%2C.16-.38V1.2A.49.49%2C0%2C0%2C0%2C14.24.83Z%22%2F%3E%3C%2Fsvg%3E") no-repeat right center;
  background-size: 15px 15px;
  font-weight: initial;
}

.c-table span.score {
  display: block;
  color: #e75e52;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

.c-table span.text {
  display: block;
  line-height: 1.5;
}

.c-table span.price__attention {
  display: block;
  font-size: 11px;
  text-align: center;
}

.c-table .site_price_shipping {
  font-size: 80%;
  margin-right: .5em;
}

.c-table span.price_off {
  color: #C64A1E;
  font-size: 75%;
  display: block;
  margin-top: 5px;
}

.c-table__stars {
  height: 22px;
  margin-bottom: 10px;
}

.c-table__icon {
  width: 38px;
  height: 38px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 8px;
}

.c-table__icon--1 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2023%22%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill%3A%23ff7800%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20class%3D%22c%22%20d%3D%22M19.58%2C3.42A11%2C11%2C0%2C0%2C1%2C23%2C11.5a11%2C11%2C0%2C0%2C1-3.42%2C8.08A11%2C11%2C0%2C0%2C1%2C11.5%2C23a11%2C11%2C0%2C0%2C1-8.08-3.42A11%2C11%2C0%2C0%2C1%2C0%2C11.5%2C11%2C11%2C0%2C0%2C1%2C3.42%2C3.42%2C11%2C11%2C0%2C0%2C1%2C11.5%2C0%2C11%2C11%2C0%2C0%2C1%2C19.58%2C3.42Zm-15%2C1.14a9.44%2C9.44%2C0%2C0%2C0-2.9%2C6.94%2C9.44%2C9.44%2C0%2C0%2C0%2C2.9%2C6.94%2C9.44%2C9.44%2C0%2C0%2C0%2C6.94%2C2.9%2C9.44%2C9.44%2C0%2C0%2C0%2C6.94-2.9%2C9.44%2C9.44%2C0%2C0%2C0%2C2.9-6.94%2C9.44%2C9.44%2C0%2C0%2C0-2.9-6.94%2C9.48%2C9.48%2C0%2C0%2C0-6.94-2.9A9.48%2C9.48%2C0%2C0%2C0%2C4.56%2C4.56ZM16.27%2C6.73a6.53%2C6.53%2C0%2C0%2C1%2C2%2C4.77%2C6.53%2C6.53%2C0%2C0%2C1-2%2C4.77%2C6.51%2C6.51%2C0%2C0%2C1-4.77%2C2A6.69%2C6.69%2C0%2C0%2C1%2C4.77%2C11.5%2C6.69%2C6.69%2C0%2C0%2C1%2C11.5%2C4.77%2C6.51%2C6.51%2C0%2C0%2C1%2C16.27%2C6.73ZM7.87%2C7.87A5%2C5%2C0%2C0%2C0%2C6.42%2C11.5a5%2C5%2C0%2C0%2C0%2C5.08%2C5.08%2C5%2C5%2C0%2C0%2C0%2C5.08-5.08A5%2C5%2C0%2C0%2C0%2C11.5%2C6.42%2C5%2C5%2C0%2C0%2C0%2C7.87%2C7.87Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.c-table__icon--2 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2023%22%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill%3A%23ff7800%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20class%3D%22c%22%20d%3D%22M19.58%2C3.42A11%2C11%2C0%2C0%2C1%2C23%2C11.5a11%2C11%2C0%2C0%2C1-3.42%2C8.08A11%2C11%2C0%2C0%2C1%2C11.5%2C23a11%2C11%2C0%2C0%2C1-8.08-3.42A11%2C11%2C0%2C0%2C1%2C0%2C11.5%2C11%2C11%2C0%2C0%2C1%2C3.42%2C3.42%2C11%2C11%2C0%2C0%2C1%2C11.5%2C0%2C11%2C11%2C0%2C0%2C1%2C19.58%2C3.42Zm-15%2C1.14a9.44%2C9.44%2C0%2C0%2C0-2.9%2C6.94%2C9.44%2C9.44%2C0%2C0%2C0%2C2.9%2C6.94%2C9.44%2C9.44%2C0%2C0%2C0%2C6.94%2C2.9%2C9.44%2C9.44%2C0%2C0%2C0%2C6.94-2.9%2C9.44%2C9.44%2C0%2C0%2C0%2C2.9-6.94%2C9.44%2C9.44%2C0%2C0%2C0-2.9-6.94%2C9.48%2C9.48%2C0%2C0%2C0-6.94-2.9A9.48%2C9.48%2C0%2C0%2C0%2C4.56%2C4.56Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.c-table__icon--3 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2023%22%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill%3A%23ff7800%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%3E%3Cpath%20class%3D%22c%22%20d%3D%22M22.17%2C20.34h-21L11.67%2C2.16Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.c-table__icon--4 {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2023%2023%22%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill%3A%23ff7800%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22c%22%20d%3D%22M19.94%2C21.71%2C11.5%2C13.27%2C3.06%2C21.71%2C1.23%2C19.88l8.44-8.44L1.35%2C3.12%2C3.17%2C1.29%2C11.5%2C9.62l8.33-8.33%2C1.82%2C1.83-8.33%2C8.32%2C8.45%2C8.44Z%22%2F%3E%3C%2Fsvg%3E");
}

.c-table .job_cat {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-table .job_cat_outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-table .job_cat li {
  text-align: left;
}

.c-table .job_cat li:not(:last-child) {
  margin-bottom: 8px;
}

.c-table .job_cat li:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  vertical-align: text-top;
  margin-right: .3em;
}

.c-table .job_cat li.job01:before {
  background-image: url(../img/c-table/ico-credit.png);
}

.c-table .job_cat li.job02:before {
  background-image: url(../img/c-table/ico-daibiki.png);
}

.c-table .job_cat li.job03:before {
  background-image: url(../img/c-table/ico-np.png);
}

.c-table .job_cat li.job04:before {
  background-image: url(../img/c-table/ico-amazon.png);
}

.c-table .job_cat li.job05:before {
  background-image: url(../img/c-table/follow_icon1.png);
}

.c-table .job_cat li.job06:before {
  background-image: url(../img/c-table/follow_icon2.png);
}

.c-table .job_cat li.job07:before {
  content: none;
}

.c-table__np {
  width: 32px;
  height: 32px;
  background: url(../img/c-table/icon_ques.png) center no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  right: 28px;
  bottom: 0px;
}

.c-table__npmodal {
  text-align: center;
}

.c-table__npmodal .c-table_npmodaltitle {
  margin: 0;
  color: #0a6de8;
  background: #a1defb;
  padding: 8px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 18px;
}

.c-comment__ttlBox {
  color: #fff;
  background: #ff585a;
  padding: 6px 0;
  text-align: center;
  border-radius: 20px;
}

.c-comment__ttl {
  display: inline-block;
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding-left: 40px;
  margin: 0;
}

.c-comment__ttl::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("../img/c-comment/balloon.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 34px;
  height: 24px;
}

.c-comment__txtBox {
  position: relative;
  background: #f0f0f0;
  padding: 44px 24px 24px;
  margin-top: -20px;
  z-index: -1;
}

.c-comment__txt {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: .02em;
}

.c-comment__txt strong {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffc8aa));
  background: linear-gradient(transparent 65%, #ffc8aa 35%);
}

.c-heading {
  background: #6391A8;
}

.c-heading-txt {
  color: #fff;
  max-width: 1000px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.8;
  letter-spacing: .08em;
}

.c-buy-flow {
  padding-bottom: 60px;
}

.c-buy-flow b {
  font-weight: initial;
  color: #ff585a;
}

.c-buy-flow__ttl {
  text-align: center;
}

.c-buy-flow__items {
  max-width: 600px;
  margin: 20px auto 0;
}

.c-buy-flow__item:not(:first-child) {
  margin-top: 40px;
}

.c-buy-flow__cta {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
  margin-bottom: 20px;
}

.c-buy-flow__item-ttl {
  position: relative;
  font-size: 17px;
  font-weight: 600;
  padding: 15px 50px;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  letter-spacing: .06em;
}

.c-buy-flow__item-ttl-num {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 30px;
  font-weight: 600;
}

.c-buy-flow__desc-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
}

.c-buy-flow__desc-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43%;
          flex: 0 0 43%;
}

.c-buy-flow__desc {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  padding-left: 10px;
  letter-spacing: .1em;
  font-size: 15px;
}

.c-buy-flow > .p-ranking__button {
  /* 一番下にCTAボタンが挿入される場合、ボタン上部に余白つける */
  margin-top: 60px;
}

.c-setlist {
  padding-bottom: 60px;
}

.c-setlist b {
  font-weight: initial;
  color: #ff585a;
}

.c-setlist__ttl {
  text-align: center;
}

.c-setlist__items {
  margin-top: 20px;
}

.c-setlist__item {
  max-width: 780px;
  margin: 0 auto;
}

.c-setlist__item-money span {
  font-size: 26px;
  font-weight: bold;
}

.c-setlist__item-main {
  border: initial;
  border: solid 3px #ff585a;
}

.c-setlist__item-main .left {
  background-color: #ffdcdc !important;
}

.c-setlist__item-comment {
  font-size: 0.95rem;
}

.c-setlist__item tr td {
  border: solid 2px #c8c8c8;
  border-top: initial;
}

.c-setlist__item.left {
  background-color: #f0f0f0;
  text-align: center;
  width: 320px;
  font-size: 15px;
  position: relative;
  padding: 20px 6px;
}

.c-setlist__item.left span {
  font-weight: bold;
  font-size: 16px;
}

.c-setlist__item table {
  margin-top: 15px;
  border-top: solid 2px #c8c8c8;
}

.c-setlist__item .osusume {
  position: absolute;
  background-color: #ff585a;
  top: 0;
  left: 0;
  height: 20px;
  padding: 0 5px;
  color: white;
  font-size: 12px;
}

.c-review {
  max-width: 780px;
  margin: 0 auto 60px;
}

.c-review b {
  font-weight: initial;
  color: #ff585a;
}

.c-review__ttlInner {
  display: inline-block;
  position: relative;
  padding: 0 40px;
  margin: 0;
}

.c-review__ttlInner::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 20%;
  left: 0;
  background-image: url("../img/p-detail/review_left.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 40px;
}

.c-review__ttlInner::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 20%;
  right: 0;
  background-image: url("../img/p-detail/review_right.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 40px;
}

.c-review__ttl {
  text-align: center;
  width: 780px;
  padding: 10px 0;
  background-color: #0f2d5a;
  margin: 0 auto;
  color: white;
  font-weight: bold;
}

.c-review__ttl-main {
  font-size: 17px;
}

.c-review__ttl-sub {
  font-size: 14px;
}

.c-review__items {
  margin-top: 20px;
  margin-bottom: 60px;
}

.c-review__item:not(:first-child) {
  margin-top: 40px;
}

.c-review__item-ttl {
  border-top: initial;
}

.c-review__comment-last {
  margin-top: 45px;
}

.c-review__descBox:not(:first-child) {
  margin-top: 40px;
}

.c-review > .p-ranking__button {
  /* 一番下にCTAボタンが挿入される場合、ボタン上部に余白つける */
  margin-top: 60px;
}

.component__detail {
  margin-bottom: 40px;
}

.comp__ttl {
  background: #c8c8c8;
  padding: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  font-weight: bold;
  margin: 0;
}

.comp__txt {
  background: #f0f0f0;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  font-size: 15px;
  padding: 15px;
}

.comp__sub {
  margin-top: 20px;
}

.js-comp__sub {
  display: none;
}

.comp__more {
  display: block;
  text-align: right;
  font-size: 17px;
  color: #016ec5;
}

.comp__more span {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.comp__more span:before {
  display: block;
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  margin: 10px;
  width: 16px;
  height: 2px;
  background-color: #016ec5;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.comp__more span:after {
  display: block;
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  margin: 10px;
  width: 16px;
  height: 2px;
  background-color: #016ec5;
  -webkit-transition: .3s;
  transition: .3s;
}

.comp__more span.is-active::before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.comp__more span.is-active::after {
  background-color: transparent;
}

.comp__more span:hover {
  color: #44C1FC;
}

.comp__more span:hover:before {
  background-color: #44C1FC;
}

.comp__more span:hover:after {
  background-color: #44C1FC;
}

.c-qaList__ttl {
  margin: 0;
}

.c-qaList .c-review__ttl {
  padding: 6px 0;
  font-size: 16px;
}

.c-qaList .p-qa {
  margin-bottom: 14px;
}

.c-qaList .p-qa:last-child {
  margin-bottom: 50px;
}

.c-qaList .p-qa__q {
  font-size: 16px;
  padding: 12px 30px;
}

.c-qaList .p-qa__a {
  font-size: 14px;
}

.c-qaList_main {
  margin-top: 14px;
}

.useList .c-buy-flow__desc-box {
  margin: 10px 0;
}

.useList_lead {
  margin-top: 10px;
}

.useList {
  max-width: 780px;
  margin: 0 auto 60px;
}

.useList__items {
  margin-top: 20px;
}

.useList__item:not(:first-child) {
  margin-top: 40px;
}

.p-sitetitle {
  margin: 0;
  height: 82px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-sitetitle img {
  display: block;
  width: 471px;
}

.p-globalnavi {
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  z-index: 11;
}

.p-globalnavi.is-scrolled {
  position: fixed;
  top: 0;
  left: 0;
}

.p-globalnavi__nav {
  margin: 0;
  padding: 10px 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 990px;
  width: 100%;
}

.p-globalnavi__nav li {
  width: 33.3%;
}

.p-globalnavi__nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 114%;
  font-weight: bold;
}

.p-globalnavi__nav a:before {
  content: '';
  display: inline-block;
  height: 21px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -4px;
  margin-right: .5em;
}

.p-globalnavi--ranking:before {
  display: inline-block;
  width: 23.1px;
  background-image: url(../img/p-globalnavi/ico-ranking.png);
}

.p-globalnavi--compare:before {
  display: inline-block;
  width: 15.4px;
  background-image: url(../img/p-globalnavi/ico-compare.png);
}

.p-globalnavi--search:before {
  display: inline-block;
  width: 21px;
  background-image: url(../img/p-globalnavi/ico-search.png);
}

.p-globalnavi--knowledge:before {
  display: inline-block;
  width: 21px;
  background-image: url(../img/p-globalnavi/ico-knowledge.png);
}

.header__navItem--menuBtn span {
  display: block;
  position: absolute;
  background: #fff;
  width: 30px;
  height: 4px;
  border-radius: 10px;
  top: 6px;
}

.header__navItem--menuBtn span:first-child {
  top: 15px;
}

.header__navItem--menuBtn span:last-child {
  top: 24px;
}

.header__drwNavOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100vh;
  z-index: 5;
}

.header__drwNavOverlay.is-opened {
  display: block;
}

.header__drwNav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  background: #0F2D5A;
  width: 280px;
  -webkit-transform: translateX(280px);
          transform: translateX(280px);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  z-index: 15;
  overflow: auto;
}

.header__drwNav.is-opened {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.header__drwNavHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 90px 0 30px;
  color: #fff;
}

.footer__navItem {
  border-bottom: 1px solid #ccc;
  position: relative;
  list-style: none;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}

.footer__navItem:last-child {
  border-bottom: 1px solid #ccc;
}

.footer__navItems {
  padding: 0 40px;
  margin: 0;
}

.footer__navLink {
  padding-left: 15px;
  text-decoration: none;
  display: block;
}

.footer__navLink--after {
  position: relative;
}

.footer__navLink--after:after {
  content: '';
  width: 16px;
  height: 16px;
  border: 0;
  border-top: solid 3px white;
  border-right: solid 3px white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 36%;
  right: 18px;
}

.footer__navLink--inner {
  position: relative;
}

.footer__navLink--inner:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0;
  border-top: solid 2px white;
  border-right: solid 2px white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 36%;
  right: 18px;
}

.header__drwNavTtl {
  cursor: pointer;
  position: relative;
  font-weight: bold;
  margin: 0 auto;
}

.header__drwNavTtl:before {
  position: absolute;
  font-family: FontAwesome;
  content: '\f00d';
  top: -22px;
  /*上からの距離*/
  left: -40px;
  /*左からの距離*/
  color: white;
  font-size: 40px;
}

.header__navItem {
  position: relative;
}

.header__menu {
  cursor: pointer;
  height: 34px;
  width: 36px;
  position: absolute;
  left: 20px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

.p-globalnavi__nav li.header__navItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
}

.navName--products {
  display: none;
}

.footer__navName {
  font-size: 20px;
  font-weight: bold;
  color: white;
  position: relative;
}

.navName--products li {
  background: #21447A;
}

.footer__navName--products:after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f055';
  top: 0;
  right: 10px;
  color: white;
  font-size: 30px;
}

.footer__navName--products.open:after {
  position: absolute;
  font-family: FontAwesome;
  content: '\f056';
  top: 0;
  right: 10px;
  color: white;
  font-size: 30px;
}

.navName {
  list-style: none;
  padding: 0;
}

.navName li {
  height: 35px;
  line-height: 35px;
  border-top: 1px solid #ccc;
}

.navName li a {
  text-decoration: none;
  padding-left: 16px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: white;
}

.navName li a span {
  font-weight: normal;
  padding-right: 16px;
}

.cont_btm_bnr {
  text-align: center;
}

.cont_btm_bnr a {
  display: block;
  border: 2px solid #8cbaff;
  padding: 5px;
}

.ranking-box {
  margin: 0 auto;
}

.ranking-box__head {
  height: 64px;
  text-align: center;
  width: 100%;
}

.ranking-box__body {
  background: #fad6d7;
  border: 1px solid #9f0000;
  border-radius: 8px;
  margin-bottom: 0px;
}

.ranking-box__body ul {
  display: inline-block;
  list-style: none;
}

.ranking-box__body li {
  color: #fff;
  position: relative;
  float: left;
}

.ranking-box__body .rank {
  display: table-cell;
  margin: 0 auto;
}

.ranking-box__body .name {
  color: #113354;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

.ranking-box__body__star {
  vertical-align: middle;
}

.ranking-box__body__star .starbox {
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
}

.ranking-box__body__star .starbox .rate-img-box {
  background: url("../img/p-mainvisual/star_none.png") repeat-x left top;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.ranking-box__body__star .starbox .rate-img-box.rate-5-0:after {
  width: 100%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-4-9:after {
  width: 98%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-4-8:after {
  width: 96%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-4-7:after {
  width: 94%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-4-6:after {
  width: 92%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-4-5:after {
  width: 90%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-4-4:after {
  width: 88%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-4-3:after {
  width: 86%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-4-2:after {
  width: 84%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-4-1:after {
  width: 82%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-4-0:after {
  width: 80%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-3-9:after {
  width: 78%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-3-8:after {
  width: 76%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-3-7:after {
  width: 74%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-3-6:after {
  width: 72%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-3-5:after {
  width: 70%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-3-4:after {
  width: 68%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-3-3:after {
  width: 66%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-3-2:after {
  width: 64%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-3-1:after {
  width: 62%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-3-0:after {
  width: 60%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-2-9:after {
  width: 58%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-2-8:after {
  width: 56%;
}

.ranking-box__body__star .starbox .rate-img-box.rate-2-7:after {
  width: 52%;
}

.ranking-box__body__star .starbox .rate {
  font-weight: bold;
  color: #eb493b;
}

.ranking-box__body a:hover {
  text-decoration: none;
}

.ranking-box a {
  text-decoration: none;
}

.p-search {
  margin: 30px 0;
}

.p-search__heading {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 600;
  text-align: center;
  color: #fff;
  background-color: #7C94BE;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-search__heading.js-togglehead {
  position: relative;
  cursor: pointer;
  padding-left: 26px;
  padding-right: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p-search__heading.js-togglehead:before {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  right: 15px;
  top: 50%;
  background-color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-search__heading.js-togglehead::after {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  position: absolute;
  background-color: #fff;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
}

.p-search__heading.js-togglehead.is-opened:after {
  -webkit-transform: translateY(-50%) scaleY(0);
          transform: translateY(-50%) scaleY(0);
}

.p-search__body.js-togglebody__hasyahoo {
  display: none;
}

.p-search__body.is-opened {
  display: block;
}

.p-search__bodyinner {
  border: 3px solid #f0f0f0;
}

.p-search__list {
  background-color: white;
  margin: 0;
  list-style: none;
  padding-left: initial;
  display: none;
}

.p-search__list li {
  height: 45px;
  line-height: 45px;
}

.p-search__list li:not(:last-child) {
  border-bottom: 1px solid #F0F0F0;
}

.p-search__menu {
  background-color: #F0F0F0;
}

.p-search__item {
  color: #000;
  border-bottom-width: 4px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 15px 18px;
}

.p-search__title {
  position: relative;
  height: 55px;
  line-height: 55px;
  background-color: white;
  font-size: 20px;
  color: #0F2D5A;
  text-align: center;
  cursor: default;
  border: 1px solid #C1C5CE;
}

.p-search__title::after {
  content: '';
  position: absolute;
  background-image: url(../img/p-search/arrow_01.png);
  top: 42%;
  right: 20px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 80%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.p-search__title.is-opened {
  background-color: #95A2B9;
  color: white;
}

.p-search__title.is-opened::after {
  background-image: url(../img/p-search/arrow_02.png);
  top: 37%;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.p-search__inputs {
  font-weight: 600;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.73333;
}

.p-search__inputs input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-search__inputs input:focus {
  outline: none;
}

.p-search__inputs label {
  white-space: nowrap;
  color: #0F2D5A;
  padding-left: 15px;
  display: block;
  width: 95%;
  height: 40px;
}

.p-search__inputs label:not(:last-child) {
  margin-right: 2em;
}

.p-search__inputs input[type="checkbox"] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
  margin-right: .3em;
  background: url(../img/p-search/unchecked.svg) no-repeat center;
  background-size: contain;
  border: none;
}

.p-search__inputs input[type="checkbox"]:after {
  content: '';
  position: absolute;
  top: 32%;
  left: 40px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.p-search__inputs input[type="checkbox"].money:after {
  background-image: url(../img/p-search/ikumo_panel_icon01.png);
}

.p-search__inputs input[type="checkbox"].refund:after {
  background-image: url(../img/p-search/ikumo_panel_icon02.png);
}

.p-search__inputs input[type="checkbox"].trial:after {
  background-image: url(../img/p-search/ikumo_panel_icon03.png);
}

.p-search__inputs input[type="checkbox"].postage:after {
  background-image: url(../img/p-search/ikumo_panel_icon04.png);
}

.p-search__inputs input[type="checkbox"]:checked {
  background-image: url(../img/p-search/checked.svg);
}

.p-search__inputs input[type="checkbox"]:checked.money:after {
  background-image: url(../img/p-search/ikumo_panel_icon01_2.png);
}

.p-search__inputs input[type="checkbox"]:checked.refund:after {
  background-image: url(../img/p-search/ikumo_panel_icon02_2.png);
}

.p-search__inputs input[type="checkbox"]:checked.trial:after {
  background-image: url(../img/p-search/ikumo_panel_icon03_2.png);
}

.p-search__inputs input[type="checkbox"]:checked.postage:after {
  background-image: url(../img/p-search/ikumo_panel_icon04_2.png);
}

.p-search__pulldown {
  width: 48%;
}

.p-search__sublist {
  width: 165px;
  height: 73px;
  background-color: white;
  border: 1px solid #C1C5CE;
  border-radius: 7px;
  line-height: 73px;
  position: relative;
  -webkit-box-shadow: 0px 3px 0px 0px #C1C5CE;
          box-shadow: 0px 3px 0px 0px #C1C5CE;
}

.p-search__sublist label {
  height: 75px;
  width: 85%;
}

.p-search__sublist.check {
  background-color: #95A2B9;
}

.p-search__sublist.check .text {
  color: white;
}

.p-search__sublist .text {
  line-height: initial;
  text-align: center;
  font-size: 16px;
  padding-left: 43px;
}

.p-search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-search__submit {
  padding-top: 20px;
  padding-bottom: 15px;
}

.p-search__footer {
  border-bottom: 4px solid #c8c8c8;
}

.p-search__jouken {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-search__left {
  width: 20%;
  background-color: #f0f0f0;
  font-weight: bold;
  font-size: 92%;
  text-align: center;
  padding: 5px 10px;
  white-space: nowrap;
}

.p-search__right {
  width: 80%;
  padding: 5px 15px;
  font-size: 92%;
}

.p-search__result {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M14.68%2C12.91a8.15%2C8.15%2C0%2C1%2C0-1.77%2C1.77L18.23%2C20%2C20%2C18.23l-5.32-5.32Zm-6.56.84a5.63%2C5.63%2C0%2C1%2C1%2C5.63-5.63%2C5.63%2C5.63%2C0%2C0%2C1-5.63%2C5.63Z%22%2F%3E%3C%2Fsvg%3E") no-repeat left center;
  padding-left: 27px;
  background-size: 19px;
}

.p-search__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}

.p-search__button {
  padding: 4px 10px 4px 32px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22c%22%20d%3D%22M18.11%2C6.35%2C17.28.55a.58.58%2C0%2C0%2C0-1-.33L15.08%2C1.43A9.94%2C9.94%2C0%2C0%2C0%2C0%2C9.71a.58.58%2C0%2C0%2C0%2C.5.59l2.34.34a.59.59%2C0%2C0%2C0%2C.67-.59A6.45%2C6.45%2C0%2C0%2C1%2C10%2C3.52%2C6.38%2C6.38%2C0%2C0%2C1%2C12.48%2C4L11.32%2C5.19a.59.59%2C0%2C0%2C0%2C.33%2C1l5.8.83A.59.59%2C0%2C0%2C0%2C18.11%2C6.35Z%22%2F%3E%3Cpath%20class%3D%22c%22%20d%3D%22M19.5%2C9.74l-2.34-.33a.62.62%2C0%2C0%2C0-.67.63A6.45%2C6.45%2C0%2C0%2C1%2C10%2C16.48%2C6.36%2C6.36%2C0%2C0%2C1%2C7.53%2C16l1.13-1.12a.59.59%2C0%2C0%2C0-.33-1L2.53%2C13a.6.6%2C0%2C0%2C0-.67.67l.83%2C5.8a.59.59%2C0%2C0%2C0%2C1%2C.33l1.23-1.24A10%2C10%2C0%2C0%2C0%2C20%2C10.34.59.59%2C0%2C0%2C0%2C19.5%2C9.74Z%22%2F%3E%3C%2Fsvg%3E"), -webkit-gradient(linear, left top, left bottom, from(#00B4DB), to(#0083B0));
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2020%22%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22c%22%20d%3D%22M18.11%2C6.35%2C17.28.55a.58.58%2C0%2C0%2C0-1-.33L15.08%2C1.43A9.94%2C9.94%2C0%2C0%2C0%2C0%2C9.71a.58.58%2C0%2C0%2C0%2C.5.59l2.34.34a.59.59%2C0%2C0%2C0%2C.67-.59A6.45%2C6.45%2C0%2C0%2C1%2C10%2C3.52%2C6.38%2C6.38%2C0%2C0%2C1%2C12.48%2C4L11.32%2C5.19a.59.59%2C0%2C0%2C0%2C.33%2C1l5.8.83A.59.59%2C0%2C0%2C0%2C18.11%2C6.35Z%22%2F%3E%3Cpath%20class%3D%22c%22%20d%3D%22M19.5%2C9.74l-2.34-.33a.62.62%2C0%2C0%2C0-.67.63A6.45%2C6.45%2C0%2C0%2C1%2C10%2C16.48%2C6.36%2C6.36%2C0%2C0%2C1%2C7.53%2C16l1.13-1.12a.59.59%2C0%2C0%2C0-.33-1L2.53%2C13a.6.6%2C0%2C0%2C0-.67.67l.83%2C5.8a.59.59%2C0%2C0%2C0%2C1%2C.33l1.23-1.24A10%2C10%2C0%2C0%2C0%2C20%2C10.34.59.59%2C0%2C0%2C0%2C19.5%2C9.74Z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(#00B4DB, #0083B0);
  background-repeat: no-repeat;
  background-size: 18px, contain;
  background-position: left 8px center, center center;
  -webkit-box-shadow: 0px 2px 0 #005AA7;
          box-shadow: 0px 2px 0 #005AA7;
  box-shadow: 0px 2px 0 #005AA7;
  margin-right: 5px;
  border-radius: 5px;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
}

.p-search__modaal .modaal-content-container {
  padding: 3px;
}

.p-search__modaal .modaal-container {
  width: auto;
}

.p-search__modaal .p-search {
  margin: 0 !important;
}

.p-search__modaal .p-search__inner {
  padding: 0 !important;
}

.p-index {
  background-color: #f0f0f0;
  max-width: 555px;
  margin: 50px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 70px;
}

.p-index__title {
  font-weight: bolder;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.25;
  margin-bottom: 10px;
  background: url("../img/p-index/icon-index.svg") no-repeat left center;
  background-size: 15px;
  padding-left: 25px;
}

.p-index__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-index__list li:not(:last-child) {
  margin-bottom: 10px;
}

.p-index__list a {
  -webkit-text-decoration-color: #919191;
          text-decoration-color: #919191;
}

.p-index__list a:hover {
  -webkit-text-decoration-color: #44C1FC;
          text-decoration-color: #44C1FC;
}

.p-index__list--sub {
  padding-left: 2rem;
}

.p-sectionHeading {
  margin-top: 50px;
  margin-bottom: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-sectionHeading:after {
  content: '';
  display: block;
  width: 50%;
  border-top: 2px solid #333;
  top: 0;
  left: 0;
  position: absolute;
}

.p-sectionHeading:before {
  content: '';
  display: block;
  width: 50%;
  border-bottom: 2px solid #333;
  bottom: 0;
  right: 0;
  position: absolute;
}

.p-sectionHeading__title {
  margin: 0;
  width: 100%;
  max-width: 1050px;
  margin: 0 25px;
  padding: 11px 15px 7px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 1.30435;
  font-weight: bolder;
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
}

.p-sectionHeading__num {
  float: left;
}

.p-sectionHeading__text {
  padding-left: 1.5em;
  display: block;
}

.p-sectionHeading__text--nopadding {
  padding-left: 0;
}

.p-compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 70px;
}

.p-compare__item {
  width: 100%;
  height: 383px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  background: url(../img/p-compare/bg-ikumouzai.png), -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(#fff), to(#f0f0f0));
  background: url(../img/p-compare/bg-ikumouzai.png), linear-gradient(90deg, #f0f0f0, #fff, #f0f0f0);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.p-compare__item--red {
  background: url(../img/p-compare/bg-hatsumouzai.png), -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(#fff), to(#f0f0f0));
  background: url(../img/p-compare/bg-hatsumouzai.png), linear-gradient(90deg, #f0f0f0, #fff, #f0f0f0);
  background-position: center bottom;
  background-repeat: no-repeat;
}

.p-compare__item--red .p-compare__list {
  margin-top: 15px;
}

.p-compare__item--red .p-compare__list li:before {
  color: #961437;
}

.p-compare__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.p-compare__list li {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
}

.p-compare__list li:before {
  content: '■';
  color: #0f2d5a;
  margin-right: .1em;
}

.p-compare__button {
  display: block;
  max-width: 300px;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #0f2d5a;
  letter-spacing: .1em;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.9;
  font-weight: bold;
  position: relative;
  border: 2px solid #0f2d5a;
  padding-right: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-compare__button--red {
  color: #961437;
  border-color: #961437;
}

.p-compare__button:before {
  content: '';
  display: block;
  width: 12px;
  position: absolute;
  right: 20px;
  top: 18px;
  border-top: 2.5px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-compare__button:after {
  content: '';
  display: block;
  width: 12px;
  position: absolute;
  right: 12.8px;
  top: 18px;
  border-top: 2.5px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-compare__button:hover {
  border-color: #0f2d5a;
  background-color: #0f2d5a;
  color: #fff;
}

.p-compare__button--red:hover {
  border-color: #961437;
  background-color: #961437;
}

.p-ranking {
  margin: 30px 0;
  border: 1px solid #c8c8c8;
  border-bottom-width: 6px;
  padding-bottom: 50px;
}

.p-ranking__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px;
}

.p-ranking__orderWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-ranking__ttlWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 10px;
}

.p-ranking__order {
  width: 130px;
  margin-right: 10px;
}

.p-ranking__order.no4 {
  margin-top: 15px;
  height: 45px;
}

.p-ranking__order.no5 {
  margin-top: 15px;
  height: 45px;
}

.p-ranking__order--norank {
  width: 39px;
}

.p-ranking__title {
  max-width: 400px;
  margin: 0 30px 0 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: initial;
  font-weight: initial;
}

.p-ranking__hyouka {
  height: 50px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 10px;
  margin-right: 39px;
  margin-left: 10px;
  background-color: #fffa91;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-ranking__sougou {
  margin: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-weight: bolder;
  color: #ff585a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-ranking__sougou dd {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.25;
}

.p-ranking__sougou dt {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.13636;
}

.p-ranking__stars {
  width: 118px;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: center;
}

.p-ranking__body {
  padding: 0 39px 0 39px;
}

.p-ranking__carousel {
  margin-bottom: 50px;
}

.p-ranking__button:not(:last-of-type) {
  margin-bottom: 65px;
}

.p-ranking__kuchikomi {
  margin-bottom: 50px;
}

.attention {
  position: relative;
  top: 36px;
  font-size: 12px;
  margin-top: 10px;
  text-align: right;
}

.p-ranking__price .price__attention {
  text-align: right;
  color: #ff585a;
  font-size: 14px;
}

.p-set {
  max-width: 807px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  border: 1px solid #c8c8c8;
  border-bottom-width: 6px;
}

.p-set__head {
  padding-bottom: 25px;
}

.p-set__head .c-productDesc {
  margin-bottom: 3px;
}

.p-set__twocol {
  margin-bottom: 40px;
}

.p-set__price {
  border-top: none;
  margin-bottom: 40px;
}

.p-set__price th {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.33333;
  font-weight: bold;
  width: 133px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-set__price td {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.22222;
  font-weight: bold;
  padding-left: 22px;
}

.p-set__price th, .p-set__price td {
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  border-bottom: 2px solid #c8c8c8;
  vertical-align: middle;
}

.p-set__price small {
  font-size: 75%;
}

.p-set__button {
  margin-top: 60px;
}

.p-copyright {
  background-color: #0f2d5a;
  margin: 0;
  color: #fff;
  text-align: center;
  padding: 16px 20px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.33333;
}

.p-footnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 70px 0 25px;
  list-style: none;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
}

.p-footnav li:not(:first-child):before {
  background-color: #999999;
  content: '';
  display: inline-block;
  height: 11px;
  width: 1px;
}

.p-footnav a {
  margin: 0 .9em;
  color: #016ec5;
}

.p-footnav a:hover {
  text-decoration: none;
}

.p-qa {
  background-color: #f0f0f0;
  margin-bottom: 25px;
}

.p-qa__q {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444;
  padding: 17px 30px;
  color: #0f2d5a;
  font-weight: bold;
}

.p-qa__q.js-togglehead {
  position: relative;
  cursor: pointer;
  padding-left: 26px;
  padding-right: 36px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.p-qa__q.js-togglehead:before {
  content: '';
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  right: 15px;
  top: 50%;
  background-color: #0f2d5a;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-qa__q.js-togglehead::after {
  content: '';
  display: block;
  width: 2px;
  height: 16px;
  position: absolute;
  background-color: #0f2d5a;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform .6s;
  transition: -webkit-transform .6s;
  transition: transform .6s;
  transition: transform .6s, -webkit-transform .6s;
}

.p-qa__q.js-togglehead.is-opened:after {
  -webkit-transform: translateY(-50%) scaleY(0);
          transform: translateY(-50%) scaleY(0);
}

.p-qa__a {
  display: none;
  padding: 0 30px 17px 26px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66667;
}

.p-footcarousel {
  margin-top: 70px !important;
  overflow: hidden;
  /* the slides */
  /* the parent */
}

.p-footcarousel__item {
  width: 250px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f0f0f0), color-stop(#fff), to(#f0f0f0));
  background-image: linear-gradient(90deg, #f0f0f0, #fff, #f0f0f0);
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-footcarousel__iteminner {
  min-height: 200px;
  background-position: center top;
  background-repeat: no-repeat;
  border: 1px solid #969696;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  background-size: 50%;
  background-position: center top 30px;
}

.p-footcarousel__iteminner.type-plantel {
  background-image: url(../img/p-footcarousel/bg-plantel.png);
}

.p-footcarousel__iteminner.type-chapup {
  background-image: url(../img/p-footcarousel/bg-chapup.png);
}

.p-footcarousel__iteminner.type-regro {
  background-image: url(../img/p-footcarousel/bg-regro.png);
}

.p-footcarousel__iteminner.type-poripure {
  background-image: url(../img/p-footcarousel/bg-poripure.png);
}

.p-footcarousel__iteminner.type-reden {
  background-image: url(../img/p-footcarousel/bg-reden.png);
}

.p-footcarousel__intro {
  text-align: center;
  font-weight: bolder;
  color: #961437;
  font-size: 18px;
  margin-top: 13px;
  text-shadow: 0 0 4px #fff, 0 0 5px #fdfdfd;
}

.p-footcarousel__title {
  text-align: center;
  font-weight: bolder;
  color: #961437;
  font-size: 19px;
  font-size: 1.1875rem;
  line-height: 1.47368;
  margin-top: 219px;
  margin-bottom: 4px;
}

.p-footcarousel__title a {
  color: #0f2d5a;
}

.p-footcarousel__desc {
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.4;
  min-height: 58px;
}

.p-footcarousel__button {
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.2;
  border: 1px solid #333;
  padding: 5px 45px;
  margin-bottom: 20px;
  letter-spacing: .2em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.75%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23333%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M11.43%2C9.22%2C2.53.32A1.07%2C1.07%2C0%2C0%2C0%2C1.76%2C0%2C1.08%2C1.08%2C0%2C0%2C0%2C1%2C.32L.33%2C1a1.09%2C1.09%2C0%2C0%2C0%2C0%2C1.55L7.8%2C10%2C.32%2C17.48a1.06%2C1.06%2C0%2C0%2C0-.32.77A1.1%2C1.1%2C0%2C0%2C0%2C.32%2C19l.65.65a1.1%2C1.1%2C0%2C0%2C0%2C.78.32%2C1.06%2C1.06%2C0%2C0%2C0%2C.77-.32l8.91-8.91a1.06%2C1.06%2C0%2C0%2C0%2C.32-.77A1.08%2C1.08%2C0%2C0%2C0%2C11.43%2C9.22Z%22%2F%3E%3C%2Fsvg%3E") right 8px center no-repeat;
  background-size: 10px 12px;
}

.p-footcarousel__button small {
  letter-spacing: 0;
}

.p-footcarousel__button:hover {
  color: #333;
}

.p-footcarousel .slick-track, .p-footcarousel .slick-slide {
  outline: none !important;
}

.p-footcarousel a:hover {
  outline: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2011.75%2020%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M11.43%2C9.22%2C2.53.32A1.07%2C1.07%2C0%2C0%2C0%2C1.76%2C0%2C1.08%2C1.08%2C0%2C0%2C0%2C1%2C.32L.33%2C1a1.09%2C1.09%2C0%2C0%2C0%2C0%2C1.55L7.8%2C10%2C.32%2C17.48a1.06%2C1.06%2C0%2C0%2C0-.32.77A1.1%2C1.1%2C0%2C0%2C0%2C.32%2C19l.65.65a1.1%2C1.1%2C0%2C0%2C0%2C.78.32%2C1.06%2C1.06%2C0%2C0%2C0%2C.77-.32l8.91-8.91a1.06%2C1.06%2C0%2C0%2C0%2C.32-.77A1.08%2C1.08%2C0%2C0%2C0%2C11.43%2C9.22Z%22%2F%3E%3C%2Fsvg%3E");
}

.p-footcarousel .slick-slide {
  margin: 0 20px;
}

.p-footcarousel .slick-list {
  margin: 0 -20px;
}

.p-footcarousel .slick-arrow {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  display: block;
  width: 45px;
  height: 60px;
  font-size: 0;
  border-radius: 5px;
  position: absolute;
  z-index: 1;
  padding: 0;
  outline: none;
}

.p-footcarousel .slick-arrow.slick-prev {
  top: 50%;
  left: calc( 50% - 22.5px);
  -webkit-transform: translate(-135px, -50%);
          transform: translate(-135px, -50%);
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2045%2060%22%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill%3A%23969696%3Bfill-rule%3Aevenodd%3Bopacity%3A0.5%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22c%22%20d%3D%22M5%2C60H40a5%2C5%2C0%2C0%2C0%2C5-5V5a5%2C5%2C0%2C0%2C0-5-5H5A5%2C5%2C0%2C0%2C0%2C0%2C5V55A5%2C5%2C0%2C0%2C0%2C5%2C60ZM26.11%2C19.58l2.12%2C2.13-8.44%2C8.44%2C8.44%2C8.43-2.12%2C2.13L15.55%2C30.15Z%22%2F%3E%3C%2Fsvg%3E");
}

.p-footcarousel .slick-arrow.slick-next {
  top: 50%;
  right: calc(50% - 22.5px);
  -webkit-transform: translate(135px, -50%);
          transform: translate(135px, -50%);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2045%2060%22%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill%3A%23969696%3Bfill-rule%3Aevenodd%3Bopacity%3A0.5%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22c%22%20d%3D%22M40%2C0H5A5%2C5%2C0%2C0%2C0%2C0%2C5V55a5%2C5%2C0%2C0%2C0%2C5%2C5H40a5%2C5%2C0%2C0%2C0%2C5-5V5A5%2C5%2C0%2C0%2C0%2C40%2C0ZM18.89%2C40.42l-2.12-2.13%2C8.44-8.44-8.44-8.43%2C2.12-2.13L29.45%2C29.85Z%22%2F%3E%3C%2Fsvg%3E");
}

.p-footcarousel .slick-arrow.slick-disabled {
  display: none !important;
}

.p-pagetop a {
  display: block;
  position: fixed;
  width: 68px;
  height: 68px;
  background: url(../img/p-pagetop/page_top.png);
  background-size: contain;
  bottom: 18px;
  right: 66px;
  font-size: 0;
  text-decoration: none;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .5s;
  transition: .5s;
}

.p-pagetop.is-scrolled a {
  visibility: visible;
  opacity: 1;
}

.p-modal__button {
  padding-top: 30px;
}

.p-table__tabs {
  background-color: #000;
  border-bottom: solid 10px #003cb4;
  padding: 20px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: -webkit-sticky;
  position: sticky;
  top: 36px;
  z-index: 2;
}

.p-table__tab {
  background-color: #fff;
  width: 25%;
  background: linear-gradient(225deg, transparent 8px, #fff 8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #003cb4;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.38889;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 12px;
  z-index: 10;
}

.p-table__tab:not(:last-child) {
  margin-right: 16px;
}

.p-table__tab.is-active {
  color: #fff;
  background: linear-gradient(225deg, transparent 11px, #003cb4 11px);
  min-height: 40px;
}

.p-table__tab.is-active:after {
  content: '';
  width: 13px;
  height: 8px;
  display: block;
  margin-top: 4px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%206.75%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M11.78.22A.73.73%2C0%2C0%2C0%2C11.25%2C0H.75A.73.73%2C0%2C0%2C0%2C.22.22.73.73%2C0%2C0%2C0%2C0%2C.75a.73.73%2C0%2C0%2C0%2C.22.53L5.47%2C6.53a.75.75%2C0%2C0%2C0%2C1.06%2C0l5.25-5.25A.73.73%2C0%2C0%2C0%2C12%2C.75.73.73%2C0%2C0%2C0%2C11.78.22Z%22%2F%3E%3C%2Fsvg%3E") center no-repeat;
  background-size: contain;
}

.p-table__body {
  background-color: #c4c4c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-table__tabcontent {
  background-color: #fff;
  margin: 0 30px 30px 30px;
  padding: 30px;
  width: 100%;
  display: none;
}

.p-table__tabcontent.is-visible {
  display: block;
}

.p-table__tabs {
  position: -webkit-sticky;
  position: sticky;
  top: 56px;
}

.p-table__tabs.is-fixed {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 1020px;
  position: fixed;
  top: 56px;
  /*グロナビの高さ*/
}

.p-table__tabs.is-fixed + .p-table__body {
  margin-top: 124px;
  /*タブの高さと表の上の余白の合計分下げる*/
}

@media screen and (min-width: 979px) and (max-width: 1120px) {
  .p-table__tabs.is-fixed {
    min-width: auto;
    max-width: 1020px;
    width: calc(100% - 80px);
  }
}

.p-comment {
  margin-bottom: 60px;
}

.p-ingredient {
  margin: 0;
}

.p-ingredient + .p-ingredient {
  margin-top: 40px;
}

.p-ingredient__ttl {
  font-weight: bold;
  margin-bottom: 10px;
}

.p-ingredient__items {
  padding-left: 0;
}

.p-supervision {
  max-width: 560px;
  margin: 20px auto;
  padding: 10px 0;
}

.p-supervision__box {
  padding: 20px;
  border: 1px solid #1E55A5;
  border-radius: 10px;
}

.p-supervision__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #C8C8C8;
}

.p-supervision__ph {
  width: 100px;
  height: 100px;
}

.p-supervision__ph img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.p-supervision__txtWrapper {
  margin-left: 20px;
}

.p-supervision__ttl {
  margin-bottom: 10px;
  color: #646464;
  font-size: 15px;
}

.p-supervision__person {
  margin: 0;
  font-weight: 500;
}

.p-supervision__name {
  font-size: 18px;
}

.p-supervision__txt {
  padding-top: 15px;
  line-height: 1.6;
  font-size: 15px;
}

.p-supervision__notes {
  margin: 0;
  padding: 0;
  margin-top: 10px;
}

.p-supervision__notesItem {
  font-size: 12px;
  text-indent: -1em;
  padding-left: 1em;
}

.p-recommendation {
  background-color: #F0F0F0;
  border: 1px solid #C8C8C8;
}

.p-recommendation__ttl {
  color: #0F2D5A;
  font-weight: bold;
}

.p-recommendation__ttl > p {
  position: relative;
}

.p-recommendation__ttl > p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: url(../../img/p-recommendation/ico-point.png) no-repeat;
}

.p-breadcrumbs {
  max-width: 1020px;
  margin: 20px auto;
  background-color: #f7f7f7;
  padding: 20px 30px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.p-breadcrumbs .current-item {
  font-weight: bold;
}

.p-breadcrumbs a {
  color: #0f2d5a;
}

.p-breadcrumbs .breadcrumbs__product {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-breadcrumbs .breadcrumbs__product > .breadcrumbs__item {
  position: relative;
}

.p-breadcrumbs .breadcrumbs__product > .breadcrumbs__item:not(:last-child) {
  margin-right: 20px;
}

.p-breadcrumbs .breadcrumbs__product > .breadcrumbs__item:not(:last-child):before {
  content: ">";
  display: inline;
  position: absolute;
  top: 0;
  right: -0.9rem;
}

.sitemap ul, .sitemap li {
  list-style: none;
  margin: 0;
}

.sitemap li {
  cursor: default;
}

.sitemap a {
  text-decoration: none;
}

.sitemap a:hover {
  color: #05bcc4;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.sitemap__head {
  background: #e0ecff;
}

.sitemap__ttl {
  color: #300;
  font-size: 15px;
  padding: 8px 0 8px 10px;
}

.sitemap__main {
  position: relative;
  padding-top: 10px;
}

.sitemap__main:before {
  content: '';
  width: 13px;
  height: 13px;
  display: inline-block;
  background: #e0ecff;
  position: relative;
  left: -10px;
  top: 0px;
}

.sitemap__sub {
  position: relative;
  margin-left: 20px;
  padding-top: 4px;
}

.sitemap__sub::before {
  content: '';
  width: 10px;
  height: 3px;
  display: inline-block;
  background: #026dc5;
  position: relative;
  left: -8px;
  top: -5px;
}

.u-visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
  /* added line */
}

.u-txt-light {
  font-weight: 100 !important;
}

.u-txt-normal {
  font-weight: 400 !important;
}

.u-txt-bold {
  font-weight: 700 !important;
}

.u-txt-indent {
  text-indent: 1em !important;
}

.u-txt-note {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.u-txt-nowrap {
  white-space: nowrap !important;
}

.u-txt-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.u-txt-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

.u-txt-none {
  text-transform: none !important;
}

.u-txt-lowercase {
  text-transform: lowercase !important;
}

.u-txt-uppercase {
  text-transform: uppercase !important;
}

.u-txt-capitalize {
  text-transform: capitalize !important;
}

.u-txt-smallcaps {
  font-variant: small-caps !important;
}

.u-txt-right {
  text-align: right !important;
}

.u-txt-center {
  text-align: center !important;
}

.u-txt-left {
  text-align: left !important;
}

.u-txt-top {
  vertical-align: top !important;
}

.u-txt-middle {
  vertical-align: middle !important;
}

.u-txt-bottom {
  vertical-align: bottom !important;
}

@media print, screen and (min-width: 61.25em) {
  /* ---------------------------
 * PC
 * --------------------------- */
  .pc_none {
    display: none;
  }
  .l-contents__group + .l-contents__group {
    margin-top: 30px;
  }
  .l-contents__group li {
    list-style: none;
  }
  .is-pc {
    display: block;
  }
  .is-sp {
    display: none;
  }
  .l-ranking {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 350px 25fr 565fr;
        grid-template-columns: 350px 25fr 565fr;
    -ms-grid-rows: 125px 1fr auto;
        grid-template-rows: 125px 1fr auto;
    margin-bottom: 50px;
  }
  .l-ranking__kouka {
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .l-ranking__left {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1 / 3;
    -ms-grid-column: 1;
    grid-column: 1;
  }
  .l-ranking__right {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .c-contents__header--mtpc65 {
    margin-top: 65px;
  }
  .c-contents--wide {
    margin: 0 auto;
    max-width: 562px;
  }
  .c-contents__header--h4 {
    padding: 6px 20px 5px;
    border-bottom: 1px solid #969696;
    background-color: #fff4ea;
  }
  .c-button {
    -webkit-transition: .05s;
    transition: .05s;
  }
  .c-button:hover {
    background-color: #ce2f2f;
    -webkit-box-shadow: 0 5px 0 0 #b42d2d;
            box-shadow: 0 5px 0 0 #b42d2d;
  }
  .c-button:focus {
    outline: none;
  }
  .c-button:active {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
    -webkit-box-shadow: 0 0px 0 0 #b42d2d;
            box-shadow: 0 0px 0 0 #b42d2d;
  }
  .c-button--large:hover {
    background-color: #ff861a;
    -webkit-box-shadow: 0 5px 0 0 #ec6f00;
            box-shadow: 0 5px 0 0 #ec6f00;
  }
  .c-button--large:active {
    -webkit-box-shadow: 0 0px 0 0 #ec6f00;
            box-shadow: 0 0px 0 0 #ec6f00;
  }
  .c-buttonGroup {
    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;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-buttonGroup__item {
    max-width: 315px;
    min-width: 180px;
    width: 100%;
    margin: 20px 20px 0;
  }
  .c-carousel__item {
    height: 273px;
  }
  .c-carousel__thumb:hover {
    opacity: 0.6;
  }
  .c-spec {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .c-spec th,
  .c-spec td {
    display: block;
    width: auto;
    padding: 0;
    text-align: center;
  }
  .c-spec th {
    border-bottom: 2px solid #c8c8c8;
    padding-bottom: 5px;
  }
  .c-spec td {
    border-bottom: none;
    height: 100%;
    padding-top: 5px;
  }
  .c-spec.c-spec--middle td {
    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: 80px;
  }
  .c-spec tr:not(:last-child) td,
  .c-spec tr:not(:last-child) th {
    border-right: 2px solid #c8c8c8;
  }
  .c-spec tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .c-spec tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .c-kuchikomi__modal a:hover {
    background-color: #0f2d5a;
    color: #fff;
  }
  .c-kuchikomi__modal a:hover:after {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cdefs%3E%3Cstyle%3E.c%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22c%22%20d%3D%22M8%2C0a8%2C8%2C0%2C1%2C0%2C8%2C8A8%2C8%2C0%2C0%2C0%2C8%2C0Zm2.47%2C8.47L7.14%2C11.8a.65.65%2C0%2C0%2C1-.94%2C0%2C.65.65%2C0%2C0%2C1%2C0-.94L9.06%2C8%2C6.2%2C5.14a.66.66%2C0%2C0%2C1%2C.94-.94l3.33%2C3.33A.66.66%2C0%2C0%2C1%2C10.47%2C8.47Z%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
  }
  .c-kuchikomi__hidden {
    display: none;
  }
  .c-productTitle a:hover {
    -webkit-text-decoration-color: #44C1FC;
            text-decoration-color: #44C1FC;
  }
  .c-effect2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-effect2__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .c-effect2__item {
    font-size: 15px;
    line-height: 25px;
    background-position: left top 2px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 25px;
  }
  .c-effect2__item.type-volume {
    background-image: url(../img/c-effect2/ico-volume.svg);
  }
  .c-effect2__item.type-nukege {
    background-image: url(../img/c-effect2/ico-nukege.svg);
  }
  .c-effect2__item.type-harikoshi {
    background-image: url(../img/c-effect2/ico-harikoshi.svg);
  }
  .c-effect2__item.type-hatsumousokushin {
    background-image: url(../img/c-effect2/ico-hatsumousokushin.svg);
  }
  .c-effect2__item.type-hatsumou {
    background-image: url(../img/c-effect2/ico-hatsumou.svg);
  }
  .c-effect2__item.type-ikumou {
    background-image: url(../img/c-effect2/ico-ikumou.svg);
  }
}

@media print and (max-width: 768px), screen and (min-width: 61.25em) and (max-width: 768px) {
  .c-effect2__item {
    font-size: 13px;
    line-height: 20px;
    background-size: 15px 15px;
    background-position: left top 2px;
    padding-left: 18px;
  }
}

@media print and (max-width: 480px), screen and (min-width: 61.25em) and (max-width: 480px) {
  .c-effect2__item {
    font-size: 10px;
    line-height: 18px;
    background-size: 14px 14px;
    background-position: left top 1px;
    padding-left: 18px;
    white-space: nowrap;
    letter-spacing: -0.1em;
  }
}

@media print, screen and (min-width: 61.25em) {
  .c-comment__ttlBox {
    color: #fff;
    background: #ff585a;
    padding: 6px 0;
    text-align: center;
    border-radius: 20px;
  }
  .c-comment__ttl {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding-left: 40px;
    margin: 0;
  }
  .c-comment__ttl::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("../img/c-comment/balloon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 34px;
    height: 24px;
  }
  .c-comment__txtBox {
    position: relative;
    background: #f0f0f0;
    padding: 44px 24px 24px;
    margin-top: -20px;
    z-index: -1;
  }
  .c-comment__txt {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .02em;
  }
  .c-comment__txt strong {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffc8aa));
    background: linear-gradient(transparent 65%, #ffc8aa 35%);
  }
  .c-heading {
    background: #6391A8;
  }
  .c-heading-txt {
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: .08em;
  }
  .c-buy-flow {
    padding-bottom: 60px;
  }
  .c-buy-flow b {
    font-weight: initial;
    color: #ff585a;
  }
  .c-buy-flow__ttl {
    text-align: center;
  }
  .c-buy-flow__items {
    max-width: 600px;
    margin: 20px auto 0;
  }
  .c-buy-flow__item:not(:first-child) {
    margin-top: 40px;
  }
  .c-buy-flow__cta {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 20px;
  }
  .c-buy-flow__item-ttl {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 50px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    letter-spacing: .06em;
  }
  .c-buy-flow__item-ttl-num {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 30px;
    font-weight: 600;
  }
  .c-buy-flow__desc-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
  }
  .c-buy-flow__desc-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
  }
  .c-buy-flow__desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    padding-left: 10px;
    letter-spacing: .1em;
    font-size: 15px;
  }
  .c-buy-flow > .p-ranking__button {
    /* 一番下にCTAボタンが挿入される場合、ボタン上部に余白つける */
    margin-top: 60px;
  }
  .c-setlist {
    padding-bottom: 60px;
  }
  .c-setlist b {
    font-weight: initial;
    color: #ff585a;
  }
  .c-setlist__ttl {
    text-align: center;
  }
  .c-setlist__items {
    margin-top: 20px;
  }
  .c-setlist__item {
    max-width: 780px;
    margin: 0 auto;
  }
  .c-setlist__item-money span {
    font-size: 26px;
    font-weight: bold;
  }
  .c-setlist__item-main {
    border: initial;
    border: solid 3px #ff585a;
  }
  .c-setlist__item-main .left {
    background-color: #ffdcdc !important;
  }
  .c-setlist__item-comment {
    font-size: 0.95rem;
  }
  .c-setlist__item tr td {
    border: solid 2px #c8c8c8;
    border-top: initial;
  }
  .c-setlist__item.left {
    background-color: #f0f0f0;
    text-align: center;
    width: 320px;
    font-size: 15px;
    position: relative;
    padding: 20px 6px;
  }
  .c-setlist__item.left span {
    font-weight: bold;
    font-size: 16px;
  }
  .c-setlist__item table {
    margin-top: 15px;
    border-top: solid 2px #c8c8c8;
  }
  .c-setlist__item .osusume {
    position: absolute;
    background-color: #ff585a;
    top: 0;
    left: 0;
    height: 20px;
    padding: 0 5px;
    color: white;
    font-size: 12px;
  }
  .c-review {
    max-width: 780px;
    margin: 0 auto 60px;
  }
  .c-review b {
    font-weight: initial;
    color: #ff585a;
  }
  .c-review__ttlInner {
    display: inline-block;
    position: relative;
    padding: 0 40px;
    margin: 0;
  }
  .c-review__ttlInner::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 20%;
    left: 0;
    background-image: url("../img/p-detail/review_left.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 40px;
  }
  .c-review__ttlInner::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 20%;
    right: 0;
    background-image: url("../img/p-detail/review_right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 40px;
  }
  .c-review__ttl {
    text-align: center;
    width: 780px;
    padding: 10px 0;
    background-color: #0f2d5a;
    margin: 0 auto;
    color: white;
    font-weight: bold;
  }
  .c-review__ttl-main {
    font-size: 17px;
  }
  .c-review__ttl-sub {
    font-size: 14px;
  }
  .c-review__items {
    margin-top: 20px;
    margin-bottom: 60px;
  }
  .c-review__item:not(:first-child) {
    margin-top: 40px;
  }
  .c-review__item-ttl {
    border-top: initial;
  }
  .c-review__comment-last {
    margin-top: 45px;
  }
  .c-review__descBox:not(:first-child) {
    margin-top: 40px;
  }
  .c-review > .p-ranking__button {
    /* 一番下にCTAボタンが挿入される場合、ボタン上部に余白つける */
    margin-top: 60px;
  }
  .component__detail {
    margin-bottom: 40px;
  }
  .comp__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .comp__ttl {
    background: #c8c8c8;
    padding: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    font-weight: bold;
    margin: 0;
  }
  .comp__txt {
    background: #f0f0f0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
    font-size: 15px;
    padding: 15px;
  }
  .comp__sub {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .js-comp__sub {
    display: none;
  }
  .comp__more {
    display: block;
    text-align: right;
    font-size: 17px;
    color: #016ec5;
  }
  .comp__more span {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
  }
  .comp__more span:before {
    display: block;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    margin: 10px;
    width: 16px;
    height: 2px;
    background-color: #016ec5;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .comp__more span:after {
    display: block;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    margin: 10px;
    width: 16px;
    height: 2px;
    background-color: #016ec5;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .comp__more span.is-active::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .comp__more span.is-active::after {
    background-color: transparent;
  }
  .comp__more span:hover {
    color: #44C1FC;
  }
  .comp__more span:hover:before {
    background-color: #44C1FC;
  }
  .comp__more span:hover:after {
    background-color: #44C1FC;
  }
  .c-qaList {
    width: 780px;
    margin: 0 auto;
  }
  .useList {
    max-width: 780px;
    margin: 0 auto 60px;
  }
  .useList__items {
    margin-top: 20px;
  }
  .useList__item:not(:first-child) {
    margin-top: 40px;
  }
  .p-sitetitle a:hover {
    opacity: 0.6;
  }
  .p-globalnavi__nav li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 2px solid #656565;
  }
  .p-globalnavi__nav a:hover {
    -webkit-filter: invert(50%) sepia(100%) saturate(500%) hue-rotate(-195deg) brightness(100%) contrast(100%);
            filter: invert(50%) sepia(100%) saturate(500%) hue-rotate(-195deg) brightness(100%) contrast(100%);
  }
  .p-globalnavi__li.p-globalnavi--ranking {
    font-size: 108%;
  }
  .header__drwNav {
    width: 500px;
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
  }
  .footer__navItem {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
  }
  .navName li {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  .header__drwNavTtl {
    font-size: 18px;
  }
  .p-mainvisual img {
    max-height: 320px;
    background: url("../img/p-mainvisual/mainvisual-pc.jpg") center no-repeat;
    background-size: cover;
    height: calc( 30vw);
    margin-left: -965px;
    max-width: initial;
    position: relative;
    left: 50%;
  }
  .p-mainvisual img.sp {
    display: none;
  }
  .p-mainvisual--feature img {
    margin-left: -1230px;
  }
  .cont_btm_bnr {
    padding-top: 30px;
    width: 600px;
    margin: 0 auto;
  }
  .ranking-box {
    width: 100%;
  }
  .ranking-box__head {
    background-size: 41%;
  }
  .ranking-box__body {
    margin-top: -49px;
  }
  .ranking-box__body ul {
    padding: 8px;
    width: 100%;
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ranking-box__body li {
    width: 18%;
    padding: 0 9px 15px 9px;
  }
  .ranking-box__body li:not(:last-child) {
    border-right: 2px dotted #9f0000;
  }
  .ranking-box__body .rank {
    width: 20%;
    margin-right: 3px;
    float: left;
  }
  .ranking-box__body .name {
    padding-top: 12px;
    font-size: 100%;
  }
  .ranking-box__body .name a:hover {
    color: #9f0000;
  }
  .ranking-box__body__star {
    text-align: center;
    margin-right: 53px;
    padding-top: 15px;
    margin: 0 auto;
  }
  .ranking-box__body__star .starbox {
    background: #fff;
    padding: 5px;
    border: 1px solid #9f0000;
  }
  .ranking-box__body__star .starbox .rate-img-box {
    background-size: 18px;
    height: 20px;
    width: 91px;
  }
  .ranking-box__body__star .starbox .rate-img-box:after {
    content: "";
    background: url("../img/p-mainvisual/star_full.png") repeat-x left top;
    background-size: 18px;
    height: 14px;
    left: 0;
    top: 0;
    position: absolute;
  }
  .ranking-box__body__star .starbox .rate {
    font-size: 14px;
    margin-left: 3px;
  }
  .ranking-box__body__star .starbox a:after {
    content: "";
    display: block;
    background: url("../img/p-mainvisual/arrow_rank.png");
    background-size: 100%;
    width: 13px;
    height: 13px;
    position: absolute;
    margin: 0 auto;
    left: 91px;
    bottom: -7px;
  }
  .modaal-content-container .p-search__sublist label {
    width: 92%;
  }
  .p-search__inner {
    max-width: 785px;
    margin: 0 auto;
    padding: 0 40px;
  }
  .p-search__heading.js-togglehead:hover {
    color: #44C1FC;
  }
  .p-search__heading.js-togglehead:hover:after {
    background-color: #44C1FC;
  }
  .p-search__heading.js-togglehead:hover:before {
    background-color: #44C1FC;
  }
  .p-search__item.top {
    padding-bottom: 0;
  }
  .p-search__body label:hover {
    cursor: pointer;
  }
  .p-search__button:active {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    -webkit-box-shadow: 0 0px 0 0 transparent;
            box-shadow: 0 0px 0 0 transparent;
  }
  .p-search__sublist label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cont_btm_bnr__two {
    padding-top: initial;
    width: 500px;
    margin: 0 auto;
  }
  .p-index__list--sub {
    padding-left: 2rem;
  }
  .p-sectionHeading--mtpc70 {
    margin-top: 70px;
  }
  .p-compare__item {
    max-width: 383px;
  }
  .p-compare__item:first-child {
    margin-right: 20px;
  }
  .p-ranking__price .price__attention {
    text-align: right;
    color: #ff585a;
    font-size: 14px;
  }
  .p-set {
    padding: 20px 40px 60px;
  }
  .p-set__twocol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p-set__img {
    -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
  }
  .p-set__right {
    -ms-flex-preferred-size: 350px;
        flex-basis: 350px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p-qa__q:hover {
    color: #44C1FC;
  }
  .p-footcarousel {
    width: 830px;
    margin: 0 auto;
  }
  .p-footcarousel__item img:hover {
    opacity: 0.6;
  }
  .p-footcarousel__button:hover {
    color: #fff;
    background-color: #0f2d5a;
  }
  .p-table__tab:hover {
    color: #fff;
    background: linear-gradient(225deg, transparent 8px, #003cb4 8px);
  }
  .p-table__tab.is-active:hover {
    background: linear-gradient(225deg, transparent 11px, #003cb4 11px);
  }
  .p-table__tabs {
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
  }
  .p-table__tabs.is-fixed {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 1020px;
    position: fixed;
    top: 56px;
    /*グロナビの高さ*/
  }
  .p-table__tabs.is-fixed + .p-table__body {
    margin-top: 124px;
    /*タブの高さと表の上の余白の合計分下げる*/
  }
}

@media screen and (min-width: 61.25em) and (min-width: 979px) and (max-width: 1120px) {
  .p-table__tabs.is-fixed {
    min-width: auto;
    max-width: 1020px;
    width: calc(100% - 80px);
  }
}

@media print, screen and (min-width: 61.25em) {
  .p-comment {
    margin-bottom: 60px;
  }
  .p-ingredient {
    margin: 0;
  }
  .p-ingredient + .p-ingredient {
    margin-top: 40px;
  }
  .p-ingredient__ttl {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .p-ingredient__items {
    padding-left: 0;
  }
  .p-supervision {
    max-width: 560px;
    margin: 20px auto;
    padding: 10px 0;
  }
  .p-supervision__box {
    padding: 20px;
    border: 1px solid #1E55A5;
    border-radius: 10px;
  }
  .p-supervision__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #C8C8C8;
  }
  .p-supervision__ph {
    width: 100px;
    height: 100px;
  }
  .p-supervision__ph img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .p-supervision__txtWrapper {
    margin-left: 20px;
  }
  .p-supervision__ttl {
    margin-bottom: 10px;
    color: #646464;
    font-size: 15px;
  }
  .p-supervision__person {
    margin: 0;
    font-weight: 500;
  }
  .p-supervision__name {
    font-size: 18px;
  }
  .p-supervision__txt {
    padding-top: 15px;
    line-height: 1.6;
    font-size: 15px;
  }
  .p-supervision__notes {
    margin: 0;
    padding: 0;
    margin-top: 10px;
  }
  .p-supervision__notesItem {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .p-recommendation {
    padding: 20px;
    margin-bottom: 20px;
  }
  .p-recommendation__ttl {
    padding-bottom: 14px;
    margin-bottom: 20px;
    font-size: 22px;
    border-bottom: 3px solid #C8C8C8;
  }
  .p-recommendation__ttl > p {
    padding-left: 50px;
  }
  .p-recommendation__ttl > p::before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../../resources/img/p-recommendation/ico-point.png) no-repeat 0 0/40px 40px;
  }
  .p-recommendation__txt p {
    font-size: 15px;
  }
  .p-recommendation__txt p:not(:last-child) {
    padding-bottom: 15px;
  }
  .p-breadcrumbs {
    max-width: 1020px;
    margin: 20px auto;
    background-color: #f7f7f7;
    padding: 20px 30px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-breadcrumbs .current-item {
    font-weight: bold;
  }
  .p-breadcrumbs a {
    color: #0f2d5a;
  }
  .p-breadcrumbs .breadcrumbs__product {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-breadcrumbs .breadcrumbs__product > .breadcrumbs__item {
    position: relative;
  }
  .p-breadcrumbs .breadcrumbs__product > .breadcrumbs__item:not(:last-child) {
    margin-right: 20px;
  }
  .p-breadcrumbs .breadcrumbs__product > .breadcrumbs__item:not(:last-child):before {
    content: ">";
    display: inline;
    position: absolute;
    top: 0;
    right: -0.9rem;
  }
  .sitemap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sitemap ul, .sitemap li {
    list-style: none;
    margin: 0;
  }
  .sitemap li {
    cursor: default;
  }
  .sitemap a {
    text-decoration: none;
  }
  .sitemap a:hover {
    color: #05bcc4;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sitemap__head {
    background: #e0ecff;
  }
  .sitemap__ttl {
    color: #300;
    font-size: 15px;
    padding: 8px 0 8px 10px;
  }
  .sitemap__main {
    position: relative;
    padding-top: 10px;
  }
  .sitemap__main:before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: #e0ecff;
    position: relative;
    left: -10px;
    top: 0px;
  }
  .sitemap__sub {
    position: relative;
    margin-left: 20px;
    padding-top: 4px;
  }
  .sitemap__sub::before {
    content: '';
    width: 10px;
    height: 3px;
    display: inline-block;
    background: #026dc5;
    position: relative;
    left: -8px;
    top: -5px;
  }
  .sitemap__inner {
    max-width: 1100px;
    margin: 0 auto;
  }
  .sitemap__list {
    margin-left: 60px;
  }
  .sitemap__list + .sitemap__list {
    margin-left: 300px;
  }
  .u-pconly {
    display: block !important;
  }
  .u-pconly-inline {
    display: inline !important;
  }
  .u-sponly {
    display: none !important;
  }
  .u-sponly-inline {
    display: none !important;
  }
}

@media screen and (max-width: 61.1875em) {
  /* ---------------------------
 * SmartPhone
 * --------------------------- */
  html {
    width: 100%;
  }
  body {
    width: 100%;
    min-width: 320px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.66667;
  }
  .sp_none {
    display: none;
  }
  .l-contents--mbsp70 {
    margin-bottom: 70px;
  }
  .l-contents__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .l-contents__group + .l-contents__group {
    margin-top: 30px;
  }
  .l-contents__group li {
    list-style: none;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .l-ranking {
    margin-bottom: 45px;
  }
  .c-contents big {
    white-space: initial;
    margin-right: 0;
  }
  .c-contents figure {
    margin: 20px 0;
  }
  .c-contents--wide {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .c-contents .p-search__inner {
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-contents .p-search__heading.js-togglehead {
    padding-right: 25px;
  }
  .c-contents .c-contents__notes {
    font-size: 10px;
    text-align: left;
  }
  .c-contents__notes {
    font-size: 10px;
    text-align: left;
  }
  .c-contents__header--h4 {
    padding: 6px 20px 5px;
    border-bottom: 1px solid #969696;
    background-color: #fff4ea;
  }
  .c-button:focus {
    outline: none;
  }
  .c-button--large {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 313px;
    width: 100%;
    min-height: 60px;
    height: auto;
    background-position: center right 10px;
    background-size: 20px;
    padding: 5px 30px 5px 20px;
  }
  .c-button__main {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
  .c-button__sub {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.36364;
  }
  .c-button--table {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
    background-size: 11px 11px;
    padding: 10px 13px 10px 3px;
    height: auto;
    max-width: 120px;
    min-width: 40px;
    -webkit-box-shadow: 0 3px 0 0 #a02828;
            box-shadow: 0 3px 0 0 #a02828;
    border-radius: 3px;
  }
  .c-buttonGroup {
    margin: 0 0 40px;
  }
  .c-buttonGroup__item {
    margin: 0 auto 20px;
    width: 100%;
  }
  .c-kouka {
    margin-bottom: 10px;
  }
  .c-tokuchou {
    margin-bottom: 32px;
  }
  .c-carousel__item {
    overflow: hidden;
    height: 0;
    padding-top: 8.5%;
  }
  .c-carousel__thumb {
    overflow: hidden;
    height: 0;
    padding-top: 20.5%;
  }
  .c-price tr:not(:first-child) th,
  .c-price tr:not(:first-child) td {
    padding-top: 10px;
  }
  .c-price th, .c-price td {
    white-space: initial;
  }
  .c-price th {
    vertical-align: middle;
  }
  .c-price th span {
    width: 100px;
  }
  .c-price th p {
    width: auto;
    padding: 0 10px;
    font-size: 15px;
  }
  .c-price__num {
    width: auto;
    font-size: 20px;
  }
  .c-spec th, .c-spec td {
    border-bottom: 2px solid #c8c8c8;
    padding: 6px 14px;
    vertical-align: middle;
  }
  .c-spec tr:last-child th, .c-spec tr:last-child td {
    border: none;
  }
  .c-spec th {
    white-space: nowrap;
  }
  .c-spec td {
    padding-left: 0;
  }
  .c-spec__item {
    text-align: left;
    padding-top: 0;
    padding-left: 32px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    line-height: 26px;
  }
  .c-spec__item--1, .c-spec__item--2, .c-spec__item--3, .c-spec__item--4 {
    background-size: 23px;
    background-position: left center;
  }
  .c-spec__payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-spec__pay {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 49%;
  }
  .c-campaign {
    margin-bottom: 34px;
  }
  .c-campaign__body {
    min-width: 0;
    width: 100%;
  }
  .c-campaign__up span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.22222;
  }
  .c-campaign__up span:after {
    height: 40px;
    width: 25px;
  }
  .c-campaign__up span:before {
    height: 40px;
    width: 25px;
  }
  .c-campaign__bottom {
    padding: 10px 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.46154;
  }
  .c-campaign__bottom em {
    font-size: 17px;
  }
  .c-campaign__bottom:after {
    bottom: -24px;
    border-width: 24px 13px 0 13px;
  }
  .c-kuchikomi__header {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2.53333;
  }
  .c-kuchikomi__list li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c-kuchikomi__hidden {
    display: none;
  }
  .c-effect2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-effect2__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .c-effect2__item {
    font-size: 15px;
    line-height: 25px;
    background-position: left top 2px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 25px;
  }
  .c-effect2__item.type-volume {
    background-image: url(../img/c-effect2/ico-volume.svg);
  }
  .c-effect2__item.type-nukege {
    background-image: url(../img/c-effect2/ico-nukege.svg);
  }
  .c-effect2__item.type-harikoshi {
    background-image: url(../img/c-effect2/ico-harikoshi.svg);
  }
  .c-effect2__item.type-hatsumousokushin {
    background-image: url(../img/c-effect2/ico-hatsumousokushin.svg);
  }
  .c-effect2__item.type-hatsumou {
    background-image: url(../img/c-effect2/ico-hatsumou.svg);
  }
  .c-effect2__item.type-ikumou {
    background-image: url(../img/c-effect2/ico-ikumou.svg);
  }
}

@media screen and (max-width: 61.1875em) and (max-width: 768px) {
  .c-effect2__item {
    font-size: 13px;
    line-height: 20px;
    background-size: 15px 15px;
    background-position: left top 2px;
    padding-left: 18px;
  }
}

@media screen and (max-width: 61.1875em) and (max-width: 480px) {
  .c-effect2__item {
    font-size: 10px;
    line-height: 18px;
    background-size: 14px 14px;
    background-position: left top 1px;
    padding-left: 18px;
    white-space: nowrap;
    letter-spacing: -0.1em;
  }
}

@media screen and (max-width: 61.1875em) {
  .c-table span.price__attention {
    display: block;
    font-size: 8px;
    text-align: left;
  }
  .c-table thead th {
    padding: 5px 0 26px;
    top: 110px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.23077;
  }
}

@media screen and (max-width: 61.1875em) and (max-width: 400px) {
  .c-table thead th {
    top: 105px;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.36364;
  }
}

@media screen and (max-width: 61.1875em) {
  .c-table thead th.js-sortable {
    background-size: 14px;
  }
  .c-table thead th .tax-included {
    display: block;
    font-size: 10px;
  }
  .c-table tbody td {
    padding: 5px 2px;
  }
  .c-table tbody td span.text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.23077;
  }
  .c-table tbody td span.score {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    margin-bottom: 0;
  }
  .c-table tbody td span.price_off {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .c-table tbody td .job_cat {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.23077;
  }
  .c-table tbody td .job_cat li {
    font-size: 10px;
  }
  .c-table tbody td .job_cat li:not(:last-child) {
    margin-bottom: 4px;
  }
  .c-table tbody td .job_cat li:before {
    height: 16px;
    width: 16px;
    margin-right: .1em;
  }
}

@media screen and (max-width: 61.1875em) and (max-width: 400px) {
  .c-table tbody td h2.title {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.5;
    background-size: 11px 11px;
    padding-right: 13px;
  }
  .c-table tbody td span.text {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.36364;
  }
  .c-table tbody td span.score {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
  }
  .c-table tbody td .job_cat {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.18182;
  }
  .c-table tbody td .job_cat li:not(:last-child) {
    margin-bottom: 2px;
  }
  .c-table tbody td .job_cat li:before {
    height: 14px;
    width: 14px;
    margin-right: .1em;
  }
}

@media screen and (max-width: 61.1875em) {
  .c-table span.logo img {
    width: 60%;
  }
}

@media screen and (max-width: 61.1875em) and (max-width: 400px) {
  .c-table span.logo img {
    width: 100%;
  }
}

@media screen and (max-width: 61.1875em) {
  .c-table__icon {
    height: 26px;
    width: 26px;
  }
}

@media screen and (max-width: 61.1875em) and (max-width: 400px) {
  .c-table__icon {
    height: 19px;
    width: 19px;
  }
}

@media screen and (max-width: 61.1875em) {
  .c-table .sp_none {
    display: none;
  }
  .c-table__np {
    width: 19px;
    height: 19px;
    bottom: 6px;
    right: 50%;
    -webkit-transform: translateX(28px);
            transform: translateX(28px);
  }
  .c-comment__ttlBox {
    color: #fff;
    background: #ff585a;
    padding: 6px 0;
    text-align: center;
    border-radius: 20px;
  }
  .c-comment__ttl {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding-left: 40px;
    margin: 0;
    padding-left: 32px;
  }
  .c-comment__ttl::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("../img/c-comment/balloon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 34px;
    height: 24px;
    width: 24px;
    height: 18px;
  }
  .c-comment__txtBox {
    position: relative;
    background: #f0f0f0;
    padding: 44px 24px 24px;
    margin-top: -20px;
    z-index: -1;
    padding: 38px 18px 18px;
  }
  .c-comment__txt {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .02em;
  }
  .c-comment__txt strong {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffc8aa));
    background: linear-gradient(transparent 65%, #ffc8aa 35%);
  }
  .c-heading {
    background: #6391A8;
  }
  .c-heading-txt {
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: .08em;
    font-size: 16px;
    padding: 0 20px;
  }
  .c-buy-flow {
    padding-bottom: 60px;
    padding-bottom: 40px;
  }
  .c-buy-flow b {
    font-weight: initial;
    color: #ff585a;
  }
  .c-buy-flow__ttl {
    text-align: center;
  }
  .c-buy-flow__items {
    max-width: 600px;
    margin: 20px auto 0;
    max-width: 100%;
    margin: 20px 0 0;
  }
  .c-buy-flow__item:not(:first-child) {
    margin-top: 40px;
  }
  .c-buy-flow__cta {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 20px;
    padding: 0 9px 0 9px;
  }
  .c-buy-flow__item-ttl {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 50px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    letter-spacing: .06em;
    padding: 10px 50px;
  }
  .c-buy-flow__item-ttl-num {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 30px;
    font-weight: 600;
  }
  .c-buy-flow__desc-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    margin-top: 8px;
  }
  .c-buy-flow__desc-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
    -ms-flex: 0 0 92%;
        flex: 0 0 92%;
    margin: 0 auto;
    text-align: center;
  }
  .c-buy-flow__desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    padding-left: 10px;
    letter-spacing: .1em;
    font-size: 15px;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .c-buy-flow > .p-ranking__button {
    /* 一番下にCTAボタンが挿入される場合、ボタン上部に余白つける */
    margin-top: 60px;
    margin-top: 40px;
  }
  .c-setlist {
    padding-bottom: 60px;
  }
  .c-setlist b {
    font-weight: initial;
    color: #ff585a;
  }
  .c-setlist__ttl {
    text-align: center;
  }
  .c-setlist__items {
    margin-top: 20px;
  }
  .c-setlist__item {
    max-width: 780px;
    margin: 0 auto;
  }
  .c-setlist__item-money {
    font-size: 12px;
  }
  .c-setlist__item-money span {
    font-size: 26px;
    font-weight: bold;
  }
  .c-setlist__item-main {
    border: initial;
    border: solid 3px #ff585a;
  }
  .c-setlist__item-main .left {
    background-color: #ffdcdc !important;
  }
  .c-setlist__item-comment {
    font-size: 0.95rem;
    font-size: 0.85rem;
  }
  .c-setlist__item tr td {
    border: solid 2px #c8c8c8;
    border-top: initial;
  }
  .c-setlist__item.left {
    background-color: #f0f0f0;
    text-align: center;
    width: 320px;
    font-size: 15px;
    position: relative;
    padding: 20px 6px;
    width: 120px;
  }
  .c-setlist__item.left span {
    font-weight: bold;
    font-size: 16px;
    font-size: 14px;
  }
  .c-setlist__item table {
    margin-top: 15px;
    border-top: solid 2px #c8c8c8;
  }
  .c-setlist__item .osusume {
    position: absolute;
    background-color: #ff585a;
    top: 0;
    left: 0;
    height: 20px;
    padding: 0 5px;
    color: white;
    font-size: 12px;
  }
  .c-review {
    max-width: 780px;
    margin: 0 auto 60px;
    max-width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  .c-review b {
    font-weight: initial;
    color: #ff585a;
  }
  .c-review__ttlInner {
    display: inline-block;
    position: relative;
    padding: 0 40px;
    margin: 0;
  }
  .c-review__ttlInner::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 20%;
    left: 0;
    background-image: url("../img/p-detail/review_left.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 40px;
    top: 25%;
    left: 4%;
    height: 37px;
  }
  .c-review__ttlInner::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 20%;
    right: 0;
    background-image: url("../img/p-detail/review_right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 40px;
    top: 25%;
    right: 4%;
    height: 37px;
  }
  .c-review__ttl {
    text-align: center;
    width: 780px;
    padding: 10px 0;
    background-color: #0f2d5a;
    margin: 0 auto;
    color: white;
    font-weight: bold;
    width: 100%;
    padding-top: 8px;
  }
  .c-review__ttl-main {
    font-size: 17px;
  }
  .c-review__ttl-sub {
    font-size: 14px;
  }
  .c-review__items {
    margin-top: 20px;
    margin-bottom: 60px;
    margin-bottom: 40px;
  }
  .c-review__item:not(:first-child) {
    margin-top: 40px;
  }
  .c-review__item-ttl {
    border-top: initial;
  }
  .c-review__comment-last {
    margin-top: 45px;
    margin-top: 20px;
  }
  .c-review__descBox:not(:first-child) {
    margin-top: 40px;
  }
  .c-review > .p-ranking__button {
    /* 一番下にCTAボタンが挿入される場合、ボタン上部に余白つける */
    margin-top: 60px;
    margin-top: 40px;
  }
  .component__detail {
    margin-bottom: 40px;
  }
  .comp__ttl {
    background: #c8c8c8;
    padding: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    font-weight: bold;
    margin: 0;
  }
  .comp__txt {
    background: #f0f0f0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
    font-size: 15px;
    padding: 15px;
  }
  .comp__sub {
    margin-top: 20px;
  }
  .js-comp__sub {
    display: none;
  }
  .comp__more {
    display: block;
    text-align: right;
    font-size: 17px;
    color: #016ec5;
    font-size: 16px;
  }
  .comp__more span {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    padding-right: 20px;
  }
  .comp__more span:before {
    display: block;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    margin: 10px;
    width: 16px;
    height: 2px;
    background-color: #016ec5;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: -8px;
    width: 14px;
  }
  .comp__more span:after {
    display: block;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    margin: 10px;
    width: 16px;
    height: 2px;
    background-color: #016ec5;
    -webkit-transition: .3s;
    transition: .3s;
    right: -8px;
    width: 14px;
  }
  .comp__more span.is-active::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .comp__more span.is-active::after {
    background-color: transparent;
  }
  .comp__more span:hover {
    color: #44C1FC;
  }
  .comp__more span:hover:before {
    background-color: #44C1FC;
  }
  .comp__more span:hover:after {
    background-color: #44C1FC;
  }
  .c-qaList_main .p-qa {
    margin-right: initial;
    margin-left: initial;
  }
  .c-qaList .c-review__ttl {
    font-size: 14px;
  }
  .useList {
    max-width: 780px;
    margin: 0 auto 60px;
    max-width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  .useList__items {
    margin-top: 20px;
  }
  .useList__item:not(:first-child) {
    margin-top: 40px;
  }
  .p-sitetitle {
    height: 46px;
  }
  .p-sitetitle img {
    width: 283px;
  }
  .p-globalnavi {
    height: 43px;
  }
  .p-globalnavi__nav {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .p-globalnavi__nav li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 22%;
            flex: 0 1 22%;
    width: initial;
  }
  .p-globalnavi__nav li:not(:last-child) {
    border-right: 2px solid #656565;
  }
  .p-globalnavi__nav a {
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 70%;
    font-weight: initial;
    margin-top: 17px;
  }
  .p-globalnavi__nav a:before {
    height: 16px;
    margin-right: initial;
    margin-bottom: 15px;
  }
  .p-globalnavi__li {
    position: relative;
  }
  .p-globalnavi--ranking:before {
    position: absolute;
    width: 17.6px;
    top: -18px;
    left: 30px;
  }
  .p-globalnavi--compare:before {
    position: absolute;
    width: 11.6px;
    top: -15px;
    left: 33px;
  }
  .p-globalnavi--search:before {
    position: absolute;
    width: 16px;
    top: -15px;
    left: 32px;
  }
  .p-globalnavi--knowledge:before {
    position: absolute;
    width: 16px;
    top: -17px;
    left: 35px;
  }
  .p-globalnavi__li.p-globalnavi--ranking,
  .p-globalnavi__li.p-globalnavi--knowledge {
    line-height: 1.2em;
    margin-top: 14px;
    font-size: 66%;
  }
  .header__navItem {
    position: relative;
  }
  .p-globalnavi__nav li.header__navItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 16%;
            flex: 0 1 16%;
  }
  .header__menu {
    left: 4px;
    padding-left: 8px;
  }
  .footer__navItems {
    padding: 0 10px;
  }
  .header__drwNavHeader {
    padding-top: 50px;
  }
  .header__drwNavTtl {
    font-weight: normal;
  }
  .header__drwNavTtl:before {
    top: -12px;
    left: -30px;
    font-size: 28px;
  }
  .footer__navName {
    font-size: 17px;
    font-weight: normal;
  }
  .footer__navLink--after:after {
    width: 12px;
    height: 12px;
    top: 32%;
    right: 12px;
  }
  .footer__navName--products:after,
  .footer__navName--products.open:after {
    right: 6px;
    font-size: 24px;
  }
  .navName li {
    height: 45px;
    line-height: 45px;
  }
  .navName li a {
    font-size: 14px;
    padding-left: 10px;
    font-weight: bold;
  }
  .navName li a span {
    padding-right: 10px;
  }
  .header__navItem--menuBtn span {
    height: 3px;
  }
  .p-mainvisual img.pc {
    display: none;
  }
  .cont_btm_bnr {
    padding: 0px 15px;
  }
  .ranking-box {
    width: 100%;
  }
  .ranking-box.ranking {
    margin-top: -30px;
  }
  .ranking-box.search {
    margin-top: -15px;
  }
  .ranking-box__head {
    background-size: 100%;
    height: 54px;
    padding-top: 30px;
  }
  .ranking-box__body {
    margin-top: -40px;
    padding: 0 10px 0px 10px;
  }
  .ranking-box__body ul {
    margin-bottom: 0;
    padding-left: 0px;
    width: 100%;
  }
  .ranking-box__body li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: none;
  }
  .ranking-box__body li:not(:last-child) {
    border-bottom: 1px dotted #9f0000;
  }
  .ranking-box__body li img {
    /*width: 60%;*/
  }
  .ranking-box__body .rank {
    width: 28px;
    margin: 0;
    margin-right: 5px;
    /*margin: 5px 3px 5px 5px;*/
    /*float: left;*/
  }
  .ranking-box__body .name {
    font-size: 15px;
    /*padding-top: 11px;*/
    /*margin: 0;*/
    width: 130px;
  }
  .ranking-box__body__star {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
  }
  .ranking-box__body__star .starbox {
    padding-bottom: 2px;
    /*height: 50px;
          line-height: 50px;*/
  }
  .ranking-box__body__star .starbox .rate-img-box {
    background-size: 16px;
    height: 16px;
    width: 16px;
  }
  .ranking-box__body__star .starbox .rate-img-box:after {
    content: "";
    background: url("../img/p-mainvisual/star_full.png") no-repeat left top;
    background-size: 16px;
    height: 16px;
    left: 0;
    top: 0;
    position: absolute;
  }
  .ranking-box__body__star .starbox .rate {
    font-size: 14px;
    margin-left: 3px;
  }
  .ranking-box__body__star .starbox a:after {
    content: "";
    display: inline-block;
    background: url("../img/p-mainvisual/sp_detail_btn.png") repeat-x left top;
    background-size: 100%;
    width: 70px;
    height: 23px;
    position: absolute;
    background-size: contain;
    vertical-align: middle;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5px;
    left: auto;
  }
  .p-search {
    margin: 35px 0;
  }
  .p-search__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-search__heading {
    font-size: 13px;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
  }
  .p-search__heading.js-togglehead {
    padding-left: 10px;
    padding-right: 34px;
  }
  .p-search__heading.js-togglehead:before {
    width: 14px;
    right: 10px;
  }
  .p-search__heading.js-togglehead:after {
    height: 14px;
    right: 16px;
  }
  .p-search__title {
    font-size: 12px;
  }
  .p-search__title:after {
    right: 5px;
    background-size: 60%;
  }
  .p-search__item {
    padding: 12px 7px;
  }
  .p-search__item.top {
    padding-bottom: 0px;
  }
  .p-search__sublist {
    width: 70px;
    height: 70px;
  }
  .p-search__sublist .text {
    font-size: 12px;
    float: none;
    display: inline-block;
    position: absolute;
    width: 70px;
    margin-left: -98%;
    padding-top: 30px;
  }
  .p-search__sublist label {
    width: 62px;
    height: 70px;
    margin-top: 5px;
    padding: initial;
  }
  .p-search__sublist input[type="checkbox"] {
    vertical-align: top;
  }
  .p-search__sublist input[type="checkbox"]:after {
    background-size: 90%;
    top: 5%;
    left: 33px;
  }
  .p-search__sublist:last-child .text {
    padding-top: 33px;
  }
  .p-search__inputs {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
  }
  .p-search__inputs label:not(:last-child) {
    margin-right: 0;
  }
  .p-search__inputs label {
    padding-left: 8px;
  }
  .p-search__inputs--wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-search__inputs--wide label:nth-child(odd) {
    width: 55%;
  }
  .p-search__inputs--wide label:nth-child(even) {
    width: 45%;
  }
}

@media screen and (max-width: 61.1875em) and (max-width: 359px) {
  .p-search__inputs--wide label {
    width: 100% !important;
  }
}

@media screen and (max-width: 61.1875em) {
  .p-search__inputs--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-search__inputs--inline label {
    width: 25%;
  }
}

@media screen and (max-width: 61.1875em) and (max-width: 359px) {
  .p-search__inputs--inline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-search__inputs--inline label {
    width: 50% !important;
  }
}

@media screen and (max-width: 61.1875em) {
  .p-search__submit {
    padding-top: 18px;
    padding-bottom: 16px;
  }
  .p-index {
    padding: 25px 20px;
  }
  .p-index__list--sub {
    padding-left: 2rem;
  }
  .p-sectionHeading {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .p-sectionHeading__title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-sectionHeading--mtsp70 {
    margin-top: 70px;
  }
  .p-compare {
    margin-right: -25px;
    margin-left: -25px;
    -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;
    margin-top: 50px;
  }
  .p-compare__item {
    max-width: 400px;
  }
  .p-compare__item:first-child {
    margin-bottom: 20px;
  }
  .p-ranking {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 40px;
  }
  .p-ranking__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    position: relative;
  }
  .p-ranking__order {
    width: 80px;
  }
  .p-ranking__order--norank {
    width: 0;
    margin: 0;
  }
  .p-ranking__ttlWrapper {
    display: block;
    margin-left: 10px;
    padding-right: 70px;
  }
  .p-ranking__title {
    margin-right: 0;
  }
  .p-ranking__title.no4.p-ranking__title {
    padding-bottom: 14px;
  }
  .p-ranking__title.no5.p-ranking__title {
    padding-bottom: 14px;
  }
  .p-ranking__desc {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding-bottom: 0;
    padding-top: 8px;
  }
  .p-ranking__hyouka {
    margin: 0;
    margin-left: 10px;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 55px;
    height: 55px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    right: 9px;
    top: 9px;
    padding: 0;
  }
  .p-ranking__sougou {
    height: auto;
  }
  .p-ranking__sougou dd {
    font-size: 10px;
  }
  .p-ranking__sougou dt {
    font-size: 18px;
  }
  .p-ranking__stars {
    margin: 0;
    height: 10px;
    width: 50px;
  }
  .p-ranking__body {
    padding: 0 9px 0 9px;
  }
  .p-ranking__carousel {
    margin-bottom: 40px;
  }
  .p-ranking__price {
    margin-bottom: 40px;
  }
  .p-ranking__button:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .p-ranking__kuchikomi {
    margin-bottom: 40px;
  }
  .attention {
    top: 40px;
    font-size: 10px;
    text-align: left;
  }
  .p-ranking__price .price__attention {
    text-align: right;
    color: #ff585a;
    font-size: 14px;
  }
  .p-set {
    padding: 15px 10px 50px;
    max-width: 640px;
    width: 100%;
  }
  .p-set__outer {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .p-set__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .p-set__price th {
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
  }
  .p-set .c-price th span {
    width: 125px;
    font-size: 17px;
  }
  .p-set .c-price__num {
    font-size: 21px;
  }
  .p-set .c-price__post {
    font-size: 12px;
  }
  .p-set__twocol {
    margin-bottom: 35px;
  }
  .p-set__button {
    margin-top: 45px;
  }
  .p-qa {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 20px;
  }
  .p-qa__q {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.33333;
    padding: 15px 35px 15px 25px;
  }
  .p-qa__q.js-togglehead {
    position: relative;
    cursor: pointer;
    padding-left: 26px;
    padding-right: 36px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .p-qa__q.js-togglehead:before {
    width: 14px;
    right: 15px;
  }
  .p-qa__q.js-togglehead::after {
    height: 14px;
    right: 21px;
    top: 50%;
  }
  .p-qa__a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.66667;
    padding: 0 25px 12px;
  }
  .p-footcarousel {
    max-width: 830px;
    width: auto;
    margin-left: -25px;
    margin-right: -25px;
  }
  .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style-type: none;
    padding-left: 0;
  }
  .slick-dots li {
    margin: 0 6px;
  }
  .slick-dots button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 12px;
    height: 13px;
    background: #9e9e9e;
    border-radius: 50%;
    text-indent: -9999px;
  }
  .slick-dots .slick-active button {
    background: #333;
  }
  .p-pagetop a {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 30px;
    z-index: 10;
  }
  .p-modal {
    padding-bottom: 25px;
  }
  .p-table {
    margin-left: -25px;
    margin-right: -25px;
  }
  .p-table__tabs {
    padding: 15px 15px 0;
    top: 25px;
  }
  .p-table__tab {
    background: linear-gradient(225deg, transparent 8px, #fff 8px);
    white-space: nowrap;
    width: 23.6%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.14286;
    padding-top: 10px;
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 61.1875em) and (max-width: 400px) {
  .p-table__tab {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
  }
}

@media screen and (max-width: 61.1875em) {
  .p-table__tab:not(:last-child) {
    margin-right: 5px;
  }
  .p-table__tab.is-active {
    min-height: 24px;
  }
  .p-table__tab.is-active:after {
    width: 11px;
    height: 7px;
    display: block;
    margin-top: 3px;
  }
  .p-table__tabcontent {
    padding: 15px;
    margin: 0 0 15px;
  }
  .p-table__tabs {
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
    top: 43px;
  }
  .p-table__tabs.is-fixed {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 1020px;
    position: fixed;
    top: 56px;
    /*グロナビの高さ*/
  }
  .p-table__tabs.is-fixed + .p-table__body {
    margin-top: 124px;
    /*タブの高さと表の上の余白の合計分下げる*/
    margin-top: 96px;
  }
}

@media screen and (max-width: 61.1875em) and (min-width: 979px) and (max-width: 1120px) {
  .p-table__tabs.is-fixed {
    min-width: auto;
    max-width: 1020px;
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 61.1875em) {
  .p-comment {
    margin-bottom: 60px;
  }
  .p-ingredient {
    margin: 0;
  }
  .p-ingredient + .p-ingredient {
    margin-top: 40px;
  }
  .p-ingredient__ttl {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .p-ingredient__items {
    padding-left: 0;
  }
  .p-ingredient + .p-ingredient {
    margin-top: 30px;
  }
  .p-ingredient__items {
    font-size: 13px;
  }
  .p-supervision {
    max-width: 560px;
    margin: 20px auto;
    padding: 10px 0;
    max-width: auto;
    width: 100%;
  }
  .p-supervision__box {
    padding: 20px;
    border: 1px solid #1E55A5;
    border-radius: 10px;
    padding: 15px;
  }
  .p-supervision__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 10px;
  }
  .p-supervision__ph {
    width: 100px;
    height: 100px;
    width: 85px;
    height: 85px;
  }
  .p-supervision__ph img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .p-supervision__txtWrapper {
    margin-left: 20px;
    margin-left: 12px;
  }
  .p-supervision__ttl {
    margin-bottom: 10px;
    color: #646464;
    font-size: 15px;
    margin-bottom: 6px;
    font-size: 13px;
  }
  .p-supervision__person {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
  }
  .p-supervision__name {
    font-size: 18px;
    font-size: 16px;
    line-height: 1.5;
  }
  .p-supervision__txt {
    padding-top: 15px;
    line-height: 1.6;
    font-size: 15px;
    padding-top: 10px;
    font-size: 13px;
  }
  .p-supervision__notes {
    margin: 0;
    padding: 0;
    margin-top: 10px;
  }
  .p-supervision__notesItem {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 10px;
  }
  .p-supervision__notesItem:not(:first-child) {
    margin-top: 6px;
  }
  .p-recommendation {
    padding: 10px;
    margin-bottom: 20px;
  }
  .p-recommendation__ttl {
    margin-bottom: 10px;
    font-size: 15px;
    border-bottom: 3px solid #C8C8C8;
  }
  .p-recommendation__ttl > p {
    padding-left: 50px;
    margin-bottom: 10px;
  }
  .p-recommendation__ttl > p::before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../../resources/img/p-recommendation/ico-point.png) no-repeat 0 0/40px 40px;
  }
  .p-recommendation__txt p {
    padding-bottom: 20px;
  }
  .p-breadcrumbs {
    max-width: 1020px;
    margin: 20px auto;
    background-color: #f7f7f7;
    padding: 20px 30px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: auto;
    width: auto;
    padding: 15px;
    margin: 20px 15px;
    font-size: 13px;
  }
  .p-breadcrumbs .current-item {
    font-weight: bold;
  }
  .p-breadcrumbs a {
    color: #0f2d5a;
  }
  .p-breadcrumbs .breadcrumbs__product {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-breadcrumbs .breadcrumbs__product > .breadcrumbs__item {
    position: relative;
  }
  .p-breadcrumbs .breadcrumbs__product > .breadcrumbs__item:not(:last-child) {
    margin-right: 20px;
  }
  .p-breadcrumbs .breadcrumbs__product > .breadcrumbs__item:not(:last-child):before {
    content: ">";
    display: inline;
    position: absolute;
    top: 0;
    right: -0.9rem;
  }
  .sitemap {
    margin: 10px 20px 0;
  }
  .sitemap ul, .sitemap li {
    list-style: none;
    margin: 0;
  }
  .sitemap li {
    cursor: default;
  }
  .sitemap a {
    text-decoration: none;
  }
  .sitemap a:hover {
    color: #05bcc4;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sitemap__head {
    background: #e0ecff;
  }
  .sitemap__ttl {
    color: #300;
    font-size: 15px;
    padding: 8px 0 8px 10px;
  }
  .sitemap__main {
    position: relative;
    padding-top: 10px;
  }
  .sitemap__main:before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: #e0ecff;
    position: relative;
    left: -10px;
    top: 0px;
  }
  .sitemap__sub {
    position: relative;
    margin-left: 20px;
    padding-top: 4px;
  }
  .sitemap__sub::before {
    content: '';
    width: 10px;
    height: 3px;
    display: inline-block;
    background: #026dc5;
    position: relative;
    left: -8px;
    top: -5px;
  }
  .u-pconly {
    display: none !important;
  }
  .u-pconly-inline {
    display: none !important;
  }
  .u-sponly {
    display: block !important;
  }
  .u-sponly-inline {
    display: inline !important;
  }
  .u-txt-light-sp {
    font-weight: 100 !important;
  }
  .u-txt-normal-sp {
    font-weight: 400 !important;
  }
  .u-txt-bold-sp {
    font-weight: 700 !important;
  }
  .u-txt-indent-sp {
    text-indent: 1em !important;
  }
  .u-txt-note-sp {
    margin-left: 1em !important;
    text-indent: -1em !important;
  }
  .u-txt-nowrap-sp {
    white-space: nowrap !important;
  }
  .u-txt-breakword-sp {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
  .u-txt-justify-sp {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
  .u-txt-none-sp {
    text-transform: none !important;
  }
  .u-txt-lowercase-sp {
    text-transform: lowercase !important;
  }
  .u-txt-uppercase-sp {
    text-transform: uppercase !important;
  }
  .u-txt-capitalize-sp {
    text-transform: capitalize !important;
  }
  .u-txt-smallcaps-sp {
    font-variant: small-caps !important;
  }
  .u-txt-right-sp {
    text-align: right !important;
  }
  .u-txt-center-sp {
    text-align: center !important;
  }
  .u-txt-left-sp {
    text-align: left !important;
  }
  .u-txt-top-sp {
    vertical-align: top !important;
  }
  .u-txt-middle-sp {
    vertical-align: middle !important;
  }
  .u-txt-bottom-sp {
    vertical-align: bottom !important;
  }
  .u-txt-size14-sp {
    font-size: 14px !important;
  }
  .u-txt-size12-sp {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 374px) {
  /* ---------------------------
 * SmartPhone 374px 以下
 * --------------------------- */
  html {
    width: 100%;
  }
  body {
    width: 100%;
    min-width: 320px;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.66667;
  }
  .sp_none {
    display: none;
  }
  .l-contents--mbsp70 {
    margin-bottom: 70px;
  }
  .l-contents__inner {
    padding-left: 25px;
    padding-right: 25px;
  }
  .l-contents__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-contents__group + .l-contents__group {
    margin-top: 30px;
  }
  .l-contents__group li {
    list-style: none;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  .l-ranking {
    margin-bottom: 45px;
  }
  .c-contents big {
    white-space: initial;
    margin-right: 0;
  }
  .c-contents figure {
    margin: 20px 0;
  }
  .c-contents--wide {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
  .c-contents .p-search__inner {
    padding-right: 0px;
    padding-left: 0px;
  }
  .c-contents .p-search__heading.js-togglehead {
    padding-right: 25px;
  }
  .c-contents .c-contents__notes {
    font-size: 10px;
    text-align: left;
  }
  .c-contents__notes {
    font-size: 10px;
    text-align: left;
  }
  .c-contents__header--h4 {
    padding: 6px 20px 5px;
    border-bottom: 1px solid #969696;
    background-color: #fff4ea;
  }
  .c-button:focus {
    outline: none;
  }
  .c-button--large {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: 313px;
    width: 100%;
    min-height: 60px;
    height: auto;
    background-position: center right 10px;
    background-size: 20px;
    padding: 5px 30px 5px 20px;
  }
  .c-button__main {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.25;
  }
  .c-button__sub {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.36364;
  }
  .c-button--table {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
    background-size: 11px 11px;
    padding: 10px 13px 10px 3px;
    height: auto;
    max-width: 120px;
    min-width: 40px;
    -webkit-box-shadow: 0 3px 0 0 #a02828;
            box-shadow: 0 3px 0 0 #a02828;
    border-radius: 3px;
  }
  .c-buttonGroup {
    margin: 0 0 40px;
  }
  .c-buttonGroup__item {
    margin: 0 auto 20px;
    width: 100%;
  }
  .c-kouka {
    margin-bottom: 10px;
  }
  .c-tokuchou {
    margin-bottom: 32px;
  }
  .c-carousel__item {
    overflow: hidden;
    height: 0;
    padding-top: 8.5%;
  }
  .c-carousel__thumb {
    overflow: hidden;
    height: 0;
    padding-top: 20.5%;
  }
  .c-price tr:not(:first-child) th,
  .c-price tr:not(:first-child) td {
    padding-top: 10px;
  }
  .c-price th, .c-price td {
    white-space: initial;
  }
  .c-price th {
    vertical-align: middle;
  }
  .c-price th span {
    width: 100px;
  }
  .c-price th p {
    width: auto;
    padding: 0 10px;
    font-size: 15px;
  }
  .c-price__num {
    width: auto;
    font-size: 20px;
  }
  .c-price tr:not(:first-child) th,
  .c-price tr:not(:first-child) td {
    padding-top: 10px;
  }
  .c-price th span {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
  .c-price th p {
    padding: 0 6px;
    font-size: 14px;
  }
  .c-price th p > span {
    font-size: 10px;
  }
  .c-price__num {
    font-size: 18px;
  }
  .c-price__post {
    font-size: 11px;
  }
  .c-spec th, .c-spec td {
    border-bottom: 2px solid #c8c8c8;
    padding: 6px 14px;
    vertical-align: middle;
  }
  .c-spec tr:last-child th, .c-spec tr:last-child td {
    border: none;
  }
  .c-spec th {
    white-space: nowrap;
  }
  .c-spec td {
    padding-left: 0;
  }
  .c-spec__item {
    text-align: left;
    padding-top: 0;
    padding-left: 32px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.5;
    line-height: 26px;
  }
  .c-spec__item--1, .c-spec__item--2, .c-spec__item--3, .c-spec__item--4 {
    background-size: 23px;
    background-position: left center;
  }
  .c-spec__payments {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 30px;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-spec__pay {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 49%;
  }
  .c-campaign {
    margin-bottom: 34px;
  }
  .c-campaign__body {
    min-width: 0;
    width: 100%;
  }
  .c-campaign__up span {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2.22222;
  }
  .c-campaign__up span:after {
    height: 40px;
    width: 25px;
  }
  .c-campaign__up span:before {
    height: 40px;
    width: 25px;
  }
  .c-campaign__bottom {
    padding: 10px 20px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.46154;
  }
  .c-campaign__bottom em {
    font-size: 17px;
  }
  .c-campaign__bottom:after {
    bottom: -24px;
    border-width: 24px 13px 0 13px;
  }
  .c-kuchikomi__header {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 2.53333;
  }
  .c-kuchikomi__list li {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c-kuchikomi__hidden {
    display: none;
  }
  .c-effect2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .c-effect2__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
  }
  .c-effect2__item {
    font-size: 15px;
    line-height: 25px;
    background-position: left top 2px;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 25px;
  }
  .c-effect2__item.type-volume {
    background-image: url(../img/c-effect2/ico-volume.svg);
  }
  .c-effect2__item.type-nukege {
    background-image: url(../img/c-effect2/ico-nukege.svg);
  }
  .c-effect2__item.type-harikoshi {
    background-image: url(../img/c-effect2/ico-harikoshi.svg);
  }
  .c-effect2__item.type-hatsumousokushin {
    background-image: url(../img/c-effect2/ico-hatsumousokushin.svg);
  }
  .c-effect2__item.type-hatsumou {
    background-image: url(../img/c-effect2/ico-hatsumou.svg);
  }
  .c-effect2__item.type-ikumou {
    background-image: url(../img/c-effect2/ico-ikumou.svg);
  }
}

@media screen and (max-width: 374px) and (max-width: 768px) {
  .c-effect2__item {
    font-size: 13px;
    line-height: 20px;
    background-size: 15px 15px;
    background-position: left top 2px;
    padding-left: 18px;
  }
}

@media screen and (max-width: 374px) and (max-width: 480px) {
  .c-effect2__item {
    font-size: 10px;
    line-height: 18px;
    background-size: 14px 14px;
    background-position: left top 1px;
    padding-left: 18px;
    white-space: nowrap;
    letter-spacing: -0.1em;
  }
}

@media screen and (max-width: 374px) {
  .c-table span.price__attention {
    display: block;
    font-size: 8px;
    text-align: left;
  }
  .c-table thead th {
    padding: 5px 0 26px;
    top: 110px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.23077;
  }
}

@media screen and (max-width: 374px) and (max-width: 400px) {
  .c-table thead th {
    top: 105px;
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.36364;
  }
}

@media screen and (max-width: 374px) {
  .c-table thead th.js-sortable {
    background-size: 14px;
  }
  .c-table thead th .tax-included {
    display: block;
    font-size: 10px;
  }
  .c-table tbody td {
    padding: 5px 2px;
  }
  .c-table tbody td span.text {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.23077;
  }
  .c-table tbody td span.score {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
    margin-bottom: 0;
  }
  .c-table tbody td span.price_off {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.4;
  }
  .c-table tbody td .job_cat {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.23077;
  }
  .c-table tbody td .job_cat li {
    font-size: 10px;
  }
  .c-table tbody td .job_cat li:not(:last-child) {
    margin-bottom: 4px;
  }
  .c-table tbody td .job_cat li:before {
    height: 16px;
    width: 16px;
    margin-right: .1em;
  }
}

@media screen and (max-width: 374px) and (max-width: 400px) {
  .c-table tbody td h2.title {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.5;
    background-size: 11px 11px;
    padding-right: 13px;
  }
  .c-table tbody td span.text {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.36364;
  }
  .c-table tbody td span.score {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
  }
  .c-table tbody td .job_cat {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 1.18182;
  }
  .c-table tbody td .job_cat li:not(:last-child) {
    margin-bottom: 2px;
  }
  .c-table tbody td .job_cat li:before {
    height: 14px;
    width: 14px;
    margin-right: .1em;
  }
}

@media screen and (max-width: 374px) {
  .c-table span.logo img {
    width: 60%;
  }
}

@media screen and (max-width: 374px) and (max-width: 400px) {
  .c-table span.logo img {
    width: 100%;
  }
}

@media screen and (max-width: 374px) {
  .c-table__icon {
    height: 26px;
    width: 26px;
  }
}

@media screen and (max-width: 374px) and (max-width: 400px) {
  .c-table__icon {
    height: 19px;
    width: 19px;
  }
}

@media screen and (max-width: 374px) {
  .c-table .sp_none {
    display: none;
  }
  .c-table__np {
    width: 19px;
    height: 19px;
    bottom: 6px;
    right: 50%;
    -webkit-transform: translateX(28px);
            transform: translateX(28px);
  }
  .c-comment__ttlBox {
    color: #fff;
    background: #ff585a;
    padding: 6px 0;
    text-align: center;
    border-radius: 20px;
  }
  .c-comment__ttl {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding-left: 40px;
    margin: 0;
    padding-left: 32px;
  }
  .c-comment__ttl::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url("../img/c-comment/balloon.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 34px;
    height: 24px;
    width: 24px;
    height: 18px;
  }
  .c-comment__txtBox {
    position: relative;
    background: #f0f0f0;
    padding: 44px 24px 24px;
    margin-top: -20px;
    z-index: -1;
    padding: 38px 18px 18px;
  }
  .c-comment__txt {
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: .02em;
  }
  .c-comment__txt strong {
    font-weight: 700;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(35%, #ffc8aa));
    background: linear-gradient(transparent 65%, #ffc8aa 35%);
  }
  .c-heading {
    background: #6391A8;
  }
  .c-heading-txt {
    color: #fff;
    max-width: 1000px;
    margin: 0 auto;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.8;
    letter-spacing: .08em;
    font-size: 16px;
    padding: 0 20px;
  }
  .c-buy-flow {
    padding-bottom: 60px;
    padding-bottom: 40px;
  }
  .c-buy-flow b {
    font-weight: initial;
    color: #ff585a;
  }
  .c-buy-flow__ttl {
    text-align: center;
  }
  .c-buy-flow__items {
    max-width: 600px;
    margin: 20px auto 0;
    max-width: 100%;
    margin: 20px 0 0;
  }
  .c-buy-flow__item:not(:first-child) {
    margin-top: 40px;
  }
  .c-buy-flow__cta {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;
    margin-bottom: 20px;
    padding: 0 9px 0 9px;
  }
  .c-buy-flow__item-ttl {
    position: relative;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 50px;
    border-top: 2px solid #333;
    border-bottom: 2px solid #333;
    letter-spacing: .06em;
    padding: 10px 50px;
  }
  .c-buy-flow__item-ttl-num {
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 30px;
    font-weight: 600;
  }
  .c-buy-flow__desc-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    margin-top: 8px;
  }
  .c-buy-flow__desc-img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43%;
            flex: 0 0 43%;
    -ms-flex: 0 0 92%;
        flex: 0 0 92%;
    margin: 0 auto;
    text-align: center;
  }
  .c-buy-flow__desc {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 10px);
            flex: 0 0 calc(50% - 10px);
    padding-left: 10px;
    letter-spacing: .1em;
    font-size: 15px;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  .c-buy-flow > .p-ranking__button {
    /* 一番下にCTAボタンが挿入される場合、ボタン上部に余白つける */
    margin-top: 60px;
    margin-top: 40px;
  }
  .c-setlist {
    padding-bottom: 60px;
  }
  .c-setlist b {
    font-weight: initial;
    color: #ff585a;
  }
  .c-setlist__ttl {
    text-align: center;
  }
  .c-setlist__items {
    margin-top: 20px;
  }
  .c-setlist__item {
    max-width: 780px;
    margin: 0 auto;
  }
  .c-setlist__item-money {
    font-size: 12px;
  }
  .c-setlist__item-money span {
    font-size: 26px;
    font-weight: bold;
  }
  .c-setlist__item-main {
    border: initial;
    border: solid 3px #ff585a;
  }
  .c-setlist__item-main .left {
    background-color: #ffdcdc !important;
  }
  .c-setlist__item-comment {
    font-size: 0.95rem;
    font-size: 0.85rem;
  }
  .c-setlist__item tr td {
    border: solid 2px #c8c8c8;
    border-top: initial;
  }
  .c-setlist__item.left {
    background-color: #f0f0f0;
    text-align: center;
    width: 320px;
    font-size: 15px;
    position: relative;
    padding: 20px 6px;
    width: 120px;
  }
  .c-setlist__item.left span {
    font-weight: bold;
    font-size: 16px;
    font-size: 14px;
  }
  .c-setlist__item table {
    margin-top: 15px;
    border-top: solid 2px #c8c8c8;
  }
  .c-setlist__item .osusume {
    position: absolute;
    background-color: #ff585a;
    top: 0;
    left: 0;
    height: 20px;
    padding: 0 5px;
    color: white;
    font-size: 12px;
  }
  .c-review {
    max-width: 780px;
    margin: 0 auto 60px;
    max-width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  .c-review b {
    font-weight: initial;
    color: #ff585a;
  }
  .c-review__ttlInner {
    display: inline-block;
    position: relative;
    padding: 0 40px;
    margin: 0;
  }
  .c-review__ttlInner::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 20%;
    left: 0;
    background-image: url("../img/p-detail/review_left.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 40px;
    top: 25%;
    left: 4%;
    height: 37px;
  }
  .c-review__ttlInner::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 20%;
    right: 0;
    background-image: url("../img/p-detail/review_right.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 40px;
    top: 25%;
    right: 4%;
    height: 37px;
  }
  .c-review__ttl {
    text-align: center;
    width: 780px;
    padding: 10px 0;
    background-color: #0f2d5a;
    margin: 0 auto;
    color: white;
    font-weight: bold;
    width: 100%;
    padding-top: 8px;
  }
  .c-review__ttl-main {
    font-size: 17px;
  }
  .c-review__ttl-sub {
    font-size: 14px;
  }
  .c-review__items {
    margin-top: 20px;
    margin-bottom: 60px;
    margin-bottom: 40px;
  }
  .c-review__item:not(:first-child) {
    margin-top: 40px;
  }
  .c-review__item-ttl {
    border-top: initial;
  }
  .c-review__comment-last {
    margin-top: 45px;
    margin-top: 20px;
  }
  .c-review__descBox:not(:first-child) {
    margin-top: 40px;
  }
  .c-review > .p-ranking__button {
    /* 一番下にCTAボタンが挿入される場合、ボタン上部に余白つける */
    margin-top: 60px;
    margin-top: 40px;
  }
  .component__detail {
    margin-bottom: 40px;
  }
  .comp__ttl {
    background: #c8c8c8;
    padding: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30%;
            flex: 0 1 30%;
    font-weight: bold;
    margin: 0;
  }
  .comp__txt {
    background: #f0f0f0;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 70%;
            flex: 0 1 70%;
    font-size: 15px;
    padding: 15px;
  }
  .comp__sub {
    margin-top: 20px;
  }
  .js-comp__sub {
    display: none;
  }
  .comp__more {
    display: block;
    text-align: right;
    font-size: 17px;
    color: #016ec5;
    font-size: 16px;
  }
  .comp__more span {
    cursor: pointer;
    position: relative;
    padding-right: 30px;
    padding-right: 20px;
  }
  .comp__more span:before {
    display: block;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    margin: 10px;
    width: 16px;
    height: 2px;
    background-color: #016ec5;
    -webkit-transition: .2s;
    transition: .2s;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: -8px;
    width: 14px;
  }
  .comp__more span:after {
    display: block;
    content: "";
    position: absolute;
    top: -3px;
    right: 0;
    margin: 10px;
    width: 16px;
    height: 2px;
    background-color: #016ec5;
    -webkit-transition: .3s;
    transition: .3s;
    right: -8px;
    width: 14px;
  }
  .comp__more span.is-active::before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .comp__more span.is-active::after {
    background-color: transparent;
  }
  .comp__more span:hover {
    color: #44C1FC;
  }
  .comp__more span:hover:before {
    background-color: #44C1FC;
  }
  .comp__more span:hover:after {
    background-color: #44C1FC;
  }
  .c-qaList_main .p-qa {
    margin-right: initial;
    margin-left: initial;
  }
  .c-qaList .c-review__ttl {
    font-size: 14px;
  }
  .useList {
    max-width: 780px;
    margin: 0 auto 60px;
    max-width: 100%;
    margin: 0;
    margin-bottom: 40px;
  }
  .useList__items {
    margin-top: 20px;
  }
  .useList__item:not(:first-child) {
    margin-top: 40px;
  }
  .p-sitetitle {
    height: 46px;
  }
  .p-sitetitle img {
    width: 283px;
  }
  .p-globalnavi {
    height: 43px;
  }
  .p-globalnavi__nav {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  .p-globalnavi__nav li {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 22%;
            flex: 0 1 22%;
    width: initial;
  }
  .p-globalnavi__nav li:not(:last-child) {
    border-right: 2px solid #656565;
  }
  .p-globalnavi__nav a {
    height: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 70%;
    font-weight: initial;
    margin-top: 17px;
  }
  .p-globalnavi__nav a:before {
    height: 16px;
    margin-right: initial;
    margin-bottom: 15px;
  }
  .p-globalnavi__li {
    position: relative;
  }
  .p-globalnavi--ranking:before {
    position: absolute;
    width: 17.6px;
    top: -18px;
    left: 30px;
  }
  .p-globalnavi--compare:before {
    position: absolute;
    width: 11.6px;
    top: -15px;
    left: 33px;
  }
  .p-globalnavi--search:before {
    position: absolute;
    width: 16px;
    top: -15px;
    left: 32px;
  }
  .p-globalnavi--knowledge:before {
    position: absolute;
    width: 16px;
    top: -17px;
    left: 35px;
  }
  .p-globalnavi__li.p-globalnavi--ranking,
  .p-globalnavi__li.p-globalnavi--knowledge {
    line-height: 1.2em;
    margin-top: 14px;
    font-size: 66%;
  }
  .header__navItem {
    position: relative;
  }
  .p-globalnavi__nav li.header__navItem {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 16%;
            flex: 0 1 16%;
  }
  .header__menu {
    left: 4px;
    padding-left: 8px;
  }
  .footer__navItems {
    padding: 0 10px;
  }
  .header__drwNavHeader {
    padding-top: 50px;
  }
  .header__drwNavTtl {
    font-weight: normal;
  }
  .header__drwNavTtl:before {
    top: -12px;
    left: -30px;
    font-size: 28px;
  }
  .footer__navName {
    font-size: 17px;
    font-weight: normal;
  }
  .footer__navLink--after:after {
    width: 12px;
    height: 12px;
    top: 32%;
    right: 12px;
  }
  .footer__navName--products:after,
  .footer__navName--products.open:after {
    right: 6px;
    font-size: 24px;
  }
  .navName li {
    height: 45px;
    line-height: 45px;
  }
  .navName li a {
    font-size: 14px;
    padding-left: 10px;
    font-weight: bold;
  }
  .navName li a span {
    padding-right: 10px;
  }
  .header__navItem--menuBtn span {
    height: 3px;
  }
  .p-mainvisual img.pc {
    display: none;
  }
  .cont_btm_bnr {
    padding: 0px 15px;
  }
  .ranking-box {
    width: 100%;
  }
  .ranking-box.ranking {
    margin-top: -30px;
  }
  .ranking-box.search {
    margin-top: -15px;
  }
  .ranking-box__head {
    background-size: 100%;
    height: 54px;
    padding-top: 30px;
  }
  .ranking-box__body {
    margin-top: -40px;
    padding: 0 10px 0px 10px;
  }
  .ranking-box__body ul {
    margin-bottom: 0;
    padding-left: 0px;
    width: 100%;
  }
  .ranking-box__body li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    float: none;
  }
  .ranking-box__body li:not(:last-child) {
    border-bottom: 1px dotted #9f0000;
  }
  .ranking-box__body li img {
    /*width: 60%;*/
  }
  .ranking-box__body .rank {
    width: 28px;
    margin: 0;
    margin-right: 5px;
    /*margin: 5px 3px 5px 5px;*/
    /*float: left;*/
  }
  .ranking-box__body .name {
    font-size: 15px;
    /*padding-top: 11px;*/
    /*margin: 0;*/
    width: 130px;
  }
  .ranking-box__body__star {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
  }
  .ranking-box__body__star .starbox {
    padding-bottom: 2px;
    /*height: 50px;
          line-height: 50px;*/
  }
  .ranking-box__body__star .starbox .rate-img-box {
    background-size: 16px;
    height: 16px;
    width: 16px;
  }
  .ranking-box__body__star .starbox .rate-img-box:after {
    content: "";
    background: url("../img/p-mainvisual/star_full.png") no-repeat left top;
    background-size: 16px;
    height: 16px;
    left: 0;
    top: 0;
    position: absolute;
  }
  .ranking-box__body__star .starbox .rate {
    font-size: 14px;
    margin-left: 3px;
  }
  .ranking-box__body__star .starbox a:after {
    content: "";
    display: inline-block;
    background: url("../img/p-mainvisual/sp_detail_btn.png") repeat-x left top;
    background-size: 100%;
    width: 70px;
    height: 23px;
    position: absolute;
    background-size: contain;
    vertical-align: middle;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 5px;
    left: auto;
  }
  .ranking-box__body {
    margin-top: -48px;
  }
  .ranking-box__body .rank {
    width: 23px;
  }
  .ranking-box__body .name {
    width: 120px;
    font-size: 14px;
  }
  .ranking-box__body__star {
    margin-left: 10px;
  }
  .ranking-box__body__star .starbox a:after {
    width: 50px;
    height: 16px;
  }
  .ranking-box__body__star .starbox a .rate {
    font-size: 13px;
  }
  .p-search {
    margin: 35px 0;
  }
  .p-search__inner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .p-search__heading {
    font-size: 13px;
    padding-top: 9.5px;
    padding-bottom: 9.5px;
  }
  .p-search__heading.js-togglehead {
    padding-left: 10px;
    padding-right: 34px;
  }
  .p-search__heading.js-togglehead:before {
    width: 14px;
    right: 10px;
  }
  .p-search__heading.js-togglehead:after {
    height: 14px;
    right: 16px;
  }
  .p-search__title {
    font-size: 12px;
  }
  .p-search__title:after {
    right: 5px;
    background-size: 60%;
  }
  .p-search__item {
    padding: 12px 7px;
  }
  .p-search__item.top {
    padding-bottom: 0px;
  }
  .p-search__sublist {
    width: 70px;
    height: 70px;
  }
  .p-search__sublist .text {
    font-size: 12px;
    float: none;
    display: inline-block;
    position: absolute;
    width: 70px;
    margin-left: -98%;
    padding-top: 30px;
  }
  .p-search__sublist label {
    width: 62px;
    height: 70px;
    margin-top: 5px;
    padding: initial;
  }
  .p-search__sublist input[type="checkbox"] {
    vertical-align: top;
  }
  .p-search__sublist input[type="checkbox"]:after {
    background-size: 90%;
    top: 5%;
    left: 33px;
  }
  .p-search__sublist:last-child .text {
    padding-top: 33px;
  }
  .p-search__inputs {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
  }
  .p-search__inputs label:not(:last-child) {
    margin-right: 0;
  }
  .p-search__inputs label {
    padding-left: 8px;
  }
  .p-search__inputs--wide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-search__inputs--wide label:nth-child(odd) {
    width: 55%;
  }
  .p-search__inputs--wide label:nth-child(even) {
    width: 45%;
  }
}

@media screen and (max-width: 374px) and (max-width: 359px) {
  .p-search__inputs--wide label {
    width: 100% !important;
  }
}

@media screen and (max-width: 374px) {
  .p-search__inputs--inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .p-search__inputs--inline label {
    width: 25%;
  }
}

@media screen and (max-width: 374px) and (max-width: 359px) {
  .p-search__inputs--inline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-search__inputs--inline label {
    width: 50% !important;
  }
}

@media screen and (max-width: 374px) {
  .p-search__submit {
    padding-top: 18px;
    padding-bottom: 16px;
  }
  .p-index {
    padding: 25px 20px;
  }
  .p-index__list--sub {
    padding-left: 2rem;
  }
  .p-sectionHeading {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .p-sectionHeading__title {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-sectionHeading--mtsp70 {
    margin-top: 70px;
  }
  .p-compare {
    margin-right: -25px;
    margin-left: -25px;
    -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;
    margin-top: 50px;
  }
  .p-compare__item {
    max-width: 400px;
  }
  .p-compare__item:first-child {
    margin-bottom: 20px;
  }
  .p-ranking {
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 40px;
  }
  .p-ranking__head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    position: relative;
  }
  .p-ranking__order {
    width: 80px;
  }
  .p-ranking__order--norank {
    width: 0;
    margin: 0;
  }
  .p-ranking__ttlWrapper {
    display: block;
    margin-left: 10px;
    padding-right: 70px;
  }
  .p-ranking__title {
    margin-right: 0;
  }
  .p-ranking__title.no4.p-ranking__title {
    padding-bottom: 14px;
  }
  .p-ranking__title.no5.p-ranking__title {
    padding-bottom: 14px;
  }
  .p-ranking__desc {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding-bottom: 0;
    padding-top: 8px;
  }
  .p-ranking__hyouka {
    margin: 0;
    margin-left: 10px;
    -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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 55px;
    height: 55px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    right: 9px;
    top: 9px;
    padding: 0;
  }
  .p-ranking__sougou {
    height: auto;
  }
  .p-ranking__sougou dd {
    font-size: 10px;
  }
  .p-ranking__sougou dt {
    font-size: 18px;
  }
  .p-ranking__stars {
    margin: 0;
    height: 10px;
    width: 50px;
  }
  .p-ranking__body {
    padding: 0 9px 0 9px;
  }
  .p-ranking__carousel {
    margin-bottom: 40px;
  }
  .p-ranking__price {
    margin-bottom: 40px;
  }
  .p-ranking__button:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .p-ranking__kuchikomi {
    margin-bottom: 40px;
  }
  .attention {
    top: 40px;
    font-size: 10px;
    text-align: left;
  }
  .p-ranking__price .price__attention {
    text-align: right;
    color: #ff585a;
    font-size: 14px;
  }
  .p-set {
    padding: 15px 10px 50px;
    max-width: 640px;
    width: 100%;
  }
  .p-set__outer {
    margin-left: -10px;
    margin-right: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
  .p-set__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .p-set__price th {
    padding-left: 12px;
    padding-right: 12px;
    width: auto;
  }
  .p-set .c-price th span {
    width: 125px;
    font-size: 17px;
  }
  .p-set .c-price__num {
    font-size: 21px;
  }
  .p-set .c-price__post {
    font-size: 12px;
  }
  .p-set__twocol {
    margin-bottom: 35px;
  }
  .p-set__button {
    margin-top: 45px;
  }
  .p-qa {
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 20px;
  }
  .p-qa__q {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.33333;
    padding: 15px 35px 15px 25px;
  }
  .p-qa__q.js-togglehead {
    position: relative;
    cursor: pointer;
    padding-left: 26px;
    padding-right: 36px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .p-qa__q.js-togglehead:before {
    width: 14px;
    right: 15px;
  }
  .p-qa__q.js-togglehead::after {
    height: 14px;
    right: 21px;
    top: 50%;
  }
  .p-qa__a {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.66667;
    padding: 0 25px 12px;
  }
  .p-footcarousel {
    max-width: 830px;
    width: auto;
    margin-left: -25px;
    margin-right: -25px;
  }
  .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style-type: none;
    padding-left: 0;
  }
  .slick-dots li {
    margin: 0 6px;
  }
  .slick-dots button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 12px;
    height: 13px;
    background: #9e9e9e;
    border-radius: 50%;
    text-indent: -9999px;
  }
  .slick-dots .slick-active button {
    background: #333;
  }
  .p-pagetop a {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 30px;
    z-index: 10;
  }
  .p-modal {
    padding-bottom: 25px;
  }
  .p-table {
    margin-left: -25px;
    margin-right: -25px;
  }
  .p-table__tabs {
    padding: 15px 15px 0;
    top: 25px;
  }
  .p-table__tab {
    background: linear-gradient(225deg, transparent 8px, #fff 8px);
    white-space: nowrap;
    width: 23.6%;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.14286;
    padding-top: 10px;
    padding-bottom: 6px;
  }
}

@media screen and (max-width: 374px) and (max-width: 400px) {
  .p-table__tab {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25;
  }
}

@media screen and (max-width: 374px) {
  .p-table__tab:not(:last-child) {
    margin-right: 5px;
  }
  .p-table__tab.is-active {
    min-height: 24px;
  }
  .p-table__tab.is-active:after {
    width: 11px;
    height: 7px;
    display: block;
    margin-top: 3px;
  }
  .p-table__tabcontent {
    padding: 15px;
    margin: 0 0 15px;
  }
  .p-table__tabs {
    position: -webkit-sticky;
    position: sticky;
    top: 56px;
    top: 43px;
  }
  .p-table__tabs.is-fixed {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    min-width: 1020px;
    position: fixed;
    top: 56px;
    /*グロナビの高さ*/
    padding: 15px 10px 0;
  }
  .p-table__tabs.is-fixed + .p-table__body {
    margin-top: 124px;
    /*タブの高さと表の上の余白の合計分下げる*/
    margin-top: 96px;
  }
}

@media screen and (max-width: 374px) and (min-width: 979px) and (max-width: 1120px) {
  .p-table__tabs.is-fixed {
    min-width: auto;
    max-width: 1020px;
    width: calc(100% - 80px);
  }
}

@media screen and (max-width: 374px) {
  .p-comment {
    margin-bottom: 60px;
  }
  .p-ingredient {
    margin: 0;
  }
  .p-ingredient + .p-ingredient {
    margin-top: 40px;
  }
  .p-ingredient__ttl {
    font-weight: bold;
    margin-bottom: 10px;
  }
  .p-ingredient__items {
    padding-left: 0;
  }
  .p-ingredient + .p-ingredient {
    margin-top: 30px;
  }
  .p-ingredient__items {
    font-size: 13px;
  }
  .p-supervision {
    max-width: 560px;
    margin: 20px auto;
    padding: 10px 0;
    max-width: auto;
    width: 100%;
  }
  .p-supervision__box {
    padding: 20px;
    border: 1px solid #1E55A5;
    border-radius: 10px;
    padding: 15px;
  }
  .p-supervision__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px;
    border-bottom: 1px solid #C8C8C8;
    padding-bottom: 10px;
  }
  .p-supervision__ph {
    width: 100px;
    height: 100px;
    width: 85px;
    height: 85px;
  }
  .p-supervision__ph img {
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50%;
  }
  .p-supervision__txtWrapper {
    margin-left: 20px;
    margin-left: 12px;
  }
  .p-supervision__ttl {
    margin-bottom: 10px;
    color: #646464;
    font-size: 15px;
    margin-bottom: 6px;
    font-size: 13px;
  }
  .p-supervision__person {
    margin: 0;
    font-weight: 500;
    font-size: 14px;
  }
  .p-supervision__name {
    font-size: 18px;
    font-size: 16px;
    line-height: 1.5;
  }
  .p-supervision__txt {
    padding-top: 15px;
    line-height: 1.6;
    font-size: 15px;
    padding-top: 10px;
    font-size: 13px;
  }
  .p-supervision__notes {
    margin: 0;
    padding: 0;
    margin-top: 10px;
  }
  .p-supervision__notesItem {
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 10px;
  }
  .p-supervision__notesItem:not(:first-child) {
    margin-top: 6px;
  }
  .p-recommendation {
    padding: 10px;
    margin-bottom: 20px;
  }
  .p-recommendation__ttl {
    margin-bottom: 10px;
    font-size: 15px;
    border-bottom: 3px solid #C8C8C8;
  }
  .p-recommendation__ttl > p {
    padding-left: 50px;
    margin-bottom: 10px;
  }
  .p-recommendation__ttl > p::before {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../../resources/img/p-recommendation/ico-point.png) no-repeat 0 0/40px 40px;
  }
  .p-recommendation__txt p {
    padding-bottom: 20px;
  }
  .p-breadcrumbs {
    max-width: 1020px;
    margin: 20px auto;
    background-color: #f7f7f7;
    padding: 20px 30px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    max-width: auto;
    width: auto;
    padding: 15px;
    margin: 20px 15px;
    font-size: 13px;
  }
  .p-breadcrumbs .current-item {
    font-weight: bold;
  }
  .p-breadcrumbs a {
    color: #0f2d5a;
  }
  .p-breadcrumbs .breadcrumbs__product {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-breadcrumbs .breadcrumbs__product > .breadcrumbs__item {
    position: relative;
  }
  .p-breadcrumbs .breadcrumbs__product > .breadcrumbs__item:not(:last-child) {
    margin-right: 20px;
  }
  .p-breadcrumbs .breadcrumbs__product > .breadcrumbs__item:not(:last-child):before {
    content: ">";
    display: inline;
    position: absolute;
    top: 0;
    right: -0.9rem;
  }
  .sitemap {
    margin: 10px 20px 0;
  }
  .sitemap ul, .sitemap li {
    list-style: none;
    margin: 0;
  }
  .sitemap li {
    cursor: default;
  }
  .sitemap a {
    text-decoration: none;
  }
  .sitemap a:hover {
    color: #05bcc4;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .sitemap__head {
    background: #e0ecff;
  }
  .sitemap__ttl {
    color: #300;
    font-size: 15px;
    padding: 8px 0 8px 10px;
  }
  .sitemap__main {
    position: relative;
    padding-top: 10px;
  }
  .sitemap__main:before {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: #e0ecff;
    position: relative;
    left: -10px;
    top: 0px;
  }
  .sitemap__sub {
    position: relative;
    margin-left: 20px;
    padding-top: 4px;
  }
  .sitemap__sub::before {
    content: '';
    width: 10px;
    height: 3px;
    display: inline-block;
    background: #026dc5;
    position: relative;
    left: -8px;
    top: -5px;
  }
  .u-pconly {
    display: none !important;
  }
  .u-pconly-inline {
    display: none !important;
  }
  .u-sponly {
    display: block !important;
  }
  .u-sponly-inline {
    display: inline !important;
  }
  .u-txt-light-sp {
    font-weight: 100 !important;
  }
  .u-txt-normal-sp {
    font-weight: 400 !important;
  }
  .u-txt-bold-sp {
    font-weight: 700 !important;
  }
  .u-txt-indent-sp {
    text-indent: 1em !important;
  }
  .u-txt-note-sp {
    margin-left: 1em !important;
    text-indent: -1em !important;
  }
  .u-txt-nowrap-sp {
    white-space: nowrap !important;
  }
  .u-txt-breakword-sp {
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }
  .u-txt-justify-sp {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
  .u-txt-none-sp {
    text-transform: none !important;
  }
  .u-txt-lowercase-sp {
    text-transform: lowercase !important;
  }
  .u-txt-uppercase-sp {
    text-transform: uppercase !important;
  }
  .u-txt-capitalize-sp {
    text-transform: capitalize !important;
  }
  .u-txt-smallcaps-sp {
    font-variant: small-caps !important;
  }
  .u-txt-right-sp {
    text-align: right !important;
  }
  .u-txt-center-sp {
    text-align: center !important;
  }
  .u-txt-left-sp {
    text-align: left !important;
  }
  .u-txt-top-sp {
    vertical-align: top !important;
  }
  .u-txt-middle-sp {
    vertical-align: middle !important;
  }
  .u-txt-bottom-sp {
    vertical-align: bottom !important;
  }
  .u-txt-size14-sp {
    font-size: 14px !important;
  }
  .u-txt-size12-sp {
    font-size: 12px !important;
  }
}
/*# sourceMappingURL=style.css.map */