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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Foundation */
/* Font sizes */
/* Line Heights */
/* Sizes */
/* Colors */
/* cervical-cancer */
/* herpes */
.clinic-about, .top-service, .tmc-mainvisual .btn, .l-nav__inner:before {
  background: linear-gradient(0.34deg, #2196f3 35.01%, #00bcd4 99.02%);
}

.clinic-info, .clinic-voice__box-title, .clinic-voice__title-wrap::before, .clinic-step__title-wrap::before, .clinic-summary__list-number::before, .clinic-summary__title-wrap::before, .clinic-main__subtitle, .l-map__button, .l-common-map__button {
  background: linear-gradient(11.18deg, #00bcd4 0.06%, #2196f3 100.01%);
}

.l-signup, .l-header__image:after {
  background: linear-gradient(34.67deg, #00bcd4 0.06%, #2196f3 100.01%);
}

.l-faq {
  background: linear-gradient(90deg, #ffffff 0%, #eef6fc 100%), #2196f3;
}

.l-map__button, .l-common-map__button {
  box-shadow: 0px 0px 12px rgba(33, 150, 243, 0.2);
}

/* cervical-cancer */
.cervicalcancer-mainvisual__btn {
  background: linear-gradient(11.18deg, #F3AD88 0.06%, #F19F8E 100.01%);
}

/* herpes */
.herpes-research {
  background: linear-gradient(11.18deg, rgba(255, 255, 255, 0.3019607843) 0.06%, rgba(247, 167, 168, 0.3019607843) 100.01%);
}

/* Media Query */
/* Type */
.l-price__content .upper .plan-price {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.l-about__inner .content .details, .l-steps__inner .calendar .desc, .l-steps__inner .item .content .desc, .l-header__content .detail, .l-common-about__inner .content .details, .c-question-list__item .list li, .c-question-list__item .detail-text, .c-about-section__inner .content .details {
  font-size: 1.4rem;
  color: rgba(42, 48, 57, 0.6);
  line-height: 1.6em;
}

.clinic-step__item-title, .clinic-main__item-text span, .top-service-step__item-title {
  display: inline;
  background: linear-gradient(transparent 60%, #d3eafd 60%);
}

/* Layout */
.l-related-articles {
  padding: 80px 0;
}
@media only screen and (max-width: 640px) {
  .l-related-articles {
    padding: 40px 0;
  }
}

.l-about__inner, .l-related-articles__list, .l-article, .l-signup__inner, .l-faq__inner, .l-steps__inner, .l-header, .l-common-footer__inner, .l-common-about__inner, .c-related__inner, .c-about-section__inner, .l-nav__inner, .l-footer__inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 16px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1040px) {
  .l-about__inner, .l-related-articles__list, .l-article, .l-signup__inner, .l-faq__inner, .l-steps__inner, .l-header, .l-common-footer__inner, .l-common-about__inner, .c-related__inner, .c-about-section__inner, .l-nav__inner, .l-footer__inner {
    padding: 0 24px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .l-about__inner, .l-related-articles__list, .l-article, .l-signup__inner, .l-faq__inner, .l-steps__inner, .l-header, .l-common-footer__inner, .l-common-about__inner, .c-related__inner, .c-about-section__inner, .l-nav__inner, .l-footer__inner {
    padding: 0 16px;
  }
}

.l-form, .l-partners__list {
  max-width: 500px;
  margin: auto;
  padding: 0 16px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1040px) {
  .l-form, .l-partners__list {
    box-sizing: border-box;
    max-width: 100%;
  }
}

/* Layouts */
.l-footer {
  height: 64px;
  border-top: 1px solid #eee;
}
@media only screen and (max-width: 1040px) {
  .l-footer {
    height: auto;
  }
}
.l-footer__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr;
  font-size: 1.4rem;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1040px) {
  .l-footer__inner {
    grid-template-columns: 1fr;
    padding: 20px 8px;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
  }
}
.l-footer__inner a {
  text-decoration: none;
  color: #2196f3;
}
.l-footer__inner .logo {
  color: rgba(42, 48, 57, 0.4);
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1040px) {
  .l-footer__inner .logo {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
}
.l-footer__inner .logo a {
  height: 100%;
}
.l-footer__inner .logo img {
  max-width: 135px;
  margin-right: 8px;
  opacity: 0.5;
}
.l-footer__inner .links {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  font-size: 1.2rem;
  margin: auto;
}
@media only screen and (max-width: 1040px) {
  .l-footer__inner .links {
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
    min-width: 350px;
  }
}
.l-footer__inner .links li {
  margin: 0 16px;
}
@media only screen and (max-width: 1040px) {
  .l-footer__inner .links li {
    display: inline-block;
    margin: 0 auto 12px;
    line-height: 1.6em;
    width: 100%;
    text-align: center;
  }
  .l-footer__inner .links li:last-child {
    margin-bottom: 0;
  }
}
.l-footer__inner .copyright {
  color: rgba(42, 48, 57, 0.4);
  font-size: 1.4rem;
  text-align: right;
}
@media only screen and (max-width: 1040px) {
  .l-footer__inner .copyright {
    text-align: center;
    font-size: 1.2rem;
  }
}

.l-nav {
  width: 100%;
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 100;
}
.l-nav__inner {
  padding-top: 4px;
  display: grid;
  grid-template-columns: auto auto;
  position: relative;
  height: 80px;
  align-items: center;
}
.l-nav__inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  max-width: 1200px;
  height: 4px;
}
.l-nav__inner .logo {
  justify-content: flex-start;
  align-items: center;
  display: grid;
  height: 100%;
  grid-template-columns: auto auto;
  grid-column-gap: 16px;
}
.l-nav__inner .logo img {
  width: 200px;
}
@media only screen and (max-width: 640px) {
  .l-nav__inner .logo img {
    width: 118px;
  }
}
.l-nav__inner a.logo-link img {
  display: block;
  width: 200px;
}
@media only screen and (max-width: 640px) {
  .l-nav__inner a.logo-link img {
    width: 118px;
  }
}
.l-nav__inner a.logo-text {
  display: flex;
  text-decoration: none;
  color: #2196f3;
}
@media only screen and (max-width: 640px) {
  .l-nav__inner a.logo-text {
    display: none;
  }
}
.l-nav__inner .buttons {
  display: flex;
  align-items: center;
  justify-self: flex-end;
}
.l-nav__inner .buttons .btn-login {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), #F4FAFF;
  background-blend-mode: multiply, normal;
  box-shadow: 2px 4px 4px -1px rgba(95, 121, 133, 0.25);
  border-radius: 100px;
  color: #2196f3;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  width: 180px;
  height: 40px;
  margin-right: 5%;
}
.l-nav__inner .buttons .btn-login p {
  margin-right: 3%;
}
.l-nav__inner .buttons .btn-login i {
  opacity: 0.92;
}
.l-nav__inner .buttons .btn-login:hover {
  transition: 0.3s;
  text-decoration: none;
  box-shadow: 2px 1px 4px -1px rgba(95, 121, 133, 0.25);
}
.l-nav__inner .buttons .btn-login:hover p {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 640px) {
  .l-nav__inner .buttons .btn-login {
    font-size: 12px;
    width: 100%;
  }
}
.l-nav__inner .buttons .btn-default {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 451px;
  height: 59px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  background-blend-mode: multiply, normal;
  box-shadow: 2px 4px 4px -1px rgba(95, 121, 133, 0.25);
  border-radius: 100px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  width: 180px;
  height: 40px;
}
.l-nav__inner .buttons .btn-default p {
  margin-right: 3%;
}
.l-nav__inner .buttons .btn-default i {
  opacity: 0.92;
}
.l-nav__inner .buttons .btn-default:hover {
  transition: 0.3s;
  text-decoration: none;
  box-shadow: 2px 1px 4px -1px rgba(95, 121, 133, 0.25);
  opacity: 0.6;
}
.l-nav__inner .buttons .btn-default:hover p {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.l-nav__inner .buttons .btn-default.pc {
  display: flex;
}
@media only screen and (max-width: 640px) {
  .l-nav__inner .buttons .btn-default.pc {
    display: none;
  }
}
.l-nav__inner .buttons .btn-default.sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .l-nav__inner .buttons .btn-default.sp {
    display: flex;
    font-size: 12px;
  }
}
.l-nav.-fixed {
  position: fixed;
  background-color: #fff;
  z-index: 100;
  top: 0;
}

.news-holiday {
  display: block;
  max-width: 1200px;
  width: 100%;
  margin: 18px auto;
  box-sizing: border-box;
}
.news-holiday__link {
  width: 100%;
  display: inline-block;
  color: #00BCD4;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
  padding: 6px 15px;
  background-color: rgba(0, 188, 212, 0.1);
  box-sizing: border-box;
}
.news-holiday__link:hover {
  transition: 0.3s;
  opacity: 0.5;
  text-decoration: none;
}
.news-holiday__text {
  margin: 8px;
  line-height: 1.6;
}

/* Components */
.c-about-section {
  padding: 48px 0;
}
@media only screen and (max-width: 1040px) {
  .c-about-section {
    padding: 0;
  }
}
.c-about-section__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 1040px) {
  .c-about-section__inner {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.c-about-section__inner:before {
  position: absolute;
  z-index: 0;
  content: "";
  background-color: rgba(33, 150, 243, 0.05);
  border-radius: 4px;
  display: block;
  bottom: 0;
  top: 0;
  left: 40px;
  right: 0;
}
@media only screen and (max-width: 1040px) {
  .c-about-section__inner:before {
    left: 0;
  }
}
.c-about-section__inner .image {
  position: relative;
  z-index: 1;
}
.c-about-section__inner .image img {
  width: 100%;
  border-radius: 4px;
}
@media only screen and (max-width: 1040px) {
  .c-about-section__inner .image img {
    max-width: 400px;
    margin: auto;
    display: block;
  }
}
.c-about-section__inner .content {
  position: relative;
  z-index: 1;
  color: #2196f3;
  padding: 0 64px;
}
@media only screen and (max-width: 1040px) {
  .c-about-section__inner .content {
    padding: 0;
  }
}
.c-about-section__inner .content .subtitle {
  font-size: 1.6rem;
  margin: 0 auto 0.5em;
}
.c-about-section__inner .content .title {
  font-size: 3.6rem;
  margin: auto;
}
@media only screen and (max-width: 1040px) {
  .c-about-section__inner .content .title {
    font-size: 2.4rem;
  }
}
.c-about-section__inner .content .details {
  color: #2196f3;
}
.c-about-section__inner .content .details a {
  color: #2196f3;
  font-weight: bold;
}

.c-section-title {
  color: #2196f3;
  text-transform: uppercase;
  line-height: 1.6em;
  margin: auto;
  text-align: center;
}

.c-section-desc {
  color: #2a3039;
  font-size: 2.4rem;
  line-height: 1.6em;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .c-section-desc {
    font-size: 2rem;
  }
}

.sukimajikan {
  max-width: 1180px;
  margin: 40px auto;
}

.sukimajikan__img {
  width: 100%;
}

.c-question-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 40px;
  padding: 0;
  margin: 48px 0;
}
@media only screen and (max-width: 1040px) {
  .c-question-list {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
    margin: 24px 0;
  }
}
.c-question-list__item .title {
  font-size: 2rem;
  color: #2a3039;
  line-height: 1.6em;
  font-weight: normal;
  margin: 0 auto 4px;
}
.c-question-list__item .title span {
  color: #2196f3;
  margin-right: 8px;
}
@media only screen and (max-width: 640px) {
  .c-question-list__item .title {
    font-size: 1.4rem;
    border-bottom: 1px solid #eee;
    padding-bottom: 12px;
    padding-right: 16px;
    position: relative;
    font-weight: bold;
  }
  .c-question-list__item .title.open:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .c-question-list__item .title:before {
    position: absolute;
    content: "";
    right: 4px;
    top: 0;
    bottom: 0;
    height: 4px;
    width: 4px;
    margin: auto;
    border: solid #2196f3;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.1s;
  }
}
@media only screen and (max-width: 640px) {
  .c-question-list__item .detail {
    display: none;
    margin-top: 8px;
  }
}
.c-question-list__item .detail-text {
  margin: auto;
}
.c-question-list__item .list {
  list-style: disc;
  padding-left: 16px;
  margin: 16px auto 0;
}
.c-question-list__item .list li {
  margin-bottom: 4px;
}

.l-usecase {
  background: rgba(33, 150, 243, 0.05);
  padding: 63px 3%;
  color: #2a3039;
}
.l-usecase__container {
  margin-top: 70px;
}
.l-usecase__contents {
  max-width: 1180px;
  display: flex;
  margin: 20px auto;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
}
@media only screen and (max-width: 1040px) {
  .l-usecase__contents {
    display: block;
  }
}
.l-usecase__image {
  width: 40%;
}
@media only screen and (max-width: 1040px) {
  .l-usecase__image {
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  .l-usecase__image {
    height: calc(22vh + 28px);
  }
}
.l-usecase__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 60%;
}
@media only screen and (max-width: 1040px) {
  .l-usecase__image img {
    object-position: 50% 53%;
  }
}
.l-usecase__text {
  width: 60%;
  padding: 32px 25px;
}
@media only screen and (max-width: 1040px) {
  .l-usecase__text {
    width: 90%;
    padding: 5%;
  }
}
.l-usecase__titlebox {
  display: flex;
}
.l-usecase__check {
  width: 80px;
  height: 80px;
  background: rgba(33, 150, 243, 0.05);
  border-radius: 8px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .l-usecase__check {
    width: 40px;
    height: 40px;
  }
}
.l-usecase__check svg {
  height: 20px;
  margin: 30px;
}
@media only screen and (max-width: 640px) {
  .l-usecase__check svg {
    height: 10px;
    margin: 14px;
  }
}
.l-usecase__check path {
  fill: #2196f3;
}
.l-usecase__title {
  width: 80%;
  font-weight: bold;
  font-size: 2rem;
  margin-left: 24px;
}
.l-usecase__title p {
  line-height: 1.6em;
  margin: 0 auto;
}
@media only screen and (max-width: 640px) {
  .l-usecase__title p {
    margin-block-start: 0em;
    margin-block-end: 0em;
  }
}
.l-usecase__row {
  font-size: 1.4rem;
  opacity: 0.6;
  line-height: 1.6em;
  letter-spacing: 0.8px;
}
.l-usecase__summary {
  max-width: 850px;
  background: #fff;
  margin: 100px auto 0;
  padding: 5% 10% 5% 5%;
  border-radius: 16px;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .l-usecase__summary {
    padding: 2% 5% 2% 2%;
  }
}
.l-usecase__icon {
  width: 80px;
  height: 80px;
  background: rgba(33, 150, 243, 0.05);
  border: 1px solid #fff;
  border-radius: 80px;
  text-align: center;
  position: absolute;
  top: -38px;
  left: 0;
  right: 0;
  margin: auto;
}
@media only screen and (max-width: 1040px) {
  .l-usecase__icon {
    top: -50px;
  }
}
.l-usecase__icon svg {
  width: 20px;
  margin: 30px;
}
.l-usecase__icon path {
  fill: #2196f3;
}
.l-usecase__summarytitle {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .l-usecase__summarytitle {
    margin-top: 50px;
  }
}
.l-usecase__list {
  list-style: none;
}
.l-usecase__item {
  font-size: 1.4rem;
  padding-left: 43px;
  margin: 40px 0;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .l-usecase__item {
    padding-left: 10px;
  }
}
.l-usecase__item::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #2196f3;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 640px) {
  .l-usecase__item::before {
    width: 20px;
    height: 20px;
    left: -18px;
    top: 2px;
  }
}
.l-usecase__item p {
  line-height: 24px;
}
.l-usecase__item span {
  font-size: 1.2rem;
  opacity: 0.6;
}

.l-partners {
  padding: 80px 0;
  border-top: 1px solid #eee;
}
.l-partners .l-partners-wrap:last-child {
  margin-top: 30px;
}
@media only screen and (max-width: 640px) {
  .l-partners .l-partners-wrap:last-child {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 640px) {
  .l-partners {
    padding: 80px 16px;
  }
}
.l-partners__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 20px;
  list-style: none;
  padding: 0;
  margin-top: 32px;
}
.l-partners__list a.company {
  font-size: 1.6rem;
  color: #2196f3;
  text-decoration: none;
  font-weight: bold;
  margin: auto;
  line-height: 1.6em;
  text-align: center;
}
.l-partners__list a.company img {
  width: 200px;
  height: 80px;
  object-fit: scale-down;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .l-partners__list a.company img {
    width: 132px;
    height: 35px;
  }
}

.c-related {
  background-color: #fff;
  border-top: 1px solid #eee;
  text-align: center;
  padding: 64px 0;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .c-related {
    padding: 48px 0;
  }
}
.c-related__title {
  font-size: 2rem;
  margin: 0 auto 48px;
  color: #2a3039;
}
.c-related__title.two {
  margin-top: 42px;
}
@media only screen and (max-width: 640px) {
  .c-related__title {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}
.c-related__inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 48px;
  overflow-x: scroll;
  max-width: 1200px;
  padding-left: 16px;
  padding-right: 16px;
  list-style: none;
}
@media only screen and (max-width: 1040px) {
  .c-related__inner {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-column-gap: 24px;
    overflow-x: scroll;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
}
.c-related__inner .item {
  display: grid;
  align-content: space-between;
  width: 280px;
}
.c-related__inner .image {
  max-width: 100%;
  height: 192px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #f2f2f2;
}
@media only screen and (max-width: 640px) {
  .c-related__inner .image {
    width: 100%;
  }
}
.c-related__inner .title {
  font-size: 1.6rem;
  margin: 16px auto 8px;
  color: #2196f3;
}
@media only screen and (max-width: 640px) {
  .c-related__inner .title {
    font-size: 1.6rem;
  }
}
.c-related__inner .details {
  font-size: 1.4rem;
  line-height: 1.6em;
  margin: 0 auto 16px;
  color: rgba(42, 48, 57, 0.6);
}
@media only screen and (max-width: 640px) {
  .c-related__inner .details {
    font-size: 1.2rem;
  }
}
.c-related__inner a.button {
  display: block;
  padding: 0 36px;
  font-size: 1.6rem;
  color: #2196f3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(33, 150, 243, 0.5);
  line-height: 40px;
  border-radius: 4px;
  transition: all 0.25s;
}
.c-related__inner a.button:hover {
  background-color: #2196f3;
  color: #fff;
}

.c-related-services {
  max-width: 1200px;
  margin: 48px auto;
}
@media only screen and (max-width: 640px) {
  .c-related-services {
    margin: 0;
  }
}
.c-related-services__title {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 auto 24px;
  color: #2a3039;
}
@media only screen and (max-width: 640px) {
  .c-related-services__title {
    font-size: 1.4rem;
    margin: 0;
    line-height: 48px;
    border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
    color: #2196f3;
    position: relative;
  }
  .c-related-services__title.isOpen:before {
    transform: rotate(90deg);
  }
  .c-related-services__title:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #2196f3;
    position: absolute;
    right: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform-origin: 25% 50%;
    transition: all 0.25s;
  }
}
.c-related-services__list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 48px;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 640px) {
  .c-related-services__list {
    grid-template-columns: 1fr;
    padding: 16px;
    background-color: rgba(249, 249, 249, 0.8);
    grid-row-gap: 24px;
    display: none;
  }
}
.c-related-services__list .item {
  display: grid;
  grid-template-columns: 48px auto;
  align-items: center;
  grid-column-gap: 8px;
  border: 1px solid #2196f3;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 12px 32px 12px 16px;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 640px) {
  .c-related-services__list .item {
    margin-bottom: 16px;
  }
}
.c-related-services__list .item:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 12px;
  border-color: transparent transparent transparent #2196f3;
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.c-related-services__list .item.active {
  background-color: rgba(249, 249, 249, 0.8);
  border-color: #eee !important;
}
@media only screen and (max-width: 640px) {
  .c-related-services__list .item.active {
    display: none;
  }
}
.c-related-services__list .item.active:before {
  display: none;
}
.c-related-services__list .item.kampo {
  border-color: #038E74;
}
.c-related-services__list .item.kampo .item-title {
  color: #038E74;
}
.c-related-services__list .item.kampo:before {
  border-color: transparent transparent transparent #038E74;
}
.c-related-services__list .item.contraception {
  border-color: #FC5AA7;
}
.c-related-services__list .item.contraception .item-title {
  color: #FC5AA7;
}
.c-related-services__list .item.contraception:before {
  border-color: transparent transparent transparent #FC5AA7;
}
.c-related-services__list a {
  text-decoration: none;
  display: block;
}
.c-related-services__list a:hover {
  transition: opacity 0.25s;
  opacity: 0.7;
}
.c-related-services__list .item-image {
  width: 100%;
}
.c-related-services__list .item-title {
  line-height: 1.3em;
  margin: 0 0 4px;
  color: #2196f3;
}
.c-related-services__list .item-desc {
  font-size: 1.2rem;
  line-height: 1.6em;
  margin: 0;
  color: rgba(42, 48, 57, 0.6);
}

/* hayfever */
ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}

p {
  display: block;
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

a {
  text-decoration: none;
  transition: 0.3s;
}
a:hover {
  opacity: 0.8;
}

.hayfever .l-partners {
  padding: 0;
  border-top: none;
}
@media only screen and (max-width: 640px) {
  .hayfever .l-partners__list {
    max-width: 350px;
  }
}

.hayfever-mainvisual {
  max-width: 1200px;
  margin: 86px auto 80px;
}
.hayfever-mainvisual .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hayfever-mainvisual .wrap .mainvisual-img {
  width: 50%;
  margin-right: 2%;
}
.hayfever-mainvisual .wrap .sp {
  display: none;
}
.hayfever-mainvisual .wrap .box {
  text-align: center;
}
.hayfever-mainvisual .wrap .box .logo {
  margin: 0 auto 12px;
  width: 184px;
}
.hayfever-mainvisual .wrap .box .title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hayfever-mainvisual .wrap .box .btn-desc {
  margin-top: 40px;
}
.hayfever-mainvisual .wrap .box .btn-desc p {
  color: #2196f3;
}
.hayfever-mainvisual .wrap .box .btn-desc span {
  padding: 3px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  vertical-align: middle;
}
.hayfever-mainvisual .wrap .box .icon {
  width: 64px;
  height: 64px;
}
.hayfever-mainvisual .wrap .box .title {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 135%;
  color: #2196f3;
  text-align: left;
}
.hayfever-mainvisual .wrap .box .sub-title {
  text-shadow: 25px 27px 30px 0px rgba(255, 255, 255, 0.25);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.48px;
}
.hayfever-mainvisual .wrap .box .tips-wrap {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}
.hayfever-mainvisual .wrap .box .tips {
  width: fit-content;
  margin: 32px 0 16px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 160%;
  color: #2196f3;
  position: relative;
}
.hayfever-mainvisual .wrap .box .tips::before {
  content: "";
  width: 4px;
  height: 61px;
  background-color: #2196f3;
  transform: rotate(-35deg);
  position: absolute;
  left: -22px;
  bottom: 0;
}
.hayfever-mainvisual .wrap .box .tips::after {
  content: "";
  width: 4px;
  height: 61px;
  background-color: #2196f3;
  transform: rotate(35deg);
  position: absolute;
  right: -22px;
  bottom: 0;
}
.hayfever-mainvisual .wrap .box ul {
  max-width: 500px;
  margin: auto;
}
.hayfever-mainvisual .wrap .box ul li {
  display: flex;
  font-size: 1.6rem;
  color: rgba(42, 48, 57, 0.6);
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 8px;
}
.hayfever-mainvisual .wrap .box ul li:last-child {
  margin-bottom: 0;
}
.hayfever-mainvisual .wrap .box ul li i {
  color: #00BCD4;
  margin-right: 8px;
  padding-top: 5px;
}
.hayfever-mainvisual .wrap .box ul li span {
  font-size: 12px;
}
.hayfever-mainvisual .wrap .box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 343px;
  height: 56px;
  border-radius: 100px;
  background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin: 24px auto 16px;
}
.hayfever-mainvisual .wrap .box .btn i {
  margin-left: 8px;
}
.hayfever-mainvisual .wrap .box .btn .btn-txt-sp {
  display: none;
}
.hayfever-mainvisual .wrap .box .note {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .hayfever-mainvisual {
    padding: 0 4%;
    margin: 57px auto 40px;
  }
  .hayfever-mainvisual .wrap {
    display: block;
  }
  .hayfever-mainvisual .wrap .mainvisual-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .hayfever-mainvisual .wrap .pc {
    display: none;
  }
  .hayfever-mainvisual .wrap .sp {
    display: block;
  }
  .hayfever-mainvisual .wrap .box {
    text-align: center;
  }
  .hayfever-mainvisual .wrap .box ul {
    margin-bottom: 24px;
  }
  .hayfever-mainvisual .wrap .box .logo {
    margin: auto;
    width: 197px;
  }
  .hayfever-mainvisual .wrap .box .title-wrap {
    margin-bottom: 23px;
  }
  .hayfever-mainvisual .wrap .box .title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: normal;
    color: #2196f3;
  }
  .hayfever-mainvisual .wrap .box .sub-title {
    display: none;
  }
  .hayfever-mainvisual .wrap .box .tips {
    margin: 0 auto 16px;
    font-size: 2rem;
    font-weight: 500;
    color: #2A3039;
  }
  .hayfever-mainvisual .wrap .box .tips::before {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #2A3039;
    bottom: 8px;
  }
  .hayfever-mainvisual .wrap .box .tips::after {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #2A3039;
    bottom: 8px;
  }
  .hayfever-mainvisual .wrap .box .btn-wrap {
    background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
    padding: 24px 16px;
    width: 100%;
    transform: translate(-14px, 10px);
  }
  .hayfever-mainvisual .wrap .box .btn-desc {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .hayfever-mainvisual .wrap .box .btn-desc p {
    color: #fff;
  }
  .hayfever-mainvisual .wrap .box .btn {
    background: #fff;
    color: #2196f3;
    margin: auto;
    width: 100%;
  }
  .hayfever-mainvisual .wrap .box .btn .btn-txt-pc {
    display: none;
  }
  .hayfever-mainvisual .wrap .box .btn .btn-txt-sp {
    display: block;
  }
  .hayfever-mainvisual .wrap .box .note {
    display: block;
    margin-top: 28px;
  }
}

.hayfever-about {
  padding: 80px 16px;
  background: #F3F4F5;
}
.hayfever-about__wrap {
  margin: auto;
  max-width: 800px;
  text-align: center;
}
.hayfever-about__title {
  margin-bottom: 48px;
  font-size: 32px;
  color: #2196f3;
}
.hayfever-about__subtitle {
  margin-top: 72px;
  margin-bottom: 40px;
  font-size: 2.4rem;
  color: #2196f3;
  font-weight: 500;
}
.hayfever-about__img {
  margin: 0 auto 12px;
  max-width: 400px;
}
.hayfever-about__img img {
  width: 100%;
}
.hayfever-about__txt {
  margin-bottom: 64px;
  text-align: left;
  line-height: 1.6;
}
.hayfever-about__btn {
  display: block;
  margin: 0 auto;
  padding: 20px 35px;
  max-width: 260px;
  background-color: #fff;
  border: 1px solid #2196f3;
  border-radius: 40px;
  color: #2196f3;
}
.hayfever-about__note {
  display: block;
  margin: 0 auto;
  max-width: 400px;
  text-align: left;
  color: #7F8388;
  font-size: 1rem;
}
.hayfever-about__list-pc {
  margin-bottom: 32px;
}
.hayfever-about__list-pc img {
  width: 100%;
}
.hayfever-about__list-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .hayfever-about {
    padding: 48px 16px 40px;
  }
  .hayfever-about__title {
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
  .hayfever-about__subtitle {
    margin-bottom: 24px;
    font-size: 1.6rem;
  }
  .hayfever-about__list-pc {
    display: none;
  }
  .hayfever-about__list-sp {
    display: block;
    margin-bottom: 24px;
  }
  .hayfever-about__list-sp img {
    width: 100%;
  }
  .hayfever-about__item {
    margin-right: 0;
  }
}

.hayfever .l-common-column.hayfever {
  display: block;
}

.hayfever-attention {
  max-width: 800px;
  margin: 0 auto 80px;
}
.hayfever-attention .sub-title {
  color: rgba(42, 48, 57, 0.6);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.54px;
}
.hayfever-attention .title {
  color: #2196f3;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 140%;
  margin: 16px auto 48px;
}
.hayfever-attention .box {
  border-radius: 8px;
  border: 1px solid rgba(42, 48, 57, 0.2);
  padding: 24px;
  margin-bottom: 24px;
}
.hayfever-attention .box:last-child {
  margin-bottom: 0;
}
.hayfever-attention .box.flex {
  display: flex;
}
.hayfever-attention .box .txt {
  font-weight: 400;
  line-height: 180%;
  margin: 9.8px 0 8px;
}
.hayfever-attention .box .note {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
}
.hayfever-attention .box .big {
  color: #2196f3;
  font-size: 2rem;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 0.6px;
  margin-top: 9.5px;
}
.hayfever-attention .box a {
  color: #2196f3;
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
}
.hayfever-attention .wrap {
  display: flex;
  align-items: center;
}
.hayfever-attention .wrap .icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.hayfever-attention .wrap .icon.small {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.hayfever-attention .wrap p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 160%;
}
.hayfever-attention .info {
  width: 160px;
  margin-left: 16px;
}
@media only screen and (max-width: 640px) {
  .hayfever-attention {
    margin: 0 auto 48px;
    padding: 0 4%;
  }
  .hayfever-attention .sub-title {
    font-size: 1.6rem;
    letter-spacing: 0.48px;
  }
  .hayfever-attention .title {
    font-size: 2rem;
    line-height: 100%;
    margin: 8px auto 24px;
  }
  .hayfever-attention .box {
    padding: 16px;
    margin-bottom: 16px;
  }
  .hayfever-attention .box:last-child {
    margin-bottom: 0;
  }
  .hayfever-attention .box.flex {
    display: block;
  }
  .hayfever-attention .box .txt {
    margin: 8px 0;
  }
  .hayfever-attention .box .big {
    font-size: 1.6rem;
    margin-top: 8px;
  }
  .hayfever-attention .box a {
    color: #2196f3;
    text-decoration: underline;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 160%;
  }
  .hayfever-attention .wrap {
    display: inline;
  }
  .hayfever-attention .wrap .icon {
    transform: translate(0px, 6px);
    display: inline;
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
  .hayfever-attention .wrap .icon.small {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
  .hayfever-attention .wrap p {
    display: inline;
    font-size: 1.6rem;
    margin-top: -10px;
  }
  .hayfever-attention .info {
    width: 100%;
    margin: 8px 0 0 0;
  }
}

/* cervical-cancer */
.cervicalcancer {
  overflow: hidden;
  color: #604747;
  line-height: 2.2rem;
  margin-top: 80px;
}
@media only screen and (max-width: 640px) {
  .cervicalcancer {
    margin-top: 64px;
  }
}
.cervicalcancer a {
  text-decoration: none;
  transition: 0.3s;
}
.cervicalcancer a:hover {
  opacity: 0.8;
}

.cervicalcancer-top {
  background-color: #e1877B;
  box-shadow: 0px 0px 6px rgba(225, 135, 123, 0.6);
  width: 102px;
  height: 102px;
  border-radius: 100px;
  position: fixed;
  right: 18px;
  z-index: 100;
}
@media only screen and (max-width: 640px) {
  .cervicalcancer-top {
    display: none;
  }
}
.cervicalcancer-top p {
  color: #fff;
  text-align: center;
  padding: 50px 0;
  position: relative;
}
.cervicalcancer-top p::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-45deg);
  position: absolute;
  top: 32px;
  left: 41px;
}
@media only screen and (max-width: 640px) {
  .cervicalcancer-top {
    width: 64px;
    height: 64px;
    right: 5px;
  }
  .cervicalcancer-top p {
    padding: 25px 0;
    font-size: 1.2rem;
    font-weight: 500;
  }
  .cervicalcancer-top p::before {
    width: 8px;
    height: 8px;
    top: 17px;
    left: 26px;
  }
}

.cervicalcancer-mainvisual {
  margin: 0 auto 40px;
  max-width: 1200px;
  position: relative;
}
.cervicalcancer-mainvisual__image-wrap {
  position: relative;
}
.cervicalcancer-mainvisual__image {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  object-position: top;
  border-radius: 8px;
}
.cervicalcancer-mainvisual__wrap {
  width: 58%;
}
.cervicalcancer-mainvisual__title-wrap {
  width: 92%;
  padding: 0 4%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 40%;
}
.cervicalcancer-mainvisual__title {
  font-size: 3.6rem;
  line-height: 1.3em;
  font-weight: 500;
  width: 100%;
  margin-right: 5%;
}
.cervicalcancer-mainvisual__row {
  display: flex;
  margin-bottom: 32px;
}
.cervicalcancer-mainvisual__row:last-child {
  margin-bottom: 0;
}
.cervicalcancer-mainvisual__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0;
  height: 40px;
  border-radius: 40px;
  font-size: 1.6rem;
  font-weight: 800;
  color: #fff;
  box-shadow: 2px 4px 4px -1px rgba(95, 121, 133, 0.25);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.cervicalcancer-mainvisual__btn p {
  margin-right: 16px;
}
.cervicalcancer-mainvisual__btn:hover {
  transition: 0.3s;
  text-decoration: none;
  box-shadow: 2px 1px 4px -1px rgba(95, 121, 133, 0.25);
}
.cervicalcancer-mainvisual__btn:hover p {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 640px) {
  .cervicalcancer-mainvisual {
    padding: 0 16px;
    margin: 0 auto 40px;
    display: grid;
    grid-column-gap: 80px;
    grid-template-columns: 1fr;
    margin-bottom: 16px;
  }
  .cervicalcancer-mainvisual__wrap {
    width: 100%;
    position: absolute;
    top: 83vw;
  }
  .cervicalcancer-mainvisual__image-wrap {
    margin-bottom: 16px;
  }
  .cervicalcancer-mainvisual__image {
    height: 50vh;
    object-fit: cover;
    object-position: 30% 50%;
    margin: 16px auto 0;
    display: block;
  }
  .cervicalcancer-mainvisual__title-wrap {
    position: static;
  }
  .cervicalcancer-mainvisual__title {
    font-size: 2.4rem;
    width: 92%;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 64px;
    left: 0;
    color: #604747;
    text-align: left;
    padding: 14px 4%;
    margin: 0;
  }
  .cervicalcancer-mainvisual__btn {
    margin-top: 14px;
    padding: 5px 0;
  }
}

.l-cervical-cta {
  padding: 64px 16px;
  background-image: url("./img/_clinic/cervical-cancer/background-pattern.png");
  background-repeat: repeat;
}
.l-cervical-cta__title {
  font-size: 2rem;
  text-align: center;
  color: #604747;
  line-height: 1.6em;
}
.l-cervical-cta__image {
  margin: 24px auto;
  display: block;
}
.l-cervical-cta__subtitle {
  font-size: 1.6rem;
  text-align: center;
  color: #604747;
  line-height: 1.6em;
  max-width: 400px;
  margin: auto;
}

.l-cervical-topics {
  max-width: 1200px;
  margin: auto;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 16px;
}
@media only screen and (max-width: 640px) {
  .l-cervical-topics {
    grid-template-columns: 1fr;
    padding: 0 16px;
    grid-row-gap: 8px;
  }
}
.l-cervical-topics__item {
  background-color: #F8F4F4;
  padding: 12px 32px 12px 12px;
  border-radius: 4px;
  box-shadow: 2px 4px 4px -1px rgba(95, 121, 133, 0.25);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  position: relative;
}
.l-cervical-topics__item:hover {
  transition: 0.3s;
  text-decoration: none;
  box-shadow: 2px 1px 4px -1px rgba(95, 121, 133, 0.25);
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.l-cervical-topics__item:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #e1877B;
  border-radius: 2px;
  position: absolute;
  display: block;
  content: "";
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}
.l-cervical-topics__item .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 32px;
  vertical-align: middle;
  color: #e1877B;
}
@media only screen and (max-width: 640px) {
  .l-cervical-topics__item .title {
    font-size: 1.6rem;
  }
}
.l-cervical-topics__item .title img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.l-cervical-topics__item .description {
  font-size: 1.4rem;
  color: rgba(42, 48, 57, 0.6);
  margin-top: 8px;
}
@media only screen and (max-width: 640px) {
  .l-cervical-topics__item .description {
    font-size: 1.2rem;
    margin-top: 4px;
  }
}

.cervicalcancer-contents-cv {
  background-image: url("./img/_clinic/cervical-cancer/background-pattern.png");
  background-repeat: repeat;
  padding: 40px 4%;
}
.cervicalcancer-contents-cv__wrap {
  max-width: 800px;
  margin: auto;
  font-weight: 500;
}
.cervicalcancer-contents-cv__title {
  font-size: 2.4rem;
  padding-bottom: 10px;
  color: #e1877B;
  text-align: center;
  position: relative;
  line-height: 3.2rem;
}
.cervicalcancer-contents-cv__title::before {
  content: "";
  width: 3px;
  height: 31px;
  background-color: #e1877B;
  transform: rotate(45deg);
  position: absolute;
  bottom: 0;
  right: 0;
}
.cervicalcancer-contents-cv__title::after {
  content: "";
  width: 3px;
  height: 31px;
  background-color: #e1877B;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 0;
  left: 0;
}
.cervicalcancer-contents-cv__list {
  margin-top: 40px;
}
.cervicalcancer-contents-cv__item {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.cervicalcancer-contents-cv__item:last-child {
  margin-bottom: 0;
}
.cervicalcancer-contents-cv__item img {
  width: 46px;
  height: 46px;
  object-fit: cover;
  margin-right: 24px;
}
.cervicalcancer-contents-cv__item p {
  font-size: 2rem;
  line-height: 2.8rem;
}

.cervicalcancer-contents01-01 {
  margin: 56px auto;
  max-width: 800px;
}
.cervicalcancer-contents01-01__title {
  font-size: 1.8rem;
  color: #e1877B;
  font-weight: 800;
}
.cervicalcancer-contents01-01__text {
  font-weight: 400;
  margin: 19px 0 40px;
}
.cervicalcancer-contents01-01__wrap {
  border: 2px solid #e1877B;
  border-radius: 16px;
  padding: 40px;
}
.cervicalcancer-contents01-01__wrap p {
  color: #e1877B;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}

.cervicalcancer-contents02 {
  padding: 56px 4%;
  max-width: 800px;
  margin: auto;
}
.cervicalcancer-contents02__title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.cervicalcancer-contents02__title-wrap img {
  margin: 8px 12px 0 0;
}
.cervicalcancer-contents02__title {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 500;
  text-align: center;
}
.cervicalcancer-contents02__subtitle {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 500;
  color: #e1877B;
}
.cervicalcancer-contents02__item {
  font-weight: 800;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.cervicalcancer-contents02__item::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100px;
  background-color: #e1877B;
  position: absolute;
  left: 5px;
  top: 40%;
}
.cervicalcancer-contents02__item:last-child {
  margin-bottom: 0;
}
.cervicalcancer-contents02__text {
  margin: 16px 0;
}
.cervicalcancer-contents02__img-wrap {
  display: flex;
  justify-content: center;
}
.cervicalcancer-contents02__img-wrap img {
  width: 30%;
  margin-right: 3%;
}
.cervicalcancer-contents02__img-wrap img:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .cervicalcancer-contents02__img-wrap {
    display: block;
  }
  .cervicalcancer-contents02__img-wrap img {
    width: 100%;
    margin: 0 0 30px;
  }
}

.cervicalcancer-contents02-02 {
  background-color: #e1877B;
  padding: 16px 4%;
}
.cervicalcancer-contents02-02 img {
  display: block;
  margin: 0 auto 32px;
  width: 70%;
}
.cervicalcancer-contents02-02__wrap {
  background-color: #fff;
  border-radius: 4px;
  padding: 24px;
  max-width: 800px;
  margin: auto;
}
.cervicalcancer-contents02-02__title {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: center;
}
.cervicalcancer-contents02-02__text {
  margin-bottom: 8px;
}
.cervicalcancer-contents02-02__attention {
  font-size: 1.2rem;
}
@media only screen and (max-width: 640px) {
  .cervicalcancer-contents02-02 img {
    width: 100%;
  }
}

.cervicalcancer-contents03 {
  padding: 56px 4%;
  max-width: 800px;
  margin: auto;
}
.cervicalcancer-contents03 img {
  display: block;
  width: 70%;
  margin: 0 auto 40px;
}
.cervicalcancer-contents03__title {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: center;
}
.cervicalcancer-contents03__text {
  margin-bottom: 32px;
}
.cervicalcancer-contents03__wrap {
  border: 2px solid #e1877B;
  border-radius: 16px;
  padding: 16px;
  margin-bottom: 40px;
}
.cervicalcancer-contents03__wrap p {
  color: #e1877B;
  font-weight: 500;
  font-weight: 1.6rem;
  text-align: center;
}
.cervicalcancer-contents03__subtitle {
  background-color: #e1877B;
  color: #fff;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  padding: 8px 20px;
  margin-bottom: 24px;
  border-radius: 8px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .cervicalcancer-contents03 img {
    width: 100%;
  }
}

.cervicalcancer-contents04 {
  background-color: #F8F4F4;
  padding: 56px 4%;
}
.cervicalcancer-contents04__title {
  color: #e1877B;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 800;
  text-align: center;
}
.cervicalcancer-contents04__subtitle {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin: 16px auto 24px;
  max-width: 800px;
  text-align: center;
}
.cervicalcancer-contents04__text {
  max-width: 800px;
  margin: auto;
}

.cervicalcancer-contents05 {
  padding: 56px 4%;
  max-width: 800px;
  margin: auto;
}
.cervicalcancer-contents05__title {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: center;
}
.cervicalcancer-contents05 img {
  display: block;
  margin: 24px auto 0;
  width: 80%;
}
@media only screen and (max-width: 640px) {
  .cervicalcancer-contents05 img {
    width: 100%;
  }
}

.cervicalcancer-contents06 {
  padding: 16px 4%;
  background-color: #e1877B;
}
.cervicalcancer-contents06__wrap {
  background-color: #fff;
  border-radius: 4px;
  max-width: 800px;
  margin: auto;
  padding: 40px 24px;
}
.cervicalcancer-contents06__title {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: center;
}
.cervicalcancer-contents06__img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cervicalcancer-contents06__img-wrap img {
  width: 20%;
  margin: 24px 3% 0 0;
}
.cervicalcancer-contents06__img-wrap img:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  .cervicalcancer-contents06__img-wrap {
    display: block;
  }
  .cervicalcancer-contents06__img-wrap img {
    width: 100%;
    margin: 24px 0 0;
  }
}

.cervicalcancer-contents07 {
  background-color: #F8F4F4;
  padding: 56px 4%;
}
.cervicalcancer-contents07__title {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 500;
  margin-bottom: 24px;
  text-align: center;
}
.cervicalcancer-contents07__subtitle {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 800;
  margin: 40px 0 24px;
  text-align: center;
  color: #e1877B;
}
.cervicalcancer-contents07__subtitle:first-child {
  margin: 0 0 24px;
}
.cervicalcancer-contents07__text {
  max-width: 800px;
  margin: auto;
}

.cervicalcancer-contents-chat {
  background-color: #e1877B;
  padding: 56px 4%;
}
.cervicalcancer-contents-chat__img {
  display: block;
  width: 20%;
  margin: 24px auto 16px;
}
.cervicalcancer-contents-chat__title {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 800;
  text-align: center;
  color: #fff;
}
.cervicalcancer-contents-chat__step-list {
  max-width: 600px;
  margin: 52px auto 0;
  color: #fff;
}
.cervicalcancer-contents-chat__step-item {
  margin-bottom: 42px;
  position: relative;
}
.cervicalcancer-contents-chat__step-item::before {
  content: "";
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  position: absolute;
  bottom: -23px;
  left: 12px;
}
.cervicalcancer-contents-chat__step-item:last-child::before {
  display: none;
}
.cervicalcancer-contents-chat__step-title {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.cervicalcancer-contents-chat__step-title span {
  font-size: 1.2rem;
  font-weight: 800;
  margin-right: 16px;
}
.cervicalcancer-contents-chat__step-title p {
  font-size: 2rem;
  font-weight: 800;
}
.cervicalcancer-contents-chat__step-img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  margin-right: 16px;
}
@media only screen and (max-width: 640px) {
  .cervicalcancer-contents-chat__img {
    width: 80%;
  }
}

.cervicalcancer-contents-clinic {
  padding: 56px 4%;
}
.cervicalcancer-contents-clinic__title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 33px;
}
.cervicalcancer-contents-clinic__title-wrap img {
  width: 32px;
  height: 32px;
  object-fit: cover;
  margin-right: 16px;
}
.cervicalcancer-contents-clinic__title {
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 500;
}
.cervicalcancer-contents-clinic__text {
  max-width: 800px;
  margin: auto;
}
.cervicalcancer-contents-clinic__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px auto 0;
  border: 1px solid #e1877B;
  border-radius: 100px;
  background-color: #fff;
  color: #e1877B;
  text-align: center;
  font-weight: 800;
  padding: 7px 31px;
  width: 192px;
  box-shadow: 2px 4px 4px -1px rgba(95, 121, 133, 0.25);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.cervicalcancer-contents-clinic__btn p {
  margin-right: 16px;
}
.cervicalcancer-contents-clinic__btn:hover {
  transition: 0.3s;
  text-decoration: none;
  box-shadow: 2px 1px 4px -1px rgba(95, 121, 133, 0.25);
}
.cervicalcancer-contents-clinic__btn:hover p {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.l-price__content {
  max-width: 420px;
  margin: 48px auto 0;
  background-color: #fff;
  box-shadow: 0px 0px 32px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 32px 32px;
}
@media only screen and (max-width: 640px) {
  .l-price__content {
    margin-top: 24px;
  }
}
.l-price__content .upper {
  text-align: center;
  padding: 40px 0 16px;
}
.l-price__content .upper .plan-title {
  font-size: 2rem;
  margin-bottom: 20px;
}
.l-price__content .upper .plan-price {
  margin: auto;
  letter-spacing: normal;
  font-size: 4.8rem;
  color: #e1877B;
}
.l-price__content .upper .plan-price span {
  font-size: 2rem;
}
.l-price__content .mid {
  border-top: 1px solid rgba(225, 135, 123, 0.1);
  padding: 20px 32px;
  text-align: center;
}
.l-price__content .mid p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6em;
}
.l-price__content .mid p:first-child {
  font-weight: 800;
  border-bottom: 1px solid rgba(225, 135, 123, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .l-price__content .mid p br {
    display: none;
  }
}
.l-price__content .lower {
  padding: 20px;
  background-color: rgba(225, 135, 123, 0.1);
  border-radius: 0 0 32px 32px;
}
.l-price__content .lower a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 56px;
  text-align: center;
  border-radius: 28px;
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), #e1877B;
  background-blend-mode: multiply, normal;
  box-shadow: 2px 4px 4px -1px rgba(95, 121, 133, 0.25);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.l-price__content .lower a p {
  margin-right: 16px;
}
.l-price__content .lower a:hover {
  transition: 0.3s;
  text-decoration: none;
  box-shadow: 2px 1px 4px -1px rgba(95, 121, 133, 0.25);
}
.l-price__content .lower a:hover p {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

/* herpes */
.invisible {
  visibility: hidden;
}

.herpes-mainvisual {
  max-width: 1200px;
  margin: 86px auto 80px;
}
.herpes-mainvisual .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.herpes-mainvisual .wrap .mainvisual-img {
  width: 50%;
  margin-right: 2%;
}
.herpes-mainvisual .wrap .sp {
  display: none;
}
.herpes-mainvisual .wrap .box {
  text-align: center;
}
.herpes-mainvisual .wrap .box .logo {
  margin: 0 auto 12px;
  width: 184px;
}
.herpes-mainvisual .wrap .box .title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.herpes-mainvisual .wrap .box .btn-desc {
  margin-top: 40px;
}
.herpes-mainvisual .wrap .box .btn-desc p {
  color: #2196f3;
}
.herpes-mainvisual .wrap .box .btn-desc span {
  padding: 3px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  vertical-align: middle;
}
.herpes-mainvisual .wrap .box .icon {
  width: 64px;
  height: 64px;
}
.herpes-mainvisual .wrap .box .title {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 135%;
  color: #2196f3;
  text-align: left;
}
.herpes-mainvisual .wrap .box .sub-title {
  text-shadow: 25px 27px 30px 0px rgba(255, 255, 255, 0.25);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.48px;
}
.herpes-mainvisual .wrap .box .tips-wrap {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}
.herpes-mainvisual .wrap .box .tips {
  width: fit-content;
  margin: 32px 0 16px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 160%;
  color: #2196f3;
  position: relative;
}
.herpes-mainvisual .wrap .box .tips::before {
  content: "";
  width: 4px;
  height: 61px;
  background-color: #2196f3;
  transform: rotate(-35deg);
  position: absolute;
  left: -22px;
  bottom: 0;
}
.herpes-mainvisual .wrap .box .tips::after {
  content: "";
  width: 4px;
  height: 61px;
  background-color: #2196f3;
  transform: rotate(35deg);
  position: absolute;
  right: -22px;
  bottom: 0;
}
.herpes-mainvisual .wrap .box ul {
  max-width: 500px;
  margin: auto;
}
.herpes-mainvisual .wrap .box ul li {
  display: flex;
  font-size: 1.6rem;
  color: rgba(42, 48, 57, 0.6);
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 8px;
}
.herpes-mainvisual .wrap .box ul li:last-child {
  margin-bottom: 0;
}
.herpes-mainvisual .wrap .box ul li i {
  color: #00BCD4;
  margin-right: 8px;
  padding-top: 5px;
}
.herpes-mainvisual .wrap .box ul li span {
  font-size: 12px;
}
.herpes-mainvisual .wrap .box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 311px;
  height: 56px;
  border-radius: 100px;
  background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin: 24px auto 16px;
}
.herpes-mainvisual .wrap .box .btn i {
  margin-left: 8px;
}
.herpes-mainvisual .wrap .box .btn .btn-txt-sp {
  display: none;
}
.herpes-mainvisual .wrap .box .note {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .herpes-mainvisual {
    padding: 0 4%;
    margin: 57px auto 40px;
  }
  .herpes-mainvisual .wrap {
    display: block;
  }
  .herpes-mainvisual .wrap .mainvisual-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .herpes-mainvisual .wrap .pc {
    display: none;
  }
  .herpes-mainvisual .wrap .sp {
    display: block;
  }
  .herpes-mainvisual .wrap .box {
    text-align: center;
  }
  .herpes-mainvisual .wrap .box ul {
    margin-bottom: 24px;
  }
  .herpes-mainvisual .wrap .box .logo {
    margin: auto;
    width: 197px;
  }
  .herpes-mainvisual .wrap .box .title-wrap {
    margin-bottom: 23px;
  }
  .herpes-mainvisual .wrap .box .title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: normal;
    color: #2196f3;
  }
  .herpes-mainvisual .wrap .box .sub-title {
    display: none;
  }
  .herpes-mainvisual .wrap .box .tips {
    margin: 0 auto 16px;
    font-size: 2rem;
    font-weight: 500;
    color: #2A3039;
  }
  .herpes-mainvisual .wrap .box .tips::before {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #2A3039;
    bottom: 8px;
  }
  .herpes-mainvisual .wrap .box .tips::after {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #2A3039;
    bottom: 8px;
  }
  .herpes-mainvisual .wrap .box .btn-wrap {
    background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
    padding: 24px 16px;
    width: 100%;
    transform: translate(-14px, 10px);
  }
  .herpes-mainvisual .wrap .box .btn-desc {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .herpes-mainvisual .wrap .box .btn-desc p {
    color: #fff;
  }
  .herpes-mainvisual .wrap .box .btn {
    background: #fff;
    color: #2196f3;
    margin: auto;
    width: 100%;
  }
  .herpes-mainvisual .wrap .box .btn .btn-txt-pc {
    display: none;
  }
  .herpes-mainvisual .wrap .box .btn .btn-txt-sp {
    display: block;
  }
  .herpes-mainvisual .wrap .box .note {
    display: block;
    margin-top: 28px;
  }
}

.herpes-why {
  margin: 80px auto 40px;
  padding: 0 16px;
  max-width: 1180px;
}
.herpes-why .title {
  font-weight: 800;
  font-size: 3rem;
  text-align: center;
  margin-bottom: 34px;
  color: #2196f3;
}
.herpes-why .list-wrap {
  padding: 20px 16px;
  border: 1px solid rgba(42, 48, 57, 0.2);
  border-radius: 8px;
  color: #2A3039;
}
.herpes-why ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.herpes-why ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 10px;
  margin-left: 10px;
  width: 25%;
}
.herpes-why ul li:first-child, .herpes-why ul li:last-child {
  margin-right: 0;
  margin-left: 0;
}
.herpes-why ul li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  padding: 2px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background: #69D0F0;
}
.herpes-why ul li .icon i {
  color: #fff;
  font-size: 2.4rem;
}
.herpes-why ul li p {
  font-size: 1.6rem;
}
.herpes-why .arrow {
  margin: 40px auto 0;
  text-align: center;
}
.herpes-why .arrow i {
  font-size: 3.9rem;
  color: #F8A6AA;
}
@media only screen and (max-width: 640px) {
  .herpes-why {
    margin: 42px auto 22px;
  }
  .herpes-why .title {
    font-size: 2rem;
  }
  .herpes-why .list-wrap {
    text-align: center;
  }
  .herpes-why ul {
    display: inline-block;
    padding: 0;
  }
  .herpes-why ul li {
    flex-direction: row;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 8px;
    text-align: left;
  }
  .herpes-why ul li:last-child {
    margin-bottom: 0;
  }
  .herpes-why ul li .icon {
    margin-bottom: 0;
    width: 32px;
    height: 32px;
  }
  .herpes-why ul li .icon i {
    font-size: 2rem;
  }
  .herpes-why ul li p {
    padding: 8px 0 8px 32px;
    margin-left: -24px;
  }
  .herpes-why .arrow {
    margin: 24px auto 0;
  }
  .herpes-why .arrow i {
    font-size: 2.5rem;
  }
}

.herpes-summary {
  margin: 0 auto 80px;
  max-width: 1180px;
  color: #2A3039;
}
.herpes-summary .label {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 1.8rem;
  text-align: center;
  color: #2196f3;
  letter-spacing: 0.05em;
  text-align: center;
}
.herpes-summary .title {
  margin-bottom: 40px;
  width: 100%;
  color: #2196f3;
  padding: 6px 18px;
  font-weight: 800;
  font-size: 3rem;
  letter-spacing: 0.05em;
  border-radius: 3px;
  text-align: center;
}
.herpes-summary ul {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.herpes-summary ul li {
  display: flex;
  padding: 0 15px;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
}
.herpes-summary ul li:last-child {
  margin-bottom: 0;
}
.herpes-summary ul li i {
  margin-right: 8px;
  padding-top: 5px;
  padding-left: 5px;
  min-width: 20px;
  width: 20px;
  height: 20px;
  color: #fff;
  border-radius: 20px;
  background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
}
@media only screen and (max-width: 640px) {
  .herpes-summary {
    margin: 0 auto 48px;
    padding: 0 4%;
  }
  .herpes-summary .label {
    margin-bottom: 12px;
    font-size: 1.4rem;
  }
  .herpes-summary .title {
    width: 100%;
    margin: 0 0 24px;
    padding: 0;
    font-size: 2rem;
  }
  .herpes-summary .list-wrap {
    text-align: center;
  }
  .herpes-summary ul {
    display: inline-block;
    width: auto;
  }
  .herpes-summary ul li {
    margin-bottom: 10px;
    padding: 0;
    font-size: 1.4rem;
  }
  .herpes-summary ul li::before {
    top: -5px;
  }
  .herpes-summary ul li i {
    padding-top: 2px;
    padding-left: 2px;
    width: 14px;
    height: 14px;
    min-width: 14px;
    font-size: 1.2rem;
  }
}

.herpes-about {
  background-color: #F4FAFE;
  padding: 80px 16px;
}
.herpes-about.white {
  background: #fff;
  text-align: center;
}
.herpes-about.white .title {
  margin: 0 0 40px;
}
.herpes-about.white .contents {
  padding: 0;
}
.herpes-about .contents {
  max-width: 1180px;
  margin: auto;
  padding: 64px 16px;
  color: #46362E;
  background-color: #fff;
  border-radius: 4px;
  font-weight: 500;
}
.herpes-about .label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.herpes-about .title {
  margin: 32px 0 40px;
  text-align: center;
  font-weight: 800;
  font-size: 3.2rem;
  color: #2196f3;
  letter-spacing: 0.065em;
}
.herpes-about .text {
  margin: 0 auto;
  max-width: 800px;
  line-height: 2.6rem;
  letter-spacing: 0.012em;
  text-align: left;
}
.herpes-about .text span {
  font-size: 1.6rem;
  color: #04AAE4;
}
.herpes-about .attention {
  display: flex;
  align-items: center;
  max-width: 770px;
  margin: 20px auto;
  padding: 15px;
  color: #2196f3;
  background-color: #F4FAFE;
  border-radius: 8px;
  line-height: 2rem;
}
.herpes-about .attention i {
  font-size: 30px;
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  .herpes-about {
    padding: 24px 16px;
  }
  .herpes-about.white {
    padding: 48px 16px;
  }
  .herpes-about .contents {
    padding: 32px 16px;
  }
  .herpes-about .contents img {
    max-width: 250px;
  }
  .herpes-about .title {
    margin: 24px 0;
    font-size: 2rem;
  }
  .herpes-about .text {
    line-height: 2.8rem;
  }
}

.herpes-research {
  padding: 62px 16px;
  background: #F3F4F5;
}
.herpes-research .contents {
  max-width: 1000px;
  margin: auto;
  color: #46362E;
  font-weight: 500;
}
.herpes-research .title {
  text-align: center;
  font-weight: 800;
  font-size: 3.2rem;
  letter-spacing: 0.065em;
  margin-bottom: 45px;
  color: #2196f3;
}
.herpes-research .cont-flex {
  display: flex;
}
.herpes-research .cont-flex_left {
  margin-right: 20px;
  width: 50%;
}
.herpes-research .cont-flex_right {
  margin-left: 20px;
  width: 50%;
}
.herpes-research .label {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.herpes-research .label p {
  font-weight: 900;
  font-size: 1.8rem;
  letter-spacing: 0.065em;
}
.herpes-research .label p span {
  font-size: 1.2rem;
}
.herpes-research .label .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  margin-right: 13px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
}
.herpes-research .label .icon p {
  color: #fff;
  font-weight: 500;
  font-size: 1.8rem;
  text-align: center;
}
.herpes-research .row {
  display: flex;
  max-width: 344px;
  margin: 0 auto 24px;
}
.herpes-research .row .icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
  margin-right: 10px;
}
.herpes-research .row .wrap {
  width: 100%;
}
.herpes-research .row .value {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.herpes-research .row .group {
  display: flex;
  align-items: center;
}
.herpes-research .row .group p {
  font-size: 1.2rem;
}
.herpes-research .row .group p:first-child {
  margin-right: 8px;
}
.herpes-research .row .group p span {
  font-size: 1.2rem;
}
.herpes-research .row .group p.big {
  font-size: 1.6rem;
}
.herpes-research .row .percent {
  display: flex;
  align-items: flex-end;
  font-weight: 800;
  color: #2196f3;
}
.herpes-research .row .percent p {
  font-size: 2.2rem;
  margin-right: 6px;
}
.herpes-research .row .percent span {
  font-weight: 1.5rem;
}
.herpes-research .row .graph-wrap {
  position: relative;
}
.herpes-research .row .graph {
  width: 100%;
  height: 24px;
  background: #fff;
  margin-top: 19px;
  border-radius: 2px;
}
.herpes-research .row .graph01 {
  height: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
}
.herpes-research .row .graph01.anime {
  animation-name: graph-anime01;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes graph-anime01 {
  from {
    width: 0%;
  }
  to {
    width: 79.6%;
  }
}
.herpes-research .row .graph02 {
  height: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
}
.herpes-research .row .graph02.anime {
  animation-name: graph-anime02;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes graph-anime02 {
  from {
    width: 0%;
  }
  to {
    width: 50%;
  }
}
.herpes-research .row .graph03 {
  height: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
}
.herpes-research .row .graph03.anime {
  animation-name: graph-anime03;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes graph-anime03 {
  from {
    width: 0%;
  }
  to {
    width: 11.8%;
  }
}
.herpes-research .row .graph04 {
  height: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
}
.herpes-research .row .graph04.anime {
  animation-name: graph-anime04;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes graph-anime04 {
  from {
    width: 0%;
  }
  to {
    width: 74.4%;
  }
}
.herpes-research .row .graph05 {
  height: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
}
.herpes-research .row .graph05.anime {
  animation-name: graph-anime05;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes graph-anime05 {
  from {
    width: 0%;
  }
  to {
    width: 47.9%;
  }
}
.herpes-research .row .graph06 {
  height: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 2px;
}
.herpes-research .row .graph06.anime {
  animation-name: graph-anime06;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
@keyframes graph-anime06 {
  from {
    width: 0%;
  }
  to {
    width: 26.5%;
  }
}
.herpes-research .attention {
  max-width: 344px;
  margin: auto;
  font-size: 1.2rem;
}
@media only screen and (max-width: 640px) {
  .herpes-research {
    padding: 62px 0;
  }
  .herpes-research .contents {
    padding: 0 4%;
  }
  .herpes-research .cont-flex {
    flex-direction: column;
  }
  .herpes-research .cont-flex_right, .herpes-research .cont-flex_left {
    margin: 0;
    width: 100%;
  }
  .herpes-research .cont-flex_left {
    margin-bottom: 40px;
  }
  .herpes-research .label p {
    width: inherit;
  }
}

.herpes-method {
  max-width: 800px;
  margin: auto;
  padding: 80px 16px;
  color: #2A3039;
  font-weight: 400;
}
.herpes-method .title {
  font-weight: 800;
  font-size: 3.2rem;
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.4;
  color: #2196f3;
}
.herpes-method .attention {
  margin-bottom: 32px;
  font-size: 1.4rem;
  text-align: left;
  line-height: 18px;
  letter-spacing: 0.065em;
}
.herpes-method .list {
  margin: 0 auto 24px;
}
.herpes-method .list .title {
  font-size: 2.4rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 24px;
  line-height: 36px;
  letter-spacing: 0.065em;
}
.herpes-method .list .attention {
  margin: 2px 0 14px;
  font-size: 1.2rem;
  text-align: center;
}
.herpes-method .list ul li {
  padding-left: 27px;
  margin-bottom: 16px;
  line-height: 140%;
  letter-spacing: 0.065em;
  position: relative;
}
.herpes-method .list ul li:last-child {
  margin-bottom: 0;
}
.herpes-method .list ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 4;
}
.herpes-method .list_target {
  margin: 0 auto 32px;
  padding: 24px 30px;
  background-color: #F4FAFE;
  border-radius: 8px;
}
.herpes-method .list_target .title {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 8px;
  line-height: 36px;
  letter-spacing: 0.065em;
}
.herpes-method .list_target .attention {
  margin: 2px 0 14px;
  font-size: 1.2rem;
  text-align: center;
}
.herpes-method .list_target ul li {
  padding-left: 20px;
  margin-bottom: 8px;
  line-height: 140%;
  letter-spacing: 0.065em;
  position: relative;
  font-weight: 400;
  color: #7F8388;
}
.herpes-method .list_target ul li:last-child {
  margin-bottom: 0;
}
.herpes-method .list_target ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #2196f3;
  border-radius: 100px;
  position: absolute;
  left: 5px;
  top: 7px;
}
@media only screen and (max-width: 640px) {
  .herpes-method {
    padding: 48px 16px;
    letter-spacing: 0.12rem;
  }
  .herpes-method .title {
    line-height: 1.4;
    font-size: 2rem;
  }
  .herpes-method .list .title {
    text-align: left;
    margin-bottom: 12px;
  }
  .herpes-method .list ul li {
    margin-bottom: 12px;
    padding-left: 20px;
    line-height: 2rem;
  }
  .herpes-method .list ul li::before {
    content: "";
    width: 14px;
    height: 14px;
    top: 50%;
    transform: translateY(-50%);
  }
  .herpes-method .list .attention {
    text-align: left;
    margin: 2px 0 20px;
  }
  .herpes-method .list_target .title {
    text-align: left;
    margin-bottom: 0;
  }
  .herpes-method .list_target ul li {
    line-height: 2rem;
  }
  .herpes-method .list_target .attention {
    text-align: left;
    margin: 2px 0 20px;
  }
  .herpes-method .attention {
    text-align: left;
    line-height: 1.6rem;
  }
}

.herpes-pill {
  background-color: #E9F4FE;
  padding: 80px 16px;
  color: #46362E;
}
.herpes-pill .title {
  font-weight: 800;
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 40px;
  color: #2196f3;
}
.herpes-pill .contents {
  display: flex;
  max-width: 1180px;
  margin: auto;
  width: 100%;
}
.herpes-pill .contents_left {
  margin-right: 30px;
  width: 50%;
}
.herpes-pill .contents_right {
  margin-left: 30px;
  width: 50%;
}
.herpes-pill .contents_list {
  padding: 40px 24px 24px;
  border-radius: 4px;
  background-color: #fff;
}
.herpes-pill .contents .label {
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  margin: 0 auto 20px;
}
.herpes-pill .contents ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.herpes-pill .contents ul li {
  display: flex;
  align-items: center;
  margin: 0 8px;
  width: 100%;
  border-bottom: 1px solid #D4D6D7;
}
.herpes-pill .contents ul li:last-child {
  border-bottom: none;
}
.herpes-pill .contents ul li img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  margin-right: 16px;
}
.herpes-pill .contents ul li p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #2A3039;
  line-height: 1.6em;
}
.herpes-pill .contents ul li .text {
  width: 100%;
}
.herpes-pill .contents ul li .text span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #7F8388;
}
.herpes-pill .attention {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px auto 0;
  padding: 16px 20px;
  background-color: #fff;
  border-radius: 8px;
}
.herpes-pill .attention img {
  margin-right: 8px;
}
.herpes-pill .attention p {
  font-size: 1.2rem;
  line-height: 1.5em;
  color: #2A3039;
  opacity: 0.6;
}
@media only screen and (max-width: 640px) {
  .herpes-pill {
    padding: 62px 4%;
  }
  .herpes-pill .contents {
    flex-direction: column;
  }
  .herpes-pill .contents_left, .herpes-pill .contents_right {
    width: 100%;
    margin: 0;
    margin-bottom: 16px;
  }
  .herpes-pill .contents_list {
    padding: 32px 16px 16px;
  }
  .herpes-pill .contents .label {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .herpes-pill .contents ul li {
    width: 100%;
  }
  .herpes-pill .contents ul li p {
    font-size: 1.4rem;
    max-width: fit-content;
  }
  .herpes-pill .attention {
    margin-top: 16px;
  }
}

.hayfever-step.herpes {
  margin: 0 auto;
  color: #46362E;
  padding: 77px 0;
}
.hayfever-step.herpes .title {
  padding-top: 60px;
  margin-bottom: 32px;
  text-align: center;
  font-weight: 800;
  font-size: 2.4rem;
}
.hayfever-step.herpes .hayfever-step__item-step {
  color: #F8A6AA;
}
.hayfever-step.herpes .hayfever-step__item-title, .hayfever-step.herpes .hayfever-main__item-text span {
  background: linear-gradient(transparent 60%, #fcc4d1 60%);
}
.hayfever-step.herpes .hayfever-step__after-title::before {
  background-color: #F8A6AA;
}
.hayfever-step.herpes .hayfever-step__after-text {
  background-color: rgba(248, 166, 170, 0.6);
}
.hayfever-step.herpes .slider-pages span.active {
  background: linear-gradient(11.18deg, #FAA1B6 0.06%, #F1AE92 100.01%);
}
.hayfever-step.herpes .prev {
  background: linear-gradient(11.18deg, #FAA1B6 0.06%, #F1AE92 100.01%);
}
.hayfever-step.herpes .next {
  background: linear-gradient(11.18deg, #FAA1B6 0.06%, #F1AE92 100.01%);
}
@media only screen and (max-width: 640px) {
  .hayfever-step.herpes {
    color: #46362E;
    padding: 20px 4%;
    margin: 0;
  }
  .hayfever-step.herpes .sliderlist__item {
    margin-bottom: 0;
  }
}

.column {
  display: flex;
  justify-content: center;
  background: #F3F4F5;
  padding: 0 16px;
}
.column__body {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: auto;
  padding: 48px 16px;
  max-width: 1150px;
  width: 100%;
}
.column__list {
  margin-top: 24px;
  padding: 12px 16px;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
}
.column__item {
  margin-bottom: 12px;
  padding: 16px 0;
  width: 100%;
  border-bottom: 1px solid #D4D6D7;
}
.column__item:last-child {
  margin-bottom: 0;
  border: none;
}
.column__link {
  display: flex;
  align-items: center;
}
.column__link:hover {
  transition: 0.3s;
  text-decoration: none;
  opacity: 0.7;
}
.column__tag {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  padding: 12px;
  border-radius: 8px;
  margin-right: 23px;
  color: #fff;
}
.column__attention {
  font-size: 1.2rem;
  margin-top: 12px;
}
.column.herpes {
  color: #46362E;
}
.column.herpes .title {
  margin: 0 auto 24px;
  font-size: 2.4rem;
  color: #2196f3;
}
.column.herpes .column__text {
  color: #46362E;
}
@media only screen and (max-width: 640px) {
  .column__body {
    width: auto;
  }
  .column__list {
    margin: 0;
  }
  .column__item {
    margin-bottom: 0;
  }
  .column__item:last-child {
    border: none;
  }
  .column__tag {
    margin-right: 12px;
  }
  .column__dec {
    margin: 67px 0 24px;
  }
  .column__btn {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
  .column.herpes .title {
    margin: 0 auto 24px;
    font-size: 2.4rem;
    color: #2196f3;
  }
  .column.herpes .column__text {
    color: #46362E;
  }
}

.tmc-after.herpes {
  margin: 64px auto 42px;
}

.l-map.herpes {
  background: rgba(33, 150, 243, 0.05);
  margin: 0 auto 80px;
  padding: 80px 0;
}
.l-map.herpes .number-of-stores {
  margin: 0 auto 32px;
  max-width: 310px;
}
.l-map.herpes .number-of-stores img {
  width: 100%;
}
.l-map.herpes .logo-clinic {
  margin: 0 auto 40px;
  max-width: 310px;
}
.l-map.herpes .logo-clinic img {
  width: 100%;
}
.l-map.herpes .title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 1.28px;
  margin-block-start: 0;
  margin-block-end: 32px;
}
.l-map.herpes .logo-pharmacy__flex {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 520px;
}
.l-map.herpes .logo-pharmacy__flex img {
  width: 100%;
  max-width: 245px;
}
.l-map.herpes .logo-pharmacy__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: 80px;
  max-width: 940px;
}
.l-map.herpes .logo-pharmacy__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  width: 25%;
}
.l-map.herpes .logo-pharmacy__item img {
  width: 90%;
}
.l-map.herpes .l-map__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px auto;
  max-width: 222px;
  height: 48px;
}
.l-map.herpes .l-map__button p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin-right: 8px;
}
.l-map.herpes .note {
  text-align: center;
  color: rgba(42, 48, 57, 0.6);
  line-height: 160%;
  margin: 32px auto;
}
@media only screen and (max-width: 640px) {
  .l-map.herpes {
    margin: 0 auto 48px;
    padding: 48px 16px;
  }
  .l-map.herpes .title {
    font-size: 2.4rem;
    letter-spacing: 0.96px;
    margin-block-end: 28px;
  }
  .l-map.herpes .number-of-stores {
    max-width: 220px;
  }
  .l-map.herpes .logo-pharmacy__flex {
    flex-direction: column;
    max-width: 220px;
  }
  .l-map.herpes .logo-pharmacy__flex img + img {
    margin-top: 40px;
  }
  .l-map.herpes .logo-pharmacy__item {
    width: 47%;
  }
  .l-map.herpes .logo-pharmacy__item:nth-child(odd) {
    padding-right: 5px;
  }
  .l-map.herpes .logo-pharmacy__item:nth-child(even) {
    padding-left: 5px;
  }
  .l-map.herpes .logo-pharmacy__item img {
    width: 100%;
  }
  .l-map.herpes .l-map__button {
    max-width: 165px;
    height: 37px;
  }
  .l-map.herpes .l-map__button p {
    font-size: 1.4rem;
    letter-spacing: 0.42px;
  }
  .l-map.herpes .note {
    text-align: left;
    margin: 16px auto;
    padding: 0 4%;
  }
  .l-map.herpes .l-map__map {
    padding: 0 4%;
    width: 92%;
  }
}

.herpes .l-common-column.herpes {
  display: block;
}

/* hyperhidrosis */
.hyperhidrosis-mainvisual {
  max-width: 1200px;
  margin: 86px auto 80px;
}
.hyperhidrosis-mainvisual .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hyperhidrosis-mainvisual .wrap .mainvisual-img {
  width: 50%;
  margin-right: 2%;
}
.hyperhidrosis-mainvisual .wrap .sp {
  display: none;
}
.hyperhidrosis-mainvisual .wrap .box {
  text-align: center;
}
.hyperhidrosis-mainvisual .wrap .box .logo {
  margin: 0 auto 12px;
  width: 184px;
}
.hyperhidrosis-mainvisual .wrap .box .title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hyperhidrosis-mainvisual .wrap .box .btn-desc {
  display: none;
  margin-top: 40px;
}
.hyperhidrosis-mainvisual .wrap .box .btn-desc p {
  color: #2196f3;
}
.hyperhidrosis-mainvisual .wrap .box .btn-desc span {
  padding: 3px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  vertical-align: middle;
}
.hyperhidrosis-mainvisual .wrap .box .icon {
  width: 64px;
  height: 64px;
}
.hyperhidrosis-mainvisual .wrap .box .title {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 135%;
  color: #2196f3;
  text-align: left;
}
.hyperhidrosis-mainvisual .wrap .box .sub-title {
  text-shadow: 25px 27px 30px 0px rgba(255, 255, 255, 0.25);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.48px;
}
.hyperhidrosis-mainvisual .wrap .box .tips-wrap {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}
.hyperhidrosis-mainvisual .wrap .box .tips {
  width: fit-content;
  margin: 32px 0 16px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 160%;
  color: #2196f3;
  position: relative;
}
.hyperhidrosis-mainvisual .wrap .box .tips::before {
  content: "";
  width: 4px;
  height: 61px;
  background-color: #2196f3;
  transform: rotate(-35deg);
  position: absolute;
  left: -22px;
  bottom: 0;
}
.hyperhidrosis-mainvisual .wrap .box .tips::after {
  content: "";
  width: 4px;
  height: 61px;
  background-color: #2196f3;
  transform: rotate(35deg);
  position: absolute;
  right: -22px;
  bottom: 0;
}
.hyperhidrosis-mainvisual .wrap .box ul {
  max-width: 500px;
  margin: auto;
}
.hyperhidrosis-mainvisual .wrap .box ul li {
  display: flex;
  font-size: 1.6rem;
  color: rgba(42, 48, 57, 0.6);
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 8px;
}
.hyperhidrosis-mainvisual .wrap .box ul li:last-child {
  margin-bottom: 0;
}
.hyperhidrosis-mainvisual .wrap .box ul li i {
  color: #00BCD4;
  margin-right: 8px;
  padding-top: 5px;
}
.hyperhidrosis-mainvisual .wrap .box ul li span {
  font-size: 12px;
}
.hyperhidrosis-mainvisual .wrap .box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 311px;
  height: 56px;
  border-radius: 100px;
  background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin: 24px auto 16px;
}
.hyperhidrosis-mainvisual .wrap .box .btn i {
  margin-left: 8px;
}
.hyperhidrosis-mainvisual .wrap .box .btn .btn-txt-sp {
  display: none;
}
.hyperhidrosis-mainvisual .wrap .box .note {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .hyperhidrosis-mainvisual {
    padding: 0 4%;
    margin: 57px auto 40px;
  }
  .hyperhidrosis-mainvisual .wrap {
    display: block;
  }
  .hyperhidrosis-mainvisual .wrap .mainvisual-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .hyperhidrosis-mainvisual .wrap .pc {
    display: none;
  }
  .hyperhidrosis-mainvisual .wrap .sp {
    display: block;
  }
  .hyperhidrosis-mainvisual .wrap .box {
    text-align: center;
  }
  .hyperhidrosis-mainvisual .wrap .box ul {
    margin-bottom: 24px;
  }
  .hyperhidrosis-mainvisual .wrap .box .logo {
    margin: auto;
    width: 197px;
  }
  .hyperhidrosis-mainvisual .wrap .box .title-wrap {
    margin-bottom: 23px;
  }
  .hyperhidrosis-mainvisual .wrap .box .title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: normal;
    color: #2196f3;
  }
  .hyperhidrosis-mainvisual .wrap .box .sub-title {
    display: none;
  }
  .hyperhidrosis-mainvisual .wrap .box .tips {
    margin: 0 auto 16px;
    font-size: 2rem;
    font-weight: 500;
    color: #2A3039;
  }
  .hyperhidrosis-mainvisual .wrap .box .tips::before {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #2A3039;
    bottom: 8px;
  }
  .hyperhidrosis-mainvisual .wrap .box .tips::after {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #2A3039;
    bottom: 8px;
  }
  .hyperhidrosis-mainvisual .wrap .box .btn-wrap {
    background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
    padding: 24px 16px;
    width: 100%;
    transform: translate(-14px, 10px);
  }
  .hyperhidrosis-mainvisual .wrap .box .btn-desc {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .hyperhidrosis-mainvisual .wrap .box .btn-desc p {
    color: #fff;
  }
  .hyperhidrosis-mainvisual .wrap .box .btn {
    background: #fff;
    color: #2196f3;
    margin: auto;
    width: 100%;
  }
  .hyperhidrosis-mainvisual .wrap .box .btn .btn-txt-pc {
    display: none;
  }
  .hyperhidrosis-mainvisual .wrap .box .btn .btn-txt-sp {
    display: block;
  }
  .hyperhidrosis-mainvisual .wrap .box .note {
    display: block;
    margin-top: 28px;
  }
}

.hyperhidrosis-about {
  background-color: #F4FAFE;
  padding: 80px 16px;
}
.hyperhidrosis-about.white {
  background: #fff;
  text-align: center;
}
.hyperhidrosis-about.white .title {
  margin: 0 0 40px;
}
.hyperhidrosis-about.white .contents {
  padding: 0;
}
.hyperhidrosis-about .contents {
  max-width: 1180px;
  margin: auto;
  padding: 64px 16px;
  color: #46362E;
  background-color: #fff;
  border-radius: 4px;
  font-weight: 500;
}
.hyperhidrosis-about .label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hyperhidrosis-about .title {
  margin: 32px 0 40px;
  text-align: center;
  font-weight: 800;
  font-size: 3.2rem;
  color: #2196f3;
  letter-spacing: 0.065em;
}
.hyperhidrosis-about .subtitle {
  margin: 64px 0 40px;
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
  color: #2196f3;
  letter-spacing: 0.065em;
}
.hyperhidrosis-about .text {
  margin: 0 auto;
  max-width: 800px;
  line-height: 2.6rem;
  letter-spacing: 0.012em;
  text-align: left;
}
.hyperhidrosis-about .text span {
  font-size: 1.6rem;
  color: #04AAE4;
}
.hyperhidrosis-about .img {
  margin: 0 auto;
  max-width: 530px;
  margin-bottom: 40px;
}
.hyperhidrosis-about .img img {
  width: 100%;
}
.hyperhidrosis-about .selfcheck {
  margin: 0 auto;
  max-width: 800px;
}
.hyperhidrosis-about .selfcheck__list {
  display: flex;
  flex-wrap: wrap;
}
.hyperhidrosis-about .selfcheck__item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  width: 50%;
}
.hyperhidrosis-about .selfcheck__item i {
  margin-right: 6px;
  color: #00BCD4;
}
.hyperhidrosis-about .list {
  display: flex;
  margin: 0 auto;
  max-width: 800px;
  justify-content: space-between;
}
.hyperhidrosis-about .list .item {
  padding-left: 27px;
  margin-bottom: 16px;
  line-height: 140%;
  letter-spacing: 0.065em;
  position: relative;
}
.hyperhidrosis-about .list .item:last-child {
  margin-bottom: 0;
}
.hyperhidrosis-about .list .item::before {
  content: "";
  width: 20px;
  height: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 4;
}
.hyperhidrosis-about .attention {
  display: flex;
  align-items: center;
  max-width: 770px;
  margin: 20px auto;
  padding: 15px;
  color: #2196f3;
  background-color: #F4FAFE;
  border-radius: 8px;
  line-height: 2rem;
}
.hyperhidrosis-about .attention i {
  font-size: 30px;
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  .hyperhidrosis-about {
    padding: 24px 16px;
  }
  .hyperhidrosis-about.white {
    padding: 48px 16px;
  }
  .hyperhidrosis-about .contents {
    padding: 32px 16px;
  }
  .hyperhidrosis-about .contents img {
    max-width: 250px;
  }
  .hyperhidrosis-about .title {
    margin: 24px 0;
    font-size: 2rem;
  }
  .hyperhidrosis-about .text {
    line-height: 2.8rem;
  }
  .hyperhidrosis-about .selfcheck__list {
    flex-direction: column;
  }
  .hyperhidrosis-about .selfcheck__item {
    width: 100%;
  }
  .hyperhidrosis-about .list {
    flex-direction: column;
  }
}

.hyperhidrosis-pill {
  background-color: #E9F4FE;
  padding: 80px 16px;
  color: #46362E;
}
.hyperhidrosis-pill .title {
  font-weight: 800;
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 40px;
  color: #2196f3;
}
.hyperhidrosis-pill .attention {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 32px;
  max-width: 1180px;
}
.hyperhidrosis-pill .attention img {
  margin-right: 10px;
}
.hyperhidrosis-pill .attention p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #2A3039;
}
.hyperhidrosis-pill .contents {
  display: flex;
  max-width: 1180px;
  margin: auto;
  width: 100%;
}
.hyperhidrosis-pill .contents_left {
  margin-right: 30px;
  width: 50%;
}
.hyperhidrosis-pill .contents_right {
  margin-left: 30px;
  width: 50%;
}
.hyperhidrosis-pill .contents_list {
  margin-bottom: 24px;
  padding: 40px 24px 24px;
  border-radius: 4px;
  background-color: #fff;
}
.hyperhidrosis-pill .contents .explanation {
  margin-bottom: 24px;
  padding: 40px 24px 24px;
  border-radius: 4px;
  background-color: #fff;
}
.hyperhidrosis-pill .contents .explanation .text {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  color: #7F8388;
}
.hyperhidrosis-pill .contents .label {
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  margin: 0 auto 20px;
}
.hyperhidrosis-pill .contents ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.hyperhidrosis-pill .contents ul li {
  display: flex;
  align-items: center;
  margin: 0 8px;
  width: 100%;
  border-bottom: 1px solid #D4D6D7;
}
.hyperhidrosis-pill .contents ul li:last-child {
  border-bottom: none;
}
.hyperhidrosis-pill .contents ul li img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  margin-right: 16px;
}
.hyperhidrosis-pill .contents ul li p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #2A3039;
  line-height: 1.6em;
}
.hyperhidrosis-pill .contents ul li .text {
  width: 100%;
}
.hyperhidrosis-pill .contents ul li .text span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #7F8388;
}
@media only screen and (max-width: 640px) {
  .hyperhidrosis-pill {
    padding: 62px 4%;
  }
  .hyperhidrosis-pill .contents {
    flex-direction: column;
  }
  .hyperhidrosis-pill .contents_left, .hyperhidrosis-pill .contents_right {
    width: 100%;
    margin: 0;
  }
  .hyperhidrosis-pill .contents_list {
    margin-bottom: 16px;
    padding: 32px 16px 16px;
  }
  .hyperhidrosis-pill .contents .explanation {
    margin-bottom: 16px;
  }
  .hyperhidrosis-pill .contents .label {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .hyperhidrosis-pill .contents ul li {
    width: 100%;
  }
  .hyperhidrosis-pill .contents ul li p {
    font-size: 1.4rem;
    max-width: fit-content;
  }
  .hyperhidrosis-pill .attention {
    margin-bottom: 24px;
  }
}

.hyperhidrosis .l-common-column.hyperhidrosis {
  display: block;
}

/* tmc */
.tmc-mainvisual {
  margin: 20px auto 56px;
  max-width: 1200px;
  position: relative;
}
.tmc-mainvisual .logo-wrap {
  display: flex;
  flex-direction: column;
}
.tmc-mainvisual .logo {
  display: block;
  width: 388px;
}
.tmc-mainvisual .logo-powerted {
  margin-top: 10px;
  width: 200px;
}
.tmc-mainvisual .logo-sp {
  display: none;
}
.tmc-mainvisual__row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tmc-mainvisual__row .illustration {
  display: block;
  width: 50%;
  margin: 0 2%;
}
.tmc-mainvisual__row .illustration-sp {
  display: none;
}
.tmc-mainvisual__text-wrap .title {
  font-weight: 800;
  font-size: 3.8rem;
  line-height: 135%;
  text-align: center;
  color: #2196f3;
}
.tmc-mainvisual__text-wrap .tips {
  background-color: #E9F4FE;
  padding: 16px 32px;
  width: fit-content;
  text-align: left;
  margin: 16px auto;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 160%;
  color: #2196f3;
}
.tmc-mainvisual__text-wrap .wrap-check {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  justify-content: space-between;
}
.tmc-mainvisual__text-wrap .icon-check {
  width: 20px;
  height: 20px;
  margin: 4px 0 0 0;
}
.tmc-mainvisual .btn-desc {
  display: none;
  margin-top: 40px;
  text-align: center;
}
.tmc-mainvisual .btn-desc p {
  color: #2196f3;
}
.tmc-mainvisual .btn-desc span {
  padding: 3px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  vertical-align: middle;
}
.tmc-mainvisual ul {
  max-width: 500px;
  margin: auto;
}
.tmc-mainvisual ul li {
  display: flex;
  font-size: 1.6rem;
  color: rgba(42, 48, 57, 0.6);
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 8px;
}
.tmc-mainvisual ul li i {
  color: #2196f3;
  margin-right: 8px;
}
.tmc-mainvisual ul li span {
  font-size: 12px;
}
.tmc-mainvisual .btn {
  width: 311px;
  height: 56px;
  margin: 42px auto 16px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #fff;
}
.tmc-mainvisual .btn p {
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.03em;
  margin-right: 8px;
}
.tmc-mainvisual .note {
  display: block;
  text-align: center;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 180%;
  color: rgba(42, 48, 57, 0.6);
}
.tmc-mainvisual .note:first-child {
  margin-bottom: 4px;
}
.tmc-mainvisual .btn-txt-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .tmc-mainvisual {
    margin: 24px auto 40px;
    padding: 0 4%;
  }
  .tmc-mainvisual .logo-wrap {
    display: none;
  }
  .tmc-mainvisual .logo-sp {
    display: block;
    width: 100%;
    padding: 0 16px 16px;
    box-sizing: border-box;
    border-bottom: 1px solid #737373;
  }
  .tmc-mainvisual__row {
    display: block;
    margin-top: 24px;
    position: relative;
  }
  .tmc-mainvisual__row .illustration {
    display: none;
  }
  .tmc-mainvisual__row .illustration-sp {
    display: block;
    position: absolute;
    top: 94px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .tmc-mainvisual__row .illustration-sp .main-logo {
    display: flex;
    justify-content: center;
    width: 188px;
    margin: auto;
  }
  .tmc-mainvisual__row .illustration-sp .main-illustration {
    display: flex;
    justify-content: center;
    width: 343px;
    margin: auto;
  }
  .tmc-mainvisual__text-wrap .title {
    font-size: 3.2rem;
    padding-bottom: 271px;
  }
  .tmc-mainvisual__text-wrap .tips {
    font-size: 1.7rem;
    padding: 8px 16px;
  }
  .tmc-mainvisual ul {
    margin-bottom: 24px;
  }
  .tmc-mainvisual ul li {
    display: flex;
    align-items: self-start;
  }
  .tmc-mainvisual ul li i {
    padding-top: 4px;
  }
  .tmc-mainvisual .btn-wrap {
    background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
    padding: 24px 16px;
    width: 100%;
    transform: translate(-14px, 10px);
  }
  .tmc-mainvisual .btn-desc {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .tmc-mainvisual .btn-desc p {
    color: #fff;
  }
  .tmc-mainvisual .btn {
    background: #fff;
    color: #2196f3;
    margin: auto;
    width: 100%;
  }
  .tmc-mainvisual .btn .btn-txt-pc {
    display: none;
  }
  .tmc-mainvisual .btn .btn-txt-sp {
    display: block;
  }
  .tmc-mainvisual__sp-wrap {
    background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
    transform: translate(-4%, 0);
    width: 100.6%;
    padding: 24px 4% 16px;
    margin: 16px auto;
  }
  .tmc-mainvisual .note {
    text-align: left;
  }
  .tmc-mainvisual .note.note-sp {
    color: #fff;
    text-align: center;
  }
}

.tmc-after {
  margin: 40px 0;
}
.tmc-after__wrap {
  max-width: 1180px;
  margin: auto;
  padding: 40px 0;
  background-color: rgba(33, 150, 243, 0.08);
  border-radius: 8px;
  text-align: center;
  color: #2196f3;
}
.tmc-after__wrap img {
  width: 207px;
  margin-bottom: 16px;
}
.tmc-after__wrap .title {
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 140%;
  text-align: center;
}
.tmc-after__wrap .tips {
  width: fit-content;
  margin: 24px auto 26px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  text-align: center;
  color: #2196f3;
  position: relative;
}
.tmc-after__wrap .tips::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #2196f3;
  width: 2px;
  height: 30px;
  transform: rotate(-35deg);
  bottom: 0;
  left: -16px;
}
.tmc-after__wrap .tips::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #2196f3;
  width: 2px;
  height: 30px;
  transform: rotate(35deg);
  bottom: 0;
  right: -16px;
}
.tmc-after__wrap .tips br {
  display: none;
}
.tmc-after__wrap .text {
  font-weight: 400;
  line-height: 180%;
}
.tmc-after__wrap ul {
  width: max-content;
  margin: 24px auto 0;
  text-align: left;
}
.tmc-after__wrap ul li {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 160%;
}
@media only screen and (max-width: 640px) {
  .tmc-after {
    padding: 0 4%;
    margin: 32px auto 48px;
  }
  .tmc-after__wrap {
    max-width: 1180px;
    margin: auto;
    padding: 24px 16px;
  }
  .tmc-after__wrap i {
    font-size: 8rem;
    margin-bottom: 12px;
  }
  .tmc-after__wrap .title {
    font-size: 2.4rem;
  }
  .tmc-after__wrap .tips {
    margin: 8px auto 24px;
  }
  .tmc-after__wrap .tips br {
    display: block;
  }
  .tmc-after__wrap .text {
    text-align: left;
  }
  .tmc-after__wrap ul {
    margin: 8px auto 0;
    text-align: left;
    width: 100%;
  }
}

.tmc-price {
  max-width: 1180px;
  margin: 38px auto 80px;
}
.tmc-price .title {
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 140%;
  text-align: center;
  color: #2196f3;
}
.tmc-price .note {
  font-weight: 400;
  line-height: 180%;
  margin: 16px 0 24px;
  text-align: center;
}
.tmc-price ul {
  width: 100%;
  border: 1px solid rgba(42, 48, 57, 0.2);
  border-radius: 8px;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tmc-price ul li {
  margin: 0 40px;
  position: relative;
}
.tmc-price ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: #2196f3;
  position: absolute;
  left: -22px;
}
.tmc-price ul li .list-title {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  margin-bottom: 4px;
  color: #2196f3;
}
.tmc-price ul li span {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 160%;
  color: rgba(42, 48, 57, 0.6);
}
@media only screen and (max-width: 640px) {
  .tmc-price {
    padding: 0 4%;
    margin: 48px auto 40px;
  }
  .tmc-price .title {
    font-size: 2.4rem;
  }
  .tmc-price .note {
    margin: 16px 0;
    text-align: left;
  }
  .tmc-price ul {
    width: auto;
    padding: 24px 18px 16px;
    display: block;
  }
  .tmc-price ul li {
    margin: 0 0 16px 46px;
    position: relative;
  }
  .tmc-price ul li::before {
    left: -34px;
  }
  .tmc-price ul li:last-child {
    margin: 0 0 0 46px;
  }
}

.tmc-start {
  background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
  color: #fff;
  text-align: center;
  margin: 20px auto 56px;
}
.tmc-start__wrap {
  max-width: 583px;
  margin: auto;
  padding: 48px 0;
}
.tmc-start .tips {
  width: fit-content;
  margin: 24px auto 26px;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 27px;
  letter-spacing: 0.03em;
  position: relative;
}
.tmc-start .tips::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #fff;
  width: 2px;
  height: 33px;
  transform: rotate(-35deg);
  bottom: -3px;
  left: -41px;
}
.tmc-start .tips::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #fff;
  width: 2px;
  height: 33px;
  transform: rotate(35deg);
  bottom: -3px;
  right: -41px;
}
.tmc-start .btn {
  width: 311px;
  height: 56px;
  margin: 24px auto 16px;
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #2196f3;
}
.tmc-start .btn p {
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.03em;
  margin-right: 8px;
}
@media only screen and (max-width: 640px) {
  .tmc-start {
    margin: 24px auto 40px;
  }
  .tmc-start__wrap {
    margin: auto;
    padding: 24px 4% 12px;
  }
  .tmc-start .tips {
    width: 220px;
    margin: 0 auto 16px;
    font-size: 1.6rem;
    letter-spacing: 0.48px;
    padding: 0 26px;
  }
  .tmc-start .tips::before {
    width: 2px;
    height: 30px;
    bottom: -3px;
    left: 0;
  }
  .tmc-start .tips::after {
    width: 2px;
    height: 30px;
    bottom: -3px;
    right: 0;
  }
  .tmc-start .btn {
    margin: 16px auto 12px;
  }
  .tmc-start .note {
    font-size: 1.2rem;
  }
}

.tmc-attention {
  background-color: rgba(33, 150, 243, 0.08);
}
.tmc-attention__wrap {
  padding: 56px 0;
  max-width: 742px;
  margin: auto;
}
.tmc-attention .title {
  font-weight: 800;
  font-size: 2rem;
  line-height: 160%;
  text-align: center;
  color: #2196f3;
  margin-bottom: 32px;
}
.tmc-attention ul {
  display: flex;
  justify-content: space-between;
}
.tmc-attention ul li {
  width: 48%;
}
.tmc-attention ul li .title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.tmc-attention ul li .title-wrap i {
  color: #2196f3;
  margin-right: 4px;
}
.tmc-attention ul li .title-wrap .list-title {
  font-weight: 500;
  line-height: 23px;
}
.tmc-attention ul li span {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 160%;
  color: rgba(42, 48, 57, 0.6);
}
@media only screen and (max-width: 640px) {
  .tmc-attention__wrap {
    padding: 32px 4%;
  }
  .tmc-attention .title {
    text-align: left;
    margin-bottom: 19px;
  }
  .tmc-attention ul {
    display: block;
  }
  .tmc-attention ul li {
    width: 100%;
    margin-bottom: 16px;
  }
  .tmc-attention ul li:last-child {
    margin-bottom: 0;
  }
}

.tmc-contact {
  max-width: 800px;
  margin: 64px auto 80px;
}
.tmc-contact .logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tmc-contact .logo-wrap p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 18px;
  letter-spacing: 0.03em;
  color: rgba(42, 48, 57, 0.6);
  margin-right: 4px;
}
.tmc-contact .logo-wrap img {
  width: 109px;
}
.tmc-contact .title {
  font-weight: 800;
  font-size: 2rem;
  line-height: 140%;
  text-align: center;
  margin: 16px auto 32px;
}
.tmc-contact .text {
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 40px;
}
.tmc-contact .list {
  margin-bottom: 40px;
  text-align: center;
}
.tmc-contact .list li {
  margin-bottom: 16px;
}
.tmc-contact .list a {
  text-decoration: none;
  color: #2196f3;
}
.tmc-contact .btn {
  width: 343px;
  height: 48px;
  margin: auto;
  border-radius: 100px;
  background-color: rgba(33, 150, 243, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2196f3;
}
.tmc-contact .btn p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.03em;
  margin-right: 8px;
}
.tmc-contact .icon {
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tmc-contact .icon i {
  color: #2196f3;
  font-size: 7px;
}
@media only screen and (max-width: 640px) {
  .tmc-contact {
    margin: 48px auto;
    padding: 0 4%;
  }
  .tmc-contact .title {
    font-size: 1.8rem;
    margin: 16px auto 14px;
  }
  .tmc-contact .text {
    margin-bottom: 32px;
  }
  .tmc-contact .btn {
    width: 343px;
    height: 48px;
    margin: auto;
    border-radius: 100px;
    background-color: rgba(33, 150, 243, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2196f3;
  }
  .tmc-contact .btn p {
    letter-spacing: 0.48px;
  }
}

.tmc-service-slider {
  padding: 40px 80px;
  width: 100%;
  background: linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.tmc-service-slider__cont {
  padding: 48px 26px;
  max-width: 1180px;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
}
.tmc-service-slider__title-wrap {
  display: flex;
  justify-content: center;
}
.tmc-service-slider__title {
  padding: 8px 16px;
  color: #2196F3;
  background: rgba(33, 150, 243, 0.1);
  font-size: 20px;
  margin: 0;
  margin-bottom: 24px;
}
.tmc-service-slider__slide-box {
  padding: 0 34px;
  width: 33.33333%;
}
.tmc-service-slider__slide-item-img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}
.tmc-service-slider__slide-item-title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.tmc-service-slider__slide-item-step {
  height: 40px;
  width: 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #fff;
  background: linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  border-radius: 100%;
  font-size: 20px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.1;
  margin-right: 12px;
}
.tmc-service-slider__slide-item-step span {
  font-size: 10px;
  transform: scale(0.9);
  letter-spacing: 1px;
  padding-top: 6px;
}
.tmc-service-slider__slide-item-title {
  font-size: 18px;
  font-weight: 800;
  color: #2196F3;
}
.tmc-service-slider__slide-item-text {
  font-size: 14px;
  line-height: 1.8;
}
.tmc-service-slider__slide-item-text span {
  font-size: 1.2rem;
  letter-spacing: 0.24px;
  color: rgba(42, 48, 57, 0.6);
}
.tmc-service-slider .slick-prev.slick-arrow {
  left: -85px;
}
.tmc-service-slider .slick-prev:before {
  font-size: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(45deg);
  border-radius: 3px;
  opacity: 1;
}
.tmc-service-slider .slick-next.slick-arrow {
  right: -67px;
}
.tmc-service-slider .slick-next:before {
  font-size: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
  transform: rotate(45deg);
  border-radius: 3px;
  opacity: 1;
}
.tmc-service-slider .slick-dots li button:before {
  font-size: 12px;
  color: #F3F4F5;
  opacity: 1;
}
.tmc-service-slider .slick-dots li.slick-active button:before {
  color: #2196f3;
}
@media only screen and (max-width: 640px) {
  .tmc-service-slider {
    width: auto;
    padding: 24px 16px;
  }
  .tmc-service-slider__cont {
    padding: 48px 16px;
  }
  .tmc-service-slider__slide-box {
    padding: 0 5px;
  }
}

.tmc-related-service-slider {
  padding: 80px 0;
  background: #F3F4F5;
}
.tmc-related-service-slider__title {
  font-size: 32px;
  font-weight: 800;
  text-align: center;
  margin-top: 0;
  margin-bottom: 48px;
}
.tmc-related-service-slider__slide-wrap {
  overflow: hidden;
}
.tmc-related-service-slider__slide {
  position: relative;
  right: -140px;
}
.tmc-related-service-slider__slide-box {
  padding: 0 16px;
  box-sizing: border-box;
  transition: 0.3s;
}
.tmc-related-service-slider__slide-img {
  width: 100%;
  height: 216px;
  object-fit: cover;
}
.tmc-related-service-slider__slide-title {
  margin: 16px 0;
  color: #2196F3;
  font-size: 18px;
  font-weight: 800;
}
.tmc-related-service-slider__slide-desc {
  margin-bottom: 16px;
  color: #aeb0b4;
  font-size: 14px;
  line-height: 1.6;
  min-height: 85px;
}
.tmc-related-service-slider__slide-btn {
  padding: 8px 0;
  width: 100%;
  color: #2196F3;
  border: 1px solid #2196F3;
  background-color: #fff;
  border-radius: 100px;
  width: 100%;
  display: block;
  text-align: center;
  transition: 0.3s;
}
.tmc-related-service-slider__slide-btn:hover {
  opacity: 0.6;
}
.tmc-related-service-slider .slick-prev.slick-arrow {
  left: -85px;
}
.tmc-related-service-slider .slick-prev:before {
  font-size: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-left: 5px solid #c6c7c9;
  border-bottom: 5px solid #c6c7c9;
  transform: rotate(45deg);
  border-radius: 3px;
  opacity: 1;
}
.tmc-related-service-slider .slick-next.slick-arrow {
  right: 233px;
}
.tmc-related-service-slider .slick-next:before {
  font-size: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-right: 5px solid #2196F3;
  border-top: 5px solid #2196F3;
  transform: rotate(45deg);
  border-radius: 3px;
  opacity: 1;
}
.tmc-related-service-slider .slick-active + .slick-active + .slick-active + .slick-active {
  opacity: 0.3;
}
@media only screen and (max-width: 640px) {
  .tmc-related-service-slider {
    padding: 48px 0;
  }
  .tmc-related-service-slider__title {
    font-size: 20px;
  }
  .tmc-related-service-slider__slide {
    right: 0;
    overflow-x: scroll;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    max-width: 1200px;
  }
  .tmc-related-service-slider__slide-box {
    width: 280px;
    display: grid;
  }
}

/* fever-corona */
.l-nav.fever-corona {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 100;
}
.l-nav.fever-corona .l-nav__inner .buttons .btn-default {
  text-shadow: none;
  box-shadow: none;
}
.l-nav.fever-corona.scroll {
  box-shadow: 0px 0px 12px 0px rgba(42, 48, 57, 0.2);
}
@media only screen and (max-width: 640px) {
  .l-nav.fever-corona .l-nav__inner {
    height: 52px;
  }
  .l-nav.fever-corona .l-nav__inner .logo img {
    width: 126px;
  }
  .l-nav.fever-corona .l-nav__inner .buttons .btn-default {
    padding: 5px 12px;
    width: 118px;
    height: 22px;
  }
}

.fever-corona-mainvisual {
  max-width: 1200px;
  margin: 86px auto 80px;
}
.fever-corona-mainvisual .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.fever-corona-mainvisual .wrap .mainvisual-img {
  width: 50%;
  margin-right: 2%;
}
.fever-corona-mainvisual .wrap .box {
  text-align: center;
}
.fever-corona-mainvisual .wrap .box .logo {
  margin: auto;
  width: 184px;
}
.fever-corona-mainvisual .wrap .box .title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fever-corona-mainvisual .wrap .box .title {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 135%;
  color: #2196f3;
  text-align: left;
}
.fever-corona-mainvisual .wrap .box .sub-title {
  text-shadow: 25px 27px 30px 0px rgba(255, 255, 255, 0.25);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.48px;
}
.fever-corona-mainvisual .wrap .box .tips {
  width: fit-content;
  margin: 32px auto 16px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 160%;
  color: #2196f3;
  position: relative;
}
.fever-corona-mainvisual .wrap .box .tips::before {
  content: "";
  width: 4px;
  height: 61px;
  background-color: #2196f3;
  transform: rotate(-35deg);
  position: absolute;
  left: -22px;
  bottom: 0;
}
.fever-corona-mainvisual .wrap .box .tips::after {
  content: "";
  width: 4px;
  height: 61px;
  background-color: #2196f3;
  transform: rotate(35deg);
  position: absolute;
  right: -22px;
  bottom: 0;
}
.fever-corona-mainvisual .wrap .box ul {
  max-width: 500px;
  margin: auto;
}
.fever-corona-mainvisual .wrap .box ul li {
  display: flex;
  font-size: 1.6rem;
  color: rgba(42, 48, 57, 0.6);
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 8px;
}
.fever-corona-mainvisual .wrap .box ul li:last-child {
  margin-bottom: 0;
}
.fever-corona-mainvisual .wrap .box ul li i {
  color: #2196f3;
  margin-right: 8px;
  padding-top: 5px;
}
.fever-corona-mainvisual .wrap .box ul li span {
  font-size: 12px;
}
.fever-corona-mainvisual .wrap .box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 311px;
  height: 56px;
  border-radius: 100px;
  background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin: 24px auto 16px;
}
.fever-corona-mainvisual .wrap .box .btn i {
  margin-left: 8px;
}
.fever-corona-mainvisual .wrap .box .note {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .fever-corona-mainvisual {
    padding: 0 4%;
    margin: 57px auto 40px;
  }
  .fever-corona-mainvisual .wrap {
    display: block;
  }
  .fever-corona-mainvisual .wrap .mainvisual-img {
    width: 100%;
    margin-right: 0;
  }
  .fever-corona-mainvisual .wrap .box {
    text-align: center;
  }
  .fever-corona-mainvisual .wrap .box .logo {
    margin: auto;
    width: 197px;
  }
  .fever-corona-mainvisual .wrap .box .title-wrap {
    margin-bottom: 14px;
  }
  .fever-corona-mainvisual .wrap .box .title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: normal;
    color: #2196f3;
    margin-left: 6px;
  }
  .fever-corona-mainvisual .wrap .box .sub-title {
    display: none;
  }
  .fever-corona-mainvisual .wrap .box .tips {
    margin: 0 auto 16px;
    font-size: 2rem;
    font-weight: 500;
    color: #2A3039;
  }
  .fever-corona-mainvisual .wrap .box .tips::before {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #2A3039;
    bottom: 8px;
  }
  .fever-corona-mainvisual .wrap .box .tips::after {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #2A3039;
    bottom: 8px;
  }
  .fever-corona-mainvisual .wrap .box .btn-wrap {
    background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
    padding: 24px 0;
    width: 108.3%;
    transform: translate(-14px, 10px);
  }
  .fever-corona-mainvisual .wrap .box .btn {
    background: #fff;
    color: #2196f3;
    margin: auto;
  }
  .fever-corona-mainvisual .wrap .box .note {
    display: block;
    margin-top: 28px;
  }
}

.fever-corona-attention {
  max-width: 800px;
  margin: 0 auto 80px;
}
.fever-corona-attention .sub-title {
  color: rgba(42, 48, 57, 0.6);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.54px;
}
.fever-corona-attention .title {
  color: #2196f3;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 140%;
  margin: 16px auto 48px;
}
.fever-corona-attention .box {
  border-radius: 8px;
  border: 1px solid rgba(42, 48, 57, 0.2);
  padding: 24px;
  margin-bottom: 24px;
}
.fever-corona-attention .box:last-child {
  margin-bottom: 0;
}
.fever-corona-attention .box.flex {
  display: flex;
}
.fever-corona-attention .box .txt {
  font-weight: 400;
  line-height: 180%;
  margin: 9.8px 0 8px;
}
.fever-corona-attention .box .note {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
}
.fever-corona-attention .box .big {
  color: #2196f3;
  font-size: 2rem;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 0.6px;
  margin-top: 9.5px;
}
.fever-corona-attention .box a {
  color: #2196f3;
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
}
.fever-corona-attention .wrap {
  display: flex;
  align-items: center;
}
.fever-corona-attention .wrap .icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.fever-corona-attention .wrap .icon.small {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.fever-corona-attention .wrap p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 160%;
}
.fever-corona-attention .info {
  width: 160px;
  margin-left: 16px;
}
@media only screen and (max-width: 640px) {
  .fever-corona-attention {
    margin: 0 auto 48px;
    padding: 0 4%;
  }
  .fever-corona-attention .sub-title {
    font-size: 1.6rem;
    letter-spacing: 0.48px;
  }
  .fever-corona-attention .title {
    font-size: 2rem;
    line-height: 100%;
    margin: 8px auto 24px;
  }
  .fever-corona-attention .box {
    padding: 16px;
    margin-bottom: 16px;
  }
  .fever-corona-attention .box:last-child {
    margin-bottom: 0;
  }
  .fever-corona-attention .box.flex {
    display: block;
  }
  .fever-corona-attention .box .txt {
    margin: 8px 0;
  }
  .fever-corona-attention .box .big {
    font-size: 1.6rem;
    margin-top: 8px;
  }
  .fever-corona-attention .box a {
    color: #2196f3;
    text-decoration: underline;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 160%;
  }
  .fever-corona-attention .wrap {
    display: inline;
  }
  .fever-corona-attention .wrap .icon {
    transform: translate(0px, 6px);
    display: inline;
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
  .fever-corona-attention .wrap .icon.small {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
  .fever-corona-attention .wrap p {
    display: inline;
    font-size: 1.6rem;
    margin-top: -10px;
  }
  .fever-corona-attention .info {
    width: 100%;
    margin: 8px 0 0 0;
  }
}

.fever-corona-pill {
  max-width: 1180px;
  margin: 80px auto 96px;
}
.fever-corona-pill .title {
  color: #2196f3;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 1.28px;
}
.fever-corona-pill .box {
  margin: 40px auto 56px;
}
.fever-corona-pill .box:last-child {
  margin: auto;
}
.fever-corona-pill .box .category {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.72px;
  margin-bottom: 32px;
}
.fever-corona-pill .box .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.fever-corona-pill .box .cont {
  border-radius: 8px;
  background: rgba(33, 150, 243, 0.05);
  padding: 24px 32px;
  margin-right: 24px;
  width: 30%;
  min-height: 162px;
}
.fever-corona-pill .box .cont:last-child {
  margin-right: 0;
}
.fever-corona-pill .box .cont.second {
  min-height: 112px;
  padding: 16px;
}
.fever-corona-pill .box .cont.info {
  border-radius: 8px;
  border: 1px solid rgba(42, 48, 57, 0.2);
  background: #fff;
  display: flex;
  align-items: center;
}
.fever-corona-pill .box .cont.info img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.fever-corona-pill .box .cont.info .text {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  line-height: 160%;
}
.fever-corona-pill .box .cont .label {
  color: #2196f3;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.48px;
  margin-bottom: 8px;
}
.fever-corona-pill .box .cont ul li {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 4px;
  padding-left: 10px;
  position: relative;
}
.fever-corona-pill .box .cont ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #2196f3;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 5.4px;
}
.fever-corona-pill .box .cont ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .fever-corona-pill {
    margin: 48px auto 40px;
    padding: 0 4%;
  }
  .fever-corona-pill .title {
    font-size: 2.4rem;
    letter-spacing: 0.96px;
  }
  .fever-corona-pill .box {
    margin: 8px auto 24px;
  }
  .fever-corona-pill .box:last-child {
    margin: auto;
  }
  .fever-corona-pill .box .category {
    font-size: 1.8rem;
    letter-spacing: 0.54px;
    margin-bottom: 16px;
  }
  .fever-corona-pill .box .wrap {
    display: block;
  }
  .fever-corona-pill .box .cont {
    width: 91%;
    border-radius: 8px;
    padding: 16px;
    margin: 0 0 12px 0;
    min-height: auto;
  }
  .fever-corona-pill .box .cont:last-child {
    margin: 0;
  }
  .fever-corona-pill .box .cont.second {
    min-height: auto;
  }
  .fever-corona-pill .box .cont ul li::before {
    top: 7px;
  }
}

.tmc-after.fever-corona {
  margin: 64px auto 42px;
}

.l-map.fever-corona {
  background: rgba(33, 150, 243, 0.05);
  margin: 0 auto 80px;
  padding: 80px 0;
}
.l-map.fever-corona .title {
  color: #2196f3;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 1.28px;
  margin-block-start: 0;
  margin-block-end: 32px;
}
.l-map.fever-corona .l-map__button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 222px;
  height: 48px;
}
.l-map.fever-corona .l-map__button p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin-right: 8px;
}
.l-map.fever-corona .note {
  text-align: center;
  color: rgba(42, 48, 57, 0.6);
  line-height: 160%;
  margin: 32px auto;
}
@media only screen and (max-width: 640px) {
  .l-map.fever-corona {
    margin: 0 auto 48px;
    padding: 48px 0;
  }
  .l-map.fever-corona .title {
    font-size: 2.4rem;
    letter-spacing: 0.96px;
    margin-block-end: 16px;
  }
  .l-map.fever-corona .l-map__button {
    max-width: 165px;
    height: 37px;
  }
  .l-map.fever-corona .l-map__button p {
    font-size: 1.4rem;
    letter-spacing: 0.42px;
  }
  .l-map.fever-corona .note {
    text-align: left;
    margin: 16px auto;
    padding: 0 4%;
  }
  .l-map.fever-corona .l-map__map {
    padding: 0 4%;
    width: 92%;
  }
}

.l-faq.fever-corona {
  background: #fff;
  margin: 0 auto 80px;
  padding: 0;
}
.l-faq.fever-corona .big-title {
  color: #2196f3;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 40px;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 140%;
}
.l-faq.fever-corona .c-question-list {
  grid-column-gap: 40px;
  grid-row-gap: 0;
}
.l-faq.fever-corona .c-question-list .c-question-list__item {
  min-height: 170px;
  border-top: 1px solid rgba(42, 48, 57, 0.2);
  padding: 24px 0;
}
.l-faq.fever-corona .c-question-list .c-question-list__item:nth-last-child(1) {
  border-bottom: 1px solid rgba(42, 48, 57, 0.2);
}
.l-faq.fever-corona .c-question-list .c-question-list__item:nth-last-child(2) {
  border-bottom: 1px solid rgba(42, 48, 57, 0.2);
}
.l-faq.fever-corona .c-question-list .c-question-list__item .title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 24px;
}
.l-faq.fever-corona .c-question-list .c-question-list__item .title span {
  color: #2196f3;
}
.l-faq.fever-corona .c-question-list .c-question-list__item .detail {
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.28px;
}
@media only screen and (max-width: 640px) {
  .l-faq.fever-corona {
    margin: 0 auto 48px;
  }
  .l-faq.fever-corona .big-title {
    margin-block-end: 16px;
    font-size: 2.4rem;
    letter-spacing: 0.96px;
  }
  .l-faq.fever-corona .c-question-list .c-question-list__item {
    min-height: auto;
    padding: 16px 0;
  }
  .l-faq.fever-corona .c-question-list .c-question-list__item:nth-last-child(1) {
    border-bottom: 1px solid rgba(42, 48, 57, 0.2);
  }
  .l-faq.fever-corona .c-question-list .c-question-list__item:nth-last-child(2) {
    border-bottom: none;
  }
  .l-faq.fever-corona .c-question-list .c-question-list__item .title {
    border-bottom: none;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 23px;
    padding-bottom: 0;
  }
  .l-faq.fever-corona .c-question-list .c-question-list__item .title::before {
    height: 1px;
    width: 1px;
  }
}

.fever-corona .l-common-column.fever-corona {
  display: block;
}

/* dysmenorrhea-pms */
.l-nav.dysmenorrhea-pms {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 100;
}
.l-nav.dysmenorrhea-pms .l-nav__inner .buttons .btn-default {
  text-shadow: none;
  box-shadow: none;
}
.l-nav.dysmenorrhea-pms.scroll {
  box-shadow: 0px 0px 12px 0px rgba(42, 48, 57, 0.2);
}
@media only screen and (max-width: 640px) {
  .l-nav.dysmenorrhea-pms .l-nav__inner {
    height: 52px;
  }
  .l-nav.dysmenorrhea-pms .l-nav__inner .logo img {
    width: 126px;
  }
  .l-nav.dysmenorrhea-pms .l-nav__inner .buttons .btn-default {
    padding: 5px 12px;
    width: 118px;
    height: 22px;
  }
}

.dysmenorrhea-pms-mainvisual {
  max-width: 1200px;
  margin: 86px auto 80px;
}
.dysmenorrhea-pms-mainvisual .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dysmenorrhea-pms-mainvisual .wrap .mainvisual-img {
  width: 50%;
  margin-right: 2%;
}
.dysmenorrhea-pms-mainvisual .wrap .sp {
  display: none;
}
.dysmenorrhea-pms-mainvisual .wrap .box {
  text-align: center;
}
.dysmenorrhea-pms-mainvisual .wrap .box .logo {
  margin: 0 auto 12px;
  width: 184px;
}
.dysmenorrhea-pms-mainvisual .wrap .box .title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dysmenorrhea-pms-mainvisual .wrap .box .icon {
  width: 64px;
  height: 64px;
}
.dysmenorrhea-pms-mainvisual .wrap .box .title {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 135%;
  color: #2196f3;
  text-align: left;
}
.dysmenorrhea-pms-mainvisual .wrap .box .sub-title {
  text-shadow: 25px 27px 30px 0px rgba(255, 255, 255, 0.25);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.48px;
}
.dysmenorrhea-pms-mainvisual .wrap .box .tips-wrap {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}
.dysmenorrhea-pms-mainvisual .wrap .box .tips {
  width: fit-content;
  margin: 32px 0 16px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 160%;
  color: #2196f3;
  position: relative;
}
.dysmenorrhea-pms-mainvisual .wrap .box .tips::before {
  content: "";
  width: 4px;
  height: 61px;
  background-color: #2196f3;
  transform: rotate(-35deg);
  position: absolute;
  left: -22px;
  bottom: 0;
}
.dysmenorrhea-pms-mainvisual .wrap .box .tips::after {
  content: "";
  width: 4px;
  height: 61px;
  background-color: #2196f3;
  transform: rotate(35deg);
  position: absolute;
  right: -22px;
  bottom: 0;
}
.dysmenorrhea-pms-mainvisual .wrap .box ul {
  max-width: 500px;
  margin: auto;
}
.dysmenorrhea-pms-mainvisual .wrap .box ul li {
  display: flex;
  font-size: 1.6rem;
  color: rgba(42, 48, 57, 0.6);
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 8px;
}
.dysmenorrhea-pms-mainvisual .wrap .box ul li:last-child {
  margin-bottom: 0;
}
.dysmenorrhea-pms-mainvisual .wrap .box ul li i {
  color: #00BCD4;
  margin-right: 8px;
  padding-top: 5px;
}
.dysmenorrhea-pms-mainvisual .wrap .box ul li span {
  font-size: 12px;
}
.dysmenorrhea-pms-mainvisual .wrap .box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 311px;
  height: 56px;
  border-radius: 100px;
  background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin: 24px auto 16px;
}
.dysmenorrhea-pms-mainvisual .wrap .box .btn i {
  margin-left: 8px;
}
.dysmenorrhea-pms-mainvisual .wrap .box .note {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .dysmenorrhea-pms-mainvisual {
    padding: 0 4%;
    margin: 57px auto 40px;
  }
  .dysmenorrhea-pms-mainvisual .wrap {
    display: block;
  }
  .dysmenorrhea-pms-mainvisual .wrap .mainvisual-img {
    width: 100%;
    margin-right: 0;
  }
  .dysmenorrhea-pms-mainvisual .wrap .pc {
    display: none;
  }
  .dysmenorrhea-pms-mainvisual .wrap .sp {
    display: block;
  }
  .dysmenorrhea-pms-mainvisual .wrap .box {
    text-align: center;
  }
  .dysmenorrhea-pms-mainvisual .wrap .box .logo {
    margin: auto;
    width: 197px;
  }
  .dysmenorrhea-pms-mainvisual .wrap .box .title-wrap {
    margin-bottom: 23px;
  }
  .dysmenorrhea-pms-mainvisual .wrap .box .title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: normal;
    color: #2196f3;
  }
  .dysmenorrhea-pms-mainvisual .wrap .box .sub-title {
    display: none;
  }
  .dysmenorrhea-pms-mainvisual .wrap .box .tips {
    margin: 0 auto 16px;
    font-size: 2rem;
    font-weight: 500;
    color: #2A3039;
  }
  .dysmenorrhea-pms-mainvisual .wrap .box .tips::before {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #2A3039;
    bottom: 8px;
  }
  .dysmenorrhea-pms-mainvisual .wrap .box .tips::after {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #2A3039;
    bottom: 8px;
  }
  .dysmenorrhea-pms-mainvisual .wrap .box .btn-wrap {
    background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
    padding: 24px 0;
    width: 108.3%;
    transform: translate(-14px, 10px);
  }
  .dysmenorrhea-pms-mainvisual .wrap .box .btn {
    background: #fff;
    color: #2196f3;
    margin: auto;
  }
  .dysmenorrhea-pms-mainvisual .wrap .box .note {
    display: block;
    margin-top: 28px;
  }
}

.dysmenorrhea-pms-attention {
  max-width: 800px;
  margin: 0 auto 80px;
}
.dysmenorrhea-pms-attention .sub-title {
  color: rgba(42, 48, 57, 0.6);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.54px;
}
.dysmenorrhea-pms-attention .sub-title br {
  display: none;
}
.dysmenorrhea-pms-attention .title {
  color: #2196f3;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 140%;
  margin: 16px auto 48px;
}
.dysmenorrhea-pms-attention .box {
  border-radius: 8px;
  border: 1px solid rgba(42, 48, 57, 0.2);
  padding: 24px;
  margin-bottom: 24px;
}
.dysmenorrhea-pms-attention .box:last-child {
  margin-bottom: 0;
}
.dysmenorrhea-pms-attention .box.flex {
  display: flex;
}
.dysmenorrhea-pms-attention .box .txt {
  position: relative;
  font-weight: 400;
  line-height: 180%;
  margin: 9.8px 0 8px;
  padding-left: 23px;
}
.dysmenorrhea-pms-attention .box .txt:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
}
.dysmenorrhea-pms-attention .box .note {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
}
.dysmenorrhea-pms-attention .box .big {
  color: #2196f3;
  font-size: 2rem;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 0.6px;
  margin-top: 9.5px;
}
.dysmenorrhea-pms-attention .box a {
  color: #2196f3;
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
}
.dysmenorrhea-pms-attention .wrap {
  display: flex;
  align-items: center;
}
.dysmenorrhea-pms-attention .wrap .icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.dysmenorrhea-pms-attention .wrap .icon.small {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.dysmenorrhea-pms-attention .wrap p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 160%;
  color: #2196f3;
}
.dysmenorrhea-pms-attention .info {
  width: 160px;
  margin-left: 16px;
}
@media only screen and (max-width: 640px) {
  .dysmenorrhea-pms-attention {
    margin: 0 auto 48px;
    padding: 0 4%;
  }
  .dysmenorrhea-pms-attention .sub-title {
    font-size: 1.6rem;
    letter-spacing: 0.48px;
  }
  .dysmenorrhea-pms-attention .sub-title br {
    display: block;
  }
  .dysmenorrhea-pms-attention .title {
    font-size: 2rem;
    line-height: 100%;
    margin: 8px auto 24px;
  }
  .dysmenorrhea-pms-attention .box {
    padding: 16px;
    margin-bottom: 16px;
  }
  .dysmenorrhea-pms-attention .box:last-child {
    margin-bottom: 0;
  }
  .dysmenorrhea-pms-attention .box.flex {
    display: block;
  }
  .dysmenorrhea-pms-attention .box .txt {
    margin: 8px 0;
  }
  .dysmenorrhea-pms-attention .box .big {
    font-size: 1.6rem;
    margin-top: 8px;
  }
  .dysmenorrhea-pms-attention .box a {
    color: #2196f3;
    text-decoration: underline;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 160%;
  }
  .dysmenorrhea-pms-attention .wrap {
    display: inline;
  }
  .dysmenorrhea-pms-attention .wrap .icon {
    transform: translate(0px, 6px);
    display: inline;
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
  .dysmenorrhea-pms-attention .wrap .icon.small {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
  .dysmenorrhea-pms-attention .wrap p {
    display: inline;
    font-size: 1.6rem;
    margin-top: -10px;
  }
  .dysmenorrhea-pms-attention .info {
    width: 100%;
    margin: 8px 0 0 0;
  }
}

.dysmenorrhea-pms-search-clinic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px 16px;
  background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
}
.dysmenorrhea-pms-search-clinic .title {
  margin: 0 auto 48px;
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
}
.dysmenorrhea-pms-search-clinic .btn {
  display: block;
  margin: 0 auto;
  padding: 12px 0;
  max-width: 343px;
  width: 100%;
  border-radius: 50px;
  font-size: 1.6rem;
  text-align: center;
  color: #2196f3;
  background-color: #fff;
}
@media only screen and (max-width: 640px) {
  .dysmenorrhea-pms-search-clinic {
    padding: 40px 16px;
  }
  .dysmenorrhea-pms-search-clinic .title {
    margin-bottom: 24px;
    font-size: 2rem;
  }
}

.dysmenorrhea-pms-cont {
  padding: 80px 16px;
  background: rgba(33, 150, 243, 0.05);
}
.dysmenorrhea-pms-cont__wrap {
  margin: auto;
  max-width: 800px;
  text-align: center;
}
.dysmenorrhea-pms-cont__title {
  margin-bottom: 48px;
  font-size: 32px;
  color: #2196f3;
}
.dysmenorrhea-pms-cont__subtitle {
  margin-bottom: 48px;
  font-size: 2rem;
}
.dysmenorrhea-pms-cont__img {
  margin: 0 auto 32px;
  max-width: 600px;
}
.dysmenorrhea-pms-cont__img img {
  width: 100%;
}
.dysmenorrhea-pms-cont__txt {
  margin-bottom: 64px;
  text-align: left;
  line-height: 1.6;
}
.dysmenorrhea-pms-cont__list-pc {
  margin-bottom: 32px;
}
.dysmenorrhea-pms-cont__list-pc img {
  width: 100%;
}
.dysmenorrhea-pms-cont__list-sp {
  display: none;
}
@media only screen and (max-width: 640px) {
  .dysmenorrhea-pms-cont {
    padding: 48px 16px 40px;
  }
  .dysmenorrhea-pms-cont__title {
    margin-bottom: 24px;
    font-size: 2.4rem;
  }
  .dysmenorrhea-pms-cont__subtitle {
    margin-bottom: 24px;
    font-size: 1.6rem;
  }
  .dysmenorrhea-pms-cont__list-pc {
    display: none;
  }
  .dysmenorrhea-pms-cont__list-sp {
    display: block;
    margin-bottom: 24px;
  }
  .dysmenorrhea-pms-cont__list-sp img {
    width: 100%;
  }
  .dysmenorrhea-pms-cont__item {
    margin-right: 0;
  }
}

.dysmenorrhea-pms-pill {
  max-width: 1180px;
  margin: 80px auto 96px;
}
.dysmenorrhea-pms-pill .title {
  color: #2196f3;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 1.28px;
}
.dysmenorrhea-pms-pill .box {
  margin: 40px auto 56px;
}
.dysmenorrhea-pms-pill .box .category {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.72px;
  margin-bottom: 32px;
}
.dysmenorrhea-pms-pill .box .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 24px;
  grid-column-gap: 24px;
  margin: auto;
  max-width: 800px;
}
.dysmenorrhea-pms-pill .box .cont {
  border-radius: 8px;
  background: rgba(33, 150, 243, 0.05);
  padding: 24px 32px;
  width: 100%;
  box-sizing: border-box;
}
.dysmenorrhea-pms-pill .box .cont:last-child {
  margin-right: 0;
}
.dysmenorrhea-pms-pill .box .cont.second {
  min-height: 112px;
  padding: 16px;
}
.dysmenorrhea-pms-pill .box .cont.info {
  border-radius: 8px;
  border: 1px solid rgba(42, 48, 57, 0.2);
  background: #fff;
  display: flex;
  align-items: center;
}
.dysmenorrhea-pms-pill .box .cont.info img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.dysmenorrhea-pms-pill .box .cont.info .text {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  line-height: 160%;
}
.dysmenorrhea-pms-pill .box .cont .label {
  color: #2196f3;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.48px;
  margin-bottom: 8px;
}
.dysmenorrhea-pms-pill .box .cont ul li {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 4px;
  padding-left: 10px;
  position: relative;
}
.dysmenorrhea-pms-pill .box .cont ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #2196f3;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 5.4px;
}
.dysmenorrhea-pms-pill .box .cont ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .dysmenorrhea-pms-pill {
    margin: 40px auto;
    padding: 0 4%;
  }
  .dysmenorrhea-pms-pill .title {
    margin-bottom: 16px;
    font-size: 2.4rem;
    letter-spacing: 0.96px;
  }
  .dysmenorrhea-pms-pill .box {
    margin: 8px auto 24px;
  }
  .dysmenorrhea-pms-pill .box:last-child {
    margin: auto;
  }
  .dysmenorrhea-pms-pill .box .category {
    font-size: 1.8rem;
    letter-spacing: 0.54px;
    margin-bottom: 16px;
  }
  .dysmenorrhea-pms-pill .box .wrap {
    display: block;
  }
  .dysmenorrhea-pms-pill .box .cont {
    width: 100%;
    border-radius: 8px;
    padding: 16px;
    margin: 0 0 12px 0;
    min-height: auto;
  }
  .dysmenorrhea-pms-pill .box .cont:last-child {
    margin: 0;
  }
  .dysmenorrhea-pms-pill .box .cont.second {
    min-height: auto;
  }
  .dysmenorrhea-pms-pill .box .cont ul li::before {
    top: 7px;
  }
}

.column {
  display: flex;
  justify-content: center;
  background: #F3F4F5;
  padding: 0 16px;
}
.column__body {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: auto;
  padding: 48px 16px;
  max-width: 1150px;
  width: 100%;
}
.column__list {
  margin-top: 24px;
  padding: 12px 16px;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
}
.column__item {
  margin-bottom: 12px;
  padding: 16px 0;
  width: 100%;
  border-bottom: 1px solid #D4D6D7;
}
.column__item:last-child {
  margin-bottom: 0;
  border: none;
}
.column__link {
  display: flex;
  align-items: center;
}
.column__link:hover {
  transition: 0.3s;
  text-decoration: none;
  opacity: 0.7;
}
.column__tag {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  padding: 12px;
  border-radius: 8px;
  margin-right: 23px;
  color: #fff;
}
.column__attention {
  font-size: 1.2rem;
  margin-top: 12px;
}
.column.dysmenorrhea-pms {
  color: #46362E;
}
.column.dysmenorrhea-pms .title {
  margin: 0 auto 24px;
  font-size: 2.4rem;
  color: #2196f3;
}
.column.dysmenorrhea-pms .column__text {
  color: #46362E;
}
@media only screen and (max-width: 640px) {
  .column__body {
    width: auto;
  }
  .column__list {
    margin: 0;
  }
  .column__item {
    margin-bottom: 0;
  }
  .column__item:last-child {
    border: none;
  }
  .column__tag {
    margin-right: 12px;
  }
  .column__dec {
    margin: 67px 0 24px;
  }
  .column__btn {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
  .column.dysmenorrhea-pms .title {
    margin: 0 auto 24px;
    font-size: 2.4rem;
    color: #2196f3;
  }
  .column.dysmenorrhea-pms .column__text {
    color: #46362E;
  }
}

.tmc-after.dysmenorrhea-pms {
  margin: 64px auto 42px;
}

.l-map.dysmenorrhea-pms {
  background: rgba(33, 150, 243, 0.05);
  margin: 0 auto 80px;
  padding: 80px 0;
}
.l-map.dysmenorrhea-pms .number-of-stores {
  margin: 0 auto 32px;
  max-width: 310px;
}
.l-map.dysmenorrhea-pms .number-of-stores img {
  width: 100%;
}
.l-map.dysmenorrhea-pms .logo-clinic {
  margin: 0 auto 40px;
  max-width: 310px;
}
.l-map.dysmenorrhea-pms .logo-clinic img {
  width: 100%;
}
.l-map.dysmenorrhea-pms .title {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 1.28px;
  margin-block-start: 0;
  margin-block-end: 32px;
}
.l-map.dysmenorrhea-pms .logo-pharmacy__flex {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 520px;
}
.l-map.dysmenorrhea-pms .logo-pharmacy__flex img {
  width: 100%;
  max-width: 245px;
}
.l-map.dysmenorrhea-pms .logo-pharmacy__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: 80px;
  max-width: 940px;
}
.l-map.dysmenorrhea-pms .logo-pharmacy__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  width: 25%;
}
.l-map.dysmenorrhea-pms .logo-pharmacy__item img {
  width: 90%;
}
.l-map.dysmenorrhea-pms .l-map__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px auto;
  max-width: 222px;
  height: 48px;
}
.l-map.dysmenorrhea-pms .l-map__button p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin-right: 8px;
}
.l-map.dysmenorrhea-pms .note {
  text-align: center;
  color: rgba(42, 48, 57, 0.6);
  line-height: 160%;
  margin: 32px auto;
}
@media only screen and (max-width: 640px) {
  .l-map.dysmenorrhea-pms {
    margin: 0 auto 48px;
    padding: 48px 16px;
  }
  .l-map.dysmenorrhea-pms .title {
    font-size: 2.4rem;
    letter-spacing: 0.96px;
    margin-block-end: 28px;
  }
  .l-map.dysmenorrhea-pms .number-of-stores {
    max-width: 220px;
  }
  .l-map.dysmenorrhea-pms .logo-pharmacy__flex {
    flex-direction: column;
    max-width: 220px;
  }
  .l-map.dysmenorrhea-pms .logo-pharmacy__flex img + img {
    margin-top: 40px;
  }
  .l-map.dysmenorrhea-pms .logo-pharmacy__item {
    width: 47%;
  }
  .l-map.dysmenorrhea-pms .logo-pharmacy__item:nth-child(odd) {
    padding-right: 5px;
  }
  .l-map.dysmenorrhea-pms .logo-pharmacy__item:nth-child(even) {
    padding-left: 5px;
  }
  .l-map.dysmenorrhea-pms .logo-pharmacy__item img {
    width: 100%;
  }
  .l-map.dysmenorrhea-pms .l-map__button {
    max-width: 165px;
    height: 37px;
  }
  .l-map.dysmenorrhea-pms .l-map__button p {
    font-size: 1.4rem;
    letter-spacing: 0.42px;
  }
  .l-map.dysmenorrhea-pms .note {
    text-align: left;
    margin: 16px auto;
    padding: 0 4%;
  }
  .l-map.dysmenorrhea-pms .l-map__map {
    padding: 0 4%;
    width: 92%;
  }
}

.l-faq.dysmenorrhea-pms {
  background: #fff;
  margin: 0 auto 80px;
  padding: 0;
}
.l-faq.dysmenorrhea-pms .big-title {
  color: #2196f3;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 40px;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 140%;
}
.l-faq.dysmenorrhea-pms .c-question-list {
  grid-column-gap: 40px;
  grid-row-gap: 0;
}
.l-faq.dysmenorrhea-pms .c-question-list .c-question-list__item {
  min-height: 170px;
  border-top: 1px solid rgba(42, 48, 57, 0.2);
  padding: 24px 0;
}
.l-faq.dysmenorrhea-pms .c-question-list .c-question-list__item:nth-last-child(1) {
  border-bottom: 1px solid rgba(42, 48, 57, 0.2);
}
.l-faq.dysmenorrhea-pms .c-question-list .c-question-list__item:nth-last-child(2) {
  border-bottom: 1px solid rgba(42, 48, 57, 0.2);
}
.l-faq.dysmenorrhea-pms .c-question-list .c-question-list__item .title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 24px;
}
.l-faq.dysmenorrhea-pms .c-question-list .c-question-list__item .title span {
  color: #2196f3;
}
.l-faq.dysmenorrhea-pms .c-question-list .c-question-list__item .detail {
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.28px;
}
@media only screen and (max-width: 640px) {
  .l-faq.dysmenorrhea-pms {
    margin: 0 auto 48px;
  }
  .l-faq.dysmenorrhea-pms .big-title {
    margin-block-end: 16px;
    font-size: 2.4rem;
    letter-spacing: 0.96px;
  }
  .l-faq.dysmenorrhea-pms .c-question-list .c-question-list__item {
    min-height: auto;
    padding: 16px 0;
  }
  .l-faq.dysmenorrhea-pms .c-question-list .c-question-list__item:nth-last-child(1) {
    border-bottom: 1px solid rgba(42, 48, 57, 0.2);
  }
  .l-faq.dysmenorrhea-pms .c-question-list .c-question-list__item:nth-last-child(2) {
    border-bottom: none;
  }
  .l-faq.dysmenorrhea-pms .c-question-list .c-question-list__item .title {
    border-bottom: none;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 23px;
    padding-bottom: 0;
  }
  .l-faq.dysmenorrhea-pms .c-question-list .c-question-list__item .title::before {
    height: 1px;
    width: 1px;
  }
}

.l-outpatients {
  background: linear-gradient(55.52deg, #F2FCFD -6.7%, #F4FAFE 96.79%);
  margin: 80px 0 32px;
  padding: 80px 0;
}
.l-outpatients:has(+ .l-footer) {
  margin-bottom: 0;
}
.l-outpatients__headline {
  margin-top: 0;
  margin-bottom: 38px;
  text-align: center;
  font-size: 3.2rem;
  color: #2196f3;
}
.l-outpatients__logo {
  margin: 0 auto 40px;
  max-width: 242px;
}
.l-outpatients__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 5px;
  margin: auto;
  margin-bottom: 38px;
  max-width: 790px;
}
.l-outpatients__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  transition: 0.2s;
}
.l-outpatients__item a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.l-outpatients__img {
  margin-bottom: 16px;
  width: 96px;
}
.l-outpatients__label {
  font-size: 1.6rem;
  font-weight: 800;
  color: #2196f3;
  text-align: center;
}
.l-outpatients__label label {
  cursor: pointer !important;
}
.l-outpatients__desc {
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .l-outpatients {
    margin: 0;
    padding: 64px 16px 48px;
  }
  .l-outpatients:has(+ .l-footer) {
    padding-bottom: 64px;
  }
  .l-outpatients__headline {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .l-outpatients__logo {
    margin-bottom: 30px;
  }
  .l-outpatients__list {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 10px;
  }
  .l-outpatients__item {
    margin: 0;
    margin-bottom: 12px;
  }
  .l-outpatients__item a {
    padding: 10px 0;
  }
  .l-outpatients__desc {
    text-align: left;
  }
}

.l-banner {
  display: flex;
  justify-content: center;
  margin: 65px 0 17px;
  padding: 0 16px;
}
.l-banner img {
  max-width: 720px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .l-banner {
    margin: 32px 0;
  }
}

.l-about__inner .content {
  padding-left: 60px;
  padding-right: 44px;
}
@media only screen and (max-width: 640px) {
  .l-about {
    padding: 0 16px;
  }
  .l-about__inner {
    padding: 16px;
  }
  .l-about__inner .content {
    padding: 0;
  }
}

.dysmenorrhea-pms .l-common-column.dysmenorrhea-pms {
  display: block;
}

/* helth-check-support */
.health-check-mainvisual {
  max-width: 1200px;
  margin: 32px auto 80px;
}
.health-check-mainvisual .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.health-check-mainvisual .wrap .mainvisual-img {
  width: 50%;
  margin-right: 2%;
}
.health-check-mainvisual .wrap .sp {
  display: none;
}
.health-check-mainvisual .wrap .box {
  text-align: center;
}
.health-check-mainvisual .wrap .box .logo {
  margin: 0 auto 12px;
  width: 184px;
}
.health-check-mainvisual .wrap .box .title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.health-check-mainvisual .wrap .box .icon {
  width: 64px;
  height: 64px;
}
.health-check-mainvisual .wrap .box .title {
  font-size: 3.8rem;
  font-weight: 400;
  line-height: 135%;
  color: #000;
  text-align: left;
}
.health-check-mainvisual .wrap .box .sub-title {
  text-shadow: 25px 27px 30px 0px rgba(255, 255, 255, 0.25);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.48px;
}
.health-check-mainvisual .wrap .box .tips-wrap {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}
.health-check-mainvisual .wrap .box .tips {
  width: fit-content;
  margin: 32px 0 28px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 160%;
  color: #000;
  position: relative;
}
.health-check-mainvisual .wrap .box ul {
  max-width: 500px;
  margin: auto;
}
.health-check-mainvisual .wrap .box ul li {
  display: flex;
  font-size: 1.6rem;
  color: rgba(42, 48, 57, 0.6);
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 8px;
}
.health-check-mainvisual .wrap .box ul li:last-child {
  margin-bottom: 0;
}
.health-check-mainvisual .wrap .box ul li i {
  color: #00BCD4;
  margin-right: 8px;
  padding-top: 5px;
}
.health-check-mainvisual .wrap .box .price {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
}
.health-check-mainvisual .wrap .box .price-label {
  margin-right: 16px;
  padding: 4px 18px;
  color: #2196f3;
  font-size: 1.2rem;
  background-color: #E2F6FF;
}
.health-check-mainvisual .wrap .box .price-txt {
  font-size: 1.6rem;
}
.health-check-mainvisual .wrap .box .price-txt span {
  font-size: 3.2rem;
}
.health-check-mainvisual .wrap .box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 311px;
  height: 56px;
  border-radius: 100px;
  background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin: 24px auto 16px;
}
.health-check-mainvisual .wrap .box .btn i {
  margin-left: 8px;
}
.health-check-mainvisual .wrap .box .note {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .health-check-mainvisual {
    padding: 0 16px;
    margin: 0 auto 40px;
  }
  .health-check-mainvisual .wrap {
    display: block;
  }
  .health-check-mainvisual .wrap .mainvisual-img {
    width: 100%;
    margin-right: 0;
  }
  .health-check-mainvisual .wrap .pc {
    display: none;
  }
  .health-check-mainvisual .wrap .sp {
    display: block;
  }
  .health-check-mainvisual .wrap .box {
    text-align: center;
  }
  .health-check-mainvisual .wrap .box .logo {
    margin: 0 auto 10px;
    width: 197px;
  }
  .health-check-mainvisual .wrap .box .title-wrap {
    margin-bottom: 15px;
  }
  .health-check-mainvisual .wrap .box .title {
    font-size: 3rem;
    line-height: normal;
    font-weight: 400;
  }
  .health-check-mainvisual .wrap .box .sub-title {
    display: none;
  }
  .health-check-mainvisual .wrap .box .tips {
    margin: 0 auto 24px;
    font-size: 2rem;
    font-weight: 400;
    color: #2A3039;
  }
  .health-check-mainvisual .wrap .box .tips::before {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #2A3039;
    bottom: 8px;
  }
  .health-check-mainvisual .wrap .box .tips::after {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #2A3039;
    bottom: 8px;
  }
  .health-check-mainvisual .wrap .box .btn-wrap {
    background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
    margin: 0 -16px;
    padding: 24px 0;
  }
  .health-check-mainvisual .wrap .box .btn {
    background: #fff;
    color: #2196f3;
    margin: auto;
  }
  .health-check-mainvisual .wrap .box .note {
    display: block;
    margin-top: 28px;
  }
}

.health-check-desc {
  position: relative;
  display: flex;
  align-items: end;
  margin: 0 auto 28px;
  padding: 0 24px;
  max-width: 440px;
  border-radius: 16px;
  border: 1px solid #2196f3;
}
.health-check-desc::before {
  content: "";
  width: 5px;
  height: 1px;
  border: 6px solid #fff;
  position: absolute;
  top: -7px;
  right: 45px;
  bottom: 0;
}
.health-check-desc::after {
  content: "";
  width: 1px;
  height: 5px;
  border: 6px solid #fff;
  position: absolute;
  left: -7px;
  bottom: 25px;
}
.health-check-desc__img {
  margin-right: 10px;
  margin-bottom: -3px;
}
.health-check-desc__txt {
  padding: 24px 0;
  font-size: 1.6rem;
  line-height: 1.6;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .health-check-desc__txt br {
    display: none;
  }
}

.health-check-reservation {
  margin: 80px 0;
  padding: 0 20px;
}
.health-check-reservation__wrap {
  margin: 0 auto;
  padding: 48px;
  padding-bottom: 20px;
  max-width: 800px;
  border: 1px solid #2196f3;
  border-radius: 8px;
}
.health-check-reservation .title {
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 3.2rem;
  font-weight: 800;
  text-align: center;
  color: #2196f3;
}
.health-check-reservation .title br {
  display: none;
}
.health-check-reservation .list {
  display: flex;
  flex-wrap: wrap;
}
.health-check-reservation .item {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  width: 50%;
}
.health-check-reservation .text {
  font-size: 1.8rem;
  font-weight: 500;
}
.health-check-reservation .text span {
  margin-bottom: 10px;
  color: #2196f3;
  font-size: 1.4rem;
  font-weight: 800;
  line-height: 1.4;
}
@media only screen and (max-width: 640px) {
  .health-check-reservation {
    margin: 32px 0;
  }
  .health-check-reservation .health-check-reservation__wrap {
    padding: 24px;
  }
  .health-check-reservation .list {
    flex-wrap: nowrap;
    flex-direction: column;
    margin: auto;
    width: 85%;
  }
  .health-check-reservation .item {
    margin-bottom: 20px;
    width: 100%;
  }
  .health-check-reservation .title {
    font-size: 2rem;
  }
  .health-check-reservation .title br {
    display: block;
  }
}

.health-check-attention {
  background-color: rgba(33, 150, 243, 0.08);
}
.health-check-attention__wrap {
  padding: 56px 0;
  max-width: 742px;
  margin: auto;
}
.health-check-attention .title {
  font-weight: 800;
  font-size: 2rem;
  line-height: 160%;
  text-align: center;
  color: #2196f3;
  margin-bottom: 32px;
}
.health-check-attention .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.health-check-attention .list .item {
  width: 48%;
  margin-bottom: 20px;
}
.health-check-attention .list .item .title-wrap {
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
}
.health-check-attention .list .item .title-wrap i {
  color: #2196f3;
  margin-right: 4px;
}
.health-check-attention .list .item .title-wrap .list-title {
  font-weight: 500;
  line-height: 23px;
}
.health-check-attention .list .item .text {
  padding-left: 18px;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 160%;
  color: rgba(42, 48, 57, 0.6);
}
.health-check-attention .list .item ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.health-check-attention .list .item li {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 4px;
  padding-left: 10px;
  position: relative;
  width: 47%;
}
.health-check-attention .list .item li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #2196f3;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 5.4px;
}
@media only screen and (max-width: 640px) {
  .health-check-attention__wrap {
    padding: 32px 4%;
  }
  .health-check-attention .title {
    text-align: left;
    margin-bottom: 19px;
  }
  .health-check-attention .list {
    display: block;
  }
  .health-check-attention .list .item {
    width: 100%;
    margin-bottom: 16px;
  }
  .health-check-attention .list .item:last-child {
    margin-bottom: 0;
  }
  .health-check-attention .list .item ul {
    display: flex;
  }
  .health-check-attention .list .item li {
    width: 100%;
  }
}

.health-check-recommend {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 56px auto;
}
.health-check-recommend__img {
  margin-bottom: 40px;
  max-width: 800px;
}
.health-check-recommend__img img {
  width: 100%;
}
.health-check-recommend__img .sp {
  display: none;
}
.health-check-recommend .health-check-desc {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .health-check-recommend__img .pc {
    display: none;
  }
  .health-check-recommend__img .sp {
    display: block;
  }
  .health-check-recommend__desc {
    padding: 0 20px;
  }
}

.health-check .l-common-outpatients .l-common-outpatients__list {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}
@media only screen and (max-width: 640px) {
  .health-check .l-common-outpatients .l-common-outpatients__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.health-check .l-common-column.health-check {
  display: block;
}

/* common-fotter */
.l-common-service-slider {
  padding: 40px 80px;
  width: 100%;
  background: linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.l-common-service-slider__cont {
  padding: 48px 26px;
  max-width: 1180px;
  width: 100%;
  border-radius: 8px;
  background-color: #fff;
  box-sizing: border-box;
}
.l-common-service-slider__title-wrap {
  display: flex;
  justify-content: center;
}
.l-common-service-slider__title {
  padding: 8px 16px;
  color: #2196F3;
  background: rgba(33, 150, 243, 0.1);
  font-size: 20px;
  margin: 0;
  margin-bottom: 24px;
}
.l-common-service-slider__slide-box {
  padding: 0 34px;
  width: 33.33333%;
}
.l-common-service-slider__slide-item-img {
  width: 100%;
  height: 220px;
  object-fit: contain;
}
.l-common-service-slider__slide-item-title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.l-common-service-slider__slide-item-step {
  height: 40px;
  width: 40px;
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #fff;
  background: linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  border-radius: 100%;
  font-size: 20px;
  font-weight: 800;
  justify-content: center;
  line-height: 1.1;
  margin-right: 12px;
}
.l-common-service-slider__slide-item-step span {
  font-size: 10px;
  transform: scale(0.9);
  letter-spacing: 1px;
  padding-top: 6px;
}
.l-common-service-slider__slide-item-title {
  font-size: 18px;
  font-weight: 800;
  color: #2196F3;
}
.l-common-service-slider__slide-item-text {
  font-size: 14px;
  line-height: 1.8;
}
.l-common-service-slider__slide-item-text span {
  font-size: 1.2rem;
  letter-spacing: 0.24px;
  color: rgba(42, 48, 57, 0.6);
}
.l-common-service-slider .slick-prev.slick-arrow {
  left: -85px;
}
.l-common-service-slider .slick-prev:before {
  font-size: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-left: 5px solid #fff;
  border-bottom: 5px solid #fff;
  transform: rotate(45deg);
  border-radius: 3px;
  opacity: 1;
}
.l-common-service-slider .slick-next.slick-arrow {
  right: -67px;
}
.l-common-service-slider .slick-next:before {
  font-size: 0;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  border-right: 5px solid #fff;
  border-top: 5px solid #fff;
  transform: rotate(45deg);
  border-radius: 3px;
  opacity: 1;
}
.l-common-service-slider .slick-dots li button:before {
  font-size: 12px;
  color: #F3F4F5;
  opacity: 1;
}
.l-common-service-slider .slick-dots li.slick-active button:before {
  color: #2196f3;
}
@media only screen and (max-width: 640px) {
  .l-common-service-slider {
    width: auto;
    padding: 24px 16px;
  }
  .l-common-service-slider__cont {
    padding: 48px 16px;
  }
  .l-common-service-slider__slide-box {
    padding: 0 5px;
  }
}

.l-common-after {
  margin: 40px 0;
  padding: 0 16px;
}
.l-common-after__wrap {
  max-width: 1180px;
  margin: auto;
  padding: 40px 0;
  background-color: rgba(33, 150, 243, 0.08);
  border-radius: 8px;
  text-align: center;
  color: #2196f3;
}
.l-common-after__wrap img {
  width: 207px;
  margin-bottom: 16px;
}
.l-common-after__wrap .title {
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 140%;
  text-align: center;
}
.l-common-after__wrap .tips {
  width: fit-content;
  margin: 24px auto 26px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 160%;
  text-align: center;
  color: #2196f3;
  position: relative;
}
.l-common-after__wrap .tips::before {
  position: absolute;
  display: inline-block;
  content: "";
  background: #2196f3;
  width: 2px;
  height: 30px;
  transform: rotate(-35deg);
  bottom: 0;
  left: -16px;
}
.l-common-after__wrap .tips::after {
  position: absolute;
  display: inline-block;
  content: "";
  background: #2196f3;
  width: 2px;
  height: 30px;
  transform: rotate(35deg);
  bottom: 0;
  right: -16px;
}
.l-common-after__wrap .tips br {
  display: none;
}
.l-common-after__wrap .text {
  font-weight: 400;
  line-height: 180%;
}
.l-common-after__wrap ul {
  width: max-content;
  margin: 24px auto 0;
  text-align: left;
}
.l-common-after__wrap ul li {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 160%;
}
@media only screen and (max-width: 640px) {
  .l-common-after {
    padding: 0 4%;
    margin: 32px auto 48px;
  }
  .l-common-after__wrap {
    max-width: 1180px;
    margin: auto;
    padding: 24px 16px;
  }
  .l-common-after__wrap i {
    font-size: 8rem;
    margin-bottom: 12px;
  }
  .l-common-after__wrap .title {
    font-size: 2.4rem;
  }
  .l-common-after__wrap .tips {
    margin: 8px auto 24px;
  }
  .l-common-after__wrap .tips br {
    display: block;
  }
  .l-common-after__wrap .text {
    text-align: left;
  }
  .l-common-after__wrap ul {
    margin: 8px auto 0;
    text-align: left;
    width: 100%;
  }
}

.l-common-price {
  max-width: 1180px;
  margin: 38px auto;
}
.l-common-price .title {
  font-weight: 800;
  font-size: 3.2rem;
  line-height: 140%;
  text-align: center;
  color: #2196f3;
}
.l-common-price .note {
  font-weight: 400;
  line-height: 180%;
  margin: 16px 0 24px;
  text-align: center;
}
.l-common-price ul {
  width: 100%;
  border: 1px solid rgba(42, 48, 57, 0.2);
  border-radius: 8px;
  padding: 40px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-common-price ul li {
  margin: 0 40px;
  position: relative;
}
.l-common-price ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100px;
  background-color: #2196f3;
  position: absolute;
  left: -22px;
}
.l-common-price ul li .list-title {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 16px;
  margin-bottom: 4px;
  color: #2196f3;
}
.l-common-price ul li span {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 160%;
  color: rgba(42, 48, 57, 0.6);
}
@media only screen and (max-width: 640px) {
  .l-common-price {
    padding: 0 4%;
    margin: 48px auto 40px;
  }
  .l-common-price .title {
    font-size: 2.4rem;
  }
  .l-common-price .note {
    margin: 16px 0;
    text-align: left;
  }
  .l-common-price ul {
    width: auto;
    padding: 24px 18px 16px;
    display: block;
  }
  .l-common-price ul li {
    margin: 0 0 16px 46px;
    position: relative;
  }
  .l-common-price ul li::before {
    left: -34px;
  }
  .l-common-price ul li:last-child {
    margin: 0 0 0 46px;
  }
}

.l-common-attention {
  margin-bottom: 40px;
  background-color: rgba(33, 150, 243, 0.08);
}
.l-common-attention__wrap {
  padding: 56px 0;
  max-width: 742px;
  margin: auto;
}
.l-common-attention .title {
  font-weight: 800;
  font-size: 2rem;
  line-height: 160%;
  text-align: center;
  color: #2196f3;
  margin-bottom: 32px;
}
.l-common-attention ul {
  display: flex;
  justify-content: space-between;
}
.l-common-attention ul li {
  width: 48%;
}
.l-common-attention ul li .title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.l-common-attention ul li .title-wrap i {
  color: #2196f3;
  margin-right: 4px;
}
.l-common-attention ul li .title-wrap .list-title {
  font-weight: 500;
  line-height: 23px;
}
.l-common-attention ul li span {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 160%;
  color: rgba(42, 48, 57, 0.6);
}
@media only screen and (max-width: 640px) {
  .l-common-attention__wrap {
    padding: 32px 4%;
  }
  .l-common-attention .title {
    text-align: left;
    margin-bottom: 19px;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 160%;
  }
  .l-common-attention ul {
    display: block;
  }
  .l-common-attention ul li {
    width: 100%;
    margin-bottom: 16px;
  }
  .l-common-attention ul li:last-child {
    margin-bottom: 0;
  }
}

.l-common-voice {
  display: none;
  padding: 60px 0;
}
.l-common-voice__headline {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
  padding: 0 16px;
}
.l-common-voice__headline h2 {
  padding: 0 16px;
  font-weight: 500;
}
.l-common-voice__headline br {
  display: none;
}
.l-common-voice__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-row-gap: 48px;
  grid-column-gap: 40px;
  margin: auto;
  padding: 0 24px;
  max-width: 1180px;
}
.l-common-voice__item {
  display: flex;
  align-items: end;
}
.l-common-voice__prof {
  margin-right: 16px;
}
.l-common-voice__prof img {
  margin-bottom: 12px;
}
.l-common-voice__prof p {
  white-space: nowrap;
  font-weight: 700;
}
.l-common-voice__text {
  display: flex;
  align-items: center;
  padding: 16px;
  min-height: 164px;
  border-radius: 16px;
  border-bottom-left-radius: 0;
  background: linear-gradient(35deg, #00bcd4 35.01%, #2196f3 99.02%);
  color: #fff;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .l-common-voice__headline {
    margin-bottom: 24px;
  }
  .l-common-voice__headline h2 {
    font-size: 2rem;
    line-height: 1.4;
    text-align: center;
  }
  .l-common-voice__headline br {
    display: block;
  }
  .l-common-voice__list {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
  }
  .l-common-voice__item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .l-common-voice__item:nth-child(even) .l-common-voice__prof {
    margin-right: 0;
    margin-left: 16px;
  }
  .l-common-voice__item:nth-child(even) .l-common-voice__text {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 0;
  }
  .l-common-voice__text {
    min-height: auto;
  }
}

.l-common-map {
  background: rgba(33, 150, 243, 0.05);
  margin: 0 auto 80px;
  padding: 80px 0;
}
.l-common-map__map {
  width: 100%;
  height: 600px;
  max-width: 1200px;
  margin: auto;
  background-color: rgba(249, 249, 249, 0.8);
}
.l-common-map__button {
  text-decoration: none;
  cursor: pointer;
  margin: 16px auto;
  max-width: 120px;
  display: block;
  line-height: 56px;
  text-align: center;
  border-radius: 28px;
  color: #fff;
  transition: all 0.25s;
}
.l-common-map__button:hover {
  opacity: 0.8;
  box-shadow: none;
}
.l-common-map__ouchibin {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.l-common-map__ouchibin .sub-heading {
  margin-bottom: 24px;
  color: #2196f3;
  font-size: 2rem;
  font-weight: 800;
}
.l-common-map__ouchibin .img {
  margin: 0 auto;
  max-width: 250px;
  width: 100%;
}
.l-common-map .number-of-stores {
  margin: 0 auto 32px;
  max-width: 480px;
}
.l-common-map .number-of-stores img {
  width: 100%;
}
.l-common-map .logo-clinic {
  margin: 0 auto 40px;
  max-width: 310px;
}
.l-common-map .logo-clinic img {
  width: 100%;
}
.l-common-map .title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 1.28px;
  margin-block-start: 0;
  margin-block-end: 32px;
  color: #2196f3;
}
.l-common-map .title .title__span1 {
  font-size: 4rem;
}
.l-common-map .title .title__span2 {
  font-size: 4.2rem;
}
.l-common-map .title br {
  display: none;
}
.l-common-map .logo-pharmacy__top {
  text-align: center;
}
.l-common-map .logo-pharmacy__top .separator {
  color: #2196f3;
  font-size: 2.4rem;
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.l-common-map .logo-pharmacy__top .separator::before, .l-common-map .logo-pharmacy__top .separator::after {
  content: "";
  width: 84px;
  height: 1px;
  background: #2196f3;
}
.l-common-map .logo-pharmacy__top .title {
  margin: 24px 0 40px;
}
.l-common-map .logo-pharmacy__top .text {
  display: block;
  font-size: 2.8rem;
  color: #2a3039;
}
.l-common-map .logo-pharmacy__flex {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  max-width: 1080px;
  padding: 0 8px;
  gap: 32px;
  flex-wrap: wrap;
}
.l-common-map .logo-pharmacy__flex + .logo-pharmacy__flex {
  margin-top: 40px;
}
.l-common-map .logo-pharmacy__flex img {
  width: 17%;
  min-width: 185px;
}
.l-common-map .logo-pharmacy__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  margin-bottom: 80px;
  max-width: 940px;
}
.l-common-map .logo-pharmacy__item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  width: 25%;
}
.l-common-map .logo-pharmacy__item img {
  width: 70%;
}
.l-common-map .l-common-map__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px auto;
  max-width: 222px;
  height: 48px;
}
.l-common-map .l-common-map__button p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin-right: 8px;
}
.l-common-map .note {
  text-align: center;
  color: rgba(42, 48, 57, 0.6);
  line-height: 160%;
  margin: 32px auto;
}
@media only screen and (max-width: 640px) {
  .l-common-map {
    margin: 0 auto 48px;
    padding: 48px 16px;
  }
  .l-common-map__map {
    height: 400px;
  }
  .l-common-map .title {
    font-size: 2.4rem;
    letter-spacing: 0.96px;
    margin-block-end: 28px;
  }
  .l-common-map .title .title__span1 {
    font-size: 3rem;
  }
  .l-common-map .title .title__span2 {
    font-size: 3.2rem;
  }
  .l-common-map .title br {
    display: block;
  }
  .l-common-map .number-of-stores {
    max-width: 380px;
  }
  .l-common-map .logo-pharmacy__top .separator {
    font-size: 1.8rem;
  }
  .l-common-map .logo-pharmacy__top .text {
    font-size: 2.2rem;
  }
  .l-common-map .logo-pharmacy__flex {
    flex-direction: column;
    max-width: 220px;
  }
  .l-common-map .logo-pharmacy__flex img {
    width: 80%;
    min-width: auto;
  }
  .l-common-map .logo-pharmacy__flex img + img {
    margin-top: 10px;
  }
  .l-common-map .logo-pharmacy__list {
    gap: 5%;
  }
  .l-common-map .logo-pharmacy__item {
    width: 37%;
  }
  .l-common-map .logo-pharmacy__item:nth-child(odd) {
    padding-right: 5px;
  }
  .l-common-map .logo-pharmacy__item:nth-child(even) {
    padding-left: 5px;
  }
  .l-common-map .logo-pharmacy__item img {
    width: 100%;
  }
  .l-common-map .l-common-map__button {
    max-width: 165px;
    height: 37px;
  }
  .l-common-map .l-common-map__button p {
    font-size: 1.4rem;
    letter-spacing: 0.42px;
  }
  .l-common-map .note {
    text-align: left;
    margin: 16px auto;
    padding: 0 4%;
  }
  .l-common-map .l-map__map {
    padding: 0 4%;
    width: 92%;
  }
}

.l-common-faq {
  background: #fff;
  margin: 0 auto 80px;
  padding: 0 16px;
}
.l-common-faq + .supplement {
  display: none;
}
.l-common-faq__btn {
  display: block;
  margin: 0 auto;
  padding: 20px 35px;
  max-width: 260px;
  background-color: #fff;
  border: 1px solid #2196f3;
  border-radius: 40px;
  color: #2196f3;
  text-align: center;
}
.l-common-faq .big-title {
  color: #2196f3;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 40px;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 140%;
}
.l-common-faq .c-question-list {
  grid-column-gap: 40px;
  grid-row-gap: 0;
  margin: 0 auto 48px;
  max-width: 1200px;
}
.l-common-faq .c-question-list .c-question-list__item {
  min-height: 170px;
  border-top: 1px solid rgba(42, 48, 57, 0.2);
  padding: 24px 0;
}
.l-common-faq .c-question-list .c-question-list__item:nth-last-child(1) {
  border-bottom: 1px solid rgba(42, 48, 57, 0.2);
}
.l-common-faq .c-question-list .c-question-list__item:nth-last-child(2) {
  border-bottom: 1px solid rgba(42, 48, 57, 0.2);
}
.l-common-faq .c-question-list .c-question-list__item .title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 24px;
}
.l-common-faq .c-question-list .c-question-list__item .title span {
  color: #2196f3;
}
.l-common-faq .c-question-list .c-question-list__item .detail {
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.28px;
}
@media only screen and (max-width: 640px) {
  .l-common-faq {
    margin: 0 auto 48px;
  }
  .l-common-faq__btn {
    padding: 12px;
    font-weight: 500;
    font-size: 1.6rem;
  }
  .l-common-faq .big-title {
    margin-block-end: 16px;
    font-size: 2.4rem;
    letter-spacing: 0.96px;
  }
  .l-common-faq .c-question-list {
    margin-bottom: 32px;
  }
  .l-common-faq .c-question-list .c-question-list__item {
    min-height: auto;
    padding: 0;
  }
  .l-common-faq .c-question-list .c-question-list__item:nth-last-child(1) {
    border-bottom: 1px solid rgba(42, 48, 57, 0.2);
  }
  .l-common-faq .c-question-list .c-question-list__item:nth-last-child(2) {
    border-bottom: none;
  }
  .l-common-faq .c-question-list .c-question-list__item .title {
    border-bottom: none;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 23px;
    padding: 16px 0;
  }
  .l-common-faq .c-question-list .c-question-list__item .title::before {
    height: 1px;
    width: 1px;
  }
  .l-common-faq .c-question-list .c-question-list__item .detail {
    padding: 0 0 16px;
  }
}

.l-common-column {
  display: none;
  background: #F3F4F5;
  padding: 0 16px;
}
.l-common-column__body {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: auto;
  padding: 80px 16px;
  max-width: 1150px;
}
.l-common-column__list {
  margin-top: 24px;
  padding: 12px 16px;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
}
.l-common-column__item {
  margin-bottom: 12px;
  padding: 16px 0;
  width: 100%;
  border-bottom: 1px solid #D4D6D7;
}
.l-common-column__item:last-child {
  margin-bottom: 0;
  border: none;
}
.l-common-column__link {
  display: flex;
  align-items: center;
}
.l-common-column__link:hover {
  transition: 0.3s;
  text-decoration: none;
  opacity: 0.7;
}
.l-common-column__tag {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  padding: 12px;
  border-radius: 8px;
  margin-right: 23px;
  color: #fff;
}
.l-common-column__text {
  color: #46362E;
}
.l-common-column__attention {
  font-size: 1.2rem;
  margin-top: 12px;
}
.l-common-column .title {
  margin: 0 auto 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #2196f3;
}
.l-common-column__btn {
  display: block;
  margin: 0 auto;
  padding: 20px 35px;
  max-width: 260px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #2196f3;
  border-radius: 40px;
  color: #2196f3;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .l-common-column__body {
    width: auto;
  }
  .l-common-column__list {
    margin: 0;
  }
  .l-common-column__item {
    margin-bottom: 0;
  }
  .l-common-column__item:last-child {
    border: none;
  }
  .l-common-column__tag {
    margin-right: 12px;
  }
  .l-common-column__dec {
    margin: 67px 0 24px;
  }
  .l-common-column__btn {
    font-size: 1.4rem;
    padding: 15px 20px;
  }
  .l-common-column__btn {
    padding: 12px;
    font-weight: 500;
    font-size: 1.6rem;
  }
  .l-common-column .title {
    margin: 0 auto 24px;
    font-size: 2.4rem;
  }
}

.l-common-outpatients {
  background: linear-gradient(55.52deg, #F2FCFD -6.7%, #F4FAFE 96.79%);
  margin: 0 0 32px;
  padding: 80px 0;
}
.l-common-outpatients:has(+ .l-common-footer) {
  margin-bottom: 0;
}
.l-common-outpatients__headline {
  margin-top: 0;
  margin-bottom: 38px;
  text-align: center;
  font-size: 3.2rem;
  color: #2196f3;
}
.l-common-outpatients__logo {
  margin: 0 auto 40px;
  max-width: 242px;
}
.l-common-outpatients__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-column-gap: 5px;
  margin: auto;
  margin-bottom: 38px;
  max-width: 790px;
}
.l-common-outpatients__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  transition: 0.2s;
}
.l-common-outpatients__item a:hover {
  opacity: 0.6;
  transition: 0.2s;
}
.l-common-outpatients__img {
  margin-bottom: 16px;
  width: 96px;
}
.l-common-outpatients__label {
  font-size: 1.6rem;
  font-weight: 800;
  color: #2196f3;
  text-align: center;
}
.l-common-outpatients__label label {
  cursor: pointer !important;
}
.l-common-outpatients__desc {
  text-align: center;
  line-height: 1.6;
}
@media only screen and (max-width: 640px) {
  .l-common-outpatients {
    margin: 0;
    padding: 64px 16px 48px;
  }
  .l-common-outpatients:has(+ .l-common-footer) {
    padding-bottom: 64px;
  }
  .l-common-outpatients__headline {
    margin-bottom: 30px;
    font-size: 2rem;
  }
  .l-common-outpatients__logo {
    margin-bottom: 30px;
  }
  .l-common-outpatients__list {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 10px;
  }
  .l-common-outpatients__item {
    margin: 0;
    margin-bottom: 12px;
  }
  .l-common-outpatients__item a {
    padding: 10px 0;
  }
  .l-common-outpatients__desc {
    text-align: left;
  }
}

.l-common-banner {
  display: flex;
  justify-content: center;
  margin: 64px 0;
  padding: 0 16px;
}
.l-common-banner img {
  max-width: 720px;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .l-common-banner {
    margin: 32px 0;
  }
}

.l-common-about {
  padding: 48px 0;
}
.l-common-about__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  padding-top: 48px;
  padding-bottom: 48px;
}
.l-common-about__inner:before {
  position: absolute;
  z-index: 0;
  content: "";
  background-color: rgba(33, 150, 243, 0.05);
  border-radius: 4px;
  display: block;
  bottom: 0;
  top: 0;
  left: 40px;
  right: 0;
}
.l-common-about__inner .image {
  position: relative;
  z-index: 1;
}
.l-common-about__inner .image img {
  width: 100%;
  border-radius: 4px;
}
.l-common-about__inner .content {
  position: relative;
  z-index: 1;
  color: #2196f3;
  padding: 0px;
  padding-left: 60px;
  padding-right: 44px;
}
.l-common-about__inner .content .subtitle {
  font-size: 1.6rem;
  margin: 0 auto 0.5em;
}
.l-common-about__inner .content .title {
  font-size: 3.6rem;
  font-weight: bold;
  margin: 0 auto 12px;
}
.l-common-about__inner .content .details {
  color: #2196f3;
}
.l-common-about__inner .content .details a {
  color: #2196f3;
  font-weight: bold;
}
@media only screen and (max-width: 1040px) {
  .l-common-about {
    margin-bottom: 40px;
    padding: 0;
  }
  .l-common-about__inner {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .l-common-about__inner:before {
    left: 0;
  }
  .l-common-about__inner .content {
    padding: 0;
  }
  .l-common-about__inner .content .title {
    margin-bottom: 20px;
    font-size: 2.4rem;
  }
  .l-common-about__inner .content .title br {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .l-common-about {
    padding: 0 16px;
  }
  .l-common-about__inner {
    padding: 16px;
  }
  .l-common-about__inner .content {
    padding: 0;
  }
}

.l-common-footer {
  height: 64px;
  border-top: 1px solid #eee;
}
@media only screen and (max-width: 1040px) {
  .l-common-footer {
    height: auto;
  }
}
.l-common-footer__inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr;
  font-size: 1.4rem;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1040px) {
  .l-common-footer__inner {
    grid-template-columns: 1fr;
    padding: 20px 8px;
    justify-content: center;
    height: 100%;
    box-sizing: border-box;
    overflow: auto;
  }
}
.l-common-footer__inner a {
  text-decoration: none;
  color: #2196f3;
}
.l-common-footer__inner .logo {
  color: rgba(42, 48, 57, 0.4);
  display: flex;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1040px) {
  .l-common-footer__inner .logo {
    width: 100%;
    box-sizing: border-box;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
  }
}
.l-common-footer__inner .logo a {
  height: 100%;
}
.l-common-footer__inner .logo img {
  max-width: 132px;
  margin-right: 8px;
}
.l-common-footer__inner .links {
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  font-size: 1.2rem;
  margin: auto;
}
@media only screen and (max-width: 1040px) {
  .l-common-footer__inner .links {
    flex-direction: column;
    justify-content: center;
    padding: 20px 0;
  }
}
.l-common-footer__inner .links li {
  margin: 0 16px;
}
@media only screen and (max-width: 1040px) {
  .l-common-footer__inner .links li {
    display: inline-block;
    margin: auto;
    margin-bottom: 12px;
    line-height: 1.6em;
  }
}
.l-common-footer__inner .copyright {
  color: rgba(42, 48, 57, 0.4);
  font-size: 1.4rem;
  text-align: right;
}
@media only screen and (max-width: 1040px) {
  .l-common-footer__inner .copyright {
    text-align: center;
  }
}

/* asthma */
.l-nav.asthma {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 100;
}
.l-nav.asthma .l-nav__inner .buttons .btn-default {
  text-shadow: none;
  box-shadow: none;
}
.l-nav.asthma.scroll {
  box-shadow: 0px 0px 12px 0px rgba(42, 48, 57, 0.2);
}
@media only screen and (max-width: 640px) {
  .l-nav.asthma .l-nav__inner {
    height: 52px;
  }
  .l-nav.asthma .l-nav__inner .logo img {
    width: 126px;
  }
  .l-nav.asthma .l-nav__inner .buttons .btn-default {
    padding: 5px 12px;
    width: 118px;
    height: 22px;
  }
}

.asthma-mainvisual {
  max-width: 1200px;
  margin: 86px auto 80px;
}
.asthma-mainvisual .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.asthma-mainvisual .wrap .mainvisual-img {
  width: 50%;
  margin-right: 2%;
}
.asthma-mainvisual .wrap .box {
  text-align: center;
}
.asthma-mainvisual .wrap .box .logo {
  margin: auto;
  width: 184px;
}
.asthma-mainvisual .wrap .box .title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.asthma-mainvisual .wrap .box .title {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 135%;
  color: #2196f3;
  text-align: left;
}
.asthma-mainvisual .wrap .box .sub-title {
  text-shadow: 25px 27px 30px 0px rgba(255, 255, 255, 0.25);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.48px;
}
.asthma-mainvisual .wrap .box .tips {
  width: fit-content;
  margin: 32px auto 16px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 160%;
  color: #2196f3;
  position: relative;
}
.asthma-mainvisual .wrap .box .tips::before {
  content: "";
  width: 4px;
  height: 61px;
  background-color: #2196f3;
  transform: rotate(-35deg);
  position: absolute;
  left: -22px;
  bottom: 0;
}
.asthma-mainvisual .wrap .box .tips::after {
  content: "";
  width: 4px;
  height: 61px;
  background-color: #2196f3;
  transform: rotate(35deg);
  position: absolute;
  right: -22px;
  bottom: 0;
}
.asthma-mainvisual .wrap .box .attention {
  margin: auto;
  font-size: 1.2rem;
  color: rgba(42, 48, 57, 0.6);
  text-align: center;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 0;
}
.asthma-mainvisual .wrap .box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 311px;
  height: 56px;
  border-radius: 100px;
  background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin: 24px auto 16px;
}
.asthma-mainvisual .wrap .box .btn i {
  margin-left: 8px;
}
.asthma-mainvisual .wrap .box .note {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .asthma-mainvisual {
    padding: 0 4%;
    margin: 57px auto 40px;
  }
  .asthma-mainvisual .wrap {
    display: block;
  }
  .asthma-mainvisual .wrap .mainvisual-img {
    width: 100%;
    margin-right: 0;
  }
  .asthma-mainvisual .wrap .box {
    text-align: center;
  }
  .asthma-mainvisual .wrap .box .logo {
    margin: auto;
    width: 197px;
  }
  .asthma-mainvisual .wrap .box .title-wrap {
    margin-bottom: 14px;
  }
  .asthma-mainvisual .wrap .box .title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: normal;
    color: #2196f3;
    margin-left: 6px;
  }
  .asthma-mainvisual .wrap .box .sub-title {
    display: none;
  }
  .asthma-mainvisual .wrap .box .tips {
    margin: 0 auto 16px;
    font-size: 2rem;
    font-weight: 500;
    color: #2A3039;
  }
  .asthma-mainvisual .wrap .box .tips::before {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #2A3039;
    bottom: 8px;
  }
  .asthma-mainvisual .wrap .box .tips::after {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #2A3039;
    bottom: 8px;
  }
  .asthma-mainvisual .wrap .box .btn-wrap {
    background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
    padding: 24px 0;
    width: 108.3%;
    transform: translate(-14px, 10px);
  }
  .asthma-mainvisual .wrap .box .btn {
    background: #fff;
    color: #2196f3;
    margin: auto;
  }
  .asthma-mainvisual .wrap .box .note {
    display: block;
    margin-top: 28px;
  }
}

.asthma-important {
  max-width: 800px;
  margin: 0 auto 80px;
}
.asthma-important .sub-title {
  color: rgba(42, 48, 57, 0.6);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.54px;
}
.asthma-important .title {
  color: #2196f3;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 140%;
  margin: 16px auto 48px;
}
.asthma-important .box {
  border-radius: 8px;
  border: 1px solid rgba(42, 48, 57, 0.2);
  padding: 24px;
  margin-bottom: 24px;
}
.asthma-important .box:last-child {
  margin-bottom: 0;
}
.asthma-important .box.flex {
  display: flex;
}
.asthma-important .box .txt {
  font-weight: 400;
  line-height: 180%;
  margin: 9.8px 0 8px;
}
.asthma-important .box .note {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
}
.asthma-important .box .big {
  color: #2196f3;
  font-size: 2rem;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 0.6px;
  margin-top: 9.5px;
}
.asthma-important .box a {
  color: #2196f3;
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
}
.asthma-important .wrap {
  display: flex;
  align-items: center;
}
.asthma-important .wrap .icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.asthma-important .wrap .icon.small {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.asthma-important .wrap p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 160%;
}
.asthma-important .info {
  width: 160px;
  margin-left: 16px;
}
@media only screen and (max-width: 640px) {
  .asthma-important {
    margin: 0 auto 48px;
    padding: 0 4%;
  }
  .asthma-important .sub-title {
    font-size: 1.6rem;
    letter-spacing: 0.48px;
  }
  .asthma-important .title {
    font-size: 2rem;
    line-height: 100%;
    margin: 8px auto 24px;
  }
  .asthma-important .box {
    padding: 16px;
    margin-bottom: 16px;
  }
  .asthma-important .box:last-child {
    margin-bottom: 0;
  }
  .asthma-important .box.flex {
    display: block;
  }
  .asthma-important .box .txt {
    margin: 8px 0;
  }
  .asthma-important .box .big {
    font-size: 1.6rem;
    margin-top: 8px;
  }
  .asthma-important .box a {
    color: #2196f3;
    text-decoration: underline;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 160%;
  }
  .asthma-important .wrap {
    display: inline;
  }
  .asthma-important .wrap .icon {
    transform: translate(0px, 6px);
    display: inline;
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
  .asthma-important .wrap .icon.small {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
  .asthma-important .wrap p {
    display: inline;
    font-size: 1.6rem;
    margin-top: -10px;
  }
  .asthma-important .info {
    width: 100%;
    margin: 8px 0 0 0;
  }
}

.asthma-attention {
  margin-bottom: 40px;
  background-color: rgba(33, 150, 243, 0.08);
}
.asthma-attention__wrap {
  padding: 56px 20px;
  max-width: 1220px;
  margin: auto;
}
.asthma-attention .title {
  font-weight: 800;
  font-size: 2rem;
  line-height: 160%;
  text-align: center;
  color: #2196f3;
  margin-bottom: 32px;
}
.asthma-attention ul {
  display: flex;
  justify-content: space-between;
}
.asthma-attention ul li {
  width: 29%;
}
.asthma-attention ul li .title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.asthma-attention ul li .title-wrap i {
  color: #2196f3;
  margin-right: 4px;
}
.asthma-attention ul li .title-wrap .list-title {
  font-weight: 500;
  line-height: 23px;
}
.asthma-attention ul li span {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 160%;
  color: rgba(42, 48, 57, 0.6);
}
@media only screen and (max-width: 640px) {
  .asthma-attention__wrap {
    padding: 32px 4%;
  }
  .asthma-attention .title {
    text-align: left;
    margin-bottom: 19px;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 160%;
  }
  .asthma-attention ul {
    display: block;
  }
  .asthma-attention ul li {
    width: 100%;
    margin-bottom: 16px;
  }
  .asthma-attention ul li:last-child {
    margin-bottom: 0;
  }
}

.asthma-pill {
  max-width: 1180px;
  margin: 80px auto 96px;
}
.asthma-pill .title {
  color: #2196f3;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 1.28px;
}
.asthma-pill .box {
  margin: 40px auto 56px;
}
.asthma-pill .box:last-child {
  margin: auto;
}
.asthma-pill .box .category {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.72px;
  margin-bottom: 32px;
}
.asthma-pill .box .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.asthma-pill .box .wrap::after {
  display: block;
  content: "";
  padding: 16px;
  width: 28%;
}
.asthma-pill .box .cont {
  border-radius: 8px;
  background: rgba(33, 150, 243, 0.05);
  margin-bottom: 24px;
  padding: 16px;
  width: 28%;
  min-height: 112px;
}
.asthma-pill .box .cont.second {
  min-height: 112px;
  padding: 16px;
}
.asthma-pill .box .cont.info {
  border-radius: 8px;
  border: 1px solid rgba(42, 48, 57, 0.2);
  background: #fff;
  display: flex;
  align-items: center;
}
.asthma-pill .box .cont.info img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.asthma-pill .box .cont.info .text {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  line-height: 160%;
}
.asthma-pill .box .cont .label {
  color: #2196f3;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.48px;
  margin-bottom: 8px;
}
.asthma-pill .box .cont ul li {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 4px;
  padding-left: 10px;
  position: relative;
}
.asthma-pill .box .cont ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #2196f3;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 5.4px;
}
.asthma-pill .box .cont ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .asthma-pill {
    margin: 48px auto 40px;
    padding: 0 4%;
  }
  .asthma-pill .title {
    font-size: 2.4rem;
    letter-spacing: 0.96px;
  }
  .asthma-pill .box {
    margin: 8px auto 24px;
  }
  .asthma-pill .box:last-child {
    margin: auto;
  }
  .asthma-pill .box .category {
    font-size: 1.8rem;
    letter-spacing: 0.54px;
    margin-bottom: 16px;
  }
  .asthma-pill .box .wrap {
    display: block;
  }
  .asthma-pill .box .cont {
    width: 91%;
    border-radius: 8px;
    padding: 16px;
    margin: 0 0 12px 0;
    min-height: auto;
  }
  .asthma-pill .box .cont:last-child {
    margin: 0;
  }
  .asthma-pill .box .cont.second {
    min-height: auto;
  }
  .asthma-pill .box .cont ul li::before {
    top: 7px;
  }
}

.l-map.fever-corona {
  background: rgba(33, 150, 243, 0.05);
  margin: 0 auto 80px;
  padding: 80px 0;
}
.l-map.fever-corona .title {
  color: #2196f3;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: 1.28px;
  margin-block-start: 0;
  margin-block-end: 32px;
}
.l-map.fever-corona .l-map__button {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 222px;
  height: 48px;
}
.l-map.fever-corona .l-map__button p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin-right: 8px;
}
.l-map.fever-corona .note {
  text-align: center;
  color: rgba(42, 48, 57, 0.6);
  line-height: 160%;
  margin: 32px auto;
}
@media only screen and (max-width: 640px) {
  .l-map.fever-corona {
    margin: 0 auto 48px;
    padding: 48px 0;
  }
  .l-map.fever-corona .title {
    font-size: 2.4rem;
    letter-spacing: 0.96px;
    margin-block-end: 16px;
  }
  .l-map.fever-corona .l-map__button {
    max-width: 165px;
    height: 37px;
  }
  .l-map.fever-corona .l-map__button p {
    font-size: 1.4rem;
    letter-spacing: 0.42px;
  }
  .l-map.fever-corona .note {
    text-align: left;
    margin: 16px auto;
    padding: 0 4%;
  }
  .l-map.fever-corona .l-map__map {
    padding: 0 4%;
    width: 92%;
  }
}

.l-faq.fever-corona {
  background: #fff;
  margin: 0 auto 80px;
  padding: 0;
}
.l-faq.fever-corona .big-title {
  color: #2196f3;
  text-align: center;
  margin-block-start: 0;
  margin-block-end: 40px;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 140%;
}
.l-faq.fever-corona .c-question-list {
  grid-column-gap: 40px;
  grid-row-gap: 0;
}
.l-faq.fever-corona .c-question-list .c-question-list__item {
  min-height: 170px;
  border-top: 1px solid rgba(42, 48, 57, 0.2);
  padding: 24px 0;
}
.l-faq.fever-corona .c-question-list .c-question-list__item:nth-last-child(1) {
  border-bottom: 1px solid rgba(42, 48, 57, 0.2);
}
.l-faq.fever-corona .c-question-list .c-question-list__item:nth-last-child(2) {
  border-bottom: 1px solid rgba(42, 48, 57, 0.2);
}
.l-faq.fever-corona .c-question-list .c-question-list__item .title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 23px;
  margin-bottom: 24px;
}
.l-faq.fever-corona .c-question-list .c-question-list__item .title span {
  color: #2196f3;
}
.l-faq.fever-corona .c-question-list .c-question-list__item .detail {
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.28px;
}
@media only screen and (max-width: 640px) {
  .l-faq.fever-corona {
    margin: 0 auto 48px;
  }
  .l-faq.fever-corona .big-title {
    margin-block-end: 16px;
    font-size: 2.4rem;
    letter-spacing: 0.96px;
  }
  .l-faq.fever-corona .c-question-list .c-question-list__item {
    min-height: auto;
    padding: 16px 0;
  }
  .l-faq.fever-corona .c-question-list .c-question-list__item:nth-last-child(1) {
    border-bottom: 1px solid rgba(42, 48, 57, 0.2);
  }
  .l-faq.fever-corona .c-question-list .c-question-list__item:nth-last-child(2) {
    border-bottom: none;
  }
  .l-faq.fever-corona .c-question-list .c-question-list__item .title {
    border-bottom: none;
    margin-bottom: 0;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 23px;
    padding-bottom: 0;
  }
  .l-faq.fever-corona .c-question-list .c-question-list__item .title::before {
    height: 1px;
    width: 1px;
  }
}

.asthma .l-common-attention {
  display: none;
}

/* hypertension */
.l-nav.hypertension {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 100;
}
.l-nav.hypertension .l-nav__inner .buttons .btn-default {
  text-shadow: none;
  box-shadow: none;
}
.l-nav.hypertension.scroll {
  box-shadow: 0px 0px 12px 0px rgba(42, 48, 57, 0.2);
}
@media only screen and (max-width: 640px) {
  .l-nav.hypertension .l-nav__inner {
    height: 52px;
  }
  .l-nav.hypertension .l-nav__inner .logo img {
    width: 126px;
  }
  .l-nav.hypertension .l-nav__inner .buttons .btn-default {
    padding: 5px 12px;
    width: 118px;
    height: 22px;
  }
}

.hypertension-mainvisual {
  max-width: 1200px;
  margin: 86px auto 80px;
}
.hypertension-mainvisual .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hypertension-mainvisual .wrap .mainvisual-img {
  width: 50%;
  margin-right: 2%;
}
.hypertension-mainvisual .wrap .box {
  text-align: center;
}
.hypertension-mainvisual .wrap .box .logo {
  margin: auto;
  width: 184px;
}
.hypertension-mainvisual .wrap .box .title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hypertension-mainvisual .wrap .box .title {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 135%;
  color: #2196f3;
  text-align: left;
}
.hypertension-mainvisual .wrap .box .sub-title {
  text-shadow: 25px 27px 30px 0px rgba(255, 255, 255, 0.25);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.48px;
}
.hypertension-mainvisual .wrap .box .tips {
  width: fit-content;
  margin: 32px auto 16px;
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 160%;
  color: #2196f3;
  position: relative;
}
.hypertension-mainvisual .wrap .box .tips::before {
  content: "";
  width: 4px;
  height: 61px;
  background-color: #2196f3;
  transform: rotate(-35deg);
  position: absolute;
  left: -22px;
  bottom: 0;
}
.hypertension-mainvisual .wrap .box .tips::after {
  content: "";
  width: 4px;
  height: 61px;
  background-color: #2196f3;
  transform: rotate(35deg);
  position: absolute;
  right: -22px;
  bottom: 0;
}
.hypertension-mainvisual .wrap .box .attention {
  margin: auto;
  font-size: 1.2rem;
  color: rgba(42, 48, 57, 0.6);
  text-align: center;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 0;
}
.hypertension-mainvisual .wrap .box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 311px;
  height: 56px;
  border-radius: 100px;
  background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin: 24px auto 16px;
}
.hypertension-mainvisual .wrap .box .btn i {
  margin-left: 8px;
}
.hypertension-mainvisual .wrap .box .note {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .hypertension-mainvisual {
    padding: 0 4%;
    margin: 57px auto 40px;
  }
  .hypertension-mainvisual .wrap {
    display: block;
  }
  .hypertension-mainvisual .wrap .mainvisual-img {
    width: 100%;
    margin-right: 0;
  }
  .hypertension-mainvisual .wrap .box {
    text-align: center;
  }
  .hypertension-mainvisual .wrap .box .logo {
    margin: auto;
    width: 197px;
  }
  .hypertension-mainvisual .wrap .box .title-wrap {
    margin-bottom: 14px;
  }
  .hypertension-mainvisual .wrap .box .title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: normal;
    color: #2196f3;
    margin-left: 6px;
  }
  .hypertension-mainvisual .wrap .box .sub-title {
    display: none;
  }
  .hypertension-mainvisual .wrap .box .tips {
    margin: 0 auto 16px;
    font-size: 2rem;
    font-weight: 500;
    color: #2A3039;
  }
  .hypertension-mainvisual .wrap .box .tips::before {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #2A3039;
    bottom: 8px;
  }
  .hypertension-mainvisual .wrap .box .tips::after {
    content: "";
    width: 2px;
    height: 30px;
    background-color: #2A3039;
    bottom: 8px;
  }
  .hypertension-mainvisual .wrap .box .btn-wrap {
    background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
    padding: 24px 0;
    width: 108.3%;
    transform: translate(-14px, 10px);
  }
  .hypertension-mainvisual .wrap .box .btn {
    background: #fff;
    color: #2196f3;
    margin: auto;
  }
  .hypertension-mainvisual .wrap .box .note {
    display: block;
    margin-top: 28px;
  }
}

.hypertension-important {
  max-width: 800px;
  margin: 0 auto 80px;
}
.hypertension-important .sub-title {
  color: rgba(42, 48, 57, 0.6);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.54px;
}
.hypertension-important .title {
  color: #2196f3;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 140%;
  margin: 16px auto 48px;
}
.hypertension-important .box {
  border-radius: 8px;
  border: 1px solid rgba(42, 48, 57, 0.2);
  padding: 24px;
  margin-bottom: 24px;
}
.hypertension-important .box:last-child {
  margin-bottom: 0;
}
.hypertension-important .box.flex {
  display: flex;
}
.hypertension-important .box .txt {
  font-weight: 400;
  line-height: 180%;
  margin: 9.8px 0 8px;
}
.hypertension-important .box .note {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
}
.hypertension-important .box .big {
  color: #2196f3;
  font-size: 2rem;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 0.6px;
  margin-top: 9.5px;
}
.hypertension-important .box a {
  color: #2196f3;
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
}
.hypertension-important .box li + li {
  margin-top: 16px;
}
.hypertension-important .wrap {
  display: flex;
  align-items: center;
}
.hypertension-important .wrap .icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.hypertension-important .wrap .icon.small {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.hypertension-important .wrap p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 160%;
}
.hypertension-important .info {
  width: 160px;
  margin-left: 16px;
}
@media only screen and (max-width: 640px) {
  .hypertension-important {
    margin: 0 auto 48px;
    padding: 0 4%;
  }
  .hypertension-important .sub-title {
    font-size: 1.6rem;
    letter-spacing: 0.48px;
  }
  .hypertension-important .title {
    font-size: 2rem;
    line-height: 100%;
    margin: 8px auto 24px;
  }
  .hypertension-important .box {
    padding: 16px;
    margin-bottom: 16px;
  }
  .hypertension-important .box:last-child {
    margin-bottom: 0;
  }
  .hypertension-important .box.flex {
    display: block;
  }
  .hypertension-important .box .txt {
    margin: 8px 0;
  }
  .hypertension-important .box .big {
    font-size: 1.6rem;
    margin-top: 8px;
  }
  .hypertension-important .box a {
    color: #2196f3;
    text-decoration: underline;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 160%;
  }
  .hypertension-important .wrap {
    display: inline;
  }
  .hypertension-important .wrap .icon {
    transform: translate(0px, 6px);
    display: inline;
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
  .hypertension-important .wrap .icon.small {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
  .hypertension-important .wrap p {
    display: inline;
    font-size: 1.6rem;
    margin-top: -10px;
  }
  .hypertension-important .info {
    width: 100%;
    margin: 8px 0 0 0;
  }
}

.hypertension-attention {
  margin-bottom: 40px;
  background-color: rgba(33, 150, 243, 0.08);
}
.hypertension-attention__wrap {
  padding: 56px 20px;
  max-width: 1220px;
  margin: auto;
}
.hypertension-attention .title {
  font-weight: 800;
  font-size: 2rem;
  line-height: 160%;
  text-align: center;
  color: #2196f3;
  margin-bottom: 32px;
}
.hypertension-attention ul {
  display: flex;
  justify-content: space-between;
}
.hypertension-attention ul li {
  width: 29%;
}
.hypertension-attention ul li .title-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.hypertension-attention ul li .title-wrap i {
  color: #2196f3;
  margin-right: 4px;
}
.hypertension-attention ul li .title-wrap .list-title {
  font-weight: 500;
  line-height: 23px;
}
.hypertension-attention ul li span {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 160%;
  color: rgba(42, 48, 57, 0.6);
}
@media only screen and (max-width: 640px) {
  .hypertension-attention__wrap {
    padding: 32px 4%;
  }
  .hypertension-attention .title {
    text-align: left;
    margin-bottom: 19px;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 160%;
  }
  .hypertension-attention ul {
    display: block;
  }
  .hypertension-attention ul li {
    width: 100%;
    margin-bottom: 16px;
  }
  .hypertension-attention ul li:last-child {
    margin-bottom: 0;
  }
}

.hypertension-pill {
  max-width: 1180px;
  margin: 80px auto 96px;
}
.hypertension-pill .title {
  color: #2196f3;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  letter-spacing: 1.28px;
}
.hypertension-pill .box {
  margin: 40px auto 56px;
}
.hypertension-pill .box .category {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.72px;
  margin-bottom: 32px;
}
.hypertension-pill .box .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.hypertension-pill .box .wrap::after {
  display: block;
  content: "";
  padding: 16px;
  width: 28%;
}
.hypertension-pill .box .cont {
  border-radius: 8px;
  background: rgba(33, 150, 243, 0.05);
  margin-bottom: 24px;
  padding: 16px;
  width: 28%;
  min-height: 112px;
}
.hypertension-pill .box .cont.second {
  min-height: 112px;
  padding: 16px;
}
.hypertension-pill .box .cont.info {
  border-radius: 8px;
  border: 1px solid rgba(42, 48, 57, 0.2);
  background: #fff;
  display: flex;
  align-items: center;
}
.hypertension-pill .box .cont.info img {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.hypertension-pill .box .cont.info .text {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  line-height: 160%;
}
.hypertension-pill .box .cont .label {
  color: #2196f3;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.48px;
  margin-bottom: 8px;
}
.hypertension-pill .box .cont ul li {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  line-height: 2rem;
  margin-bottom: 4px;
  padding-left: 10px;
  position: relative;
}
.hypertension-pill .box .cont ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #2196f3;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 5.4px;
}
.hypertension-pill .box .cont ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .hypertension-pill {
    margin: 48px auto 40px;
    padding: 0 4%;
  }
  .hypertension-pill .title {
    font-size: 2.4rem;
    letter-spacing: 0.96px;
  }
  .hypertension-pill .box {
    margin: 24px auto;
  }
  .hypertension-pill .box .category {
    font-size: 1.8rem;
    letter-spacing: 0.54px;
    margin-bottom: 16px;
  }
  .hypertension-pill .box .wrap {
    display: block;
  }
  .hypertension-pill .box .cont {
    width: 91%;
    border-radius: 8px;
    padding: 16px;
    margin: 0 0 12px 0;
    min-height: auto;
  }
  .hypertension-pill .box .cont:last-child {
    margin: 0;
  }
  .hypertension-pill .box .cont.second {
    min-height: auto;
  }
  .hypertension-pill .box .cont ul li::before {
    top: 7px;
  }
}

.hypertension .l-common-attention {
  display: none;
}

/* insomnia */
.insomnia-mainvisual {
  max-width: 1200px;
  margin: 86px auto 80px;
}
.insomnia-mainvisual .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.insomnia-mainvisual .wrap .mainvisual-img {
  width: 50%;
  margin-right: 2%;
}
.insomnia-mainvisual .wrap .sp {
  display: none;
}
.insomnia-mainvisual .wrap .box {
  text-align: center;
}
.insomnia-mainvisual .wrap .box .logo {
  margin: 0 auto 12px;
  width: 184px;
}
.insomnia-mainvisual .wrap .box .title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.insomnia-mainvisual .wrap .box .btn-desc {
  display: none;
  margin-top: 40px;
}
.insomnia-mainvisual .wrap .box .btn-desc p {
  color: #2196f3;
}
.insomnia-mainvisual .wrap .box .btn-desc span {
  padding: 3px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  vertical-align: middle;
}
.insomnia-mainvisual .wrap .box .icon {
  width: 64px;
  height: 64px;
}
.insomnia-mainvisual .wrap .box .title {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 135%;
  color: #2196f3;
  text-align: left;
}
.insomnia-mainvisual .wrap .box .sub-title {
  text-shadow: 25px 27px 30px 0px rgba(255, 255, 255, 0.25);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.48px;
}
.insomnia-mainvisual .wrap .box .tips {
  background-color: #E9F4FE;
  padding: 16px 32px;
  width: fit-content;
  text-align: left;
  margin: 16px auto;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 160%;
  color: #2196f3;
}
.insomnia-mainvisual .wrap .box .wrap-check {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  justify-content: space-between;
}
.insomnia-mainvisual .wrap .box .icon-check {
  width: 20px;
  height: 20px;
  margin: 4px 0 0 0;
}
.insomnia-mainvisual .wrap .box ul {
  max-width: 500px;
  margin: auto;
}
.insomnia-mainvisual .wrap .box ul li {
  display: flex;
  font-size: 1.6rem;
  color: rgba(42, 48, 57, 0.6);
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 8px;
}
.insomnia-mainvisual .wrap .box ul li:last-child {
  margin-bottom: 0;
}
.insomnia-mainvisual .wrap .box ul li i {
  color: #00BCD4;
  margin-right: 8px;
  padding-top: 5px;
}
.insomnia-mainvisual .wrap .box ul li span {
  font-size: 12px;
}
.insomnia-mainvisual .wrap .box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 311px;
  height: 56px;
  border-radius: 100px;
  background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin: 24px auto 16px;
}
.insomnia-mainvisual .wrap .box .btn i {
  margin-left: 8px;
}
.insomnia-mainvisual .wrap .box .btn .btn-txt-sp {
  display: none;
}
.insomnia-mainvisual .wrap .box .note {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .insomnia-mainvisual {
    padding: 0 4%;
    margin: 57px auto 40px;
  }
  .insomnia-mainvisual .wrap {
    display: block;
  }
  .insomnia-mainvisual .wrap .mainvisual-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .insomnia-mainvisual .wrap .pc {
    display: none;
  }
  .insomnia-mainvisual .wrap .sp {
    display: block;
  }
  .insomnia-mainvisual .wrap .box {
    text-align: center;
  }
  .insomnia-mainvisual .wrap .box ul {
    margin-bottom: 24px;
  }
  .insomnia-mainvisual .wrap .box .logo {
    margin: auto;
    width: 197px;
  }
  .insomnia-mainvisual .wrap .box .title-wrap {
    margin-bottom: 23px;
  }
  .insomnia-mainvisual .wrap .box .title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: normal;
    color: #2196f3;
  }
  .insomnia-mainvisual .wrap .box .sub-title {
    display: none;
  }
  .insomnia-mainvisual .wrap .box .tips {
    font-size: 1.7rem;
    padding: 8px 16px;
  }
  .insomnia-mainvisual .wrap .box .btn-wrap {
    background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
    padding: 24px 16px;
    width: 100%;
    transform: translate(-14px, 10px);
  }
  .insomnia-mainvisual .wrap .box .btn-desc {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .insomnia-mainvisual .wrap .box .btn-desc p {
    color: #fff;
  }
  .insomnia-mainvisual .wrap .box .btn {
    background: #fff;
    color: #2196f3;
    margin: auto;
    width: 100%;
  }
  .insomnia-mainvisual .wrap .box .btn .btn-txt-pc {
    display: none;
  }
  .insomnia-mainvisual .wrap .box .btn .btn-txt-sp {
    display: block;
  }
  .insomnia-mainvisual .wrap .box .note {
    display: block;
    margin-top: 28px;
  }
}

.insomnia-important {
  max-width: 800px;
  margin: 0 auto 80px;
}
.insomnia-important .sub-title {
  color: rgba(42, 48, 57, 0.6);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.54px;
}
.insomnia-important .title {
  color: #2196f3;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 140%;
  margin: 16px auto 48px;
}
.insomnia-important .box {
  border-radius: 8px;
  border: 1px solid rgba(42, 48, 57, 0.2);
  padding: 24px;
  margin-bottom: 24px;
}
.insomnia-important .box:last-child {
  margin-bottom: 0;
}
.insomnia-important .box.flex {
  display: flex;
}
.insomnia-important .box .txt {
  font-weight: 400;
  line-height: 180%;
  margin: 9.8px 0 8px;
}
.insomnia-important .box .note {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
}
.insomnia-important .box .big {
  color: #2196f3;
  font-size: 2rem;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 0.6px;
  margin-top: 9.5px;
}
.insomnia-important .box a {
  color: #2196f3;
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
}
.insomnia-important .box li + li {
  margin-top: 16px;
}
.insomnia-important .wrap {
  display: flex;
  align-items: center;
}
.insomnia-important .wrap .icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.insomnia-important .wrap .icon.small {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.insomnia-important .wrap p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 160%;
}
.insomnia-important .info {
  width: 160px;
  margin-left: 16px;
}
@media only screen and (max-width: 640px) {
  .insomnia-important {
    margin: 0 auto 48px;
    padding: 0 4%;
  }
  .insomnia-important .sub-title {
    font-size: 1.6rem;
    letter-spacing: 0.48px;
  }
  .insomnia-important .title {
    font-size: 2rem;
    line-height: 100%;
    margin: 8px auto 24px;
  }
  .insomnia-important .box {
    padding: 16px;
    margin-bottom: 16px;
  }
  .insomnia-important .box:last-child {
    margin-bottom: 0;
  }
  .insomnia-important .box.flex {
    display: block;
  }
  .insomnia-important .box .txt {
    margin: 8px 0;
  }
  .insomnia-important .box .big {
    font-size: 1.6rem;
    margin-top: 8px;
  }
  .insomnia-important .box a {
    color: #2196f3;
    text-decoration: underline;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 160%;
  }
  .insomnia-important .wrap {
    display: inline;
  }
  .insomnia-important .wrap .icon {
    transform: translate(0px, 6px);
    display: inline;
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
  .insomnia-important .wrap .icon.small {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
  .insomnia-important .wrap p {
    display: inline;
    font-size: 1.6rem;
    margin-top: -10px;
  }
  .insomnia-important .info {
    width: 100%;
    margin: 8px 0 0 0;
  }
}

.insomnia-about {
  background-color: #E9F4FE;
  padding: 80px 16px;
}
.insomnia-about.white {
  background: #fff;
  text-align: center;
}
.insomnia-about.white .title {
  margin: 0 0 40px;
}
.insomnia-about.white .contents {
  padding: 0;
}
.insomnia-about .contents {
  max-width: 1180px;
  margin: auto;
  padding: 64px 16px;
  color: #46362E;
  background-color: #fff;
  border-radius: 4px;
  font-weight: 500;
}
.insomnia-about .label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.insomnia-about .title {
  margin: 32px 0 40px;
  text-align: center;
  font-weight: 800;
  font-size: 3.2rem;
  color: #2196f3;
  letter-spacing: 0.065em;
}
.insomnia-about .subtitle {
  margin: 64px 0 40px;
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
  color: #2196f3;
  letter-spacing: 0.065em;
}
.insomnia-about .text {
  margin: 0 auto;
  max-width: 800px;
  line-height: 2.6rem;
  letter-spacing: 0.012em;
  text-align: left;
}
.insomnia-about .text span {
  font-size: 1.6rem;
  color: #04AAE4;
}
.insomnia-about .img {
  margin: 0 auto;
  max-width: 530px;
  margin-bottom: 40px;
}
.insomnia-about .img img {
  width: 100%;
}
.insomnia-about .selfcheck {
  margin: 0 auto;
  max-width: 800px;
}
.insomnia-about .selfcheck__list {
  display: flex;
  flex-wrap: wrap;
}
.insomnia-about .selfcheck__item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  width: 50%;
}
.insomnia-about .selfcheck__item i {
  margin-right: 6px;
  color: #00BCD4;
}
.insomnia-about .selfcheck__item .wrap-check {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  justify-content: space-between;
}
.insomnia-about .selfcheck__item .wrap-check .icon-check {
  width: 20px;
  height: 20px;
}
.insomnia-about .detail-title {
  font-size: 1.6rem;
  color: #04AAE4;
  margin: 24px auto 12px;
  max-width: 800px;
}
.insomnia-about .list {
  display: flex;
  margin: 0 auto;
  max-width: 800px;
  justify-content: space-between;
}
.insomnia-about .list .item {
  padding-left: 27px;
  margin-bottom: 16px;
  line-height: 140%;
  letter-spacing: 0.065em;
  position: relative;
}
.insomnia-about .list .item:last-child {
  margin-bottom: 0;
}
.insomnia-about .list .item::before {
  content: "";
  width: 20px;
  height: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 4;
}
.insomnia-about .attention {
  display: flex;
  align-items: center;
  max-width: 770px;
  margin: 20px auto;
  padding: 15px;
  color: #2196f3;
  background-color: #F4FAFE;
  border-radius: 8px;
  line-height: 2rem;
}
.insomnia-about .attention i {
  font-size: 30px;
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  .insomnia-about {
    padding: 24px 16px;
  }
  .insomnia-about.white {
    padding: 48px 16px;
  }
  .insomnia-about .contents {
    padding: 32px 16px;
  }
  .insomnia-about .contents img {
    max-width: 250px;
  }
  .insomnia-about .title {
    margin: 24px 0;
    font-size: 2rem;
  }
  .insomnia-about .text {
    line-height: 2.8rem;
  }
  .insomnia-about .selfcheck__list {
    flex-direction: column;
  }
  .insomnia-about .selfcheck__item {
    width: 100%;
  }
  .insomnia-about .list {
    flex-direction: column;
  }
}

.insomnia-pill {
  padding: 80px 16px;
  color: #46362E;
}
.insomnia-pill .title {
  font-weight: 800;
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 40px;
  color: #2196f3;
}
.insomnia-pill .attention {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 32px;
  max-width: 1180px;
}
.insomnia-pill .attention img {
  margin-right: 10px;
}
.insomnia-pill .attention p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #2A3039;
}
.insomnia-pill .contents {
  display: flex;
  max-width: 1180px;
  margin: auto;
  width: 100%;
}
.insomnia-pill .contents_left {
  margin-right: 30px;
  width: 50%;
}
.insomnia-pill .contents_right {
  margin-left: 30px;
  width: 50%;
}
.insomnia-pill .contents_list {
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 4px;
  background-color: #E9F4FE;
}
.insomnia-pill .contents_list ul {
  margin-top: -16px;
}
.insomnia-pill .contents_list li {
  padding: 16px 0;
}
.insomnia-pill .contents .label {
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  margin: 0 auto 20px;
}
.insomnia-pill .contents ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.insomnia-pill .contents ul li {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #D4D6D7;
}
.insomnia-pill .contents ul li:last-child {
  border-bottom: none;
}
.insomnia-pill .contents ul li img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  margin-right: 16px;
}
.insomnia-pill .contents ul li p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #2A3039;
  line-height: 1.6em;
}
.insomnia-pill .contents ul li p span.add {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #2A3039;
}
.insomnia-pill .contents ul li .text {
  width: 100%;
}
.insomnia-pill .contents ul li .text span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #7F8388;
}
@media only screen and (max-width: 640px) {
  .insomnia-pill {
    padding: 62px 4%;
  }
  .insomnia-pill .contents {
    flex-direction: column;
  }
  .insomnia-pill .contents_left, .insomnia-pill .contents_right {
    width: 100%;
    margin: 0;
  }
  .insomnia-pill .contents_list {
    margin-bottom: 16px;
    padding: 16px;
  }
  .insomnia-pill .contents .explanation {
    margin-bottom: 16px;
  }
  .insomnia-pill .contents .label {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .insomnia-pill .contents ul li {
    width: 100%;
  }
  .insomnia-pill .contents ul li p {
    font-size: 1.4rem;
    max-width: fit-content;
  }
  .insomnia-pill .attention {
    margin-bottom: 24px;
  }
}

.insomnia .l-common-column.insomnia {
  display: block;
}

/* somnus */
.somnus-mainvisual {
  max-width: 1200px;
  margin: 86px auto 80px;
}
.somnus-mainvisual .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.somnus-mainvisual .wrap .mainvisual-img {
  width: 50%;
  margin-right: 2%;
}
.somnus-mainvisual .wrap .sp {
  display: none;
}
.somnus-mainvisual .wrap .box {
  text-align: center;
}
.somnus-mainvisual .wrap .box .logo {
  margin: 0 auto 12px;
  width: 184px;
}
.somnus-mainvisual .wrap .box .title-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.somnus-mainvisual .wrap .box .btn-desc {
  display: none;
  margin-top: 40px;
}
.somnus-mainvisual .wrap .box .btn-desc p {
  color: #2196f3;
}
.somnus-mainvisual .wrap .box .btn-desc span {
  padding: 3px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  vertical-align: middle;
}
.somnus-mainvisual .wrap .box .icon {
  width: 64px;
  height: 64px;
}
.somnus-mainvisual .wrap .box .title {
  font-size: 3.8rem;
  font-weight: 800;
  line-height: 135%;
  color: #2196f3;
  text-align: left;
}
.somnus-mainvisual .wrap .box .sub-title {
  text-shadow: 25px 27px 30px 0px rgba(255, 255, 255, 0.25);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.48px;
}
.somnus-mainvisual .wrap .box .tips {
  background-color: #E9F4FE;
  padding: 16px 32px;
  width: fit-content;
  text-align: left;
  margin: 16px auto;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 160%;
  color: #2196f3;
}
.somnus-mainvisual .wrap .box .wrap-check {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  justify-content: space-between;
}
.somnus-mainvisual .wrap .box .icon-check {
  width: 20px;
  height: 20px;
  margin: 4px 0 0 0;
}
.somnus-mainvisual .wrap .box ul {
  max-width: 500px;
  margin: auto;
}
.somnus-mainvisual .wrap .box ul li {
  display: flex;
  font-size: 1.6rem;
  color: rgba(42, 48, 57, 0.6);
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 8px;
}
.somnus-mainvisual .wrap .box ul li:last-child {
  margin-bottom: 0;
}
.somnus-mainvisual .wrap .box ul li i {
  color: #00BCD4;
  margin-right: 8px;
  padding-top: 5px;
}
.somnus-mainvisual .wrap .box ul li span {
  font-size: 12px;
}
.somnus-mainvisual .wrap .box .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 311px;
  height: 56px;
  border-radius: 100px;
  background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin: 24px auto 16px;
}
.somnus-mainvisual .wrap .box .btn i {
  margin-left: 8px;
}
.somnus-mainvisual .wrap .box .btn .btn-txt-sp {
  display: none;
}
.somnus-mainvisual .wrap .box .note {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 180%;
  text-align: left;
}
.somnus-mainvisual .wrap .box .box-container {
  border: 3px solid #00BCD4;
  border-radius: 0; /* 角を四角く */
  padding: 15px;
  font-size: 16px;
  text-align: center;
  color: #00BCD4;
  font-weight: 500;
  margin: 20px 0;
}
.somnus-mainvisual .wrap .box .collab-icon {
  display: block;
  width: 24px; /* アイコンの幅 */
  height: 24px; /* アイコンの高さ */
  margin: 12px auto; /* アイコンの上下にスペースを作り、中央に配置 */
  object-fit: contain; /* アイコンが縦横比を保つように調整 */
}
.somnus-mainvisual .wrap .box .somnus-logo {
  display: flex;
  justify-content: center; /* ロゴを中央に配置 */
  align-items: center;
  margin-top: 1px; /* 上の余白調整 */
}
@media only screen and (max-width: 640px) {
  .somnus-mainvisual {
    padding: 0 4%;
    margin: 57px auto 40px;
  }
  .somnus-mainvisual .wrap {
    display: block;
  }
  .somnus-mainvisual .wrap .mainvisual-img {
    width: 80%;
    margin-bottom: 8px;
    margin-right: 0;
  }
  .somnus-mainvisual .wrap .pc {
    display: none;
  }
  .somnus-mainvisual .wrap .sp {
    display: block;
    margin: 0 auto 8px;
  }
  .somnus-mainvisual .wrap .box {
    text-align: center;
  }
  .somnus-mainvisual .wrap .box ul {
    margin-bottom: 24px;
  }
  .somnus-mainvisual .wrap .box .logo {
    display: block;
    margin: 0 auto;
    width: 160px;
  }
  .somnus-mainvisual .wrap .box .title-wrap {
    margin-bottom: 8px;
  }
  .somnus-mainvisual .wrap .box .title-wrap .icon {
    display: none;
  }
  .somnus-mainvisual .wrap .box .title {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: normal;
    color: #2196f3;
  }
  .somnus-mainvisual .wrap .box .sub-title {
    display: none;
  }
  .somnus-mainvisual .wrap .box .tips {
    font-size: 1.7rem;
    padding: 8px 16px;
  }
  .somnus-mainvisual .wrap .box .btn-wrap {
    background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
    padding: 24px 16px;
    width: 100%;
    transform: translate(-14px, 10px);
  }
  .somnus-mainvisual .wrap .box .btn-desc {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
  }
  .somnus-mainvisual .wrap .box .btn-desc p {
    color: #fff;
  }
  .somnus-mainvisual .wrap .box .btn {
    background: #fff;
    color: #2196f3;
    margin: auto;
    width: 100%;
  }
  .somnus-mainvisual .wrap .box .btn .btn-txt-pc {
    display: none;
  }
  .somnus-mainvisual .wrap .box .btn .btn-txt-sp {
    display: block;
  }
  .somnus-mainvisual .wrap .box .note {
    display: block;
    margin-top: 28px;
  }
  .somnus-mainvisual .wrap .box .somnus-logo {
    width: 140px;
    margin: auto;
    margin-bottom: 24px;
  }
  .somnus-mainvisual .wrap .box .collab-icon {
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
  }
  .somnus-mainvisual .wrap .box .box-container {
    text-align: left;
    margin: 0 auto;
  }
}

.somnus-important {
  max-width: 800px;
  margin: 0 auto 80px;
}
.somnus-important .sub-title {
  color: rgba(42, 48, 57, 0.6);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.54px;
}
.somnus-important .title {
  color: #2196f3;
  text-align: center;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 140%;
  margin: 16px auto 48px;
}
.somnus-important .box {
  border-radius: 8px;
  border: 1px solid rgba(42, 48, 57, 0.2);
  padding: 24px;
  margin-bottom: 24px;
}
.somnus-important .box:last-child {
  margin-bottom: 0;
}
.somnus-important .box.flex {
  display: flex;
}
.somnus-important .box .txt {
  font-weight: 400;
  line-height: 180%;
  margin: 9.8px 0 8px;
}
.somnus-important .box .note {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
}
.somnus-important .box .big {
  color: #2196f3;
  font-size: 2rem;
  font-weight: 800;
  line-height: 160%;
  letter-spacing: 0.6px;
  margin-top: 9.5px;
}
.somnus-important .box a {
  color: #2196f3;
  text-decoration: underline;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 160%;
}
.somnus-important .box li + li {
  margin-top: 16px;
}
.somnus-important .wrap {
  display: flex;
  align-items: center;
}
.somnus-important .wrap .icon {
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.somnus-important .wrap .icon.small {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
.somnus-important .wrap p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 160%;
}
.somnus-important .info {
  width: 160px;
  margin-left: 16px;
}
.somnus-important .optin-agree-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  margin: 16px auto 20px;
  font-size: 1.4rem;
  color: rgba(42, 48, 57, 0.6);
  width: 504px;
  height: 68px;
  font-weight: 500;
  max-width: 100%;
  white-space: normal;
  background-color: #f0f9ff; /* pale blue 背景 */
  border-radius: 8px;
}
.somnus-important .optin-agree-wrap input[type=checkbox] {
  width: 20px;
  height: 20px;
  cursor: pointer;
  accent-color: #2196F3;
  vertical-align: middle;
}
.somnus-important .optin-agree-wrap label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  width: 100%;
  word-wrap: break-word;
}
.somnus-important .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 365px;
  height: 56px;
  border-radius: 100px;
  background: linear-gradient(48deg, #00BCD4 0%, #2196F3 100%);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.48px;
  margin: 24px auto 16px;
}
.somnus-important .btn .icon {
  margin-left: 8px;
}
.somnus-important .btn i {
  margin-left: 8px;
}
.somnus-important .btn .btn-txt-sp {
  display: none;
}
.somnus-important .sleep-record-agreement {
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin: 14px auto;
  font-size: 1.4rem;
  color: #333;
  font-weight: 400;
  max-width: 100%; /* 横幅を少し広げる */
  padding: 10px; /* 枠線と文字の間隔を追加 */
  border-radius: 8px;
  letter-spacing: 0.5px; /* 文字通しの間隔を広げる */
  line-height: 1.5;
}
.somnus-important .somnus-add-info {
  max-width: 100%; /* 横幅を広げる */
  margin: 20px auto;
  padding: 16px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #333;
  font-weight: 400;
  text-align: left;
  margin-bottom: 48px;
}
@media only screen and (max-width: 640px) {
  .somnus-important {
    margin: 0 auto 48px;
    padding: 0 4%;
  }
  .somnus-important .sub-title {
    font-size: 1.6rem;
    letter-spacing: 0.48px;
  }
  .somnus-important .title {
    font-size: 2rem;
    line-height: 100%;
    margin: 8px auto 24px;
  }
  .somnus-important .box {
    padding: 16px;
    margin-bottom: 16px;
  }
  .somnus-important .box:last-child {
    margin-bottom: 0;
  }
  .somnus-important .box.flex {
    display: block;
  }
  .somnus-important .box .txt {
    margin: 8px 0;
  }
  .somnus-important .box .big {
    font-size: 1.6rem;
    margin-top: 8px;
  }
  .somnus-important .box a {
    color: #2196f3;
    text-decoration: underline;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 160%;
  }
  .somnus-important .wrap {
    display: inline;
  }
  .somnus-important .wrap .icon {
    transform: translate(0px, 6px);
    display: inline;
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
  .somnus-important .wrap .icon.small {
    width: 24px;
    height: 24px;
    margin-right: 0;
  }
  .somnus-important .wrap p {
    display: inline;
    font-size: 1.6rem;
    margin-top: -10px;
  }
  .somnus-important .info {
    width: 100%;
    margin: 8px 0 0 0;
  }
  .somnus-important .optin-agree-wrap {
    justify-content: flex-start;
    text-align: left;
    width: 100%;
    padding: 12px 20px;
    box-sizing: border-box;
  }
  .somnus-important .optin-agree-wrap label {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    gap: 24px;
    text-align: left;
  }
  .somnus-important .optin-agree-wrap input[type=checkbox] {
    margin-top: 3px;
    flex-shrink: 0;
  }
}

.somnus-about {
  background-color: #E9F4FE;
  padding: 80px 16px;
}
.somnus-about.white {
  background: #fff;
  text-align: center;
}
.somnus-about.white .title {
  margin: 0 0 40px;
}
.somnus-about.white .contents {
  padding: 0;
}
.somnus-about .contents {
  max-width: 1180px;
  margin: auto;
  padding: 64px 16px;
  color: #46362E;
  background-color: #fff;
  border-radius: 4px;
  font-weight: 500;
}
.somnus-about .label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.somnus-about .title {
  margin: 32px 0 40px;
  text-align: center;
  font-weight: 800;
  font-size: 3.2rem;
  color: #2196f3;
  letter-spacing: 0.065em;
}
.somnus-about .subtitle {
  margin: 64px 0 40px;
  text-align: center;
  font-weight: 800;
  font-size: 2rem;
  color: #2196f3;
  letter-spacing: 0.065em;
}
.somnus-about .text {
  margin: 0 auto;
  max-width: 800px;
  line-height: 2.6rem;
  letter-spacing: 0.012em;
  text-align: left;
}
.somnus-about .text span {
  font-size: 1.6rem;
  color: #04AAE4;
}
.somnus-about .img {
  margin: 0 auto;
  max-width: 530px;
  margin-bottom: 40px;
}
.somnus-about .img img {
  width: 100%;
}
.somnus-about .selfcheck {
  margin: 0 auto;
  max-width: 800px;
}
.somnus-about .selfcheck__list {
  display: flex;
  flex-wrap: wrap;
}
.somnus-about .selfcheck__item {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  width: 50%;
}
.somnus-about .selfcheck__item i {
  margin-right: 6px;
  color: #00BCD4;
}
.somnus-about .selfcheck__item .wrap-check {
  display: flex;
  align-items: flex-start;
  gap: 4px;
  justify-content: space-between;
}
.somnus-about .selfcheck__item .wrap-check .icon-check {
  width: 20px;
  height: 20px;
}
.somnus-about .detail-title {
  font-size: 1.6rem;
  color: #04AAE4;
  margin: 24px auto 12px;
  max-width: 800px;
}
.somnus-about .list {
  display: flex;
  margin: 0 auto;
  max-width: 800px;
  justify-content: space-between;
}
.somnus-about .list .item {
  padding-left: 27px;
  margin-bottom: 16px;
  line-height: 140%;
  letter-spacing: 0.065em;
  position: relative;
}
.somnus-about .list .item:last-child {
  margin-bottom: 0;
}
.somnus-about .list .item::before {
  content: "";
  width: 20px;
  height: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 4;
}
.somnus-about .attention {
  display: flex;
  align-items: center;
  max-width: 770px;
  margin: 20px auto;
  padding: 15px;
  color: #2196f3;
  background-color: #F4FAFE;
  border-radius: 8px;
  line-height: 2rem;
}
.somnus-about .attention i {
  font-size: 30px;
  margin-right: 10px;
}
@media only screen and (max-width: 640px) {
  .somnus-about {
    padding: 24px 16px;
  }
  .somnus-about.white {
    padding: 48px 16px;
  }
  .somnus-about .contents {
    padding: 32px 16px;
  }
  .somnus-about .contents img {
    max-width: 250px;
  }
  .somnus-about .title {
    margin: 24px 0;
    font-size: 2rem;
  }
  .somnus-about .text {
    line-height: 2.8rem;
  }
  .somnus-about .selfcheck__list {
    flex-direction: column;
  }
  .somnus-about .selfcheck__item {
    width: 100%;
  }
  .somnus-about .list {
    flex-direction: column;
  }
}

.somnus-pill {
  padding: 80px 16px;
  color: #46362E;
}
.somnus-pill .title {
  font-weight: 800;
  text-align: center;
  font-size: 3.2rem;
  margin-bottom: 40px;
  color: #2196f3;
}
.somnus-pill .attention {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 32px;
  max-width: 1180px;
}
.somnus-pill .attention img {
  margin-right: 10px;
}
.somnus-pill .attention p {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #2A3039;
}
.somnus-pill .contents {
  display: flex;
  max-width: 1180px;
  margin: auto;
  width: 100%;
}
.somnus-pill .contents_left {
  margin-right: 30px;
  width: 50%;
}
.somnus-pill .contents_right {
  margin-left: 30px;
  width: 50%;
}
.somnus-pill .contents_list {
  margin-bottom: 24px;
  padding: 24px;
  border-radius: 4px;
  background-color: #E9F4FE;
}
.somnus-pill .contents_list ul {
  margin-top: -16px;
}
.somnus-pill .contents_list li {
  padding: 16px 0;
}
.somnus-pill .contents .label {
  text-align: center;
  font-weight: 500;
  font-size: 2.2rem;
  margin: 0 auto 20px;
}
.somnus-pill .contents ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.somnus-pill .contents ul li {
  display: flex;
  align-items: center;
  margin: 0;
  width: 100%;
  border-bottom: 1px solid #D4D6D7;
}
.somnus-pill .contents ul li:last-child {
  border-bottom: none;
}
.somnus-pill .contents ul li img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  margin-right: 16px;
}
.somnus-pill .contents ul li p {
  font-size: 1.6rem;
  font-weight: 500;
  color: #2A3039;
  line-height: 1.6em;
}
.somnus-pill .contents ul li p span.add {
  display: block;
  font-size: 1.2rem;
  font-weight: 500;
  color: #2A3039;
}
.somnus-pill .contents ul li .text {
  width: 100%;
}
.somnus-pill .contents ul li .text span {
  font-size: 1.2rem;
  font-weight: 400;
  color: #7F8388;
}
@media only screen and (max-width: 640px) {
  .somnus-pill {
    padding: 62px 4%;
  }
  .somnus-pill .contents {
    flex-direction: column;
  }
  .somnus-pill .contents_left, .somnus-pill .contents_right {
    width: 100%;
    margin: 0;
  }
  .somnus-pill .contents_list {
    margin-bottom: 16px;
    padding: 16px;
  }
  .somnus-pill .contents .explanation {
    margin-bottom: 16px;
  }
  .somnus-pill .contents .label {
    margin-bottom: 12px;
    font-size: 1.8rem;
  }
  .somnus-pill .contents ul li {
    width: 100%;
  }
  .somnus-pill .contents ul li p {
    font-size: 1.4rem;
    max-width: fit-content;
  }
  .somnus-pill .attention {
    margin-bottom: 24px;
  }
}

.somnus .l-common-column.somnus {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", "游ゴシック", "メイリオ", meiryo, sans-serif;
  font-size: 1.4rem;
}

ul {
  list-style: none;
}

.l-header {
  display: grid;
  grid-template-columns: 42fr 72fr;
  grid-column-gap: 40px;
  align-items: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 1040px) {
  .l-header {
    grid-template-columns: 1fr;
    margin-bottom: 64px;
  }
}
@media only screen and (max-width: 1040px) {
  .l-header__content {
    order: 2;
  }
}
.l-header__content .service {
  color: #2196f3;
  font-size: 2rem;
  font-weight: normal;
}
@media only screen and (max-width: 1040px) {
  .l-header__content .service br {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .l-header__content .service {
    font-size: 1.6rem;
  }
}
.l-header__content .title {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 1.6em;
  color: #2a3039;
  margin: auto;
}
@media only screen and (max-width: 1040px) {
  .l-header__content .title br {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .l-header__content .title {
    font-size: 2rem;
  }
}
.l-header__content .detail {
  font-size: 1.6rem;
}
.l-header__content .buttons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 16px;
  margin-top: 18px;
}
@media only screen and (max-width: 640px) {
  .l-header__content .buttons {
    display: block;
  }
}
.l-header__content .buttons .btn-login {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), #F4FAFF;
  background-blend-mode: multiply, normal;
  box-shadow: 2px 4px 4px -1px rgba(95, 121, 133, 0.25);
  border-radius: 100px;
  color: #2196f3;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  height: 100%;
}
.l-header__content .buttons .btn-login p {
  margin-right: 3%;
}
.l-header__content .buttons .btn-login i {
  opacity: 0.92;
}
.l-header__content .buttons .btn-login:hover {
  transition: 0.3s;
  text-decoration: none;
  box-shadow: 2px 1px 4px -1px rgba(95, 121, 133, 0.25);
}
.l-header__content .buttons .btn-login:hover p {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 640px) {
  .l-header__content .buttons .btn-login {
    height: 54px;
    margin-bottom: 8px;
    width: 100%;
  }
}
.l-header__content .buttons .btn-default {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 451px;
  height: 59px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  background-blend-mode: multiply, normal;
  box-shadow: 2px 4px 4px -1px rgba(95, 121, 133, 0.25);
  border-radius: 100px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.l-header__content .buttons .btn-default p {
  margin-right: 3%;
}
.l-header__content .buttons .btn-default i {
  opacity: 0.92;
}
.l-header__content .buttons .btn-default:hover {
  transition: 0.3s;
  text-decoration: none;
  box-shadow: 2px 1px 4px -1px rgba(95, 121, 133, 0.25);
  opacity: 0.6;
}
.l-header__content .buttons .btn-default:hover p {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 640px) {
  .l-header__content .buttons .btn-default {
    width: 100%;
  }
}
.l-header__content .buttons .btn-default.article {
  width: 100%;
}
.l-header__image {
  position: relative;
}
@media only screen and (max-width: 1040px) {
  .l-header__image {
    order: 1;
  }
}
.l-header__image:after {
  position: absolute;
  content: "";
  z-index: 0;
  display: block;
  left: 40px;
  top: 40px;
  bottom: -40px;
  right: -40px;
  border-radius: 8px;
}
@media only screen and (max-width: 1040px) {
  .l-header__image:after {
    display: none;
  }
}
.l-header__image img {
  width: 100%;
  border-radius: 8px;
  position: relative;
  z-index: 1;
}

.l-steps__header {
  text-align: center;
  margin: 160px auto 48px;
}
.l-steps__inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 160px;
  margin-bottom: 160px;
}
.l-steps__inner .item {
  display: grid;
  grid-template-columns: 1.8fr 2fr;
  grid-column-gap: 40px;
  align-items: center;
}
.l-steps__inner .item--reverse {
  grid-template-columns: 2fr 1.8fr;
}
@media only screen and (max-width: 1040px) {
  .l-steps__inner .item {
    padding: 0 16px;
    width: 100%;
    box-sizing: border-box;
    grid-column-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 640px) {
  .l-steps__inner .item {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
  }
  .l-steps__inner .item .item-image {
    order: 0;
  }
  .l-steps__inner .item .item-content {
    order: 1;
  }
}
.l-steps__inner .item img {
  width: 100%;
}
.l-steps__inner .item .header {
  display: grid;
  grid-template-columns: 80px auto;
  grid-column-gap: 12px;
  align-items: center;
}
.l-steps__inner .item .header .title {
  font-size: 1.6rem;
  color: #2196f3;
  font-weight: normal;
  margin: auto;
  line-height: 1.6em;
}
.l-steps__inner .item .header .desc {
  font-size: 2.4rem;
  color: #2a3039;
  margin: auto;
  line-height: 1.6em;
  font-weight: bold;
}
@media only screen and (max-width: 1040px) {
  .l-steps__inner .item .header {
    grid-template-columns: 48px auto;
  }
  .l-steps__inner .item .header .title {
    font-size: 1.4rem;
  }
  .l-steps__inner .item .header .desc {
    font-size: 1.6rem;
  }
  .l-steps__inner .item .header .desc br {
    display: none;
  }
}
.l-steps__inner .calendar {
  display: grid;
  width: 100%;
  background-color: rgba(249, 249, 249, 0.8);
  border-radius: 12px;
  grid-template-columns: 100px auto;
  grid-column-gap: 12px;
  align-items: center;
  margin-top: 24px;
  font-size: 1.6rem;
  padding-right: 16px;
  box-sizing: border-box;
}
.l-steps__inner .calendar .title {
  color: #2196f3;
  line-height: 1.6em;
  margin: auto;
}
.l-steps__inner .calendar .desc {
  margin: auto;
}

.l-partners {
  padding: 80px 0;
  border-top: 1px solid #eee;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .l-partners {
    padding: 80px 16px;
  }
}
.l-partners__list {
  max-width: 540px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  align-content: center;
  list-style: none;
  padding: 0;
  margin-top: 32px;
}
.l-partners__list a.company img {
  width: 150px;
  display: block;
  margin: auto;
}
@media only screen and (max-width: 640px) {
  .l-partners__list {
    max-width: 500px;
  }
  .l-partners__list a.company img {
    width: 130px;
  }
}

.l-faq {
  padding: 48px 0;
  width: 100%;
}
.l-signup {
  padding: 80px 0;
}
.l-signup__inner {
  display: grid;
  grid-template-columns: 54fr 62fr;
  grid-column-gap: 80px;
  color: #fff;
  align-items: center;
}
@media only screen and (max-width: 640px) {
  .l-signup__inner {
    grid-template-columns: 1fr;
    grid-row-gap: 48px;
  }
}
.l-signup__inner .image {
  text-align: center;
}
.l-signup__inner .image img {
  display: block;
  margin: auto;
  width: 400px;
  max-width: 100%;
}
@media only screen and (max-width: 640px) {
  .l-signup__inner .image img {
    width: 280px;
  }
}
.l-signup__inner .title {
  font-weight: normal;
  font-size: 1.6rem;
  margin: 0 auto 8px;
}
@media only screen and (max-width: 1040px) {
  .l-signup__inner .title {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .l-signup__inner .title {
    text-align: center;
  }
}
.l-signup__inner .subtitle {
  margin: 0 auto 24px;
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.3em;
}
@media only screen and (max-width: 1040px) {
  .l-signup__inner .subtitle {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 640px) {
  .l-signup__inner .subtitle {
    font-size: 2rem;
    text-align: center;
  }
  .l-signup__inner .subtitle br {
    display: none;
  }
}
.l-signup__inner .c-button {
  max-width: 260px;
  background: inherit;
  background-color: #fff;
  color: #2196f3;
}
@media only screen and (max-width: 640px) {
  .l-signup__inner .c-button {
    margin: auto;
  }
}

.l-map {
  margin: 40px auto 80px;
}
.l-map__map {
  width: 100%;
  height: 600px;
  max-width: 1200px;
  margin: auto;
  background-color: rgba(249, 249, 249, 0.8);
}
@media only screen and (max-width: 640px) {
  .l-map__map {
    height: 400px;
  }
}
.l-map__button {
  text-decoration: none;
  cursor: pointer;
  margin: 16px auto;
  max-width: 120px;
  display: block;
  line-height: 56px;
  text-align: center;
  border-radius: 28px;
  color: #fff;
  transition: all 0.25s;
}
.l-map__button:hover {
  opacity: 0.8;
  box-shadow: none;
}

.l-article-header {
  background-color: #2196f3;
  width: 100%;
}
.l-article-header__inner {
  max-width: 700px;
  margin: auto;
  padding: 20px 0;
  color: #fff;
  line-height: 1.6em;
}
@media only screen and (max-width: 640px) {
  .l-article-header__inner {
    padding: 40px 16px;
  }
}
.l-article-header__inner .title {
  font-size: 3.6rem;
  line-height: 1.6em;
  font-weight: bold;
}
@media only screen and (max-width: 640px) {
  .l-article-header__inner .title {
    font-size: 2rem;
  }
}
.l-article-header__inner .description {
  font-size: #fff;
}

.l-table {
  max-width: 600px;
  margin: 24px auto 48px;
}
@media only screen and (max-width: 640px) {
  .l-table {
    padding: 0 16px;
  }
}
.l-table__title {
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 640px) {
  .l-table__title {
    font-size: 1.6rem;
  }
}
.l-table ul {
  list-style: none;
  padding: 0;
}
.l-table ul li {
  font-size: 1.4rem;
  line-height: 3em;
  border-bottom: 1px solid #eee;
}
.l-table ul a {
  color: #2196f3;
  text-decoration: none;
}
.l-table ul a:hover {
  text-decoration: underline;
}

.l-article {
  margin-top: 48px;
  margin-bottom: 80px;
}
.l-article__banner {
  margin: 48px auto;
  display: block;
  max-width: 700px;
  transition: opacity 0.25s;
}
.l-article__banner:hover {
  opacity: 0.75;
}
.l-article__banner img {
  max-width: 100%;
  margin: auto;
  display: block;
}
.l-article__text {
  font-size: 1.8rem;
  line-height: 2em;
  color: #2a3039;
  max-width: 700px;
  margin: auto;
}
.l-article__text h2 {
  font-weight: 500;
  font-size: 32px;
  color: #2a3039;
  line-height: 2em;
  max-width: 700px;
  margin: 24px auto 12px;
  background-color: rgba(33, 150, 243, 0.2);
  padding: 0 8px;
  scroll-margin-top: 5em;
}
.l-article__text h2 span {
  color: #B8B0A3;
  margin-right: 8px;
}
@media only screen and (max-width: 640px) {
  .l-article__text h2 {
    font-size: 24px;
    line-height: 3rem;
    padding: 8px;
  }
}
.l-article__text h3 {
  font-size: 24px;
  color: #2a3039;
  font-weight: 500;
  margin: 32px 0 12px;
}
@media only screen and (max-width: 640px) {
  .l-article__text h3 {
    font-size: 20px;
    line-height: 2.8rem;
  }
}
.l-article__text h4 {
  color: #2a3039;
  font-weight: bold;
  margin-bottom: 8px;
}
.l-article__text a {
  color: #2196f3;
}
.l-article__text img {
  max-width: 100%;
  height: auto;
  margin: 24px auto;
}
.l-article__text strong {
  color: #2a3039;
}
.l-article__text p {
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
}
.l-article__text figure {
  margin-inline-start: 0;
  margin-inline-end: 0;
}
.l-article__text ul {
  padding-left: 1.5em;
  margin: 1em auto;
}
@media only screen and (max-width: 640px) {
  .l-article__text ul {
    padding-left: 16px;
  }
}
.l-article__text ul li {
  position: relative;
  line-height: 2;
}
.l-article__text ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 14px;
  left: -16px;
  width: 8px;
  height: 8px;
  background-color: #2196f3;
  border-radius: 5px;
}
.l-article__text table {
  width: 100%;
  border-spacing: 0;
  border: 1px solid #ddd;
}
.l-article__text .has-fixed-layout {
  table-layout: fixed;
}
.l-article__text thead th {
  border: 1px solid #ddd;
  text-align: center;
}
.l-article__text tbody ul {
  list-style: disc;
}
.l-article__text tbody ol {
  list-style: decimal;
}
.l-article__text tbody th {
  padding: 8px;
  font-weight: 800;
  text-align: left;
  border: 1px solid #ddd;
  color: rgba(42, 48, 57, 0.6);
}
.l-article__text tbody td {
  padding: 8px;
  text-align: left;
  border: 1px solid #ddd;
  color: rgba(42, 48, 57, 0.6);
}
.l-article__table table {
  width: 100%;
}
.l-article__table th {
  padding: 8px;
  font-weight: 800;
  text-align: center;
  border: 1px solid #eee;
  border-bottom: 3px solid #eee;
}
.l-article__table td {
  padding: 8px;
  border: 1px solid #eee;
  text-align: center;
  color: rgba(42, 48, 57, 0.6);
}

.l-related-articles {
  border-bottom: 1px solid #eee;
}
.l-related-articles__list {
  margin-top: 40px;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 40px;
}
@media only screen and (max-width: 640px) {
  .l-related-articles__list {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 16px;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 640px) {
  .l-related-articles__list .item {
    width: 320px;
  }
}
.l-related-articles__list img {
  display: block;
  width: 100%;
  height: auto;
}
.l-related-articles__list a {
  text-decoration: none;
  display: block;
  transition: opacity 0.25s;
}
.l-related-articles__list a:hover {
  opacity: 0.75;
}
.l-related-articles__list .item-title {
  margin: 16px auto 0;
  color: #2a3039;
  font-weight: bold;
  font-size: 1.6rem;
}
@media only screen and (max-width: 640px) {
  .l-related-articles__list .item-title {
    font-size: 1.4rem;
  }
}

.l-scroll-banner {
  position: fixed;
  bottom: 16px;
  right: 16px;
  display: none;
  max-width: 360px;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.l-scroll-banner__close {
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 2px;
  background-color: rgba(255, 255, 255, 0.4);
  display: inline-block;
  padding: 4px;
  z-index: 1;
  transition: background-color 0.25s;
}
.l-scroll-banner__close svg {
  margin: 0;
  display: block;
}
.l-scroll-banner__close:hover {
  background-color: #fff;
  cursor: pointer;
}
.l-scroll-banner__link {
  display: block;
  transition: opacity 0.25s;
  position: relative;
  z-index: 0;
}
.l-scroll-banner__link:hover {
  opacity: 0.75;
}
.l-scroll-banner img {
  width: 100%;
  height: auto;
  display: block;
}

.top-service {
  padding: 62px 0;
}
.top-service .big-title {
  font-weight: 400;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 28px;
  color: #fff;
}
.top-service .content {
  padding: 40px;
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 8px;
}
@media only screen and (max-width: 640px) {
  .top-service {
    padding: 42px 0;
  }
  .top-service .content {
    padding: 1px 0;
    margin: 0 4%;
    border-radius: 8px;
  }
}

.top-service-step {
  margin: 69px 0;
}
.top-service-step .title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 39px;
  text-align: center;
}
.top-service-step .title br {
  display: none;
}
.top-service-step__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 77px;
}
.top-service-step__item {
  width: 30%;
  list-style: none;
  margin-right: 5%;
}
.top-service-step__item:nth-child(3n) {
  margin-right: 0;
}
.top-service-step__item:nth-child(1) {
  margin-bottom: 82px;
}
.top-service-step__item:nth-child(2) {
  margin-bottom: 82px;
}
.top-service-step__item:nth-child(3) {
  margin-bottom: 82px;
}
.top-service-step__item-step {
  font-size: 2.4rem;
  margin-bottom: 18px;
  color: #2196f3;
  text-align: center;
  font-weight: 800;
  font-size: 2.4rem;
}
.top-service-step__item-step span {
  font-weight: 500;
  font-size: 1.8rem;
}
.top-service-step__item-img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  margin-bottom: 18px;
}
.top-service-step__item-title {
  font-weight: 500;
  font-size: 1.6rem;
}
.top-service-step__item-text {
  margin-top: 12px;
  line-height: 26px;
}
.top-service-step__item-text span {
  font-size: 1.2rem;
  letter-spacing: 0.24px;
  color: rgba(42, 48, 57, 0.6);
}
.top-service-step__item-memo-wrap {
  margin-top: 18px;
  background-color: rgba(33, 150, 243, 0.08);
  border-radius: 8px;
  font-size: 1.2rem;
  color: #2196f3;
  line-height: 21px;
  padding: 11px 16px;
}
.top-service-step__after-wrap {
  margin: 56px 77px 0;
  color: #fff;
  text-align: center;
  padding-bottom: 61px;
}
.top-service-step__after-img {
  display: block;
  width: 40px;
  margin: auto;
  padding-top: 44px;
  z-index: 2;
  position: sticky;
}
.top-service-step__after-title {
  font-weight: 800;
  font-size: 2rem;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.top-service-step__after-title::before {
  content: "";
  width: 188px;
  height: 188px;
  border-radius: 200px;
  background-color: #2196f3;
  position: absolute;
  z-index: -1;
  top: -92px;
  left: 0;
  right: 0;
  margin: auto;
}
.top-service-step__after-subtitle {
  font-weight: 400;
  font-size: 1.6rem;
  z-index: 2;
  position: sticky;
  margin-top: 8px;
}
.top-service-step__after-text {
  border-radius: 10px;
  background-color: rgba(33, 150, 243, 0.6);
  padding: 86px 110px 32px;
  margin-top: -31px;
}
.top-service-step__after-text p {
  font-weight: 500;
  font-size: 2rem;
  line-height: 32px;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
.top-service-step__after-text span {
  font-size: 1.4rem;
  line-height: 1.8em;
}
.top-service-step .memo {
  max-width: 517px;
  margin: 19px auto 0;
}
.top-service-step .memo:last-child {
  margin-top: 62px;
}
.top-service-step .memo:last-child .title {
  margin-bottom: 24px;
}
.top-service-step .memo .title {
  font-weight: 800;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 0;
}
.top-service-step .memo .subtitle {
  font-size: 1.6rem;
  margin: 12px 0 24px;
  text-align: center;
}
.top-service-step .memo .subtitle br {
  display: none;
}
.top-service-step .memo .one {
  max-width: 345px;
  margin: auto;
}
.top-service-step .memo ul li {
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
}
.top-service-step .memo ul li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #2196f3;
  border-radius: 100px;
  position: absolute;
  left: 0;
}
.top-service-step .memo ul li p {
  font-weight: 500;
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.top-service-step .memo ul li span {
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.4rem;
  font-weight: 400;
}
@media only screen and (max-width: 640px) {
  .top-service-step {
    margin: 42px 4%;
  }
  .top-service-step .title {
    font-size: 1.8rem;
    margin-bottom: 24px;
  }
  .top-service-step .title br {
    display: block;
  }
  .top-service-step__list {
    display: none;
  }
  .top-service-step__after-wrap {
    margin: 22px 0 0;
    padding-bottom: 62px;
  }
  .top-service-step__after-title {
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 20px;
  }
  .top-service-step__after-title::before {
    width: 144px;
    height: 144px;
    top: -75px;
  }
  .top-service-step__after-subtitle {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 21px;
    margin-top: 8px;
  }
  .top-service-step__after-text {
    padding: 73px 7% 23px;
    margin-top: -48px;
    text-align: left;
  }
  .top-service-step__after-text p {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0.1rem;
  }
  .top-service-step__after-text p br {
    display: none;
  }
  .top-service-step__item {
    width: 100%;
    margin-right: 0;
  }
  .top-service-step__item:nth-child(3n) {
    margin-right: 0;
  }
  .top-service-step__item:nth-child(1) {
    margin-bottom: 0;
  }
  .top-service-step__item:nth-child(2) {
    margin-bottom: 0;
  }
  .top-service-step__item:nth-child(3) {
    margin-bottom: 0;
  }
  .top-service-step__item-img {
    margin-bottom: 8px;
  }
  .top-service-step__item-title {
    font-size: 1.4rem;
  }
  .top-service-step__item-text {
    font-size: 1.2rem;
    line-height: 21px;
  }
  .top-service-step__item-memo-wrap {
    font-size: 1rem;
    padding: 6px 8px;
    margin-top: 10px;
  }
}
.top-service-step .memo {
  margin: 0 auto;
}
.top-service-step .memo:last-child {
  margin-top: 32px;
}
.top-service-step .memo:last-child .title {
  margin-bottom: 12px;
}
.top-service-step .memo .title {
  font-size: 1.8rem;
}
.top-service-step .memo .subtitle {
  font-size: 1.2rem;
  line-height: 1.8em;
}
.top-service-step .memo .subtitle br {
  display: block;
}
.top-service-step .memo ul li::before {
  left: 0;
}
.top-service-step .memo ul li p {
  font-size: 1.4rem;
  margin-bottom: 2px;
}
.top-service-step .memo ul li span {
  font-size: 1rem;
}

.top-service-slider {
  display: none;
}
@media only screen and (max-width: 640px) {
  .top-service-slider {
    display: block;
  }
  .top-service-slider.slick-dotted.slick-slider {
    margin-bottom: 134px;
  }
  .top-service-slider__btn-group {
    display: flex;
    justify-content: center;
  }
  .top-service-slider__btn {
    padding: 14px 24px;
    border: 1px solid #2196F3;
    border-radius: 100px;
    color: #2196F3;
    margin: 0 9px 32px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .top-service-slider__btn:hover, .top-service-slider__btn.active {
    background-color: #2196F3;
    color: #fff;
  }
  .top-service-slider__box {
    display: flex !important;
    flex-flow: column;
    align-items: center;
  }
  .top-service-slider__img {
    margin-bottom: 16px;
  }
  .top-service-slider__name {
    margin-bottom: 8px;
    font-size: 1.6rem;
    font-weight: 800;
    color: #2196F3;
  }
  .top-service-slider .slick-arrow {
    width: 46px;
    height: 46px;
    cursor: pointer;
    border-radius: 8px;
    background: linear-gradient(0.34deg, #2196f3 35.01%, #00bcd4 99.02%);
    text-align: center;
    padding: 9px 0;
    bottom: -120px;
    top: auto;
  }
  .top-service-slider .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -14px;
  }
  .top-service-slider .slick-next {
    right: 30%;
  }
  .top-service-slider .slick-next::before {
    max-width: 24px;
    background: url(./img/_clinic/hayfever/step/next.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .top-service-slider .slick-prev {
    left: 30%;
  }
  .top-service-slider .slick-prev::before {
    max-width: 24px;
    background: url(./img/_clinic/hayfever/step/prev.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .top-service-slider .slick-dots {
    bottom: -29px;
  }
  .top-service-slider .slick-dots li {
    height: 10px;
    width: 10px;
    margin: 0 4px;
  }
  .top-service-slider .slick-dots li button {
    height: 10px;
    width: 10px;
  }
  .top-service-slider .slick-dots li button:before {
    opacity: 0.2;
    background: #2a3039;
    border-radius: 100%;
    font-size: 0;
    height: 10px;
    width: 10px;
  }
  .top-service-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    background: linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  }
}

.sliderlist {
  display: none;
}
@media only screen and (max-width: 640px) {
  .sliderlist {
    display: block;
  }
  .sliderlist.slick-dotted.slick-slider {
    margin-bottom: 134px;
  }
  .sliderlist__btn-group {
    display: flex;
    justify-content: center;
  }
  .sliderlist__btn {
    padding: 14px 24px;
    border: 1px solid #2196F3;
    border-radius: 100px;
    color: #2196F3;
    margin: 0 9px 32px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .sliderlist__btn:hover, .sliderlist__btn.active {
    background-color: #2196F3;
    color: #fff;
  }
  .sliderlist__box {
    display: flex !important;
    flex-flow: column;
    align-items: center;
  }
  .sliderlist__img {
    margin-bottom: 16px;
  }
  .sliderlist__name {
    margin-bottom: 8px;
    font-size: 1.6rem;
    font-weight: 800;
    color: #2196F3;
  }
  .sliderlist .slick-arrow {
    width: 46px;
    height: 46px;
    cursor: pointer;
    border-radius: 8px;
    background: linear-gradient(11.18deg, #FAA1B6 0.06%, #F1AE92 100.01%);
    text-align: center;
    padding: 9px 0;
    bottom: -120px;
    top: auto;
  }
  .sliderlist .slick-arrow:before {
    content: "" !important;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    margin-top: -14px;
  }
  .sliderlist .slick-next {
    right: 30%;
  }
  .sliderlist .slick-next::before {
    max-width: 24px;
    background: url(./img/_clinic/hayfever/step/next.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .sliderlist .slick-prev {
    left: 30%;
  }
  .sliderlist .slick-prev::before {
    max-width: 24px;
    background: url(./img/_clinic/hayfever/step/prev.svg) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
  }
  .sliderlist .slick-dots {
    bottom: -29px;
  }
  .sliderlist .slick-dots li {
    height: 10px;
    width: 10px;
    margin: 0 4px;
  }
  .sliderlist .slick-dots li button {
    height: 10px;
    width: 10px;
  }
  .sliderlist .slick-dots li button:before {
    opacity: 0.2;
    background: #2a3039;
    border-radius: 100%;
    font-size: 0;
    height: 10px;
    width: 10px;
  }
  .sliderlist .slick-dots li.slick-active button:before {
    opacity: 1;
    background: linear-gradient(11.18deg, #FAA1B6 0.06%, #F1AE92 100.01%);
  }
}

.l-about {
  padding: 48px 0;
}
@media only screen and (max-width: 1040px) {
  .l-about {
    padding: 0;
  }
}
.l-about__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media only screen and (max-width: 1040px) {
  .l-about__inner {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.l-about__inner:before {
  position: absolute;
  z-index: 0;
  content: "";
  background-color: rgba(33, 150, 243, 0.05);
  border-radius: 4px;
  display: block;
  bottom: 0;
  top: 0;
  left: 40px;
  right: 0;
}
@media only screen and (max-width: 1040px) {
  .l-about__inner:before {
    left: 0;
  }
}
.l-about__inner .image {
  position: relative;
  z-index: 1;
}
.l-about__inner .image img {
  width: 100%;
  border-radius: 4px;
}
.l-about__inner .content {
  position: relative;
  z-index: 1;
  color: #2196f3;
  padding: 0px;
  padding-left: 60px;
  padding-right: 44px;
}
@media only screen and (max-width: 1040px) {
  .l-about__inner .content {
    padding: 0;
  }
}
.l-about__inner .content .subtitle {
  font-size: 1.6rem;
  margin: 0 auto 0.5em;
}
.l-about__inner .content .title {
  font-size: 3.6rem;
  margin: 0 auto 12px;
}
@media only screen and (max-width: 1040px) {
  .l-about__inner .content .title {
    font-size: 2.4rem;
  }
}
.l-about__inner .content .details {
  color: #2196f3;
}
.l-about__inner .content .details a {
  color: #2196f3;
  font-weight: bold;
}

.clinic .l-partners {
  padding: 0;
  border-top: none;
}
@media only screen and (max-width: 640px) {
  .clinic .l-partners__list {
    max-width: 350px;
  }
}
.clinic .l-common-column.clinic {
  display: block;
}

.clinic-main {
  max-width: 1200px;
  margin: 0 auto 80px;
  background-image: url("./img/_clinic/hayfever/main/img.png");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}
.clinic-main.clinic {
  background-image: url("./img/_clinic/main/img.png");
  background-size: 40%;
  background-position: center right;
}
.clinic-main__title-wrap {
  margin: 62px 0 42px;
}
.clinic-main__title {
  font-size: 3.2rem;
  margin-bottom: 8px;
  color: #2196f3;
  font-weight: bold;
}
.clinic-main__subtitle {
  display: inline-block;
  border-radius: 100px;
  font-size: 1.8rem;
  color: #fff;
  padding: 8px 12px;
}
.clinic-main__list {
  margin-bottom: 80px;
}
.clinic-main__list.clinic {
  margin-bottom: 42px;
}
.clinic-main__item {
  list-style: none;
  display: flex;
  align-items: center;
  margin-bottom: 28px;
}
.clinic-main__item:last-child {
  margin-bottom: 0;
}
.clinic-main__item-icon {
  width: 23px;
  height: 23px;
  object-fit: fill;
  margin-right: 16px;
}
.clinic-main__item-text {
  line-height: 25px;
  letter-spacing: 0.06em;
}
.clinic-main__item-text .clinic-main__item-text-tips {
  font-size: 12px;
  background: none;
}
.clinic-main__dec {
  width: 60%;
  margin-bottom: 80px;
  line-height: 180%;
  opacity: 0.6;
}
.clinic-main__dec.info {
  width: 100%;
}
.clinic-main__btn-wrap {
  display: flex;
  align-items: center;
  font-size: 16px;
}
.clinic-main__btn-wrap.main {
  width: 60%;
}
.clinic-main__btn-wrap .btn-login {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 40px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), #F4FAFF;
  background-blend-mode: multiply, normal;
  box-shadow: 2px 4px 4px -1px rgba(95, 121, 133, 0.25);
  border-radius: 100px;
  color: #2196f3;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  height: 79px;
  margin-right: 5%;
}
.clinic-main__btn-wrap .btn-login p {
  margin-right: 3%;
}
.clinic-main__btn-wrap .btn-login i {
  opacity: 0.92;
}
.clinic-main__btn-wrap .btn-login:hover {
  transition: 0.3s;
  text-decoration: none;
  box-shadow: 2px 1px 4px -1px rgba(95, 121, 133, 0.25);
}
.clinic-main__btn-wrap .btn-login:hover p {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.clinic-main__btn-wrap .btn-default {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 451px;
  height: 59px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) -78.57%, rgba(0, 0, 0, 0) 133.04%), linear-gradient(41.64deg, #00BCD4 0.06%, #2196F3 100.01%);
  background-blend-mode: multiply, normal;
  box-shadow: 2px 4px 4px -1px rgba(95, 121, 133, 0.25);
  border-radius: 100px;
  color: #fff;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  height: 79px;
  width: 100%;
}
.clinic-main__btn-wrap .btn-default p {
  margin-right: 3%;
}
.clinic-main__btn-wrap .btn-default i {
  opacity: 0.92;
}
.clinic-main__btn-wrap .btn-default:hover {
  transition: 0.3s;
  text-decoration: none;
  box-shadow: 2px 1px 4px -1px rgba(95, 121, 133, 0.25);
  opacity: 0.6;
}
.clinic-main__btn-wrap .btn-default:hover p {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 1040px) {
  .clinic-main {
    padding: 0 4%;
    margin: 20px 0 50px;
    background-image: url("./img/_clinic/hayfever/main/sp-img.png");
    background-position: top center;
    background-size: 300px;
  }
  .clinic-main.clinic {
    background-image: url("./img/_clinic/main/img.png");
    background-size: 80%;
    background-position: top center;
  }
  .clinic-main__box {
    padding-top: 340px;
  }
  .clinic-main__title-wrap {
    margin: 0 0 28px;
  }
  .clinic-main__title {
    font-size: 1.8rem;
  }
  .clinic-main__subtitle {
    font-size: 1.4rem;
  }
  .clinic-main__list {
    margin-bottom: 32px;
  }
  .clinic-main__item {
    margin-bottom: 18px;
    line-height: 25px;
  }
  .clinic-main__item-icon {
    width: 18px;
    height: 18px;
  }
  .clinic-main__item-text {
    letter-spacing: 0.12em;
  }
  .clinic-main__dec {
    width: 100%;
    margin-bottom: 32px;
  }
  .clinic-main__btn-wrap {
    justify-content: center;
  }
  .clinic-main__btn-wrap .btn-login {
    height: 55px;
    margin-left: 2%;
  }
  .clinic-main__btn-wrap .btn-default {
    height: 55px;
    margin-right: 2%;
  }
  .clinic-main__btn-wrap.fixd {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 100;
    background-color: #fff;
    padding: 10px 0;
    width: 100%;
    border-top: 1px solid #eee;
  }
}
@media only screen and (max-width: 640px) {
  .clinic-main__box {
    padding-top: 280px;
  }
}

.clinic-summary {
  max-width: 1200px;
  margin: 120px auto;
  width: 100%;
  overflow: hidden;
}
.clinic-summary__title-wrap {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  height: 123px;
}
.clinic-summary__title-wrap::before {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 200px;
  opacity: 0.4;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: -1;
}
.clinic-summary__title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.clinic-summary__subtitle {
  font-size: 1.4rem;
}
.clinic-summary__list-title-wrap:nth-child(2) {
  position: relative;
}
.clinic-summary__list-title-wrap:nth-child(2)::before {
  content: "";
  background: url("./img/_clinic/hayfever/summary/01.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 12px;
  right: 10%;
  z-index: -1;
}
.clinic-summary__list-title-wrap:nth-child(3) {
  margin: 86px 0 0 46%;
  position: relative;
}
.clinic-summary__list-title-wrap:nth-child(3)::before {
  content: "";
  background: url("./img/_clinic/hayfever/summary/02.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 420%;
  position: absolute;
  top: 102px;
  right: 8%;
  z-index: -1;
}
.clinic-summary__list-title-wrap:nth-child(4) {
  margin: 10px 0 0 0;
  position: relative;
}
.clinic-summary__list-title-wrap:nth-child(4)::before {
  content: "";
  background: url("./img/_clinic/hayfever/summary/03.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 550%;
  position: absolute;
  top: 123px;
  left: 2%;
  z-index: -1;
}
.clinic-summary__list-title-wrap:nth-child(5) {
  margin: 230px 0 150px 40%;
  position: relative;
}
.clinic-summary__list-title-wrap:nth-child(5)::before {
  content: "";
  background: url("./img/_clinic/hayfever/summary/04.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 650%;
  position: absolute;
  top: 112px;
  right: 14%;
  z-index: -1;
}
.clinic-summary__list-title-wrap:nth-child(6) {
  margin: 10px 0 180px 0;
  position: relative;
}
.clinic-summary__list-title-wrap:nth-child(6)::before {
  content: "";
  background: url("./img/_clinic/hayfever/summary/05.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 170%;
  position: absolute;
  top: 252px;
  left: 4%;
  z-index: -1;
}
.clinic-summary__list-title-wrap:nth-child(7) {
  margin: 10px 0 0 35%;
}
.clinic-summary__list-title-wrap.clinic:nth-child(2) {
  position: relative;
}
.clinic-summary__list-title-wrap.clinic:nth-child(2)::before {
  content: "";
  background: url("./img/_clinic/hayfever/summary/01.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 140%;
  position: absolute;
  top: 12px;
  right: 10%;
  z-index: -1;
}
.clinic-summary__list-title-wrap.clinic:nth-child(3) {
  margin: 126px 0 0 46%;
  position: relative;
}
.clinic-summary__list-title-wrap.clinic:nth-child(3)::before {
  content: "";
  background: url("./img/_clinic/hayfever/summary/02.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60%;
  height: 420%;
  position: absolute;
  top: -288px;
  left: -74%;
}
.clinic-summary__list-title-wrap.clinic:nth-child(4) {
  margin: 130px 0 0 0;
  position: relative;
}
.clinic-summary__list-title-wrap.clinic:nth-child(4)::before {
  content: "";
  background: url("./img/_clinic/hayfever/summary/03.png");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 250%;
  position: absolute;
  top: -67px;
  left: 58%;
  z-index: -1;
}
.clinic-summary__list-title-wrap.clinic:nth-child(5) {
  margin: 230px 0 150px 30%;
  position: relative;
}
.clinic-summary__list-title-wrap.clinic:nth-child(5)::before {
  content: "";
  background: url("./img/_clinic/hayfever/summary/05.png");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 130%;
  position: absolute;
  top: -38px;
  right: 104%;
  z-index: -1;
}
.clinic-summary__list-title-wrap.clinic:nth-child(6) {
  margin: 10px 0 180px 0;
  position: relative;
}
.clinic-summary__list-title-wrap.clinic:nth-child(6)::before {
  content: "";
  background: none;
}
.clinic-summary__list-number {
  font-size: 3.2rem;
  position: relative;
}
.clinic-summary__list-number::before {
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 100px;
  position: absolute;
  z-index: -1;
}
.clinic-summary__list-title {
  font-size: 2.4rem;
  margin-left: 50px;
  font-weight: 500;
  line-height: 35.64px;
}
.clinic-summary__list-title.c-questionclinic {
  width: 50%;
}
.clinic-summary__list-title.one {
  max-width: 599px;
}
.clinic-summary__list-text {
  opacity: 0.6;
  margin-top: 14px;
  padding-left: 50px;
  line-height: 24px;
}
.clinic-summary__list-text.half {
  width: 50%;
}
.clinic-summary__note-list {
  margin: 34px 0 0 47px;
}
.clinic-summary__note-item {
  list-style: none;
  color: rgba(42, 48, 57, 0.6);
  font-size: 1.6rem;
  padding-left: 24px;
  margin-bottom: 20px;
  position: relative;
}
.clinic-summary__note-item::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #2196f3;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.clinic-summary__note-item:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .clinic-summary {
    margin: 60px auto;
  }
  .clinic-summary__title-wrap {
    margin: 0 auto 20px;
    height: 93px;
  }
  .clinic-summary__title-wrap::before {
    width: 80px;
    height: 80px;
    top: -13px;
  }
  .clinic-summary__title {
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 33px;
    margin-bottom: 4px;
  }
  .clinic-summary__subtitle {
    font-size: 1.4rem;
  }
  .clinic-summary__list-title-wrap {
    padding: 0 4%;
  }
  .clinic-summary__list-title-wrap:nth-child(2)::before {
    content: "";
    background: url("./img/_clinic/hayfever/summary/sp-01.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 30%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 232px;
    right: 6%;
  }
  .clinic-summary__list-title-wrap:nth-child(3) {
    margin: 86px 0 0 0;
    position: relative;
  }
  .clinic-summary__list-title-wrap:nth-child(3)::before {
    content: "";
    background: url("./img/_clinic/hayfever/summary/sp-02.png");
    background-repeat: no-repeat;
    background-size: 50%;
    width: 100%;
    height: 420%;
    position: absolute;
    top: 202px;
    right: -5%;
  }
  .clinic-summary__list-title-wrap:nth-child(4) {
    margin: 30px 0 0 0;
  }
  .clinic-summary__list-title-wrap:nth-child(4)::before {
    content: "";
    background: url("./img/_clinic/hayfever/summary/sp-03.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 43%;
    width: 97%;
    height: 320%;
    position: absolute;
    top: 70px;
    z-index: -1;
    right: 10px;
  }
  .clinic-summary__list-title-wrap:nth-child(5) {
    margin: 170px 0 30px 0;
  }
  .clinic-summary__list-title-wrap:nth-child(5)::before {
    content: "";
    background: url("./img/_clinic/hayfever/summary/sp-04.png");
    background-repeat: no-repeat;
    background-size: 40%;
    width: 100%;
    height: 260%;
    position: absolute;
    top: 331px;
    right: -10%;
    z-index: -1;
  }
  .clinic-summary__list-title-wrap:nth-child(6) {
    margin: 10px 0 193px 0;
    position: relative;
  }
  .clinic-summary__list-title-wrap:nth-child(6)::before {
    content: "";
    background: url("./img/_clinic/hayfever/summary/sp-05.png");
    background-repeat: no-repeat;
    background-size: 30%;
    width: 100%;
    height: 60%;
    position: absolute;
    top: 292px;
    left: 62%;
    z-index: -1;
  }
  .clinic-summary__list-title-wrap:nth-child(7) {
    margin: 10px 0 0 0;
  }
  .clinic-summary__list-title-wrap.clinic:nth-child(2) {
    position: relative;
  }
  .clinic-summary__list-title-wrap.clinic:nth-child(2)::before {
    content: "";
    background: url("./img/_clinic/hayfever/summary/01.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 39%;
    height: 140%;
    position: absolute;
    top: 182px;
    right: 10%;
    z-index: -1;
  }
  .clinic-summary__list-title-wrap.clinic:nth-child(3) {
    margin: 156px 0 0 0;
    position: relative;
  }
  .clinic-summary__list-title-wrap.clinic:nth-child(3)::before {
    content: "";
    background: url("./img/_clinic/hayfever/summary/02.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 60%;
    height: 420%;
    position: absolute;
    top: -288px;
    left: -74%;
  }
  .clinic-summary__list-title-wrap.clinic:nth-child(4) {
    margin: 50px 0 0 0;
    position: relative;
  }
  .clinic-summary__list-title-wrap.clinic:nth-child(4)::before {
    content: "";
    background: url("./img/_clinic/hayfever/summary/03.png");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40%;
    height: 250%;
    position: absolute;
    top: 403px;
    left: 58%;
    z-index: -1;
  }
  .clinic-summary__list-title-wrap.clinic:nth-child(5) {
    margin: 40px 0 180px 0%;
    position: relative;
  }
  .clinic-summary__list-title-wrap.clinic:nth-child(5)::before {
    content: "";
    background: url("./img/_clinic/hayfever/summary/05.png");
    background-position: center right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40%;
    height: 130%;
    position: absolute;
    top: 192px;
    right: 201px;
    z-index: -1;
  }
  .clinic-summary__list-title-wrap.clinic:nth-child(6) {
    margin: 10px 0 0 0;
    position: relative;
  }
  .clinic-summary__list-title-wrap.clinic:nth-child(6)::before {
    content: "";
    background: none;
  }
  .clinic-summary__list-number {
    font-size: 2.4rem;
  }
  .clinic-summary__list-number::before {
    width: 60px;
    height: 60px;
  }
  .clinic-summary__list-title {
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 27px;
    letter-spacing: 0.05em;
  }
  .clinic-summary__list-title.clinic {
    width: 85%;
  }
  .clinic-summary__list-text.half {
    width: 85%;
  }
  .clinic-summary__note-list {
    margin: 29px 0 0 0;
  }
  .clinic-summary__note-item {
    font-size: 1.2rem;
    padding-left: 20px;
    margin-bottom: 20px;
    line-height: 18px;
  }
}

.clinic-step {
  margin: 120px 0;
  background-color: #f3f4f5;
  padding: 77px 0;
}
.clinic-step__wrap {
  max-width: 1200px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
}
.clinic-step__title-wrap {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  height: 123px;
  padding-top: 60px;
}
.clinic-step__title-wrap::before {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 200px;
  opacity: 0.4;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 1;
}
.clinic-step__title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 8px;
  z-index: 2;
  position: relative;
}
.clinic-step__subtitle {
  font-size: 1.8rem;
  z-index: 2;
  position: relative;
}
.clinic-step__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 77px;
}
.clinic-step__item {
  width: 30%;
  list-style: none;
  margin-right: 5%;
}
.clinic-step__item:nth-child(3n) {
  margin-right: 0;
}
.clinic-step__item:nth-child(1) {
  margin-bottom: 82px;
}
.clinic-step__item:nth-child(2) {
  margin-bottom: 82px;
}
.clinic-step__item:nth-child(3) {
  margin-bottom: 82px;
}
.clinic-step__item-step {
  font-size: 2.4rem;
  margin-bottom: 18px;
  color: #2196f3;
  text-align: center;
  font-weight: 800;
  font-size: 2.4rem;
}
.clinic-step__item-step span {
  font-weight: 500;
  font-size: 1.8rem;
}
.clinic-step__item-img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  margin-bottom: 18px;
}
.clinic-step__item-title {
  font-weight: 500;
  font-size: 1.6rem;
}
.clinic-step__item-text {
  margin-top: 12px;
  line-height: 26px;
}
.clinic-step__item-text span {
  font-weight: 800;
}
.clinic-step__item-memo-wrap {
  margin-top: 18px;
  background-color: rgba(33, 150, 243, 0.08);
  border-radius: 8px;
  font-size: 1.2rem;
  color: #2196f3;
  line-height: 21px;
  padding: 11px 16px;
}
.clinic-step__after-wrap {
  margin: 56px 77px 0;
  color: #fff;
  text-align: center;
  padding-bottom: 61px;
}
.clinic-step__after-img {
  display: block;
  width: 40px;
  margin: auto;
  padding-top: 44px;
  z-index: 2;
  position: sticky;
}
.clinic-step__after-title {
  font-weight: 800;
  font-size: 2rem;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
.clinic-step__after-title::before {
  content: "";
  width: 188px;
  height: 188px;
  border-radius: 200px;
  background-color: #2196f3;
  position: absolute;
  z-index: -1;
  top: -92px;
  left: 0;
  right: 0;
  margin: auto;
}
.clinic-step__after-subtitle {
  font-weight: 400;
  font-size: 1.6rem;
  z-index: 2;
  position: sticky;
  margin-top: 8px;
}
.clinic-step__after-text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 32px;
  letter-spacing: 0.1em;
  border-radius: 10px;
  background-color: rgba(33, 150, 243, 0.6);
  padding: 86px 110px 52px;
  margin-top: -30px;
}
.clinic-step .container {
  display: none;
}
@media only screen and (max-width: 640px) {
  .clinic-step {
    margin: 60px 0 0;
  }
  .clinic-step__title-wrap {
    margin: 0 auto 20px;
    height: 93px;
    padding-top: 30px;
  }
  .clinic-step__title-wrap::before {
    width: 80px;
    height: 80px;
    top: 46px;
  }
  .clinic-step__title {
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 33px;
    margin-bottom: 4px;
  }
  .clinic-step__subtitle {
    font-size: 1.4rem;
  }
  .clinic-step__list {
    display: none;
  }
  .clinic-step__after-wrap {
    margin: 0 15px 0;
    padding-bottom: 17px;
  }
  .clinic-step__after-title {
    font-weight: 800;
    font-size: 1.6rem;
    line-height: 24px;
    margin-top: 20px;
  }
  .clinic-step__after-title::before {
    width: 144px;
    height: 144px;
    top: -75px;
  }
  .clinic-step__after-subtitle {
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 21px;
    margin-top: 8px;
  }
  .clinic-step__after-text {
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 32px;
    letter-spacing: 0.1rem;
    padding: 77px 8px 30px;
    margin-top: -48px;
  }
  .clinic-step__after-text br {
    display: none;
  }
  .clinic-step__item {
    margin-right: 0;
  }
  .clinic-step__item-step {
    margin-bottom: 2px;
  }
  .clinic-step__item-img {
    margin-bottom: 8px;
  }
  .clinic-step__item-title {
    font-size: 1.4rem;
  }
  .clinic-step__item-text {
    font-size: 1.2rem;
    line-height: 21px;
  }
  .clinic-step__item-memo-wrap {
    font-size: 1rem;
    padding: 6px 8px;
    margin-top: 10px;
  }
  .clinic-step .container {
    display: block;
    position: relative;
    width: 300px;
    margin: 20px auto 0;
    padding-bottom: 20px;
  }
  .clinic-step .sliderbox {
    overflow: hidden;
  }
  .clinic-step .sliderlist {
    display: flex;
    list-style: none;
  }
  .clinic-step .sliderlist__item {
    flex-shrink: 0;
    width: 100%;
  }
  .clinic-step .slider-pages {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .clinic-step .slider-pages span {
    display: block;
    margin-left: 8px;
    width: 10px;
    height: 10px;
    border-radius: 100px;
    background-color: #eee;
  }
  .clinic-step .slider-pages span:first-child {
    margin-left: 0;
  }
  .clinic-step .slider-pages span.active {
    background: linear-gradient(0.34deg, #2196f3 35.01%, #00bcd4 99.02%);
  }
  .clinic-step .prev {
    position: absolute;
    bottom: 0;
    left: 30%;
    display: none;
    width: 46px;
    cursor: pointer;
    border-radius: 8px;
    background: linear-gradient(0.34deg, #2196f3 35.01%, #00bcd4 99.02%);
    text-align: center;
    padding: 9px 0;
  }
  .clinic-step .prev img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  .clinic-step .next {
    position: absolute;
    bottom: 0;
    right: 30%;
    width: 46px;
    cursor: pointer;
    border-radius: 8px;
    background: linear-gradient(0.34deg, #2196f3 35.01%, #00bcd4 99.02%);
    text-align: center;
    padding: 9px 0;
  }
  .clinic-step .next img {
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
}

.clinic-voice {
  background: url("./img/_clinic/hayfever/voice/back.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1200px;
  margin: 120px auto;
}
.clinic-voice__title-wrap {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  height: 123px;
}
.clinic-voice__title-wrap::before {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 200px;
  opacity: 0.4;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 1;
}
.clinic-voice__title {
  font-size: 3.2rem;
  font-weight: bold;
  z-index: 2;
  position: relative;
  padding-top: 40px;
}
.clinic-voice__box {
  width: 60%;
  padding-left: 80px;
  position: relative;
}
.clinic-voice__box.one {
  margin: 0 0 44px 4%;
}
.clinic-voice__box.two {
  margin: 0 0 44px 30%;
}
.clinic-voice__box.three {
  margin: 0 0 44px 8%;
}
.clinic-voice__number {
  font-weight: bold;
  color: #2196f3;
  position: absolute;
  left: 27px;
  top: 12px;
}
.clinic-voice__number span {
  font-size: 56px;
  margin-left: -8px;
}
.clinic-voice__number span + span {
  font-size: 80px;
}
.clinic-voice__box-title {
  display: inline-block;
  color: #fff;
  font-weight: 800;
  font-size: 1.8rem;
  line-height: 26px;
  letter-spacing: 0.08em;
  border-radius: 100px;
  padding: 20px 42px;
  margin-left: 20px;
}
.clinic-voice__box-text {
  background-color: rgba(33, 150, 243, 0.1);
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 26px;
  padding: 60px 30px 30px;
  box-shadow: 0px 3px 8px 0px rgba(42, 48, 57, 0.28);
  margin-top: -40px;
}
@media only screen and (max-width: 640px) {
  .clinic-voice {
    background: url(./img/_clinic/hayfever/voice/sp-back.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 60px 0;
  }
  .clinic-voice__title-wrap {
    margin: 0 auto 20px;
    height: 93px;
  }
  .clinic-voice__title-wrap::before {
    width: 80px;
    height: 80px;
    top: -13px;
  }
  .clinic-voice__title {
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 33px;
    margin-bottom: 4px;
    padding-top: 21px;
  }
  .clinic-voice__wrap {
    padding: 0 4%;
  }
  .clinic-voice__box {
    width: 100%;
    padding-left: 0;
    position: relative;
  }
  .clinic-voice__box.one {
    margin: 0 0 24px 0;
  }
  .clinic-voice__box.two {
    margin: 0 0 24px 0;
  }
  .clinic-voice__box.three {
    margin: 0 0 24px 0;
  }
  .clinic-voice__number {
    font-weight: 900;
    font-size: 3.2rem;
    line-height: 26px;
    letter-spacing: -2px;
    left: 11px;
    top: 34px;
  }
  .clinic-voice__number span {
    font-size: 32px;
  }
  .clinic-voice__number span + span {
    font-size: 38px;
    font-weight: bold;
  }
  .clinic-voice__box-title {
    font-weight: 800;
    font-size: 1.2rem;
    line-height: 23px;
    letter-spacing: 0.08em;
    padding: 8px 24px;
    margin-left: 50px;
    border-radius: 10px;
  }
  .clinic-voice__box-text {
    letter-spacing: 0.08em;
    padding: 30px 18px 20px;
    margin-top: -20px;
  }
}

.clinic-about {
  margin: 120px 0;
}
.clinic-about__cont {
  max-width: 980px;
  margin: 0 auto;
  padding: 80px 0;
}
.clinic-about__title-wrap {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  height: 123px;
}
.clinic-about__title-wrap::before {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 200px;
  background: linear-gradient(90deg, #fff 0%, #eef6fc 100%);
  opacity: 0.4;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 1;
}
.clinic-about__title {
  font-size: 3.2rem;
  font-weight: bold;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  color: #fff;
}
.clinic-about__wrap {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 60px 190px;
}
.clinic-about__text {
  font-size: 1.6rem;
  line-height: 26px;
  margin-bottom: 39px;
  font-weight: 100;
}
.clinic-about__text:first-child {
  margin-bottom: 33px;
}
.clinic-about__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 367px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 100px;
  background-color: #2196f3;
  margin: auto;
  box-shadow: 2px 4px 4px -1px rgba(95, 121, 133, 0.25);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
}
.clinic-about__btn p {
  margin-right: 16px;
}
.clinic-about__btn:hover {
  transition: 0.3s;
  text-decoration: none;
  box-shadow: 2px 1px 4px -1px rgba(95, 121, 133, 0.25);
}
.clinic-about__btn:hover p {
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.clinic-about__subtitle {
  margin-top: 91px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  padding: 10px 0 0 28px;
  position: relative;
  z-index: 1;
}
.clinic-about__subtitle::before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  z-index: -1;
  top: -6px;
  left: 0;
}
.clinic-about__img {
  display: block;
  width: 100%;
  margin-top: 80px;
}
.clinic-about__note {
  display: block;
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: 100;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .clinic-about {
    margin: 60px 0;
  }
  .clinic-about__cont {
    max-width: 350px;
    margin: 0 auto;
    padding: 30px 4%;
  }
  .clinic-about__title-wrap {
    margin: 0 auto 20px;
    height: 93px;
  }
  .clinic-about__title-wrap::before {
    width: 80px;
    height: 80px;
    top: -13px;
  }
  .clinic-about__title {
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 33px;
    margin-bottom: 4px;
    padding-top: 21px;
  }
  .clinic-about__wrap {
    padding: 30px 20px;
  }
  .clinic-about__text {
    font-size: 1.4rem;
    margin-bottom: 26px;
  }
  .clinic-about__text:first-child {
    margin-bottom: 8px;
  }
  .clinic-about__btn {
    width: 100%;
    padding: 10px 0;
    font-size: 1.6rem;
  }
  .clinic-about__subtitle {
    margin-top: 20px;
    font-size: 3.2rem;
    padding: 0px 0 0 15px;
  }
  .clinic-about__subtitle::before {
    width: 30px;
    height: 30px;
  }
  .clinic-about__img {
    margin-top: 20px;
  }
  .clinic-about__note {
    display: block;
    margin-top: 20px;
    font-size: 1.2rem;
    font-weight: 100;
    color: #fff;
  }
}

.clinic-symptoms {
  margin-bottom: 120px;
  background-color: #2196f3;
}
.clinic-symptoms__cont {
  max-width: 980px;
  margin: 0 auto;
  padding: 20px 0 80px;
}
.clinic-symptoms__title-wrap {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  height: 123px;
}
.clinic-symptoms__title-wrap::before {
  content: "";
  width: 120px;
  height: 120px;
  border-radius: 200px;
  background: linear-gradient(90deg, #fff 0%, #eef6fc 100%);
  opacity: 0.4;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  z-index: 1;
}
.clinic-symptoms__title {
  font-size: 3.2rem;
  font-weight: bold;
  z-index: 2;
  position: relative;
  padding-top: 40px;
  color: #fff;
}
.clinic-symptoms__wrap {
  border-radius: 10px;
  background-color: #fff;
  padding: 60px 190px;
}
.clinic-symptoms__item {
  list-style: none;
  padding-left: 35px;
  margin-bottom: 32px;
  position: relative;
}
.clinic-symptoms__item::before {
  content: "";
  width: 25px;
  height: 25px;
  border-radius: 100px;
  background-color: #2196f3;
  position: absolute;
  left: 0;
}
.clinic-symptoms__item:last-child {
  margin-bottom: 0;
}
.clinic-symptoms__item-text {
  line-height: 180%;
}
.clinic-symptoms__item-dec {
  font-size: 1.2rem;
  color: #828282;
  margin-top: 4px;
  line-height: 180%;
}
.clinic-symptoms__item-link {
  margin-top: 8px;
  font-size: 1.4rem;
  color: #2196f3;
}
@media only screen and (max-width: 640px) {
  .clinic-symptoms {
    margin-bottom: 60px;
  }
  .clinic-symptoms__cont {
    max-width: 350px;
    margin: 0 auto;
    padding: 10px 4% 60px;
  }
  .clinic-symptoms__title-wrap {
    margin: 0 auto 20px;
    height: 93px;
  }
  .clinic-symptoms__title-wrap::before {
    width: 80px;
    height: 80px;
    top: -13px;
  }
  .clinic-symptoms__title {
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 33px;
    margin-bottom: 4px;
    padding-top: 21px;
  }
  .clinic-symptoms__wrap {
    padding: 30px 20px;
  }
}

.clinic-info {
  padding: 47px 0;
}
.clinic-info__wrap {
  background-color: #fff;
  margin-left: 58px;
  border-radius: 8px 0px 0px 8px;
  padding: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clinic-info__box {
  margin-right: 13px;
  width: 50%;
}
.clinic-info .clinic-main__btn-reserve {
  width: 50%;
}
.clinic-info .clinic-main__btn-search {
  width: 50%;
}
.clinic-info .clinic-main__title-wrap {
  margin: 0 0 42px;
}
.clinic-info .clinic-main__item {
  margin-bottom: 12px;
}
.clinic-info .clinic-main__item-text {
  font-size: 1.4rem;
}
@media only screen and (max-width: 1040px) {
  .clinic-info__wrap {
    display: block;
    margin-left: 18px;
    padding: 15px 4%;
  }
}
.clinic-info__box {
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .clinic-info {
    padding: 13px 0;
  }
}

#ez-toc-container {
  max-width: 600px;
  margin: 24px auto 48px;
}
#ez-toc-container .ez-toc-title {
  margin: 0;
  text-align: center;
  font-size: 2rem;
}
@media only screen and (max-width: 640px) {
  #ez-toc-container .ez-toc-title {
    font-size: 1.6rem;
  }
}
#ez-toc-container .ez-toc-list {
  margin: 0;
  padding: 0;
}
#ez-toc-container .ez-toc-list li {
  font-size: 1.4rem;
  line-height: 3em;
  border-bottom: 1px solid #eee;
}
#ez-toc-container .ez-toc-list li::before {
  content: "";
  display: none;
}
#ez-toc-container .ez-toc-list a {
  color: #2196f3;
  text-decoration: none;
}
#ez-toc-container .ez-toc-list a:hover {
  text-decoration: underline;
}