@charset "UTF-8";
/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

    version: 1.0
    created: 2025/08/21
    update : -

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --contentWidth: 940px;
  --maxContentWidth: 1200px;
  --breakPoint: 640px;
}

:root {
  --colorText: #383838;
  --color1st: #019944;
  --color2nd: #feec01;
  --color3rd: #99813a;
  --colorLine: #cccccc;
  --colorBg: #f6f6f6;
  --colorBg02: #f3faf6;
  --colorNote: #747474;
  --colorPlaceholder: #cccccc;
}

/*====================================================================================================

base

====================================================================================================*/
body {
  color: var(--colorText);
}

/* Header
--------------------------------------------------------------------------------------------------- */
/*
* "font-awesome" is lisenced under the SIL Open Font License 1.1
* https://fortawesome.github.io/Font-Awesome
* http://scripts.sil.org/OFL
*/
@font-face {
  font-family: "icon";
  src: url("./fonts/icon.woff?250827");
}
.mod_ico_01_home::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  pointer-events: none;
  content: "\e001";
  vertical-align: middle;
}

.mod_ico_02_products::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  pointer-events: none;
  content: "\e002";
  vertical-align: middle;
}

.mod_ico_03_component::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  pointer-events: none;
  content: "\e003";
  vertical-align: middle;
}

.mod_ico_04_stress::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  pointer-events: none;
  content: "\e004";
  vertical-align: middle;
}

.mod_ico_05_laboratory::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  pointer-events: none;
  content: "\e005";
  vertical-align: middle;
}

.mod_ico_06_qa::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  pointer-events: none;
  content: "\e006";
  vertical-align: middle;
}

.mod_ico_07_stress-about::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  pointer-events: none;
  content: "\e007";
  vertical-align: middle;
}

.mod_ico_08_stress-sign::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  pointer-events: none;
  content: "\e008";
  vertical-align: middle;
}

.mod_ico_09_stress-research::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  pointer-events: none;
  content: "\e009";
  vertical-align: middle;
}

.mod_ico_10_x::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  pointer-events: none;
  content: "\e00a";
  vertical-align: middle;
}

.mod_ico_11_facebook::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  pointer-events: none;
  content: "\e00b";
  vertical-align: middle;
}

.mod_ico_12_line::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  pointer-events: none;
  content: "\e00c";
  vertical-align: middle;
}

.mod_ico_13_link::after {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  pointer-events: none;
  content: "\e00d";
  vertical-align: middle;
}

.header__logo__svg-obj, .header__tagline__svg-obj {
  fill: var(--colorText);
}
.header__logo a {
  display: block;
  width: fit-content;
}
.header__head {
  display: flex;
}
@media (min-width: 641px) {
  .header {
    height: 148px;
  }
  .header__inner {
    background: #ffffff;
  }
  .header__head {
    align-items: center;
    padding-block: 0;
    padding-inline: 10px;
    height: 74px;
  }
  .header__logo {
    padding-inline: 10px;
  }
  .header__tagline {
    margin-inline: auto 0;
    padding-inline: 10px;
  }
  .is-active .header .header__head {
    padding: unset;
  }
}
@media screen and (max-width: 640px) {
  .header {
    height: 58px;
  }
  .header__head {
    align-items: baseline;
    padding-block: 17px !important;
    padding-inline: 15px !important;
    background: #ffffff;
  }
  .header__logo__svg {
    width: auto;
    height: 24px;
  }
  .header__tagline {
    margin-inline: 11px 0;
  }
  .header__tagline__svg {
    width: 128.5px;
    height: 12.4px;
  }
  .header__body {
    overflow: auto;
    position: absolute;
    left: 0;
    height: calc(100dvh - 58px);
    transform: translateX(-100%);
    transition: transform 0.25s;
    pointer-events: none;
  }
  .header__body--open {
    transform: translateX(0);
    pointer-events: all;
  }
}

.global-nav {
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
}
.global-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.global-nav__link::before {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  pointer-events: none;
  line-height: 1;
  text-align: center;
}
.global-nav__link--top::before {
  content: "\e001";
}
.global-nav__link--component::before {
  content: "\e003";
}
.global-nav__link--stress::before {
  content: "\e004";
}
.global-nav__link--laboratory::before {
  content: "\e005";
}
.global-nav__link--products::before {
  content: "\e002";
}
.global-nav__link--qa::before {
  content: "\e006";
}
.global-nav__sub-navi {
  display: grid;
}
.global-nav__sub-navi__item {
  position: relative;
  display: grid;
  grid-template-rows: subgrid;
}
.global-nav__sub-navi__link {
  color: var(--color1st);
}
.global-nav__sub-navi__link::before {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  pointer-events: none;
}
.global-nav__sub-navi__link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
.global-nav__sub-navi__link--stress-about::before {
  content: "\e007";
}
.global-nav__sub-navi__link--stress-sign::before {
  content: "\e008";
}
.global-nav__sub-navi__link--stress-research::before {
  content: "\e009";
}
@media (min-width: 641px) {
  .global-nav {
    position: relative;
    display: flex;
    margin-inline: auto;
    padding-inline: 10px;
    max-width: var(--maxContentWidth);
    line-height: 1.2;
  }
  .global-nav__item {
    position: relative;
    display: flex;
    flex-grow: 1;
  }
  .global-nav__item:not(:first-child)::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin-block: auto;
    border-left: 1px solid #ffffff;
    height: 36px;
    content: "";
    opacity: 0.3;
  }
  .global-nav__item:first-child .global-nav__link {
    padding-inline-start: 0;
  }
  .global-nav__item:last-child .global-nav__link {
    padding-inline-end: 0;
  }
  .global-nav__item:has(.global-nav__sub-navi):hover .global-nav__link {
    pointer-events: none;
  }
  .global-nav__item:has(.global-nav__sub-navi):hover::after {
    position: absolute;
    bottom: -4px;
    right: 0;
    left: 0;
    height: 8px;
    content: "";
  }
  .global-nav__item:has(.global-nav__sub-navi):hover .global-nav__sub-navi {
    opacity: 1;
    pointer-events: all;
  }
  .global-nav__link {
    gap: 8px;
    padding-inline: 30px 28px;
    min-height: 74px;
    width: 100%;
    color: #ffffff;
  }
  .global-nav__link::before {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 32px;
  }
  .global-nav__link--top::before {
    font-size: 23px;
  }
  .global-nav__link--component::before {
    font-size: 26.7px;
  }
  .global-nav__link--stress::before {
    font-size: 21.7px;
  }
  .global-nav__link--stress::after {
    content: "";
    display: block;
    border: solid currentColor;
    border-color: currentColor transparent transparent;
    border-width: 8px 5px 0;
    width: 0;
    line-height: 1;
  }
  .global-nav__link--laboratory::before {
    font-size: 24px;
  }
  .global-nav__link--products::before {
    font-size: 30px;
  }
  .global-nav__link--qa::before {
    font-size: 26px;
  }
  .global-nav__sub-navi {
    position: absolute;
    bottom: 0;
    left: 50%;
    grid-template-columns: repeat(5, auto);
    grid-template-rows: repeat(2, auto);
    grid-auto-flow: dense column;
    border-radius: 0 0 20px 20px;
    padding-block: 16px 30px;
    padding-inline: 40px;
    width: fit-content;
    background: #ffffff;
    font-size: 1rem;
    line-height: 1.5;
    z-index: 1000;
    transform: translateX(-50%) translateX(40px) translateY(100%);
    transition: opacity 0.25s;
    opacity: 0;
    pointer-events: none;
  }
  .global-nav__sub-navi::before, .global-nav__sub-navi::after {
    margin-inline: 30px;
    border-left: 1px solid var(--color1st);
    content: "";
    opacity: 0.3;
  }
  .global-nav__sub-navi::before {
    grid-column: 2;
  }
  .global-nav__sub-navi::after {
    grid-column: 4;
  }
  .global-nav__sub-navi__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 1/3;
    width: min(280px, 27.34375vw);
  }
  .global-nav__sub-navi__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .global-nav__sub-navi__link::before {
    transform: translateY(2px);
  }
  .global-nav__sub-navi__link--stress-about::before {
    font-size: 37px;
  }
  .global-nav__sub-navi__link--stress-sign::before {
    font-size: 37px;
  }
  .global-nav__sub-navi__link--stress-research::before {
    font-size: 28px;
  }
  .global-nav__sub-navi__text {
    margin-block: 10px 0;
    padding-block: 8px;
    padding-inline: 8px;
    background: var(--colorBg02);
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.5384615385;
    text-align: center;
  }
  .global-nav br.sp {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (min-width: 641px) {
  .global-nav__item:has(.global-nav__link--top) {
    width: 16vw;
  }
  .global-nav__item:has(.global-nav__link--component) {
    width: 18.6666666667vw;
  }
  .global-nav__item:has(.global-nav__link--stress) {
    width: 20.3333333333vw;
  }
  .global-nav__item:has(.global-nav__link--laboratory) {
    width: 15.8333333333vw;
  }
  .global-nav__item:has(.global-nav__link--products) {
    width: 12.3333333333vw;
  }
  .global-nav__item:has(.global-nav__link--qa) {
    width: 14.6666666667vw;
  }
  .global-nav__link br {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .global-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding-block: 63px;
    padding-inline: 15px;
    line-height: 1.4;
    text-align: center;
    background: var(--color1st);
  }
  .global-nav__item {
    overflow: hidden;
    border-radius: 10px;
    background: #ffffff;
    height: fit-content;
  }
  .global-nav__item:has(.global-nav__link--stress), .global-nav__item:has(.global-nav__link--laboratory) {
    grid-column: 1/3;
  }
  .global-nav__item:has(.global-nav__link--stress) {
    padding-block: 24px 20px;
    padding-inline: 10px;
  }
  .global-nav__link {
    width: 100%;
    color: var(--colorText);
  }
  .global-nav__link::before {
    color: var(--color1st);
  }
  .global-nav__link--top, .global-nav__link--component, .global-nav__link--products, .global-nav__link--qa {
    flex-direction: column;
    height: 125px;
  }
  .global-nav__link--top::before {
    font-size: 30.6px;
    margin-block-end: 15px;
  }
  .global-nav__link--component::before {
    font-size: 35px;
    margin-block-end: 3px;
  }
  .global-nav__link--stress br {
    display: none;
  }
  .global-nav__link--stress::before {
    margin-inline-end: 14px;
    font-size: 28.5px;
  }
  .global-nav__link--laboratory {
    height: 70px;
  }
  .global-nav__link--laboratory::before {
    margin-inline-end: 14px;
    font-size: 31.5px;
  }
  .global-nav__link--products::before {
    margin-block-end: 14px;
    font-size: 39px;
  }
  .global-nav__link--qa::before {
    margin-block-end: 16px;
    font-size: 32px;
  }
  .global-nav__sub-navi {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 8px;
    margin-block: 16px 0;
    letter-spacing: normal;
  }
  .global-nav__sub-navi__item {
    overflow: hidden;
    grid-row: 1/4;
    border: 1px solid var(--color1st);
    border-radius: 8px;
    background: var(--colorBg02);
    padding-block-start: 20px;
  }
  .global-nav__sub-navi__link {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 1/3;
    font-size: 0.6875rem;
    line-height: 1.45;
    color: var(--colorText);
    letter-spacing: -0.01em;
  }
  .global-nav__sub-navi__link::before {
    color: var(--color1st);
    line-height: 1;
  }
  .global-nav__sub-navi__link--stress-about::before {
    font-size: 36px;
  }
  .global-nav__sub-navi__link--stress-sign::before {
    font-size: 35px;
  }
  .global-nav__sub-navi__link--stress-research::before {
    font-size: 30px;
  }
  .global-nav__sub-navi__text {
    margin-block-start: 6px;
    padding-block: 10px;
    padding-inline: 2px;
    background: var(--color1st);
    color: #ffffff;
    font-size: 0.625rem;
    font-weight: 500;
  }
  .global-nav br.pc {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .btn--sp-menu {
    overflow: hidden;
    top: 10px;
    right: 15px;
    --size: 40px;
    width: var(--size);
    height: var(--size);
    box-shadow: unset;
    padding: unset;
    text-indent: 120%;
    white-space: nowrap;
  }
  .btn--sp-menu::before, .btn--sp-menu::after {
    position: absolute;
    right: 0;
    left: 0;
    content: "";
    margin-inline: auto;
    width: 30px;
    color: var(--colorText);
    border: solid currentColor;
  }
  .btn--sp-menu::before {
    top: 11px;
    height: 18px;
    border-width: 2px 0;
  }
  .btn--sp-menu::after {
    top: 19px;
    border-width: 2px 0 0;
  }
  .btn--sp-menu--open::before {
    top: 50%;
    height: unset;
    border-width: 2px 0 0;
    transform: rotate(45deg);
  }
  .btn--sp-menu--open::after {
    top: 50%;
    transform: rotate(-45deg);
  }
}

@media (min-width: 641px) {
  #header_top .active-top,
  #header_products .active-products,
  #header_component .active-component,
  #header_stress_about .active-stress,
  #header_stress_sign .active-stress,
  #header_stress_research .active-stress,
  #header_laboratory .active-laboratory,
  #header_when .active-when,
  #header_movie .active-movie,
  #header_qa .active-qa {
    color: var(--color2nd);
    background: unset;
  }
}
@media screen and (max-width: 640px) {
  #header_top .active-top,
  #header_products .active-products,
  #header_component .active-component,
  #header_stress_about .active-stress,
  #header_stress_sign .active-stress,
  #header_stress_research .active-stress,
  #header_laboratory .active-laboratory,
  #header_when .active-when,
  #header_movie .active-movie,
  #header_qa .active-qa {
    color: unset;
    background: unset;
  }
}

/* GlobalNavigation
--------------------------------------------------------------------------------------------------- */
/* Breadcrumb
--------------------------------------------------------------------------------------------------- */
/* MainContents
--------------------------------------------------------------------------------------------------- */
/* SubContents
--------------------------------------------------------------------------------------------------- */
/* Footer
--------------------------------------------------------------------------------------------------- */
footer {
  background-color: var(--color1st);
}

@media (min-width: 641px) {
  .footer_lists {
    padding-block: 100px;
  }
}
@media screen and (max-width: 640px) {
  .footer_lists {
    padding-block: 65px;
    padding-inline: 40px;
  }
}

.footer-list {
  font-size: 1rem;
  font-weight: 700;
}
.footer-list__link, .footer-list__sub-list__link {
  color: inherit;
}
.footer-list__sub-list {
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 641px) {
  .footer-list {
    overflow: hidden;
    container-type: inline-size;
    display: grid;
    grid-template-columns: auto auto 1fr;
    grid-template-rows: repeat(3, auto);
    gap: 39px 100px;
    margin-inline: auto;
    max-width: var(--contentWidth);
    letter-spacing: 0.05em;
  }
  .footer-list__item {
    position: relative;
  }
  .footer-list__item:has(.footer-list__link--component) {
    grid-column: 1;
    grid-row: 2/4;
    align-self: start;
  }
  .footer-list__item:has(.footer-list__link--stress) {
    grid-column: 2;
    grid-row: 1/4;
    align-self: start;
  }
  .footer-list__item:has(.footer-list__link--stress)::before, .footer-list__item:has(.footer-list__link--laboratory)::before {
    position: absolute;
    top: 0;
    left: -51px;
    border-left: 1px solid var(--colorLine);
    height: 100cqh;
    content: "";
  }
  .footer-list__sub-list {
    margin-block: 19px 0;
    margin-inline-start: 10px;
    line-height: 1.5;
  }
  .footer-list__sub-list__item {
    margin-block: 10px 0;
  }
}
@media screen and (max-width: 640px) {
  .footer-list {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }
  .footer-list__sub-list {
    margin-block: 0;
    margin-inline-start: 15px;
  }
  .footer-list__sub-list__item {
    margin-block: 26px 0;
  }
}

@media (min-width: 641px) {
  .footer__body {
    padding-block: 23px 24px;
    min-width: var(--contentWidth);
  }
  .footer__list {
    display: flex;
    align-items: center;
    border-left: 1px solid currentColor;
    color: #ffffff;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1;
  }
  .footer__item {
    padding-inline: 1.4em;
    border-right: 1px solid currentColor;
  }
  .footer__link {
    color: inherit;
  }
}
@media screen and (max-width: 640px) {
  .footer {
    text-align: center;
    font-size: 0.6875rem;
    line-height: 1.4545454545;
  }
  .footer__body {
    padding-block-start: 10px;
  }
  .footer__item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .footer__link {
    display: block;
    padding-block: 10px;
    color: #ffffff;
  }
  .footer__copylight {
    margin-block: 20px 0;
  }
}

.page-top {
  position: fixed;
  display: none;
  width: unset;
  height: unset;
  background: unset;
  right: 20px;
  bottom: 20px;
  margin: 0;
  z-index: 10;
}
.page-top img {
  display: block;
}
/*====================================================================================================

    module

====================================================================================================*/
.title-page {
  border-bottom: 1px solid rgba(1, 153, 68, 0.5);
}
.title-page .title__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.title-page[class*=title--] {
  background-color: #f1f7ed;
  background-position: 100% 0;
  background-repeat: no-repeat;
}
.title-page__title {
  width: fit-content;
  letter-spacing: normal;
}
.title-page__title--underline {
  border-bottom: solid var(--color1st);
}
.title-page__text {
  line-height: 1.5;
}
@media (min-width: 641px) {
  .title-page__title {
    font-size: 2.5rem;
    line-height: 1.25;
  }
  .title-page__title--underline {
    padding-block-end: 11px;
    border-bottom-width: 3px;
  }
  .title-page__text {
    margin-block: 20px 0;
    font-size: 1rem;
  }
  .title-page[class*=title--] {
    background-size: 1440px 270px;
  }
}
@media screen and (max-width: 640px) {
  .title-page {
    padding-block-start: 0;
  }
  .title-page__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .title-page__title--underline {
    padding-block-end: 5px;
    border-bottom-width: 2px;
  }
  .title-page__text {
    margin-block: 10px 0;
    font-size: 0.875rem;
  }
  .title-page .title__inner {
    min-height: 250px;
  }
  .title-page[class*=title--] {
    background-size: auto 250px;
  }
}

@media (min-width: 641px) {
  .btn__wrap a {
    padding-block: 15px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 640px) {
  .btn__wrap {
    margin-block-start: 40px;
  }
  .btn__wrap a {
    font-size: 0.875rem;
  }
}

.section__related-article--inner li {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.16);
  background: #ffffff;
  transition: transform 0.4s, opacity 0.4s;
}
.section__related-article--inner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section__related-article--inner .text {
  padding-block: 17px 20px;
  padding-inline: 30px;
}
.section__related-article--inner .text a {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: inherit;
}
.section__related-article--inner .text a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}
@media (min-width: 641px) {
  .section__related-article {
    padding-block: 120px;
  }
  .section__related-article--inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-block-start: 57px;
  }
  .section__related-article--inner li {
    will-change: opacity, transform;
  }
  .section__related-article--inner li:hover {
    opacity: 0.8;
    transform: translateY(5px);
  }
  .section__related-article--inner .img {
    width: 100%;
    height: 190px;
  }
  .section__related-article--inner .text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 640px) {
  .section__related-article {
    padding-block: 60px;
    padding-inline: 20px;
  }
  .section__related-article--inner li {
    margin-block-start: 30px;
  }
  .section__related-article--inner .img {
    width: 100%;
    height: 33.3333333333vw;
  }
  .section__related-article--inner .text {
    font-size: 1rem;
  }
}

.head-border .color-primary {
  color: var(--color3rd) !important;
}
@media (min-width: 641px) {
  .head-border span {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  .head-border span {
    font-size: 1.25rem;
  }
}

.section--product__bnr a {
  display: block;
  width: fit-content;
}
.section--product__bnr a picture {
  display: block;
}
.section--product__bnr a img {
  margin-block-end: 0;
  height: auto;
}
@media (min-width: 641px) {
  .section--product__bnr {
    margin-block: 60px 70px;
    margin-inline: auto;
    padding-block: 0;
    width: 940px;
  }
}
@media screen and (max-width: 640px) {
  .section--product__bnr {
    margin-block: 0 40px !important;
    margin-inline: 20px;
  }
}

.breadcrumb {
  margin-block: 0 48px;
}
.breadcrumb__list {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: normal;
}
.breadcrumb__item {
  color: #b3b3b3;
}
.breadcrumb__item:nth-last-of-type(n+2):after {
  --size: 6px;
  display: inline-block;
  margin-inline: 7px 10px;
  border: solid #393c3e;
  border-width: 2px 2px 0 0;
  width: var(--size);
  height: var(--size);
  content: "";
  transform: translateY(-2px) rotate(45deg);
}
.breadcrumb__item [aria-current] {
  color: #393c3e;
}
.breadcrumb__link {
  color: var(--color1st);
}
@media (min-width: 641px) {
  .breadcrumb {
    margin-inline: auto;
    width: 940px;
  }
}
@media screen and (max-width: 640px) {
  .breadcrumb {
    margin-inline-end: -20px;
  }
}

@media (min-width: 641px) {
  .breadcrumb__wrapper {
    margin-inline: auto;
    width: 940px;
  }
}
@media screen and (max-width: 640px) {
  .breadcrumb__wrapper {
    padding-inline: 20px;
  }
}

.cart {
  display: none;
  right: 90px;
  bottom: 20px;
}
.cart.is-last {
  display: unset;
}
.cart.is-active {
  right: 90px;
  bottom: 20px;
  transition: unset;
}
@media (min-width: 641px) {
  .cart .cart_btn img {
    width: 194px;
  }
}
@media screen and (max-width: 640px) {
  .cart {
    left: unset;
  }
  .cart .cart_btn img {
    width: 90px;
  }
}

.home-back {
  position: fixed;
  display: none;
  z-index: 100;
  right: 20px;
  bottom: 90px;
}
.color-primary {
  color: var(--color3rd);
}

.products_memo .contact {
  border: 1px solid var(--colorLine);
}
.products_memo .contact .note {
  font-size: 0.8125rem;
  color: var(--colorNote);
}
.products_memo .contact .tel a {
  font-size: 1.5rem;
  font-weight: 800;
  color: inherit;
}
.products_memo .contact .text {
  letter-spacing: normal;
}
@media (min-width: 641px) {
  .products_memo .contact {
    margin-block: 40px;
  }
  .products_memo .contact .tel a {
    pointer-events: none;
  }
}
@media screen and (max-width: 640px) {
  .products_memo .contact {
    margin-block: 40px;
    margin-inline: 15px;
  }
  .products_memo .contact .text {
    padding-inline: 10px;
    text-align: center;
  }
  .products_memo .contact .note {
    display: block;
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}

.md-toc .toc-inner > ol ul ul li::before {
  content: none;
}

@media screen and (max-width: 640px) {
  .row .col img {
    height: auto;
    width: 100%;
    max-width: unset;
  }
}

.sup {
  font-size: 0.6em;
  vertical-align: text-top;
}

@media (min-width: 641px) {
  .pc_only {
    display: inherit;
  }
}
@media screen and (max-width: 640px) {
  .pc_only {
    display: none;
  }
}

@media (min-width: 641px) {
  .sp_only {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .sp_only {
    display: inherit;
  }
}

/*====================================================================================================

    unique

====================================================================================================*/
/* home
--------------------------------------------------------------------------------------------------- */
.medical-renew .intro {
  position: relative;
  background: no-repeat top center;
  text-align: center;
}
.medical-renew .intro__heading {
  font-weight: 700;
}
.medical-renew .intro__heading em {
  color: var(--color1st);
}
.medical-renew .intro__item {
  overflow: hidden;
  display: grid;
  border: 2px solid var(--color1st);
  background: #ffffff;
}
.medical-renew .intro__item__head {
  background: var(--color1st);
  color: #ffffff;
  font-weight: 700;
}
.medical-renew .intro__item__head em {
  font-weight: 900;
}
.medical-renew .intro__item__text {
  font-weight: 700;
  letter-spacing: normal;
}
.medical-renew .intro__text {
  color: var(--color1st);
  font-weight: 700;
}
.medical-renew .intro .section--stress_sign_products__wrap {
  letter-spacing: 0.05em;
}
.medical-renew .intro .section--stress_sign_products__wrap .balloon::after {
  left: 50%;
  transform: translateX(-50%);
}
.medical-renew .intro .section--stress_sign_products__txt {
  border-radius: 5px;
  text-align: left;
  font-weight: 500;
  font-feature-settings: normal;
}
.medical-renew .intro .section--stress_sign_products__txt span {
  font-weight: 900;
}
.medical-renew .intro .section--stress_sign_products__txt p {
  letter-spacing: normal;
}
@media (min-width: 641px) {
  .medical-renew .intro {
    padding-block: 58px;
    background-image: url("/aropanol/assets/img/bg_intro.png");
    background-size: 100% 843px;
  }
  .medical-renew .intro__inner {
    max-width: var(--contentWidth);
    margin-inline: auto;
  }
  .medical-renew .intro__heading {
    font-size: 2.25rem;
    line-height: 1.4;
  }
  .medical-renew .intro__heading em {
    font-size: 2.875rem;
  }
  .medical-renew .intro__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    gap: 0 16px;
    margin-block: 33px 0;
  }
  .medical-renew .intro__item {
    grid-template-rows: subgrid;
    grid-row: 1/4;
    border-radius: 20px;
    padding-block-end: 17px;
  }
  .medical-renew .intro__item__head {
    padding-block: 21px;
    font-size: 1.125rem;
    line-height: 1.3;
  }
  .medical-renew .intro__item__head em {
    font-size: 2.5rem;
  }
  .medical-renew .intro__item__text {
    margin-block: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .medical-renew .intro__item__image {
    margin-inline: auto;
    width: 250px;
  }
  .medical-renew .intro__item__image img {
    width: 250px;
    height: auto;
  }
  .medical-renew .intro__text {
    margin-block: 44px;
    font-size: 2.25rem;
    line-height: 1.2777777778;
  }
  .medical-renew .intro .section--stress_sign_products__wrap {
    margin-block-start: 104px;
  }
  .medical-renew .intro .section--stress_sign_products__wrap .balloon {
    top: -57px;
    padding-block: 12px;
    width: 706px;
    font-size: 2rem;
    line-height: 1.4375;
  }
  .medical-renew .intro .section--stress_sign_products__wrap .balloon::after {
    bottom: -16px;
    border-width: 16px 16px 0;
  }
  .medical-renew .intro .section--stress_sign_products__txt {
    line-height: 1.75;
    padding: 42px 59px 46px;
  }
}
@media screen and (max-width: 640px) {
  .medical-renew .intro {
    padding-block: 60px 114px;
    background-image: url("/aropanol/assets/img/bg_intro_sp.png");
    background-size: 100% 1040px;
  }
  .medical-renew .intro__heading {
    font-size: 1.25rem;
    line-height: 1.4;
  }
  .medical-renew .intro__heading em {
    font-size: 1.5625rem;
  }
  .medical-renew .intro__list {
    margin-block: 33px 0;
    margin-inline: 20px;
  }
  .medical-renew .intro__item {
    grid-template-columns: repeat(2, 1fr);
    border-radius: 15px;
  }
  .medical-renew .intro__item__head {
    grid-column: 1/3;
    grid-row: 1;
    padding-block: 1px 5px;
    font-size: 0.9375rem;
  }
  .medical-renew .intro__item__head em {
    margin-inline-start: 10px;
    font-size: 1.875rem;
    line-height: 2;
    vertical-align: -6px;
  }
  .medical-renew .intro__item__head br {
    display: none;
  }
  .medical-renew .intro__item__text {
    grid-column: 1;
    grid-row: 2;
    align-self: center;
    padding-block: 7px;
    padding-inline: 17px 0;
    font-size: 1rem;
    line-height: 1.5;
    text-align: left;
  }
  .medical-renew .intro__item__image {
    grid-column: 2;
    grid-row: 2;
    padding-block: 7px 4px;
    padding-inline: 0 15px;
  }
  .medical-renew .intro__item__image img {
    width: 41.0256410256vw;
    height: auto;
  }
  .medical-renew .intro__item:nth-of-type(n+2) {
    margin-block-start: 15px;
  }
  .medical-renew .intro__text {
    margin-block: 32px;
    font-size: 1.5625rem;
    line-height: 1.28;
  }
  .medical-renew .intro .section--stress_sign_products__wrap {
    margin-block-start: 110px;
  }
  .medical-renew .intro .section--stress_sign_products__wrap .balloon {
    top: 0;
    padding-block: 11px;
    width: 82.0512820513vw;
    transform: translateY(calc(-100% + 14px));
  }
  .medical-renew .intro .section--stress_sign_products__wrap .balloon::after {
    bottom: -10px;
    border-width: 10px 9px 0;
  }
  .medical-renew .intro .section--stress_sign_products__wrap .section--stress_sign_products__txt {
    padding-block: 19px;
    padding-inline: 15px;
  }
  .medical-renew .intro .section--stress_sign_products__wrap .section--stress_sign_products__txt p {
    width: 48vw;
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .medical-renew .intro .section--stress_sign_products__wrap .section--stress_sign_products__txt p span {
    font-size: 1.125rem;
  }
  .medical-renew .intro .section--stress_sign_products__wrap .section--stress_sign_products__txt br {
    display: none;
  }
  .medical-renew .intro .section--stress_sign_products__wrap .section--stress_sign_products__img {
    bottom: -34px;
    right: 10px;
    width: 53vw;
  }
  .medical-renew .intro .section--stress_sign_products__wrap .section--stress_sign_products__img img {
    height: auto;
  }
}
.medical-renew .section__component .section__lead {
  font-weight: 500;
}
@media (min-width: 641px) {
  .medical-renew .section__component {
    padding-block: 130px 120px;
  }
  .medical-renew .section__component .section__lead {
    margin-block: 55px 70px;
    line-height: 2.2;
  }
  .medical-renew .section__component--content {
    padding-block-end: 36px;
  }
  .medical-renew .section__component--content.section__component--content-wrap:nth-child(1) {
    width: 420px;
  }
  .medical-renew .section__component--content.section__component--content-wrap:nth-child(2) p:first-child {
    padding-block-end: 0;
    padding-inline: 0;
    font-size: 1.25rem;
    line-height: 1.85;
  }
  .medical-renew .section__component--content-inner + .balloon::after {
    margin-inline-start: 0;
    top: -17px;
    border-width: 0 25px 18px;
    transform: translateX(-50%);
  }
  .medical-renew .section__component .btn__wrap {
    margin-block-start: 58px;
  }
}
@media screen and (max-width: 640px) {
  .medical-renew .section__component {
    margin-block-start: 0;
    padding-block: 66px 60px !important;
    padding-inline: 10px !important;
  }
  .medical-renew .section__component .section__lead {
    margin-block-start: 24px;
  }
  .medical-renew .section__component--content {
    margin-block-start: 34px;
  }
  .medical-renew .section__component--content-inner .balloon {
    padding-block: 17px;
  }
  .medical-renew .section__component--content-inner .balloon::after {
    bottom: -16px;
    border-width: 16px 20px 0;
    margin-inline-start: -20px;
  }
  .medical-renew .section__component--content-inner .box-green {
    line-height: 1.2;
    padding-block: 16px;
  }
  .medical-renew .section__component--content-inner + .balloon {
    margin-block-start: 16px;
    padding-block: 31px;
  }
  .medical-renew .section__component--content-inner + .balloon::after {
    top: -16px;
    border-width: 0 20px 16px;
    margin-inline-start: -20px;
  }
  .medical-renew .section__component--content-inner p {
    font-size: 1.25rem;
  }
  .medical-renew .section__component--content-inner p span {
    font-size: 1.5rem;
  }
  .medical-renew .section__component--content-inner p + p span {
    font-size: 0.9375rem;
  }
  .medical-renew .section__component--content-wrap .img {
    margin-block-start: 20px;
  }
  .medical-renew .section__component--content-wrap .img img {
    height: auto;
  }
  .medical-renew .section__component .btn__wrap {
    margin-block-start: 20px;
  }
}
.medical-renew .section__learn_about_stress .section__ttl--wrap .section__lead {
  letter-spacing: normal;
}
.medical-renew .section__learn_about_stress--content .section__ttl--h3::before {
  content: none;
}
.medical-renew .section__learn_about_stress--content_inner.__heart img, .medical-renew .section__learn_about_stress--content_inner.__body img {
  width: unset;
}
.medical-renew .section__learn_about_stress--content_inner .label {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  color: var(--color3rd);
}
.medical-renew .section__learn_about_stress--content_inner .label span {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  background: none;
}
.medical-renew .section__learn_about_stress--content_inner .text {
  font-weight: 400;
}
.medical-renew .section__learn_about_stress--content_inner .text li::before {
  border: unset;
  width: var(--size);
  height: var(--size);
  background: url(/aropanol/assets/img/icon_checkbox.svg) no-repeat 0 0/cover;
}
.medical-renew .section__learn_about_stress--content_inner .text li::after {
  border-color: var(--color3rd);
  border-width: 0 0 4px 4px;
  width: 18px;
  height: 12px;
}
.medical-renew .section__learn_about_stress--content_inner .text em {
  font-weight: 800;
}
.medical-renew .section__learn_about_stress--content + .section__learn_about_stress--content_inner::after {
  width: unset;
}
@media (min-width: 641px) {
  .medical-renew .section__learn_about_stress {
    padding-block: 120px;
  }
  .medical-renew .section__learn_about_stress .section__ttl--wrap .section__ttl--h2 {
    line-height: 1.5;
  }
  .medical-renew .section__learn_about_stress .section__ttl--wrap .section__lead p {
    letter-spacing: -0.01em;
  }
  .medical-renew .section__learn_about_stress--content {
    margin-block-start: 40px;
  }
  .medical-renew .section__learn_about_stress--content .section__ttl--h3 {
    padding-block: 13px;
    font-size: 1.125rem;
    line-height: 1.6666666667;
    letter-spacing: normal;
  }
  .medical-renew .section__learn_about_stress--content .section__ttl--h3 span {
    font-size: 1.75rem;
    line-height: 1.3571428571;
  }
  .medical-renew .section__learn_about_stress--content_inner {
    align-items: stretch;
    padding-block: 30px;
    padding-inline: 60px;
  }
  .medical-renew .section__learn_about_stress--content_inner .text {
    font-size: 1.25rem;
    letter-spacing: -0.01em;
    margin-inline-start: 51px;
  }
  .medical-renew .section__learn_about_stress--content_inner .text .label {
    margin-block-start: -12px;
    line-height: 1.25;
  }
  .medical-renew .section__learn_about_stress--content_inner .text ul {
    margin-block-start: 20px;
  }
  .medical-renew .section__learn_about_stress--content_inner .text li::before {
    --size: 24px;
    top: 6px;
  }
  .medical-renew .section__learn_about_stress--content_inner .text li::after {
    top: 7px;
    left: 6px;
  }
  .medical-renew .section__learn_about_stress--content_inner .text li + li {
    margin-block-start: 10px;
  }
  .medical-renew .section__learn_about_stress--content_inner + .section__learn_about_stress--content_inner::after {
    right: 40px;
    left: 40px;
  }
  .medical-renew .section__learn_about_stress--content_inner:nth-of-type(2) {
    padding-block-end: 14px;
  }
  .medical-renew .section__learn_about_stress .btn__wrap {
    margin-block-start: 50px;
  }
}
@media screen and (max-width: 640px) {
  .medical-renew .section__learn_about_stress {
    padding-block: 57px 60px;
    padding-inline: 10px;
  }
  .medical-renew .section__learn_about_stress .section__ttl--wrap .section__lead p {
    line-height: 2;
  }
  .medical-renew .section__learn_about_stress .section__ttl--wrap .section__lead p br {
    display: none;
  }
  .medical-renew .section__learn_about_stress--content {
    margin-block-start: 27px;
    padding-block-end: 10px;
    border-radius: 15px;
  }
  .medical-renew .section__learn_about_stress--content .section__ttl--h3 {
    border-radius: 10px 10px 0 0;
    padding-block: 19px;
    font-size: 0.875rem;
    line-height: 1.3;
  }
  .medical-renew .section__learn_about_stress--content .section__ttl--h3 span {
    font-size: 1.25rem;
    font-weight: 900;
  }
  .medical-renew .section__learn_about_stress--content_inner {
    padding-block: 10px 20px;
    padding-inline: 30px;
  }
  .medical-renew .section__learn_about_stress--content_inner .text {
    font-size: 1rem;
    letter-spacing: -0.01em;
  }
  .medical-renew .section__learn_about_stress--content_inner .text li {
    margin-block-start: 10px;
  }
  .medical-renew .section__learn_about_stress--content_inner .text li::before {
    --size: 24px;
    left: -2px;
    top: 2px;
  }
  .medical-renew .section__learn_about_stress--content_inner .text li::after {
    top: 4px;
    left: 3px;
  }
  .medical-renew .section__learn_about_stress--content_inner .text li + li {
    margin-block-start: 18px;
  }
  .medical-renew .section__learn_about_stress--content_inner .label {
    margin-block: 5px 0;
    text-align: center;
    line-height: 1.25;
  }
  .medical-renew .section__learn_about_stress--content_inner .image {
    width: 41.0256410256vw;
    margin-inline: auto;
  }
  .medical-renew .section__learn_about_stress--content_inner .image img {
    height: auto;
  }
  .medical-renew .section__learn_about_stress--content_inner + .section__learn_about_stress--content_inner::after {
    right: 20px;
    left: 20px;
  }
  .medical-renew .section__learn_about_stress .btn__wrap {
    margin-block-start: 20px;
  }
}
.medical-renew .section__medical .section__ttl--wrap .section__ttl--h2 {
  color: var(--colorText);
}
.medical-renew .section__medical--products .section__ttl--h3::after {
  left: 50%;
  transform: translateX(-50%);
}
.medical-renew .section__medical--products .section__medical--content > * {
  width: unset;
  display: unset;
  transform: unset;
}
.medical-renew .section__medical--products__text h4 {
  border-bottom-width: 2px;
}
.medical-renew .section__medical--products__text ul {
  margin-top: 1em;
  counter-reset: numList;
  color: var(--colorNote);
}
.medical-renew .section__medical--products__text ul li {
  position: relative;
  display: inline-block;
  padding-left: 2em;
  font-size: 13px;
  line-height: 1.5;
}
.medical-renew .section__medical--products__text ul li::before {
  display: inline-block;
  margin-inline: -2em 0.5em;
  content: "※" counter(numList);
  counter-increment: numList;
}
.medical-renew .section__medical--products__text .sup {
  vertical-align: top;
  font-size: 0.6em;
}
.medical-renew .section__medical--content img, .medical-renew .section__medical--content > * + :nth-child(2n) img {
  width: 100%;
  height: auto;
}
@media (min-width: 641px) {
  .medical-renew .section__medical {
    padding-block: 120px;
  }
  .medical-renew .section__medical--products {
    margin-block-start: 40px;
  }
  .medical-renew .section__medical--products .section__ttl--h3 {
    padding-block: 20px;
    font-size: 1.625rem;
    line-height: 1.5384615385;
  }
  .medical-renew .section__medical--products .section__ttl--h3::after {
    bottom: -18px;
    border-width: 18px 25px 0;
  }
  .medical-renew .section__medical--products .section__medical--content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: end;
    margin-block-start: 30px;
  }
  .medical-renew .section__medical--products .section__medical--products__text {
    padding-block-start: 27px;
  }
  .medical-renew .section__medical--products .section__medical--products__text h4 {
    margin-block-end: 9px;
    padding-block-end: 20px;
  }
  .medical-renew .section__medical--products .section__medical--products__text ul {
    margin-top: 1.2em;
  }
  .medical-renew .section__medical--products .section__medical--products__text ul li + li {
    margin-block-start: 5px;
  }
  .medical-renew .section__medical--products .section__medical--products__text:nth-of-type(2) {
    margin-block-start: 40px;
  }
}
@media screen and (max-width: 640px) {
  .medical-renew .section__medical {
    padding-block: 60px;
    padding-inline: 10px;
  }
  .medical-renew .section__medical--products .section__ttl--h3 {
    font-size: 1.125rem;
    line-height: 1.33;
  }
  .medical-renew .section__medical--products .section__ttl--h3::after {
    bottom: -15px;
    border-width: 16px 20px 0;
  }
  .medical-renew .section__medical--products .section__medical--content {
    margin-block-start: 40px;
  }
  .medical-renew .section__medical--products .section__medical--content > * {
    display: block;
    margin-block: unset;
    margin-inline: 0;
  }
  .medical-renew .section__medical--products .section__medical--content > *:nth-of-type(2n) {
    margin-block: 40px;
    margin-inline: -20px;
    padding-block: 30px;
    padding-inline: 20px;
    background: var(--colorBg02);
  }
  .medical-renew .section__medical--products__text {
    margin-block-start: 50px;
    padding-block-end: 20px;
  }
  .medical-renew .section__medical--products__text h4 {
    padding-block-end: 16px;
  }
  .medical-renew .section__medical--products__text ul li {
    line-height: 1.54;
  }
  .medical-renew .section__medical--products__text ul li:nth-of-type(n+2) {
    margin-block-start: 10px;
  }
  .medical-renew .section__medical--products__text .list_mark {
    position: relative;
    padding-inline-start: 18px;
  }
  .medical-renew .section__medical--products__text .list_mark::before {
    --size: 13px;
    position: absolute;
    top: 6px;
    left: 0;
    width: var(--size);
    height: var(--size);
  }
  .medical-renew .section__medical--products__text + .section__medical--products__text {
    margin-block-start: 30px;
  }
}
.medical-renew .section__qa ul li dt .icon,
.medical-renew .section__qa ul li dd .icon {
  width: var(--size);
  height: var(--size);
  flex-shrink: 0;
}
@media (min-width: 641px) {
  .medical-renew .section__qa {
    padding-block: 120px;
  }
  .medical-renew .section__qa .section__ttl--h2 {
    line-height: 1.5;
  }
  .medical-renew .section__qa ul {
    margin-block-start: 60px;
  }
  .medical-renew .section__qa ul li {
    padding-inline: 45px;
    padding-block-end: 40px;
  }
  .medical-renew .section__qa ul li dt .icon,
  .medical-renew .section__qa ul li dd .icon {
    --size: 50px;
  }
  .medical-renew .section__qa ul li dt {
    gap: 30px;
    padding-block-end: 30px;
    font-size: 1.25rem;
  }
  .medical-renew .section__qa ul li dd {
    margin-block-end: 0;
  }
  .medical-renew .section__qa .panel {
    padding-block: 0;
    padding-inline: 0;
  }
}
@media screen and (max-width: 640px) {
  .medical-renew .section__qa {
    padding-block: 60px;
    padding-inline: 20px;
  }
  .medical-renew .section__qa ul li {
    padding-block-start: 20px;
    padding-inline: 20px;
  }
  .medical-renew .section__qa ul li dt .icon,
  .medical-renew .section__qa ul li dd .icon {
    --size: 40px;
  }
  .medical-renew .section__qa ul li dt {
    border-bottom-width: 2px;
    padding-block: 0 8px;
    padding-inline: 0;
    font-size: 1rem;
    align-items: center;
  }
  .medical-renew .section__qa ul li dd {
    padding-block: 10px 28px;
    line-height: 1.64;
  }
  .medical-renew .section__qa .panel {
    padding-block: 0;
    padding-inline: 0;
  }
}

/* component
--------------------------------------------------------------------------------------------------- */
@media (min-width: 641px) {
  .component-renew .title-page.title--component {
    background-image: url(/aropanol/assets/img/kv/kv-component_pc.png);
  }
}
@media screen and (max-width: 640px) {
  .component-renew .title-page.title--component {
    background-image: url(/aropanol/assets/img/kv/kv-component_sp.png);
  }
}
.component-renew .section .article__heading {
  background: unset;
}
.component-renew .section .article__heading__image img {
  width: 100%;
  height: auto;
}
.component-renew .section .article__heading__title ruby rt {
  ruby-align: start;
}
@media (min-width: 641px) {
  .component-renew .section {
    padding-block-start: 118px;
  }
  .component-renew .section .article__heading {
    display: grid;
    grid-template-columns: 150px 1fr 150px;
    padding-block: 0 4px;
  }
  .component-renew .section .article__heading__title {
    grid-column: 2;
    grid-row: 1;
    margin-block-end: 16px !important;
    padding-block-start: 32px;
    width: auto;
    font-size: 1.75rem;
  }
  .component-renew .section .article__heading__title ruby rt {
    margin-block-end: -3px;
  }
  .component-renew .section .article__heading__title-sub {
    grid-column: 2;
    grid-row: 2;
    letter-spacing: 0.03em;
  }
  .component-renew .section .article__heading__image {
    grid-column: 3;
    grid-row: 1/3;
  }
  .component-renew .section .article__heading__image img {
    width: 100%;
    height: auto;
  }
  .component-renew .section--component .sumarry__head {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 640px) {
  .component-renew .section.section--component {
    padding-block-start: 88px;
  }
  .component-renew .section .article__heading {
    display: flex;
    flex-direction: column;
    padding-block: 0;
  }
  .component-renew .section .article__heading__title {
    order: 1;
    font-size: 1.25rem;
  }
  .component-renew .section .article__heading__title ruby rt {
    margin-block-end: -2px;
  }
  .component-renew .section .article__heading__title-sub {
    order: 3;
    margin-block-start: 6px;
    letter-spacing: 0.03em;
  }
  .component-renew .section .article__heading__image {
    order: 2;
    margin-inline: auto;
    width: 120px;
  }
  .component-renew .section .article__heading__image img {
    width: 100%;
    height: auto;
  }
  .component-renew .section--component .sumarry__head {
    font-size: 1.25rem;
  }
}
.component-renew .article__profile .image img {
  height: auto;
}

/* stress
--------------------------------------------------------------------------------------------------- */
@media (min-width: 641px) {
  .stress-renew .title-page.title--stress-sign {
    background-image: url(/aropanol/assets/img/kv/kv-stress-sign_pc.png);
  }
}
@media screen and (max-width: 640px) {
  .stress-renew .title-page.title--stress-sign {
    background-image: url(/aropanol/assets/img/kv/kv-stress-sign_sp.png);
  }
}
@media (min-width: 641px) {
  .stress-renew .title-page.title--stress-research {
    background-image: url(/aropanol/assets/img/kv/kv-stress-research_pc.png);
  }
}
@media screen and (max-width: 640px) {
  .stress-renew .title-page.title--stress-research {
    background-image: url(/aropanol/assets/img/kv/kv-stress-research_sp.png);
  }
}
@media (min-width: 641px) {
  .stress-renew .title-page.title--stress-about {
    background-image: url(/aropanol/assets/img/kv/kv-stress-about_pc.png);
  }
}
@media screen and (max-width: 640px) {
  .stress-renew .title-page.title--stress-about {
    background-position-x: 50%;
    background-image: url(/aropanol/assets/img/kv/kv-stress-about_sp.png);
  }
}
@media (min-width: 641px) {
  .stress-renew .section--stress-sign,
  .stress-renew .section--research,
  .stress-renew .section--stress-check {
    padding-block-start: 15px !important;
  }
}
@media screen and (max-width: 640px) {
  .stress-renew .section--stress-sign,
  .stress-renew .section--research,
  .stress-renew .section--stress-check {
    padding-block-start: 18px;
  }
}
@media (min-width: 641px) {
  .stress-renew .section--stress-sign .title-lead {
    margin-block-end: 34px;
  }
}
@media (min-width: 641px) {
  .stress-renew .section--scene {
    padding-block-start: 46px;
  }
}
@media screen and (max-width: 640px) {
  .stress-renew .section--scene {
    padding-block-end: 40px;
  }
  .stress-renew .section--scene .title-primary {
    margin-block-end: 20px;
    padding-block: 0 !important;
    font-size: 1.25rem;
  }
}
.stress-renew .panel-sign .image--stress-sign {
  text-align: center;
}
.stress-renew .panel-sign .list-cont-title {
  border-color: var(--color3rd);
}
.stress-renew .panel-sign .list-cont-title span {
  padding-block: 7px;
  padding-inline: 20px 13px;
  font-size: 1rem;
  background-color: var(--color3rd);
  font-weight: 700;
}
.stress-renew .panel-sign .list-cont-title span::after {
  right: -18px;
  border-width: 30px 0 0 18px;
  border-left-color: var(--color3rd);
}
.stress-renew .panel-sign .list-cont__item {
  position: relative;
  margin-block-end: 0;
  padding-inline-start: 25px;
}
.stress-renew .panel-sign .list-cont__item::before {
  --size: 12px;
  position: absolute;
  left: 4px;
  border-radius: 50%;
  width: var(--size);
  height: var(--size);
  background-color: var(--color3rd);
  content: "";
}
.stress-renew .panel-sign .list-cont__item em {
  font-weight: 700;
}
@media (min-width: 641px) {
  .stress-renew .panel-sign {
    display: grid;
    grid-template-columns: 400px auto;
  }
  .stress-renew .panel-sign .image--stress-sign {
    grid-column: 1;
  }
  .stress-renew .panel-sign .list-cont + .list-cont-title {
    margin-block-start: 46px;
  }
  .stress-renew .panel-sign .list-cont {
    margin-block: 28px 0;
  }
  .stress-renew .panel-sign .list-cont__item {
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
  .stress-renew .panel-sign .list-cont__item::before {
    top: 0.7em;
  }
  .stress-renew .panel-sign .list-cont__item em {
    font-size: 1.25rem;
  }
  .stress-renew .panel-sign .list-cont__item:nth-of-type(n+2) {
    margin-block-start: 11px;
  }
  .stress-renew .panel-sign .text-xs {
    margin-block-start: 30px;
  }
}
@media screen and (max-width: 640px) {
  .stress-renew .panel-sign .image--stress-sign img {
    width: auto;
    height: 300px;
  }
  .stress-renew .panel-sign .list-cont + .list-cont-title {
    margin-block-start: 38px;
  }
  .stress-renew .panel-sign .list-cont {
    margin-block: 20px 0;
  }
  .stress-renew .panel-sign .list-cont__item {
    font-size: 1rem;
    line-height: 1.6875;
  }
  .stress-renew .panel-sign .list-cont__item::before {
    top: 5px;
  }
  .stress-renew .panel-sign .list-cont__item:nth-of-type(n+2) {
    margin-block-start: 6px;
  }
  .stress-renew .panel-sign .text-xs {
    margin-block-start: 20px;
  }
}
.stress-renew .scene__list {
  display: grid;
}
.stress-renew .scene__list .scene__item {
  position: relative;
  font-weight: 700;
  container-type: inline-size;
}
.stress-renew .scene__list .scene__item__image {
  width: var(--size);
  height: var(--size);
}
.stress-renew .scene__list .scene__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stress-renew .scene__list .scene__item__label {
  text-align: center;
}
.stress-renew .scene__list .scene__item__label span {
  display: block;
  font-weight: 900;
  color: var(--color1st);
}
.stress-renew .scene__list .scene__item:nth-of-type(2n)::before {
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  border-left: 1px solid rgba(1, 153, 68, 0.5);
  content: "";
}
.stress-renew .scene__list .scene__item:nth-of-type(2n+4)::after {
  position: absolute;
  top: -10px;
  right: 0;
  border-top: 1px solid rgba(1, 153, 68, 0.5);
  content: "";
}
@media (min-width: 641px) {
  .stress-renew .scene__list {
    grid-template-columns: 220px 1fr 220px 1fr;
    gap: 20px;
  }
  .stress-renew .scene__list .scene__item {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
    padding-block: 10px;
    padding-inline: 20px 0;
    gap: 0;
    font-size: 1.125rem;
    line-height: 1.5;
  }
  .stress-renew .scene__list .scene__item__image {
    --size: 200px;
  }
  .stress-renew .scene__list .scene__item__label {
    padding-block-start: 18px;
    grid-column: 2;
    width: 240px;
  }
  .stress-renew .scene__list .scene__item__label span {
    margin-block-end: 10px;
    font-size: 2.5rem;
  }
  .stress-renew .scene__list .scene__item:nth-of-type(2n+4)::after {
    left: calc(-100cqw - 40px);
  }
}
@media screen and (max-width: 640px) {
  .stress-renew .scene__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
  .stress-renew .scene__list .scene__item {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    padding-block: 20px;
    gap: 0;
    font-size: 0.9375rem;
    line-height: 1.5333333333;
  }
  .stress-renew .scene__list .scene__item__image {
    --size: calc(130 / 375 * 100vw);
    margin-inline: auto;
  }
  .stress-renew .scene__list .scene__item__label {
    line-height: 1.4;
  }
  .stress-renew .scene__list .scene__item__label span {
    margin-block: 5px;
    font-size: 1.875rem;
  }
  .stress-renew .scene__list .scene__item:nth-of-type(2n+4)::after {
    left: calc(-100cqw - 50px);
  }
}
@media (min-width: 641px) {
  .stress-renew .section--research .title-primary {
    font-size: 1.75rem;
    line-height: 1.4285714286;
    margin-block: 60px 40px;
    padding-block-end: 0;
  }
}
.stress-renew .section--research .graph img {
  height: auto;
}
@media (min-width: 641px) {
  .stress-renew .section--stress-check .title-primary {
    font-size: 1.75rem;
    line-height: 1.4285714286;
    margin-block: 0 40px;
    padding-block: 0;
  }
}
.stress-renew .stress-check-details-thumbnail img {
  height: auto;
}
.stress-renew .section--stress-about .row .col img {
  width: 100%;
  max-width: unset;
  height: auto;
}
@media screen and (max-width: 640px) {
  .stress-renew .check_panel .result-img img {
    height: auto;
  }
}

/* laboratory
--------------------------------------------------------------------------------------------------- */
.laboratory-new .title-page.title--laboratory {
  background-size: cover;
}
@media screen and (max-width: 640px) {
  .laboratory-new .title-page.title--laboratory {
    background-image: url(/aropanol/assets/img/kv/kv-laboratory_sp.png);
  }
}
.laboratory-new .section--laboratory .head__img,
.laboratory-new .section--laboratory .labo__inner img,
.laboratory-new .section--laboratory .stretch__lists img {
  height: auto;
}
@media (min-width: 641px) {
  .laboratory-new .section--laboratory {
    margin-inline: auto;
    padding-block: 15px 100px;
    width: var(--contentWidth);
  }
  .laboratory-new .section--laboratory .article__body .title-secondary {
    font-size: 1.75rem;
    max-width: unset;
  }
}
@media screen and (max-width: 640px) {
  .laboratory-new .section--laboratory {
    padding-block-start: 18px;
  }
  .laboratory-new .section--laboratory .section__inner {
    padding-inline: 20px;
  }
  .laboratory-new .section--laboratory .article__body .title-secondary {
    font-size: 1.25rem;
    max-width: unset;
  }
  .laboratory-new .section--laboratory .article__heading__title {
    margin-block-end: 24px;
  }
}
.laboratory-new .article__lists .article__list {
  position: relative;
  display: flex;
  flex-direction: column;
}
.laboratory-new .article__lists .article__list p {
  padding: 0;
}
.laboratory-new .article__lists .article__list img {
  order: -1;
}
.laboratory-new .article__lists .article__title {
  margin-block: 20px 0 !important;
  margin-inline: 15px;
  font-size: 1.125rem;
  font-weight: 800;
  line-height: 1.5;
}
.laboratory-new .article__lists .article__summary {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-block: 20px 0;
  margin-inline: 15px;
}
.laboratory-new .article__lists .article__link {
  flex-direction: row;
  align-items: center;
  color: var(--color1st);
}
.laboratory-new .article__lists .article__link::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 10;
}
.laboratory-new .article__lists .article__link::after {
  --size: 8px;
  --border: 2px;
  margin-inline-start: 10px;
  border: solid currentColor;
  border-width: var(--border) var(--border) 0 0;
  width: var(--size);
  height: var(--size);
  content: "";
  transform: translateY(1px) rotate(45deg);
}
.laboratory-new .article__lists .article__more {
  display: flex;
  justify-content: flex-end;
  margin-block: 10px;
  margin-inline: 15px;
}
@media (min-width: 641px) {
  .laboratory-new .article__lists {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 13px;
  }
  .laboratory-new .article__lists .article__list {
    width: unset;
  }
  .laboratory-new .article__lists .article__more {
    align-items: flex-end;
    flex-grow: 1;
  }
}
@media screen and (max-width: 640px) {
  .laboratory-new .article__lists .article__more {
    font-size: 1rem;
  }
}
.laboratory-new .article__foot {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: last baseline;
}
.laboratory-new .article__foot__link {
  display: inline-flex;
  align-items: center;
  padding-block-end: 10px;
  color: var(--color1st);
  border-bottom: 1px solid currentColor;
  font-weight: 700;
  font-size: 1rem;
}
.laboratory-new .article__foot-item--prev .article__foot__link::before, .laboratory-new .article__foot-item--next .article__foot__link::after {
  --size: 8px;
  --border: 2px;
  display: inline-block;
  border: solid currentColor;
  border-width: var(--border) var(--border) 0 0;
  width: var(--size);
  height: var(--size);
  content: "";
}
.laboratory-new .article__foot-item--prev .article__foot__link::before {
  margin-inline-end: 10px;
  transform: translateY(1px) rotate(45deg) scale(-1);
}
.laboratory-new .article__foot-item--next .article__foot__link::after {
  margin-inline-start: 10px;
  transform: translateY(1px) rotate(45deg);
}
.laboratory-new .article__foot-item:has(.article__foot__link[href="/aropanol/laboratory/"]) {
  display: none;
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 641px) {
  .laboratory-new .article__foot {
    margin-block: 80px 0;
  }
  .laboratory-new .article__foot-item {
    grid-row: 1;
  }
  .laboratory-new .article__foot-item--list {
    grid-column: 2;
  }
  .laboratory-new .article__foot-item--list .btn {
    width: 400px;
    font-size: 1.125rem;
  }
  .laboratory-new .article__foot-item--prev {
    grid-column: 1;
  }
  .laboratory-new .article__foot-item--next {
    grid-column: 3;
  }
}
@media screen and (max-width: 640px) {
  .laboratory-new .article__foot {
    margin-block: 40px 0;
    margin-inline: 30px;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 0;
  }
  .laboratory-new .article__foot-item--list {
    grid-row: 1;
    grid-column: 1/3;
  }
  .laboratory-new .article__foot-item--list .btn {
    width: 100%;
  }
  .laboratory-new .article__foot-item--prev {
    grid-column: 1;
  }
  .laboratory-new .article__foot-item--next {
    grid-column: 2;
    align-self: end;
  }
}
.laboratory-new .sns {
  display: flex;
  align-items: center;
  justify-content: center;
}
.laboratory-new .sns button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border: none;
  color: #ffffff;
  font-family: inter, "Noto Sans JP";
  font-weight: 700;
  cursor: pointer;
}
.laboratory-new .sns button::before {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  speak: none;
  text-decoration: none;
  text-transform: none;
  pointer-events: none;
}
.laboratory-new .sns__item--x button {
  background: #000000;
}
.laboratory-new .sns__item--x button::before {
  content: "\e00a";
  font-size: 16px;
  line-height: 16px;
}
.laboratory-new .sns__item--facebook button {
  background: #0966ff;
}
.laboratory-new .sns__item--facebook button::before {
  content: "\e00b";
  font-size: 22px;
  line-height: 22px;
}
.laboratory-new .sns__item--line button {
  background: #4dc764;
}
.laboratory-new .sns__item--line button::before {
  content: "\e00c";
  font-size: 22px;
  line-height: 22px;
}
.laboratory-new .sns__item--copy button {
  background: #ffffff;
  border: 1px solid #747474;
  color: var(--colorText);
}
.laboratory-new .sns__item--copy button::before {
  content: "\e00d";
  font-size: 16px;
  line-height: 16px;
}
@media (min-width: 641px) {
  .laboratory-new .sns {
    margin-block: 80px 0;
    gap: 10px;
  }
  .laboratory-new .sns__item {
    width: 150px;
  }
  .laboratory-new .sns button {
    height: 36px;
    border-radius: 5px;
    font-size: 0.875rem;
  }
  .laboratory-new .sns button::before {
    margin-inline-end: 10px;
  }
}
@media screen and (max-width: 640px) {
  .laboratory-new .sns {
    margin-block: 40px 0;
    gap: 15px;
  }
  .laboratory-new .sns button {
    --size: 50px;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
  }
  .laboratory-new .sns button span {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
  }
}
@media screen and (max-width: 640px) {
  .laboratory-new .page3 .smile-health .figure img {
    max-width: unset;
    height: auto;
  }
}

/* products
--------------------------------------------------------------------------------------------------- */
@media (min-width: 641px) {
  .products-renew.product .cont__main {
    padding-block-start: 15px;
  }
}
@media screen and (max-width: 640px) {
  .products-renew.product .cont__main {
    padding-block-start: 18px;
  }
}
@media (min-width: 641px) {
  .products-renew .title-page.title--products {
    background-image: url(/aropanol/assets/img/kv/kv-products_pc.png);
  }
}
@media screen and (max-width: 640px) {
  .products-renew .title-page.title--products {
    background-image: url(/aropanol/assets/img/kv/kv-products_sp.png);
  }
}
.products-renew .title-product-name__name img {
  height: auto;
}
@media (min-width: 641px) {
  .products-renew.product .title-primary {
    margin-block: 10px 0 !important;
    font-size: 1.875rem;
  }
  .products-renew.product .title-primary::before, .products-renew.product .title-primary::after {
    content: unset;
  }
}
.products-renew .sumarry__head.border {
  color: var(--color3rd);
  border-color: currentColor;
}
.products-renew .sumarry__head.border .left {
  background-color: var(--color3rd);
}
.products-renew .sumarry__head.border .left.lspace {
  letter-spacing: 0.3em;
  text-indent: 0.15em;
}
.products-renew .sumarry__head.border .right {
  color: var(--colorText);
}
.products-renew .sumarry__head.border .right .note {
  font-weight: 400;
}
@media (min-width: 641px) {
  .products-renew .sumarry__head.border {
    margin-block-end: 40px !important;
  }
  .products-renew .sumarry__head.border .right .note {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .products-renew .sumarry__head.border {
    margin-block-end: 25px !important;
  }
  .products-renew .sumarry__head.border .right .note {
    font-size: 0.8125rem;
  }
}
.products-renew.product .product__name {
  color: var(--colorText);
}
.products-renew .panel__box.detail > .row:not(:first-child) {
  margin-block-start: 30px;
}
.products-renew .panel__box .image img {
  width: 100%;
  height: auto;
}
.products-renew .panel__box .btn-group {
  margin-block-start: 20px;
}
.products-renew .panel__box .btn-group .btn {
  padding-block: 0 5px;
  padding-inline: unset;
}
@media (min-width: 641px) {
  .products-renew .panel__box .btn {
    margin-inline: 35px;
  }
}
@media screen and (max-width: 640px) {
  .products-renew .panel__box.detail .row .col {
    padding-inline: 0;
  }
  .products-renew .panel__box .btn-group {
    text-align: right !important;
  }
}
.products-renew .recommend {
  overflow: hidden;
  margin-block: 30px 0;
  border: 2px solid var(--color1st);
  background: #ffffff;
}
.products-renew .recommend__heading {
  margin: 0;
  background: var(--color1st);
  color: #ffffff;
  text-align: center;
  font-weight: 700;
}
.products-renew .recommend__column {
  font-weight: 700;
}
.products-renew .recommend__column__heading {
  color: var(--color3rd);
}
.products-renew .recommend__column__heading span {
  display: block;
  font-size: 0.75rem;
  font-family: inter;
}
.products-renew .recommend__list {
  margin-block: 24px 0;
  font-weight: 400;
}
.products-renew .recommend__item {
  position: relative;
  padding-inline-start: 40px;
}
.products-renew .recommend__item::before, .products-renew .recommend__item::after {
  position: absolute;
  left: 0;
  display: block;
  content: "";
}
.products-renew .recommend__item::before {
  border: unset;
  width: var(--size);
  height: var(--size);
  background: url(/aropanol/assets/img/icon_checkbox.svg) no-repeat 0 0/cover;
}
.products-renew .recommend__item::after {
  border: solid var(--color3rd);
  border-width: 0 0 4px 4px;
  width: 18px;
  height: 12px;
  transform: rotate(-45deg);
}
@media (min-width: 641px) {
  .products-renew .recommend {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    border-radius: 20px;
  }
  .products-renew .recommend__heading {
    grid-column: 1/3;
    grid-row: 1;
    font-size: 1.375rem;
    line-height: 1.7272727273;
    padding-block: 12px 13px;
  }
  .products-renew .recommend__column {
    margin-block: 33px 30px;
    padding-inline: 40px;
  }
  .products-renew .recommend__column__heading {
    font-size: 1.375rem;
  }
  .products-renew .recommend__column__heading span {
    margin-block-end: 6px;
  }
  .products-renew .recommend__column:nth-of-type(n+2) {
    border-left: dashed 2px var(--colorLine);
  }
  .products-renew .recommend__list {
    font-size: 1rem;
    line-height: 1.625;
  }
  .products-renew .recommend__item::before {
    --size: 24px;
    top: 4px;
  }
  .products-renew .recommend__item::after {
    top: 5px;
    left: 6px;
  }
  .products-renew .recommend__item:nth-of-type(n+2) {
    margin-block-start: 12px;
  }
}
@media screen and (max-width: 640px) {
  .products-renew .recommend {
    margin-inline: 10px;
    border-radius: 15px;
  }
  .products-renew .recommend__heading {
    font-size: 1.125rem;
    line-height: 1.5;
    padding-block: 8px 10px;
  }
  .products-renew .recommend__column {
    margin-inline: 20px;
    padding-block: 33px 26px;
  }
  .products-renew .recommend__column__heading {
    font-size: 1.125rem;
  }
  .products-renew .recommend__column__heading span {
    margin-block-end: 4px;
  }
  .products-renew .recommend__column:nth-of-type(n+2) {
    border-top: dashed 2px var(--colorLine);
  }
  .products-renew .recommend__list {
    font-size: 0.9375rem;
    line-height: 1.5333333333;
  }
  .products-renew .recommend__item::before {
    --size: 22px;
    top: 4px;
  }
  .products-renew .recommend__item::after {
    top: 4px;
    left: 5px;
  }
  .products-renew .recommend__item:nth-of-type(n+2) {
    margin-block-start: 12px;
  }
}
@media (min-width: 641px) {
  .products-renew #onlineshop {
    scroll-margin-top: 150px;
  }
}
@media screen and (max-width: 640px) {
  .products-renew #onlineshop {
    scroll-margin-top: 60px;
  }
}
.products-renew .section--mailorder {
  margin-block-start: 0;
}
@media (min-width: 641px) {
  .products-renew .section--mailorder {
    padding-block-start: 80px;
  }
}
@media screen and (max-width: 640px) {
  .products-renew .section--mailorder {
    padding-block-start: 60px;
  }
}
.products-renew .head-border::before, .products-renew .head-border::after {
  content: unset;
}
.products-renew .head-border span {
  color: var(--colorText);
}
@media (min-width: 641px) {
  .products-renew.product #liquid {
    margin-block-start: 0;
    padding-block-start: 50px;
  }
  .products-renew.product #liquid .section--products {
    padding-block-end: 60px;
  }
  .products-renew.product #liquid .panel__box .image img {
    margin-block-start: -30px;
  }
}
@media screen and (max-width: 640px) {
  .products-renew.product #liquid {
    padding-block-start: 16px;
    margin-block-start: 0;
  }
}
@media (min-width: 641px) {
  .products-renew.product #tablet {
    margin-block-start: 0;
    padding-block-start: 0;
  }
  .products-renew.product #tablet .section--products {
    padding-block: 60px;
  }
}
@media (min-width: 641px) {
  .products-renew.product #pill {
    margin-block-start: 0;
    padding-block-start: 0;
  }
  .products-renew.product #pill .section--products {
    padding-block: 60px;
  }
}
@media screen and (max-width: 640px) {
  .products-renew .section--mailorder__link li a img {
    height: auto;
  }
}

/* qa
--------------------------------------------------------------------------------------------------- */
@media (min-width: 641px) {
  .qa-renew .title-page.title--qa {
    background-image: url(/aropanol/assets/img/kv/kv-qa_pc.png);
  }
}
@media screen and (max-width: 640px) {
  .qa-renew .title-page.title--qa {
    background-image: url(/aropanol/assets/img/kv/kv-qa_sp.png);
  }
}
@media screen and (max-width: 640px) {
  .qa-renew .cont__main {
    margin-block-start: 60px;
  }
}
/*# sourceMappingURL=../../Templates/dev/sourcemap/renewal_2508.css.map */