@charset "UTF-8";
@import "//fonts.googleapis.com/css?family=Barlow+Condensed";

/*! normalize.css v8.0.0 | 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;
}

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

/* 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] {
  /* 1 */

  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: none;

  /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 {
  /* 1 */
  margin: 0;
  font-family: inherit;

  /* 1 */
  font-size: 100%;

  /* 1 */
  line-height: 1.15;

  /* 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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;

  /* 2 */
  display: table;

  /* 1 */
  max-width: 100%;

  /* 1 */
  padding: 0;

  /* 1 */
  color: inherit;

  /* 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 {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;

  /* 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;
}

/* ==================================================
    Base Style
================================================== */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-width: 1100px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1.8125;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
  body {
    min-width: auto;
  }
}

a {
  color: #00347c;
}

a:hover {
  text-decoration: none;
}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

address {
  margin-bottom: 1.5rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

blockquote {
  margin: 0 0 1.5rem;
}

pre {
  margin-bottom: 1.5rem;
}

figure {
  margin: 0 0 1.5rem;
}

table {
  border-collapse: collapse;
}

.breadcrumbs {
  margin: 6px 0 20px;
  overflow: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs__inner {
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 1100px) and (min-width: 769px) {
  .breadcrumbs__inner {
    padding: 0 10px;
  }
}

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

.breadcrumbs ul li {
  font-size: 12px;
}

.breadcrumbs ul li::before {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: -2px 6px 0 4px;
  vertical-align: middle;
  content: "";
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumbs ul li:first-child::before {
  content: none;
}

.breadcrumbs ul li em {
  font-style: normal;
}

@media (max-width: 768px) {
  .contents {
    padding-top: 62px;
  }
}

.contents__inner {
  width: 1100px;
  margin: 0 auto 100px;
}

@media (max-width: 1100px) and (min-width: 769px) {
  .contents__inner {
    padding: 0 10px;
  }
}

@media (max-width: 768px) {
  .contents__inner {
    width: auto;
    padding: 0 10px;
    margin-bottom: 32.5px;
  }
}

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

.content--1 {
  position: relative;
  background-color: #00347c;
}

.content--1::before,
.content--1::after {
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 10px solid transparent;
}

.content--1::before {
  left: 0;
  border-top-color: #fff;
  border-left-color: #fff;
}

.content--1::after {
  right: 0;
  border-top-color: #fff;
  border-right-color: #fff;
}

.content--2 {
  position: relative;
  background-color: #fff;
}

.content--2::before,
.content--2::after {
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 10px solid transparent;
}

.content--2::before {
  left: 0;
  border-top-color: #00347c;
  border-left-color: #00347c;
}

.content--2::after {
  right: 0;
  border-top-color: #00347c;
  border-right-color: #00347c;
}

.content__inner {
  width: 1100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .content__inner {
    width: 100%;
  }
}

.bottom-banner {
  margin: 0 0 100px;
}

@media (max-width: 768px) {
  .bottom-banner {
    padding: 0 10px;
    margin: 0 0 32.5px;
  }
}

.bottom-banner p {
  margin: 0;
  text-align: center;
}

.bottom-banner a {
  display: inline-block;
  vertical-align: top;
}

.bottom-banner a img {
  display: block;
  max-width: 100%;
}

@media (min-width: 769px) {
  .bottom-banner a img:hover {
    opacity: 0.7;
  }
}

.footer {
  position: relative;
}

.content--1 + .footer::before,
.content--1 + .footer::after {
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 10px solid transparent;
}

.page-top .content--1 + .footer::before,
.page-top .content--1 + .footer::after {
  display: none;
  content: none;
}

.content--1 + .footer::before {
  left: 0;
  border-top-color: #00347c;
  border-left-color: #00347c;
}

.content--1 + .footer::after {
  right: 0;
  border-top-color: #00347c;
  border-right-color: #00347c;
}

.footer__inner {
  width: 1100px;
  padding: 50px 0 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .footer__inner {
    width: 100%;
    padding: 40px 0 0;
  }
}

.footer-more {
  display: none;
  margin-bottom: 86px;
}

@media (max-width: 768px) {
  .footer-more {
    margin-bottom: 36px;
  }
}

.footer-more__head {
  margin: 0 auto 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

@media (max-width: 768px) {
  .footer-more__head {
    font-size: 13px;
  }
}

.footer-more__head > span {
  position: relative;
  display: inline-block;
}

.footer-more__head > span::before,
.footer-more__head > span::after {
  position: absolute;
  top: 50%;
  display: block;
  width: 2px;
  height: 20px;
  margin-top: 2px;
  content: "";
  background-color: #00347c;
}

@media (max-width: 768px) {
  .footer-more__head > span::before,
  .footer-more__head > span::after {
    width: 1px;
    height: 16px;
    margin: 0;
  }
}

.footer-more__head > span::before {
  left: -30px;
  -webkit-transform: translate(-100%, -50%) rotate(-45deg);
  transform: translate(-100%, -50%) rotate(-45deg);
}

@media (max-width: 768px) {
  .footer-more__head > span::before {
    left: -12px;
  }
}

.footer-more__head > span::after {
  right: -30px;
  -webkit-transform: translate(100%, -50%) rotate(45deg);
  transform: translate(100%, -50%) rotate(45deg);
}

@media (max-width: 768px) {
  .footer-more__head > span::after {
    right: -12px;
  }
}

.footer-more__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .footer-more__list {
    display: block;
  }
}

.footer-more__list li {
  margin: 0 9px;
}

@media (max-width: 768px) {
  .footer-more__list li {
    padding: 0 24px;
    margin: 0 0 10px;
  }

  .footer-more__list li:last-child {
    margin-bottom: 0;
  }
}

.footer-more__list li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 385px;
  height: 80px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .footer-more__list li > a {
    width: 100%;
    max-width: 300px;
    height: 70px;
    margin: 0 auto;
    font-size: 16px;
  }
}

.footer-more__list li > a:hover {
  opacity: 0.7;
}

.footer-more__list li > a > span {
  display: block;
}

.footer-more__list li.footer-more__magazine a {
  position: relative;
  color: #00347c;
  border: 1px solid #00347c;
}

@media (max-width: 768px) {
  .footer-more__list li.footer-more__magazine a {
    border-width: 2px;
  }
}

.footer-more__list li.footer-more__magazine a::before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  left: 3px;
  pointer-events: none;
  content: "";
  border: 1px solid #00347c;
}

.footer-more__list li.footer-more__magazine a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-more__list li.footer-more__magazine a > span::before {
  display: inline-block;
  width: 23px;
  height: 18px;
  margin: 0 8px 0 0;
  content: "";
  background-image: url("/assets/images/icon-mail.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

@media (max-width: 768px) {
  .footer-more__list li.footer-more__magazine a > span::before {
    width: 19px;
    height: 14px;
    margin: 0 6px 0 0;
    background-image: url("/assets/images/sp/icon-mail.png");
  }
}

.footer-more__list li.footer-more__magazine a > span::after {
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 0 0 10px;
  content: "";
  border-top: 1px solid #00347c;
  border-right: 1px solid #00347c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-more__list li.footer-more__line a {
  color: #39d52d;
  border: 1px solid #39d52d;
}

@media (max-width: 768px) {
  .footer-more__list li.footer-more__line a {
    border-width: 2px;
  }
}

.footer-more__list li.footer-more__line a > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-more__list li.footer-more__line a > span::after {
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 0 0 10px;
  content: "";
  border-top: 1px solid #39d52d;
  border-right: 1px solid #39d52d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-more__list li.footer-more__line a > span img {
  display: block;
  margin: 0 10px 0 0;
}

@media (max-width: 768px) {
  .footer-more__list li.footer-more__line a > span img {
    width: 56px;
    margin: 0 6px 0 0;
  }
}

.footer-exemption {
  padding: 37px 0 0;
  border-top: 1px solid #e6ebf2;
}

@media (max-width: 768px) {
  .footer-exemption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 24px 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}

.footer-exemption__image {
  margin: 0 0 4px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer-exemption__image {
    flex-shrink: 0;
    width: 86px;
    margin: 0 14px 0 0;
    -ms-flex-negative: 0;
  }
}

@media (max-width: 768px) {
  .footer-exemption__image img {
    display: block;
    max-width: 100%;
    margin: 0;
  }
}

.footer-exemption__desc {
  margin: 0 0 34px;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 768px) {
  .footer-exemption__desc {
    margin: 0;
    font-size: 10px;
    text-align: left;
  }
}

.footer-exemption__desc_icon {
  width: 10px;
  margin-left: 3px;
}

.footer-sns {
  padding: 40px 0 0;
  margin: 0 0 40px;
  border-top: 1px solid #e6ebf2;
}

.footer-sns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.footer-sns__list li {
  margin: 0 3px;
}

@media (max-width: 768px) {
  .footer-sns__list li {
    width: 30px;
  }
}

.footer-sns__list li a {
  display: block;
}

.footer-sns__list li a:hover {
  opacity: 0.8;
}

.footer-sns__list li a img {
  display: block;
  max-width: 100%;
  margin: 0;
}

.footer-sns .commonsocial ul {
  padding: 0;
}

.common-footer-wrapper ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

.common-footer-wrapper p {
  margin: 0 0 4px;
}

.common-footer-wrapper .common-footer-link {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 768px) {
  .common-footer-wrapper .common-footer-link {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 768px) {
  .common-footer {
    text-align: center;
  }

  .common-footer-link,
  .common-footer-logo,
  .common-footer-copy p {
    float: none;
  }

  .common-footer-logo {
    padding: 10px;
    margin: 0 10px;
    border-top: 1px dotted #dddddd;
  }

  .common-footer-wrapper .common-footer-info {
    width: 100%;
    padding: 17px 0;
    margin-top: 0;
    background: #f4f4f4;
    border-top: 1px solid #e6e6e6;
    box-shadow: 3px 3px 3px #eeeeee inset;
  }

  .common-footer-link {
    padding-top: 0 !important;
    line-height: 1.6;
    text-align: left;
  }

  .common-footer-link li {
    display: inline-block;
    float: none;
    font-size: 10px;
    font-size: 12px;
  }

  .common-footer-link li a {
    color: #4c4c4c;
    text-decoration: none;
  }

  .common-footer-copy {
    padding: 8px 0;
    margin: 0;
    background: #eaeaea;
    border-top: 1px solid #e2e2e2;
  }
}

.header {
  min-width: 320px;
  height: 83px;
}

@media (max-width: 768px) {
  .header {
    height: auto;
  }
}

.header__inner {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .header__inner {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    padding: 20px 70px 21px 10px;
  }
}

.header__inner.is-fixed {
  position: fixed;
  z-index: 3;
  background-color: #fff;
  border-bottom: 1px solid #00347c;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

@media (min-width: 769px) {
  .header__content {
    height: 83px;
  }
}

@media (max-width: 1100px) and (min-width: 769px) {
  .header__content {
    padding: 0 0 0 10px;
  }
}

@media (max-width: 768px) {
  .header__content {
    width: auto;
  }
}

.header__logo {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

@media (max-width: 768px) {
  .header__logo {
    display: inline-block;
    vertical-align: top;
  }
}

.header__logo > a {
  display: block;
  text-decoration: none;
}

@media (max-width: 768px) {
  .header__logo > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.header__logo > a:hover {
  opacity: 0.8;
}

.header__image {
  display: block;
  width: 120px;
  margin: 0 0 4px;
}

@media (max-width: 768px) {
  .header__image {
    width: 83px;
    height: 23px;
    margin: 0 10px 0 0;
  }
}

@media (max-width: 374px) {
  .header__image {
    width: 21.875vw;
    height: 5.9375vw;
  }
}

.header__image img {
  display: block;
  width: 100%;
  height: 100%;
}

.header__tagline {
  display: block;
  font-size: 11px;
  color: #333;
}

@media (max-width: 768px) {
  .header__tagline {
    flex-basis: calc(100% - 93px);
    margin-top: 5px;
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .nav-global {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
}

.nav-global__btn {
  display: none;
}

@media (max-width: 768px) {
  .nav-global__btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 70px;
    height: 70px;
    cursor: pointer;
    background-color: #00347c;
    border: 0 none;
    outline: none;
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }

  .nav-global__btn:focus-visible {
    outline: -webkit-focus-ring-color auto 1px;
  }

  .nav-global__btn.is-open {
    background-color: #00204d;
  }

  .nav-global__btn.is-open .nav-global__btn-bar--1 {
    margin: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .nav-global__btn.is-open .nav-global__btn-bar--2 {
    opacity: 0;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
  }

  .nav-global__btn.is-open .nav-global__btn-bar--3 {
    margin: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.nav-global__btn-bar {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  -webkit-transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
  transition:
    transform 0.3s ease,
    opacity 0.3s ease,
    -webkit-transform 0.3s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-global__btn-bar--1 {
  margin-top: -6px;
}

.nav-global__btn-bar--3 {
  margin-top: 6px;
}

.nav-global__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .nav-global__list {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    display: none;
    height: 90vh;
    padding: 0 15px 100px;
    overflow-y: scroll;
    background-color: #00204d;
  }
}

.nav-global__list > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 83px;
}

@media (min-width: 769px) {
  .nav-global__list > li {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .nav-global__list > li {
    display: block;
    height: auto;
  }
}

@media (max-width: 768px) {
  .nav-global__list > li.nav-global__knowledge > span {
    padding: 27px 0 7px;
    pointer-events: none;
  }
}

.nav-global__list > li > a,
.nav-global__list > li > span {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding: 0 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media (min-width: 769px) {
  .nav-global__list > li > a,
  .nav-global__list > li > span {
    cursor: pointer;
  }
}

@media (max-width: 768px) {
  .nav-global__list > li > a,
  .nav-global__list > li > span {
    position: relative;
    display: block;
    padding: 17px 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
    border-bottom: 1px solid #2b5283;
  }

  .nav-global__list > li > a::after,
  .nav-global__list > li > span::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 7px;
    height: 7px;
    margin: -2px 6px 0 0;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.nav-global__list > li > a .nav-global__small,
.nav-global__list > li > span .nav-global__small {
  display: block;
  font-size: 12px;
  text-align: center;
}

@media (max-width: 768px) {
  .nav-global__list > li > a .nav-global__small,
  .nav-global__list > li > span .nav-global__small {
    display: inline;
    font-size: inherit;
  }
}

.nav-global__list > li > span::after {
  display: none;
  content: none;
}

.nav-global__list > li.nav-global__magazine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .nav-global__list > li.nav-global__magazine {
    display: block;
    margin: 0;
  }
}

.nav-global__list > li.nav-global__magazine > a {
  height: auto;
  padding: 0 4px 0 8px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #00347c;
  border: 1px solid #00347c;
}

@media (max-width: 768px) {
  .nav-global__list > li.nav-global__magazine > a {
    padding: 17px 20px;
    margin: 30px 0;
    font-size: 15px;
    line-height: 1.6;
    color: #fff;
    border: 0 none;
    border: 1px solid #fff;
  }
}

.nav-global__list > li.nav-global__magazine > a::before {
  display: inline-block;
  margin: -2px 0 0;
  vertical-align: middle;
  content: "";
  border: 3px solid transparent;
  border-left-color: #00347c;
  border-left-width: 5px;
}

@media (max-width: 768px) {
  .nav-global__list > li.nav-global__magazine > a::before {
    margin-right: 5px;
    border: 5px solid transparent;
    border-left-color: #fff;
    border-left-width: 7px;
  }
}

.nav-global__list > li.nav-global__magazine > a:hover::before {
  border-left-color: #fff;
}

.nav-global__list > li.nav-global__magazine > a::after {
  display: none;
  content: none;
}

.nav-global__list > li.is-current > a,
.nav-global__list > li.is-current > span {
  position: relative;
  color: #00347c;
}

@media (max-width: 768px) {
  .nav-global__list > li.is-current > a,
  .nav-global__list > li.is-current > span {
    color: #fff;
  }
}

.nav-global__list > li.is-current > a::before,
.nav-global__list > li.is-current > span::before {
  position: absolute;
  top: 0;
  right: 12px;
  left: 12px;
  height: 4px;
  content: "";
  background-color: #00347c;
}

@media (max-width: 768px) {
  .nav-global__list > li.is-current > a::before,
  .nav-global__list > li.is-current > span::before {
    display: none;
    content: none;
  }
}

.nav-global__list > li.js-nav-drop:hover > a,
.nav-global__list > li.js-nav-drop:hover > span {
  color: #fff;
  background-color: #00347c;
}

.nav-global__list > li > a:hover,
.nav-global__list > li > span.is-hover,
.nav-global__list > li > span:not(.nav-global__lang--disabled):hover {
  color: #fff;
  background-color: #00347c;
}

@media (max-width: 768px) {
  .nav-global__list > li > span.nav-drop__lineup:hover {
    cursor: none;
    background-color: #00204d;
    opacity: 1;
  }
}

@media (hover: hover) {
  .nav-global__list > li > a:hover,
  .nav-global__list > li > a.is-hover,
  .nav-global__list > li > span.is-hover,
  .nav-global__list > li > span:not(.nav-global__lang--disabled):hover {
    text-decoration: underline;
  }
}

@media (min-width: 769px) {
  .nav-global__list > .nav-global__lang {
    position: relative;
    align-self: center;
    height: auto;
    -ms-flex-item-align: center;
  }

  .nav-global__list > .nav-global__lang span {
    position: relative;
    display: block;
    height: auto;
    color: #00347c;
    cursor: pointer;
  }

  .nav-global__list > .nav-global__lang span::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    content: "";
    border-top: 4px solid #00347c;
    border-right: 4px solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 4px solid transparent;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media (max-width: 768px) {
  .nav-global__list > .nav-global__lang span {
    display: block;
    padding: 27px 0 7px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    border-bottom: 1px solid #2b5283;
  }
}

@media (min-width: 769px) {
  .nav-global__lang__content[aria-hidden*="true"] {
    display: none;
  }

  .nav-global__lang-list {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
  }

  .nav-global__lang-list li {
    border-right: 1px solid #00347c;
    border-bottom: 1px solid #00347c;
    border-left: 1px solid #00347c;
  }

  .nav-global__lang-list li.is-current {
    text-decoration: underline;
  }

  .nav-global__lang-list li:first-child {
    border-top: 1px solid #00347c;
  }

  .nav-global__lang-list li > a {
    display: block;
    padding: 2px 0 0;
    font-size: 13px;
    font-weight: bold;
    color: #00347c;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
  }
}

@media screen and (min-width: 769px) and (-ms-high-contrast: active), (min-width: 769px) and (-ms-high-contrast: none) {
  .nav-global__lang-list li > a {
    padding: 4px 0 0;
  }
}

@media (min-width: 769px) {
  .nav-global__lang-list li > a:hover {
    color: #fff;
    text-decoration: underline;
    background-color: #00347c;
  }
}

@media (max-width: 768px) {
  .nav-global__lang-list {
    padding: 0;
    list-style: none;
  }

  .nav-global__lang-list li a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 0 12px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .nav-global__lang-list li a {
    position: relative;
    display: block;
    padding: 17px 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
    border-bottom: 1px solid #2b5283;
  }

  .nav-global__lang-list li a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 7px;
    height: 7px;
    margin: -2px 6px 0 0;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.nav-drop {
  position: absolute;
  top: 83px;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  width: 100vw;
  min-width: 1100px;
  padding: 55px 0;
  color: #fff;
  background-color: #00347c;
}

.nav-drop .icon-new {
  top: 11px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (max-width: 768px) {
  .nav-drop .icon-new {
    top: -9px;
  }
}

@media (max-width: 768px) {
  .nav-drop {
    position: static;
    display: block;
    width: 100%;
    min-width: 0;
    padding: 0;
    background-color: #00204d;
  }
}

.nav-drop a {
  color: #fff;
  text-decoration: none;
}

.nav-drop a picture {
  font-size: 0;
}

.nav-drop__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .nav-drop__content {
    width: 100%;
    max-width: initial;
  }
}

.nav-drop__col-1 {
  width: calc(830 / 1100 * 100%);
  padding-right: 20px;
}

.nav-drop__col-1 .nav-drop__list > li {
  width: 25%;
}

@media (min-width: 769px) {
  .nav-drop__col-1 .nav-drop__list > li img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .nav-drop__col-1 {
    width: 100%;
    padding: 0;
  }
}

.nav-drop__col-2 {
  width: calc(270 / 1100 * 100%);
  padding-left: 20px;
}

.nav-drop__col-2 .nav-drop__list {
  flex-direction: column;
  align-content: center;
}

.nav-drop__col-2 .nav-drop__list > li {
  width: 100%;
}

@media (min-width: 769px) {
  .nav-drop__col-2 .nav-drop__list > li img {
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .nav-drop__col-2 {
    width: 100%;
    padding: 0;
  }
}

.nav-drop__head {
  padding: 0 0 5px;
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #1a4989;
}

@media (max-width: 768px) {
  .nav-drop__head {
    padding: 27px 0 7px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    border-bottom: 1px solid #2b5283;
  }
}

.nav-drop__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}

@media (min-width: 769px) {
  .nav-drop__col-1 .nav-drop__list {
    width: 648px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .nav-drop__list {
    display: block;
    text-align: left;
  }
}

.nav-drop__list > li {
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .nav-drop__list > li {
    width: 100% !important;
    margin: 0;
    border-bottom: 1px solid #2b5283;
  }
}

.nav-drop__list > li > a {
  display: block;
}

@media (max-width: 768px) {
  .nav-drop__list > li > a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }

  .nav-drop__list > li > a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 7px;
    height: 7px;
    margin: -2px 6px 0 0;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media (hover: hover) {
  .nav-drop__list > li > a:hover > span {
    text-decoration: underline;
  }
}

.nav-drop__list > li > a picture {
  display: block;
}

@media (max-width: 768px) {
  .nav-drop__list > li > a img {
    display: block;
    width: 68px;
    margin-right: 12px;
  }
}

.nav-drop__list > li > a > span {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
}

@media (max-width: 768px) {
  .nav-drop__list > li > a > span {
    margin: 0;
    font-size: 16px;
  }
}

.nav-drop__btn {
  margin: 25px 0 0;
  text-align: center;
}

@media (max-width: 768px) {
  .nav-drop__btn {
    display: none;
  }
}

.nav-drop__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 320px;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  line-height: 62px;
  color: #fff;
  text-decoration: none;
  border: 4px solid #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (hover: hover) {
  .nav-drop__btn a:hover {
    text-decoration: underline;
  }
}

.nav-drop__btn a::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/images/icon-list.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.nav-drop__btn a::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 -2px 4px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.nav-drop__new {
  margin: 6px 10px;
  font-size: 14px;
  line-height: 1.4285714286;
}

@media (max-width: 768px) {
  .nav-drop__new {
    margin: 2px 0 0;
    font-size: 12px;
    line-height: 1.4;
  }
}

.nav-drop__new span {
  display: inline-block;
  padding: 1px 12px 0;
  color: #fff;
  vertical-align: top;
  background-color: #ff1023;
  border-radius: 14px;
}

@media (max-width: 768px) {
  .nav-drop__new span {
    padding: 0 10px;
    border-radius: 12px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nav-drop__new span {
    padding-top: 6px;
  }
}

.nav-drop-2 {
  position: absolute;
  top: 83px;
  left: 0;
  z-index: 100;
  display: none;
  width: 100%;
  width: 100vw;
  min-width: 1100px;
  padding: 55px 0;
  color: #fff;
  background-color: #00347c;
}

@media (max-width: 768px) {
  .nav-drop-2 {
    position: static;
    display: block;
    width: 100%;
    min-width: 0;
    padding: 0;
    background-color: #00204d;
    border-top: 1px solid #2b5283;
  }
}

.nav-drop-2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .nav-drop-2__list {
    display: block;
  }
}

.nav-drop-2__list li {
  margin: 0 10px;
}

@media (max-width: 768px) {
  .nav-drop-2__list li {
    margin: 0;
  }
}

.nav-drop-2__list li a {
  display: block;
}

@media (max-width: 768px) {
  .nav-drop-2__list li a {
    position: relative;
    display: block;
    padding: 17px 30px 17px 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 1.6;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #2b5283;
  }

  .nav-drop-2__list li a::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 7px;
    height: 7px;
    margin: -2px 6px 0 0;
    content: "";
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.nav-drop-2__list li a:hover {
  opacity: 0.7;
}

.nav-drop-2__text-1::after,
.nav-drop-2__text-2::after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/images/header-icon-01.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.nav-drop-2__text-1::after {
  width: 26.5px;
  height: 26px;
  margin: -2px 0 0 11px;
  background-image: url("/assets/images/header-icon-01.png");
}

.nav-drop-2__text-2::after {
  width: 22px;
  height: 17px;
  margin: -2px 0 0 10px;
  background-image: url("/assets/images/header-icon-02.png");
}

/* add 210721 */
.header.header__cov--toggle {
  height: 153px;
}

@media (max-width: 768px) {
  .header.header__cov--toggle {
    height: 63px;
  }
}

.local--article .header.header__cov--toggle {
  height: 83px;
}

@media (max-width: 768px) {
  .local--article .header.header__cov--toggle {
    height: auto;
  }
}

.cov__content {
  position: fixed;
  top: 83px;
  z-index: 2;
  width: 100%;
  margin: 0 auto;
  background-color: #e7e6e6;
}

@media (max-width: 768px) {
  .cov__content {
    top: 70px;
    height: 63px;
  }
}

.cov__content--inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

@media (min-width: 769px) {
  .cov__content--inner {
    height: 70px;
  }
}

@media (max-width: 1100px) and (min-width: 769px) {
  .cov__content--inner {
    padding: 0 0 0 10px;
  }
}

@media (max-width: 768px) {
  .cov__content--inner {
    width: auto;
    height: 63px;
    padding-left: 10px;
  }
}

.cov__text {
  font-size: 14px;
}

@media (max-width: 768px) {
  .cov__text {
    font-size: 11px;
    line-height: 1.6;
  }
}

.cov__closebtn {
  width: 25px;
  min-width: 25px;
  margin: 5px;
}

.cov__closebtn a {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.cov__closebtn a span {
  position: relative;
  display: block;
  padding-top: 100%;
  font-size: 0;
  background: #1a2a53;
  border-radius: 50%;
  transition: background 0.4s;
}

.cov__closebtn a span::before,
.cov__closebtn a span::after {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 14px;
  height: 2px;
  margin: -1px auto auto;
  content: "";
  background: #fff;
  transition: background 0.4s;
}

.cov__closebtn a span::before {
  transform: rotate(45deg);
}

.cov__closebtn a span::after {
  transform: rotate(-45deg);
}

.cov__closebtn a:hover span {
  background: #110292;
}

.cov__closebtn a:hover span::before,
.cov__closebtn a:hover span::after {
  background: #fff;
}

.cov__modal[aria-hidden="true"] {
  display: none;
}

.cov__bg {
  position: fixed;
  top: 0;
  z-index: 20;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.cov__wrap {
  position: fixed;
  z-index: 200;
  display: block;
  height: 90%;
  padding: 30px 20px;
  margin: 5%;
  margin-top: 80px;
  overflow-y: scroll;
  background-color: #e7e6e6;
  border: 1px solid #d4dce9;
  box-shadow: 0 0 20px -5px #000;
}

@media (min-width: 769px) {
  .cov__wrap {
    top: 50%;
    left: 50%;
    max-width: 860px;
    padding: 40px 30px 30px;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.cov__wrap .cov__closebtn {
  position: absolute;
  top: 10px;
  right: 10px;
  margin: auto;
}

.cov__wrap .cov__faq {
  padding-left: 30px;
  text-indent: -30px;
}

.cov__wrap .cov__faq:nth-of-type(odd) {
  margin-bottom: 10px;
}

.cov__wrap .cov__faq--q,
.cov__wrap .cov__faq--a {
  font-size: 0;
}

.cov__wrap .cov__faq--q::before {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #4a6fa6;
  content: "Q";
}

.cov__wrap .cov__faq--a::before {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ff716d;
  content: "A";
}

.cov__wrap .cov__ref {
  padding: 10px 20px;
  margin-bottom: 10px;
  background-color: #fff;
}

.cov__wrap .cov__ref a {
  color: #000;
}

.cov__wrap .cov__ref a img {
  width: 12px;
  padding-left: 2px;
}

.cov__wrap .cov__link--list {
  font-size: 12px;
}

/* /add 210721 */

.product-list {
  padding: 60px 0;
}

@media (max-width: 768px) {
  .product-list {
    padding: 35px 15px 0;
  }
}

.product-list .icon-new {
  top: 11px;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (max-width: 768px) {
  .product-list .icon-new {
    top: -10px;
  }
}

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

@media (max-width: 768px) {
  .product-list__inner {
    display: block;
  }
}

.product-list__col-1 {
  width: 830px;
  padding-right: 20px;
}

.product-list__col-1 .product-list__item li {
  width: 25%;
}

@media (max-width: 768px) {
  .product-list__col-1 .product-list__item li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .product-list__col-1 {
    width: 100%;
    padding-right: 0;
  }
}

.product-list__col-2 {
  width: 270px;
  padding-left: 20px;
}

.nav-drop__col-2 .nav-drop__list {
  flex-direction: column;
  align-content: center;
}

.product-list__col-2 .product-list__item li {
  width: 100%;
}

@media (max-width: 768px) {
  .product-list__col-2 {
    width: 100%;
    padding-left: 0;
  }

  .product-list__col-2 .product-list__item {
    margin-bottom: 0;
  }

  .product-list__col-2 .product-list__item > li:last-child {
    border: 0 none;
  }
}

.product-list__head {
  padding: 0 0 6px;
  margin: 0 0 6px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  border-bottom: 1px solid #1a4989;
}

@media (max-width: 768px) {
  .product-list__head {
    padding: 0 0 8px;
    margin: 0;
  }
}

.product-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: -20px 0 0;
  list-style: none;
}

@media (min-width: 769px) {
  .product-list__col-1 .product-list__item {
    width: 648px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 768px) {
  .product-list__item {
    margin: 0 0 24px;
  }
}

.product-list__item > li {
  position: relative;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .product-list__item > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 100%;
    height: 69px;
    margin: 0;
    border-bottom: 1px solid #1a4989;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}

@media (min-width: 769px) {
  .product-list__item > li img {
    max-width: 100%;
  }
}

.product-list__item > li:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .product-list__img {
    width: 68px;
    margin-right: 12px;
  }
}

.product-list__img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.product-list__name {
  margin: 0;
}

.product-list__name a {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

@media (max-width: 768px) {
  .product-list__name a {
    text-align: left;
  }
}

.product-list__name a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.product-list__name a:hover {
  text-decoration: underline;
}

.product-list__new {
  display: flex;
  margin: -2px 0 8px;
  font-size: 14px;
  line-height: 1.4285714286;
}

@media (max-width: 768px) {
  .product-list__new {
    margin: 0 0 1px 6px;
  }
}

.product-list__new span {
  display: inline-block;
  padding: 1px 12px 0;
  margin: 0 auto;
  color: #fff;
  vertical-align: top;
  background-color: #ff1023;
  border-radius: 14px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-list__new span {
    padding-top: 6px;
  }
}

.wrapper {
  min-width: 320px;
}

[data-anim-show="false"] {
  opacity: 0;
  -webkit-transition:
    opacity 0.6s ease-out,
    -webkit-transform 0.6s ease-out;
  transition:
    opacity 0.6s ease-out,
    -webkit-transform 0.6s ease-out;
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out,
    -webkit-transform 0.6s ease-out;
  -webkit-transform: translate(0, 10%);
  transform: translate(0, 10%);
}

[data-anim-show="true"] {
  opacity: 1;
  -webkit-transition:
    opacity 0.6s ease-out,
    -webkit-transform 0.6s ease-out;
  transition:
    opacity 0.6s ease-out,
    -webkit-transform 0.6s ease-out;
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out;
  transition:
    opacity 0.6s ease-out,
    transform 0.6s ease-out,
    -webkit-transform 0.6s ease-out;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

[data-anim-show="true"][data-anim-delay="0"] {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[data-anim-show="true"][data-anim-delay="1"] {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

[data-anim-show="true"][data-anim-delay="2"] {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.grid {
  margin: 0 0 80px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .grid {
    margin: 0 0 40px;
  }
}

.grid__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

@media (max-width: 768px) {
  .grid__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}

.grid__col {
  margin: 0 15px;
}

@media (max-width: 768px) {
  .grid__col {
    width: 100%;
    margin: 0 0 20px;
  }
}

.grid__col > *:last-child {
  margin-bottom: 0;
}

.grid__col--image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.grid__col--image figure {
  margin: 0 0 20px;
}

.grid__col--image figure img {
  display: block;
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .grid__col--image figure img {
    max-width: 50%;
    margin: 0 auto;
  }
}

.grid--float .grid__inner {
  display: block;
}

.grid--float .grid__col {
  width: auto;
}

.grid--float .grid__col--left {
  float: left;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .grid--float .grid__col--left {
    margin-right: 0;
  }
}

.grid--float .grid__col--right {
  float: right;
  margin-left: 30px;
}

@media (max-width: 768px) {
  .grid--float .grid__col--right {
    margin-left: 0;
  }
}

.grid--float .grid__col--left,
.grid--float .grid__col--right {
  max-width: calc(50% - 30px);
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .grid--float .grid__col--left,
  .grid--float .grid__col--right {
    float: none;
    max-width: 100%;
    margin: 0 auto 16px;
  }
}

.grid--float::after {
  display: block;
  clear: both;
  content: "";
}

.head-1 {
  position: relative;
  margin: 0 0 100px;
  background-color: #00347c;
}

@media (max-width: 768px) {
  .head-1 {
    margin: 0 0 32.5px;
  }
}

.head-1::before,
.head-1::after {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 10px solid transparent;
}

@media (max-width: 768px) {
  .head-1::before,
  .head-1::after {
    display: none;
    content: none;
  }
}

.head-1::before {
  left: 0;
  border-top-color: #00347c;
  border-left-color: #00347c;
}

.head-1::after {
  right: 0;
  border-top-color: #00347c;
  border-right-color: #00347c;
}

.head-1__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  min-height: 150px;
  padding: 30px 0;
  margin: 0 auto;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .head-1__inner {
    padding: 42px 0 30px;
  }
}

@media (max-width: 768px) {
  .head-1__inner {
    align-items: flex-start;
    min-height: 107px;
    padding: 20px 10px;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
}

.head-1__en {
  display: block;
  margin: 0 0 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

@media (max-width: 768px) {
  .head-1__en {
    margin: 0 0 8px;
    font-size: 12px;
  }
}

.head-1__ja {
  display: block;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2941176471;
  text-align: center;
}

@media (max-width: 768px) {
  .head-1__ja {
    font-size: 30px;
    text-align: left;
  }
}

.head-1__ja span {
  font-size: 20px;
}

@media (max-width: 768px) {
  .head-1__ja span {
    font-size: 18px;
  }
}

.head-1__ja .head-1__comic {
  font-size: 34px;
}

@media (max-width: 768px) {
  .head-1__ja .head-1__comic {
    font-size: 30px;
  }
}

.head-1__ch {
  display: block;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.2941176471;
  text-align: center;
}

@media (max-width: 768px) {
  .head-1__ch {
    font-size: 30px;
    text-align: left;
  }
}

.head-1__comic::after {
  display: inline-block;
  width: 43px;
  height: 33px;
  margin: -5px 0 0 9px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/images/icon-comic.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .head-1__comic::after {
    width: 34.5px;
    height: 26.5px;
    margin: -4px 0 0 9px;
    background-size: 100%;
  }
}

.head-2 {
  position: relative;
  padding-bottom: 8px;
  margin: 50px 0 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  border-bottom: 1px solid #e6ebf2;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .head-2 {
    padding-bottom: 2px;
  }
}

@media (max-width: 768px) {
  .head-2 {
    padding-bottom: 6px;
    margin: 50px 0 25px;
    font-size: 26px;
  }
}

.head-2::before {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 80px;
  height: 1px;
  content: "";
  background-color: #002a75;
}

@media (max-width: 768px) {
  .head-2::before {
    width: 40px;
  }
}

.head-2__sub {
  display: block;
  font-size: 16px;
  line-height: 1.75;
}

.head-3 {
  position: relative;
  padding: 12px 12px 12px 28px;
  margin: 70px 0 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  background-color: #e6f1ff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .head-3 {
    padding: 16px 12px 8px 28px;
  }
}

@media (max-width: 768px) {
  .head-3 {
    padding: 10px 10px 10px 24px;
    margin: 35px 0 15px;
    font-size: 18px;
  }
}

.head-3::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  width: 4px;
  content: "";
  background-color: #00347c;
}

.head-2 + .head-3 {
  margin-top: 0;
}

.head-4 {
  position: relative;
  padding: 0 0 0 14px;
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: bold;
  color: #00347c;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .head-4 {
    padding-top: 5px !important;
  }
}

.head-4::before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 4px;
  content: "";
  background-color: #00347c;
}

.head-4__small {
  font-size: 12px;
}

.image-1 img {
  max-width: 100%;
}

.lead-1 {
  margin: 0 0 100px;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 768px) {
  .lead-1 {
    margin: 0 0 50px;
    text-align: left;
  }
}

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

.list-1 > ul,
.list-1 > ol {
  padding-left: 2rem;
  list-style: none;
}

.list-1 > li {
  padding: 0 0 0 1rem;
  text-indent: -1rem;
}

.list-1 > li::before {
  font-weight: bold;
  color: #000;
  content: "・";
}

.list-1.list-1--multiline li {
  margin-top: 0.5rem;
}

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

.list-2--multiline li {
  margin-top: 0.5rem;
}

.list-2 > li {
  position: relative;
  padding: 0 0 0 26px;
}

.list-2 > li::before {
  position: absolute;
  top: 11px;
  left: 10px;
  display: block;
  width: 6px;
  height: 6px;
  content: "";
  background-image: url("/assets/images/icon-dot.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.bg-1 {
  padding: 10px 5px;
  background-color: #f6fafe;
  border-radius: 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list-2 > li::before {
    top: 9px;
  }
}

.list-btns {
  margin: 50px 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .list-btns {
    margin: 30px 0;
  }
}

.list-btns__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: -20px -10px 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .list-btns__inner {
    margin: -10px -10px 0;
  }
}

.list-btns__item {
  min-width: calc(50% - 20px);
  margin: 20px 10px 0;
}

@media (max-width: 768px) {
  .list-btns__item {
    width: 100%;
    margin: 10px 10px 0;
  }
}

.list-btns__item--full {
  width: calc(100% - 20px);
}

.list-btns__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 90px;
  padding: 16px 36px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.list-btns__item--center {
  text-align: center;
}

@media (min-width: 769px) {
  .list-btns__btn:hover {
    opacity: 0.7;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list-btns__btn {
    height: 90px;
    padding: 18px 36px 14px;
  }
}

@media (max-width: 768px) {
  .list-btns__btn {
    font-size: 18px;
  }
}

.list-btns__btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  content: "";
  border-top: 2px solid #00347c;
  border-right: 2px solid #00347c;
  -webkit-transform: rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.list-btns__btn--1 {
  color: #fff;
  background-color: #00347c;
}

.list-btns__btn--1::after {
  border-color: #fff;
}

.list-btns__btn--1 .list-btns__sub {
  color: #d1e5ff;
}

.list-btns__btn--2 {
  color: #00347c;
  border: 4px solid #dfdfdf;
}

.list-btns__btn--3 {
  color: #fff;
  background-color: #ff7149;
}

.list-btns__btn--3::after {
  border-color: #fff;
}

.list-btns__sub {
  display: block;
  font-size: 14px;
}

@media (max-width: 768px) {
  .list-btns__sub {
    font-size: 12px;
  }
}

.list-flow {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}

.list-flow li {
  position: relative;
  padding: 24px 29px;
  margin: 0 0 60px;
  font-size: 16px;
  line-height: 1.75;
  border: 1px solid #d4dce9;
}

@media (max-width: 768px) {
  .list-flow li {
    padding: 14px 19px;
    margin: 0 0 50px;
  }
}

.list-flow li b {
  display: block;
  margin: 0 0 6px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .list-flow li b {
    margin: 0 0 2px;
    font-size: 16px;
  }
}

.list-flow li::after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  display: block;
  width: 22px;
  height: 20px;
  margin: 0;
  content: "";
  background-image: url("/assets/images/icon-flow.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

@media (max-width: 768px) {
  .list-flow li::after {
    bottom: -15px;
  }
}

.list-flow li:last-child {
  margin-bottom: 0;
}

.list-flow li:last-child::after {
  display: none;
  content: none;
}

.list-link-1 {
  padding: 0;
  list-style: none;
}

.list-link-1 li {
  margin: 0 0 6px;
}

.list-link-1 li:last-child {
  margin-bottom: 0;
}

.list-link-1 li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  text-decoration: none;
}

@media (min-width: 769px) {
  .list-link-1 li a:hover {
    text-decoration: underline;
  }
}

.list-link-1 li a:not([target])::before {
  position: absolute;
  top: 10px;
  left: 2px;
  display: block;
  width: 9px;
  height: 9px;
  margin: 0;
  content: "";
  border-top: 2px solid #00347c;
  border-right: 2px solid #00347c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list-link-1 li a:not([target])::before {
    top: 8px;
  }
}

@media (max-width: 768px) {
  .list-link-1 li a:not([target])::before {
    top: 8px;
  }
}

.list-link-1 li a[target="_blank"]::before {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 13px;
  height: 11px;
  content: "";
  background-image: url("/assets/images/icon-window-2.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .list-link-1 li a[target="_blank"]::before {
    top: 6px;
  }
}

.list-note-1 {
  display: table;
  padding: 0;
  list-style: none;
}

.list-note-1 > li {
  display: table-row;
  text-indent: 0;
}

.list-note-1 > li .list-note-1__mark {
  display: table-cell;
  padding-right: 0.5rem;
  white-space: nowrap;
}

.list-note-1 > li .list-note-1__content {
  display: table-cell;
}

.list-note-1--multiline li .list-note-1__mark,
.list-note-1--multiline li .list-note-1__content {
  padding-top: 0.5rem;
}

.list-note-1--multiline li:first-child .list-note-1__mark,
.list-note-1--multiline li:first-child .list-note-1__content {
  padding-top: 0;
}

.nav-anchor {
  padding: 30px;
  margin: 0 0 20px;
  background-color: #f6faff;
}

@media (max-width: 768px) {
  .nav-anchor {
    padding: 25px 10px;
  }
}

.nav-anchor__head {
  margin: -8px 0 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #00347c;
}

.nav-anchor__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-anchor__list li {
  margin: 0 0 10px;
}

.nav-anchor__list li:last-child {
  margin-bottom: 0;
}

.nav-anchor__list li a {
  position: relative;
  display: block;
  padding: 13px 19px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #00347c;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nav-anchor__list li a {
    padding: 16px 19px 10px;
  }
}

@media (min-width: 769px) {
  .nav-anchor__list li a:hover {
    opacity: 0.7;
  }
}

.nav-anchor__list li a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  margin: -2px 0 0;
  content: "";
  border-right: 2px solid #00347c;
  border-bottom: 2px solid #00347c;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.nav-content {
  margin: 0 0 90px;
}

@media (max-width: 768px) {
  .nav-content {
    margin: 0 0 45px;
  }
}

.nav-content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: -22px -11px 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .nav-content ul {
    margin: -15px 0 0;
  }
}

.nav-content ul li {
  min-height: 70px;
  margin: 22px 11px 0;
}

@media (max-width: 768px) {
  .nav-content ul li {
    width: 100%;
    margin: 15px 0 0;
  }
}

.nav-content ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 16px 44px 16px 20px;
  font-size: 18px;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  background-color: #00347c;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (min-width: 769px) {
  .nav-content ul li a:hover {
    opacity: 0.7;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nav-content ul li a {
    padding: 22px 44px 16px 20px;
  }
}

.nav-content ul li a::after {
  position: absolute;
  top: 50%;
  right: 19px;
  display: block;
  width: 11px;
  height: 11px;
  margin: -2px 0 0;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.onlinestore {
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .onlinestore.is-open {
    z-index: 2;
  }
}

@media (max-width: 768px) {
  .onlinestore::before {
    margin-top: -4px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.is-open .onlinestore::before {
  margin-top: -3px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

@media (max-width: 768px) {
  .is-open .onlinestore::before {
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.onlinestore__box {
  position: relative;
  height: 72px;
  font-size: 0;
  text-align: center;
  background-color: #00347c;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .onlinestore__box {
    height: 100%;
    border: 0 none;
  }
}

.is-open .onlinestore__box {
  z-index: 10;
}

.onlinestore__box::before {
  position: absolute;
  top: -11px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -9px;
  content: "";
  border-color: transparent transparent #00347c;
  border-style: solid;
  border-width: 0 9px 12px;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

@media (max-width: 768px) {
  .onlinestore__box::before {
    display: none;
  }
}

.is-top .onlinestore__box::before {
  border-color: #00347c transparent transparent;
}

.is-open.is-top .onlinestore__box::before {
  position: absolute;
  top: auto;
  bottom: -11px;
  border-width: 12px 9px 0;
}

.onlinestore__head {
  margin: 0;
}

@media (max-width: 768px) {
  .onlinestore__head {
    padding: 17px 0 15px;
    font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
  }
}

.onlinestore__link {
  display: block;
  margin: 0;
  border-radius: 4px;
}

@media (max-width: 768px) {
  .onlinestore__link {
    width: 264px;
    height: auto;
    margin: 0 auto;
  }
}

.onlinestore__link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 12px -7px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .onlinestore__link ul {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.onlinestore__link ul li {
  padding: 0 7px;
  margin: 0;
}

@media (max-width: 768px) {
  .onlinestore__link ul li {
    width: 100%;
    padding: 0;
    margin-top: 14px;
  }

  .onlinestore__link ul li:first-child {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .onlinestore__link ul li a img {
    width: 100%;
  }
}

.onlinestore__link ul li a:hover {
  opacity: 0.75;
}

@media (max-width: 768px) {
  .onlinestore__link ul li a:hover {
    opacity: 1;
  }

  .onlinestore__link ul li a:hover img {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .onlinestore__link ul li a {
    display: block;
    height: 100%;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.5);
  }
}

.onlinestore__content {
  position: absolute;
  bottom: -9px;
  left: 50%;
  width: 378px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (max-width: 768px) {
  .onlinestore__content::before {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media (max-width: 768px) {
  .onlinestore__content {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: auto;
    height: 230px;
    margin: auto;
    -webkit-transform: none;
    transform: none;
  }
}

.is-open .onlinestore__content {
  bottom: -88px;
  padding-top: 17px;
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  .is-open .onlinestore__content {
    position: fixed;
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    z-index: 10;
    width: 294px;
    padding-top: 0;
    margin-top: -115px;
    margin-left: -147px;
    visibility: visible;
    opacity: 1;
  }
}

.is-open.is-top .onlinestore__content {
  padding-top: 0;
  padding-bottom: 17px;
  visibility: visible;
}

.onlinestore__close {
  display: none;
}

@media (max-width: 768px) {
  .onlinestore__close {
    display: block;
    padding: 19px 0;
    margin-top: 17px;
    border-top: 1px solid #fff;
  }

  .onlinestore__close img {
    width: initial;
    height: 12px;
  }
}

/* 210217 cautionTxt add */
.caution__plus .onlinestore__link__ano-text {
  padding: 5px 20px 15px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2;
  color: #fff;
  text-align: left;
}

@media (max-width: 768px) {
  .caution__plus .onlinestore__link__ano-text {
    padding: 20px 20px 5px;
  }
}

.caution__plus .onlinestore__box {
  height: auto;
}

.is-open .onlinestore__content.caution__plus {
  bottom: -150px;
}

@media (max-width: 768px) {
  .caution__plus .onlinestore__link ul li a {
    height: 48px;
  }
}

.product-image {
  flex-shrink: 0;
  align-self: flex-start;
  width: 240px;
  padding: 20px 20px 10px;
  margin: 0 auto;
  background-color: #fff;
  -ms-flex-negative: 0;
  -ms-flex-item-align: start;
}

@media (max-width: 768px) {
  .product-image {
    width: 100%;
    padding: 10px;
    margin: 0 0 20px;
  }
}

.product-image figure {
  max-width: 100%;
  margin: 0;
}

.product-image figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.product-image--lunaj figure img {
  max-width: 80%;
}

.product-image--kaze figure img {
  max-width: 75%;
}

.product-image--cii figure img {
  max-width: 75%;
}

.product-image--chewable figure img {
  max-width: 75%;
}

.product-image--siroop-1 figure img {
  max-width: 54%;
}

.product-image--siroop-2 figure img {
  max-width: 30%;
}

.product-image--siroop-3 figure img {
  max-width: 30%;
}

.product-image--siroop-4 figure img {
  max-width: 30%;
}

.product-image__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 9px 0 0;
}

.product-image__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 3px 6px;
  margin: 0;
  font-size: 12px;
  line-height: 1.3333333333;
  color: #666666;
  border: 1px solid #999999;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.product-image__num {
  display: inline-block;
  padding: 2px 4px;
  margin: 0 2px;
  line-height: 1;
  border: 1px solid #999;
}

.product-image__deduction {
  flex-grow: 1;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}

.product-image__deduction img {
  display: block;
  width: 61px;
  margin: 0 0 0 auto;
}

@media (max-width: 768px) {
  .product-image__deduction img {
    width: 66px;
  }
}

.product-image__new {
  margin: -10px 0 6px;
  font-size: 14px;
  line-height: 1.4285714286;
}

@media (max-width: 768px) {
  .product-image__new {
    margin: 0 0 10px;
  }
}

.product-image__new span {
  display: inline-block;
  padding: 1px 12px 0;
  color: #fff;
  vertical-align: top;
  background-color: #ff1023;
  border-radius: 14px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .product-image__new span {
    padding-top: 6px;
  }
}

.strong-1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  color: #be1a32;
}

.table-1 {
  width: 100%;
  margin: 0 0 20px;
}

.table-1 th,
.table-1 td {
  font-size: 14px;
  line-height: 1.6;
  border: 1px solid #dfdfdf;
}

.table-1 thead th {
  padding: 3px 18px;
  font-weight: normal;
  color: #fff;
  background-color: #00347c;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table-1 thead th {
    padding-top: 5px !important;
  }
}

.table-1 tbody th,
.table-1 tbody td {
  padding: 12px 18px;
}

@media (max-width: 768px) {
  .table-1 tbody th,
  .table-1 tbody td {
    padding: 10px 12px;
  }
}

.table-1 tr:nth-child(2n + 2) {
  background-color: #f1f4f9;
}

.table-2 {
  width: 100%;
  margin: 0 0 20px;
}

.table-2 th,
.table-2 td {
  line-height: 1.6;
  border: 1px solid #dfdfdf;
}

.table-2 th {
  font-weight: normal;
}

.table-2 thead th {
  color: #fff;
  background-color: #666666;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table-2 thead th {
    padding-top: 5px !important;
  }
}

.table-2 tbody th,
.table-2 tbody td {
  background-color: #fff;
}

.table-2 tbody td {
  padding: 12px 18px;
}

@media (max-width: 768px) {
  .table-2 tbody td {
    padding: 10px 8px;
  }
}

.table-2 tbody tr:nth-child(2n + 2) th,
.table-2 tbody tr:nth-child(2n + 2) td {
  background-color: #f8f8f8;
}

.table-3 {
  width: 100%;
  margin: 0 0 1.5rem;
}

.table-3 th {
  background-color: #f1f4f9;
}

@media (max-width: 768px) {
  .table-3 th {
    white-space: normal;
  }
}

.table-3 th,
.table-3 td {
  padding: 12px 19px;
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: left;
  border: 1px solid #cccccc;
}

.table-3 th > *:last-child,
.table-3 td > *:last-child {
  margin-bottom: 0;
}

.table-product {
  width: 100%;
  margin: 0 0 1.5rem;
}

@media (max-width: 768px) {
  .table-product {
    display: block;
  }

  .table-product thead,
  .table-product tbody,
  .table-product tr,
  .table-product th,
  .table-product td {
    display: block;
  }
}

.table-product__head {
  margin: 0 0 10px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .table-product tr {
    margin-bottom: 20px;
  }
}

.table-product th {
  background-color: #f1f4f9;
}

@media (max-width: 768px) {
  .table-product th {
    white-space: normal;
  }
}

.table-product th,
.table-product td {
  padding: 19px;
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: left;
  border: 1px solid #cccccc;
}

@media (max-width: 768px) {
  .table-product th,
  .table-product td {
    padding: 15px;
  }
}

.table-product th > *:last-child,
.table-product td > *:last-child {
  margin-bottom: 0;
}

.table-product td {
  margin-top: -1px;
}

.table-product__btn {
  padding: 0;
  margin: 0;
  list-style: none;
}

.table-product__btn li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  padding: 9px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4285714286;
  color: #000000;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #dfdfdf;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .table-product__btn li a {
    max-width: 100%;
  }
}

@media (min-width: 769px) {
  .table-product__btn li a:hover {
    opacity: 0.7;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .table-product__btn li a {
    padding: 15px 0 9px;
  }
}

@media (max-width: 768px) {
  .table-product__btn li a {
    font-size: 14px;
    line-height: 1.4285714286;
  }
}

.table-product__btn li a::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

@media (max-width: 768px) {
  .table-product__btn li a::after {
    right: 16px;
  }
}

@media (max-width: 768px) {
  .table-scroll {
    overflow-x: scroll;
  }

  .table-scroll th,
  .table-scroll td {
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.text-notice-1 {
  font-size: 12px;
}

.text-notice {
  padding-bottom: 3px;
  font-weight: normal;
  background-image: url("/assets/images/text-wavy-bg.png");
  background-repeat: repeat-x;
  background-position: 0 bottom;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .text-notice {
    padding-bottom: 0;
  }
}

.about-feature {
  margin: 0 0 110px;
}

@media (max-width: 768px) {
  .about-feature {
    padding: 0 10px;
    margin: 0 0 60px;
  }
}

.about-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0 0 50px;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

@media (max-width: 768px) {
  .about-feature__list {
    display: block;
    margin: 0 0 30px;
  }
}

.about-feature__list > li {
  width: calc((100% - 100px) / 4);
}

@media (max-width: 768px) {
  .about-feature__list > li {
    width: 100%;
    margin: 0 0 24px;
  }

  .about-feature__list > li:last-child {
    margin-bottom: 0;
  }
}

.about-feature__img {
  margin: 0 0 12px;
}

.about-feature__img img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.about-feature__head {
  margin: 0 0 4px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .about-feature__head {
    font-size: 18px;
  }
}

.about-feature__desc {
  margin: 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  .about-feature__desc {
    line-height: 1.5625;
  }
}

.about-feature__btn {
  margin: 0;
}

.about-feature__btn > a {
  display: block;
  width: 385px;
  padding: 29px 0;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #00347c;
}

@media (max-width: 768px) {
  .about-feature__btn > a {
    width: 100%;
    max-width: 290px;
    padding: 20px 0;
    font-size: 16px;
  }
}

.about-feature__btn > a::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: -3px 0 0 6px;
  vertical-align: middle;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .about-feature__btn > a::after {
    border-width: 1px;
  }
}

.about-feature__btn > a:hover {
  opacity: 0.7;
}

.about-history {
  margin: 0 0 70px;
}

@media (max-width: 768px) {
  .about-history {
    margin: 0 0 40px;
  }
}

.about-history > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .about-history {
    padding: 0 10px;
  }
}

.about-history__item {
  position: relative;
  min-height: 430px;
  padding: 0 8px 70px 574px;
  margin: 0 0 70px;
  border-bottom: 1px solid #e6ebf2;
}

@media (max-width: 768px) {
  .about-history__item {
    min-height: 0;
    padding: 0;
    margin: 0 0 35px;
    border: 0 none;
  }
}

.about-history__item > *:first-child {
  margin-top: 0;
}

.about-history__img {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #d4dce9;
}

@media (max-width: 768px) {
  .about-history__img {
    position: static;
    margin: 0 0 30px;
  }
}

.about-history__img img {
  display: block;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 768px) {
  .about-history__img img {
    max-width: 50%;
    margin: 0 auto;
  }
}

.about-history__img--arrow::after {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 1;
  width: 58px;
  height: 285px;
  content: "";
  background-image: url("/assets/images/about/history-arrow.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

@media (max-width: 768px) {
  .about-history__img--arrow::after {
    display: none;
    content: none;
  }
}

.about-history__img-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 530px;
  height: 353px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .about-history__img-inner {
    width: auto;
    height: 250px;
  }
}

.about-history__caption {
  margin: 10px 0 0;
  font-size: 14px;
}

.about-history__desc {
  margin: 0;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .about-history__desc {
    line-height: 1.5625;
  }
}

.about-lead {
  padding: 0;
  margin: 0 0 70px;
}

@media (max-width: 768px) {
  .about-lead {
    padding: 0 10px;
    margin: 0 0 35px;
  }
}

.about-lead__main {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.64;
  text-align: center;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .about-lead__main {
    margin: 0 0 12px;
    font-size: 28px;
    text-align: left;
    letter-spacing: 1px;
  }
}

.about-lead__main > strong {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: normal;
  color: #ff438a;
}

.about-lead__sub {
  width: 800px;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .about-lead__sub {
    width: 100%;
    line-height: 1.5625;
    text-align: left;
  }
}

.about-message {
  margin: 0 0 100px;
}

.about-message > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .about-message {
    padding: 0 10px;
    margin: 0 0 35px;
  }
}

.about-message__head {
  margin: 0 0 30px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 768px) {
  .about-message__head {
    margin: 0 0 24px;
    font-size: 17px;
  }
}

.about-message__desc {
  margin: 0 0 16px;
  line-height: 1.75;
  text-align: center;
}

@media (max-width: 768px) {
  .about-message__desc {
    line-height: 1.5625;
    text-align: left;
  }
}

.ch-main-visual {
  padding: 100px 0 0;
}

@media (max-width: 768px) {
  .ch-main-visual {
    padding: 32.5px 0 0;
    margin: 0 0 40px;
  }
}

.ch-main-visual__head {
  margin: 0 0 14px;
}

.ch-main-visual__image {
  display: block;
  max-width: 137px;
  margin: 0 auto 6px;
}

@media (max-width: 768px) {
  .ch-main-visual__image {
    max-width: 104px;
    margin: 0 auto 4px;
  }
}

.ch-main-visual__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.ch-main-visual__text {
  display: block;
  font-size: 36px;
  line-height: 1.6666666667;
  color: #00347c;
  text-align: center;
}

@media (max-width: 768px) {
  .ch-main-visual__text {
    font-size: 30px;
  }
}

.ch-main-visual__catch {
  margin: 0 0 30px;
  font-size: 30px;
  line-height: 1.6666666667;
  text-align: center;
}

@media (max-width: 768px) {
  .ch-main-visual__catch {
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 1.6153846154;
  }
}

.ch-main-visual__desc {
  padding: 0 150px;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .ch-main-visual__desc {
    padding: 0;
  }
}

.ch-main-visual__about {
  min-height: 490px;
  padding: 102px 0 0;
  background-image: url("/assets/images/ch/main-visual-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width: 768px) {
  .ch-main-visual__about {
    min-height: 0;
    background-image: url("/assets/images/ch/sp/main-visual-bg.png");
    background-size: 100%;
  }
}

.ch-product-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 4px 0 0;
  border-top: 1px solid #cccccc;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.ch-product-data__col-1,
.ch-product-data__col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 20px 0 0;
}

.ch-product-data__title {
  margin: 0 11px 0 0;
  font-size: 12px;
  font-weight: normal;
}

.ch-product-data__element {
  margin: 0;
  font-size: 14px;
}

.ch-product-data__element span {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  line-height: normal;
  line-height: 1.41666667;
  border-radius: 27px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ch-product-data__element span {
    padding-top: 5px !important;
  }
}

.ch-product-data__element--1 span {
  color: #067d00;
  border: 1px solid #067d00;
}

.ch-product-data__element--2 span {
  color: #eb1d9b;
  border: 1px solid #eb1d9b;
}

.ch-product-data__element--3 span {
  color: #d47f00;
  border: 1px solid #d47f00;
}

.ch-product-data__element--4 span {
  color: #00347d;
  border: 1px solid #00347d;
}

.ch-product-data__age {
  padding: 0 24px;
  margin: 0;
  font-size: 14px;
  color: #fff;
  background-color: #00347c;
  border-radius: 3px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ch-product-data__age {
    padding-top: 5px !important;
  }
}

.ch-product-effect {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: -10px 0 14px;
  vertical-align: top;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.ch-product-effect__item {
  position: relative;
  padding: 0 0 0 24px;
  margin: 10px 20px 0 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2857142857;
  color: #00347c;
}

@media (max-width: 768px) {
  .ch-product-effect__item {
    padding: 0 0 0 20px;
    font-size: 12px;
  }
}

.ch-product-effect__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ch-product-effect__item::before {
    margin-top: -2px;
  }
}

@media (max-width: 768px) {
  .ch-product-effect__item::before {
    width: 16px;
    height: 16px;
  }
}

.ch-product-effect__item:last-child {
  margin-right: 0;
}

.ch-product-effect__item--1::before {
  background-image: url("/assets/images/icon-effect-01.svg");
}

.ch-product-effect__item--2::before {
  background-image: url("/assets/images/icon-effect-02.svg");
}

.ch-product-effect__item--3::before {
  background-image: url("/assets/images/icon-effect-03.svg");
}

.ch-product-effect__item--4::before {
  background-image: url("/assets/images/icon-effect-04.svg");
}

.ch-product-effect__item--5::before {
  background-image: url("/assets/images/icon-effect-05.svg");
}

.ch-product-effect__item--6::before {
  background-image: url("/assets/images/icon-effect-06.svg");
}

.ch-product-feature {
  margin: 0 0 60px;
  overflow: hidden;
}

.ch-product-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 16px -10px 0;
  list-style: none;
}

@media (max-width: 768px) {
  .ch-product-feature__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ch-product-feature__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3 - 20px);
  padding: 14.5px 20px;
  margin: 0 10px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  background-image: url("/products/images/bg-heart.png");
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px dotted #afc0d7;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .ch-product-feature__list li {
    width: 100%;
    min-height: 84px;
    margin: 0 10px 10px;
  }

  .ch-product-feature__list li:last-child {
    margin-bottom: 0;
  }
}

.ch-product-feature__list li span {
  display: block;
}

.ch-product-feature__list li strong {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #bf1a32;
}

.ch-product-feature--a .ch-product-feature__item,
.ch-product-feature--ex-pain .ch-product-feature__item,
.ch-product-feature--lunaj .ch-product-feature__item,
.ch-product-feature--kids-cold-2 .ch-product-feature__item {
  width: calc((100% / 3) - 20px);
}

@media (max-width: 768px) {
  .ch-product-feature--a .ch-product-feature__item,
  .ch-product-feature--ex-pain .ch-product-feature__item,
  .ch-product-feature--lunaj .ch-product-feature__item,
  .ch-product-feature--kids-cold-2 .ch-product-feature__item {
    width: 100%;
  }
}

.ch-product-feature--a .ch-product-feature__content,
.ch-product-feature--ex-pain .ch-product-feature__content,
.ch-product-feature--lunaj .ch-product-feature__content,
.ch-product-feature--kids-cold-2 .ch-product-feature__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ch-product-feature--a .ch-product-feature__col-1,
.ch-product-feature--ex-pain .ch-product-feature__col-1,
.ch-product-feature--lunaj .ch-product-feature__col-1,
.ch-product-feature--kids-cold-2 .ch-product-feature__col-1 {
  margin-bottom: 10px;
}

.ch-product-feature--a .ch-product-feature__col-1 img,
.ch-product-feature--ex-pain .ch-product-feature__col-1 img,
.ch-product-feature--lunaj .ch-product-feature__col-1 img,
.ch-product-feature--kids-cold-2 .ch-product-feature__col-1 img {
  margin: 0 auto;
}

.ch-product-feature--kids-cold-2 .ch-product-feature__col-2 {
  text-align: center;
}

.ch-product-feature--kids-cold .ch-product-feature__item {
  width: 100%;
  padding: 30px 25px;
}

@media (max-width: 768px) {
  .ch-product-feature--kids-cold .ch-product-feature__item {
    width: 100%;
    padding: 30px 18px;
  }
}

.ch-product-feature--kids-cold .ch-product-feature__col-1 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .ch-product-feature--kids-cold .ch-product-feature__col-1 {
    margin-right: 0;
  }
}

.ch-product-feature--kids-cold .ch-product-feature__col-2 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ch-product-feature--kids-cold .ch-product-feature__list.ch-product-feature__list--col-1 > li {
  width: 100%;
}

.ch-product-feature--kids-cold .ch-product-feature__list.ch-product-feature__list--col-2 > li {
  width: 50%;
}

@media (max-width: 768px) {
  .ch-product-feature--kids-cold .ch-product-feature__list.ch-product-feature__list--col-2 > li {
    width: 100%;
  }
}

.ch-product-feature--a .ch-product-feature__head::after {
  background: #00347c;
}

.ch-product-feature--light .ch-product-feature__head::after {
  background: #60b6ec;
}

.ch-product-feature--premium .ch-product-feature__head::after {
  background: #00347c;
}

.ch-product-feature--ex-pain .ch-product-feature__head::after {
  background: #00347c;
}

.ch-product-feature--ex-cold .ch-product-feature__head::after {
  background: #b4812e;
}

.ch-product-feature--lunaj .ch-product-feature__head::after {
  background: #f54d91;
}

.ch-product-feature--lunai .ch-product-feature__head::after {
  background: #e80066;
}

@media (max-width: 768px) {
  .ch-product-feature {
    margin: 0 0 40px;
  }
}

.ch-product-feature__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -10px 0;
}

@media (max-width: 768px) {
  .ch-product-feature__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -10px 0 0;
  }
}

.ch-product-feature__item {
  position: relative;
  width: calc((100% / 2) - 20px);
  padding: 50px 25px 30px;
  margin: 20px 10px 0;
  overflow: hidden;
  border: 2px solid #e6ebf2;
}

@media (max-width: 768px) {
  .ch-product-feature__item {
    width: 100%;
    padding: 40px 24px 20px;
    margin: 10px 0 0;
  }
}

.ch-product-feature__notice {
  margin: 16px 0 0;
  font-size: 12px;
}

@media (max-width: 768px) {
  .ch-product-feature__notice {
    margin: 10px 0 0;
  }
}

.ch-product-feature__head {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 12px;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 1px;
}

.ch-product-feature__head::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -12px;
  z-index: -1;
  display: block;
  content: "";
  background: #00347c;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.ch-product-feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .ch-product-feature__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ch-product-feature__col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

@media (max-width: 768px) {
  .ch-product-feature__col-1 {
    margin: 0 0 16px;
  }
}

.ch-product-feature__col-1 img {
  display: block;
}

@media (max-width: 768px) {
  .ch-product-feature__col-1 img {
    margin: 0 auto;
  }
}

.ch-product-feature__col-2 {
  width: 306px;
}

@media (max-width: 768px) {
  .ch-product-feature__col-2 {
    width: 100%;
  }
}

.ch-product-feature__head-2 {
  margin: 0 0 10px;
  font-weight: bold;
}

.ch-product-feature__head-2 strong {
  font-size: 30px;
  line-height: 1.2;
  color: #bf1a32;
}

@media (max-width: 768px) {
  .ch-product-feature__head-2 strong {
    font-size: 26px;
  }
}

.ch-product-feature__head-2 span {
  margin: 2px 0;
  font-size: 18px;
  line-height: 1.4;
  color: #00347c;
}

@media (max-width: 768px) {
  .ch-product-feature__head-2 span {
    font-size: 18px;
  }
}

.ch-product-feature__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.ch-product-feature__caption {
  display: block;
  width: 100%;
  margin-top: 6px;
  font-size: 12px;
  color: #00347c;
  text-align: center;
}

.ch-product-feature__image {
  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;
}

@media (max-width: 768px) {
  .ch-product-feature__image {
    width: 100%;
  }
}

.ch-product {
  position: relative;
  padding: 50px 40px 30px;
  margin: 0 0 20px;
  border-radius: 10px;
}

.ch-product-note {
  display: table;
  padding: 0;
  margin: 0 0 12px;
  list-style: none;
}

.ch-product-note li {
  display: table-row;
  font-size: 12px;
}

.ch-product-note__mark {
  display: table-cell;
  padding-right: 0.5rem;
  white-space: nowrap;
}

.ch-product-note__content {
  display: table-cell;
}

.ch-product--a {
  background-color: #f0f3f7;
}

.ch-product--light {
  background-color: #f1faff;
}

.ch-product--premiumdx {
  background-color: #f1f4f9;
}

.ch-product--premium {
  background-color: #f1f4f9;
}

.ch-product--ex-pain {
  background-color: #f0f1f6;
}

.ch-product--ex-cold {
  background-color: #faf6f0;
}

.ch-product--lunaj {
  background-color: #fffeee;
}

.ch-product--lunai {
  background-color: #fef2f7;
}

.ch-product--kids-pain {
  background-color: #ffefe9;
}

.ch-product--kids-cold {
  padding: 20px 40px 44px;
  background-color: #fff2f7;
}

.ch-product--kids-cold-2 {
  padding: 20px 40px 44px;
  background-color: #fff7eb;
}

.ch-product--kids-cold-3 {
  padding: 20px 40px 44px;
  background-color: #effbff;
}

.ch-product--kids-cold-4 {
  padding: 20px 40px 44px;
  background-color: #edfae6;
}

.ch-product--kids-cold-5 {
  background-color: #fff2f2;
}

@media (max-width: 768px) {
  .ch-product {
    padding: 20px;
  }
}

.ch-product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .ch-product__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ch-product__notice {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 768px) {
  .ch-product__notice {
    margin: 0;
  }
}

.ch-product__col-1 {
  flex-grow: 1;
  padding: 16px 40px 0 0;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}

@media (max-width: 768px) {
  .ch-product__col-1 {
    padding: 0 30px;
    margin: 14px 0 20px;
  }
}

.ch-product__col-1 img {
  max-width: 100%;
}

.ch-product__col-1 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin: 0 -25px;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.ch-product__col-1 > ul > li {
  padding: 0 25px;
}

.ch-product__col-1 > ul > li > img {
  display: block;
}

.ch-product__col-1 > ul > li span {
  font-size: 13px;
  font-weight: bold;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ch-product__col-1 > ul > li span {
    padding-top: 8px !important;
  }
}

.ch-product__col-2 {
  width: 550px;
}

@media (max-width: 768px) {
  .ch-product__col-2 {
    width: 100%;
  }
}

.ch-product__col-2 > *:last-child {
  margin-bottom: 0;
}

.ch-product__head {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 28px;
  font-size: 26px;
  line-height: 1.17647058824;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ch-product__head {
    padding-top: 5px !important;
  }
}

@media (max-width: 768px) {
  .ch-product__head {
    margin: 0 0 20px;
    font-size: 23px;
  }
}

.ch-product__head::before {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0;
  width: 6px;
  content: "";
  background-color: #000;
}

.ch-product--a .ch-product__head {
  color: #003a7b;
}

.ch-product--a .ch-product__head::before {
  background-color: #003a7b;
}

.ch-product--light .ch-product__head {
  color: #003a7b;
}

.ch-product--light .ch-product__head::before {
  background-color: #003a7b;
}

.ch-product--premium .ch-product__head {
  color: #192654;
}

.ch-product--premium .ch-product__head::before {
  background-color: #192654;
}

.ch-product--ex-pain .ch-product__head {
  color: #162674;
}

.ch-product--ex-pain .ch-product__head::before {
  background-color: #162674;
}

.ch-product--ex-cold .ch-product__head {
  color: #b4812e;
}

.ch-product--ex-cold .ch-product__head::before {
  background-color: #b4812e;
}

.ch-product--lunaj .ch-product__head {
  color: #f54d91;
}

.ch-product--lunaj .ch-product__head::before {
  background-color: #f54d91;
}

.ch-product--lunai .ch-product__head {
  color: #e80066;
}

.ch-product--lunai .ch-product__head::before {
  background-color: #e80066;
}

.ch-product--kids-pain .ch-product__head {
  color: #e6352f;
}

.ch-product--kids-pain .ch-product__head::before {
  background-color: #e6352f;
}

.ch-product--kids-cold .ch-product__head {
  color: #ee3653;
}

.ch-product--kids-cold .ch-product__head::before {
  background-color: #ee3653;
}

.ch-product--kids-cold-2 .ch-product__head {
  color: #ff7149;
}

.ch-product--kids-cold-2 .ch-product__head::before {
  background-color: #ff7149;
}

.ch-product--kids-cold-3 .ch-product__head {
  color: #00b0e3;
}

.ch-product--kids-cold-3 .ch-product__head::before {
  background-color: #00b0e3;
}

.ch-product--kids-cold-4 .ch-product__head {
  color: #57c221;
}

.ch-product--kids-cold-4 .ch-product__head::before {
  background-color: #57c221;
}

.ch-product--kids-cold-5 .ch-product__head {
  color: #f00400;
}

.ch-product--kids-cold-5 .ch-product__head::before {
  background-color: #f00400;
}

.ch-product__head--outer {
  display: flex;
}

.ch-product__new {
  display: inline;
  margin: 0 10px;
  font-size: 14px;
  line-height: 1.4285714286;
}

@media (max-width: 768px) {
  .ch-product__new {
    align-self: center;
    margin: -15px 0 10px 4px;
  }
}

.ch-product__new span {
  display: inline-block;
  padding: 1px 12px 0;
  margin-top: 6px;
  color: #fff;
  vertical-align: top;
  background-color: #ff1023;
  border-radius: 14px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ch-product__new span {
    padding-top: 6px;
  }
}

.ch-product__desc {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.6;
}

.ch-product__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 14px;
}

.ch-product__type p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 2px 6px;
  margin: 0;
  font-size: 13px;
  line-height: normal;
  color: #666666;
  white-space: nowrap;
  border: 1px solid #999999;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.ch-product__type--num {
  display: inline-block;
  padding: 0 4px;
  margin: 0 2px;
  line-height: 1.2;
  vertical-align: middle;
  border: 1px solid #999999;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ch-product__type span {
    padding-top: 2px !important;
  }
}

.ch-product__catch {
  margin: 0 0 16px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.1764705882;
}

@media (max-width: 768px) {
  .ch-product__catch {
    font-size: 30px;
    line-height: 1.3333333333;
  }
}

.ch-product__catch strong {
  color: #bf1a32;
}

.ch-product__catch sup {
  font-size: 20px;
}

.ch-product-element {
  padding: 10px 0 0;
  margin: 0;
  border-top: 1px solid #ccd6e5;
}

@media (max-width: 768px) {
  .ch-product-element {
    margin: 0;
  }
}

.ch-product-element__head {
  margin: 0;
  font-size: 14px;
}

.ch-product-element__tax {
  margin: 0;
  text-align: right;
}

.ch-product-element__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .ch-product-element__content {
    margin: 0;
  }
}

.ch-product-element__content > span {
  padding: 0;
  margin: 0 7px 5px 0;
  font-size: 12px;
  line-height: 17px;
  border: 1px solid transparent;
  border-radius: 10px;
}

.ch-product-element__content > span.ch-product-element__content-1,
.ch-product-element__content > span.ch-product-element__content-2,
.ch-product-element__content > span.ch-product-element__content-3,
.ch-product-element__content > span.ch-product-element__content-4 {
  padding: 2px 7px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .ch-product-element__content > span.ch-product-element__content-1,
  .ch-product-element__content > span.ch-product-element__content-2,
  .ch-product-element__content > span.ch-product-element__content-3,
  .ch-product-element__content > span.ch-product-element__content-4 {
    padding-top: 3px;
  }
}

.ch-product-element__content > span.ch-product-element__content-1 {
  color: #067d00;
  border: 1px solid #067d00;
}

.ch-product-element__content > span.ch-product-element__content-2 {
  color: #eb1d9b;
  border: 1px solid #eb1d9b;
}

.ch-product-element__content > span.ch-product-element__content-3 {
  color: #d47f00;
  border: 1px solid #d47f00;
}

.ch-product-element__content > span.ch-product-element__content-4 {
  color: #00347d;
  border: 1px solid #00347d;
}

.ch-product-element__content > span.ch-product-element__content-text {
  padding: 2px 0 0;
  font-weight: bold;
}

.ch-product-element__notice {
  font-size: 12px;
}

.ch-btn-store {
  max-width: 420px;
  margin: 50px auto 70px;
}

.ch-lineup-product__btn-1 {
  position: relative;
  display: block;
  padding: 9px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 4px solid #dfdfdf;
}

.ch-lineup-product__btn-1::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.ch-clinical-trial .ch-lineup-product__btn-1 {
  padding: 31.5px 20px;
  font-size: 18px;
}

@media (min-width: 769px) {
  .ch-lineup-product__btn-1:hover {
    opacity: 0.7;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ch-lineup-product__btn-1 {
    padding: 15px 0 9px;
  }
}

@media (max-width: 768px) {
  .ch-lineup-product__btn-1 {
    font-size: 18px;
    line-height: 1.5;
  }

  .ch-lineup-product__btn-1::after {
    right: 16px;
  }

  .ch-clinical-trial .ch-lineup-product__btn-1 {
    padding: 21.5px 20px;
  }
}

.ch-btn-01 {
  margin: 50px 0 0;
}

.ch-btn-01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 82px;
  text-decoration: none;
}

.ch-btnStyle-01 {
  color: #fff;
  background-color: #00347d;
}

.ch-btnStyle-02 {
  color: #fff;
  background-color: #4c99e2;
}

.ch-btn-01 a::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 -2px 4px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

@media (max-width: 768px) {
  .ch-btn-01 {
    padding: 0 24px;
    margin: 30px 0 0;
  }

  .ch-btn-01 a {
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    line-height: 66px;
    border-width: 2px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .ch-btn-01 a:hover {
    opacity: 0.7;
  }
}

.ch-asidearea--clinical-trial {
  width: 1100px;
  margin: 0 auto 100px;
}

@media (max-width: 768px) {
  .ch-asidearea--clinical-trial {
    width: auto;
    padding: 0 10px;
    margin-bottom: 32.5px;
  }
}

/* ko */
.ko-main-visual {
  padding: 100px 0 0;
}

@media (max-width: 768px) {
  .ko-main-visual {
    padding: 32.5px 0 0;
    margin: 0 0 40px;
  }
}

.ko-main-visual__head {
  margin: 0 0 14px;
}

.ko-main-visual__image {
  display: block;
  max-width: 137px;
  margin: 0 auto 6px;
}

@media (max-width: 768px) {
  .ko-main-visual__image {
    max-width: 104px;
    margin: 0 auto 4px;
  }
}

.ko-main-visual__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.ko-main-visual__text {
  display: block;
  font-size: 36px;
  line-height: 1.6666666667;
  color: #00347c;
  text-align: center;
}

@media (max-width: 768px) {
  .ko-main-visual__text {
    font-size: 30px;
  }
}

.ko-main-visual__catch {
  margin: 0 0 30px;
  font-size: 30px;
  line-height: 1.6666666667;
  text-align: center;
}

@media (max-width: 768px) {
  .ko-main-visual__catch {
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 1.6153846154;
  }
}

.ko-main-visual__desc {
  padding: 0 150px;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .ko-main-visual__desc {
    padding: 0;
  }
}

.ko-main-visual__about {
  min-height: 490px;
  padding: 102px 0 0;
  background-image: url("/assets/images/ch/main-visual-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width: 768px) {
  .ko-main-visual__about {
    min-height: 0;
    background-image: url("/assets/images/ch/sp/main-visual-bg.png");
    background-size: 100%;
  }
}

.ko-product-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 4px 0 0;
  border-top: 1px solid #cccccc;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.ko-product-data__col-1,
.ko-product-data__col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 20px 0 0;
}

.ko-product-data__title {
  margin: 0 11px 0 0;
  font-size: 12px;
  font-weight: normal;
}

.ko-product-data__element {
  margin: 0;
  font-size: 14px;
}

.ko-product-data__element span {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  line-height: normal;
  line-height: 1.41666667;
  border-radius: 27px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ko-product-data__element span {
    padding-top: 5px !important;
  }
}

.ko-product-data__element--1 span {
  color: #067d00;
  border: 1px solid #067d00;
}

.ko-product-data__element--2 span {
  color: #eb1d9b;
  border: 1px solid #eb1d9b;
}

.ko-product-data__element--3 span {
  color: #d47f00;
  border: 1px solid #d47f00;
}

.ko-product-data__element--4 span {
  color: #00347d;
  border: 1px solid #00347d;
}

.ko-product-data__age {
  padding: 0 24px;
  margin: 0;
  font-size: 14px;
  color: #fff;
  background-color: #00347c;
  border-radius: 3px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ko-product-data__age {
    padding-top: 5px !important;
  }
}

.ko-product-effect {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: -10px 0 14px;
  vertical-align: top;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.ko-product-effect__item {
  position: relative;
  padding: 0 0 0 24px;
  margin: 10px 20px 0 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2857142857;
  color: #00347c;
}

@media (max-width: 768px) {
  .ko-product-effect__item {
    padding: 0 0 0 20px;
    font-size: 12px;
  }
}

.ko-product-effect__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ko-product-effect__item::before {
    margin-top: -2px;
  }
}

@media (max-width: 768px) {
  .ko-product-effect__item::before {
    width: 16px;
    height: 16px;
  }
}

.ko-product-effect__item:last-child {
  margin-right: 0;
}

.ko-product-effect__item--1::before {
  background-image: url("/assets/images/icon-effect-01.svg");
}

.ko-product-effect__item--2::before {
  background-image: url("/assets/images/icon-effect-02.svg");
}

.ko-product-effect__item--3::before {
  background-image: url("/assets/images/icon-effect-03.svg");
}

.ko-product-effect__item--4::before {
  background-image: url("/assets/images/icon-effect-04.svg");
}

.ko-product-effect__item--5::before {
  background-image: url("/assets/images/icon-effect-05.svg");
}

.ko-product-effect__item--6::before {
  background-image: url("/assets/images/icon-effect-06.svg");
}

.ko-product-feature {
  margin: 0 0 60px;
  overflow: hidden;
}

.ko-product-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 16px -10px 0;
  list-style: none;
}

@media (max-width: 768px) {
  .ko-product-feature__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.ko-product-feature__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3 - 20px);
  padding: 14.5px 20px;
  margin: 0 10px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  background-image: url("/products/images/bg-heart.png");
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px dotted #afc0d7;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .ko-product-feature__list li {
    width: 100%;
    min-height: 84px;
    margin: 0 10px 10px;
  }

  .ko-product-feature__list li:last-child {
    margin-bottom: 0;
  }
}

.ko-product-feature__list li span {
  display: block;
}

.ko-product-feature__list li strong {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #bf1a32;
}

.ko-product-feature--a .ko-product-feature__item,
.ko-product-feature--ex-pain .ko-product-feature__item,
.ko-product-feature--lunaj .ko-product-feature__item,
.ko-product-feature--kids-cold-2 .ko-product-feature__item {
  width: calc((100% / 3) - 20px);
}

@media (max-width: 768px) {
  .ko-product-feature--a .ko-product-feature__item,
  .ko-product-feature--ex-pain .ko-product-feature__item,
  .ko-product-feature--lunaj .ko-product-feature__item,
  .ko-product-feature--kids-cold-2 .ko-product-feature__item {
    width: 100%;
  }
}

.ko-product-feature--a .ko-product-feature__content,
.ko-product-feature--ex-pain .ko-product-feature__content,
.ko-product-feature--lunaj .ko-product-feature__content,
.ko-product-feature--kids-cold-2 .ko-product-feature__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.ko-product-feature--a .ko-product-feature__col-1,
.ko-product-feature--ex-pain .ko-product-feature__col-1,
.ko-product-feature--lunaj .ko-product-feature__col-1,
.ko-product-feature--kids-cold-2 .ko-product-feature__col-1 {
  margin-bottom: 10px;
}

.ko-product-feature--a .ko-product-feature__col-1 img,
.ko-product-feature--ex-pain .ko-product-feature__col-1 img,
.ko-product-feature--lunaj .ko-product-feature__col-1 img,
.ko-product-feature--kids-cold-2 .ko-product-feature__col-1 img {
  margin: 0 auto;
}

.ko-product-feature--kids-cold-2 .ko-product-feature__col-2 {
  text-align: center;
}

.ko-product-feature--kids-cold .ko-product-feature__item {
  width: 100%;
  padding: 30px 25px;
}

@media (max-width: 768px) {
  .ko-product-feature--kids-cold .ko-product-feature__item {
    width: 100%;
    padding: 30px 18px;
  }
}

.ko-product-feature--kids-cold .ko-product-feature__col-1 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .ko-product-feature--kids-cold .ko-product-feature__col-1 {
    margin-right: 0;
  }
}

.ko-product-feature--kids-cold .ko-product-feature__col-2 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.ko-product-feature--kids-cold .ko-product-feature__list.ko-product-feature__list--col-1 > li {
  width: 100%;
}

.ko-product-feature--kids-cold .ko-product-feature__list.ko-product-feature__list--col-2 > li {
  width: 50%;
}

@media (max-width: 768px) {
  .ko-product-feature--kids-cold .ko-product-feature__list.ko-product-feature__list--col-2 > li {
    width: 100%;
  }
}

.ko-product-feature--a .ko-product-feature__head::after {
  background: #00347c;
}

.ko-product-feature--light .ko-product-feature__head::after {
  background: #60b6ec;
}

.ko-product-feature--premium .ko-product-feature__head::after {
  background: #00347c;
}

.ko-product-feature--ex-pain .ko-product-feature__head::after {
  background: #00347c;
}

.ko-product-feature--ex-cold .ko-product-feature__head::after {
  background: #b4812e;
}

.ko-product-feature--lunaj .ko-product-feature__head::after {
  background: #f54d91;
}

.ko-product-feature--lunai .ko-product-feature__head::after {
  background: #e80066;
}

@media (max-width: 768px) {
  .ko-product-feature {
    margin: 0 0 40px;
  }
}

.ko-product-feature__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -10px 0;
}

@media (max-width: 768px) {
  .ko-product-feature__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -10px 0 0;
  }
}

.ko-product-feature__item {
  position: relative;
  width: calc((100% / 2) - 20px);
  padding: 50px 25px 30px;
  margin: 20px 10px 0;
  overflow: hidden;
  border: 2px solid #e6ebf2;
}

@media (max-width: 768px) {
  .ko-product-feature__item {
    width: 100%;
    padding: 40px 24px 20px;
    margin: 10px 0 0;
  }
}

.ko-product-feature__notice {
  margin: 16px 0 0;
  font-size: 12px;
}

@media (max-width: 768px) {
  .ko-product-feature__notice {
    margin: 10px 0 0;
  }
}

.ko-product-feature__head {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 12px;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 1px;
}

.ko-product-feature__head::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -12px;
  z-index: -1;
  display: block;
  content: "";
  background: #00347c;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.ko-product-feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .ko-product-feature__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ko-product-feature__col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

@media (max-width: 768px) {
  .ko-product-feature__col-1 {
    margin: 0 0 16px;
  }
}

.ko-product-feature__col-1 img {
  display: block;
}

@media (max-width: 768px) {
  .ko-product-feature__col-1 img {
    margin: 0 auto;
  }
}

.ko-product-feature__col-2 {
  width: 306px;
}

@media (max-width: 768px) {
  .ko-product-feature__col-2 {
    width: 100%;
  }
}

.ko-product-feature__head-2 {
  margin: 0 0 10px;
  font-weight: bold;
}

.ko-product-feature__head-2 strong {
  font-size: 30px;
  line-height: 1.2;
  color: #bf1a32;
}

@media (max-width: 768px) {
  .ko-product-feature__head-2 strong {
    font-size: 26px;
  }
}

.ko-product-feature__head-2 span {
  margin: 2px 0;
  font-size: 18px;
  line-height: 1.4;
  color: #00347c;
}

@media (max-width: 768px) {
  .ko-product-feature__head-2 span {
    font-size: 18px;
  }
}

.ko-product-feature__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.ko-product-feature__caption {
  display: block;
  width: 100%;
  margin-top: 6px;
  font-size: 12px;
  color: #00347c;
  text-align: center;
}

.ko-product-feature__image {
  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;
}

@media (max-width: 768px) {
  .ko-product-feature__image {
    width: 100%;
  }
}

.ko-product {
  position: relative;
  padding: 50px 40px 30px;
  margin: 0 0 20px;
  border-radius: 10px;
}

.ko-product-note {
  display: table;
  padding: 0;
  margin: 0 0 12px;
  list-style: none;
}

.ko-product-note li {
  display: table-row;
  font-size: 12px;
}

.ko-product-note__mark {
  display: table-cell;
  padding-right: 0.5rem;
  white-space: nowrap;
}

.ko-product-note__content {
  display: table-cell;
}

.ko-product--a {
  background-color: #f0f3f7;
}

.ko-product--light {
  background-color: #f1faff;
}

.ko-product--premiumdx {
  background-color: #f1f4f9;
}

.ko-product--premium {
  background-color: #f1f4f9;
}

.ko-product--ex-pain {
  background-color: #f0f1f6;
}

.ko-product--ex-cold {
  background-color: #faf6f0;
}

.ko-product--lunaj {
  background-color: #fffeee;
}

.ko-product--lunai {
  background-color: #fef2f7;
}

.ko-product--kids-pain {
  background-color: #ffefe9;
}

.ko-product--kids-cold {
  padding: 20px 40px 44px;
  background-color: #fff2f7;
}

.ko-product--kids-cold-2 {
  padding: 20px 40px 44px;
  background-color: #fff7eb;
}

.ko-product--kids-cold-3 {
  padding: 20px 40px 44px;
  background-color: #effbff;
}

.ko-product--kids-cold-4 {
  padding: 20px 40px 44px;
  background-color: #edfae6;
}

.ko-product--kids-cold-5 {
  background-color: #fff2f2;
}

@media (max-width: 768px) {
  .ko-product {
    padding: 20px;
  }
}

.ko-product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .ko-product__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.ko-product__notice {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 768px) {
  .ko-product__notice {
    margin: 0;
  }
}

.ko-product__col-1 {
  flex-grow: 1;
  padding: 16px 40px 0 0;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}

@media (max-width: 768px) {
  .ko-product__col-1 {
    padding: 0 30px;
    margin: 14px 0 20px;
  }
}

.ko-product__col-1 img {
  max-width: 100%;
}

.ko-product__col-1 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin: 0 -25px;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.ko-product__col-1 > ul > li {
  padding: 0 25px;
}

.ko-product__col-1 > ul > li > img {
  display: block;
}

.ko-product__col-1 > ul > li span {
  font-size: 13px;
  font-weight: bold;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ko-product__col-1 > ul > li span {
    padding-top: 8px !important;
  }
}

.ko-product__col-2 {
  width: 550px;
}

@media (max-width: 768px) {
  .ko-product__col-2 {
    width: 100%;
  }
}

.ko-product__col-2 > *:last-child {
  margin-bottom: 0;
}

.ko-product__head {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 28px;
  font-size: 26px;
  line-height: 1.17647058824;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ko-product__head {
    padding-top: 5px !important;
  }
}

@media (max-width: 768px) {
  .ko-product__head {
    margin: 0 0 20px;
    font-size: 23px;
  }
}

.ko-product__head::before {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0;
  width: 6px;
  content: "";
  background-color: #000;
}

.ko-product--a .ko-product__head {
  color: #003a7b;
}

.ko-product--a .ko-product__head::before {
  background-color: #003a7b;
}

.ko-product--light .ko-product__head {
  color: #003a7b;
}

.ko-product--light .ko-product__head::before {
  background-color: #003a7b;
}

.ko-product--premium .ko-product__head {
  color: #192654;
}

.ko-product--premium .ko-product__head::before {
  background-color: #192654;
}

.ko-product--ex-pain .ko-product__head {
  color: #162674;
}

.ko-product--ex-pain .ko-product__head::before {
  background-color: #162674;
}

.ko-product--ex-cold .ko-product__head {
  color: #b4812e;
}

.ko-product--ex-cold .ko-product__head::before {
  background-color: #b4812e;
}

.ko-product--lunaj .ko-product__head {
  color: #f54d91;
}

.ko-product--lunaj .ko-product__head::before {
  background-color: #f54d91;
}

.ko-product--lunai .ko-product__head {
  color: #e80066;
}

.ko-product--lunai .ko-product__head::before {
  background-color: #e80066;
}

.ko-product--kids-pain .ko-product__head {
  color: #e6352f;
}

.ko-product--kids-pain .ko-product__head::before {
  background-color: #e6352f;
}

.ko-product--kids-cold .ko-product__head {
  color: #ee3653;
}

.ko-product--kids-cold .ko-product__head::before {
  background-color: #ee3653;
}

.ko-product--kids-cold-2 .ko-product__head {
  color: #ff7149;
}

.ko-product--kids-cold-2 .ko-product__head::before {
  background-color: #ff7149;
}

.ko-product--kids-cold-3 .ko-product__head {
  color: #00b0e3;
}

.ko-product--kids-cold-3 .ko-product__head::before {
  background-color: #00b0e3;
}

.ko-product--kids-cold-4 .ko-product__head {
  color: #57c221;
}

.ko-product--kids-cold-4 .ko-product__head::before {
  background-color: #57c221;
}

.ko-product--kids-cold-5 .ko-product__head {
  color: #f00400;
}

.ko-product--kids-cold-5 .ko-product__head::before {
  background-color: #f00400;
}

.ko-product__head--outer {
  display: flex;
}

.ko-product__desc {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.6;
}

.ko-product__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 14px;
}

.ko-product__type p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 2px 6px;
  margin: 0;
  font-size: 13px;
  line-height: normal;
  color: #666666;
  white-space: nowrap;
  border: 1px solid #999999;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.ko-product__type--num {
  display: inline-block;
  padding: 0 4px;
  margin: 0 2px;
  line-height: 1.2;
  vertical-align: middle;
  border: 1px solid #999999;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ko-product__type span {
    padding-top: 2px !important;
  }
}

.ko-product__catch {
  margin: 0 0 16px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.1764705882;
}

@media (max-width: 768px) {
  .ko-product__catch {
    font-size: 30px;
    line-height: 1.3333333333;
  }
}

.ko-product__catch strong {
  color: #bf1a32;
}

.ko-product__catch sup {
  font-size: 20px;
}

.ko-product-element {
  padding: 10px 0 0;
  margin: 0;
  border-top: 1px solid #ccd6e5;
}

@media (max-width: 768px) {
  .ko-product-element {
    margin: 0;
  }
}

.ko-product-element__head {
  margin: 0;
  font-size: 14px;
}

.ko-product-element__tax {
  margin: 0;
  text-align: right;
}

.ko-product-element__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .ko-product-element__content {
    margin: 0;
  }
}

.ko-product-element__content > span {
  padding: 0;
  margin: 0 7px 5px 0;
  font-size: 12px;
  line-height: 17px;
  border: 1px solid transparent;
  border-radius: 10px;
}

.ko-product-element__content > span.ko-product-element__content-1,
.ko-product-element__content > span.ko-product-element__content-2,
.ko-product-element__content > span.ko-product-element__content-3,
.ko-product-element__content > span.ko-product-element__content-4 {
  padding: 2px 7px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .ko-product-element__content > span.ko-product-element__content-1,
  .ko-product-element__content > span.ko-product-element__content-2,
  .ko-product-element__content > span.ko-product-element__content-3,
  .ko-product-element__content > span.ko-product-element__content-4 {
    padding-top: 3px;
  }
}

.ko-product-element__content > span.ko-product-element__content-1 {
  color: #067d00;
  border: 1px solid #067d00;
}

.ko-product-element__content > span.ko-product-element__content-2 {
  color: #eb1d9b;
  border: 1px solid #eb1d9b;
}

.ko-product-element__content > span.ko-product-element__content-3 {
  color: #d47f00;
  border: 1px solid #d47f00;
}

.ko-product-element__content > span.ko-product-element__content-4 {
  color: #00347d;
  border: 1px solid #00347d;
}

.ko-product-element__content > span.ko-product-element__content-text {
  padding: 2px 0 0;
  font-weight: bold;
}

.ko-product-element__notice {
  font-size: 12px;
}

.ko-btn-store {
  max-width: 420px;
  margin: 50px auto 70px;
}

.ko-lineup-product__btn-1 {
  position: relative;
  display: block;
  padding: 9px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 4px solid #dfdfdf;
}

.ko-lineup-product__btn-1::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.ko-clinical-trial .ko-lineup-product__btn-1 {
  padding: 31.5px 20px;
  font-size: 18px;
}

@media (min-width: 769px) {
  .ko-lineup-product__btn-1:hover {
    opacity: 0.7;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ko-lineup-product__btn-1 {
    padding: 15px 0 9px;
  }
}

@media (max-width: 768px) {
  .ko-lineup-product__btn-1 {
    font-size: 18px;
    line-height: 1.5;
  }

  .ko-lineup-product__btn-1::after {
    right: 16px;
  }

  .ko-clinical-trial .ko-lineup-product__btn-1 {
    padding: 21.5px 20px;
  }
}

.ko-btn-01 {
  margin: 50px 0 0;
}

.ko-btn-01 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 82px;
  text-decoration: none;
}

.ko-btnStyle-01 {
  color: #fff;
  background-color: #00347d;
}

.ko-btnStyle-02 {
  color: #fff;
  background-color: #4c99e2;
}

.ko-btn-01 a::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 -2px 4px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

@media (max-width: 768px) {
  .ko-btn-01 {
    padding: 0 24px;
    margin: 30px 0 0;
  }

  .ko-btn-01 a {
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    line-height: 66px;
    border-width: 2px;
  }
}

@media (hover: hover) and (pointer: fine) {
  .ko-btn-01 a:hover {
    opacity: 0.7;
  }
}

.ko-asidearea--clinical-trial {
  width: 1100px;
  margin: 0 auto 100px;
}

@media (max-width: 768px) {
  .ko-asidearea--clinical-trial {
    width: auto;
    padding: 0 10px;
    margin-bottom: 32.5px;
  }
}

/* en */
.en-main-visual {
  padding: 100px 0 0;
}

@media (max-width: 768px) {
  .en-main-visual {
    padding: 32.5px 0 0;
    margin: 0 0 40px;
  }
}

.en-main-visual__head {
  margin: 0 0 14px;
}

.en-main-visual__image {
  display: block;
  max-width: 137px;
  margin: 0 auto 6px;
}

@media (max-width: 768px) {
  .en-main-visual__image {
    max-width: 104px;
    margin: 0 auto 4px;
  }
}

.en-main-visual__image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.en-main-visual__text {
  display: block;
  font-size: 36px;
  line-height: 1.6666666667;
  color: #00347c;
  text-align: center;
}

@media (max-width: 768px) {
  .en-main-visual__text {
    font-size: 30px;
  }
}

.en-main-visual__catch {
  margin: 0 0 30px;
  font-size: 30px;
  line-height: 1.6666666667;
  text-align: center;
}

@media (max-width: 768px) {
  .en-main-visual__catch {
    margin: 0 0 10px;
    font-size: 26px;
    line-height: 1.6153846154;
  }
}

.en-main-visual__desc {
  padding: 0 150px;
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .en-main-visual__desc {
    padding: 0;
  }
}

.en-main-visual__about {
  min-height: 490px;
  padding: 102px 0 0;
  background-image: url("/assets/images/ch/main-visual-bg.png");
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width: 768px) {
  .en-main-visual__about {
    min-height: 0;
    background-image: url("/assets/images/ch/sp/main-visual-bg.png");
    background-size: 100%;
  }
}

.en-product-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 4px 0 0;
  border-top: 1px solid #cccccc;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.en-product-data__col-1,
.en-product-data__col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 20px 0 0;
}

.en-product-data__title {
  margin: 0 11px 0 0;
  font-size: 12px;
  font-weight: normal;
}

.en-product-data__element {
  margin: 0;
  font-size: 14px;
}

.en-product-data__element span {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  line-height: normal;
  line-height: 1.41666667;
  border-radius: 27px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .en-product-data__element span {
    padding-top: 5px !important;
  }
}

.en-product-data__element--1 span {
  color: #067d00;
  border: 1px solid #067d00;
}

.en-product-data__element--2 span {
  color: #eb1d9b;
  border: 1px solid #eb1d9b;
}

.en-product-data__element--3 span {
  color: #d47f00;
  border: 1px solid #d47f00;
}

.en-product-data__element--4 span {
  color: #00347d;
  border: 1px solid #00347d;
}

.en-product-data__age {
  padding: 0 24px;
  margin: 0;
  font-size: 14px;
  color: #fff;
  background-color: #00347c;
  border-radius: 3px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .en-product-data__age {
    padding-top: 5px !important;
  }
}

.en-product-effect {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: -10px 0 14px;
  vertical-align: top;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.en-product-effect__item {
  position: relative;
  padding: 0 0 0 24px;
  margin: 10px 20px 0 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2857142857;
  color: #00347c;
}

@media (max-width: 768px) {
  .en-product-effect__item {
    padding: 0 0 0 20px;
    font-size: 12px;
  }
}

.en-product-effect__item::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .en-product-effect__item::before {
    margin-top: -2px;
  }
}

@media (max-width: 768px) {
  .en-product-effect__item::before {
    width: 16px;
    height: 16px;
  }
}

.en-product-effect__item:last-child {
  margin-right: 0;
}

.en-product-effect__item--1::before {
  background-image: url("/assets/images/icon-effect-01.svg");
}

.en-product-effect__item--2::before {
  background-image: url("/assets/images/icon-effect-02.svg");
}

.en-product-effect__item--3::before {
  background-image: url("/assets/images/icon-effect-03.svg");
}

.en-product-effect__item--4::before {
  background-image: url("/assets/images/icon-effect-04.svg");
}

.en-product-effect__item--5::before {
  background-image: url("/assets/images/icon-effect-05.svg");
}

.en-product-effect__item--6::before {
  background-image: url("/assets/images/icon-effect-06.svg");
}

.en-product-feature {
  margin: 0 0 60px;
  overflow: hidden;
}

.en-product-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 16px -10px 0;
  list-style: none;
}

@media (max-width: 768px) {
  .en-product-feature__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.en-product-feature__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3 - 20px);
  padding: 14.5px 20px;
  margin: 0 10px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  background-image: url("/products/images/bg-heart.png");
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px dotted #afc0d7;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .en-product-feature__list li {
    width: 100%;
    min-height: 84px;
    margin: 0 10px 10px;
  }

  .en-product-feature__list li:last-child {
    margin-bottom: 0;
  }
}

.en-product-feature__list li span {
  display: block;
}

.en-product-feature__list li strong {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #bf1a32;
}

.en-product-feature--a .en-product-feature__item,
.en-product-feature--ex-pain .en-product-feature__item,
.en-product-feature--lunaj .en-product-feature__item,
.en-product-feature--kids-cold-2 .en-product-feature__item {
  width: calc((100% / 3) - 20px);
}

@media (max-width: 768px) {
  .en-product-feature--a .en-product-feature__item,
  .en-product-feature--ex-pain .en-product-feature__item,
  .en-product-feature--lunaj .en-product-feature__item,
  .en-product-feature--kids-cold-2 .en-product-feature__item {
    width: 100%;
  }
}

.en-product-feature--a .en-product-feature__content,
.en-product-feature--ex-pain .en-product-feature__content,
.en-product-feature--lunaj .en-product-feature__content,
.en-product-feature--kids-cold-2 .en-product-feature__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.en-product-feature--a .en-product-feature__col-1,
.en-product-feature--ex-pain .en-product-feature__col-1,
.en-product-feature--lunaj .en-product-feature__col-1,
.en-product-feature--kids-cold-2 .en-product-feature__col-1 {
  margin-bottom: 10px;
}

.en-product-feature--a .en-product-feature__col-1 img,
.en-product-feature--ex-pain .en-product-feature__col-1 img,
.en-product-feature--lunaj .en-product-feature__col-1 img,
.en-product-feature--kids-cold-2 .en-product-feature__col-1 img {
  margin: 0 auto;
}

.en-product-feature--kids-cold-2 .en-product-feature__col-2 {
  text-align: center;
}

.en-product-feature--kids-cold .en-product-feature__item {
  width: 100%;
  padding: 30px 25px;
}

@media (max-width: 768px) {
  .en-product-feature--kids-cold .en-product-feature__item {
    width: 100%;
    padding: 30px 18px;
  }
}

.en-product-feature--kids-cold .en-product-feature__col-1 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .en-product-feature--kids-cold .en-product-feature__col-1 {
    margin-right: 0;
  }
}

.en-product-feature--kids-cold .en-product-feature__col-2 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.en-product-feature--kids-cold .en-product-feature__list.en-product-feature__list--col-1 > li {
  width: 100%;
}

.en-product-feature--kids-cold .en-product-feature__list.en-product-feature__list--col-2 > li {
  width: 50%;
}

@media (max-width: 768px) {
  .en-product-feature--kids-cold .en-product-feature__list.en-product-feature__list--col-2 > li {
    width: 100%;
  }
}

.en-product-feature--a .en-product-feature__head::after {
  background: #00347c;
}

.en-product-feature--light .en-product-feature__head::after {
  background: #60b6ec;
}

.en-product-feature--premium .en-product-feature__head::after {
  background: #00347c;
}

.en-product-feature--ex-pain .en-product-feature__head::after {
  background: #00347c;
}

.en-product-feature--ex-cold .en-product-feature__head::after {
  background: #b4812e;
}

.en-product-feature--lunaj .en-product-feature__head::after {
  background: #f54d91;
}

.en-product-feature--lunai .en-product-feature__head::after {
  background: #e80066;
}

@media (max-width: 768px) {
  .en-product-feature {
    margin: 0 0 40px;
  }
}

.en-product-feature__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px -10px 0;
}

@media (max-width: 768px) {
  .en-product-feature__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -10px 0 0;
  }
}

.en-product-feature__item {
  position: relative;
  width: calc((100% / 2) - 20px);
  padding: 50px 25px 30px;
  margin: 20px 10px 0;
  overflow: hidden;
  border: 2px solid #e6ebf2;
}

@media (max-width: 768px) {
  .en-product-feature__item {
    width: 100%;
    padding: 40px 24px 20px;
    margin: 10px 0 0;
  }
}

.en-product-feature__notice {
  margin: 16px 0 0;
  font-size: 12px;
}

@media (max-width: 768px) {
  .en-product-feature__notice {
    margin: 10px 0 0;
  }
}

.en-product-feature__head {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 12px;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 1px;
}

.en-product-feature__head::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -12px;
  z-index: -1;
  display: block;
  content: "";
  background: #00347c;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.en-product-feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .en-product-feature__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.en-product-feature__col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

@media (max-width: 768px) {
  .en-product-feature__col-1 {
    margin: 0 0 16px;
  }
}

.en-product-feature__col-1 img {
  display: block;
}

@media (max-width: 768px) {
  .en-product-feature__col-1 img {
    margin: 0 auto;
  }
}

.en-product-feature__col-2 {
  width: 306px;
}

@media (max-width: 768px) {
  .en-product-feature__col-2 {
    width: 100%;
  }
}

.en-product-feature__head-2 {
  margin: 0 0 10px;
  font-weight: bold;
}

.en-product-feature__head-2 strong {
  font-size: 30px;
  line-height: 1.2;
  color: #bf1a32;
}

@media (max-width: 768px) {
  .en-product-feature__head-2 strong {
    font-size: 26px;
  }
}

.en-product-feature__head-2 span {
  margin: 2px 0;
  font-size: 18px;
  line-height: 1.4;
  color: #00347c;
}

@media (max-width: 768px) {
  .en-product-feature__head-2 span {
    font-size: 18px;
  }
}

.en-product-feature__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.en-product-feature__caption {
  display: block;
  width: 100%;
  margin-top: 6px;
  font-size: 12px;
  color: #00347c;
  text-align: center;
}

.en-product-feature__image {
  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;
}

@media (max-width: 768px) {
  .en-product-feature__image {
    width: 100%;
  }
}

.en-product {
  position: relative;
  padding: 50px 40px 30px;
  margin: 0 0 20px;
  border-radius: 10px;
}

.en-product-note {
  display: table;
  padding: 0;
  margin: 0 0 12px;
  list-style: none;
}

.en-product-note li {
  display: table-row;
  font-size: 12px;
}

.en-product-note__mark {
  display: table-cell;
  padding-right: 0.5rem;
  white-space: nowrap;
}

.en-product-note__content {
  display: table-cell;
}

.en-product--a {
  background-color: #f0f3f7;
}

.en-product--light {
  background-color: #f1faff;
}

.en-product--premiumdx {
  background-color: #f1f4f9;
}

.en-product--premium {
  background-color: #f1f4f9;
}

.en-product--ex-pain {
  background-color: #f0f1f6;
}

.en-product--ex-cold {
  background-color: #faf6f0;
}

.en-product--lunaj {
  background-color: #fffeee;
}

.en-product--lunai {
  background-color: #fef2f7;
}

.en-product--kids-pain {
  background-color: #ffefe9;
}

.en-product--kids-cold {
  padding: 20px 40px 44px;
  background-color: #fff2f7;
}

.en-product--kids-cold-2 {
  padding: 20px 40px 44px;
  background-color: #fff7eb;
}

.en-product--kids-cold-3 {
  padding: 20px 40px 44px;
  background-color: #effbff;
}

.en-product--kids-cold-4 {
  padding: 20px 40px 44px;
  background-color: #edfae6;
}

.en-product--kids-cold-5 {
  background-color: #fff2f2;
}

@media (max-width: 768px) {
  .en-product {
    padding: 20px;
  }
}

.en-product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .en-product__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.en-product__notice {
  margin: 0;
  font-size: 12px;
}

@media (max-width: 768px) {
  .en-product__notice {
    margin: 0;
  }
}

.en-product__col-1 {
  flex-grow: 1;
  padding: 16px 40px 0 0;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}

@media (max-width: 768px) {
  .en-product__col-1 {
    padding: 0 30px;
    margin: 14px 0 20px;
  }
}

.en-product__col-1 img {
  max-width: 100%;
}

.en-product__col-1 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin: 0 -25px;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.en-product__col-1 > ul > li {
  padding: 0 25px;
}

.en-product__col-1 > ul > li > img {
  display: block;
}

.en-product__col-1 > ul > li span {
  font-size: 13px;
  font-weight: bold;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .en-product__col-1 > ul > li span {
    padding-top: 8px !important;
  }
}

.en-product__col-2 {
  width: 550px;
}

@media (max-width: 768px) {
  .en-product__col-2 {
    width: 100%;
  }
}

.en-product__col-2 > *:last-child {
  margin-bottom: 0;
}

.en-product__head {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 28px;
  font-size: 26px;
  line-height: 1.17647058824;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .en-product__head {
    padding-top: 5px !important;
  }
}

@media (max-width: 768px) {
  .en-product__head {
    margin: 0 0 20px;
    font-size: 23px;
  }
}

.en-product__head::before {
  position: absolute;
  top: -2px;
  bottom: -2px;
  left: 0;
  width: 6px;
  content: "";
  background-color: #000;
}

.en-product--a .en-product__head {
  color: #003a7b;
}

.en-product--a .en-product__head::before {
  background-color: #003a7b;
}

.en-product--light .en-product__head {
  color: #003a7b;
}

.en-product--light .en-product__head::before {
  background-color: #003a7b;
}

.en-product--premium .en-product__head {
  color: #192654;
}

.en-product--premium .en-product__head::before {
  background-color: #192654;
}

.en-product--ex-pain .en-product__head {
  color: #162674;
}

.en-product--ex-pain .en-product__head::before {
  background-color: #162674;
}

.en-product--ex-cold .en-product__head {
  color: #b4812e;
}

.en-product--ex-cold .en-product__head::before {
  background-color: #b4812e;
}

.en-product--lunaj .en-product__head {
  color: #f54d91;
}

.en-product--lunaj .en-product__head::before {
  background-color: #f54d91;
}

.en-product--lunai .en-product__head {
  color: #e80066;
}

.en-product--lunai .en-product__head::before {
  background-color: #e80066;
}

.en-product--kids-pain .en-product__head {
  color: #e6352f;
}

.en-product--kids-pain .en-product__head::before {
  background-color: #e6352f;
}

.en-product--kids-cold .en-product__head {
  color: #ee3653;
}

.en-product--kids-cold .en-product__head::before {
  background-color: #ee3653;
}

.en-product--kids-cold-2 .en-product__head {
  color: #ff7149;
}

.en-product--kids-cold-2 .en-product__head::before {
  background-color: #ff7149;
}

.en-product--kids-cold-3 .en-product__head {
  color: #00b0e3;
}

.en-product--kids-cold-3 .en-product__head::before {
  background-color: #00b0e3;
}

.en-product--kids-cold-4 .en-product__head {
  color: #57c221;
}

.en-product--kids-cold-4 .en-product__head::before {
  background-color: #57c221;
}

.en-product--kids-cold-5 .en-product__head {
  color: #f00400;
}

.en-product--kids-cold-5 .en-product__head::before {
  background-color: #f00400;
}

.en-product__head--outer {
  display: flex;
}

.en-product__desc {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.6;
}

.en-product__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 14px;
}

.en-product__type p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 2px 6px;
  margin: 0;
  font-size: 13px;
  line-height: normal;
  color: #666666;
  white-space: nowrap;
  border: 1px solid #999999;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.en-product__type--num {
  display: inline-block;
  padding: 0 4px;
  margin: 0 2px;
  line-height: 1.2;
  vertical-align: middle;
  border: 1px solid #999999;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .en-product__type span {
    padding-top: 2px !important;
  }
}

.en-product__catch {
  margin: 0 0 16px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.1764705882;
}

@media (max-width: 768px) {
  .en-product__catch {
    font-size: 30px;
    line-height: 1.3333333333;
  }
}

.en-product__catch strong {
  color: #bf1a32;
}

.en-product__catch sup {
  font-size: 20px;
}

.en-product-element {
  padding: 10px 0 0;
  margin: 0;
  border-top: 1px solid #ccd6e5;
}

@media (max-width: 768px) {
  .en-product-element {
    margin: 0;
  }
}

.en-product-element__head {
  margin: 0;
  font-size: 14px;
}

.en-product-element__tax {
  margin: 0;
  text-align: right;
}

.en-product-element__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 0 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .en-product-element__content {
    margin: 0;
  }
}

.en-product-element__content > span {
  padding: 0;
  margin: 0 7px 5px 0;
  font-size: 12px;
  line-height: 17px;
  border: 1px solid transparent;
  border-radius: 10px;
}

.en-product-element__content > span.en-product-element__content-1,
.en-product-element__content > span.en-product-element__content-2,
.en-product-element__content > span.en-product-element__content-3,
.en-product-element__content > span.en-product-element__content-4 {
  padding: 2px 7px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .en-product-element__content > span.en-product-element__content-1,
  .en-product-element__content > span.en-product-element__content-2,
  .en-product-element__content > span.en-product-element__content-3,
  .en-product-element__content > span.en-product-element__content-4 {
    padding-top: 3px;
  }
}

.en-product-element__content > span.en-product-element__content-1 {
  color: #067d00;
  border: 1px solid #067d00;
}

.en-product-element__content > span.en-product-element__content-2 {
  color: #eb1d9b;
  border: 1px solid #eb1d9b;
}

.en-product-element__content > span.en-product-element__content-3 {
  color: #d47f00;
  border: 1px solid #d47f00;
}

.en-product-element__content > span.en-product-element__content-4 {
  color: #00347d;
  border: 1px solid #00347d;
}

.en-product-element__content > span.en-product-element__content-text {
  padding: 2px 0 0;
  font-weight: bold;
}

.en-product-element__notice {
  font-size: 12px;
}

.comic-pagetop {
  position: fixed;
  bottom: 0;
  left: 50%;
  margin: 0 0 28px 518px;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (max-width: 1150px) {
  .comic-pagetop {
    right: 20px;
    left: auto;
    margin: 0 0 28px;
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 768px) {
  .comic-pagetop {
    margin: 0 0 20px;
  }
}

.comic-pagetop > a {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  pointer-events: none;
  background-color: #00347c;
  -webkit-transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

@media (min-width: 769px) {
  .comic-pagetop > a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .comic-pagetop > a {
    width: 60px;
    height: 60px;
  }
}

.comic-pagetop > a > span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.comic-pagetop > a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 17px;
  height: 17px;
  margin-top: 4px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 768px) {
  .comic-pagetop > a::before {
    width: 12px;
    height: 12px;
    margin-top: 2px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}

.comic-pagetop.is-show {
  opacity: 1;

  /* display: none; */
}

.comic-pagetop.is-show > a {
  pointer-events: all;
}

.top-main-visual {
  margin: -100px 0 73px;
}

@media (max-width: 768px) {
  .top-main-visual {
    margin: -32.5px 0 47px;
  }
}

.top-main-visual__inner-1 {
  padding: 24px 0 26px;
  background-image: url("/assets/images/comic/top/image-07.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

@media (max-width: 768px) {
  .top-main-visual__inner-1 {
    display: none;
  }
}

.top-main-visual__inner-1 img {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}

.top-main-visual__head {
  position: relative;
  margin: 0;
}

.top-main-visual__head::before {
  position: absolute;
  top: 47px;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background-color: #f4f7fa;
}

.top-main-visual__head img {
  position: relative;
  display: block;
  max-width: 100%;
  margin: -47px auto 0;
}

.top-comic-1 {
  padding: 0 0 50px;
}

@media (max-width: 768px) {
  .top-comic-1 {
    padding: 0 0 26px;
  }
}

.top-comic-1__inner {
  max-width: 898px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .top-comic-1__inner {
    padding: 0 20px;
  }
}

.top-comic-1__lead {
  margin: 0 0 60px;
  color: #00347c;
}

@media (max-width: 768px) {
  .top-comic-1__lead {
    padding: 0 18px;
    margin: 0 0 50px;
  }
}

.top-comic-1__lead-1 {
  position: relative;
  display: block;
  max-width: 400px;
  padding: 2px 0;
  margin: 0 auto 20px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #00347c;
}

@media (max-width: 768px) {
  .top-comic-1__lead-1 {
    width: 100%;
    max-width: 100%;
    padding: 5px 0;
    font-size: 15px;
  }
}

.top-comic-1__lead-1::before {
  position: absolute;
  right: 50px;
  bottom: 13px;
  z-index: -1;
  display: block;
  content: "";
  border-top: 0 solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 15px solid #00347c;
  border-left: 24px solid transparent;
  -webkit-transform: translate(0%, 100%) rotate(-30deg);
  transform: translate(0%, 100%) rotate(-30deg);
}

.top-comic-1__lead-2 {
  display: block;
  margin: 0 0 6px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.top-comic-1__lead-2::after {
  display: inline-block;
  width: 17px;
  height: 16px;
  margin: -3px 0 0 6px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/images/comic/top/icon-pen.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

@media (max-width: 768px) {
  .top-comic-1__lead-2::after {
    width: 16.5px;
    height: 16px;
    margin: -3px 0 0 4px;
  }
}

@media (max-width: 768px) {
  .top-comic-1__lead-2 {
    font-size: 16px;
  }
}

.top-comic-1__lead-3 {
  display: block;
  font-size: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .top-comic-1__lead-3 {
    font-size: 15px;
  }
}

.top-comic-1__lead-3 span {
  display: inline;
  font-size: 34px;
  font-weight: bold;
  border-bottom: 8px solid #ffd21d;
}

@media (max-width: 768px) {
  .top-comic-1__lead-3 span {
    font-size: 27px;
  }
}

.top-comic-1__head-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 120px;
  padding: 0;
  margin: 0;
  font-size: 24px;
  text-align: center;
  background-image: url("/assets/images/comic/top/image-02.png");
  background-repeat: repeat;
  background-position: 0 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .top-comic-1__head-2 {
    height: 75px;
    font-size: 18px;
    background-size: 30px 30px;
  }
}

.top-comic-1__head-2::after {
  display: block;
  width: 11px;
  height: 10px;
  margin: 0 auto;
  content: "";
  background-image: url("/assets/images/comic/top/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.top-comic-1__margin-01 {
  display: block;
  height: 100px;
  margin-top: -60px;
}

.top-comic-1__margin-02 {
  display: block;
  height: 80px;
  margin-top: -30px;
}

.top-comic-2 {
  padding: 48px 0 56px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

@media (max-width: 768px) {
  .top-comic-2 {
    padding: 52.5px 20px 51.5px;
  }
}

.top-comic-2--1 {
  background-image: url("/assets/images/comic/top/comic-01-bg.png");
}

.top-comic-2--2 {
  background-image: url("/assets/images/comic/top/comic-02-bg.png");
}

.top-comic-2--3 {
  background-image: url("/assets/images/comic/top/comic-03-bg.png");
}

.top-comic-2__inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.top-comic-2__head {
  padding: 16px 0 28px;
  margin: 0 0 4px;
  font-size: 40px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #000000;
}

@media (max-width: 768px) {
  .top-comic-2__head {
    padding: 10px 0 18px;
    margin: 0 0 2px;
    font-size: 30px;
  }
}

.top-comic-2__head span {
  display: inline;
  border-bottom: 8px solid #ffd21d;
}

@media (max-width: 768px) {
  .top-comic-2__head span {
    border-bottom: 5px solid #ffd21d;
  }
}

.top-comic-2__genre {
  position: absolute;
  top: 10px;
  left: -10px;
  width: 92px;
  height: 42px;
  padding: 0 6px 0 0;
  margin: 0;
  line-height: 37px;
  color: #fff;
  text-align: center;
  background-image: url("/assets/images/comic/top/image-04.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .top-comic-2__genre {
    top: -5px;
    left: -8px;
    width: 73px;
    height: 34.5px;
    font-size: 14px;
    line-height: 30px;
    background-size: 100%;
  }
}

.top-comic-2__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 4px;
}

@media (max-width: 768px) {
  .top-comic-2__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 2px;
  }
}

.top-comic-2__image {
  flex-shrink: 0;
  width: 448px;
  margin: 0 4px 0 0;
  border: 2px solid #000;
  -ms-flex-negative: 0;
}

@media (max-width: 768px) {
  .top-comic-2__image {
    width: 100%;
    margin: 0 0 2px;
  }
}

.top-comic-2__image figure {
  margin: 0;
}

.top-comic-2__image figure img {
  display: block;
  max-width: 100%;
}

.top-comic-2__image img {
  width: 100%;
}

.top-comic-2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 37px;
  background-image: url("/assets/images/comic/top/image-05.png");
  background-repeat: repeat;
  background-position: 0 0;
  border: 2px solid #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .top-comic-2__content {
    padding: 18px;
    background-size: 3.5px 3px;
  }
}

.top-comic-2__head-2 {
  margin: 0 0 22px;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .top-comic-2__head-2 {
    margin: 0 0 16px;
    font-size: 15px;
  }
}

.top-comic-2__list {
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}

.top-comic-2__list li {
  margin: 0 0 10px;
}

.top-comic-2__list li:last-child {
  margin-bottom: 0;
}

.top-comic-2__list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  background-color: #fff;
  border: 2px solid #000;
}

.top-comic-2__list li a::after {
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 12px;
  height: 12px;
  content: "";
  border-top: 2px solid #00347c;
  border-right: 2px solid #00347c;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.top-comic-2__list-image {
  margin: 0;
  border-right: 2px solid #000;
}

.top-comic-2__list-image img {
  display: block;
  width: 96px;
}

@media (max-width: 768px) {
  .top-comic-2__list-image img {
    width: 76px;
  }
}

.top-comic-2__list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  padding: 0 17px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.top-comic-2__list-num {
  display: block;
  margin: 0 0 2px;
  font-size: 14px;
  line-height: 1.5;
  color: #00347c;
}

@media (max-width: 768px) {
  .top-comic-2__list-num {
    font-size: 12px;
  }
}

.top-comic-2__list-title {
  display: block;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2222222222;
  color: #000000;
}

@media (max-width: 768px) {
  .top-comic-2__list-title {
    font-size: 14px;
    line-height: 1.2857142857;
  }
}

.top-comic-2__list-title > span {
  display: block;
  margin: 4px 0 0;
  font-size: 13px;
  font-weight: normal;
}

.top-comic-2__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 20px 30px 20px 27px;
  margin: 0;
  background-image: url("/assets/images/comic/top/image-06.png");
  background-repeat: repeat;
  background-position: 0 0;
  border: 2px solid #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .top-comic-2__desc {
    align-items: flex-start;
    padding: 10px 15px 10px 13px;
    -webkit-box-align: start;
    -ms-flex-align: start;
  }
}

.top-comic-2__desc-image {
  margin: 0 19px 0 0;
}

@media (max-width: 768px) {
  .top-comic-2__desc-image {
    margin: 2px 15px 0 0;
  }
}

.top-comic-2__desc-image img {
  display: block;
  width: 65px;
  border: 2px solid #000;
  border-radius: 50%;
}

.top-comic-2__desc-image figcaption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .top-comic-2__desc-image figcaption {
    font-size: 14px;
  }
}

.top-comic-2__desc-text {
  margin: 0;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .top-comic-2__desc-text {
    font-size: 13px;
    line-height: 1.5384615385;
  }
}

.top-comic-2__comingsoon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  font-size: 30px;
  font-weight: bold;
  color: #a1b0cc;
  background-color: #fff;
  border: 2px solid #000;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .top-comic-2__comingsoon {
    min-height: 80px;
    font-size: 24px;
  }
}

.top-comic-3 {
  padding: 65px 0 58px;
}

@media (max-width: 768px) {
  .top-comic-3 {
    padding: 32px 20px 27.5px;
  }
}

.top-comic-3__inner {
  max-width: 900px;
  margin: 0 auto;
}

.top-comic-3__btn {
  margin: 0;
}

.top-comic-3__btn img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.comic-detail-profile {
  position: relative;
  align-items: center;
  padding: 34px 49px;
  margin: 0;
  background-image: url("/assets/images/comic/top/image-06.png");
  background-repeat: repeat;
  background-position: 0 0;
  border: 2px solid #000;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .comic-detail-profile {
    padding: 36px 18px 26px;
    background-size: 4px 4px;
  }
}

.comic-detail-profile__head {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 260px;
  padding: 11.5px 0;
  margin: 0 auto 20px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #00347c;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .comic-detail-profile__head {
    width: 185px;
    padding: 4.5px 0;
    font-size: 13px;
  }
}

.comic-detail-profile__head::before {
  position: absolute;
  right: 50px;
  bottom: 13px;
  z-index: -1;
  display: block;
  content: "";
  border-top: 0 solid transparent;
  border-right: 24px solid transparent;
  border-bottom: 15px solid #00347c;
  border-left: 24px solid transparent;
  -webkit-transform: translate(0%, 100%) rotate(-30deg);
  transform: translate(0%, 100%) rotate(-30deg);
}

@media (max-width: 768px) {
  .comic-detail-profile__head::before {
    right: 0;
  }
}

.comic-detail-profile__image {
  width: 130px;
  margin: 0;
}

@media (max-width: 768px) {
  .comic-detail-profile__image {
    margin: 0 auto 6px;
  }
}

@media (max-width: 768px) {
  .comic-detail-profile__image {
    width: 65px;
  }
}

.comic-detail-profile__image img {
  display: block;
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 2px solid #000;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .comic-detail-profile__image img {
    border: 1px solid #000;
  }
}

.comic-detail-profile__name {
  margin: 0;
}

@media (max-width: 768px) {
  .comic-detail-profile__name {
    margin: 0 0 10px;
    font-size: 18px;
    text-align: center;
  }
}

.comic-detail-profile__desc {
  margin: 0;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .comic-detail-profile__desc {
    width: 100%;
    max-width: 100%;
    font-size: 13px;
    line-height: 1.5384615385;
  }
}

.comic-detail-profile__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .comic-detail-profile__row {
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.comic-detail-profile__col-1 {
  margin: 0 20px 0 0;
}

@media (max-width: 768px) {
  .comic-detail-profile__col-1 {
    margin: 0;
  }
}

.comic-detail {
  padding: 52px 0 120px;
  margin: -100px 0 0;
  background-color: #ecf3fd;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.comic-detail--1 {
  background-image: url("/assets/images/comic/detail/comic-01/image-03.png");
}

.comic-detail--2 {
  background-image: url("/assets/images/comic/detail/comic-02/image-03.png");
}

.comic-detail--3 {
  background-image: url("/assets/images/comic/detail/comic-03/image-03.png");
}

@media (max-width: 768px) {
  .comic-detail {
    padding: 30px 0 38px;
    margin: -32.5px 0 0;
  }
}

.comic-detail__inner {
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .comic-detail__inner {
    padding: 0 10px;
  }
}

.comic-detail-head {
  margin: 0 0 64px;
}

@media (max-width: 768px) {
  .comic-detail-head {
    margin: 0 0 31.5px;
  }
}

.comic-detail-head__image {
  margin: 0 0 30px;
}

@media (max-width: 768px) {
  .comic-detail-head__image {
    margin: 0 0 20px;
  }
}

.comic-detail-head__image img {
  display: block;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
  border: 4px solid #000;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .comic-detail-head__image img {
    width: 100px;
    height: 100px;
    border: 2px solid #000;
  }
}

.comic-detail-head__job {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  color: #00347c;
  text-align: center;
  letter-spacing: 0.15em;
}

@media (max-width: 768px) {
  .comic-detail-head__job {
    font-size: 13px;
  }
}

.comic-detail-head__name {
  display: block;
  text-align: center;
}

.comic-detail-head__name > span {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  border-bottom: 8px solid #ffd21d;
}

@media (max-width: 768px) {
  .comic-detail-head__name > span {
    font-size: 30px;
    border-bottom: 5px solid #ffd21d;
  }
}

.comic-number {
  position: relative;
  padding: 90px 55px 55px;
  margin: 0 0 100px;
  background-color: #fff;
  border: 2px solid #000;
}

@media (max-width: 768px) {
  .comic-number {
    padding: 45px 10px 20px;
    margin: 0 0 42.5px;
  }
}

.comic-number > *:last-child {
  margin-bottom: 0;
}

.comic-number__head {
  margin: 0 0 46px;
}

@media (max-width: 768px) {
  .comic-number__head {
    margin: 0 0 20px;
  }
}

.comic-number__num {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 155px;
  height: 66px;
  padding: 10px 7px 0 0;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background-image: url("/assets/images/comic/detail/image-02.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (max-width: 768px) {
  .comic-number__num {
    width: 143.5px;
    height: 48px;
    padding: 5px 7px 0 0;
    font-size: 15px;
    background-image: url("/assets/images/comic/detail/sp/image-02.png");
  }
}

.comic-number__title {
  display: block;
  margin: 0 0 8px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

@media (max-width: 768px) {
  .comic-number__title {
    font-size: 24px;
  }
}

.comic-number__desc {
  display: block;
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
}

@media (max-width: 768px) {
  .comic-number__desc {
    font-size: 15px;
  }
}

.comic-number__image {
  width: 100%;
}

.comic-number__image img {
  display: block;
  width: 100%;
}

.comic-number__inner--1 {
  width: 65%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .comic-number__inner--1 {
    width: 100%;
  }
}

.comic-number__inner--2 {
  width: 90%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .comic-number__inner--2 {
    width: 100%;
  }
}

.comic-number__inner--3 {
  width: 85%;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .comic-number__inner--3 {
    width: 100%;
  }
}

.comic-other {
  max-width: 900px;
  padding: 70px 0 66px;
  margin: 0 auto;
  overflow: hidden;
}

@media (max-width: 768px) {
  .comic-other {
    padding: 40px 10px 106px;
  }
}

.comic-other__head {
  margin: 0 0 50px;
  font-size: 24px;
  text-align: center;
}

@media (max-width: 768px) {
  .comic-other__head {
    margin: 0 0 43px;
    font-size: 18px;
  }
}

.comic-other__head::after {
  display: block;
  width: 11px;
  height: 10px;
  margin: 0 auto;
  content: "";
  background-image: url("/assets/images/comic/top/icon-arrow.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.comic-other__back {
  margin: 0 0 76px;
}

.comic-other__back a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 420px;
  padding: 35px 40px;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: #00347c;
  border: 0 none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .comic-other__back a {
    padding: 38px 40px 32px;
  }
}

@media (max-width: 768px) {
  .comic-other__back a {
    padding: 25px 40px;
  }
}

@media (min-width: 769px) {
  .comic-other__back a:hover {
    opacity: 0.7;
  }
}

.comic-other__back a::after {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.comic-other__btn {
  margin: 0;
}

.comic-other__btn img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.nav-comic-other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 -10px 76px;
  list-style: none;
}

@media (max-width: 768px) {
  .nav-comic-other__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 56px;
  }
}

.nav-comic-other__item {
  width: calc(100% / 2 - 20px);
  margin: 0 10px;
}

@media (max-width: 768px) {
  .nav-comic-other__item {
    width: 100%;
    margin: 0 0 31px;
  }

  .nav-comic-other__item:last-child {
    margin-bottom: 0;
  }
}

.nav-comic-other__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  padding: 70px 18px 19px;
  color: inherit;
  text-decoration: none;
  border: 2px solid #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .nav-comic-other__link {
    padding: 50px 10px 10px;
  }
}

.nav-comic-other__genre {
  position: absolute;
  top: -12px;
  left: 50%;
  width: 155px;
  height: 66px;
  padding: 10px 7px 0 0;
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  background-image: url("/assets/images/comic/detail/image-02.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (max-width: 768px) {
  .nav-comic-other__genre {
    width: 143.5px;
    height: 48px;
    padding: 5px 7px 0 0;
    font-size: 15px;
    background-image: url("/assets/images/comic/detail/sp/image-02.png");
  }
}

.nav-comic-other__name {
  position: relative;
  display: block;
  padding: 0 19px 0 0;
  margin: 0 0 22px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .nav-comic-other__name {
    padding: 0 19px 0 0;
    margin: 0 0 10px;
    font-size: 24px;
  }
}

.nav-comic-other__name::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid #00347c;
  border-right: 2px solid #00347c;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.nav-comic-other__image {
  width: 100%;
  margin: 0;
}

.nav-comic-other__image img {
  display: block;
  width: 100%;
  border: 2px solid #000;
}

.nav-comic-anchor {
  margin: 0 0 94px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .nav-comic-anchor {
    margin: 0 0 50px;
  }
}

.nav-comic-anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 -7.5px;
  list-style: none;
}

@media (max-width: 768px) {
  .nav-comic-anchor__list {
    margin: 0 -2.5px;
  }
}

.nav-comic-anchor__item {
  width: calc(100% / 3 - 15px);
  margin: 0 7.5px;
}

@media (max-width: 768px) {
  .nav-comic-anchor__item {
    width: calc(100% / 3 - 5px);
    margin: 0 2.5px;
  }
}

.nav-comic-anchor__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 20px 20px 40px;
  line-height: 1.5;
  color: inherit;
  text-decoration: none;
  background-color: #fff;
  border: 4px solid #00347c;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .nav-comic-anchor__link {
    padding: 10px 6px 20px;
    border: 2px solid #00347c;
  }
}

.nav-comic-anchor__link::before {
  position: absolute;
  bottom: 14px;
  left: 50%;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  border-right: 2px solid #23508e;
  border-bottom: 2px solid #23508e;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
}

@media (max-width: 768px) {
  .nav-comic-anchor__link::before {
    bottom: 11px;
    width: 7px;
    height: 7px;
    border-right: 1px solid #23508e;
    border-bottom: 1px solid #23508e;
  }
}

.nav-comic-anchor__num {
  display: block;
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: bold;
  color: #00347c;
}

@media (max-width: 768px) {
  .nav-comic-anchor__num {
    font-size: 11px;
  }
}

.nav-comic-anchor__title {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: bold;
  color: #000000;
}

@media (max-width: 768px) {
  .nav-comic-anchor__title {
    font-size: 12px;
  }
}

.nav-comic-anchor__desc {
  margin: 0;
  font-size: 14px;
}

@media (max-width: 768px) {
  .nav-comic-anchor__desc {
    font-size: 10px;
    text-align: center;
  }
}

.nav-comic-anchor__comingsoon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  color: inherit;
  color: #a1b0cc;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 4px solid #00347c;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .nav-comic-anchor__comingsoon {
    font-size: 14px;
    border: 2px solid #00347c;
  }
}

.faq-list {
  margin: 0 0 20px;
  border: 1px solid #d4dce9;
}

.faq-list__item {
  /* 20231226 FAQのアンカーリンクのズレ調整 */
  padding-top: 100px;
  margin-top: -100px;
}

.faq-list__head {
  margin: 0;
}

.faq-list__head button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  padding: 24.5px 80px 24.5px 69px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  color: #000;
  text-align: left;
  cursor: pointer;
  background-color: #f6faff;
  border: 0 none;
  outline: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
}

.faq-list__head button:focus-visible {
  outline: 2px solid #000;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .faq-list__head button {
    padding: 30.5px 80px 24.5px 69px;
  }
}

@media (max-width: 768px) {
  .faq-list__head button {
    padding: 11.75px 46.5px 11.75px 35px;
    font-size: 16px;
    line-height: 1.4375;
  }
}

.faq-list__head button::before {
  position: absolute;
  top: 22px;
  left: 29px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #00347c;
  content: "Q";
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .faq-list__head button::before {
    top: 28px;
  }
}

@media (max-width: 768px) {
  .faq-list__head button::before {
    top: 11px;
    left: 10px;
    font-size: 18px;
  }
}

.faq-list__btn {
  position: absolute;
  top: 19px;
  right: 19px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #00347c;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .faq-list__btn {
    top: 21px;
  }
}

@media (max-width: 768px) {
  .faq-list__btn {
    top: 8px;
    right: 9.5px;
    width: 30px;
    height: 30px;
  }
}

.faq-list__btn span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.faq-list__btn::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 14px;
  height: 2px;
  content: "";
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.faq-list__btn::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2px;
  height: 14px;
  content: "";
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition:
    transform 0.4s ease,
    -webkit-transform 0.4s ease;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

[aria-expanded="true"] .faq-list__btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-list__content {
  position: relative;
  max-height: 9999px;
  overflow: hidden;
  visibility: visible;
  -webkit-transition: max-height 6s ease-out;
  transition: max-height 6s ease-out;
}

.faq-list__content[aria-hidden="true"] {
  max-height: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: max-height 0s ease;
  transition: max-height 0s ease;
}

.faq-list__inner {
  padding: 30px 20px 30px 69px;
  color: #000;
}

@media (max-width: 768px) {
  .faq-list__inner {
    padding: 19px 19px 19px 35px;
    font-size: 14px;
  }
}

.faq-list__inner > *:last-child {
  margin-bottom: 0;
}

.faq-list__inner::before {
  position: absolute;
  top: 26px;
  left: 29px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #00347c;
  content: "A";
}

@media (max-width: 768px) {
  .faq-list__inner::before {
    top: 16px;
    left: 10px;
    font-size: 18px;
  }
}

.faq-list__inner p > img.outlink {
  width: 12px;
  padding-left: 2px;
}

.faq-list__inner .text--underLine {
  font-style: normal;
  text-decoration: underline;
}

.faq-nav {
  margin: 0 0 90px;
}

@media (max-width: 768px) {
  .faq-nav {
    margin: 0 0 45px;
  }
}

.faq-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: -22px -11px 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .faq-nav ul {
    margin: -15px 0 0;
  }
}

.faq-nav ul li {
  width: calc(100% / 4 - 22px);
  min-height: 70px;
  margin: 22px 11px 0;
}

@media (max-width: 768px) {
  .faq-nav ul li {
    width: 100%;
    margin: 15px 0 0;
  }
}

.faq-nav ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 16px 44px 16px 20px;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  background-color: #00347c;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (min-width: 769px) {
  .faq-nav ul li a:hover {
    opacity: 0.7;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .faq-nav ul li a {
    padding: 22px 44px 16px 20px;
  }
}

.faq-nav ul li a::after {
  position: absolute;
  top: 50%;
  right: 19px;
  display: block;
  width: 11px;
  height: 11px;
  margin: -2px 0 0;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.faq-products {
  margin: 0 0 40px;
}

.faq-products__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

@media (max-width: 768px) {
  .faq-products__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
}

.faq-products__item {
  margin: 0 10px;
}

@media (max-width: 768px) {
  .faq-products__item {
    margin: 0 0 20px;
  }

  .faq-products__item:last-child {
    margin-bottom: 0;
  }
}

.faq-products__item a {
  display: block;
  height: 100%;
  padding: 10px 20px 20px;
  text-decoration: none;
  background-color: #f1f4f9;
}

@media (min-width: 769px) {
  .faq-products__item a:hover {
    opacity: 0.7;
  }
}

.faq-products__item a > *:last-child {
  margin-bottom: 0;
}

.faq-products__head {
  margin: 0 0 6px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .faq-products__head {
    font-size: 14px;
  }
}

.gallery-content {
  max-width: 800px;
  margin: 0 auto;
}

.gallery-content img {
  max-width: 100%;
}

.gallery-episode {
  padding: 24px 30px 26px;
  background-color: #f1f4f9;
}

@media (max-width: 768px) {
  .gallery-episode {
    padding: 15px 20px;
  }
}

.gallery-episode > *:last-child {
  margin-bottom: 0;
}

.gallery-episode__head {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
}

.gallery-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 0 0 30px;
}

.gallery-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.gallery-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 30px auto 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 82px;
  color: #fff;
  text-decoration: none;
  background-color: #00347c;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .gallery-btn a {
    font-size: 16px;
    line-height: 66px;
    border-width: 2px;
  }
}

.gallery-btn a::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 -2px 4px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.gallery-btn a:hover {
  opacity: 0.7;
}

.gallery-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 29px;
  margin: 0 0 30px;
  border: 1px solid #d4dce9;
}

@media (max-width: 768px) {
  .gallery-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 19px;
    margin: 30px 0;
  }
}

.gallery-profile__image {
  flex-shrink: 0;
  max-width: 150px;
  margin: 0 30px 0 0;
  -ms-flex-negative: 0;
}

.gallery-profile__image img {
  width: 100%;
}

.gallery-profile__image figure {
  margin: 0;
}

@media (max-width: 768px) {
  .gallery-profile__image {
    width: 100%;
    margin: 0 auto 10px;
    text-align: center;
  }
}

.gallery-profile__head {
  margin: -3px 0 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4444444444;
}

@media (max-width: 768px) {
  .gallery-profile__head {
    line-height: 1.6875;
  }
}

.gallery-profile__content > *:last-child {
  margin-bottom: 0;
}

.gallery-profile__link {
  font-size: 18px;
}

@media (max-width: 768px) {
  .gallery-profile__link {
    margin: 0 0 36px;
    font-size: 16px;
    text-align: center;
  }
}

.gallery-profile__link a {
  color: #00347d;
  text-decoration: none;
}

.gallery-profile__link a:hover {
  text-decoration: underline;
}

.gallery-profile__link a::after {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: -2px 0 0 4px;
  vertical-align: middle;
  content: "";
  border-top: 1px solid #003a86;
  border-right: 1px solid #003a86;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.knowledge-answer {
  padding: 70px;
  margin: 0 0 30px;
  background-color: #fff;
}

@media (max-width: 768px) {
  .knowledge-answer {
    padding: 40px 10px;
  }
}

.knowledge-answer-products {
  padding: 40px 70px;
  margin: 0;
  background-color: #fff;
  border: 2px solid #e6ebf2;
}

@media (max-width: 768px) {
  .knowledge-answer-products {
    padding: 40px 24px;
  }
}

.knowledge-answer > *:first-child {
  margin-top: 0;
}

.knowledge-answer > *:last-child {
  margin-bottom: 0;
}

.knowledge-answer__head {
  margin: 60px 0 40px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5555555556;
  color: #00347c;
  text-align: center;
}

@media (max-width: 768px) {
  .knowledge-answer__head {
    margin: 40px 0 20px;
    font-size: 18px;
  }
}

.knowledge-answer__head em {
  font-size: 34px;
  font-style: normal;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f8e7a2), color-stop(90%, #f8e7a2), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 65%, #f8e7a2 65%, #f8e7a2 90%, transparent 90%);
}

@media (max-width: 768px) {
  .knowledge-answer__head em {
    font-size: 26px;
  }
}

.knowledge-content-4 .knowledge-answer__head em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #d9e9b7), color-stop(90%, #d9e9b7), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 65%, #d9e9b7 65%, #d9e9b7 90%, transparent 90%);
}

.knowledge-answer__head-2 {
  position: relative;
  margin: 50px 0 24px;
  font-size: 26px;
  line-height: 1.5384615385;
  color: #000;
  text-align: center;
}

@media (max-width: 768px) {
  .knowledge-answer__head-2 {
    margin: 40px 0 14px;
    font-size: 23px;
    line-height: 1.347826087;
  }
}

.knowledge-answer__head-2::before {
  position: absolute;
  top: -30px;
  left: 50%;
  display: block;
  width: 22px;
  height: 20px;
  content: "";
  background-image: url("/assets/images/knowledge/bg-07.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.knowledge-answer__head-2 span {
  display: block;
  padding: 18px 0;
}

@media (max-width: 768px) {
  .knowledge-answer__head-2 span {
    padding: 8px 20px;
  }
}

.knowledge-answer__head-2 span::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 60px;
  content: "";
  border-top: 2px solid #00347c;
  border-left: 2px solid #00347c;
}

@media (max-width: 768px) {
  .knowledge-answer__head-2 span::before {
    width: 15px;
    height: 30px;
  }
}

.knowledge-answer__head-2 span::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 30px;
  height: 60px;
  content: "";
  border-right: 2px solid #00347c;
  border-bottom: 2px solid #00347c;
}

@media (max-width: 768px) {
  .knowledge-answer__head-2 span::after {
    width: 15px;
    height: 30px;
  }
}

.knowledge-answer__image {
  text-align: center;
}

.knowledge-answer__image img {
  max-width: 100%;
  vertical-align: top;
}

@media (max-width: 768px) {
  .knowledge-answer__image img {
    max-width: 270px;
    margin: 0 auto;
  }
}

.knowledge-answer__image figcaption {
  margin-top: 10px;
  font-size: 12px;
}

.knowledge-answer__youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin: 60px 0 0;
}

@media (max-width: 768px) {
  .knowledge-answer__youtube {
    margin: 40px 0 0;
  }
}

.knowledge-answer__youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.knowledge-comic {
  max-width: 800px;
  padding: 0;
  margin: 70px auto 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .knowledge-comic {
    padding: 0 10px;
  }
}

.knowledge-comic img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.knowledge-content-1 {
  padding: 0 0 100px;
}

@media (max-width: 768px) {
  .knowledge-content-1 {
    padding: 0 10px 50px;
  }
}

.knowledge-content-1__inner {
  max-width: 800px;
  margin: 0 auto;
}

.knowledge-content-1__inner > *:last-child {
  margin-bottom: 0;
}

.knowledge-content-2 {
  background: repeating-linear-gradient(-45deg, #fefcf5, #fefcf5 4px, #fefaec 4px, #fefaec 8px);
  background-repeat: repeat;
  background-position: 0 0;
}

.knowledge-content-2__inner {
  max-width: 800px;
  padding: 100px 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .knowledge-content-2__inner {
    padding: 50px 10px;
  }
}

.knowledge-content-2__inner > *:last-child {
  margin-bottom: 0;
}

.knowledge-content-2__head {
  margin: 0 0 46px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #00347c;
  text-align: center;
}

@media (max-width: 768px) {
  .knowledge-content-2__head {
    margin: 0 0 20px;
    font-size: 18px;
  }
}

.knowledge-content-2__head::before {
  display: block;
  width: 21px;
  height: 40px;
  margin: 0 auto 2px;
  content: "";
  background-image: url("/assets/images/knowledge/bg-03.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .knowledge-content-2__head::before {
    margin: 0 auto 10px;
  }
}

.knowledge-content-3__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1100px;
  height: 325px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .knowledge-content-3__inner {
    height: initial;
    padding: 50px 0 110px;
  }
}

.knowledge-content-3__inner::before,
.knowledge-content-3__inner::after {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.knowledge-content-3__inner::before {
  bottom: 0;
  left: 6px;
  width: 225px;
  height: 255px;
  background-image: url("/assets/images/knowledge/bg-04.png");
}

@media (max-width: 768px) {
  .knowledge-content-3__inner::before {
    left: 50%;
    width: 84px;
    height: 88.5px;
    margin: 0 0 0 -9px;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}

.knowledge-content-3__inner::after {
  right: 6px;
  bottom: 0;
  width: 250px;
  height: 255px;
  background-image: url("/assets/images/knowledge/bg-05.png");
}

@media (max-width: 768px) {
  .knowledge-content-3__inner::after {
    right: auto;
    left: 50%;
    width: 94px;
    height: 88.5px;
    margin: 0 0 0 -1px;
  }
}

.knowledge-content-3__lead {
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .knowledge-content-3__lead {
    font-size: 16px;
  }
}

.knowledge-content-3__lead em {
  font-size: 34px;
  font-style: normal;
  color: #00347c;
}

@media (max-width: 768px) {
  .knowledge-content-3__lead em {
    font-size: 23px;
  }
}

.knowledge-content-4 {
  overflow: hidden;
  background: repeating-linear-gradient(-45deg, #f9fcf4, #f9fcf4 4px, #f4f9ea 4px, #f4f9ea 8px);
  background-repeat: repeat;
  background-position: 0 0;
}

.knowledge-content-4__inner {
  max-width: 800px;
  padding: 100px 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .knowledge-content-4__inner {
    padding: 50px 10px;
  }
}

.knowledge-content-4__inner > *:last-child {
  margin-bottom: 0;
}

.knowledge-content-4__head {
  margin: 0 0 46px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #00347c;
  text-align: center;
}

@media (max-width: 768px) {
  .knowledge-content-4__head {
    margin: 0 0 20px;
    font-size: 18px;
  }
}

.knowledge-content-4__head::before {
  display: block;
  width: 41px;
  height: 40px;
  margin: 0 auto 2px;
  content: "";
  background-image: url("/assets/images/knowledge/bg-06.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .knowledge-content-4__head::before {
    margin: 0 auto 10px;
  }
}

.knowledge-content-5__inner {
  max-width: 1100px;
  padding: 50px 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .knowledge-content-5__inner > *:first-child {
    padding-top: 0;
  }
}

.knowledge-lead {
  margin: 0 0 100px;
  text-align: center;
}

@media (max-width: 768px) {
  .knowledge-lead {
    margin: 0 0 50px;
    text-align: left;
  }
}

.knowledge-lead__head {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.6666666667;
}

@media (max-width: 768px) {
  .knowledge-lead__head {
    margin: 0 0 10px;
    font-size: 28px;
  }
}

.knowledge-lead__head em {
  font-style: normal;
  color: #4992f8;
}

.knowledge-lead__desc {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
}

.knowledge-nav {
  margin: 0 0 50px;
}

@media (max-width: 768px) {
  .knowledge-nav {
    margin: 0 0 25px;
  }
}

.knowledge-nav__head {
  position: relative;
  padding: 6.5px 0;
  margin: 0;
  overflow: hidden;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #00347c;
}

@media (max-width: 768px) {
  .knowledge-nav__head {
    font-size: 18px;
  }
}

.knowledge-nav__head::before {
  position: absolute;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

.knowledge-nav__head--1::before {
  top: -3px;
  left: 56px;
  width: 37px;
  height: 70px;
  background-image: url("/assets/images/knowledge/bg-01.png");
}

@media (max-width: 768px) {
  .knowledge-nav__head--1::before {
    left: 10px;
    width: 28px;
    height: 52.5px;
  }
}

.knowledge-nav__head--2::before {
  top: -4px;
  left: 39px;
  width: 71px;
  height: 70px;
  background-image: url("/assets/images/knowledge/bg-02.png");
}

@media (max-width: 768px) {
  .knowledge-nav__head--2::before {
    left: 10px;
    width: 53px;
    height: 52.5px;
  }
}

.knowledge-nav__image {
  margin: 0;
}

@media (max-width: 768px) {
  .knowledge-nav__image {
    width: 100%;
  }
}

.knowledge-nav__image img {
  display: block;
  max-width: 100%;
}

@media (max-width: 768px) {
  .knowledge-nav__image img {
    width: 100%;
  }
}

.knowledge-nav__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.knowledge-nav__list--1 li a em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f8e7a2), color-stop(90%, #f8e7a2), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 65%, #f8e7a2 65%, #f8e7a2 90%, transparent 90%);
}

.knowledge-nav__list--2 li a em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #d9e9b7), color-stop(90%, #d9e9b7), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 65%, #d9e9b7 65%, #d9e9b7 90%, transparent 90%);
}

.knowledge-nav__list li {
  margin-top: -3px;
}

.knowledge-nav__list li:first-child {
  margin-top: 0;
}

.knowledge-nav__list li a {
  position: relative;
  display: block;
  padding: 24px 74px 24px 37px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5555555556;
  color: #00347c;
  text-decoration: none;
  border: 3px solid #e6ebf2;
}

@media (max-width: 768px) {
  .knowledge-nav__list li a {
    padding: 12px 55px 12px 17px;
  }
}

@media (min-width: 769px) {
  .knowledge-nav__list li a:hover {
    opacity: 0.7;
  }
}

.knowledge-nav__list li a em {
  font-size: 30px;
  font-style: normal;
}

@media (max-width: 768px) {
  .knowledge-nav__list li a em {
    font-size: 23px;
  }
}

.knowledge-nav__list li a::before {
  position: absolute;
  top: 50%;
  right: 17px;
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  background-color: #00387c;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (max-width: 768px) {
  .knowledge-nav__list li a::before {
    right: 7px;
    width: 30px;
    height: 30px;
  }
}

.knowledge-nav__list li a::after {
  position: absolute;
  top: 50%;
  right: 31px;
  display: block;
  width: 11px;
  height: 11px;
  margin: -3px 0 0;
  content: "";
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

@media (max-width: 768px) {
  .knowledge-nav__list li a::after {
    right: 16px;
  }
}

.knowledge-ranking__inner {
  padding: 12px 50px 6px;
  background-color: #f5f7fa;
}

@media (max-width: 768px) {
  .knowledge-ranking__inner {
    padding: 12px 10px 0;
  }
}

.knowledge-ranking__head {
  padding: 0 0 8px;
  margin: 0 0 16px;
  font-size: 18px;
  text-align: center;
  border-bottom: 3px solid #00347c;
}

@media (max-width: 768px) {
  .knowledge-ranking__head {
    padding: 0 0 4px;
    margin: 0 0 10px;
    font-size: 14px;
  }
}

.knowledge-ranking__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.knowledge-ranking__list li {
  position: relative;
  padding: 8px 0 8px 78px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #003778;
  border-bottom: 1px dotted #00347c;
}

@media (max-width: 768px) {
  .knowledge-ranking__list li {
    padding: 8px 0 8px 44px;
    font-size: 14px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}

.knowledge-ranking__list li::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (max-width: 768px) {
  .knowledge-ranking__list li::before {
    background-size: 100%;
  }
}

.knowledge-ranking__list li:last-child {
  border-bottom: 0 none;
}

.knowledge-ranking__list li:nth-child(1) {
  padding: 2px 0 2px 78px;
  font-size: 23px;
}

@media (max-width: 768px) {
  .knowledge-ranking__list li:nth-child(1) {
    padding: 2px 0 2px 44px;
    font-size: 17px;
  }
}

.knowledge-ranking__list li:nth-child(1)::before {
  left: 20px;
  width: 39px;
  height: 27px;
  margin: -2px 0 0;
  background-image: url("/assets/images/knowledge/icon-rank-01.png");
}

@media (max-width: 768px) {
  .knowledge-ranking__list li:nth-child(1)::before {
    left: 0;
    width: 29.5px;
    height: 20.5px;
    background-image: url("/assets/images/knowledge/sp/icon-rank-01.png");
  }
}

.knowledge-ranking__list li:nth-child(2)::before {
  left: 20px;
  width: 39px;
  height: 27px;
  margin: -2px 0 0;
  background-image: url("/assets/images/knowledge/icon-rank-02.png");
}

@media (max-width: 768px) {
  .knowledge-ranking__list li:nth-child(2)::before {
    left: 0;
    width: 29.5px;
    height: 20.5px;
    background-image: url("/assets/images/knowledge/sp/icon-rank-02.png");
  }
}

.knowledge-ranking__list li:nth-child(3)::before {
  left: 20px;
  width: 39px;
  height: 27px;
  margin: -2px 0 0;
  background-image: url("/assets/images/knowledge/icon-rank-03.png");
}

@media (max-width: 768px) {
  .knowledge-ranking__list li:nth-child(3)::before {
    left: 0;
    width: 29.5px;
    height: 20.5px;
    background-image: url("/assets/images/knowledge/sp/icon-rank-03.png");
  }
}

.knowledge-ranking__list li:nth-child(4)::before {
  left: 34px;
  width: 11px;
  height: 16px;
  background-image: url("/assets/images/knowledge/icon-rank-04.png");
}

@media (max-width: 768px) {
  .knowledge-ranking__list li:nth-child(4)::before {
    left: 10px;
    width: 8.5px;
    height: 12.5px;
    background-image: url("/assets/images/knowledge/sp/icon-rank-04.png");
  }
}

.knowledge-ranking__caption {
  margin: 8px 0 0;
  font-size: 12px;
  text-align: center;
}

.knowledge-ranking__desc {
  margin: 1.5rem 0 0;
  text-align: center;
}

.knowledge-ranking__desc em {
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  color: #00347c;
}

@media (max-width: 768px) {
  .knowledge-ranking__desc em {
    font-size: 18px;
  }
}

.knowledge-ranking__desc span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #f8e7a2), color-stop(90%, #f8e7a2), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 65%, #f8e7a2 65%, #f8e7a2 90%, transparent 90%);
}

.lineup-nav {
  padding: 22px 30px 20px;
  overflow: hidden;
  background-color: #f1f4f9;
}

@media (max-width: 768px) {
  .lineup-nav {
    padding: 12px 2.6666666667vw 10px;
  }
}

.lineup-nav__head {
  margin: 0 0 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #00347c;
}

@media (max-width: 768px) {
  .lineup-nav__head {
    margin: 0 0 12px;
    font-size: 16px;
    text-align: center;
  }
}

.lineup-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 -12px;
  list-style: none;
}

@media (max-width: 768px) {
  .lineup-nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin: -2.4vw -1.2vw 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}

.lineup-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 109px;
  height: 109px;
  margin: 0 12px;
}

@media (max-width: 768px) {
  .lineup-nav__item {
    width: 20.2666666667vw;
    height: 20.2666666667vw;
    margin: 2.4vw 1.2vw 0;
  }
}

.lineup-nav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4444444444;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ccc;
  outline: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media (max-width: 768px) {
  .lineup-nav__item a {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  .lineup-nav__item a {
    font-size: 4.2666666667vw;
    border: 0.2666666667vw solid #ccc;
  }
}

.lineup-nav__item a:hover,
.lineup-nav__item a.is-selected {
  color: #fff;
}

.lineup-nav__item a span {
  font-size: 16px;
}

@media (max-width: 768px) {
  .lineup-nav__item a span {
    font-size: 12px;
  }
}

@media (max-width: 375px) {
  .lineup-nav__item a span {
    font-size: 3.2vw;
  }
}

.lineup-nav__item--1 a {
  color: #1f55a8;
  border: 1px solid #1f55a8;
}

.lineup-nav__item--1 a:hover,
.lineup-nav__item--1 a.is-selected {
  background-color: #1f55a8;
}

.lineup-nav__item--2 a {
  color: #e357a3;
  border: 1px solid #e357a3;
}

.lineup-nav__item--2 a:hover,
.lineup-nav__item--2 a.is-selected {
  background-color: #e357a3;
}

.lineup-nav__item--3 a {
  color: #f57f1f;
  border: 1px solid #f57f1f;
}

.lineup-nav__item--3 a:hover,
.lineup-nav__item--3 a.is-selected {
  background-color: #f57f1f;
}

.lineup-nav__item--4 a {
  color: #1f9c62;
  border: 1px solid #1f9c62;
}

.lineup-nav__item--4 a:hover,
.lineup-nav__item--4 a.is-selected {
  background-color: #1f9c62;
}

.lineup-nav__item--5 a {
  color: #8f39df;
  border: 1px solid #8f39df;
}

.lineup-nav__item--5 a:hover,
.lineup-nav__item--5 a.is-selected {
  background-color: #8f39df;
}

.lineup-nav__item--6 a {
  color: #f0253d;
  border: 1px solid #f0253d;
}

.lineup-nav__item--6 a:hover,
.lineup-nav__item--6 a.is-selected {
  background-color: #f0253d;
}

.lineup-nav__item--7 a {
  color: #ff6539;
  border: 1px solid #ff6539;
}

.lineup-nav__item--7 a:hover,
.lineup-nav__item--7 a.is-selected {
  background-color: #ff6539;
}

.lineup-nav__item--8 a {
  color: #e60101;
  border: 1px solid #e60101;
}

.lineup-nav__item--8 a:hover,
.lineup-nav__item--8 a.is-selected {
  background-color: #e60101;
}

.lineup-product {
  padding: 29px;
  margin: 0 0 20px;
  border-bottom: 1px solid #e6ebf2;
}

.lineup-section--match .lineup-product {
  background-color: #f6faff;
  border: 1px solid #d4dce9;
}

@media (max-width: 768px) {
  .lineup-product {
    padding: 19px;
  }
}

.lineup-product__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .lineup-product__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.lineup-product__new {
  display: flex;
  margin: -10px 0 6px;
  font-size: 14px;
  line-height: 1.4285714286;
}

@media (max-width: 768px) {
  .lineup-product__new {
    margin: -10px 0 10px;
  }
}

.lineup-product__new span {
  display: inline-block;
  padding: 1px 12px 0;
  margin: 0 auto;
  color: #fff;
  vertical-align: top;
  background-color: #ff1023;
  border-radius: 14px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lineup-product__new span {
    padding-top: 6px;
  }
}

.lineup-product__image {
  flex-shrink: 0;
  align-self: flex-start;
  width: 240px;
  padding: 20px 20px 10px;
  margin: 0 30px 0 0;
  background-color: #fff;
  -ms-flex-negative: 0;
  -ms-flex-item-align: start;
}

@media (max-width: 768px) {
  .lineup-product__image {
    width: 100%;
    padding: 20px 45px 10px;
    margin: 0 0 20px;
  }
}

.lineup-product__image figure {
  max-width: 100%;
  margin: 0;
}

.lineup-product__image figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.lineup-product--lunaj .lineup-product__image figure img {
  max-width: 80%;
}

.lineup-product--kaze .lineup-product__image figure img {
  max-width: 75%;
}

.lineup-product--cii .lineup-product__image figure img {
  max-width: 75%;
}

.lineup-product--chewable .lineup-product__image figure img {
  max-width: 75%;
}

.lineup-product--siroop-1 .lineup-product__image figure img {
  max-width: 54%;
}

.lineup-product--siroop-2 .lineup-product__image figure img {
  max-width: 30%;
}

.lineup-product--siroop-3 .lineup-product__image figure img {
  max-width: 30%;
}

.lineup-product--siroop-4 .lineup-product__image figure img {
  max-width: 30%;
}

.lineup-product__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 9px 0 0;
}

.lineup-product__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 3px 6px;
  margin: 0;
  font-size: 12px;
  line-height: 1.3333333333;
  color: #666666;
  border: 1px solid #999999;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.lineup-product__num {
  display: inline-block;
  padding: 2px 4px;
  margin: 0 2px;
  line-height: 1;
  border: 1px solid #999;
}

.lineup-product__deduction {
  flex-grow: 1;
  margin: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}

.lineup-product__deduction img {
  display: block;
  width: 61px;
  margin: 0 0 0 auto;
}

@media (max-width: 768px) {
  .lineup-product__deduction img {
    width: 66px;
  }
}

.lineup-product__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-width: 770px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}

@media (max-width: 768px) {
  .lineup-product__content {
    min-width: 0;
  }
}

.lineup-product__lead {
  width: 100%;
  margin: 0 0 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #00347c;
}

@media (max-width: 768px) {
  .lineup-product__lead {
    padding: 0 1px 8px;
    margin: 0 0 9px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.lineup-product__head {
  margin: 0 0 6px;
  font-size: 26px;
  line-height: 1.347826087;
}

@media (max-width: 768px) {
  .lineup-product__head {
    margin: 0 0 8px;
    font-size: 23px;
    line-height: 1.347826087;
  }
}

.lineup-product__elements {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  align-items: center;
  margin: 0 0 16px;
  vertical-align: top;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .lineup-product__elements {
    margin: 0 0 12px;
  }
}

.lineup-product__element {
  padding: 1px 10px 0;
  margin-right: 8px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 12px;
  font-weight: bold;
  border-radius: 21px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lineup-product__element {
    padding-top: 5px;
  }
}

.lineup-product__element--1 {
  color: #067d00;
  border: 1px solid #067d00;
}

.lineup-product__element--2 {
  color: #eb1d9b;
  border: 1px solid #eb1d9b;
}

.lineup-product__element--3 {
  color: #d47f00;
  border: 1px solid #d47f00;
}

.lineup-product__element--4 {
  color: #00347d;
  border: 1px solid #00347d;
}

.lineup-product__composition {
  font-size: 12px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lineup-product__composition {
    padding-top: 5px;
  }
}

.lineup-product__desc {
  margin: 0 0 14px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .lineup-product__desc {
    margin: 0 0 12px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.lineup-product__notice {
  margin-bottom: 14px;
  font-size: 12px;
}

.lineup-product__col-1 {
  flex-grow: 1;
  width: 470px;
  padding-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}

@media (max-width: 768px) {
  .lineup-product__col-1 {
    width: 100%;
    max-width: 470px;
    padding-right: 0;
    margin: 0 auto;
  }
}

.lineup-product__col-2 {
  flex-shrink: 0;
  width: 300px;
  -ms-flex-negative: 0;
}

@media (max-width: 768px) {
  .lineup-product__col-2 {
    width: 100%;
  }
}

.lineup-product__effects {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
  margin: -10px 0 20px;
  vertical-align: top;
  list-style: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.lineup-product__effect {
  position: relative;
  padding: 0 0 0 24px;
  margin: 10px 20px 0 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2857142857;
  color: #00347c;
}

@media (max-width: 768px) {
  .lineup-product__effect {
    padding: 0 0 0 20px;
    font-size: 12px;
  }
}

.lineup-product__effect::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lineup-product__effect::before {
    margin-top: -2px;
  }
}

@media (max-width: 768px) {
  .lineup-product__effect::before {
    width: 16px;
    height: 16px;
  }
}

.lineup-product__effect:last-child {
  margin-right: 0;
}

.lineup-product__effect--1::before {
  background-image: url("/assets/images/icon-effect-01.svg");
}

.lineup-product__effect--2::before {
  background-image: url("/assets/images/icon-effect-02.svg");
}

.lineup-product__effect--3::before {
  background-image: url("/assets/images/icon-effect-03.svg");
}

.lineup-product__effect--4::before {
  background-image: url("/assets/images/icon-effect-04.svg");
}

.lineup-product__effect--5::before {
  background-image: url("/assets/images/icon-effect-05.svg");
}

.lineup-product__effect--6::before {
  background-image: url("/assets/images/icon-effect-06.svg");
}

.lineup-product__btns {
  padding: 0;
  margin: 0;
  list-style: none;
}

.lineup-product__btns > li {
  margin: 0 0 20px;
}

@media (max-width: 768px) {
  .lineup-product__btns > li {
    margin: 0 0 15px;
  }
}

.lineup-product__btns > li:last-child {
  margin: 0;
}

.lineup-product__btn-1 {
  position: relative;
  display: block;
  padding: 9px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  line-height: 1.375;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 4px solid #dfdfdf;
}

@media (min-width: 769px) {
  .lineup-product__btn-1:hover {
    opacity: 0.7;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lineup-product__btn-1 {
    padding: 15px 0 9px;
  }
}

@media (max-width: 768px) {
  .lineup-product__btn-1 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.lineup-product__btn-1::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

@media (max-width: 768px) {
  .lineup-product__btn-1::after {
    right: 16px;
  }
}

.lineup-product__btn-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #00347c;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lineup-product__btn-2 {
    padding-top: 6px;
  }
}

@media screen and (-ms-high-contrast: active) and (max-width: 768px), (-ms-high-contrast: none) and (max-width: 768px) {
  .lineup-product__btn-2 {
    padding-top: 0;
  }
}

.lineup-product__btn-3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 9px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.375;
  color: #000000;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 4px solid #dfdfdf;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (min-width: 769px) {
  .lineup-product__btn-3:hover {
    opacity: 0.7;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .lineup-product__btn-3 {
    padding: 15px 0 9px;
  }
}

@media (max-width: 768px) {
  .lineup-product__btn-3 {
    font-size: 18px;
    line-height: 1.5;
  }
}

.lineup-product__btn-3::after {
  position: absolute;
  top: 50%;
  right: 18px;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

@media (max-width: 768px) {
  .lineup-product__btn-3::after {
    right: 16px;
  }
}

.lineup-section--match,
.lineup-section--other {
  display: none;
}

.nav-navi {
  margin: 80px 0 0;
}

@media (max-width: 768px) {
  .nav-navi {
    margin: 40px 0 50px;
  }
}

.nav-navi__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.nav-navi__list {
  width: calc(281 / 1100 * 100%);
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .nav-navi__list {
    width: 100%;
  }
}

.nav-navi__list02 li:nth-child(n + 2) {
  margin-top: 30px;
}

.nav-navi__list li.nav-navi__2 {
  margin-top: 25px;
}

@media (max-width: 768px) {
  .nav-navi__list > li {
    box-sizing: border-box;
    padding: 15px 19px;
    border: 1px solid #00347c;
  }

  .nav-navi__list02 li {
    padding: 0;
  }

  .nav-navi__list02 li:nth-child(n + 2),
  .nav-navi__list li.nav-navi__2 {
    margin-top: 0;
    border-top: 0;
  }

  .nav-navi__list li.nav-navi__3,
  .nav-navi__list li.nav-navi__8 {
    border-top: 0;
  }
}

.nav-navi__ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.nav-navi__ttl span:last-child {
  width: 204px;
  font-size: 20px;
  font-weight: bold;
  color: #00347c;
  text-align: left;
}

@media (min-width: 769px) {
  a.current .nav-navi__ttl span:last-child {
    width: 184px;
  }
}

@media (max-width: 768px) {
  .nav-navi__ttl span:last-child {
    width: calc(100% - 55px);
    font-size: 18px;
  }
}

.nav-navi__list li a {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

.nav-navi__list li a.current {
  pointer-events: none;
  background: #ebc5d5 !important;
}

@media (min-width: 769px) {
  .nav-navi__list li a:hover {
    opacity: 0.7;
  }

  .nav-navi__list li a.current {
    padding: 5px 10px !important;
  }
}

@media (max-width: 768px) {
  .nav-navi__list li a {
    -ms-flex-direction: row;
    flex-direction: row;
    align-items: center;
    padding: 15px 19px !important;
    font-size: 16px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1.4375;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
  }
}

.nav-navi__list li .nav-navi__image img {
  display: block;
  width: 60px;
  height: 60px;
}

@media (max-width: 768px) {
  .nav-navi__list li .nav-navi__image img {
    width: 40px;
    height: 40px;
    margin: 0;
  }
}

.nav-navi__list li a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  content: "";
  border-top: 2px solid #00347c;
  border-right: 2px solid #00347c;
  -webkit-transform: rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.nav-inner__list {
  padding: 0;
  margin: 0;
}

.nav-inner__list,
.nav-inner__list li {
  list-style: none;
}

.nav-navi__list .nav-inner__list li a {
  margin-top: 18px;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.nav-navi__list .nav-inner__list li:nth-child(n + 2) a {
  margin-top: 12px;
}

@media (max-width: 768px) {
  .nav-inner__list {
    display: none;
  }

  .js_acc.active ~ .nav-inner__list {
    display: block;
  }

  .js_acc,
  .js_acc span.ttl {
    position: relative;
    z-index: 0;
  }

  .js_acc::after {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
    width: 28px;
    height: 28px;
    content: "";
    background: #00347c;
    transform: translateY(-50%);
  }

  .js_acc span.ttl.plus::before {
    position: absolute;
    top: 50%;
    right: 13px;
    z-index: 1;
    width: 2px;
    height: 12px;
    content: "";
    background: #fff;
    transform: translateY(-50%);
  }

  .js_acc span.ttl.plus::after,
  .js_acc span.ttl.minus::after {
    position: absolute;
    top: 50%;
    right: 8px;
    z-index: 1;
    width: 12px;
    height: 2px;
    content: "";
    background: #fff;
    transform: translateY(-50%);
  }

  .nav-navi__list .nav-inner__list li a {
    padding: 0 !important;
    margin-top: 24px !important;
    font-size: 14px;
    letter-spacing: 0.05em;
  }

  .nav-navi__list .nav-inner__list li a.current {
    padding: 5px 10px !important;
  }

  .nav-navi__list .nav-inner__list li a::after {
    right: 13px;
  }
}

.navi-banner {
  max-width: 1100px;
  margin: 80px auto 0;
}

@media (max-width: 768px) {
  .navi-banner {
    margin: 50px auto 0;
  }
}

.navi-banner a {
  display: block;
}

@media (min-width: 769px) {
  .navi-banner a:hover {
    opacity: 0.7;
  }
}

.navi-banner a img {
  display: block;
  max-width: 100%;
}

.navi-checksheet {
  padding: 39px 29px;
  margin: 0 0 50px;
  border: 1px solid #d4dce9;
}

@media (max-width: 768px) {
  .navi-checksheet {
    padding: 19px;
    margin: 0 0 25px;
  }
}

.navi-checksheet__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.4444444444;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .navi-checksheet__head {
    font-size: 16px;
  }
}

.navi-checksheet__head span {
  padding: 0 11px;
  margin: 0 16px 0 0;
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  background-color: #00347c;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navi-checksheet__head span {
    padding: 6px 11px 0;
    margin-top: -4px;
  }
}

@media (max-width: 768px) {
  .navi-checksheet__head span {
    font-size: 18px;
  }
}

.navi-checksheet__list {
  margin: 0 0 40px;
}

.navi-checksheet__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0 -11px;
  list-style: none;
}

@media (max-width: 768px) {
  .navi-checksheet__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px 0 0;
  }
}

.navi-checksheet__inner li {
  width: calc(100% / 3 - 22px);
  margin: 0 11px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .navi-checksheet__inner li {
    width: 100%;
    margin: 10px 0 0;
  }
}

.navi-checksheet__inner li label {
  display: block;
  height: 100%;
  cursor: pointer;
}

.navi-checksheet__inner li label input {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.navi-checksheet__inner li label input:checked + span {
  padding: 9px 16px;
  background-color: #f6faff;
  border: 4px solid #00347c;
}

@media (max-width: 768px) {
  .navi-checksheet__inner li label input:checked + span {
    padding: 11px 18px;
    border: 2px solid #00347c;
  }
}

.navi-checksheet__inner li label > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  min-height: 70px;
  padding: 12px 19px;
  line-height: 1.5;
  border: 1px solid #00347c;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navi-checksheet__inner li label > span {
    padding: 14px 19px 10px;
  }
}

@media (max-width: 768px) {
  .navi-checksheet__inner li label > span {
    min-height: 60px;
  }
}

.navi-checksheet__inner li label > span > span {
  margin: 0 16px 0 0;
  font-size: 20px;
  font-weight: bold;
  color: #00347c;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navi-checksheet__inner li label > span > span {
    padding-top: 2px;
  }
}

@media (max-width: 768px) {
  .navi-checksheet__inner li label > span > span {
    font-size: 18px;
  }
}

.navi-checksheet__notice {
  margin: 0 0 14px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .navi-checksheet__notice {
    margin: 0 0 6px;
  }
}

.navi-checksheet__notice.is-hide {
  opacity: 0;
}

.navi-checksheet__btn {
  margin: 0;
}

.navi-checksheet__btn button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 420px;
  padding: 35px 40px;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background-color: #00347c;
  border: 0 none;
}

@media (min-width: 769px) {
  .navi-checksheet__btn button:hover {
    opacity: 0.7;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navi-checksheet__btn button {
    padding: 38px 40px 32px;
  }
}

@media (max-width: 768px) {
  .navi-checksheet__btn button {
    padding: 25px 40px;
  }
}

.navi-checksheet__btn button[disabled] {
  background-color: #999999;
}

.navi-checksheet__btn button[disabled]:hover {
  opacity: 1;
}

.navi-checksheet__btn button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.navi-column {
  padding: 26px 29px;
  margin: 0 0 30px;
  font-size: 14px;
  border: 1px dashed #00347c;
}

@media (max-width: 768px) {
  .navi-column {
    padding: 14px;
  }
}

.navi-column--2 {
  border: 1px dashed #e50065;
}

.navi-column--3 {
  border: 1px dashed #ff5627;
}

.navi-column > *:first-child {
  margin-top: 0;
}

.navi-column > *:last-child {
  margin-bottom: 0;
}

.navi-column__head-1 {
  padding: 0 0 5px;
  margin: 0 0 10px;
  font-size: 16px;
  line-height: 1.4444444444;
  border-bottom: 4px solid #d4dce9;
}

@media (max-width: 768px) {
  .navi-column__head-1 {
    border-width: 2px;
  }
}

.navi-column--2 .navi-column__head-1 {
  border-color: #ffedf3;
}

.navi-column--3 .navi-column__head-1 {
  border-color: #ffe3db;
}

.navi-column__head-2 {
  margin: 0 0 4px;
  font-size: 14px;
}

.navi-column__head-2::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -4px 10px 0 0;
  vertical-align: middle;
  content: "";
  background-color: #00347c;
}

.navi-column--2 .navi-column__head-2::before {
  background-color: #e50065;
}

.navi-column--3 .navi-column__head-2::before {
  background-color: #ff7149;
}

.navi-contents {
  max-width: 800px;
  margin: -50px auto 0;
}

@media (max-width: 768px) {
  .navi-contents {
    margin: 0 auto;
  }
}

.navi-contents--kids .navi-head {
  color: #ff7149;
}

.navi-contents--kids .head-2 {
  border-bottom: 1px solid #ffcb8f;
}

.navi-contents--kids .head-2::before {
  background-color: #ff7149;
}

.navi-contents--kids .head-3 {
  background-color: #ffe1a0;
}

.navi-contents--kids .head-3::before {
  background-color: #ff7149;
}

.navi-contents--kids .head-4 {
  color: #ff7149;
}

.navi-contents--kids .head-4::before {
  background-color: #ff7149;
}

.navi-contents--kids .list-btns__btn--2 {
  color: #ff5627;
}

.navi-contents--kids .list-btns__btn--2::after {
  border-top: 2px solid #ff5627;
  border-right: 2px solid #ff5627;
}

.navi-contents--kids .nav-anchor {
  background-color: #fffcef;
}

.navi-contents--kids .nav-anchor ul li a {
  border: 1px solid #ff5627;
}

.navi-contents--kids .nav-anchor ul li a::after {
  border-right: 2px solid #ff5627;
  border-bottom: 2px solid #ff5627;
}

.navi-grid {
  margin: 0 0 30px;
}

.navi-grid__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .navi-grid__inner {
    display: block;
  }
}

.navi-grid__col-1 {
  flex-shrink: 0;
  width: 200px;
  margin: 0 20px 0 0;
  -ms-flex-negative: 0;
}

@media (max-width: 768px) {
  .navi-grid__col-1 {
    float: left;
    width: 100px;
    margin: 0 10px 0 0;
  }
}

.navi-grid__col-2 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.navi-grid__col-2 > *:last-child {
  margin-bottom: 0;
}

.navi-grid__image {
  margin: 0;
}

.navi-grid__image img {
  display: block;
  max-width: 100%;
}

.navi-grid__desc {
  margin: 0 0 1em;
  font-size: 16px;
  line-height: 1.75;
}

@media (max-width: 768px) {
  .navi-grid__desc {
    padding-left: 110px;
    margin: 0;
    line-height: 1.6875;
  }
}

.navi-grid__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 0.75em;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .navi-grid__list {
    padding: 10px 0 0;
    margin: 0 0 0.75em;
    clear: both;
  }
}

.navi-grid__list dt {
  padding: 0 5px;
  margin: 0 10px 0 0;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #fff;
  background-color: #666666;
  border-radius: 3px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navi-grid__list dt {
    padding: 4px 5px 0;
  }
}

@media (max-width: 768px) {
  .navi-grid__list dt {
    padding: 0 10px;
    margin: 0 10px 6px 0;
    font-size: 12px;
    line-height: 1.8333333333;
  }
}

.navi-grid__list dd {
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .navi-grid__list dd {
    margin: 0 0 6px;
    font-size: 14px;
  }
}

.navi-head {
  position: relative;
  padding: 16.5px 0 16.5px 100px;
  margin: 0 0 30px;
  font-size: 32px;
  font-weight: bold;
  color: #00347c;
}

.navi-head .fz-27 {
  display: block;
  margin-top: 12px;
  font-size: 27px;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .navi-head .fz-27 {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .navi-head {
    padding: 13px 0 13px 80px;
    margin: 0 0 26px;
    font-size: 28px;
    line-height: 1.5;
  }
}

.navi-head__sub {
  display: block;
  font-size: 16px;
  line-height: 1;
}

.navi-head + .head-2 {
  margin-top: 0;
}

.navi-head::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 80px;
  height: 80px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (max-width: 768px) {
  .navi-head::before {
    width: 65px;
    height: 65px;
  }
}

.navi-head--1::before {
  background-image: url("/assets/images/navi/icon-01.png");
}

.navi-head--2::before {
  background-image: url("/assets/images/navi/icon-02.png");
}

.navi-head--3::before {
  background-image: url("/assets/images/navi/icon-03.png");
}

.navi-head--4::before {
  background-image: url("/assets/images/navi/icon-04.png");
}

.navi-head--5::before {
  background-image: url("/assets/images/navi/icon-05.png");
}

.navi-head--6::before {
  background-image: url("/assets/images/navi/icon-06.png");
}

.navi-head--7::before {
  background-image: url("/assets/images/navi/icon-07.png");
}

.navi-head--8::before {
  background-image: url("/assets/images/navi/icon-08.png");
}

.navi-reset button {
  position: relative;
  display: block;
  width: 100%;
  max-width: 420px;
  padding: 35px 40px;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  background-color: #00347c;
  border: 0 none;
}

.navi-accordion {
  display: none;
}

.navi-accordion-click.active ~ .navi-accordion {
  display: block;
}

.navi-accordion-button {
  width: 100%;
  max-width: 420px;
  margin: 0 auto;
}

.navi-accordion-click {
  position: relative;
  display: block;
  width: 100%;
  max-width: 420px;
  padding: 10px 40px;
  margin: 20px auto 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #00347c;
  border: 0 none;
}

.navi-accordion-click::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(-135deg);
  transform: translate(0, -50%) rotate(-135deg);
}

.navi-accordion-click.active::after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navi-reset button {
    padding: 38px 40px 32px;
  }
}

@media (max-width: 768px) {
  .navi-reset button {
    padding: 25px 40px;
  }
}

@media (min-width: 769px) {
  .navi-reset button:hover {
    opacity: 0.7;
  }
}

.navi-reset button[disabled] {
  background-color: #999999;
}

.navi-reset button[disabled]:hover {
  opacity: 1;
}

.navi-reset button::after {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  width: 10px;
  height: 10px;
  content: "";
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.navi-result-box {
  padding: 16px 29px 29px;
  margin: 0 0 50px;
  background-color: #fff;
  border: 1px solid #d4dce9;
  border-radius: 3px;
}

@media (max-width: 768px) {
  .navi-result-box {
    padding: 14px 19px 19px;
    margin: 0 0 25px;
  }
}

.navi-result-box__head {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

@media (max-width: 768px) {
  .navi-result-box__head {
    margin: 0 0 6px;
    font-size: 18px;
  }
}

.navi-result-box__list {
  overflow: hidden;
}

.navi-result-box__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 -11px;
  list-style: none;
}

@media (max-width: 768px) {
  .navi-result-box__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -10px 0 0;
  }
}

.navi-result-box__inner li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: calc(100% / 3 - 22px);
  padding: 15px 20px;
  margin: 0 11px;
  border: 2px solid #e6f1ff;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navi-result-box__inner li {
    padding: 18px 20px 12px;
  }
}

@media (max-width: 768px) {
  .navi-result-box__inner li {
    width: 100%;
    padding: 13.5px 20px;
    margin: 10px 0 0;
  }
}

.navi-result-box__inner li.is-current {
  background-color: #e6f1ff;
}

.navi-result-box__inner li.is-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.navi-result-box__inner li.is-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.navi-result-box__inner li.is-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.navi-result-box__type {
  margin: 0 22px 0 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #00347c;
}

.navi-result-box__num {
  margin: 0 4px 0 0;
  font-size: 16px;
}

.is-current .navi-result-box__num {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.navi-result-box__unit {
  font-size: 16px;
}

.navi-result {
  padding: 30px;
  margin: 0 0 50px;
  background-color: #f6faff;
}

@media (max-width: 768px) {
  .navi-result {
    padding: 25px 10px;
    margin: 0 0 25px;
  }
}

.navi-result.is-show {
  display: block;
}

.navi-result > *:last-child {
  margin-bottom: 0;
}

.navi-result__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -40px;
}

@media (max-width: 768px) {
  .navi-result__items {
    margin-top: -25px;
  }
}

.navi-result__item {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .navi-result__item {
    margin-top: 25px;
  }
}

.navi-result__item.is-order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.navi-result__item.is-order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.navi-result__item.is-order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.navi-result__item > *:last-child {
  margin-bottom: 0;
}

.navi-result__head {
  position: relative;
  padding: 0 0 0 14px;
  margin: 0 0 12px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #00347c;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navi-result__head {
    padding: 8px 0 0 14px;
  }
}

@media (max-width: 768px) {
  .navi-result__head {
    margin: 0 0 12px;
    font-size: 18px;
  }
}

.navi-result__head::before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 4px;
  content: "";
  background-color: #00347c;
}

.navi-result__notice {
  margin-top: 40px;
  font-size: 14px;
}

.navi-supervision {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 10px;
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.7142857143;
  color: #666666;
  background-color: #f3f3f3;
  border-radius: 3px;
}

.navi-supervision span {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navi-supervision {
    padding: 7px 10px 1px;
  }
}

@media (max-width: 768px) {
  .navi-supervision {
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
  }
}

.navi-top-banner a {
  display: block;
}

@media (min-width: 769px) {
  .navi-top-banner a:hover {
    opacity: 0.7;
  }
}

.navi-top-banner a img {
  display: block;
  max-width: 100%;
}

.navi-top-headache {
  padding: 30px 150px;
  margin: 0 0 30px;
  background-color: #f6faff;
}

@media (max-width: 768px) {
  .navi-top-headache {
    padding: 10px;
    margin: 0 0 24px;
  }
}

.navi-top-headache__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: -20px -10px 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .navi-top-headache__inner {
    margin: -10px -10px 0;
  }
}

.navi-top-headache__item {
  min-width: calc(50% - 20px);
  margin: 20px 10px 0;
}

@media (max-width: 768px) {
  .navi-top-headache__item {
    width: 100%;
    margin: 10px 10px 0;
  }
}

.navi-top-headache__item--full {
  width: calc(100% - 20px);
}

.navi-top-headache__btn--1 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 110px;
  padding: 16px 36px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  background-color: #00347c;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navi-top-headache__btn--1 {
    height: 110px;
  }
}

@media (max-width: 768px) {
  .navi-top-headache__btn--1 {
    min-height: 90px;
    font-size: 18px;
  }
}

.navi-top-headache__btn--1::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  content: "";
  border-color: #fff;
  border-top: 2px solid #00347c;
  border-right: 2px solid #00347c;
  -webkit-transform: rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

@media (min-width: 769px) {
  .navi-top-headache__btn--1:hover {
    opacity: 0.7;
  }
}

.navi-top-headache__btn--1 .navi-top-headache__sub {
  color: #d1e5ff;
}

@media (max-width: 768px) {
  .navi-top-headache__btn--1 .navi-top-headache__sub {
    font-size: 12px;
  }
}

.navi-top-headache__btn--headache {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 19px 40px 19px 19px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #00347c;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .navi-top-headache__btn--headache {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.navi-top-headache__btn--headache::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  content: "";
  border-top: 2px solid #00347c;
  border-right: 2px solid #00347c;
  -webkit-transform: rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

@media (min-width: 769px) {
  .navi-top-headache__btn--headache:hover {
    opacity: 0.7;
  }
}

.navi-top-headache__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 30px 0 0;
}

@media (max-width: 768px) {
  .navi-top-headache__image {
    margin: 0 14px 0 0;
  }
}

.navi-top-headache__image img {
  display: block;
}

@media (max-width: 768px) {
  .navi-top-headache__image img {
    max-width: 75px;
  }
}

.navi-top-headache__title {
  display: block;
  margin: 0 0 8px;
  font-size: 20px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .navi-top-headache__title {
    font-size: 18px;
    line-height: 1.5;
  }
}

.navi-top-headache__desc {
  display: block;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}

@media (max-width: 768px) {
  .navi-top-headache__desc {
    font-size: 14px;
    line-height: 1.5;
  }
}

.navi-top-headache__sub {
  display: block;
  font-size: 14px;
}

.navi-top-kids-link {
  margin: 0 0 30px;
}

@media (max-width: 768px) {
  .navi-top-kids-link {
    margin: 0 0 25px;
  }
}

.navi-top-kids-link a {
  position: relative;
  display: inline-block;
  padding: 4px 40px 4px 17px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border: 3px solid #ffd4c8;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navi-top-kids-link a {
    padding: 8px 40px 2px 17px;
  }
}

@media (max-width: 768px) {
  .navi-top-kids-link a {
    width: 100%;
  }
}

.navi-top-kids-link a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 10px;
  height: 10px;
  margin: -3px 0 0;
  content: "";
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.navi-top-kids {
  margin: 0 0 50px;
}

@media (max-width: 768px) {
  .navi-top-kids {
    margin: 0 0 24px;
  }
}

.navi-top-kids__inner {
  padding: 0;
  margin: 0;
  list-style: none;
}

.navi-top-kids__item {
  border: 1px solid #00347c;
}

.navi-top-kids__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 19px 40px 19px 29px;
  text-decoration: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (min-width: 769px) {
  .navi-top-kids__item a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .navi-top-kids__item a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.navi-top-kids__item a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  content: "";
  border-top: 2px solid #00347c;
  border-right: 2px solid #00347c;
  -webkit-transform: rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.navi-top-kids__image {
  display: block;
  flex-shrink: 0;
  margin: 0 30px 0 0;
  -ms-flex-negative: 0;
}

@media (max-width: 768px) {
  .navi-top-kids__image {
    margin: 0 14px 0 0;
  }
}

.navi-top-kids__image img {
  display: block;
}

@media (max-width: 768px) {
  .navi-top-kids__image img {
    max-width: 75px;
  }
}

.navi-top-kids__title {
  display: block;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.5;
  color: #ff7149;
}

@media (max-width: 768px) {
  .navi-top-kids__title {
    margin: 0 0 8px;
    font-size: 18px;
    line-height: 1.5;
  }
}

.navi-top-kids__desc {
  display: block;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}

@media (max-width: 768px) {
  .navi-top-kids__desc {
    font-size: 14px;
    line-height: 1.5;
  }
}

.navi-top-others {
  margin: 0 0 30px;
}

@media (max-width: 768px) {
  .navi-top-others {
    margin: 0 0 24px;
  }
}

.navi-top-others__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
  border-right: 1px solid #00347c;
  border-bottom: 1px solid #00347c;
}

.navi-top-others__item {
  width: calc(100% / 3);
  border-top: 1px solid #00347c;
  border-left: 1px solid #00347c;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .navi-top-others__item {
    max-width: 33.33333333333%;
  }
}

@media (max-width: 768px) {
  .navi-top-others__item {
    width: calc(100% / 2);
  }
}

.navi-top-others__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 20px;
  text-decoration: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}

@media (min-width: 769px) {
  .navi-top-others__item a:hover {
    opacity: 0.7;
  }
}

@media (max-width: 768px) {
  .navi-top-others__item a {
    padding: 15px 15px 12px;
  }
}

.navi-top-others__image {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 2px;
}

.navi-top-others__image::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 9px;
  height: 9px;
  content: "";
  border-top: 2px solid #00347c;
  border-right: 2px solid #00347c;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.navi-top-others__image img {
  display: block;
  max-width: 80px;
}

@media (max-width: 768px) {
  .navi-top-others__image img {
    max-width: 65px;
  }
}

.navi-top-others__title {
  margin: 0 0 4px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 768px) {
  .navi-top-others__title {
    margin: 0 0 4px;
    font-size: 18px;
  }
}

.navi-top-others__desc {
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}

@media (max-width: 768px) {
  .navi-top-others__desc {
    font-size: 14px;
    line-height: 1.5;
  }
}

.clinical-trial .lineup-product__btn-1 {
  padding: 31.5px 20px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .clinical-trial .lineup-product__btn-1 {
    padding: 21.5px 20px;
  }
}

.clinical-trial img {
  width: 100%;
}

.clinical-trial .data__section-01 .annotation__text {
  max-width: 480px;
  margin: 0 auto 10px;
}

.clinical-trial .data__section-03 .annotation__text {
  max-width: 640px;
  margin: 0 auto 10px;
}

.clinical-trial .image-01__outer {
  max-width: 480px;
  margin: 0 auto 45px;
}

.clinical-trial .image__title {
  margin-bottom: 10px;
  font-weight: bold;
  text-align: center;
}

.clinical-trial .content__outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px;
}

.clinical-trial .data__section-01 .content__outer {
  gap: 60px;
  max-width: 1000px;
  margin: 0 auto 60px;
}

.clinical-trial .annotation__text--bule {
  padding: 20px 10px;
  background-color: #f5f7fa;
}

.clinical-trial .text__title {
  margin: 50px 0 10px;
}

.clinical-trial .text__source {
  padding: 15px 0;
  border-top: 2px solid #e6ebf2;
  border-bottom: 2px solid #e6ebf2;
}

/* table */
.clinical-trial .table-1 {
  max-width: 640px;
  margin: 0 auto 20px;
}

.clinical-trial .data__section-02 .table-1 {
  margin-bottom: 60px;
}

.clinical-trial .table-2 {
  max-width: 640px;
  margin: 0 auto 60px;
}

.clinical-trial .table-1 th {
  width: 30%;
  padding: 12px 18px;
  font-weight: normal;
  color: #fff;
  background-color: #00347c;
}

.clinical-trial .data__section-02 .table-1 td {
  text-align: center;
}

.clinical-trial .table-2 thead th {
  width: 50%;
  padding: 12px 18px;
}

.clinical-trial .table-2 tbody tr td {
  text-align: center;
  background-color: #fff;
}

.clinical-trial .table-2 tbody tr:nth-child(1) td:last-child {
  color: #fff;
  background-color: #2ea7e0;
}

.clinical-trial .table-2 tbody tr:nth-child(2) td:last-child {
  color: #fff;
  background-color: #036eb8;
}

.clinical-trial .table-2 tbody tr:nth-child(3) td:last-child {
  color: #fff;
  background-color: #004e9d;
}

.clinical-trial .table-2 tbody tr:nth-child(4) td:last-child {
  color: #fff;
  background-color: #898989;
}

.clinical-trial .table-2 tbody tr:nth-child(5) td:last-child {
  background-color: #efefef;
}

@media (max-width: 768px) {
  .clinical-trial .image-01__outer {
    margin-bottom: 14px;
  }

  .clinical-trial .content__outer {
    display: block;
    margin-bottom: 20px;
  }

  .clinical-trial .data__section-01 .content__outer {
    margin-bottom: 20px;
  }

  .clinical-trial .content__outer .content__inner--first {
    margin-bottom: 20px;
  }

  .clinical-trial .data__section-03 .content__outer .content__inner--first {
    margin-bottom: 25px;
  }

  .clinical-trial .annotation__text--bule {
    font-size: 11px;
  }

  /* table */
  .clinical-trial .table-1 th,
  .clinical-trial .table-1 td,
  .clinical-trial .table-2 th,
  .clinical-trial .table-2 td {
    font-size: 12px;
  }

  .clinical-trial .table-1 th {
    width: 26%;
    padding: 10px 12px;
  }

  .clinical-trial .data__section-02 .table-1,
  .clinical-trial .data__section-03 .table-2 {
    margin-bottom: 25px;
  }

  .clinical-trial .data__section-02 .table-1 tbody td {
    width: 35%;
  }

  .clinical-trial .data__section-02 .table-1 tbody th {
    padding: 10px 12px;
  }

  .clinical-trial .data__section-02 .table-1 tbody tr:nth-child(5) th {
    padding: 10px 6px;
  }

  .clinical-trial .data__section-02 .table-1 tbody tr:nth-child(5) td {
    padding: 10px 2px;
  }

  .clinical-trial .table-2 thead th {
    padding: 10px 12px;
  }
}

.btn-store {
  max-width: 420px;
  margin: 50px auto 70px;
}

.btn-store__btn {
  display: block;
  padding: 31.5px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #00347c;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-store__btn {
    padding-top: 34px !important;
  }
}

@media (max-width: 768px) {
  .btn-store__btn {
    padding: 21.5px 20px;
  }
}

@media (min-width: 769px) {
  .btn-store__btn:hover {
    opacity: 0.7;
  }
}

.btn-brand {
  margin: 50px 0 100px;
}

@media (max-width: 768px) {
  .btn-brand {
    margin: 30px 0 40px;
  }
}

.btn-brand a {
  display: block;
  max-width: 420px;
  padding: 27.5px 20px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 4px solid #dfdfdf;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn-brand a {
    padding-top: 34px !important;
  }
}

@media (max-width: 768px) {
  .btn-brand a {
    padding: 21.5px 20px;
  }
}

@media (min-width: 769px) {
  .btn-brand a:hover {
    opacity: 0.7;
  }
}

.btn-brand a[target="_blank"]::after {
  display: inline-block;
  width: 13px;
  height: 11px;
  margin: 0 0 0 20px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/images/icon-window.svg");
  background-repeat: no-repeat;
  background-position: 0 0;
}

.list-product-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .list-product-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 50px 0;
  }
}

.list-product-btns > li {
  min-width: 420px;
  margin: 0 10px;
}

@media (max-width: 768px) {
  .list-product-btns > li {
    width: 100%;
    min-width: 0;
    margin: 0 0 30px;
  }

  .list-product-btns > li:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .list-product-btns > li .btn-store {
    margin: 0 auto;
  }

  .list-product-btns > li .btn-brand {
    margin: 0;
  }
}

.group-product-column {
  position: relative;
  padding: 29px 28px;
  margin: 0 0 50px;
  overflow: hidden;
  background-color: #fafbf6;
  border: 2px solid #edeee6;
}

@media (max-width: 768px) {
  .group-product-column {
    padding: 42px 18px 18px;
  }
}

.group-product-column__head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 0 12px;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 1px;
}

.group-product-column__head::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -12px;
  z-index: -1;
  display: block;
  content: "";
  background: #00347c;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.group-product-column__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -19px;
}

@media (max-width: 768px) {
  .group-product-column__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.group-product-column__col-1,
.group-product-column__col-2 {
  width: calc(50% - 38px);
  margin: 0 19px;
}

@media (max-width: 768px) {
  .group-product-column__col-1,
  .group-product-column__col-2 {
    width: auto;
  }
}

.group-product-column__col-2 img {
  display: block;
  max-width: 100%;
}

@media (max-width: 768px) {
  .group-product-column__col-2 img {
    width: 100%;
  }
}

.group-product-column__head-2 {
  margin: 6px 0 8px;
  font-size: 26px;
  color: #0d1e66;
}

.group-product-column__head-2 strong {
  display: block;
  line-height: 1.4;
}

.group-product-column__head-2 span {
  display: block;
  font-size: 18px;
  line-height: 1.4;
}

.group-product-column__content {
  font-size: 15px;
  line-height: 1.6;
}

.group-product-contact {
  max-width: 550px;
  padding: 20px 29px;
  margin: 0 auto 100px;
  border: 1px solid #00347c;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .group-product-contact {
    padding: 10px 19px;
    margin: 0 auto 80px;
  }
}

.group-product-contact__head {
  margin: 0 0 6px;
  font-size: 30px;
  font-weight: bold;
  color: #00347c;
}

@media (max-width: 768px) {
  .group-product-contact__head {
    font-size: 26px;
  }
}

.group-product-contact__head-2 {
  margin: 0 0 2px;
  font-size: 18px;
  font-weight: bold;
}

.group-product-contact__list {
  padding: 0;
  margin: 0;
  font-size: 18px;
  list-style: none;
}

.group-product-contact__list > li {
  font-weight: bold;
}

.group-product-contact__list > li::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -2px 7px 0 0;
  vertical-align: middle;
  content: "";
  background-color: #bfccde;
}

.group-product-contact__title {
  display: inline-block;
  min-width: 5em;
  white-space: nowrap;
}

.group-product-contact__notice {
  font-size: 14px;
}

.group-product-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  padding: 4px 0 0;
  border-top: 1px solid #cccccc;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.group-product-data__col-1,
.group-product-data__col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 20px 0 0;
}

.group-product-data__title {
  margin: 0 11px 0 0;
  font-size: 12px;
  font-weight: normal;
}

.group-product-data__element {
  margin: 0;
  font-size: 14px;
}

.group-product-data__element span {
  display: inline-block;
  padding: 0 10px;
  line-height: normal;
  border-radius: 27px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .group-product-data__element span {
    padding-top: 5px !important;
  }
}

.group-product-data__element--1 span {
  color: #067d00;
  border: 1px solid #067d00;
}

.group-product-data__element--2 span {
  color: #eb1d9b;
  border: 1px solid #eb1d9b;
}

.group-product-data__element--3 span {
  color: #d47f00;
  border: 1px solid #d47f00;
}

.group-product-data__element--4 span {
  color: #00347d;
  border: 1px solid #00347d;
}

.group-product-data__age {
  padding: 0 24px;
  margin: 0;
  font-size: 14px;
  color: #fff;
  background-color: #00347c;
  border-radius: 3px;
}

.group-product-data__col-2 .group-product-data__deduction-image {
  display: block;
  width: 70px;
  margin: 0 0 0 8px;
}

p.group-product-element__deduction-image {
  margin: 25px 0 0;
  text-align: right;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .group-product-data__age {
    padding-top: 5px !important;
  }
}

.group-product-feature {
  margin: 0 0 60px;
  overflow: hidden;
}

.group-product-feature__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 16px -10px 0;
  list-style: none;
}

@media (max-width: 768px) {
  .group-product-feature__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .group-product-data__col-2 .group-product-data__deduction-image {
    margin: 0 0 0 20px;
  }
}

.group-product-data__deduction {
  margin: 30px 0 0;
}

.group-product-feature__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 3 - 20px);
  padding: 14.5px 20px;
  margin: 0 10px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  background-image: url("/products/images/bg-heart.png");
  background-repeat: no-repeat;
  background-position: center center;
  border: 3px dotted #afc0d7;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .group-product-feature__list li {
    width: 100%;
    min-height: 84px;
    margin: 0 10px 10px;
  }

  .group-product-feature__list li:last-child {
    margin-bottom: 0;
  }
}

.group-product-feature__list li span {
  display: block;
}

.group-product-feature__list li strong {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: #bf1a32;
}

.group-product-feature--a .group-product-feature__item,
.group-product-feature--ex-pain .group-product-feature__item,
.group-product-feature--lunaj .group-product-feature__item,
.group-product-feature--kids-cold-2 .group-product-feature__item {
  width: calc((100% / 3) - 20px);
}

@media (max-width: 768px) {
  .group-product-feature--a .group-product-feature__item,
  .group-product-feature--ex-pain .group-product-feature__item,
  .group-product-feature--lunaj .group-product-feature__item,
  .group-product-feature--kids-cold-2 .group-product-feature__item {
    width: 100%;
  }
}

.group-product-feature--a .group-product-feature__content,
.group-product-feature--ex-pain .group-product-feature__content,
.group-product-feature--lunaj .group-product-feature__content,
.group-product-feature--kids-cold-2 .group-product-feature__content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.group-product-feature--a .group-product-feature__col-1,
.group-product-feature--ex-pain .group-product-feature__col-1,
.group-product-feature--lunaj .group-product-feature__col-1,
.group-product-feature--kids-cold-2 .group-product-feature__col-1 {
  margin-bottom: 10px;
}

.group-product-feature--a .group-product-feature__col-1 img,
.group-product-feature--ex-pain .group-product-feature__col-1 img,
.group-product-feature--lunaj .group-product-feature__col-1 img,
.group-product-feature--kids-cold-2 .group-product-feature__col-1 img {
  margin: 0 auto;
}

.group-product-feature--kids-cold-2 .group-product-feature__col-2 {
  text-align: center;
}

.group-product-feature--kids-cold .group-product-feature__item {
  width: 100%;
  padding: 30px 25px;
}

@media (max-width: 768px) {
  .group-product-feature--kids-cold .group-product-feature__item {
    width: 100%;
    padding: 30px 18px;
  }
}

.group-product-feature--kids-cold .group-product-feature__col-1 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .group-product-feature--kids-cold .group-product-feature__col-1 {
    margin-right: 0;
  }
}

.group-product-feature--kids-cold .group-product-feature__col-2 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.group-product-feature--kids-cold .group-product-feature__list.group-product-feature__list--col-1 > li {
  width: 100%;
}

.group-product-feature--kids-cold .group-product-feature__list.group-product-feature__list--col-2 > li {
  width: 50%;
}

@media (max-width: 768px) {
  .group-product-feature--kids-cold .group-product-feature__list.group-product-feature__list--col-2 > li {
    width: 100%;
  }
}

.group-product-feature--a .group-product-feature__head::after {
  background: #00347c;
}

.group-product-feature--light .group-product-feature__head::after {
  background: #60b6ec;
}

.group-product-feature--premium .group-product-feature__head::after {
  background: #00347c;
}

.group-product-feature--ex-pain .group-product-feature__head::after {
  background: #00347c;
}

.group-product-feature--ex-cold .group-product-feature__head::after {
  background: #b4812e;
}

.group-product-feature--lunaj .group-product-feature__head::after {
  background: #f54d91;
}

.group-product-feature--lunai .group-product-feature__head::after {
  background: #e80066;
}

@media (max-width: 768px) {
  .group-product-feature {
    margin: 0 0 40px;
  }
}

.group-product-feature__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -40px -10px 0;
}

@media (max-width: 768px) {
  .group-product-feature__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: -20px 0 0;
  }
}

.group-product-feature__item {
  position: relative;
  width: calc((100% / 2) - 20px);
  padding: 50px 25px 30px;
  margin: 40px 10px 0;
  overflow: hidden;
  border: 2px solid #e6ebf2;
}

@media (max-width: 768px) {
  .group-product-feature__item {
    width: 100%;
    padding: 40px 24px 20px;
    margin: 20px 0 0;
  }
}

.group-product-feature__head {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 12px;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  letter-spacing: 1px;
}

.group-product-feature__head::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -12px;
  z-index: -1;
  display: block;
  content: "";
  background: #00347c;
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}

.group-product-feature__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .group-product-feature__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.group-product-feature__col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-box-align: start;
  -ms-flex-align: start;
}

@media (max-width: 768px) {
  .group-product-feature__col-1 {
    margin: 0 0 16px;
  }
}

.group-product-feature__col-1 img {
  display: block;
}

@media (max-width: 768px) {
  .group-product-feature__col-1 img {
    margin: 0 auto;
  }
}

.group-product-feature__col-1.--col-center {
  justify-content: center;
}

.group-product-feature__col-2 {
  width: 306px;
}

@media (max-width: 768px) {
  .group-product-feature__col-2 {
    width: 100%;
  }
}

.group-product-feature__head-2 {
  margin: 0 0 10px;
  font-weight: bold;
}

.group-product-feature__head-2 strong {
  font-size: 30px;
  line-height: 1.2;
  color: #bf1a32;
}

@media (max-width: 768px) {
  .group-product-feature__head-2 strong {
    font-size: 26px;
  }
}

.group-product-feature__head-2 span {
  margin: 2px 0;
  font-size: 18px;
  line-height: 1.4;
  color: #00347c;
}

@media (max-width: 768px) {
  .group-product-feature__head-2 span {
    font-size: 18px;
  }
}

.group-product-feature__desc {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.group-product-feature__caption {
  display: block;
  width: 100%;
  margin-top: 6px;
  font-size: 12px;
  color: #00347c;
  text-align: center;
}

.group-product-feature__image {
  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;
}

@media (max-width: 768px) {
  .group-product-feature__image {
    width: 100%;
  }
}

.group-kids-cold-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 80px;
}

@media (max-width: 768px) {
  .group-kids-cold-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.group-kids-cold-nav__col-1,
.group-kids-cold-nav__col-2 {
  padding: 14px 20px 20px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .group-kids-cold-nav__col-1,
  .group-kids-cold-nav__col-2 {
    padding: 10px;
  }
}

.group-kids-cold-nav__col-1 {
  width: 830px;
  margin: 0 30px 0 0;
  background-color: #ffe1a0;
}

@media (max-width: 768px) {
  .group-kids-cold-nav__col-1 {
    width: 100%;
    margin: 0 0 10px;
  }
}

.group-kids-cold-nav__col-2 {
  width: 240px;
  background-color: #ffcec4;
}

@media (max-width: 768px) {
  .group-kids-cold-nav__col-2 {
    width: 100%;
  }
}

.group-kids-cold-nav__head {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  .group-kids-cold-nav__head {
    font-size: 18px;
  }
}

.group-kids-cold-nav__head span {
  position: relative;
}

.group-kids-cold-nav__head--1 span::before {
  position: absolute;
  top: 50%;
  left: -6px;
  display: block;
  width: 13px;
  height: 20px;
  content: "";
  background-image: url("/products/images/kids-cold/icon-kids-cold-01.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.group-kids-cold-nav__head--2 span::before {
  position: absolute;
  top: 50%;
  left: -6px;
  display: block;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("/products/images/kids-cold/icon-kids-cold-02.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.group-kids-cold-nav__desc {
  margin: 0 0 12px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  .group-kids-cold-nav__desc {
    font-size: 13px;
  }
}

.group-kids-cold-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 -5px;
  list-style: none;
}

@media (max-width: 768px) {
  .group-kids-cold-nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -5px -2.5px 0;
  }
}

.group-kids-cold-nav__list > li {
  width: 100%;
  padding: 0 5px;
}

@media (max-width: 768px) {
  .group-kids-cold-nav__list > li {
    padding: 5px 2.5px 0;
  }
}

.group-kids-cold-nav__list > li > a {
  position: relative;
  display: block;
  padding: 0 0 40px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border: 4px solid #ffbbab;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .group-kids-cold-nav__list > li > a {
    padding: 0 0 24px;
  }
}

.group-kids-cold-nav__list > li > a:hover {
  opacity: 0.7;
}

.group-kids-cold-nav__list > li > a::after {
  position: absolute;
  bottom: 20px;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  border-top: 2px solid #ff7149;
  border-right: 2px solid #ff7149;
  -webkit-transform: translate(-50%, 0%) rotate(135deg);
  transform: translate(-50%, 0%) rotate(135deg);
}

@media (max-width: 768px) {
  .group-kids-cold-nav__list > li > a::after {
    bottom: 10px;
  }
}

.group-kids-cold-nav__list--col-4 > li {
  width: 25%;
}

@media (max-width: 768px) {
  .group-kids-cold-nav__list--col-4 > li {
    width: 50%;
  }
}

.group-kids-cold-nav__list--col-4 > li > a {
  border: 4px solid #ffcb8f;
}

.group-kids-cold-nav__image {
  position: relative;
  display: block;
  flex-grow: 1;
  min-height: 122px;
  margin: 0 auto;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}

@media (max-width: 768px) {
  .group-kids-cold-nav__image {
    min-height: 0;
    padding: 10px 0;
  }
}

.group-kids-cold-nav__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
  .group-kids-cold-nav__image img {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}

@media (max-width: 768px) {
  .group-kids-cold-nav__image--size-01 img {
    max-width: 38px;
  }
}

@media (max-width: 768px) {
  .group-kids-cold-nav__image--size-02 img {
    width: 100%;
    max-width: 120px;
  }
}

.group-kids-cold-nav__title {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .group-kids-cold-nav__title {
    font-size: 14px;
    line-height: 1.42857142857;
  }
}

.group-product-kids-pain-nav {
  margin: 0 0 80px;
}

@media (max-width: 768px) {
  .group-product-kids-pain-nav {
    margin: 0 0 50px;
  }
}

.group-product-kids-pain-nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 -10px;
  list-style: none;
}

@media (max-width: 768px) {
  .group-product-kids-pain-nav > ul {
    margin: -5px -2.5px;
  }
}

.group-product-kids-pain-nav > ul > li {
  width: calc((100% / 2) - 20px);
  margin: 0 10px;
}

@media (max-width: 768px) {
  .group-product-kids-pain-nav > ul > li {
    width: calc((100% / 2));
    padding: 5px 2.5px 0;
    margin: 0;
  }

  .group-product-kids-pain-nav > ul > li:last-child {
    margin-bottom: 0;
  }
}

.group-product-kids-pain-nav > ul > li > a {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 20px 30px 30px;
  color: inherit;
  text-decoration: none;
  border: 4px solid #ffe3db;
  border-radius: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .group-product-kids-pain-nav > ul > li > a {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.group-product-kids-pain-nav > ul > li > a:hover {
  opacity: 0.7;
}

.group-product-kids-pain-nav > ul > li > a::after {
  position: absolute;
  bottom: 16px;
  left: 50%;
  display: block;
  width: 16px;
  height: 16px;
  content: "";
  border-top: 2px solid #ff7149;
  border-right: 2px solid #ff7149;
  -webkit-transform: translate(-50%, 0%) rotate(135deg);
  transform: translate(-50%, 0%) rotate(135deg);
}

@media (max-width: 768px) {
  .group-product-kids-pain-nav > ul > li > a::after {
    bottom: 12px;
  }
}

.group-product-kids-pain-nav__title {
  display: block;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .group-product-kids-pain-nav__title {
    margin: 0 0 6px;
    font-size: 14px;
  }
}

.group-product-kids-pain-nav__desc {
  font-size: 14px;
}

@media (max-width: 768px) {
  .group-product-kids-pain-nav__desc {
    display: block;
    line-height: 1.4285714286;
  }
}

.group-product-kids-pain-nav__image {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 768px) {
  .group-product-kids-pain-nav__image {
    display: block;
    padding: 10px 0;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .group-product-kids-pain-nav__image img {
    display: block;
  }
}

.group-product-kids-pain-nav__content {
  width: 300px;
}

@media (max-width: 768px) {
  .group-product-kids-pain-nav__content {
    width: 100%;
    line-height: 1.42857142857;
    text-align: center;
  }
}

.group-product-kids {
  margin: 40px 0 50px;
}

@media (max-width: 768px) {
  .group-product-kids {
    margin: 0 0 30px;
  }
}

.group-product-kids__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .group-product-kids__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 10px;
  }
}

.group-product-kids__col-1,
.group-product-kids__col-2 {
  width: 50%;
}

@media (max-width: 768px) {
  .group-product-kids__col-1,
  .group-product-kids__col-2 {
    width: 100%;
  }
}

.group-product-kids__col-1 {
  padding: 0 0 0 100px;
}

@media (max-width: 768px) {
  .group-product-kids__col-1 {
    padding: 0;
    margin: 0 0 20px;
  }
}

.group-product-kids__col-2 img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .group-product-kids__col-2 img {
    display: block;
    margin: 0 auto;
  }
}

.group-product-kids__head {
  margin: 0 0 4px;
  font-size: 34px;
  color: #ff7149;
}

@media (max-width: 768px) {
  .group-product-kids__head {
    margin: 0 0 6px;
    font-size: 30px;
  }
}

.group-product-kids__desc {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
}

.group-product-main {
  position: relative;
  padding: 20px 40px;
  margin: 0 0 50px;
  border-radius: 10px;
}

.group-product-main-note {
  display: table;
  padding: 0;
  list-style: none;
}

.group-product-main-note li {
  display: table-row;
  font-size: 14px;
}

.group-product-main-note__mark {
  display: table-cell;
  padding-right: 0.5rem;
  white-space: nowrap;
}

.group-product-main-note__content {
  display: table-cell;
}

.group-product-main--a {
  background-color: #f0f3f7;
}

.group-product-main--light {
  background-color: #f1faff;
}

.group-product-main--premium {
  background-color: #f1f4f9;
}

.group-product-main--ex-pain {
  background-color: #f0f1f6;
}

.group-product-main--ex-cold {
  background-color: #faf6f0;
}

.group-product-main--lunaj {
  background-color: #fffeee;
}

.group-product-main--lunai {
  background-color: #fef2f7;
}

.group-product-main--kids-pain {
  background-color: #ffefe9;
}

.group-product-main--kids-cold {
  padding: 20px 40px 44px;
  background-color: #fff2f7;
}

.group-product-main--kids-cold-2 {
  padding: 20px 40px 44px;
  background-color: #fff7eb;
}

.group-product-main--kids-cold-3 {
  padding: 20px 40px 44px;
  background-color: #effbff;
}

.group-product-main--kids-cold-4 {
  padding: 20px 40px 44px;
  background-color: #edfae6;
}

.group-product-main--kids-cold-5 {
  background-color: #fff2f2;
}

@media (max-width: 768px) {
  .group-product-main {
    padding: 20px;
  }
}

.group-product-main__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 13px;
  line-height: 1;
  list-style: none;
}

@media (max-width: 768px) {
  .group-product-main__tag {
    margin-bottom: 10px;
  }
}

.group-product-main__tag li {
  min-width: 86px;
  padding: 1px 15px;
  margin-right: 5px;
  font-size: 14px;
  line-height: normal;
  color: #fff;
  text-align: center;
  vertical-align: top;
  border-radius: 3px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .group-product-main__tag li {
    padding-top: 5px !important;
  }
}

.group-product-main__tag--1 {
  background-color: #4a6fa6;
}

.group-product-main__tag--2 {
  background-color: #ff716d;
}

.group-product-main__tag--3 {
  background-color: #ff8d5b;
}

.group-product-main__tag--4 {
  background-color: #39aa76;
}

.group-product-main__tag--5 {
  background-color: #f00400;
}

.group-product-main__tag--6 {
  background-color: #e357a3;
}

.group-product-main__tag--7 {
  background-color: #d73900;
}

.group-product-main__tag--8 {
  background-color: #00b0e3;
}

.group-product-main__tag--9 {
  background-color: #57c221;
}

.group-product-main__tag--10 {
  background-color: #ff9c00;
}

.group-product-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .group-product-main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.group-product-main__notice {
  margin: 10px 0 -20px;
  font-size: 12px;
}

@media (max-width: 768px) {
  .group-product-main__notice {
    margin: 0;
  }
}

.group-product-main__col-1 {
  flex-grow: 1;
  padding: 0 40px 0 0;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
}

@media (max-width: 768px) {
  .group-product-main__col-1 {
    padding: 0 30px;
    margin: 30px 0 20px;
  }
}

.group-product-main__col-1 img {
  max-width: 100%;
}

.group-product-main__col-1 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  margin: 0 -25px;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

.group-product-main__col-1 > ul > li {
  padding: 0 25px;
}

.group-product-main__col-1 > ul > li > img,
.group-product-main__col-1 > ul > li > picture {
  display: block;
}

.group-product-main__col-1 > ul > li span {
  font-size: 13px;
  font-weight: bold;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .group-product-main__col-1 > ul > li span {
    padding-top: 8px !important;
  }
}

.group-product-main__col-2 {
  width: 550px;
}

@media (max-width: 768px) {
  .group-product-main__col-2 {
    width: 100%;
  }
}

.group-product-main__head {
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 0 10px;
  font-size: 34px;
  line-height: 1.17647058824;
}

.group-product-main__head span {
  display: block;
  margin-top: 2px;
  font-size: 18px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .group-product-main__head {
    padding-top: 5px !important;
  }
}

@media (max-width: 768px) {
  .group-product-main__head {
    font-size: 26px;
  }
}

.group-product-main__head::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  content: "";
  background-color: #000;
}

.group-product-main--a .group-product-main__head {
  color: #003a7b;
}

.group-product-main--a .group-product-main__head::before {
  background-color: #003a7b;
}

.group-product-main--light .group-product-main__head {
  color: #003a7b;
}

.group-product-main--light .group-product-main__head::before {
  background-color: #003a7b;
}

.group-product-main--premium .group-product-main__head {
  color: #192654;
}

.group-product-main--premium .group-product-main__head::before {
  background-color: #192654;
}

.group-product-main--ex-pain .group-product-main__head {
  color: #162674;
}

.group-product-main--ex-pain .group-product-main__head::before {
  background-color: #162674;
}

.group-product-main--ex-cold .group-product-main__head {
  color: #b4812e;
}

.group-product-main--ex-cold .group-product-main__head::before {
  background-color: #b4812e;
}

.group-product-main--lunaj .group-product-main__head {
  color: #f54d91;
}

.group-product-main--lunaj .group-product-main__head::before {
  background-color: #f54d91;
}

.group-product-main--lunai .group-product-main__head {
  color: #e80066;
}

.group-product-main--lunai .group-product-main__head::before {
  background-color: #e80066;
}

.group-product-main--kids-pain .group-product-main__head {
  color: #e6352f;
}

.group-product-main--kids-pain .group-product-main__head::before {
  background-color: #e6352f;
}

.group-product-main--kids-cold .group-product-main__head {
  color: #ee3653;
}

.group-product-main--kids-cold .group-product-main__head::before {
  background-color: #ee3653;
}

.group-product-main--kids-cold-2 .group-product-main__head {
  color: #ff7149;
}

.group-product-main--kids-cold-2 .group-product-main__head::before {
  background-color: #ff7149;
}

.group-product-main--kids-cold-3 .group-product-main__head {
  color: #00b0e3;
}

.group-product-main--kids-cold-3 .group-product-main__head::before {
  background-color: #00b0e3;
}

.group-product-main--kids-cold-4 .group-product-main__head {
  color: #57c221;
}

.group-product-main--kids-cold-4 .group-product-main__head::before {
  background-color: #57c221;
}

.group-product-main--kids-cold-5 .group-product-main__head {
  color: #f00400;
}

.group-product-main--kids-cold-5 .group-product-main__head::before {
  background-color: #f00400;
}

.group-product-main__desc {
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

.group-product-main--a .group-product-main__desc {
  color: #003a7b;
}

.group-product-main--light .group-product-main__desc {
  color: #003a7b;
}

.group-product-main--premium .group-product-main__desc {
  color: #192654;
}

.group-product-main--ex-pain .group-product-main__desc {
  color: #162674;
}

.group-product-main--ex-cold .group-product-main__desc {
  color: #b4812e;
}

.group-product-main--lunaj .group-product-main__desc {
  color: #f54d91;
}

.group-product-main--lunai .group-product-main__desc {
  color: #e80066;
}

.group-product-main__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 14px;
}

.group-product-main__type p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 2px 6px;
  margin: 0;
  font-size: 13px;
  line-height: normal;
  color: #666666;
  white-space: nowrap;
  border: 1px solid #999999;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.group-product-main__type--num {
  display: inline-block;
  padding: 0 4px;
  margin: 0 2px;
  line-height: 1.2;
  vertical-align: middle;
  border: 1px solid #999999;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .group-product-main__type span {
    padding-top: 2px !important;
  }
}

.group-product-main .icon-new-wrapper .icon-new {
  padding: 10px 13px;
  margin-top: -16px;
  border-radius: 34px;
}

@media (max-width: 768px) {
  .group-product-main .icon-new-wrapper .icon-new {
    padding: 8px 10px;
    margin-top: -6px;
  }
}

.group-product-main .icon-new-wrapper .icon-new img {
  width: 38px;
}

.group-product-main__head--outer {
  display: flex;
}

.group-product-main__new {
  display: inline;
  margin: 0 10px;
  font-size: 14px;
  line-height: 1.4285714286;
}

@media (max-width: 768px) {
  .group-product-main__new {
    align-self: center;
    margin: -32px 0 10px 4px;
  }
}

.group-product-main__new span {
  display: inline-block;
  padding: 1px 12px 0;
  margin-top: 8px;
  color: #fff;
  vertical-align: top;
  background-color: #ff1023;
  border-radius: 14px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .group-product-main__new span {
    padding-top: 6px;
  }
}

.group-product-element {
  padding: 10px 0 0;
  margin: 0;
  border-top: 1px solid #ccd6e5;
}

@media (max-width: 768px) {
  .group-product-element {
    margin: 0 0 12px;
  }
}

.group-product-element__head {
  margin: 0;
  font-size: 14px;
}

.group-product-element__tax {
  margin: 0;
  text-align: right;
}

.group-product-element__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 0 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.group-product-element__content > span {
  padding: 0;
  margin: 0 5px 5px 0;
  font-size: 12px;
  line-height: 1.41666667;
  border: 1px solid transparent;
  border-radius: 10px;
}

.group-product-element__content > span.group-product-element__content-1,
.group-product-element__content > span.group-product-element__content-2,
.group-product-element__content > span.group-product-element__content-3,
.group-product-element__content > span.group-product-element__content-4 {
  padding: 1px 7px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .group-product-element__content > span.group-product-element__content-1,
  .group-product-element__content > span.group-product-element__content-2,
  .group-product-element__content > span.group-product-element__content-3,
  .group-product-element__content > span.group-product-element__content-4 {
    padding-top: 3px;
  }
}

.group-product-element__content > span.group-product-element__content-1 {
  color: #067d00;
  border: 1px solid #067d00;
}

.group-product-element__content > span.group-product-element__content-2 {
  color: #eb1d9b;
  border: 1px solid #eb1d9b;
}

.group-product-element__content > span.group-product-element__content-3 {
  color: #d47f00;
  border: 1px solid #d47f00;
}

.group-product-element__content > span.group-product-element__content-4 {
  color: #00347d;
  border: 1px solid #00347d;
}

.group-product-element__notice {
  font-size: 12px;
}

.group-product-overview {
  font-size: 14px;
}

.group-product-overview__inner {
  position: relative;
  max-height: 9999px;
}

.group-product-overview__inner.is-close {
  max-height: 400px;
  overflow: hidden;
}

.group-product-overview__inner.is-close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.group-product-overview__btn {
  margin: 0;
}

.group-product-overview__btn button {
  position: relative;
  display: block;
  width: 300px;
  padding: 10px;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background-color: #999;
  border: 0 none;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .group-product-overview__btn button {
    width: 100%;
  }
}

.group-product-overview__btn button:focus {
  outline: none;
}

.group-product-overview__btn button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -2px 0 0;
  vertical-align: middle;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}

.group-product-overview__btn button.is-open::after {
  margin: 2px 0 0;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.group-usage-note {
  padding: 40px 50px;
  margin: 55px 0 50px;
  background-color: #f3f3f3;
}

@media (max-width: 768px) {
  .group-usage-note {
    padding: 22px 10px;
    margin: 50px 0 30px;
  }
}

.group-usage-note__inner {
  position: relative;
  max-height: 9999px;
}

.group-usage-note__inner.is-close {
  max-height: 120px;
  overflow: hidden;
}

.group-usage-note__inner.is-close::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(#f3f3f3), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #f3f3f3 0%, rgba(255, 255, 255, 0) 100%);
}

.group-usage-note__head {
  margin: 0 0 16px;
  font-size: 20px;
  color: #666666;
  text-align: center;
}

.group-usage-note__head-2 {
  margin: 0;
  font-weight: bold;
}

.group-usage-note__btn {
  margin: 0;
}

.group-usage-note__btn button {
  position: relative;
  display: block;
  width: 300px;
  padding: 10px;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
  background-color: #999;
  border: 0 none;
  border-radius: 5px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .group-usage-note__btn button {
    padding-top: 16px !important;
  }
}

@media (max-width: 768px) {
  .group-usage-note__btn button {
    width: 100%;
  }
}

.group-usage-note__btn button:focus {
  outline: none;
}

.group-usage-note__btn button::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: -2px 0 0;
  vertical-align: middle;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}

.group-usage-note__btn button.is-open::after {
  margin: 2px 0 0;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
  transform: translate(0, -50%) rotate(-45deg);
}

.group-usage-note__list {
  padding: 0;
  list-style: none;
}

.group-usage-note__list ul,
.group-usage-note__list ol {
  padding-left: 2rem;
  list-style: none;
}

.group-usage-note__list li {
  padding: 0 0 0 1rem;
  margin-bottom: 0.5rem;
  text-indent: -1rem;
}

@media (max-width: 768px) {
  .group-usage-note__list li {
    font-size: 14px;
  }
}

.group-usage-note__list li::before {
  font-weight: bold;
  content: "・";
}

.head-product {
  padding: 15px;
  margin: 0 0 30px;
}

.head-product img {
  display: block;
}

@media (max-width: 768px) {
  .head-product {
    margin: 0 -10px 30px;
  }
}

.head-product--a {
  background-color: #003a7b;
}

.head-product--premium {
  background: -webkit-gradient(linear, left top, right top, from(#000b3f), to(#101d5a));
  background: linear-gradient(to right, #000b3f 0%, #101d5a 100%);
}

.head-product--ex-pain {
  background: -webkit-gradient(linear, left top, right top, from(#061661), to(#162674));
  background: linear-gradient(to right, #061661 0%, #162674 100%);
}

.head-product--ex-cold {
  background: -webkit-gradient(linear, left top, right top, from(#b48120), color-stop(65%, #f0cc6b), to(#b4812e));
  background: linear-gradient(to right, #b48120 0%, #f0cc6b 65%, #b4812e 100%);
}

.head-product--lunaj {
  background: -webkit-gradient(linear, left top, right top, from(#f54d91), to(#ff75ac));
  background: linear-gradient(to right, #f54d91 0%, #ff75ac 100%);
}

.head-product--lunai {
  background-color: #e80066;
}

.head-product--kids-cold,
.head-product--kids-pain {
  background-image: url("/products/images/head-product-bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .head-product--kids-cold,
  .head-product--kids-pain {
    background-image: url("/products/images/sp/head-product-bg.png");
    background-position: right 0;
    background-size: cover;
  }
}

.head-product--light {
  background-image: url("/products/images/light/head-product-bg.png");
  background-repeat: repeat;
  background-position: 0 0;
}

.head-product-kids {
  position: relative;
  margin: 0 0 20px;
  line-height: 1.5;
  background-color: #ffe1a0;
  border-radius: 5px;
}

.head-product-kids::before {
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.head-product-kids__title {
  margin-right: 1em;
  font-size: 20px;
}

@media (max-width: 768px) {
  .head-product-kids__title {
    display: block;
    line-height: 1.4;
  }
}

.head-product-kids__age {
  font-size: 15px;
}

@media (max-width: 768px) {
  .head-product-kids__age {
    display: block;
    font-size: 14px;
    line-height: 1.4;
  }
}

.head-product-kids--1 {
  padding: 2px 20px 2px 43px;
  background-color: #ffe1a0;
}

@media (max-width: 768px) {
  .head-product-kids--1 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.head-product-kids--1::before {
  width: 13px;
  height: 20px;
  background-image: url("/products/images/kids-cold/icon-kids-cold-01.png");
}

.head-product-kids--2 {
  padding: 2px 20px 2px 49px;
  background-color: #ffcec4;
}

@media (max-width: 768px) {
  .head-product-kids--2 {
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

.head-product-kids--2::before {
  width: 18px;
  height: 18px;
  background-image: url("/products/images/kids-cold/icon-kids-cold-02.png");
}

.icon-new {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 0.25em 0.75em;
  margin: -6px 0 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  vertical-align: top;
  background-color: #fe0f22;
  border-radius: 10px;
  -webkit-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

@media (max-width: 768px) {
  .icon-new {
    padding: 0.25em;
  }
}

.icon-new img {
  display: block;
  width: auto;
  height: auto;
}

@media (max-width: 768px) {
  .icon-new img {
    width: 80% !important;
    margin: 0 auto !important;
  }
}

.icon-new-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
}

.main-visual {
  position: relative;
  overflow: hidden;
}

.main-visual__inner {
  width: 1100px;
  margin: 0 auto;
  overflow: visible;
}

@media (max-width: 768px) {
  .main-visual__inner {
    width: 100%;
  }
}

.main-visual__item {
  position: relative;
  width: 990px;
  margin: 0 15px;
}

.main-visual__item.main-visual__item--campaign span {
  position: absolute;
  bottom: 11%;
  left: 25%;
  z-index: 10;
  display: block;
  padding: 2px 33px 2px 28px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 22px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .main-visual__item.main-visual__item--campaign span {
    padding-top: 6px;
  }
}

@media (max-width: 768px) {
  .main-visual__item.main-visual__item--campaign span {
    bottom: 7vw;
    left: 33vw;
    padding: 0.53333vw 5.33333vw 0.53333vw 2.66666vw;
    font-size: 3.466666vw;
    line-height: normal;
    border: 1px solid #fff;
    border-radius: 100px;
  }
}

.main-visual__item.main-visual__item--campaign span::before {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 8px;
  height: 8px;
  margin: -1px 15px 0 0;
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

@media (max-width: 768px) {
  .main-visual__item.main-visual__item--campaign span::before {
    width: 6px;
    height: 6px;
    margin: 0 10px 0 0;
  }
}

@media (max-width: 768px) {
  .main-visual__item {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .main-visual__item {
    width: 100%;
  }
}

.main-visual__item > a {
  display: block;
}

.main-visual__item > a:hover {
  opacity: 0.7;
}

.main-visual__item > a img {
  display: block;
  max-width: 100%;
  margin: 0;
}

@media (max-width: 768px) {
  .main-visual__item > a img {
    width: 100%;
  }
}

.main-visual .slick-slider {
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main-visual .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 60px;
  height: 70px;
  margin-top: -35px;
  overflow-x: hidden;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  background-image: url("/assets/images/top/main-arrow-01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border: none;
  outline: none;
}

.main-visual .slick-slider .slick-arrow.slick-prev {
  left: -5px;
}

.main-visual .slick-slider .slick-arrow.slick-next {
  right: -5px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.main-visual .slick-slider .slick-list {
  position: relative;
}

.main-visual .slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main-visual .slick-slider .slick-dots {
  position: absolute;
  right: 55px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 7px;
  margin: 0;
  margin: 0;
  list-style: none;
  background-color: #fff;
}

@media (max-width: 768px) {
  .main-visual .slick-slider .slick-dots {
    right: auto;
    left: 50%;
    justify-content: center;
    min-width: 110px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}

.main-visual .slick-slider .slick-dots::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

@media (max-width: 768px) {
  .main-visual .slick-slider .slick-dots::before {
    border-width: 8px;
  }
}

@media (max-width: 768px) {
  .main-visual .slick-slider .slick-dots::after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid #fff;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

.main-visual .slick-slider .slick-dots li {
  margin: 0 0 0 4px;
}

.main-visual .slick-slider .slick-dots li:first-child {
  margin: 0;
}

@media (max-width: 768px) {
  .main-visual .slick-slider .slick-dots li {
    margin: 0 0 0 2px;
  }
}

.main-visual .slick-slider .slick-dots li button {
  display: block;
  width: 28px;
  height: 20px;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  background-color: transparent;
  border: 0 none;
  border-bottom: 2px solid #ccc;
}

@media (max-width: 768px) {
  .main-visual .slick-slider .slick-dots li button {
    width: 14px;
    height: 16px;
  }
}

.main-visual .slick-slider .slick-dots li button:focus {
  outline: none;
}

.main-visual .slick-slider .slick-dots li button:hover {
  opacity: 0.8;
}

.main-visual .slick-slider .slick-dots li.slick-active button {
  border-bottom: 2px solid #00347c;
}

[class*="p-brand-top"] .slide-main {
  overflow: hidden;
}

[class*="p-brand-top"] .main-visual {
  position: relative;
  max-width: 990px;
  margin: auto;
  overflow: visible;
}

[class*="p-brand-top"] .main-visual__inner {
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}

@media (max-width: 768px) {
  [class*="p-brand-top"] .main-visual__inner {
    width: 100%;
  }
}

[class*="p-brand-top"] .main-visual__item {
  position: relative;
  width: 100%;
  max-width: 990px;
  margin: 0;
}

@media (max-width: 768px) {
  [class*="p-brand-top"] .main-visual__item {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 768px) {
  [class*="p-brand-top"] .main-visual__item {
    width: 100%;
  }
}

[class*="p-brand-top"] .main-visual__item > a {
  display: block;
}

[class*="p-brand-top"] .main-visual__item > a:hover {
  opacity: 0.7;
}

[class*="p-brand-top"] .main-visual__item > a img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0;
}

@media (max-width: 768px) {
  [class*="p-brand-top"] .main-visual__item > a img {
    width: 100%;
  }
}

[class*="p-brand-top"] .slide__arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 60px;
  height: 70px;
  margin-top: -35px;
  overflow-x: hidden;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  background-image: url("/assets/images/top/main-arrow-01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  opacity: 1;
  transform: none;
}

[class*="p-brand-top"] .slide__arrow:focus-visible,
[class*="p-brand-top"] .slide-main.is-focus-in .slide__arrow:focus-visible,
[class*="p-brand-top"] .slide__pagination__page:focus-visible,
[class*="p-brand-top"] .slide-main.is-focus-in .slide__pagination__page:focus-visible,
[class*="p-brand-top"] .slide__toggle:focus-visible,
[class*="p-brand-top"] .slide-main.is-focus-in .slide__toggle:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

[class*="p-brand-top"] .slide__arrow.slide__arrow--prev {
  left: -60px;
}

[class*="p-brand-top"] .slide__arrow.slide__arrow--next {
  right: -60px;
  transform: scaleX(-1);
}

[class*="p-brand-top"] .slide__toggle {
  position: relative;
  width: 25px;
  height: 25px;
  padding: 0;
  margin-left: 18px;
  background-color: transparent;
  border: none;
}

@media (max-width: 768px) {
  [class*="p-brand-top"] .slide__toggle {
    margin-left: 10px;
  }
}

[class*="p-brand-top"] .slide__toggle__play {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 22px;
  color: #00347c;
}

[class*="p-brand-top"] .slide__toggle__play::before {
  position: absolute;
  top: 50%;
  left: 30%;
  box-sizing: border-box;
  width: 0;
  height: 0;
  content: "";
  border: 0.3em solid transparent;
  border-left: 0.5em solid #00347c;
  transform: translateY(-50%);
}

[class*="p-brand-top"] .slide__toggle__pause {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  font-size: 25px;
  color: #00347c;
}

@media (max-width: 768px) {
  [class*="p-brand-top"] .slide__toggle__play,
  [class*="p-brand-top"] .slide__toggle__pause {
    top: auto;
  }
}

[class*="p-brand-top"] .slide__toggle__pause::before,
[class*="p-brand-top"] .slide__toggle__pause::after {
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  width: 0.1em;
  height: 0.5em;
  content: "";
  background-color: currentcolor;
  transform: translateX(-50%) translateY(-50%);
}

[class*="p-brand-top"] .slide__toggle__pause::before {
  left: 40%;
}

[class*="p-brand-top"] .slide__toggle__pause::after {
  left: 60%;
}

[class*="p-brand-top"] .slide__toggle.is-active .slide__toggle__play,
[class*="p-brand-top"] .slide__toggle__pause {
  display: none;
}

[class*="p-brand-top"] .slide__toggle.is-active .slide__toggle__pause {
  top: -1px;
  display: inline-block;
}

[class*="p-brand-top"] .slide__controls {
  display: flex;
  align-items: center;
  width: 170px;
  height: 20px;
  margin: 12px auto 0;
  list-style: none;
  background-color: #fff;
}

@media (max-width: 768px) {
  [class*="p-brand-top"] .slide__controls {
    justify-content: center;
    width: auto;
    min-width: 110px;
    height: 16px;
  }
}

[class*="p-brand-top"] .slide__controls::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  border-bottom: 10px solid #fff;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

@media (max-width: 768px) {
  [class*="p-brand-top"] .slide__controls::before {
    border-width: 8px;
  }
}

@media (max-width: 768px) {
  [class*="p-brand-top"] .slide__controls::after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
    border-left: 8px solid #fff;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}

[class*="p-brand-top"] .slide__pagination {
  position: static;
  flex-wrap: nowrap;
  padding: 0;
}

[class*="p-brand-top"] .slide__pagination li {
  margin: 0 0 0 24px;
}

[class*="p-brand-top"] .slide__pagination li:first-child {
  margin: 0;
}

@media (max-width: 768px) {
  [class*="p-brand-top"] .slide__pagination li {
    margin: 0 0 0 12px;
  }
}

[class*="p-brand-top"] .slide__pagination__page {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 0.1rem;
  cursor: pointer;
  background-color: #ccc;
  border: 0;
  border-radius: 50%;
  opacity: 1;
  transition:
    background-color 0.2s ease,
    color 0.2s ease;
}

@media (max-width: 768px) {
  [class*="p-brand-top"] .slide__pagination__page {
    width: 12px;
    height: 12px;
  }
}

[class*="p-brand-top"] .slide__pagination__page:not(.is-active):hover {
  background-color: #00347c;
  opacity: 0.7;
}

[class*="p-brand-top"] .slide__pagination__page.is-active {
  background-color: #00347c;
  transform: none;
}

.top-banner-2 {
  margin: 0 0 50px;
}

@media (max-width: 768px) {
  .top-banner-2 {
    margin: 0 0 30px;
  }
}

.top-banner-2__inner {
  width: 1100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .top-banner-2__inner {
    width: auto;
  }
}

.top-banner-2__head {
  position: relative;
  margin: 40px 0 21px;
  text-align: center;
}

@media (max-width: 768px) {
  .top-banner-2__head {
    margin: 30px 0 18px;
  }
}

.top-banner-2__head::before {
  position: absolute;
  top: 50%;
  display: block;
  width: 100%;
  height: 2px;
  margin: -1px 0 0;
  content: "";
  background-color: #0c367a;
}

@media (max-width: 768px) {
  .top-banner-2__head::before {
    content: none;
  }
}

.top-banner-2__head span {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  font-size: 24px;
  color: #0c367a;
  background-color: #fff;
  background-image: url("/assets/images/top/top-banner-2-head.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 63px 67px;
}

.top-banner-2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

@media (max-width: 768px) {
  .top-banner-2 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 20px;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .top-banner-2 ul li {
    width: 100%;
    margin: 0 0 20px;
  }

  .top-banner-2 ul li:last-child {
    margin: 0;
  }
}

.top-banner-2 ul li a {
  display: block;
}

.top-banner-2 ul li a:hover {
  opacity: 0.7;
}

.top-banner-2 ul li a img {
  display: block;
}

@media (max-width: 768px) {
  .top-banner-2 ul li a img {
    width: 100%;
  }
}

.top-banner-3 {
  padding: 40px 0;
}

@media (max-width: 768px) {
  .top-banner-3 {
    padding: 30px 20px 50px;
  }
}

.top-banner-3__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.top-banner-3__inner > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.top-banner-3__inner > ul > li {
  margin: 0 0 40px;
}

@media (max-width: 768px) {
  .top-banner-3__inner > ul > li {
    margin: 0 0 30px;
  }
}

.top-banner-3__inner > ul > li:last-child {
  margin-bottom: 0;
}

.top-banner-3__inner > ul > li a {
  display: block;
}

@media (min-width: 769px) {
  .top-banner-3__inner > ul > li a:hover {
    opacity: 0.7;
  }
}

.top-banner-3__inner > ul > li a img {
  display: block;
  width: 100%;
}

.top-banner-3__inner > ul > li img {
  display: block;
  width: 100%;
}

.top-banner-3__truth {
  position: relative;
  padding: 7px 30px 22px;
  color: #fff;
  text-align: center;
  background-color: #0c356e;
}

@media (max-width: 768px) {
  .top-banner-3__truth {
    padding: 13px 10px 20px;
  }
}

.top-banner-3__truth::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 70px;
  height: 71px;
  margin: -4px 0 0 -255px;
  content: "";
  background-image: url("/assets/images/top/top-banner-3-bg.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (max-width: 768px) {
  .top-banner-3__truth::before {
    width: 57px;
    height: 56px;
    margin: -6px 0 0 -110px;
    background-size: 100%;
  }
}

.top-banner-3__truth > p {
  margin: 0 0 5px;
  font-size: 28px;
}

@media (max-width: 768px) {
  .top-banner-3__truth > p {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 1;
  }
}

.top-banner-3__truth > p > span {
  margin: 0 0 8px;
  font-size: 18px;
}

@media (max-width: 768px) {
  .top-banner-3__truth > p > span {
    display: block;
    font-size: 12px;
  }
}

.top-banner-3__truth > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media (max-width: 768px) {
  .top-banner-3__truth > ul {
    display: block;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
}

.top-banner-3__truth > ul > li {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .top-banner-3__truth > ul > li {
    margin: 0 0 20px;
  }

  .top-banner-3__truth > ul > li:last-child {
    margin: 0;
  }
}

.top-banner {
  width: 1100px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .top-banner {
    width: 100%;
    padding: 35px 0;
  }
}

.top-banner__inner {
  max-width: 540px;
  margin: 20px auto;
}

@media (max-width: 768px) {
  .top-banner__inner {
    padding: 0 50px;
    margin: 0;
  }
}

.top-banner__item {
  vertical-align: top;
}

.top-banner__item > a {
  display: block;
}

.top-banner__item > a:hover {
  opacity: 0.7;
}

.top-banner__item > a img {
  display: block;
  max-width: 100%;
  margin: 0;
}

.top-banner .slick-slider {
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.top-banner .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 24px;
  padding: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  border: 0 none;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.top-banner .slick-slider .slick-arrow::before {
  position: absolute;
  width: 14px;
  height: 14px;
  content: "";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.top-banner .slick-slider .slick-prev {
  left: 20px;
}

.top-banner .slick-slider .slick-prev::before {
  top: 5px;
  left: 5px;
  border-bottom: 3px solid #00347c;
  border-left: 3px solid #00347c;
}

.top-banner .slick-slider .slick-next {
  right: 20px;
}

.top-banner .slick-slider .slick-next::before {
  top: 5px;
  right: 5px;
  border-top: 3px solid #00347c;
  border-right: 3px solid #00347c;
}

.top-banner .slick-slider .slick-list {
  position: relative;
  overflow: hidden;
}

.top-banner .slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-faq-2 {
  padding: 60px 0 0;
  margin: 0 0 60px;
  overflow: hidden;
  color: #00347c;
}

@media (max-width: 768px) {
  .top-faq-2 {
    padding: 30px 10px 0;
    margin-bottom: 40px;
  }
}

.top-faq-2__head {
  display: inline-block;
  margin: 0 20px 10px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .top-faq-2__head {
    display: block;
    margin: 0 0 4px;
    font-size: 24px;
    text-align: center;
  }
}

.top-faq-2__desc {
  display: inline-block;
  font-size: 18px;
}

@media (max-width: 768px) {
  .top-faq-2__desc {
    display: block;
    margin: 0 0 18px;
    font-size: 14px;
    text-align: center;
  }
}

.top-faq-2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 1px 0 0;
  margin: 0;
  list-style: none;
  border-left: 1px solid #285da6;
}

@media (max-width: 768px) {
  .top-faq-2__list {
    display: block;
    border: 0 none;
  }
}

.top-faq-2__list > li {
  width: 33.33333%;
  min-height: 110px;
  margin-top: -1px;
  border: 1px solid #285da6;
  border-left: 0 none;
}

@media (max-width: 768px) {
  .top-faq-2__list > li {
    width: 100%;
    min-height: 0;
    border-right: 0 none;
  }
}

.top-faq-2__list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  font-size: 18px;
  color: #00347c;
  text-decoration: none;
  letter-spacing: -0.03em;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .top-faq-2__list > li > a {
    position: relative;
    display: block;
    padding: 16px 0;
    font-size: 16px;
  }
}

.top-faq-2__list > li > a > span {
  position: relative;
  padding-left: 50px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .top-faq-2__list > li > a > span {
    display: block;
    padding: 0 20px 0 42px;
    font-size: 15px;
  }
}

.top-faq-2__list > li > a > span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  content: "Q";
  background: #00347c;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .top-faq-2__list > li > a > span::before {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
  }
}

.top-faq-2__list > li > a > span::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 0 4px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

@media (max-width: 768px) {
  .top-faq-2__list > li > a > span::after {
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    margin: 0;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }
}

.top-faq-2__list > li > a:hover {
  opacity: 0.7;
}

.top-faq-2__btn {
  margin: 50px 0 0;
}

@media (max-width: 768px) {
  .top-faq-2__btn {
    padding: 0 24px;
    margin: 30px 0 0;
  }
}

.top-faq-2__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 82px;
  color: #fff;
  text-decoration: none;
  background-color: #00347c;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .top-faq-2__btn a {
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    line-height: 66px;
    border-width: 2px;
  }
}

.top-faq-2__btn a::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 -2px 4px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.top-faq-2__btn a:hover {
  opacity: 0.7;
}

.top-faq {
  padding: 60px 0;
  overflow: hidden;
  color: #fff;
}

@media (max-width: 768px) {
  .top-faq {
    padding: 45px 10px;
  }
}

.top-faq__head {
  display: inline-block;
  margin: 0 20px 10px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .top-faq__head {
    display: block;
    margin: 0 0 4px;
    font-size: 24px;
    text-align: center;
  }
}

.top-faq__desc {
  display: inline-block;
  font-size: 18px;
}

@media (max-width: 768px) {
  .top-faq__desc {
    display: block;
    margin: 0 0 18px;
    font-size: 14px;
    text-align: center;
  }
}

.top-faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding: 1px 0 0;
  margin: 0;
  list-style: none;
  border-left: 1px solid #285da6;
}

@media (max-width: 768px) {
  .top-faq__list {
    display: block;
    border: 0 none;
  }
}

.top-faq__list > li {
  width: 33.33333%;
  min-height: 110px;
  margin-top: -1px;
  border: 1px solid #285da6;
  border-left: 0 none;
}

@media (max-width: 768px) {
  .top-faq__list > li {
    width: 100%;
    min-height: 0;
    border-right: 0 none;
  }
}

.top-faq__list > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  letter-spacing: -0.03em;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .top-faq__list > li > a {
    position: relative;
    display: block;
    padding: 16px 0;
    font-size: 16px;
  }
}

.top-faq__list > li > a > span {
  position: relative;
  padding-left: 50px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .top-faq__list > li > a > span {
    display: block;
    padding: 0 20px 0 42px;
    font-size: 15px;
  }
}

.top-faq__list > li > a > span::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #00347c;
  text-align: center;
  content: "Q";
  background: #fff;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  .top-faq__list > li > a > span::before {
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
  }
}

.top-faq__list > li > a > span::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 0 4px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

@media (max-width: 768px) {
  .top-faq__list > li > a > span::after {
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    margin: 0;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }
}

.top-faq__list > li > a:hover {
  opacity: 0.7;
}

.top-faq__btn {
  margin: 50px 0 0;
}

@media (max-width: 768px) {
  .top-faq__btn {
    padding: 0 24px;
    margin: 30px 0 0;
  }
}

.top-faq__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 82px;
  color: #fff;
  text-decoration: none;
  border: 4px solid #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .top-faq__btn a {
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    line-height: 66px;
    border-width: 2px;
  }
}

.top-faq__btn a::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 -2px 4px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.top-faq__btn a:hover {
  opacity: 0.7;
}

.top-gallery {
  padding: 0;
  margin-bottom: 60px;
  overflow: hidden;
  color: #00347c;
}

@media (max-width: 768px) {
  .top-gallery {
    padding: 0 20px;
    margin-bottom: 0;
  }
}

.top-gallery__head {
  display: inline-block;
  margin: 0 20px 20px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .top-gallery__head {
    display: block;
    margin: 0 0 10px;
    font-size: 24px;
    text-align: center;
  }
}

.top-gallery__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.top-gallery__inner ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.top-gallery__inner ul li {
  margin: 0 0 40px;
}

.top-gallery__inner ul li:last-child {
  margin-bottom: 0;
}

.top-gallery__inner ul li a {
  display: block;
}

@media (min-width: 769px) {
  .top-gallery__inner ul li a:hover {
    opacity: 0.7;
  }
}

.top-gallery__inner ul li a img {
  display: block;
  width: 100%;
}

.top-lineup {
  padding: 60px 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .top-lineup {
    padding: 32px 0 40px;
  }
}

.top-lineup__head {
  margin: 0 0 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 768px) {
  .top-lineup__head {
    margin: 0 0 4px;
    font-size: 24px;
    text-align: center;
  }
}

.top-lineup__desc {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
}

@media (max-width: 768px) {
  .top-lineup__desc {
    text-align: center;
  }
}

.top-lineup__btn {
  margin: 50px 0 0;
  font-size: 18px;
}

@media (max-width: 768px) {
  .top-lineup__btn {
    padding: 0 24px;
    margin: 0;
    font-size: 16px;
  }
}

.top-lineup__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
  line-height: 82px;
  color: #fff;
  text-decoration: none;
  border: 4px solid #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .top-lineup__btn a {
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    line-height: 66px;
    border-width: 2px;
  }
}

.top-lineup__btn a::before {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  vertical-align: middle;
  content: "";
  background-image: url("/assets/images/icon-list.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

@media (max-width: 768px) {
  .top-lineup__btn a::before {
    height: 13px;
    background-image: url("/assets/images/sp/icon-list.png");
  }
}

.top-lineup__btn a::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 -2px 4px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.top-lineup__btn a:hover {
  opacity: 0.7;
}

.top-lineup__notice {
  padding: 0 20px;
  margin: 40px 0 0;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

@media (max-width: 768px) {
  .top-lineup__notice {
    font-size: 12px;
    text-align-last: left;
  }
}

.top-nav {
  padding: 60px 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  .top-nav {
    padding: 32px 5px 40px;
  }
}

.top-nav__head {
  display: inline-block;
  margin: 0 20px 10px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 28px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .top-nav__head {
    display: block;
    margin: 0 0 4px;
    font-size: 24px;
    text-align: center;
  }
}

.top-nav__desc {
  display: inline-block;
  font-size: 18px;
  color: #666;
}

@media (max-width: 768px) {
  .top-nav__desc {
    display: block;
    margin: 0 0 18px;
    font-size: 14px;
    text-align: center;
  }
}

.top-nav__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1px 0 0;
  margin: 0;
  list-style: none;
  border-left: 1px solid #00347c;
}

@media (max-width: 768px) {
  .top-nav__nav-list {
    margin: -4px -2px 0;
    border: 0 none;
  }
}

.top-nav__nav-list li {
  width: 25%;
  margin-top: -1px;
}

@media (max-width: 768px) {
  .top-nav__nav-list li {
    width: 50%;
    padding: 0 2px;
    margin-top: 4px;
    border: 0 none;
  }
}

.top-nav__nav-list li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 180px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 1px solid #00347c;
  border-left: 0 none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .top-nav__nav-list li a {
    height: 122px;
    font-size: 15px;
    border-left: 1px solid #00347c;
  }
}

.top-nav__nav-list li a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 5px solid transparent;
  border-right: 5px solid #00347c;
  border-bottom: 5px solid #00347c;
}

@media (max-width: 768px) {
  .top-nav__nav-list li a::after {
    border-width: 6px;
  }
}

.top-nav__nav-list li a:hover {
  opacity: 0.7;
}

.top-nav__item {
  position: relative;
  width: 100%;
  padding-top: 80px;
  font-size: 20px;
}

@media (max-width: 768px) {
  .top-nav__item {
    padding-top: 70px;
    font-size: 16px;
  }
}

.top-nav__item::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 200px;
  height: 80px;
  content: "";
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

@media (max-width: 768px) {
  .top-nav__item::before {
    width: 100px;
    height: 70px;
  }
}

.top-nav__item--1::before {
  background-image: url("/assets/images/top/nav-01.png");
}

@media (max-width: 768px) {
  .top-nav__item--1::before {
    background-image: url("/assets/images/top/sp/nav-01.png");
  }
}

.top-nav__item--2::before {
  background-image: url("/assets/images/top/nav-02.png");
}

@media (max-width: 768px) {
  .top-nav__item--2::before {
    background-image: url("/assets/images/top/sp/nav-02.png");
  }
}

.top-nav__item--3::before {
  background-image: url("/assets/images/top/nav-03.png");
}

@media (max-width: 768px) {
  .top-nav__item--3::before {
    background-image: url("/assets/images/top/sp/nav-03.png");
  }
}

.top-nav__item--4::before {
  background-image: url("/assets/images/top/nav-04.png");
}

@media (max-width: 768px) {
  .top-nav__item--4::before {
    background-image: url("/assets/images/top/sp/nav-04.png");
  }
}

.top-nav__item--5::before {
  background-image: url("/assets/images/top/nav-05.png");
}

@media (max-width: 768px) {
  .top-nav__item--5::before {
    background-image: url("/assets/images/top/sp/nav-05.png");
  }
}

.top-nav__item--6::before {
  background-image: url("/assets/images/top/nav-06.png");
}

@media (max-width: 768px) {
  .top-nav__item--6::before {
    background-image: url("/assets/images/top/sp/nav-06.png");
  }
}

.top-nav__item--7::before {
  background-image: url("/assets/images/top/nav-07.png");
}

@media (max-width: 768px) {
  .top-nav__item--7::before {
    background-image: url("/assets/images/top/sp/nav-07.png");
  }
}

.top-nav__item--8::before {
  background-image: url("/assets/images/top/nav-08.png");
}

@media (max-width: 768px) {
  .top-nav__item--8::before {
    background-image: url("/assets/images/top/sp/nav-08.png");
  }
}

.top-products {
  margin: 0 0 50px;
}

@media (max-width: 768px) {
  .top-products {
    padding: 0 5px;
    margin: 0 0 40px;
  }
}

.top-products__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

@media (max-width: 768px) {
  .top-products__inner {
    display: block;
  }

  .top-products__inner > *:last-child {
    margin-bottom: 0;
  }
}

.top-products__item {
  position: relative;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 50%;
  min-width: 50%;
  min-height: 232px;
  padding: 40px 0;
  color: inherit;
  background-color: #fff;
  border-bottom: 1px solid #00347c;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .top-products__item {
    width: 100%;
    min-width: 100%;
    min-height: 160px;
    padding: 30px 6px;
    margin-bottom: 5px;
    border: 0 none;
  }
}

.top-products__item:hover {
  opacity: 0.7;
}

.top-products__item:nth-child(2n + 1) {
  border-right: 1px solid #00347c;
}

@media (max-width: 768px) {
  .top-products__item:nth-child(2n + 1) {
    border: 0 none;
  }
}

.top-products__item-inner {
  text-decoration: none;
}

.top-products__item--col3 {
  width: 33.33333%;
  min-width: 33.33333%;
}

@media (max-width: 768px) {
  .top-products__item--col3 {
    width: 100%;
    min-width: 100%;
  }
}

.top-products__item--col3:nth-child(3n + 1),
.top-products__item--col3:nth-child(3n + 2) {
  border-right: 1px solid #00347c;
}

@media (max-width: 768px) {
  .top-products__item--col3:nth-child(3n + 1),
  .top-products__item--col3:nth-child(3n + 2) {
    border: 0 none;
  }
}

.top-products__item::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border: 5px solid transparent;
  border-right: 5px solid #00347c;
  border-bottom: 5px solid #00347c;
}

@media (max-width: 768px) {
  .top-products__item::after {
    border-width: 6px;
  }
}

.top-products__effect {
  position: absolute;
  top: 0;
  left: 0;
  margin: 4px 0 15px 9px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 14px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .top-products__effect {
    top: 10px;
    left: 10px;
    margin: 0 0 6px;
  }
}

.top-products__exemption {
  position: absolute;
  top: 14px;
  right: 14px;
  margin: 0;
}

@media (max-width: 768px) {
  .top-products__exemption {
    top: 10px;
    right: 8px;
  }
}

.top-products__exemption img {
  width: 66px;
}

@media (max-width: 768px) {
  .top-products__exemption img {
    width: 52px;
  }
}

.top-products__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  padding: 0;
}

@media (max-width: 768px) {
  .top-products__content {
    min-height: 0;
  }
}

.top-products__col-1 {
  position: relative;
  width: 267px;
  min-width: 267px;
  padding: 0 25px 0 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .top-products__col-1 {
    width: 129px;
    min-width: 129px;
    padding: 0 10px 0 16px;
  }
}

.top-products__col-1 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.top-products__item--col3 .top-products__col-1 {
  width: 129px;
  min-width: 129px;
}

.top-products__item--col3 .top-products__col-1 img {
  width: auto;
  max-width: auto;
  max-height: 90px;
}

.top-products__col-2 {
  padding: 0 20px 0 0;
  letter-spacing: -0.07em;
}

@media (max-width: 768px) {
  .top-products__col-2 {
    padding: 0 6px 0 0;
  }
}

.top-products__col-2 > *:last-child {
  margin-bottom: 0;
}

.top-products__desc {
  margin: 0;
  font-size: 14px;
  color: #808080;
}

@media (max-width: 768px) {
  .top-products__desc {
    font-size: 12px;
  }
}

.top-products__head {
  display: inline-block;
  margin: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .top-products__head {
    font-size: 18px;
  }
}

.top-products__head::after {
  position: relative;
  top: -3px;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 0 8px;
  content: "";
  border-top: 1px solid #00347c;
  border-right: 1px solid #00347c;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

@media (max-width: 768px) {
  .top-products__head::after {
    top: -1px;
  }
}

.top-products__item--col3 .top-products__head {
  font-size: 18px;
}

.top-products__item--col3 .top-products__head::after {
  top: -1px;
}

.top-products__notice {
  margin: 0;
  font-size: 11px;
  line-height: 1.3;
  color: #666666;
}

.top-products__category {
  position: absolute;
  bottom: -10px;
  left: 50%;
  display: inline-block;
  padding: 1px 13px 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.75;
  color: #666666;
  white-space: nowrap;
  vertical-align: top;
  border: 1px solid #999999;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}

@media all and (-ms-high-contrast: none) {
  .top-products__category {
    bottom: -6px;
    padding-top: 5px;
  }
}

.top-products__category > span {
  display: inline-block;
  padding: 0 4px;
  margin: -2px 2px 0;
  line-height: 1.2;
  vertical-align: middle;
  border: 1px solid #999999;
}

@media all and (-ms-high-contrast: none) {
  .top-products__category > span {
    padding-top: 2px;
  }
}

@media (max-width: 768px) {
  .top-products__category {
    font-size: 10px;
  }
}

.top-products__ingredient {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  margin: 0 0 6px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.top-products__ingredient > span {
  padding: 0;
  margin: 0 5px 5px 0;
  font-size: 12px;
  line-height: 1.41666667;
  border: 1px solid #fff;
  border-radius: 10px;
}

@media (max-width: 768px) {
  .top-products__ingredient > span {
    margin: 0 2px 2px 0;
    font-size: 11px;
  }
}

.top-products__ingredient > span.top-products__ingredient-1,
.top-products__ingredient > span.top-products__ingredient-2,
.top-products__ingredient > span.top-products__ingredient-3,
.top-products__ingredient > span.top-products__ingredient-4 {
  padding: 1px 7px 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none) {
  .top-products__ingredient > span.top-products__ingredient-1,
  .top-products__ingredient > span.top-products__ingredient-2,
  .top-products__ingredient > span.top-products__ingredient-3,
  .top-products__ingredient > span.top-products__ingredient-4 {
    padding-top: 3px;
  }
}

.top-products__ingredient > span.top-products__ingredient-1 {
  color: #067d00;
  border: 1px solid #067d00;
}

.top-products__ingredient > span.top-products__ingredient-2 {
  color: #eb1d9b;
  border: 1px solid #eb1d9b;
}

.top-products__ingredient > span.top-products__ingredient-3 {
  color: #d47f00;
  border: 1px solid #d47f00;
}

.top-products__ingredient > span.top-products__ingredient-4 {
  color: #00347d;
  border: 1px solid #00347d;
}

.top-timeinabox {
  margin: 0 0 77px;
}

@media (max-width: 768px) {
  .top-timeinabox {
    padding: 0 37.5px;
    margin: 0 0 60px;
  }
}

.top-timeinabox__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 17px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media (max-width: 768px) {
  .top-timeinabox__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.top-timeinabox__image {
  display: block;
  margin-right: 26px;
}

@media (max-width: 768px) {
  .top-timeinabox__image {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.top-timeinabox__image img {
  display: block;
  width: 309px;
}

@media (max-width: 768px) {
  .top-timeinabox__image img {
    width: 202px;
  }
}

.top-timeinabox__desc {
  margin: 0 0 8px;
  font-size: 18px;
  text-align: center;
}

@media (max-width: 768px) {
  .top-timeinabox__desc {
    margin: 0;
    font-size: 16px;
  }
}

.top-timeinabox__btn {
  margin: 0;
  text-align: center;
}

.top-timeinabox__btn a {
  position: relative;
  display: block;
  max-width: 400px;
  padding: 7px 0;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #113578;
  text-decoration: none;
  border: 2px solid #0b367a;
  border-radius: 25px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .top-timeinabox__btn a {
    padding: 9px 0 5px;
  }
}

@media (max-width: 768px) {
  .top-timeinabox__btn a {
    font-size: 16px;
  }
}

.top-timeinabox__btn a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0;
  content: "";
  border-top: 2px solid #0b367a;
  border-right: 2px solid #0b367a;
  -webkit-transform: rotate(45deg);
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.top-timeinabox__btn a:hover {
  opacity: 0.7;
}

/* add 210409 */
.fixed-bnr {
  width: 0;
  height: 0;
}

.fixed-bnr > .fixed-bnr__btn {
  position: fixed;
  right: 30px;
  bottom: 45px;
  z-index: 2;
  width: 180px;
  height: 180px;
  margin-bottom: 0;
}

.fixed-bnr > .fixed-bnr__btn > a {
  display: block;
}

.fixed-bnr > .fixed-bnr__btn a img {
  width: 100%;
  vertical-align: top;
}

@media (max-width: 768px) {
  .fixed-bnr > .fixed-bnr__btn {
    right: 10px;
    width: 90px;
    height: 90px;
  }
}

@media (min-width: 769px) {
  .fixed-bnr > .fixed-bnr__btn a:hover {
    opacity: 0.7;
  }
}

.fixed-bnr-none .fixed-bnr {
  display: none;
}

.fixed-bnr-pos01 .fixed-bnr > .fixed-bnr__btn {
  bottom: 140px;
}

@media (max-width: 768px) {
  .fixed-bnr-pos01 .fixed-bnr > .fixed-bnr__btn {
    bottom: 100px;
  }
}

/* /add 210409 */

/* add 210427 */
.cnt-banner-1 {
  margin-top: 40px;
  text-align: center;
}

.cnt-banner-1 img {
  max-width: 100%;
  vertical-align: top;
}

@media (max-width: 768px) {
  .cnt-banner-1 {
    margin-top: 30px;
  }

  .cnt-banner-1.cnt-banner-1--top {
    padding: 0 20px;
  }
}

@media (min-width: 769px) {
  .cnt-banner-1 a:hover {
    opacity: 0.7;
  }
}

/* /add 210427 */

.align-l {
  text-align: left !important;
}

.align-c {
  text-align: center !important;
}

.align-r {
  text-align: right !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

.nowrap {
  white-space: nowrap;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (min-width: 769px) {
  .pc-w-0 {
    width: 0%;
  }

  .pc-w-10 {
    width: 10%;
  }

  .pc-w-20 {
    width: 20%;
  }

  .pc-w-30 {
    width: 30%;
  }

  .pc-w-40 {
    width: 40%;
  }

  .pc-w-50 {
    width: 50%;
  }

  .pc-w-60 {
    width: 60%;
  }

  .pc-w-70 {
    width: 70%;
  }

  .pc-w-80 {
    width: 80%;
  }

  .pc-w-90 {
    width: 90%;
  }

  .pc-w-100 {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .sp-w-0 {
    width: 0%;
  }

  .sp-w-10 {
    width: 10%;
  }

  .sp-w-20 {
    width: 20%;
  }

  .sp-w-30 {
    width: 30%;
  }

  .sp-w-40 {
    width: 40%;
  }

  .sp-w-50 {
    width: 50%;
  }

  .sp-w-60 {
    width: 60%;
  }

  .sp-w-70 {
    width: 70%;
  }

  .sp-w-80 {
    width: 80%;
  }

  .sp-w-90 {
    width: 90%;
  }

  .sp-w-100 {
    width: 100%;
  }
}

/* add 210826 */
.gallery-comming {
  margin: 7em 0;
}

.group-product-column--dx {
  color: #00347c;
}

.group-product-column__head-3 {
  display: flex;
  align-items: center;
}

.group-product-column__head-3 strong {
  color: #bf1a32;
}

.group-product-column__sub {
  text-align: center;
}

.group-product-column__sub span {
  font-weight: bold;
}

.group-product-column__txt {
  line-height: 1;
  text-align: center;
}

.group-product-column__txt span {
  line-height: 1;
}

.group-product-column--dx .group-product-column__col-1 {
  position: relative;
}

.group-product-column--dx .group-product-column__col-1 img,
.group-product-column--dx .group-product-column__col-2 img {
  max-width: 100%;
}

.group-product-column__item-2 .group-product-column__inner {
  margin: 0;
  background-color: #eef0e2;
}

.group-product-column__item-2 .group-product-column__col-1::before,
.group-product-column__item-2 .group-product-column__col-1::after {
  position: absolute;
  display: block;
  height: 13px;
  content: "";
  background-color: #000000;
}

.group-product-column__item-2 .group-product-column__col-1::after {
  transform: rotate(90deg);
}

.btn-store--2 .onlinestore:not(:first-child) {
  margin-top: 20px;
}

.btn-search-store {
  position: inherit;
}

@media (min-width: 769px) {
  .group-product-column__head-3 span {
    margin-right: 20px;
    font-size: 22px;
    line-height: 1.3;
    border-bottom: 3px solid #0d1e66;
  }

  .group-product-column__head-3 strong {
    font-size: 38px;
  }

  .group-product-column__item-1 .group-product-column__sub {
    font-size: 24px;
  }

  .group-product-column__item-1 .group-product-column__sub span {
    font-size: 34px;
  }

  .group-product-column__txt {
    font-size: 28px;
  }

  .group-product-column__txt span {
    font-size: 48px;
  }

  .group-product-column--dx .group-product-column__item-1 .group-product-column__col-1 {
    padding-right: 25px;
  }

  .group-product-column--dx .group-product-column__item-1 .group-product-column__col-1 img {
    float: right;
  }

  .group-product-column--dx .group-product-column__item-1 .group-product-column__col-2 {
    padding-left: 25px;
  }

  .group-product-column--dx .group-product-column__item-1 .group-product-column__col-1::before {
    position: absolute;
    top: 0;
    right: -34px;
    bottom: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: "";
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    border-left: 22px solid #00347c;
  }

  .group-product-column__item-2 .group-product-column__col-1,
  .group-product-column__item-2 .group-product-column__col-2 {
    width: calc(50%);
    margin: 0;
  }

  .group-product-column__item-2 .group-product-column__sub {
    font-size: 26px;
    line-height: 1.3;
  }

  .group-product-column__item-2 .group-product-column__sub span {
    font-size: 30px;
  }

  .group-product-column__item-2 .group-product-column__inner {
    padding: 36px 50px;
  }

  .group-product-column__item-2 .group-product-column__col-1::before,
  .group-product-column__item-2 .group-product-column__col-1::after {
    top: calc(50% - 11px);
    right: -27px;
    width: 53px;
  }

  .group-product-column__item-2 .group-product-column__col-2 img {
    float: right;
  }
}

@media (max-width: 768px) {
  .group-product-column__head-3 {
    margin: 6px 0 10px;
  }

  .group-product-column__head-3 span {
    margin-right: 12px;
    font-size: 14px;
    line-height: 1.3;
    border-bottom: 2px solid #0d1e66;
  }

  .group-product-column__head-3 strong {
    font-size: 24px;
  }

  .group-product-column__txt {
    margin-bottom: 0;
    font-size: 15px;
  }

  .group-product-column__txt span {
    font-size: 30px;
  }

  .group-product-column--dx .group-product-column__sub {
    font-size: 16px;
    line-height: 1.5;
  }

  .group-product-column--dx .group-product-column__item-1 .group-product-column__sub span {
    font-size: 21px;
  }

  .group-product-column--dx .group-product-column__item-1 .group-product-column__col-1,
  .group-product-column--dx .group-product-column__item-1 .group-product-column__col-2 {
    width: 67.99%;
    margin: 0 auto;
  }

  .group-product-column--dx .group-product-column__item-1 .group-product-column__col-1 {
    padding-bottom: 22px;
    margin-bottom: 15px;
  }

  .group-product-column--dx .group-product-column__item-1 .group-product-column__col-1::before {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
    content: "";
    border-top: 16px solid #00347c;
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
  }

  .group-product-column--dx .group-product-column__col-1 img,
  .group-product-column--dx .group-product-column__col-2 img {
    width: 100%;
  }

  .group-product-column--dx .group-product-column__item-2 {
    margin-top: 30px;
  }

  .group-product-column--dx .group-product-column__item-2 .group-product-column__sub span {
    font-size: 13px;
  }

  .group-product-column__item-2 .group-product-column__inner {
    padding: 23px 24px;
  }

  .group-product-column--dx .group-product-column__item-2 .group-product-column__col-1,
  .group-product-column--dx .group-product-column__item-2 .group-product-column__col-2 {
    margin: auto;
  }

  .group-product-column--dx .group-product-column__item-2 .group-product-column__col-1 {
    padding-bottom: 64px;
  }

  .group-product-column__item-2 .group-product-column__col-1::before,
  .group-product-column__item-2 .group-product-column__col-1::after {
    right: 0;
    bottom: 29px;
    left: 0;
    width: 27px;
    height: 7px;
    margin: auto;
  }
}

@media (max-width: 320px) {
  .group-product-column--dx .group-product-column__item-2 .group-product-column__sub {
    font-size: 13px;
  }
}

/* / add 210826 */

/* add 211209 */

.knowledge-answer__title {
  font-size: 20px;
  font-weight: 900;
  color: #00347c;
}

.knowledge-answer__title span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #f8e7a2), color-stop(90%, #f8e7a2), color-stop(90%, transparent));
  background: linear-gradient(to bottom, transparent 55%, #f8e7a2 55%, #f8e7a2 90%, transparent 90%);
}

.knowledge-answer__bgcolor {
  padding: 18px 5px 5px 0;
  margin: 30px auto;
  font-weight: bold;
  color: #00347c;
  background-color: #f5f7fa;
}

.knowledge__btn {
  margin: 50px 0 40px;
}

@media (max-width: 768px) {
  .knowledge__btn {
    padding: 0 24px;
    margin: 30px 0 0;
  }
}

.knowledge__btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 420px;
  margin: 0 auto;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 82px;
  color: #fff;
  text-decoration: none;
  background-color: #00347c;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}

@media (max-width: 768px) {
  .knowledge__btn a {
    width: 100%;
    max-width: 300px;
    font-size: 16px;
    line-height: 66px;
    border-width: 2px;
  }
}

.knowledge__btn a::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 0 -2px 4px;
  content: "";
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.knowledge__btn a:hover {
  opacity: 0.7;
}

.knowledge-answer__doctor {
  padding: 20px 5px;
  margin: 30px 0 0;
  background-color: #f5f7fa;
}

.knowledge-answer__doctor p {
  padding: 0 20px;
  margin: 0;
}

.knowledge-answer__bold {
  font-weight: bold;
}

.knowledge-content-6 {
  background: repeating-linear-gradient(-45deg, #fefcf5, #fefcf5 4px, #fefaec 4px, #fefaec 8px);
  background-repeat: repeat;
  background-position: 0 0;
}

.knowledge-content-6__inner {
  max-width: 800px;
  padding: 100px 0;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .knowledge-content-6__inner {
    padding: 50px 10px;
  }
}

.knowledge-content-6__inner > *:last-child {
  margin-bottom: 0;
}

.knowledge-content-6__head {
  margin: 0 0 46px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #00347c;
  text-align: center;
}

@media (max-width: 768px) {
  .knowledge-content-6__head {
    margin: 0 0 20px;
    font-size: 18px;
  }
}

.knowledge-content-6__head::before {
  display: block;
  width: 41px;
  height: 40px;
  margin: 0 auto 2px;
  content: "";
  background-image: url("/assets/images/knowledge/bg-06.png");
  background-repeat: no-repeat;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .knowledge-content-6__head::before {
    margin: 0 auto 10px;
  }
}

.knowledge-answer__underline {
  margin-bottom: 9px !important;
  font-size: 20px;
  text-decoration: underline;
}

.knowledge-answer__title::before {
  position: relative;
  top: 5px;
  margin-right: 7px;
  content: url("/assets/images/knowledge/bg-08.png");
}

.knowledge-answer__image-margin-ajust {
  margin: 20px;
}

.knowledge-answer__caution {
  margin-bottom: 12px;
  font-size: 80%;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .knowledge-answer__caution {
    font-size: 83%;
    line-height: 1.6;
  }
}

/* / add 211209 */

/* / add 20220608 */
.top-text {
  width: 80%;
  padding: 15px;
  margin: 20px auto 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
  color: #000000;
  border: solid 2px #000000;
}

.note01 {
  margin-top: 3px;
  font-size: 20px;
  font-weight: 600;
  color: #ff0000;
  text-align: center;
}

.note02 {
  margin-top: -10px;
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
}

.note03 {
  margin-top: -10px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top-text {
    width: 80%;
    padding: 15px;
    margin: 15px auto 10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 15px;
    color: #000000;
    border: solid 2px #000000;
  }

  .note01 {
    font-size: 14px;
    font-weight: 600;
    color: #ff0000;
    text-align: center;
  }

  .note02 {
    margin-bottom: 0;
    font-size: 11px;
    font-weight: 400;
    color: #000000;
    text-align: center;
  }

  .note03 {
    font-size: 11px;
    font-weight: 500;
    color: #000000;
    text-align: center;
  }
}

@media screen and (min-width: 767px) {
  .pc {
    display: inline;
  }

  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: inline;
  }
}

#kids #totop {
  display: none !important;
}

.header__content h1 {
  margin: 0;
}

/* --- 20230915 注意喚起追加 ｰｰｰｰｰｰｰｰｰｰ */
.headsUp {
  padding: 5px 0;
  font-size: 14px;
  background: #ffe4e1;
}

.headsUp > p {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .headsUp {
    padding: 5px 10px;
    font-size: 11px;
  }

  .headsUp > p {
    width: 100%;
    margin-top: 7px;
  }

  .navi-head-body .grid__inner {
    display: flex;
    align-items: flex-start;
  }

  .navi-head-body .reverse {
    display: flex;
    flex-flow: column-reverse wrap;
  }
}

.navi-head-body .navi-head {
  padding: 93px 0 13px;
  text-align: center;
}

.navi-head-body .navi-head::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 80px;
  height: 80px;
  content: "";
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.navi-head-body .head-2 {
  padding-top: 150px;
}

.navi-head-body .head-2 span {
  position: absolute;
  top: 106px;
  left: 50%;
  font-size: 24px;
  font-weight: bold;
  color: #00347c;
  transform: translate(-50%, 0);
}

.navi-head-body .head-2 span:nth-child(2)::after {
  position: absolute;
  top: 50%;
  left: -15px;
  width: 15px;
  height: 30px;
  content: "";
  background: url("/assets/images/navi/head/bg-01.png") no-repeat;
  background-size: contain;
  transform: translate(-50%, -50%);
}

.navi-head-body .navi-head-knowledge {
  background-color: #c2e3ed;
}

.navi-head-body .menu-anchor-links {
  max-width: 700px;
  padding: 0 20px;
  margin: 30px auto;
  border: 1px solid #00347c;
}

.navi-head-body .menu-anchor-links h4,
.navi-head-body .menu-anchor-links .menu-anchor-summary {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.navi-head-body .menu-anchor-links .menu-anchor-summary {
  margin: 1.33em 0;
}

.navi-head-body .menu-anchor-links ul {
  padding: 0;
  margin-bottom: 10px;
}

.navi-head-body .menu-anchor-links li {
  list-style: none;
}

.navi-head-body .menu-anchor-links li a {
  position: relative;
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px 50px 5px 0;
  color: #004e9d;
  text-decoration: none;
  border-bottom: 1px solid #004e9d;
}

.navi-head-body .menu-anchor-links li:last-child a {
  border-bottom: 0;
}

.navi-head-body .menu-anchor-links li a span {
  position: relative;
  display: inline-block;
  padding-right: 5px;
  padding-left: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #00347c;
}

.navi-head-body .menu-anchor-links span.numb::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 29px;
  content: "";
  background: url("/assets/images/navi/head/bg-01.png") no-repeat;
  background-size: contain;
}

.navi-head-body .menu-anchor-links li a::after {
  position: absolute;
  top: 50%;
  right: 31px;
  display: block;
  width: 11px;
  height: 11px;
  margin: -3px 0 0;
  content: "";
  border-right: 3px solid #004e9d;
  border-bottom: 3px solid #004e9d;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

.navi-head-body .navi-contents {
  max-width: 100%;
}

.navi-head-body .check h4 {
  position: relative;
  padding-left: 30px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  color: #004e9d;
}

.navi-head-body .check p {
  position: relative;
  margin: 0;
  font-size: 18px;
  font-weight: bold;
}

.navi-head-body .check h4::after {
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  content: "";
  background: url("/assets/images/navi/head/check_01.png") no-repeat;
  background-size: contain;
}

.knowledge-arrow {
  position: relative;
  margin-bottom: 60px;
}

.knowledge-arrow::before {
  position: absolute;
  bottom: -30px;
  left: 50%;
  display: block;
  width: 22px;
  height: 20px;
  content: "";
  background-image: url("/assets/images/knowledge/bg-07.png");
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.list-have-border {
  position: relative;
  left: 50%;
  width: 100%;
  padding: 15px;
  font-size: 14px;
  background-color: #f6fafe;
  border-radius: 10px;
  transform: translateX(-50%);
}

@media (min-width: 769px) {
  .list-have-border--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .list-have-border--flex > li {
    flex-basis: 38%;
  }
}

.list-have-border--flex-fs {
  font-size: 16px;
}

.list-have-border-02 {
  position: relative;
  left: 50%;
  width: 100%;
  padding: 15px 30px;
  margin-bottom: 1.5rem;
  background-color: #f6fafe;
  border-radius: 10px;
  transform: translateX(-50%);
}

.check-list {
  margin-bottom: 1.5rem;
  font-size: 14px;
  border-radius: 10px;
}

.check-list-bg-01 {
  padding: 15px;
  background-color: #f6fafe;
}

.check-menu {
  padding: 0;
  list-style: none;
}

.check-list-summary {
  position: relative;
  padding-left: 2em;
}

.check-list-summary::before {
  position: absolute;
  top: 5px;
  left: 10px;
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  background: url("/assets/images/navi/head/check_01.png") no-repeat;
  background-size: contain;
}

.check-menu .list-2 {
  margin-left: 1em;
}

.markline-yellow {
  position: relative;
}

.markline-yellow::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 50%;
  content: "";
  background: #ffff66;
}

.text-underLine {
  text-decoration: underline;
}

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

.mt-80-pc {
  margin-top: 5rem;
}

.mt-40-sp {
  margin-top: 2.5rem;
}

@media (min-width: 769px) {
  .num-list {
    position: relative;
    left: 2em;
  }
}

.border-check {
  padding: 30px;
  background: #f6fafe;
}

.border-check .check {
  text-align: center;
}

.border-check .check .title {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: #004e9d;
}

.border-check .check .title::after {
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 25px;
  content: "";
  background: url("/assets/images/navi/head/check_01.png") no-repeat;
  background-size: contain;
}

.border-check .list-btns {
  margin: 50px 0 0;
}

.-flex {
  display: flex;
}

.flex-reverse {
  display: flex;
  flex-direction: row-reverse;
}

.flex-reverse .grid__col--image {
  max-width: calc(34.5% - 30px);
}

.list-2--multiline .list-2 li {
  margin-top: 0;
}

.list-have-title-01 {
  font-size: 18px;
}

@media (min-width: 769px) {
  .grid__col--image-position {
    margin-top: -100px;
  }
}

.note-text {
  font-size: 12px;
}

.mg-bottom-0 {
  margin-bottom: 0 !important;
}

.grid__col--image figure,
.grid__col--image figure > * {
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}

.grid__col--left.grid__col--image figure,
.grid__col--left.grid__col--image figure > * {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

@media (min-width: 769px) {
  .grid__col--image figure img {
    max-width: 70%;
  }

  .flex-reverse .grid__col--image figure img {
    max-width: 100%;
  }

  .grid__col--image figure img.w-350px {
    max-width: 76.1%;
  }

  .grid__col--image.grid__img--width-01 {
    width: 505px;
  }

  .grid__col--image.grid__img--width-01 img {
    width: 238px;
  }
}

@media (max-width: 768px) {
  .-flex {
    flex-direction: column;
  }

  .flex-reverse {
    flex-direction: column-reverse;
  }

  .flex-reverse .grid__col--image {
    max-width: 100%;
  }
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media screen and (min-width: 769px) {
  #js-focus-trap-nav {
    display: none;
  }
}

body.is-fixed {
  overflow: hidden;
}

.cov__text__button {
  text-decoration: underline;
  cursor: pointer;
}

.icon-blank {
  position: relative;
}

.icon-blank::after {
  position: absolute;
  top: -30px;
  right: 6px;
  display: inline-block;
  width: 10px;
  height: 10px;
  content: "";
  background-image: url("/assets/images/ico_blank_02.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .icon-blank::after {
    top: 50%;
    right: 15px;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
  }
}

.symptoms-search.symptoms-search--top {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .symptoms-search.symptoms-search--top {
    margin-bottom: 50px;
  }
}

.symptoms-search.symptoms-search--top .symptoms-search__head,
.symptoms-search.symptoms-search--top .symptoms-search__desc {
  color: #00347c;
  text-align: center;
}

.symptoms-search.symptoms-search--top .symptoms-search__head {
  font-size: 30px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .symptoms-search.symptoms-search--top .symptoms-search__head {
    font-size: 26px;
    line-height: 1.384;
  }
}

.symptoms-search.symptoms-search--top .symptoms-search__desc {
  margin-top: 11px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .symptoms-search.symptoms-search--top .symptoms-search__desc {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.688;
  }
}

.symptoms-search.symptoms-search--top .symptoms-search__list {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .symptoms-search.symptoms-search--top .symptoms-search__list {
    padding: 0 10px;
    margin-top: 20px;
  }
}

.symptoms-search.symptoms-search--lineup {
  margin-bottom: 64px;
}

@media screen and (max-width: 768px) {
  .symptoms-search.symptoms-search--lineup {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .symptoms-search.symptoms-search--lineup .symptoms-search__head {
    padding-bottom: 10px;
    line-height: 1.384;
  }
}

.symptoms-search.symptoms-search--lineup .symptoms-search__desc {
  margin-top: 13px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.75;
}

.symptoms-search.symptoms-search--lineup .symptoms-search__list {
  margin-top: 23px;
}

@media screen and (max-width: 768px) {
  .symptoms-search.symptoms-search--lineup .symptoms-search__list {
    margin-top: 20px;
  }
}

.symptoms-search .symptoms-search__head {
  margin: 0;
  font-weight: bold;
}

.symptoms-search__list {
  display: grid;
  grid-template-columns: repeat(4, 260px);
  gap: 24px 20px;
  max-width: 1100px;
  padding: 0;
  margin: auto;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .symptoms-search__list {
    grid-template-columns: 1fr 1fr;
    gap: 13px 10px;
  }
}

.symptoms-search__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 83px;
  margin: auto;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-decoration: none;
  background-color: #e6f1ff;
  border: 1px solid #05317f;
  border-radius: 10px;
  box-shadow: 0 4px 0 0 rgba(5, 49, 127, 1);
}

@media screen and (max-width: 768px) {
  .symptoms-search__link {
    min-height: 62px;
    font-size: 13px;
    box-shadow: 0 3px 0 0 rgba(5, 49, 127, 1);
  }
}

@media (hover: hover) {
  .symptoms-search__link[href]:hover {
    opacity: 0.7;
  }
}

.symptoms-search__link.is-current {
  background-color: #ebc4d6;
}

.symptoms-search__arrow::before {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 18px;
  height: 18px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214.75px%22%20height%3D%2221.75px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(5%2C%2049%2C%20127)%22%20stroke-width%3D%222.5px%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20fill%3D%22none%22%20d%3D%22M3.544%2C2.472%20L11.322%2C10.250%20L3.544%2C18.028%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .symptoms-search__arrow::before {
    right: 4px;
    width: 16px;
    height: 16px;
  }
}

.symptoms-search__icon {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 71px;
  height: 71px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .symptoms-search__icon {
    left: 10px;
    width: 45px;
    height: 45px;
  }
}

.symptoms-search__img {
  width: 100%;
}

.symptoms-search__text {
  position: relative;
  margin-left: 32px;
}

@media screen and (max-width: 768px) {
  .page-link__list {
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: -8px 0 47px;
    list-style: none;
  }

  .page-link__item {
    flex-basis: calc(50% - 5px);
    width: 100%;
  }

  .page-link__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 5px 0 25px;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #00347c;
  }

  .page-link__button::before {
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 20px;
    height: 20px;
    content: "";
    background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2238.5px%22%20height%3D%2226.5px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(255%2C%20255%2C%20255)%22%20stroke-width%3D%225px%22%20stroke-linecap%3D%22square%22%20stroke-linejoin%3D%22round%22%20fill%3D%22none%22%20d%3D%22M31.523%2C7.955%20L17.1000%2C21.479%20L4.477%2C7.955%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateX(-50%);
  }
}

@media (hover: hover) {
  .page-link__button:hover {
    opacity: 0.7;
  }
}

[class*="p-symptoms"] .head-1 {
  margin: 0;
}

[class*="p-symptoms"] .symptoms-contents {
  padding-top: 100px;
  background-image: url("/assets/images/lineup/symptoms/bg_pattern_01.png");
  background-repeat: repeat;
  background-position: left -5px top -4px;
  background-size: 15px;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .symptoms-contents {
    padding-top: 30px;
    background-position: left -4px top -2px;
    background-size: 10px;
  }
}

[class*="p-symptoms"] .symptoms__inner {
  width: 1100px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .symptoms__inner {
    width: 100%;
  }
}

[class*="p-symptoms"] .symptoms__head {
  position: relative;
  padding: 13px 16px 8px 54px;
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #05317f;
  letter-spacing: -0.05em;
  background-color: #e6f0ff;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .symptoms__head {
    width: calc(100% - 20px);
    padding: 13px 15px 9px 55px;
    margin: auto;
  }
}

[class*="p-symptoms"] .symptoms__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .symptoms__icon {
    left: 11px;
    width: 35px;
    height: 35px;
  }
}

[class*="p-symptoms"] .symptoms__img {
  width: 100%;
}

[class*="p-symptoms"] .symptoms__head-text {
  position: relative;
}

[class*="p-symptoms"] .detail-content {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .detail-content {
    margin-top: 10px;
  }
}

[class*="p-symptoms"] .detail-content__text {
  margin-bottom: 0;
  margin-left: 1em;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .detail-content__text {
    margin-right: 29px;
    margin-left: 29px;
    font-size: 16px;
    line-height: 1.688;
  }
}

[class*="p-symptoms"] .detail-content__check {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-left: 271px;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .detail-content__check {
    flex-direction: column-reverse;
    margin-top: 15px;
    margin-left: 0;
  }
}

[class*="p-symptoms"] .detail-content__list {
  position: relative;
  padding: 14px 19px 13px 36px;
  margin-left: 30px;
  list-style: none;
  background-color: #e9edf7;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .detail-content__list {
    width: calc(100% - 60px);
    padding: 7px 10px 7px 32px;
    margin: 0 auto 28px;
  }
}

[class*="p-symptoms-children"] .detail-content__list {
  max-width: 370px;
}

[class*="p-symptoms"] .detail-content__list::before {
  position: absolute;
  top: 50%;
  left: -9px;
  width: 13px;
  height: 13px;
  content: "";
  background-image: url("/assets/images/lineup/symptoms/ico_triangle_01_pc.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .detail-content__list::before {
    top: auto;
    bottom: -12px;
    left: 50%;
    width: 35px;
    height: 20px;
    background-image: url("/assets/images/lineup/symptoms/ico_triangle_01_sp.png");
    transform: translate(-50%, 0);
  }
}

[class*="p-symptoms"] .detail-content__item {
  position: relative;
  font-size: 15px;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .detail-content__item {
    font-size: 14px;
    line-height: 1.5;
  }
}

[class*="p-symptoms"] .detail-content__item::before {
  position: absolute;
  top: 7px;
  left: -17px;
  width: 11px;
  height: 11px;
  margin-top: -1px;
  content: "";
  background-image: url("/assets/images/lineup/symptoms/ico_check_01.png");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .detail-content__item::before {
    top: 3px;
    left: -22px;
    width: 16px;
    height: 16px;
  }
}

[class*="p-symptoms"] .detail-content__item + .detail-content__item {
  margin-top: 5px;
}

[class*="p-symptoms"] .detail-content__summary {
  position: relative;
  width: 1100px;
  padding: 12px 49px 14px;
  margin: -1px auto 0;
  background-color: #fff;
  border: 1px solid #85a0d3;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .detail-content__summary {
    width: calc(100% - 20px);
    padding: 12px 9px 16px;
    margin: -1px auto 0;
  }
}

[class*="p-symptoms"] .detail-content__summary-text {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .detail-content__summary-text {
    font-size: 14px;
    line-height: 1.45;
  }
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .detail-content__summary-text + .detail-content__summary-text {
    margin-top: 0.56em;
  }
}

[class*="p-symptoms"] .symptoms-lineup {
  padding-top: 26px;
  padding-bottom: 50px;
  margin-top: -26px;
  background-color: #f6faff;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .symptoms-lineup {
    padding-top: 36px;
    padding-bottom: 25px;
    margin-top: -36px;
  }
}

[class*="p-symptoms"] .symptoms-lineup__inner {
  width: 1100px;
  margin: auto;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .symptoms-lineup__inner {
    width: 100%;
  }
}

[class*="p-symptoms"] .symptoms-lineup__inner.symptoms-lineup__inner--arrow {
  position: relative;
  margin-top: 82px;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .symptoms-lineup__inner.symptoms-lineup__inner--arrow {
    margin-top: 44px;
  }
}

[class*="p-symptoms"] .symptoms-lineup__inner.symptoms-lineup__inner--arrow::after {
  position: absolute;
  top: -48px;
  left: 50%;
  width: 40px;
  height: 26px;
  content: "";
  background-image: url("/assets/images/lineup/symptoms/ico_triangle_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .symptoms-lineup__inner.symptoms-lineup__inner--arrow::after {
    top: -38px;
    width: 35px;
    height: 20px;
  }
}

[class*="p-symptoms"] .symptoms-lineup__head {
  margin: 25px 0 0;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .symptoms-lineup__head {
    font-size: 26px;
    line-height: 1.385;
  }
}

[class*="p-symptoms"] .symptoms-lineup__head--top {
  position: relative;
  display: inline-block;
  margin-bottom: 11px;
  font-size: 24px;
  line-height: 1.5;
  color: #bd2b2d;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .symptoms-lineup__head--top {
    font-size: 18px;
  }
}

@media screen and (max-width: 374px) {
  [class*="p-symptoms"] .symptoms-lineup__head--top {
    font-size: 16px;
  }
}

[class*="p-symptoms"] .symptoms-lineup__head--top::before,
[class*="p-symptoms"] .symptoms-lineup__head--top::after {
  position: absolute;
  bottom: 3px;
  width: 23px;
  height: 31px;
  content: "";
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2223px%22%20height%3D%2231px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20stroke%3D%22rgb(189%2C%2043%2C%2045)%22%20stroke-width%3D%222px%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20fill%3D%22none%22%20d%3D%22M19.1000%2C26.1000%20L2.1000%2C1.1000%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .symptoms-lineup__head--top::before,
  [class*="p-symptoms"] .symptoms-lineup__head--top::after {
    width: 19px;
    height: 26px;
  }
}

[class*="p-symptoms"] .symptoms-lineup__head--top::before {
  left: -36px;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .symptoms-lineup__head--top::before {
    left: -19px;
  }
}

[class*="p-symptoms"] .symptoms-lineup__head--top::after {
  right: -36px;
  transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .symptoms-lineup__head--top::after {
    right: -19px;
  }
}

[class*="p-symptoms"] .symptoms-lineup__product {
  width: 1100px;
  margin: 34px auto 0;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .symptoms-lineup__product {
    width: 100%;
    padding: 0 10px;
    margin-top: 22px;
  }
}

[class*="p-symptoms"] .symptoms-lineup__product-group:not(:last-child) {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .symptoms-lineup__product-group {
    margin-bottom: 40px;
  }
}

[class*="p-symptoms"] .symptoms-lineup__product-head {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .symptoms-lineup__product-head {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

[class*="p-symptoms"] .symptoms-lineup__product .lineup-product {
  background-color: #fff;
  border: 1px solid #05357f;
}

[class*="p-symptoms"] .symptoms-nav {
  width: 1100px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .symptoms-nav {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 60px;
  }
}

[class*="p-symptoms"] .symptoms-nav__desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .symptoms-nav__desc {
    margin-top: 15px;
  }
}

[class*="p-symptoms"] .navi-top-headache {
  background-color: #fff;
}

[class*="p-symptoms"] .top-faq-2 {
  padding: 0;
}

[class*="p-symptoms"] .content.lineup {
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .content.lineup {
    padding: 40px 0;
  }
}

[class*="p-symptoms"] .content.lineup .top-lineup__btn {
  margin: 0;
}

@media screen and (max-width: 768px) {
  [class*="p-symptoms"] .top-faq-2 {
    padding: 0 10px;
  }
}

[class*="navi-head-body"] .nav-navi-symptoms {
  padding-top: 26px;
  padding-bottom: 40px;
  background-color: #f6faff;
}

@media screen and (max-width: 768px) {
  [class*="navi-head-body"] .nav-navi-symptoms {
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 60px;
  }
}

[class*="navi-head-body"] .symptoms-lineup__product {
  width: 1100px;
  margin: 20px auto 0;
}

@media screen and (max-width: 768px) {
  [class*="navi-head-body"] .symptoms-lineup__product {
    width: 100%;
    padding: 0 10px;
    margin-top: 22px;
  }
}

[class*="navi-head-body"] .symptoms-lineup__product .lineup-product {
  background-color: #fff;
  border: 1px solid #05357f;
}

[class*="navi-head-body"] .symptoms-lineup__product-head {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  [class*="navi-head-body"] .symptoms-lineup__product-head {
    margin-bottom: 10px;
    font-size: 26px;
  }
}

.text-link-blank_img {
  width: 12px;
  height: 12px;
  margin-left: 2px;
}

.u-liquid {
  width: 100%;
  height: auto;
}

.u-liquid-max-w {
  max-width: max-content;
  height: auto;
}

.u-display-block {
  display: block !important;
}

.head-1__inner:is([class*="navi-head-body"] *, [class*="navi-body"] *) {
  padding-top: 0;
  padding-bottom: 0;
}

.head-1__en:is([class*="navi-head-body"] *, [class*="navi-body"] *) {
  font-size: 12px;
}

.head-1__ja:is([class*="navi-head-body"] *, [class*="navi-body"] *) {
  font-size: 18px;
  font-weight: normal;
}

@media (min-width: 769px) {
  .head-1__inner:is([class*="navi-head-body"] *, [class*="navi-body"] *) {
    min-height: 69px;
  }

  .head-1__en:is([class*="navi-head-body"] *, [class*="navi-body"] *) {
    margin-bottom: 4px;
    line-height: 1.667;
  }

  .head-1__ja:is([class*="navi-head-body"] *, [class*="navi-body"] *) {
    line-height: 1.611;
  }
}

@media (max-width: 768px) {
  .contents:is([class*="navi-head-body"] *, [class*="navi-body"] *) {
    padding-top: 70px;
  }

  .head-1__inner:is([class*="navi-head-body"] *, [class*="navi-body"] *) {
    min-height: 59px;
  }

  .head-1__en:is([class*="navi-head-body"] *, [class*="navi-body"] *) {
    margin-bottom: 0;
    line-height: 1.3;
  }
}

@media (min-width: 769px) {
  .nav__block {
    padding-right: 80px;
    padding-left: 80px;
  }
}

.head-square {
  position: relative;
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .head-square {
    margin: 35px 0 15px;
    font-size: 18px;
  }
}

.head-square::before {
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.5em;
  height: 0.5em;
  content: "";
  background-color: #002a75;
  border-radius: 50%;
}

.u-icon-next::before {
  display: inline;
  content: "＞";
}

.u-font-feature-settings {
  font-feature-settings: "palt";
}

.u-text-link__blank {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
}
