@charset "UTF-8";

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-gray: #ccc;
  --color-blue: #0072C9;
  --color-pink: #e60e3d;
  --color-main: #333;
  --color-main-rgb: 0, 0, 0;
  --color-anchor: var(--color-blue);
  --color-placeholder: #a4a4a4;
  --color-bg: var(--color-white);
  --color-bg-rgb: 255, 255, 255;
  --color-bg-pink: #fffafc;
  --color-bg-blue: #f2f9fd;
  --color-bg-gray: var(--color-gray);
  --color-gray-d: #999;
  --color-red: #c90030;
  --color-mark: #ff9;
  --color-table-blue: #a8d1f7;
  --color-detail-blue: #cfe7fb;
  --color-pink-l: #fef4f6;
  --color-pink-d: #e80e3d;
  --color-border-blue: #d9eaf6;
  --color-border-pink: #fbeaed;
  --color-border-gray: #cbcbcb;
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 300;
  src: url("/health/assets/font/YakuHanJP-DemiLight.eot");
  src: url("/health/assets/font/YakuHanJP-DemiLight.woff2") format("woff2"), url("/health/assets/font/YakuHanJP-DemiLight.woff") format("woff");
}

@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 700;
  src: url("/health/assets/font/YakuHanJP-Bold.eot");
  src: url("/health/assets/font/YakuHanJP-Bold.woff2") format("woff2"), url("/health/assets/font/YakuHanJP-Bold.woff") format("woff");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 300;
  src: url("/health/assets/font/NotoSansCJKjp-DemiLightSubset.eot");
  src: url("/health/assets/font/NotoSansCJKjp-DemiLightSubset.eot?#iefix") format("embedded-opentype"), url("/health/assets/font/NotoSansCJKjp-DemiLightSubset.woff2") format("woff2"), url("/health/assets/font/NotoSansCJKjp-DemiLightSubset.woff") format("woff"), url("/health/assets/font/NotoSansCJKjp-DemiLightSubset.ttf") format("truetype");
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 700;
  src: url("/health/assets/font/NotoSansCJKjp-BoldSubset.eot");
  src: url("/health/assets/font/NotoSansCJKjp-BoldSubset.eot?#iefix") format("embedded-opentype"), url("/health/assets/font/NotoSansCJKjp-BoldSubset.woff2") format("woff2"), url("/health/assets/font/NotoSansCJKjp-BoldSubset.woff") format("woff"), url("/health/assets/font/NotoSansCJKjp-BoldSubset.ttf") format("truetype");
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: var(--color-mark);
  color: var(--color-black);
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: var(--color-mark);
  color: var(--color-black);
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--color-gray);
  margin: 1em 0;
  padding: 0;
}

.hr--pink {
  --color-pink: #f7d9dd;
  border-color: var(--color-pink);
}

input,
select {
  vertical-align: middle;
}

ul, ol {
  list-style: none;
}

strong {
  font-weight: 700;
}

/*!
 * jQuery UI Selectmenu 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/selectmenu/#theming
 */
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

html {
  font-size: 62.5%;
}

body {
  background-color: var(--color-bg);
  font-family: YakuHanJP, Noto Sans Japanese, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", "Arial", "Helvetica", sans-serif;
  font-weight: 300;
  color: var(--color-main);
}

a {
  outline: none;
  color: var(--color-anchor);
}

img {
  image-rendering: -webkit-optimize-contrast;
}

.theme-pink a {
  color: var(--color-pink);
}

.health-content {
  width: 100%;
  padding-top: 58px;
  padding-bottom: 40px;
}

.gfooter {
  width: 100%;
  padding-top: 40px;
}

.gfooter__inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.gfooter__logo-dshc {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  width: 171px;
  height: 25px;
  margin: 0 auto 25px;
  background: url(/health/assets/imgs/common/dshc_logo.png) 0 0 no-repeat;
  background-size: 100% auto;
  order: 2;
}
.gfooter__vision {
  width: 170px;
  height: 40px;
  margin: 30px auto 20px;
  order: 1;
}

.gfooter__vision img {
  max-width: 100%;
}

.gfooter__nav {
  background: var(--color-bg-blue);
  padding-top: 30px;
  order: 0;
}

.gfooter__nav__list {
  text-align: center;
  display: flex;
  flex-direction: column;
}

.gfooter__nav__list__item {
  text-align: center;
  font-size: 1.4rem;
  padding-bottom: 30px;
}

.gfooter__nav__list__item a {
  color: var(--color-main);
  text-decoration: none;
}

.gfooter__nav__list__item #ot-sdk-btn.ot-sdk-show-settings,
.gfooter__nav__list__item #ot-sdk-btn.optanon-show-settings {
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--color-main);
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  cursor: pointer;
}

.gfooter__nav__list__item #ot-sdk-btn.ot-sdk-show-settings:hover,
.gfooter__nav__list__item #ot-sdk-btn.optanon-show-settings:hover {
  background-color: transparent;
  color: var(--color-main);
}

.gfooter__nav__list__item #ot-sdk-btn.ot-sdk-show-settings,
.gfooter__nav__list__item #ot-sdk-btn.optanon-show-settings {
  appearance: none;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: var(--color-main);
  font-family: inherit;
  font-size: inherit;
  font-weight: normal;
  line-height: 1;
  vertical-align: baseline;
  cursor: pointer;
}

.gfooter__nav__list__item #ot-sdk-btn.ot-sdk-show-settings:hover,
.gfooter__nav__list__item #ot-sdk-btn.optanon-show-settings:hover {
  background-color: transparent;
  color: var(--color-main);
}

.gfooter__copyright {
  text-align: center;
  font-size: 1rem;
  padding-bottom: 15px;
  order: 2;
}

.gheader {
  position: fixed;
  width: 100%;
  z-index: 500;
}

.gheader.is-open {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
}

.gheader__inner {
  background-color: var(--color-bg);
  position: relative;
  display: flex;
  justify-content: space-between;
  border-bottom: solid var(--color-blue) 3px;
  box-sizing: border-box;
  height: 58px;
}

.gheader__logo {
  width: calc(495px / 2 - 5px);
  padding: 10px 5px 2px 4%;
}

.gheader__logo a {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  width: 100%;
  height: calc(86px / 2);
  display: block;
  background: url(/health/assets/imgs/common/health_logo.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.gheader__btn {
  padding-top: 14px;
  padding-right: 4%;
}

.gheader__btn_inner {
  overflow: hidden;
  width: 22px;
  height: calc(57px / 2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  cursor: pointer;
}

.gheader__btn_line {
  position: relative;
  width: 22px;
  height: 18px;
}

.gheader__btn_line__item {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background: var(--color-main);
  width: 100%;
  height: 3px;
  margin: -1.5px 0 0 -11px;
  transition: all 0.4s;
}

.gheader__btn_line__item::before,
.gheader__btn_line__item::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: var(--color-main);
  width: 100%;
  height: 3px;
  transition: all 0.4s;
}

.gheader__btn_line__item::before {
  margin-top: -8px;
}

.gheader__btn_line__item::after {
  margin-top: 6px;
}

.gheader.is-open .gheader__btn_line__item {
  background: transparent;
}

.gheader.is-open .gheader__btn_line__item::before,
.gheader.is-open .gheader__btn_line__item::after {
  margin-top: -1px;
}

.gheader.is-open .gheader__btn_line__item::before {
  transform: rotate(45deg);
}

.gheader.is-open .gheader__btn_line__item::after {
  transform: rotate(-45deg);
}

.gheader__btn-text {
  font-size: 7px;
}

.gheader__btn-text.is-close {
  display: block;
}

.gheader__btn-text.is-close {
  display: none;
}

.is-open .gheader__btn-text.is-open {
  display: none;
}

.is-open .gheader__btn-text.is-close {
  display: block;
}

.gheader__logo-dshc {
  display: none;
}

.gheader__nav {
  display: none;
  width: 100%;
  background-color: var(--color-bg);
}

.gheader__nav__list {
  display: flex;
  flex-direction: column;
}

.gheader__nav__list__item {
  border-bottom: 1px solid var(--color-blue);
}

.gheader__nav__list__item:last-child {
  border-bottom: none;
}

.gheader__nav__list__item a {
  display: block;
  position: relative;
  padding: 32px 0;
  padding-left: calc(4% + 59px);
  font-size: 1.6rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--color-blue);
}

.gheader__nav__list__item a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  transform: rotate(45deg);
  margin-top: -4px;
}

.gheader__nav__list__item a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4%;
  width: calc(96px / 2);
}

.gheader__nav__list__item:nth-child(odd) a {
  background-color: var(--color-bg-blue);
}

.gheader__nav__list__item:first-child a::before {
  height: calc(90px / 2);
  margin-top: calc(-90px / 4);
  background: url(/health/assets/imgs/common/nav_symptom.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.gheader__nav__list__item:nth-child(2) a::before {
  height: calc(69px / 2);
  margin-top: calc(-69px / 4);
  background: url(/health/assets/imgs/common/nav_knowledge.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.gheader__nav__list__item:last-child a::before {
  height: calc(76px / 2);
  margin-top: calc(-76px / 4);
  background: url(/health/assets/imgs/common/nav_selfcare.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.align-left {
  text-align: left;
}

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

.align-right {
  text-align: right;
}

.anchor-blank::after {
  content: '';
  display: inline-block;
  width: calc(22px / 2);
  height: calc(16px / 2);
  background: url(/health/assets/imgs/common/icon_window_black.png) 0 0 no-repeat;
  background-size: 100% auto;
  margin: 0 0 1px 5px;
}

.anchor-blank__black {
  color: var(--color-main);
}

.anchor-blank__black::after {
  background: url(/health/assets/imgs/common/icon_window_black.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.anchor-blank__white::after {
  background: url(/health/assets/imgs/common/icon_window_white.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.anchor-blank__blue2 {
  color: var(--color-anchor) !important;
}

.anchor-blank__blue2::after {
  background: url(/health/assets/imgs/common/icon_window_blue2.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.anchor-blank__pink {
  color: var(--color-pink) !important;
}

.anchor-blank__pink::after {
  background: url(/health/assets/imgs/common/icon_window_pink.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.anchor-pdf::after {
  display: inline-block;
  width: 14px;
  height: 14px;
  padding-left: 3px;
  background: url(/health/assets/imgs/common/icon-pdf-blue.png) no-repeat right top;
  background-size: contain;
  content: "";
}

.detail__note .anchor-blank::after {
  margin: 0 5px 0px 2px;
}

.bg-color-blue-3 {
  background-color: var(--color-bg-blue);
}

.bg-color-red-3 {
  background-color: var(--color-bg-pink);
}

.clr {
  clear: both;
}

.clrfix::after {
  content: " ";
  display: block;
  clear: both;
}

.color-white-1 {
  color: var(--color-white) !important;
}

.color-black-1 {
  color: var(--color-black) !important;
}

.color-blue-1 {
  color: var(--color-blue) !important;
}

.color-red-2 {
  color: var(--color-red) !important;
}

.flex {
  display: flex;
}

.flexible {
  flex: 1 0 0px;
}

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

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

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

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

.font-weight-normal {
  font-weight: 300 !important;
}

.font-weight-bold {
  font-style: normal;
  font-weight: 700 !important;
}

.font-sup {
  font-size: 75.5%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.font-sub {
  font-size: 75.5%;
  position: relative;
}

.font-italic {
  font-style: italic;
}

.margin-0 {
  margin: 0 !important;
}

.margin-top-0 {
  margin-top: 0 !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

.margin-bottom-30 {
  margin-bottom: 30px !important;
}

.margin-bottom-40 {
  margin-bottom: 40px !important;
}

.margin-bottom-50 {
  margin-bottom: 50px !important;
}

.margin-right-10 {
  margin-right: 10px !important;
}

.margin-left-10 {
  margin-left: 10px !important;
}

.padding-left-1em {
  padding-left: 1em;
}

.text-indent-0 {
  text-indent: 0;
}

.letter-spacing-minus {
  letter-spacing: -0.2em;
}

.letter-spacing-minus_02 {
  letter-spacing: -0.03em;
}

.font-theme-pink {
  color: var(--color-pink);
}

.for-sp {
  display: block;
}

.for-tb {
  display: none;
}

.for-pc {
  display: none;
}

.for-sp-tb {
  display: block;
}

.for-tb-pc {
  display: none;
}

.breadcrumb {
  width: 92%;
  margin: 10px auto 20px auto;
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--color-main);
}

.breadcrumb-item a {
  text-decoration: none;
  color: var(--color-anchor);
  margin: 0px 5px;
}

.breadcrumb-item:first-child a {
  margin-left: 0;
}

.breadcrumb-item:last-child a {
  color: var(--color-main);
}

.health__btn-blue a {
  display: block;
  width: 92%;
  height: calc(108px / 2);
  background-color: var(--color-blue);
  border-radius: 27px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4rem;
  color: var(--color-white);
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  line-height: calc(108px / 2);
  opacity: 1;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.health__btn-red a {
  display: block;
  width: 92%;
  height: calc(108px / 2);
  background-color: var(--color-red);
  border-radius: 27px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4rem;
  color: var(--color-white);
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  line-height: calc(108px / 2);
  opacity: 1;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.health__text__read {
  width: 92%;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 2;
  color: var(--color-main);
}

.health__ttl + .health__text__read {
  margin-top: 20px;
}

.health__ttl {
  width: 92%;
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 1.4;
  color: var(--color-main);
  font-weight: 700;
}

.page-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 20;
}

.page-top a img {
  width: 55px;
  height: 55px;
  border: 1px solid var(--color-white);
  border-radius: 100%;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.25);
  opacity: 1;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.detail__anchor01 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.detail__anchor01__item {
  border-top: 1px solid var(--color-border-blue);
}

.detail__anchor01__item:last-child {
  border-bottom: 1px solid var(--color-border-blue);
}

.detail__anchor01__item:nth-child(odd) {
  background-color: var(--color-bg-blue);
}

.theme-pink .detail__anchor01__item:nth-child(odd) {
  background-color: var(--color-bg-pink);
}

.detail__anchor01__item a {
  display: block;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: calc( 4% + 25px);
  padding-right: 4%;
  font-size: 1.4rem;
  color: var(--color-anchor);
  line-height: 1.5;
  text-decoration: none;
}

.detail__anchor01__item a.detail__anchorqa__child {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: calc(4% + 25px + 2em + 5px);
  text-decoration: underline;
}
.detail__anchor01__item a.detail__anchorqa__child:last-child {
  margin-bottom: 7px;
}
.detail__anchor01__item a.detail__anchorqa__child::before {
  content: none;
}

.detail__anchor01__item a.is-q {
  display: flex;
  box-sizing: border-box;
  width: 100%;
}

.detail__anchor01__q {
  width: fit-content;
  margin-right: 5px;
  white-space: nowrap;
  /* font-weight: 700; */
}

.detail__anchor01__text {
  flex: 1;
}

.theme-pink .detail__anchor01__item {
  border-color: var(--color-border-pink);
}

.theme-pink .detail__anchor01__item a {
  color: var(--color-pink);
}

.detail__anchor01__item a::before {
  content: '';
  position: absolute;
  top: 23px;
  left: 4%;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-anchor);
  border-right: 2px solid var(--color-anchor);
  transform: rotate(135deg);
}

.theme-pink .detail__anchor01__item a::before {
  border-top-color: var(--color-pink);
  border-right-color: var(--color-pink);
}

.detail__anchor01__item--no-anchor a::before {
  transform: rotate(45deg);
}

.detail__anchor01__item .detail__anchor01__child {
  padding-top: 7px;
  padding-bottom: 7px;
  text-decoration: underline;
}

.detail__anchor01__item .detail__anchor01__child:last-child {
  margin-bottom: 7px;
}
.detail__anchor01__item .detail__anchor01__child::before {
  content: none;
}

.detail__anchor02 {
  width: 92%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  margin: 30px auto 50px auto;
}

.detail__anchor02__item {
  width: 17%;
  margin-bottom: 15px;
}

.detail__anchor02__item:nth-child(n+6) {
  margin-bottom: 0px;
}

.detail__anchor02__item a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-blue);
  border-radius: 8px;
  padding: 14px 0;
  font-size: 1.3rem;
  color: var(--color-main);
  text-decoration: none;
  box-sizing: border-box;
}

.detail__anchor__box {
  margin-top: -58px;
  padding-top: 58px;
}

.detail__box {
  margin-bottom: 50px;
}

.detail__box__inner {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.detail__btn a {
  display: block;
  width: 92%;
  height: calc(108px / 2);
  background-color: var(--color-blue);
  border-radius: 27px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.3rem;
  color: var(--color-white);
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  line-height: calc(108px / 2);
  opacity: 1;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.detail__btn-full a {
  height: calc(100px / 2)!important;
  line-height: calc(40px / 2)!important;
  padding-top: calc(8px / 2);
}

.theme-pink .detail__btn a {
  background-color: var(--color-pink-d);
}

.detail__btn--border a {
  height: calc(104px / 2);
  background-color: var(--color-bg);
  color: var(--color-blue);
  border: 2px solid var(--color-blue);
  line-height: calc(104px / 2);
  box-sizing: border-box;
}

.detail__column-box {
  margin-top: 40px;
  border: 1px solid var(--color-blue);
}
.theme-pink .detail__column-box {
  border-color: var(--color-pink);
}
.detail__anchor__box + .detail__column-box {
  margin-top: 0;
}
.detail__column-box + .detail__anchor__box + .detail__column-box {
  margin-top: 40px;
}
.detail__column-box + .detail__anchor__box + .detail__ttl {
  margin-top: 40px;
}
.detail__column-box__inner {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
}
.detail__column-box__inner:last-of-type {
  padding-bottom: 20px;
}
.detail__column-box__ttl {
  width: 92%;
  margin: 0 auto;
  padding-top: 20px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--color-blue);
  font-weight: 700;
}
.theme-pink .detail__column-box__ttl {
  color: var(--color-pink);
}
.detail__column-box__info {
  margin-top: 20px;
  padding: 20px 0;
  background: var(--color-bg-blue);
}
.theme-pink .detail__column-box__info {
  color: var(--color-bg-pink);
}
.detail__column-box .detail__column-box__info:first-of-type {
  margin-top: 0;
}
.detail__column-box__topics {
  padding: 20px 0;
}
.detail__column-box__row {
  display: flex;
}
.detail__column-box__col-fig {
  width: 30%;
  max-width: 100px;
}
.detail__column-box__col-text {
  flex: 1;
  padding-left: 20px;
}
.detail__column-box__col-text > *:first-child {
  margin-top: 0;
}
.detail__column-box__name {
  font-weight: 700;
}

.detail__references {
  margin-top: 50px;
  font-size: 1.2rem;
  line-height: 2;
  overflow-wrap: break-word;
}

.detail-content {
  width: 100%;
  margin: 0px auto 60px;
}

.health__ttl + .detail-content,
.health__text__read + .detail-content {
  margin-top: 20px;
}

.detail__block__flex {
  display: flex;
}

.detail__dlist01 > dt {
  border-left: solid 4px var(--color-blue);
  margin-top: 35px;
  padding: 0 0 0 6px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: var(--color-blue);
  font-weight: 700;
  box-sizing: border-box;
}

.detail__dlist01 > dd {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 2;
}

.detail__dlist02 {
  font-size: 1.4rem;
  line-height: 2;
}

.detail__dlist02 > dt {
  margin-top: 30px;
  font-weight: 700;
}

.detail__dlist02 > dt:first-child {
  margin-top: 20px;
}

.detail__dlist02 > dd {
  margin-top: 5px;
}

.detail__dlist03 {
  font-size: 1.4rem;
  line-height: 2;
}

.detail__dlist03 > dt {
  margin-top: 20px;
  font-weight: 700;
}

.detail__dlist03 > dd {
  margin-top: 5px;
}

.detail__dlist04 {
  font-size: 1.4rem;
  line-height: 2;
}

.detail__dlist04 > dt {
  float: left;
  clear: both;
  margin-top: 25px;
  width: 1em;
}

.detail__dlist04 > dd {
  float: left;
  width: calc(100% - 1em);
  margin-top: 25px;
}

.detail__dlist05 {
  font-size: 1.4rem;
  line-height: 2;
}

.detail__dlist05 > dt {
  float: left;
  clear: both;
  margin-top: 15px;
  width: 7em;
}

.detail__dlist05 > dd {
  float: left;
  width: calc(100% - 7em);
  margin-top: 15px;
}

.detail__dlist02.dlist-num,
.detail__dlist03.dlist-num,
.detail__dlist02.dlist-num2,
.detail__dlist03.dlist-num2 {
  counter-reset: count;
}

.detail__dlist02.dlist-num > dt,
.detail__dlist03.dlist-num > dt,
.detail__dlist02.dlist-num2 > dt,
.detail__dlist03.dlist-num2 > dt  {
  counter-increment: count;
}

.detail__dlist02.dlist-num > dt::before,
.detail__dlist03.dlist-num > dt::before {
  content: counter(count) ". ";
}

.detail__dlist02.dlist-num2 > dt::before,
.detail__dlist03.dlist-num2 > dt::before {
  content: "(" counter(count) ") ";
}

.detail__dlist02.dlist-num > dd,
.detail__dlist03.dlist-num > dd {
  padding-left: 1.1em;
}

.detail__dlist02.dlist-num2 > dd,
.detail__dlist03.dlist-num2 > dd {
  padding-left: 1.4em;
}

.detail__dlist02.dlist-dotted > dt::before,
.detail__dlist03.dlist-dotted > dt::before {
  content: "・";
}

.detail__dlist02.dlist-dotted > dd,
.detail__dlist03.dlist-dotted > dd {
  padding-left: 0.6em;
}

.detail__olist-num > li {
  position: relative;
  margin-right: 1em;
  margin-left: 1em;
  padding-left: 1.1em;
  counter-increment: count;
}

.detail__olist-num > li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: counter(count) ". ";
}

/*.detail__olist-num > li:not(:first-of-type) {
  margin-top: 5px;
}*/

.detail__img {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}

.detail__img--margin {
  margin-top: 30px;
  margin-bottom: 30px;
}

.detail__img__right_block_item > .detail__img {
  margin-top: 0px;
}

.detail__img__left_block_item > .detail__img {
  margin-top: 0px;
}

.detail__img__right_block_flex {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.detail__img__right_block_flex img {
  max-width: calc(50% - 5px);
  margin-bottom: 10px;
}

.detail__img__right_block_flex img:nth-child(even) {
  margin-left: 10px;
}

.detail__img.img-center {
  justify-content: center;
}

.detail__img.img-reverse {
  flex-direction: column-reverse;
}

.detail__img__item {
  min-height: 0%;
}

.detail__img.img-full .detail__img__item img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.detail__img.img-w50 .detail__img__item,
.detail__img.img-w80 .detail__img__item {
  text-align: center;
}

.detail__img.img-w80 .detail__img__item img {
  max-width: 100%;
  width: 80%;
  height: auto;
}

.detail__img.img-w50 .detail__img__item img {
  max-width: 100%;
  width: 50%;
  height: auto;
}

.detail__img.img-maxw300 .detail__img__item img {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.detail__img.img-maxw400 .detail__img__item img {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}

.detail__img.img-maxw400.sp-img-maxw300 .detail__img__item img {
  max-width: 300px;
}

.detail__img.img-maxw500 .detail__img__item img {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}

.detail__img.img-maxw600 .detail__img__item img {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

.detail__img__item + .detail__img__item {
  margin-top: 20px;
}

.img-reverse .detail__img__item + .detail__img__item {
  margin-top: 0px;
  margin-bottom: 20px;
}

.detail__img__right {
  float: right;
  margin-top: 20px;
  margin-left: 15px;
  margin-bottom: 15px;
}

.detail__img__right_block {
  display: flex;
  flex-direction: column;
}

.detail__img__left_block {
  display: flex;
  flex-direction: column;
}

.detail__img__right_block + .detail__img__right_block {
  margin-top: 30px;
}

.detail__img__left_block + .detail__img__left_block {
  margin-top: 30px;
}

.detail__img__right_block_item {
  margin-top: 20px;
}

.detail__img__left_block_item {
  margin-top: 20px;
}

.detail__img__right_block_item.detail__img__baseline {
  align-self: flex-end;
}

.detail__img__left_block_item.detail__img__baseline {
  align-self: flex-end;
}

dd .detail__img__right_block_item {
  margin-top: 20px;
}

dd .detail__img__left_block_item {
  margin-top: 20px;
}

.detail__img__right_block.l-border {
  border: solid 2px var(--color-blue);
  border-radius: 10px;
  padding: 0 15px 10px;
  margin: 20px 0;
}
.detail__img__left_block.l-border {
  border: solid 2px var(--color-blue);
  border-radius: 10px;
  padding: 0 15px 10px;
  margin: 20px 0;
}

.detail__img__center {
  display: block;
  margin: auto;
}

.detail__img__full img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.detail-btm__banner {
  position: relative;
  text-align: center;
  padding-top: 30px;
  width: 92%;
  margin: 0 auto;
}

.detail-linkbox {
  width: 100%;
  background-color: var(--color-bg-blue);
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
}

.detail-linkbox__inner {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.detail-linkbox__ttl {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  box-sizing: border-box;
}

.detail-linkbox__list {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.detail-linkbox__list__item {
  width: calc( 50% - 7px);
  margin-right: 7px;
  background: var(--color-bg);
  border: 1px solid var(--color-detail-blue);
  margin-top: 15px;
  box-sizing: border-box;
}

.detail-linkbox__list__item a {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--color-white);
  padding: 15px;
  text-decoration: none;
  color: var(--color-main);
  box-sizing: border-box;
}

.detail-linkbox__list__item img {
  display: block;
  margin: 0 auto;
}

.detail-linkbox__list__item__ttl {
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 700;
}

.detail__list01 > li {
  margin-top: 25px;
  font-size: 1.4rem;
  line-height: 2;
}

.detail__list01 > li + li {
  margin-top: 25px;
}

.detail__list01 > li:first-child {
  margin-top: 20px;
}

.detail__list02 > li {
  margin-top: 25px;
  font-size: 1.4rem;
  line-height: 2;
}

.detail__list02 > li + li {
  margin-top: 25px;
}

.detail__list02 > li:first-child {
  margin-top: 20px;
}

.detail__list03 > li {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2;
}

.detail__list03 > li + li {
  margin-top: 10px;
}

.detail__list03.margin-top-0 li:first-child {
  margin-top: 10px;
}

table .detail__list03 > li {
  margin-top: 0px;
  font-size: 1.3rem;
  line-height: 1.6;
}

table .detail__list03.margin-top-0 > li:nth-child(1n) {
  margin-top: 0;
}

table .detail__list03 > li + li {
  margin-top: 10px;
}

/* 横並び */
.detail__list04 {
  display: flex;
  flex-wrap: wrap;
}

.detail__list04 > li {
  padding-right: 2em;
}

.detail__list05 > li {
  font-size: 1.4rem;
  line-height: 2;
}

.detail__list05 > li + li {
  margin-top: 5px;
}

.detail__list01,
.detail__list02,
.detail__list03 {
  /* 数字 */
  /* 数字2 */
  /* dotted */
  /* カナ */
}

.detail__list01.list-num,
.detail__list02.list-num,
.detail__list03.list-num {
  counter-reset: count;
}

.detail__list01.list-num > li::before,
.detail__list02.list-num > li::before,
.detail__list03.list-num > li::before {
  content: "(" counter(count) ") ";
}

.detail__list01.list-num > li,
.detail__list02.list-num > li,
.detail__list03.list-num > li {
  counter-increment: count;
  padding-left: 1.4em;
  text-indent: -1.4em;
}

.detail__list01.list-num2,
.detail__list02.list-num2,
.detail__list03.list-num2 {
  counter-reset: count;
}

.detail__list01.list-num2 > li::before,
.detail__list02.list-num2 > li::before,
.detail__list03.list-num2 > li::before {
  content: counter(count) ". ";
}

.detail__list01.list-num2 > li,
.detail__list02.list-num2 > li,
.detail__list03.list-num2 > li {
  counter-increment: count;
  padding-left: 1.4em;
  text-indent: -1.05em;
}

.detail__list01.list-num3,
.detail__list02.list-num3,
.detail__list03.list-num3 {
  counter-reset: count;
}

.detail__list01.list-num3 > li::before,
.detail__list02.list-num3 > li::before,
.detail__list03.list-num3 > li::before {
  content: counter(count) ") ";
}

.detail__list01.list-num3 > li,
.detail__list02.list-num3 > li,
.detail__list03.list-num3 > li {
  counter-increment: count;
  padding-left: 1em;
  text-indent: -1em;
}

.detail__list01.list-num3 > li *,
.detail__list02.list-num3 > li *,
.detail__list03.list-num3 > li * {
  padding-left: 0;
  text-indent: 0;
}

.detail__list01.list-dotted > li::before,
.detail__list02.list-dotted > li::before,
.detail__list03.list-dotted > li::before,
.detail__list05.list-dotted > li::before {
  content: "・";
}

.detail__list01.list-dotted > li,
.detail__list02.list-dotted > li,
.detail__list03.list-dotted > li,
.detail__list05.list-dotted > li {
  padding-left: 0.5em;
  text-indent: -0.5em;
}

.detail__list01.list-big-dotted > li::before,
.detail__list02.list-big-dotted > li::before,
.detail__list03.list-big-dotted > li::before {
  content: "●";
}

.detail__list01.list-big-dotted > li,
.detail__list02.list-big-dotted > li,
.detail__list03.list-big-dotted > li {
  padding-left: 1em;
  text-indent: -1em;
}


.detail__list01.list-kana > li,
.detail__list02.list-kana > li,
.detail__list03.list-kana > li {
  padding-left: 1.85em;
  text-indent: -1.85em;
}

.detail__list01 li.no_mark::before,
.detail__list02 li.no_mark::before,
.detail__list03 li.no_mark::before,
.detail__list05 li.no_mark::before {
  content: none;
}

.detail__list__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.detail__list__flex > li {
  width: calc(50% - 1em);
  margin-bottom: 5px;
}

.detail__list__flex > li + li {
  margin-top: 0;
}

.detail__list__check > li {
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
}

.detail__list__check > li::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  content: "\2610";
}

.detail__list__data__attr > li {
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
}

.detail__list__data__attr > li::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1em;
  height: 1em;
  content: attr(data-num);
}

.detail__list__data__attr.detail__list__data__attr-2em > li {
  padding-left: 2em;
}

.detail__list__data__attr.detail__list__data__attr-2em > li::before {
  width: 2em;
}

.detail__nav {
  width: 100%;
  background-color: var(--color-bg-blue);
}

.detail__nav__list {
  display: flex;
  flex-direction: column;
}

.detail__nav__list__item > a {
  display: block;
  position: relative;
  border-bottom: 1px solid var(--color-blue);
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 0 25px 33px;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  color: var(--color-blue);
  box-sizing: border-box;
}

.detail__nav__list__item > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 5px;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  transform: rotate(45deg);
  margin-top: -5px;
}

.detail__nav__list__item > a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(62px / 2);
}

.detail__nav__list__item:first-child > a::before {
  height: 29px;
  margin-top: calc(-29px / 2);
  background: url(/health/assets/imgs/common/nav_symptom.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.detail__nav__list__item:nth-child(2) > a::before {
  height: 22px;
  margin-top: calc(-22px / 2);
  background: url(/health/assets/imgs/common/nav_knowledge.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.detail__nav__list__item:last-child > a {
  border-bottom: none;
}

.detail__nav__list__item:last-child > a::before {
  height: 26px;
  margin-top: calc(-26px / 2);
  background: url(/health/assets/imgs/common/nav_selfcare.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.detail__note {
  --color-gray: #666;
  margin-top: 10px;
  color: var(--color-gray);
  font-size: 1.2rem;
  line-height: 2;
}

.detail__note > li {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 300;
}

.detail__note > li * {
  padding-left: 0;
  text-indent: 0;
}

.detail__note > li::before {
  content: "※";
}
.detail__note > li.asterisk::before {
  content: "＊";
}

.detail__note > li + li {
  margin-top: 10px;
}

.detail__note > li.no_mark {
  margin-left: 1em;
}

.detail__note > li.no_mark::before {
  content: none;
}

.detail__note > dt {
  margin-top: 25px;
  font-weight: 700;
}

.detail__note > dt::before {
  content: "※";
}

.detail__note > dd {
  line-height: 2;
  margin-top: 5px;
  margin-left: 1.8em;
}

.detail__notebox {
  --color-bg-gray: #f5f5f5;
  background-color: var(--color-bg-gray);
  margin-top: 25px;
  padding: 15px;
  box-sizing: border-box;
}

.detail__notebox--pink {
  background-color: var(--color-bg-pink);
}

.detail__notebox a {
  color: var(--color-anchor);
}

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

.detail__notebox.no-indent {
  margin-left: -1.4em;
  text-indent: 0;
}

.detail__notebox.bg-white {
  background-color: var(--color-bg);
  border: 1px solid var(--color-gray);
}

.detail__notebox.no-padding {
  padding: 0;
}


.detail-support {
  margin-top: 20px;
}

.detail-support__sttl {
  width: 92%;
  margin-top: 30px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.detail-support___list {
  border-top: solid 1px var(--color-blue);
}

.theme-pink .detail-support___list {
  border-top-color: var(--color-pink);
}

.detail-support__list__item {
  border-bottom: solid 1px var(--color-blue);
  padding: 20px 4%;
  display: flex;
  box-sizing: border-box;
}

.theme-pink .detail-support__list__item {
  border-bottom-color: var(--color-pink);
}

.detail-support__list__item:nth-child(odd) {
  background-color: var(--color-bg-blue);
}

.theme-pink .detail-support__list__item:nth-child(odd) {
  background-color: var(--color-bg-pink);
}

.detail-support__list__item__left {
  width: 60px;
  margin-right: 10px;
}

.detail-support__list__item__right {
  width: calc( 100% - 70px);
}

.detail-support___list--bg-reset {
  border-top:none;
}
.detail-support___list--bg-reset .detail-support__list__item {
  background-color: transparent!important;
  border-bottom: none;
  padding: 0;
}

.detail-support__list__item--col.detail-support__list__item__img-box {
  width: 100%;
  background: var(--color-bg);
  text-align: center;
}

.detail-support__list__item__text,
.detail-support__notes,
.detail-support___list .detail__note {
  margin-bottom: 15px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.detail-support___list .detail-support__list__item__note {
  font-size: 1.2rem;
}

.detail-support__list__item__text.no-mb {
  margin-bottom: 0;
}

.detail-support__list__item__ttl {
  font-size: 1.4rem;
  color: var(--color-anchor);
  line-height: 1.5;
}

.theme-pink .detail-support__list__item__ttl {
  color: var(--color-pink);
}

.detail-support__list__item__ttl--nolink {
  color: inherit;
}

.detail-support__list__item__note {
  font-size: 1.2rem;
}

.detail-support__list__thumbs__item + .detail-support__list__thumbs__item {
  margin-top: 10px;
}

.detail-support__notes {
  margin-bottom: 15px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.detail-support__notes.no-mb {
  margin-bottom: 0;
}

.detail-support__list__item__text + .detail__note {
  margin-top: 0;
}

.detail__table__scroll {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  margin-top: 25px;
}

.detail__table__scroll::-webkit-scrollbar {
  height: 14px;
}

.detail__table__scroll::-webkit-scrollbar-track {
  --color-bg-gray: #f5f5f5;
  margin: 0 2px;
  background: var(--color-bg-gray);
  border-radius: 7px;
}

.detail__table__scroll::-webkit-scrollbar-thumb {
  border-radius: 7px;
  background: var(--color-gray-d);
}

.detail__table__scroll__inner {
  position: relative;
  width: calc(750px + 4%);
  padding: 0 0 0 4%;
}

.detail__table__scroll__inner__min {
  width: calc(480px + 4%);
}

.detail__table {
  width: 750px;
  border: 1px solid var(--color-detail-blue);
  text-align: left;
  margin-bottom: 10px;
}

.no-scroll .detail__table {
  max-width: 750px;
  width: 100%;
}

.detail__table__btn a {
  width: 75%;
  padding: 6px 0px;
  height: calc(60px / 2);
  line-height: calc(30px / 2);
}

.theme-pink .detail__table {
  /* border-color: var(--color-pink); */
}

.detail__table.detail__table__min {
  width: 480px;
}

.detail__table.detail__table__w_auto {
  width: auto;
}

.detail__table.detail__table__plain {
  width: 100%;
  margin-top: 0;
  border: none;
}

.detail__table.detail__table__separate {
  border-collapse: separate;
  border: none;
}

.detail__table.detail__table__separate .border__none {
  border: none;
}

.detail__table.detail__table__separate .border__right {
  border-right: 1px solid var(--color-detail-blue);
}

.detail__table.detail__table__block__sp tr:not([class]),
.detail__table.detail__table__block__sp td {
    display: block;
}

.detail__table caption {
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  box-sizing: border-box;
  text-align: left;
}

.detail__table th,
.detail__table td {
  font-size: 1.3rem;
  line-height: 1.6;
  vertical-align: top;
  text-align: left;
}

.detail__table thead th {
  background-color: var(--color-detail-blue);
  border-top: 1px solid var(--color-white);
  border-left: 1px solid var(--color-white);
  padding: 10px;
  font-weight: 300;
}

.detail__table.detail__table__plain th:nth-child(1n),
.detail__table.detail__table__plain td:nth-child(1n) {
  border: none;
  background-color: transparent;
}

.detail__table.detail__table__plain tr:not(:first-child) th,
.detail__table.detail__table__plain tr:not(:first-child) td {
  padding-top: 0;
}

.detail__table.detail__table__plain th + td {
  padding-left: 0;
}

.theme-pink .detail__table {
  --color-pink-border: #f0b4bb;
}

.theme-pink .detail__table thead th {
  background-color: var(--color-pink-l);
}

.detail__table thead th:first-child {
  border-left: 1px solid var(--color-detail-blue);
}

.theme-pink .detail__table thead th:first-child {
  border-left: 1px solid var(--color-pink-border);
}

.detail__table tbody th {
  background-color: var(--color-detail-blue);
  border-top: 1px solid var(--color-white);
  border-left: 1px solid var(--color-white);
  padding: 10px;
  font-weight: 300;
}

.detail__table tbody th:first-child {
  border-left: 1px solid var(--color-detail-blue);
}

.detail__table tbody th.rowspan-head {
  border-left: 1px solid var(--color-white);
}

.detail__table td {
  border-left: 1px solid var(--color-detail-blue);
  border-bottom: 1px solid var(--color-detail-blue);
  padding: 10px;
}

.theme-pink .detail__table thead th {
  border-top: 1px solid var(--color-pink-border);
  border-right: 1px solid var(--color-pink-border);
}

.theme-pink .detail__table tbody {
  --color-pink-border: #f0b4bb;
  border-right: 1px solid var(--color-pink-border);
}

.theme-pink .detail__table td {
  border-left: 1px solid var(--color-pink-border);
  border-bottom: 1px solid var(--color-pink-border);
}

.detail__table .empty-cell:empty {
  border-bottom: 1px solid var(--color-white);
  background-color: var(--color-detail-blue);
}

.detail__table .align-center,
.detail__table .align-center th,
.detail__table .align-center td {
  text-align: center;
}

.detail__table .align-right,
.detail__table .align-right th,
.detail__table .align-right td {
  text-align: right;
}

.detail__table .align-middle,
.detail__table .align-middle th,
.detail__table .align-middle td {
  vertical-align: middle;
}

.detail__table col.w5 {
  width: 5%;
}
.detail__table col.w10 {
  width: 10%;
}
.detail__table col.w15 {
  width: 15%;
}
.detail__table col.w20 {
  width: 20%;
}
.detail__table col.w24 {
  width: 24%;
}
.detail__table col.w30 {
  width: 30%;
}
.detail__table col.w35 {
  width: 35%;
}
.detail__table col.w38 {
  width: 38%;
}
.detail__table col.w40 {
  width: 40%;
}
.detail__table col.w50 {
  width: 50%;
}
.detail__table col.w60 {
  width: 60%;
}
.detail__table col.w65 {
  width: 65%;
}
.detail__table col.w70 {
  width: 70%;
}
.detail__table col.w80 {
  width: 80%;
}
.detail__table col.w90 {
  width: 90%;
}
.detail__table col.col3 {
  width: calc(100% / 3);
}

.table__fixed {
  table-layout: fixed;
}

.table01 tr:nth-child(even) td {
  background-color: var(--color-bg-blue);
}

.table02 thead th {
  padding: 8px 10px;
}

.table02 tbody th {
  background-color: var(--color-table-blue);
  border-top: 1px solid var(--color-detail-blue);
  padding: 8px 10px;
}

.table02 tbody th:first-child {
  border-left: 1px solid var(--color-table-blue);
}

.table02 td {
  padding: 6px 10px;
}

.table03 thead th {
  background-color: var(--color-table-blue);
}

.table04 {
  border-top: none;
  border-bottom: none;
}

.table04 thead td:empty {
  padding: 0;
  border: none;
}

.table04 .empty-row {
  border-bottom: none;
}

.table04 .ingredients {
  color: var(--color-anchor);
  font-style: normal;
}

.table05 tbody td {
  text-align: center;
}

.detail__table .nowarp {
  white-space: nowrap;
}
.detail__table .nowrap {
  white-space: nowrap;
}

.detail__table a.link__block .link__block__ttl {
  margin-top: 5px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--color-main);
}

.detail__table a.link__block .link__block__ttl:not(.anchor-blank) {
  color: var(--color-anchor);
}

.detail__table .link__block__flex {
  display: flex;
  justify-content: space-between;
}

.detail__table .link__block__flex a.link__block {
  width: 50%;
  min-width: calc(100px + 5px);
  padding-right: 5px;
}

.detail__table .link__block__flex a.link__block + a.link__block {
  margin-top: 0;
  padding-right: 0;
  padding-left: 5px;
}

.detail__table .detail__note {
  margin-top: 0;
  margin-bottom: 10px;
}

.detail__table .detail__note strong {
  --color-red: #c00;
  padding: 1px;
  border: 1px solid var(--color-red);
  color: var(--color-red);
  font-weight: normal;
}

td.cell-bg {
  background: url(/health/assets/imgs/symptom/16_mizumushi/imgs/index2/cell_bg.png) no-repeat left top;
  background-size: 100% 100%;
  position: relative;
}

td.cell-bg .is-symptom {
  position: absolute;
  top: 5px;
  right: 10px;
}

td.cell-bg .is-shape {
  position: absolute;
  bottom: 5px;
  left: 10px;
}

.detail_tag {
  display: block;
  width: 80px;
  margin-top: 5px;
  padding: 2px 5px;
  border-radius: 5px;
  color: var(--color-white);
  text-align: center;
}

.detail_tag.tag_travel {
  --color-blue: #3177bd;
  background: var(--color-blue);
}

.detail_tag.tag_family {
  background: var(--color-blue);
}

.detail__text {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 10px;
}

.detail__text .anchor-blank {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.detail__text_01 {
  font-size: 1.3rem;
  line-height: 2;
  margin-top: 20px;
}

.detail__text_02 {
  font-size: 1.2rem !important;
  line-height: 2;
  margin-top: 10px;
}

.detail__text_mt1em {
  margin-top: 1em;
}

.detail__text_mt2em {
  margin-top: 2em;
}


.detail__text__link {
  margin-top: 20px;
}

.detail__text .underline {
  text-decoration: underline;
}

.detail__text small {
  font-size: 1.3rem;
}

.detail__ttl,
.detail__ttl_02 {
  background-color: var(--color-blue);
  padding: 18px 4%;
  font-size: 1.8rem;
  color: var(--color-white);
  line-height: 1.5;
  font-weight: 700;
}

.theme-pink .detail__ttl,
.theme-pink .detail__ttl_02 {
  background-color: var(--color-pink);
}

.detail__box__inner + .detail__ttl,
.detail__text + .detail__ttl {
  margin-top: 50px;
}

.detail__ttl__lv2_01 {
  box-sizing: border-box;
  margin-top: 40px;
  padding: 0 0 0 6px;
  border-left: solid 4px var(--color-blue);
  color: var(--color-blue);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.detail__ttl__lv2_01.is-p {
  margin-top: 20px;
  padding-left: 0;
  border-left: 0;
  font-size: 1.4rem;
}
.detail__ttl__lv2_01.is-p.is-black {
  color: var(--color-main);
}
.detail__ttl__lv2_01--q {
  box-sizing: border-box;
  position: relative;
  margin-top: 40px;
  padding: 0 0 0 calc(6px + 2em);
  border-left: solid 4px var(--color-blue);
  color: var(--color-blue);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.detail__ttl__lv2_01--q::before {
  display: block;
  position: absolute;
  left: 6px;
  top: 0;
  content: attr(data-num)".";
}

.detail__ttl__lv2_02,
.detail__ttl__lv2_04 {
  box-sizing: border-box;
  margin-top: 30px;
  padding-left: 1.4em;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
  text-indent: -1em;
}

.detail__ttl__lv2_02::before {
  content: "●";
}

.detail__ttl__lv2_04::before {
  content: "■";
}

.detail__ttl__lv2_03,
.detail__ttl__lv2_05 {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  box-sizing: border-box;
}

.detail__ttl__lv2_03_large {
  font-size: 1.5rem;
}

.detail-movie {
  max-width: 650px;
  margin: 0 auto 40px;
}

.detail-movie__movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.detail-movie__source {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.detail-movie__caption {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1em;
  font-size: 1.5rem;
  line-height: 1.5;
}

.home__ttl__lv2 {
  margin-top: 30px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  box-sizing: border-box;
  padding: 0px 4%;
}
.detail__mark-check {
  margin-left: 0.25em;
  font-weight: bold;
  font-size: 1.2em;
}

.detail__ttl__lv2_05 {
  color: var(--color-blue);
}

.theme-pink .detail__ttl__lv2_05 {
  color: var(--color-pink);
}

.error__text {
  margin-bottom: 22px;
}

.error__ttl {
  width: 92%;
  background: url(/health/assets/imgs/common/icon_error.png) center 0 no-repeat;
  background-size: auto 70px;
  margin: 30px auto 25px auto;
  padding-top: 84px;
  font-size: 2.4rem;
  line-height: 1.6;
  color: var(--color-main);
  font-weight: 700;
  text-align: center;
}

.home-box__inner {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.home-brand {
  margin-top: 60px;
}

.home-brand__list {
  display: flex;
  justify-content: space-between;
  margin-top: 11px;
  margin-bottom: 22px;
}

.home-brand__list__item {
  width: 47%;
}

.home-brand__list__item a {
  display: block;
  text-decoration: none;
}

.home-brand__list__item a .home-brand__list__item__ttl {
  margin-top: 11px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-main);
}

.home-divider {
  border-bottom: solid 1px var(--color-gray-d);
}

.home-info {
  margin-top: 60px;
}

.home-info__list {
  margin-top: 11px;
}

.home-info__list__item {
  border-top: solid 1px var(--color-gray-d);
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-info__list__item__date {
  color: var(--color-anchor);
  font-size: 1rem;
}

.home-info__list__item__text {
  margin-top: 5px;
}

.home-info__list__item__text a {
  font-size: 1.4rem;
  line-height: 1.7;
  color: var(--color-main);
}

.home-knowledge {
  margin-top: 60px;
}

.home-knowledge__icon {
  width: calc(122px / 2);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.home-knowledge__link {
  width: 100%;
  background-color: var(--color-bg-blue);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.home-knowledge__link__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-knowledge__link__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--color-blue);
}

.home-knowledge__link__list__item {
  border-bottom: 1px solid var(--color-blue);
}

.home-knowledge__link__list__item a {
  width: 100%;
  display: block;
  position: relative;
  padding: 23px 4% 20px 4%;
  text-decoration: none;
  color: var(--color-main);
  box-sizing: border-box;
}

.home-knowledge__link__list__item a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  transform: rotate(45deg);
}

.home-knowledge__link__list__item a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4%;
  width: calc(96px / 2);
}

.home-knowledge__link__list__item img {
  display: none;
}

.home-knowledge__link__list__item__ttl {
  font-size: 1.4rem;
  line-height: 1.5;
}

.home-mv {
  position: relative;
  width: 100%;
  padding-bottom: 21px;
}

.home-mv .slick-dots {
  position: absolute;
  bottom: -24px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 1;
}

.home-mv .slick-dots li {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.home-mv .slick-dots li button {
  line-height: 0;
  display: block;
  width: 7px;
  height: 7px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.home-mv .slick-dots li button:focus {
  outline: none;
}

.home-mv .slick-dots li button:focus::before {
  opacity: 1;
}

.home-mv .slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-bg-gray);
  content: '';
  text-align: center;
}

.home-mv .slick-dots li.slick-active button::before {
  background: var(--color-blue);
}

.home-mv__inner {
  position: relative;
}

.home-js-mv-slider {
  position: relative;
}

.home-js-mv-slider__item {
  border-bottom: 3px solid var(--color-blue);
}

.home-js-mv-slider__item img {
  width: 100%;
}

.slick-nav-arrows {
  position: absolute;
  bottom: 0;
  left: 50%;
}

.slick-nav-arrows .slick-arrow {
  position: absolute;
  bottom: -23px;
  width: 7px;
  height: 7px;
  z-index: 10;
  cursor: pointer;
}

.slick-nav-arrows .slick-prev {
  left: 50%;
  margin-left: -26px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  transform: rotate(-135deg);
}

.slick-nav-arrows .slick-next {
  right: 50%;
  margin-right: -26px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  transform: rotate(45deg);
}

.home-other {
  margin-top: 60px;
}

.home-other__list {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-other__list__item {
  width: 47%;
  margin-top: 11px;
  margin-bottom: 22px;
}

.home-other__list__item a {
  display: block;
  text-decoration: none;
}

.home-other__list__item a .home-other__list__item__ttl {
  margin-top: 11px;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-main);
}

.home-other__list__item__text {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.home-pickup {
  margin-top: 60px;
  padding-top: 18px;
  padding-bottom: 20px;
}

.home-pickup__list {
  width: 100%;
  background-color: var(--color-bg);
  margin-top: 18px;
  margin-left: auto;
  margin-right: auto;
}

.home-pickup__list__item {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  border-top: solid 1px var(--color-gray-d);
}

.home-pickup__list__item:first-child {
  border-top: none;
}

.home-pickup__list__item a {
  position: relative;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  color: var(--color-main);
}

.home-pickup__list__item a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  transform: rotate(45deg);
}

.home-pickup__list__item__type {
  display: inline-block;
  background-color: var(--color-anchor);
  font-size: 1rem;
  color: var(--color-white);
  padding: 7px 10px;
  border-radius: 24px;
}

.home-pickup__list__item__text {
  padding-right: 15px;
  padding-top: 9px;
  font-size: 1.4rem;
  line-height: 1.7;
}

.home-selfcare {
  width: 100%;
  margin-top: 60px;
}

.home-selfcare__inner {
  margin-left: auto;
  margin-right: auto;
}

.home-selfcare__icon {
  width: calc(160px / 2);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

.home-selfcare__link {
  background-color: var(--color-bg-blue);
  margin-top: 20px;
}

.home-selfcare__link__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--color-blue);
}

.home-selfcare__link__list__item {
  border-bottom: 1px solid var(--color-blue);
}

.home-selfcare__link__list__item a {
  width: 100%;
  display: block;
  position: relative;
  padding: 23px 4% 20px 4%;
  text-decoration: none;
  color: var(--color-main);
  box-sizing: border-box;
  font-size: 1.4rem;
}

.home-selfcare__link__list__item a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  transform: rotate(45deg);
}

.home-selfcare__link_02 .home__ttl__lv2 {
  margin: 30px 7% 0;
  padding: 0;
  margin-bottom: 10px;
}

.home-selfcare__link__list_02 {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--color-blue);
}

.home-selfcare__link__list_02 .home-selfcare__link__list__item_02 {
  border-bottom: 1px solid var(--color-blue);
}

.home-selfcare__link__list_02 .home-selfcare__link__list__item_02 a {
  width: 100%;
  display: block;
  position: relative;
  padding: 23px 4% 20px 4%;
  text-decoration: none;
  color: var(--color-main);
  box-sizing: border-box;
  font-size: 1.4rem;
}

.home-selfcare__link__list_02 .home-selfcare__link__list__item_02 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  transform: rotate(45deg);
}

.home-selfcare__special {
  background: var(--color-bg);
}

.home-selfcare__special--theme-pink {
  background: url(/health/assets/imgs/selfcare/bg_dot_pink.png) repeat left top / 12px 12px;
}

.home-selfcare__special a {
  width: 100%;
  display: block;
  position: relative;
  padding: 30px 4% 20px 4%;
  text-decoration: none;
  color: var(--color-main);
  box-sizing: border-box;
  font-size: 1.5rem;
}

.top-selfcare__special {
  padding: 5px 15px;
  width: 150px;
  margin: 0 auto 30px;
  background: var(--color-blue);
  color: var(--color-white);
  text-align: center;
  font-size: 1.8rem;
}

.home-selfcare__special img {
  max-width: 100%;
  width: 100%;
}

.home-selfcare__special--theme-pink img {
  outline: 1px solid var(--color-pink-l);
}

.home-selfcare__special__title {
  display: block;
  margin: 10px 0 5px;
  font-weight: 700;
}
.icon__arrow--before,
.icon__arrow--after {
  position: relative;
}
.icon__arrow--before::before,
.icon__arrow--after::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

.icon__arrow--before::before {
  left: -16px;
}
.icon__arrow--after::after {
  margin-left: 4px;
}

.home-selfcare__special__update {
  font-size: 1.2rem;
  font-weight: 700;
}

.home-selfcare__special__update b {
  color: var(--color-pink-d);
}

.home-recipe {
  width: 100%;
  margin-top: 60px;
}

.home-recipe__icon {
  width: calc(154px / 2);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
}

.home-recipe__link {
  background-color: var(--color-bg-pink);
  margin-top: 20px;
}

.home-recipe__link__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--color-pink);
}

.home-recipe__link__list__item {
  border-bottom: 1px solid var(--color-pink);
}

.home-recipe__link__list__item a {
  width: 100%;
  display: block;
  position: relative;
  padding: 23px 4% 20px 4%;
  text-decoration: none;
  color: var(--color-main);
  box-sizing: border-box;
  font-size: 1.4rem;
}

.home-recipe__link__list__item a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid var(--color-pink);
  border-right: 2px solid var(--color-pink);
  transform: rotate(45deg);
}

.home-symptom {
  margin-top: 50px;
}

.home-symptom__icon {
  width: calc(138px / 2);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.home-symptom-pickup {
  width: 100%;
  margin-top: calc(42px / 2);
  margin-bottom: calc(82px / 2);
  margin-left: auto;
  margin-right: auto;
  background-color: var(--color-bg-pink);
  padding-top: calc(45px / 2);
  padding-bottom: calc(35px / 2);
}

.home-symptom-pickup__inner {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.home-symptom-pickup__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: calc(35px / 2);
}

.home-symptom-pickup__list__item {
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.home-symptom-pickup__list__item a {
  display: block;
  background-color: var(--color-bg);
  border: 1px solid var(--color-pink);
  border-radius: 10px;
  padding: 10px;
  font-weight: 700;
  font-size: 1.4rem;
  text-decoration: none;
  color: var(--color-main);
}

.home-symptom-search {
  width: 100%;
  margin-top: calc(32px / 2);
  margin-left: auto;
  margin-right: auto;
}

.home-symptom-search__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-symptom-search__list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--color-blue);
}

.home-symptom-search__list__item {
  border-bottom: 1px solid var(--color-blue);
}

.home-symptom-search__list__item:nth-child(odd) {
  background-color: var(--color-bg-blue);
}

.home-symptom-search__list__item a {
  width: 100%;
  display: block;
  position: relative;
  padding: 23px 0 20px 0;
  padding-left: calc(4% + 59px);
  padding-right: calc(4% + 10px);
  text-decoration: none;
  color: var(--color-main);
  box-sizing: border-box;
}

.home-symptom-search__list__item a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  transform: rotate(45deg);
}

.home-symptom-search__list__item a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4%;
  width: calc(96px / 2);
}

.home-symptom-search__list__item:first-child a::before {
  height: calc(102px / 2);
  margin-top: calc(-102px / 4);
  background: url(/health/assets/imgs/home/icon_symptom_01.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.home-symptom-search__list__item:nth-child(2) a::before {
  height: calc(64px / 2);
  margin-top: calc(-64px / 4);
  background: url(/health/assets/imgs/home/icon_symptom_02.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.home-symptom-search__list__item:nth-child(3) a::before {
  height: calc(74px / 2);
  margin-top: calc(-74px / 4);
  background: url(/health/assets/imgs/home/icon_symptom_03.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.home-symptom-search__list__item:nth-child(4) a::before {
  height: calc(90px / 2);
  margin-top: calc(-90px / 4);
  background: url(/health/assets/imgs/home/icon_symptom_04.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.home-symptom-search__list__item:nth-child(5) a::before {
  height: calc(74px / 2);
  margin-top: calc(-74px / 4);
  background: url(/health/assets/imgs/home/icon_symptom_05.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.home-symptom-search__list__item:nth-child(6) a::before {
  height: calc(64px / 2);
  margin-top: calc(-64px / 4);
  background: url(/health/assets/imgs/home/icon_symptom_06.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.home-symptom-search__list__item:last-child a::before {
  height: calc(92px / 2);
  margin-top: calc(-92px / 4);
  background: url(/health/assets/imgs/home/icon_symptom_07.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.home-symptom-search__list__item__ttl {
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
}

.home-symptom-search__list__item__text {
  font-size: 1.4rem;
}
.home-symptom-search__list__item:last-child a::before {
  height: calc(92px / 2);
  margin-top: calc(-92px / 4);
  background: url(/health/assets/imgs/home/icon_symptom_07.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.home-products {
  --color-blue-home-products: #0045a3;
  margin-top: 60px;
  padding-top: 60px;
  border-top: 1px solid var(--color-blue-home-products);
}

.home-products__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-products__list {
  --color-gray: #cbcbcb;
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
  border-top: 1px solid var(--color-gray);
}

.home-products__list__item {
  border-bottom: 1px solid var(--color-gray);
}

.home-products__list__item__ttl {
  font-size: 1.4rem;
}

.home-products__list__item a {
  width: 100%;
  display: block;
  position: relative;
  padding: 23px 0 20px 0;
  padding-right: calc(4% + 10px);
  padding-left: calc(4% + 55px);
  text-decoration: none;
  color: var(--color-main);
  box-sizing: border-box;
}

.home-products__list__item.home-products__list__item--faq a {
  padding-left: calc(3% + (312px / 3) + 3%);
}

.home-products__list__item a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid var(--color-blue-home-products);
  border-right: 2px solid var(--color-blue-home-products);
  transform: rotate(45deg);
}

.home-products__list__item a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4%;
  background-position: center center;
  background-repeat:  no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}

.home-products__list__item.home-products__list__item--brand a::before {
  width: calc(59px / 2);
  height: calc(59px / 2);
  background-image: url(/health/assets/imgs/home/icon_products_brand.png);
}

.home-products__list__item.home-products__list__item--category a::before {
  width: calc(72px / 2);
  height: calc(72px / 2);
  background-image: url(/health/assets/imgs/home/icon_products_category.png);
}

.home-products__list__item.home-products__list__item--symptom a::before {
  width: calc(72px / 2);
  height: calc(72px / 2);
  background-image: url(/health/assets/imgs/home/icon_products_symptom.png);
}

.home-products__list__item.home-products__list__item--faq a::before {
  left: 3%;
  width: calc(312px / 3);
  height: calc(109px / 3);
  background-image: url(/health/assets/imgs/home/icon_products_faq.png);
}

.home-company {
  margin-top: 40px;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.home-company__link {
  display: table;
  position: relative;
  width: auto;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.home-company__link::after {
  --color-home-company-link: #0045a3;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -27px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid var(--color-home-company-link);
  border-right: 2px solid var(--color-home-company-link);
  transform: rotate(45deg);
}

.home-contact {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.home-contact__box {
  --color-bg-gray: #f5f5f5;
  padding: 20px 4%;
  border: 1px solid var(--color-gray);
  background: var(--color-bg-gray);
}

.home-contact__ttl {
  margin-bottom: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.55556;
}

.home-contact__list__item {
  margin-top: 1em;
  line-height: 1.55556;
}

.home-contact__list__link {
  font-size: 1.4rem;
}

.home__text__read {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: center;
}

.home__ttl-blue {
  font-size: 2.2rem;
  color: var(--color-blue);
  text-align: center;
  font-weight: 700;
}

.home__ttl-pink {
  font-size: 2.2rem;
  color: var(--color-pink);
  text-align: center;
  font-weight: 700;
}

.home__ttl-pink span,
.home__ttl-blue span {
  font-size: 1.6rem;
}

.home__ttl-gray {
  font-size: 1.8rem;
  color: var(--color-main);
  text-align: center;
  font-weight: 700;
}

.home__ttl-selfcare-sub {
  max-width: 660px;
  margin: 0 auto 10px;
  font-size: 1.6rem;
  color: var(--color-main);
  font-weight: 700;
}

.home__ttl-symptom-search {
  margin-top: calc(42px / 2);
}

.home__ttl-products {
  margin-bottom: 12px;
  line-height: 1.3;
}

.knowledge__nav {
  width: 100%;
  background-color: var(--color-bg-blue);
  margin-bottom: 60px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.theme-pink .knowledge__nav {
  background-color: var(--color-bg-pink);
}

.knowledge__nav__inner {
  background-color: var(--color-bg);
  padding-bottom: 25px;
}

.knowledge__nav__list__parent {
  width: 92%;
  margin: 0 auto;
}

.knowledge__nav__list__parent__item {
  width: 100%;
}

.knowledge__nav__list__parent__item > a {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 25px 25px 15px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  color: var(--color-main);
  box-sizing: border-box;
}

.knowledge__nav__list__parent__item > a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color-main);
  border-right: 2px solid var(--color-main);
  transform: rotate(45deg);
  margin-top: -5px;
}

.knowledge__nav__list__child {
  --color-gray: #707070;
  border-top: 1px solid var(--color-gray);
  width: 92%;
  margin: 0 auto;
}

.knowledge__nav__list__child__item {
  width: 100%;
}

.knowledge__nav__list__child__item > a,
.knowledge__nav__list__child__item > span {
  display: block;
  position: relative;
  border-bottom: 1px solid var(--color-gray);
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 25px 25px 15px;
  font-size: 1.3rem;
  line-height: 1.5;
  font-weight: 300;
  text-decoration: none;
  color: var(--color-main);
  box-sizing: border-box;
}

.knowledge__nav__list__child__item > a::after,
.knowledge__nav__list__child__item > span::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  transform: rotate(45deg);
  margin-top: -5px;
}

.theme-pink .knowledge__nav__list__child__item > a::after,
.theme-pink .knowledge__nav__list__child__item > span::after {
  border-top: 2px solid var(--color-pink);
  border-right: 2px solid var(--color-pink);
}

.knowledge__nav__list__child__item.is-active > span {
  background-color: var(--color-bg-gray);
}

.knowledge__nav__list__child__item.is-active > span::after {
  content: none;
}

.knowledge__nav__special > span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.2rem;
}

.knowledge-top {
  width: 100%;
  background-color: var(--color-bg-blue);
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.knowledge-top__inner {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.knowledge-top__ttl {
  margin-bottom: 25px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  box-sizing: border-box;
}

.knowledge-top__list + .knowledge-top__ttl {
  margin-top: 25px;
}

.knowledge-top__list {
  display: flex;
  flex-wrap: wrap;
}

.knowledge-top__list__item {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background: var(--color-bg);
  border: 1px solid var(--color-detail-blue);
  margin-bottom: 15px;
  box-sizing: border-box;
}

.knowledge-top__list__item:last-child {
  margin-bottom: 0px;
}

.knowledge-top__list__item a {
  width: 100%;
  height: 100%;
  position: relative;
  display: block;
/*  display: flex;
  flex-direction: column;*/
  border: 1px solid var(--color-white);
  padding: 15px;
  text-decoration: none;
  color: var(--color-main);
  box-sizing: border-box;
}

.knowledge-top__list__item img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.knowledge-top__list__item__ttl {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
}

.knowledge-top__list__item__text {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.5;
}

.knowledge__ttl {
  min-height: 33px;
  background: url(/health/assets/imgs/common/icon_knowledge.png) 0 3px no-repeat;
  background-size: auto 28px;
  padding-left: calc(80px / 2);
  color: var(--color-blue);
}

.theme-pink .knowledge__ttl {
  color: var(--color-pink);
}

.scene-top__banner {
  position: relative;
  padding-top: 30px;
  width: 92%;
  margin: 0 auto;
}
.scene-top__banner + .scene-top__banner {
  padding-top: 20px;
}

.scene-top {
  position: relative;
  background-color: var(--color-bg-blue);
  width: 100%;
  margin-top: 50px;
  padding-bottom: 30px;
}

.scene-top__inner {
  position: relative;
  padding-top: 30px;
  width: 92%;
  margin: 0 auto;
}

.scene-top__ttl {
  background-color: var(--color-blue);
  font-size: 1.8rem;
  color: var(--color-white);
  font-weight: 700;
  padding: 18px 0;
  text-align: left;
}

.scene-top__inner + .scene-top__ttl {
  margin-top: 30px;
}

.scene-top__ttl__text {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.qa__box {
  display: flex;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  line-height: 2;
  flex: 1 auto;
}

.detail__box__inner > .qa__box {
  box-sizing: border-box;
  width: 100%;
}

.detail__box__inner > .qa__box {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0;
}

.box__q {
  margin-top: 20px;
}

.box__a {
  margin-top: 15px;
  margin-bottom: 30px;
}

.qa__box__icon {
  font-weight: 700;
  color: var(--color-blue);
  margin-right: 5px;
}

.detail__box__inner .qa__box__icon {
  width: fit-content;
  white-space: nowrap;
}

.qa__box__text {
  flex: 1;
}

.qa__box__text:not(.is-selfcare) .detail__text:first-of-type {
  margin-top: 0;
}

.qa__box__text.is-selfcare .detail__text.is-a {
  margin-top: 0;
  font-weight: bold;
}

.qa__ttl__detail {
  position: relative;
  background-color: var(--color-blue);
  padding: 18px 4%;
  font-size: 1.8rem;
  color: var(--color-white);
  line-height: 1.5;
  font-weight: 700;
}

.qa__ttl__detail h1 {
  padding-left: 48px;
}

.qa__ttl__detail h1 span {
  position: absolute;
  display: block;
  background-color: var(--color-bg);
  border-radius: 50%;
  top: 50%;
  left: 4%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  font-size: 1.4rem;
  color: var(--color-blue);
  text-align: center;
  line-height: 38px;
  font-weight: 700;
}

.qa-top {
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.qa-top__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.qa-top__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--color-blue);
}

.qa-top__list__item {
  width: 50%;
  border-bottom: 1px solid var(--color-blue);
  box-sizing: border-box;
}

.qa-top__list__item:nth-child(2n +1) {
  border-right: 1px solid var(--color-blue);
}

.qa-top__list__item:nth-child(4n +1),
.qa-top__list__item:nth-child(4n +2) {
  background-color: var(--color-bg-blue);
}

.qa-top__list__item a {
  width: 100%;
  height: calc( 130px / 2);
  display: flex;
  align-items: center;
  position: relative;
  padding-left: calc(8% + 47px);
  padding-right: calc(8% + 10px);
  text-decoration: none;
  color: var(--color-main);
  box-sizing: border-box;
}

.qa-top__list__item a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  transform: rotate(45deg);
}

.qa-top__list__item a span {
  position: absolute;
  display: block;
  background-color: var(--color-blue);
  border-radius: 50%;
  top: 50%;
  left: 8%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  color: var(--color-white);
  text-align: center;
  line-height: 38px;
  font-weight: 700;
}

.qa-top__list__item__ttl {
  font-size: 1.3rem;
  line-height: 1.5;
}

.qa-top__list__item__text {
  display: none;
}

.qa__ttl {
  min-height: 35px;
  background: url(/health/assets/imgs/common/icon_qa.png) 0 3px no-repeat;
  background-size: auto 31px;
  padding-left: 42px;
  color: var(--color-blue);
}

.qa__sttl {
  position: relative;
}

.qa__sttl .qa__sttl__inner {
  padding-left: 48px;
}

.qa__sttl .qa__sttl__inner .qa__sttl__icon {
  position: absolute;
  display: block;
  background-color: var(--color-bg);
  border-radius: 50%;
  top: 50%;
  left: 4%;
  width: 38px;
  height: 38px;
  margin-top: -19px;
  font-size: 1.4rem;
  color: var(--color-blue);
  text-align: center;
  line-height: 38px;
  font-weight: 700;
}

.selfcare-top {
  width: 100%;
  background-color: var(--color-bg-blue);
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
}

.theme-pink .selfcare-top {
  background-color: var(--color-bg-pink);
}

.selfcare-top.selfcare-related {
  padding-top: 25px;
  padding-bottom: 0;
}

.selfcare-top.selfcare-related .selfcare-top__list {
  justify-content: center;
}

.selfcare-top.selfcare-related .selfcare-top__special {
  margin-bottom: 0;
}

.selfcare-top__inner {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.selfcare-top__ttl {
  margin-bottom: 25px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  box-sizing: border-box;
}

.selfcare-top__list + .selfcare-top__ttl {
  margin-top: 25px;
}

.selfcare-top__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--color-blue);
}

.selfcare-top__list02 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: 1px solid var(--color-pink);
}

.selfcare-top__list--theme-pink {
  border-top-color: var(--color-pink);
}

.selfcare-top__list--special {
  flex-wrap: inherit;
}

.selfcare-top__list--special02 {
  justify-content: flex-start;
}

.selfcare-top__list__item {
  border-bottom: 1px solid var(--color-blue);
}

.selfcare-top__list__item a {
  width: 100%;
  display: block;
  position: relative;
  padding: 23px 4% 20px 4%;
  text-decoration: none;
  color: var(--color-main);
  box-sizing: border-box;
  font-size: 1.4rem;
}

.selfcare-top__list__item a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  transform: rotate(45deg);
}

.selfcare-top__list__item02 {
  border-bottom: 1px solid var(--color-pink);
}

.selfcare-top__list__item02 a {
  display: block;
  position: relative;
  padding: 23px 4% 20px 4%;
  text-decoration: none;
  color: var(--color-main);
  box-sizing: border-box;
  font-size: 1.4rem;
}

.selfcare-top__list__item02 a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid var(--color-pink);
  border-right: 2px solid var(--color-pink);
  transform: rotate(45deg);
}

.selfcare-top__special {
  background: var(--color-bg);
}

.selfcare-top__special--theme-pink {
  background: url(/health/assets/imgs/selfcare/bg_dot_pink.png) repeat left top / 12px 12px;
}

.selfcare-top__special > a {
  width: 100%;
  display: block;
  position: relative;
  padding: 30px 4% 20px 4%;
  text-decoration: none;
  color: var(--color-main);
  box-sizing: border-box;
  font-size: 1.5rem;
}

.selfcare-top__special img {
  max-width: 100%;
  width: 100%;
}

.selfcare-top__special--theme-pink img {
  outline: 1px solid var(--color-pink-l);
}

.selfcare-top__special__title {
  display: block;
  margin: 10px 0 5px;
  font-weight: 700;
  line-height: 1.25;
}

.selfcare-top__special__update {
  font-size: 1.2rem;
  font-weight: 700;
}

.selfcare-top__special__update b {
  color: var(--color-pink);
}

.selfcare-top__bg--none {
  background: none;
  display: inline-table;
}

.selfcare-top__special__link-list {
  padding: 23px 4% 20px 4%;
  font-size: 1.2rem;
  line-height: 2;
}
.selfcare-top__special__link-list a {
  text-decoration: none;
}

.selfcare-top__special__link-list a {
  border: none!important;
}

.selfcare__ttl,
.special__ttl {
  min-height: 60px;
  background: url(/health/assets/imgs/common/icon_selfcare.png) 0 3px no-repeat;
  background-size: auto 32px;
  padding-left: calc(80px / 2);
  color: var(--color-blue);
}

.theme-pink .special__ttl,
.theme-pink .selfcare__ttl {
  color: var(--color-pink);
}

.special__ttl-sub {
  font-size: 1.4rem;
}

.selfcare-tab {
  width: 100%;
}

.selfcare-tab.is-upside {
  margin-top: 25px;
  margin-bottom: 20px;
  border-bottom: solid 5px var(--color-blue);
}

.theme-pink .selfcare-tab.is-upside {
  border-bottom-color: var(--color-pink);
}

.selfcare-tab.is-downside {
  margin-bottom: 40px;
  border-top: solid 5px var(--color-blue);
}

.theme-pink .selfcare-tab.is-downside {
  border-top-color: var(--color-pink);
}

.selfcare-tab__list {
  width: calc( 100% - 6px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.selfcare-tab__list__item {
  width: calc(( 100% - 6px ) / 2);
  margin-left: 6px;
}

.selfcare-tab__list__item.tab3 {
  width: calc(( 100% - 6px ) / 3);
  margin-left: 3px;
}

.selfcare-tab__list__item:first-child {
  margin-left: 0px;
}

.selfcare-tab__list__item {
  display: flex;
}

.is-upside .selfcare-tab__list__item {
  align-items: flex-end;
}

.is-downside .selfcare-tab__list__item {
  align-items: flex-start;
}

.selfcare-tab__list__item__ttl {
  --color-bg-gray: #f5f5f5;
  --color-gray-d: #666;
  display: block;
  width: 100%;
  padding: 10px;
  border-right: 1px solid var(--color-border-gray);
  border-left: 1px solid var(--color-border-gray);
  background-color: var(--color-bg-gray);
  color: var(--color-gray-d);
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1.294;
}

.theme-pink .selfcare-tab__list__item__ttl {
  color: var(--color-white);
}

.selfcare-tab__list__item__sub-sp-large,
.selfcare-tab__list__item__sub {
  display: block;
  margin-bottom: 2px;
  line-height: 1.417;
  font-size: 1.2rem;
}

.is-upside .selfcare-tab__list__item__ttl {
  border-top: 1px solid var(--color-border-gray);
  border-radius: 8px 8px 0 0;
}

.is-downside .selfcare-tab__list__item__ttl {
  border-bottom: 1px solid var(--color-border-gray);
  border-radius: 0 0 8px 8px;
}

.is-avtive .selfcare-tab__list__item__ttl {
  border: none;
  background-color: var(--color-blue);
  color: var(--color-white);
  font-size: 1.8rem;
  line-height: 1.389;
}

.theme-pink .is-avtive .selfcare-tab__list__item__ttl {
  background-color: var(--color-pink);
}

.recipe__btn-red a {
  display: block;
  width: 92%;
  height: calc(108px / 2);
  background-color: var(--color-red);
  border-radius: 27px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4rem;
  color: var(--color-white);
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  line-height: calc(108px / 2);
  opacity: 1;
  transition: opacity 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.recipe__btn-search {
  display: block;
  width: 100%;
  height: calc(108px / 2);
  background-color: var(--color-red);
  border: none;
  border-radius: 27px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.4rem;
  color: var(--color-white);
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  line-height: calc(108px / 2);
  opacity: 1;
  transition: opacity 0.3s ease;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.recipe-conditions {
  width: 92%;
  margin: 0 auto;
  margin-top: calc( 22px / 2);
  text-align: center;
}

.recipe-conditions__list {
  display: flex;
}

.recipe-conditions__item__ttl,
.recipe-conditions__item__text {
  box-sizing: border-box;
}

.recipe-conditions__item__ttl {
  font-size: 1rem;
  background-color: var(--color-red);
  color: var(--color-white);
  border-color: var(--color-white);
  padding: 4px;
}

.recipe-conditions__item__text {
  font-size: 1.4rem;
  color: var(--color-main);
  border-color: var(--color-red);
  padding: 9px;
}

.recipe-detail-info__photo {
  display: none;
}

.recipe-detail-info__photo img {
  width: 100%;
}

.recipe-detail-info__list {
  width: 92%;
  margin: 0 auto 25px auto;
  display: flex;
  justify-content: space-between;
}

.recipe-detail-info__list__item {
  display: flex;
  flex-direction: column;
  width: 30%;
  box-sizing: border-box;
}

.recipe-detail-info__list__item__ttl {
  width: 100%;
  padding: 5px 0;
  background-color: var(--color-red);
  border-radius: 9px 9px 0 0;
  font-size: 1rem;
  text-align: center;
  color: var(--color-white);
  box-sizing: border-box;
}

.recipe-detail-info__list__item__text {
  padding: 10px 0;
  font-size: 1.4rem;
  text-align: center;
  border-right: 1px solid var(--color-red);
  border-left: 1px solid var(--color-red);
  border-bottom: 1px solid var(--color-red);
  border-radius: 0 0 9px 9px;
}

.recipe-detail-material__text {
  width: 92%;
  margin: 30px auto 60px auto;
  font-size: 1.4rem;
  line-height: 2;
}

.recipe-detail-method__text {
  width: 92%;
  margin: 30px auto 60px auto;
  font-size: 1.4rem;
  line-height: 2;
}

.recipe-detail-method__text p {
  margin-top: 1rem;
}

.recipe-detail-method__text p:first-child {
  margin-top: 0;
}

.recipe-detail-point {
  width: 92%;
  margin: 0 auto 58px auto;
}

.recipe-detail-point__ttl {
  margin-bottom: 15px;
  position: relative;
  padding-left: 25px;
  font-size: 1.4rem;
  color: var(--color-red);
  font-weight: 700;
}

.recipe-detail-point__ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background: url(/health/assets/imgs/recipe/icon_onepoint.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.recipe-detail-point__text {
  font-size: 1.4rem;
  line-height: 2;
}

.recipe-detail-value {
  margin-bottom: 60px;
}

.recipe-detail-value__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 92%;
  margin: 30px auto 0px auto;
}

.recipe-detail-value__list {
  width: 46%;
}

.recipe-detail-value__list__item {
  --color-gray: #adadad;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--color-gray);
  margin-top: 15px;
  padding-bottom: 10px;
  font-size: 1.2rem;
}

.recipe-detail-value__provided {
  width: 92%;
  margin: 30px auto 0 auto;
  font-size: 1.2rem;
}

.recipe-detail__photo {
  width: 60%;
  margin: 20px auto 30px auto;
}

.recipe-detail__photo img {
  width: 100%;
}

.recipe-detail {
  margin-top: 20px;
}

.recipe-header {
  margin-top: calc( 42px / 2);
}

.recipe-header > .recipe__btn-red {
  margin-top: 50px;
}

.recipe-hit-count {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
}

.recipe-hit-count__text {
  color: var(--color-red);
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  border-color: var(--color-red);
  border-style: solid;
  border-bottom-width: 5px;
  padding-bottom: 8px;
}

.recipe-hit-count__text span {
  font-size: 1.2rem;
}

.recipe-hit-count__caption {
  font-size: 1.5rem;
}

.recipe-result {
  margin-top: 60px;
}

.recipe-result__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.recipe-result__list {
  display: flex;
  flex-direction: column;
}

.recipe-result__list__item {
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-red);
}

.recipe-result__list__item:nth-child(odd) {
  background-color: var(--color-bg-pink);
}

.recipe-result__list__item a {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 25px 4%;
  text-decoration: none;
  color: var(--color-main);
  box-sizing: border-box;
}

.recipe-result__list__item__left {
  width: 33%;
}

.recipe-result__list__item__right {
  width: 63%;
}

.recipe-result__list__item__ttl {
  font-size: 1.4rem;
  line-height: 1.46;
  font-weight: 700;
  margin-bottom: 15px;
}

.recipe-result__list__item__detail .list__item__detail__item {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  border-bottom: 1px solid var(--color-red);
}

.recipe-result__list__item__detail .list__item__detail__item:first-child {
  margin-top: 0px;
}

.recipe-result__list__item__detail .list__item__detail__item .detail__item__ttl {
  width: 58px;
  background-color: var(--color-red);
  border-radius: 10px 0 0 0;
  padding: 6px 0 4px 0;
  font-size: 1rem;
  text-align: center;
  color: var(--color-white);
}

.recipe-result__list__item__detail .list__item__detail__item .detail__item__text {
  display: flex;
  align-items: center;
  width: calc( 100% -  68px);
  font-size: 1.2rem;
}

.recipe-result__pager {
  width: 92%;
  margin: 25px auto 0 auto;
  display: flex;
  align-items: center;
}

.recipe-result__pager__item {
  width: 33.3%;
  text-align: center;
  font-size: 1.4rem;
}

.recipe-result__pager__item .pager__prev, .recipe-result__pager__item .pager__next {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-red);
  height: 30px;
  font-weight: 700;
  color: var(--color-white);
  text-decoration: none;
  transition: opacity 0.3s;
}

.recipe-result__pager__item .pager__prev:hover, .recipe-result__pager__item .pager__next:hover {
  opacity: 0.6;
}

.recipe-result__pager__item .pager__prev-disabled, .recipe-result__pager__item .pager__next-disabled {
  background-color: var(--color-bg-gray);
  pointer-events: none;
}

.recipe-result__pager__item .pager__prev {
  border-radius: 15px 0 0 15px;
}

.recipe-result__pager__item .pager__next {
  border-radius: 0 15px 15px 0;
}

.recipe-content {
  margin-top: 26px;
}

.recipe-content__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.recipe-content__list {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--color-red);
}

.recipe-content__list__item {
  width: 50%;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-red);
}

.recipe-content__list__item:nth-child(2n +1) {
  border-right: 1px solid var(--color-red);
}

.recipe-content__list__item:nth-child(4n +1),
.recipe-content__list__item:nth-child(4n +2) {
  background-color: var(--color-bg-pink);
}

.recipe-content__list__item a {
  width: 100%;
  height: calc( 130px / 2);
  display: flex;
  align-items: center;
  position: relative;
  padding-left: calc(8% + 42px);
  padding-right: calc(8% + 10px);
  text-decoration: none;
  color: var(--color-main);
  box-sizing: border-box;
}

.recipe-content__list__item a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 2px solid var(--color-red);
  border-right: 2px solid var(--color-red);
  transform: rotate(45deg);
}

.recipe-content__list__item a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 8%;
}

.recipe-content__list__item:nth-child(even) a {
  padding-left: calc(8% + 48px);
}

.recipe-content__list__item a.list__item01::before {
  background: url(/health/assets/imgs/recipe/icon_01.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(56px / 2);
  height: calc(56px / 2);
  margin-top: calc(-56px / 4);
  margin-left: 3px;
}

.recipe-content__list__item a.list__item02::before {
  background: url(/health/assets/imgs/recipe/icon_02.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(82px / 2);
  height: calc(43px / 2);
  margin-top: calc(-43px / 4);
  margin-left: 1px;
}

.recipe-content__list__item a.list__item03::before {
  background: url(/health/assets/imgs/recipe/icon_03.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(57px / 2);
  height: calc(59px / 2);
  margin-top: calc(-59px / 4);
  margin-left: 3px;
}

.recipe-content__list__item a.list__item04::before {
  background: url(/health/assets/imgs/recipe/icon_04.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(56px / 2);
  height: calc(53px / 2);
  margin-top: calc(-53px / 4);
  margin-left: 9px;
}

.recipe-content__list__item a.list__item05::before {
  background: url(/health/assets/imgs/recipe/icon_05.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(60px / 2);
  height: calc(64px / 2);
  margin-top: calc(-64px / 4);
  margin-left: 3px;
}

.recipe-content__list__item a.list__item06::before {
  background: url(/health/assets/imgs/recipe/icon_06.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(56px / 2);
  height: calc(56px / 2);
  margin-top: calc(-56px / 4);
  margin-left: 10px;
}

.recipe-content__list__item a.list__item07::before {
  background: url(/health/assets/imgs/recipe/icon_07.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(64px / 2);
  height: calc(58px / 2);
  margin-top: calc(-58px / 4);
  margin-left: 2px;
}

.recipe-content__list__item a.list__item08::before {
  background: url(/health/assets/imgs/recipe/icon_08.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(56px / 2);
  height: calc(46px / 2);
  margin-top: calc(-46px / 4);
  margin-left: 10px;
}

.recipe-content__list__item a.list__item09::before {
  background: url(/health/assets/imgs/recipe/icon_09.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(51px / 2);
  height: calc(57px / 2);
  margin-top: calc(-57px / 4);
  margin-left: 5px;
}

.recipe-content__list__item a.list__item10::before {
  background: url(/health/assets/imgs/recipe/icon_10.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(56px / 2);
  height: calc(59px / 2);
  margin-top: calc(-59px / 4);
  margin-left: 10px;
}

.recipe-content__list__item a.list__item11::before {
  background: url(/health/assets/imgs/recipe/icon_11.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(61px / 2);
  height: calc(61px / 2);
  margin-top: calc(-61px / 4);
  margin-left: 3px;
}

.recipe-content__list__item a.list__item12::before {
  background: url(/health/assets/imgs/recipe/icon_12.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(56px / 2);
  height: calc(61px / 2);
  margin-top: calc(-61px / 4);
  margin-left: 11px;
}

.recipe-content__list__item a.list__item13::before {
  background: url(/health/assets/imgs/recipe/icon_13.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(54px / 2);
  height: calc(54px / 2);
  margin-top: calc(-54px / 4);
  margin-left: 4px;
}

.recipe-content__list__item a.list__item14::before {
  background: url(/health/assets/imgs/recipe/icon_14.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(56px / 2);
  height: calc(46px / 2);
  margin-top: calc(-46px / 4);
  margin-left: 10px;
}

.recipe-content__list__item a.list__item15::before {
  background: url(/health/assets/imgs/recipe/icon_15.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(50px / 2);
  height: calc(57px / 2);
  margin-top: calc(-57px / 4);
  margin-left: 5px;
}

.recipe-content__list__item a.list__item16::before {
  background: url(/health/assets/imgs/recipe/icon_16.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(58px / 2);
  height: calc(46px / 2);
  margin-top: calc(-46px / 4);
  margin-left: 10px;
}

.recipe-content__list__item a.list__item17::before {
  background: url(/health/assets/imgs/recipe/icon_17.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(49px / 2);
  height: calc(62px / 2);
  margin-top: calc(-62px / 4);
  margin-left: 5px;
}

.recipe-content__list__item a.list__item18::before {
  background: url(/health/assets/imgs/recipe/icon_18.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(55px / 2);
  height: calc(51px / 2);
  margin-top: calc(-51px / 4);
  margin-left: 11px;
}

.recipe-content__list__item a.list__item19::before {
  background: url(/health/assets/imgs/recipe/icon_19.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(59px / 2);
  height: calc(60px / 2);
  margin-top: calc(-60px / 4);
  margin-left: 4px;
}

.recipe-content__list__item a.list__item20::before {
  background: url(/health/assets/imgs/recipe/icon_20.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(60px / 2);
  height: calc(55px / 2);
  margin-top: calc(-55px / 4);
  margin-left: 10px;
}

.recipe-content__list__item a.list__item21::before {
  background: url(/health/assets/imgs/recipe/icon_21.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(71px / 2);
  height: calc(43px / 2);
  margin-top: calc(-43px / 4);
  margin-left: -1.5px;
}

.recipe-content__list__item a.list__item22::before {
  background: url(/health/assets/imgs/recipe/icon_22.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(56px / 2);
  height: calc(54px / 2);
  margin-top: calc(-54px / 4);
  margin-left: 11.5px;
}

.recipe-content__list__item a.list__item23::before {
  background: url(/health/assets/imgs/recipe/icon_23.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(56px / 2);
  height: calc(54px / 2);
  margin-top: calc(-54px / 4);
  margin-left: 4px;
}

.recipe-content__list__item a.list__item24::before {
  background: url(/health/assets/imgs/recipe/icon_24.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(51px / 2);
  height: calc(59px / 2);
  margin-top: calc(-59px / 4);
  margin-left: 10.5px;
}

.recipe-content__list__item a.list__item25::before {
  background: url(/health/assets/imgs/recipe/icon_25.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(68px / 2);
  height: calc(42px / 2);
  margin-top: calc(-42px / 4);
  margin-left: 0.5px;
}

.recipe-content__list__item a.list__item26::before {
  background: url(/health/assets/imgs/recipe/icon_26.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(57px / 2);
  height: calc(61px / 2);
  margin-top: calc(-61px / 4);
  margin-left: 10.5px;
}

.recipe-content__list__item a.list__item27::before {
  background: url(/health/assets/imgs/recipe/icon_27.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(51px / 2);
  height: calc(61px / 2);
  margin-top: calc(-61px / 4);
  margin-left: 5px;
}

.recipe-content__list__item a.list__item28::before {
  background: url(/health/assets/imgs/recipe/icon_28.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(60px / 2);
  height: calc(61px / 2);
  margin-top: calc(-61px / 4);
  margin-left: 9px;
}

.recipe-content__list__item a.list__item29::before {
  background: url(/health/assets/imgs/recipe/icon_29.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(48px / 2);
  height: calc(62px / 2);
  margin-top: calc(-62px / 4);
  margin-left: 6px;
}

.recipe-content__list__item__ttl {
  font-size: 1.3rem;
  line-height: 1.57;
}

.recipe__tag {
  width: 92%;
  margin: 0 auto 10px auto;
}

.recipe__tag span {
  background-color: var(--color-red);
  padding: 2px 5px;
  font-size: 1.3rem;
  color: var(--color-white);
}

.recipe-top-recmnd {
  position: relative;
  width: 100%;
  margin-top: 60px;
}

.recipe-top-recmnd__inner {
  position: relative;
  padding-top: 30px;
  width: 100%;
  margin-bottom: 35px;
}

.recipe-top-recmnd__list {
  position: relative;
  width: 96%;
  margin-left: 4%;
}

.recipe-top-recmnd__list__item__inner {
  height: 100%;
  padding-right: 8.7%;
}

.recipe-top-recmnd__list__item a {
  display: block;
  text-decoration: none;
  color: var(--color-main);
}

.recipe-top-recmnd__list__item a img {
  width: 100%;
  margin: 0;
}

.recipe-top-recmnd__list__ttl {
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 1.4rem;
  height: 100%;
}

.recipe-top-recmnd__list .slick-dots {
  position: absolute;
  bottom: -9px;
  left: -2%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  z-index: 1;
}

.recipe-top-recmnd__list .slick-dots li {
  position: relative;
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}

.recipe-top-recmnd__list .slick-dots li button {
  line-height: 0;
  display: block;
  width: 7px;
  height: 7px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.recipe-top-recmnd__list .slick-dots li button:focus {
  outline: none;
}

.recipe-top-recmnd__list .slick-dots li button:focus::before {
  opacity: 1;
}

.recipe-top-recmnd__list .slick-dots li button::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-bg-gray);
  content: '';
  text-align: center;
}

.recipe-top-recmnd__list .slick-dots li.slick-active button::before {
  background: var(--color-red);
}

.recipe-top-recmnd .slick-nav-arrows {
  position: absolute;
  bottom: 0px;
  left: 50%;
}

.recipe-top-recmnd .slick-nav-arrows .slick-arrow {
  position: absolute;
  bottom: -8px;
  width: 7px;
  height: 7px;
  z-index: 10;
  cursor: pointer;
}

.recipe-top-recmnd .slick-nav-arrows .slick-prev {
  left: 50%;
  margin-left: -44px;
  border-top: 2px solid var(--color-red);
  border-right: 2px solid var(--color-red);
  transform: rotate(-135deg);
}

.recipe-top-recmnd .slick-nav-arrows .slick-next {
  right: 50%;
  margin-right: -44px;
  border-top: 2px solid var(--color-red);
  border-right: 2px solid var(--color-red);
  transform: rotate(45deg);
}

.recipe-top-search {
  position: relative;
  width: 100%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.recipe-top-search__read {
  display: none;
}

.health__ttl + .recipe-top-search__read {
  margin-top: calc( 52px / 2);
}

.recipe-top-search__btn {
  border-top: 1px solid var(--color-red);
  border-bottom: 1px solid var(--color-red);
}

.recipe-top-search__btn a {
  display: block;
  position: relative;
  background-color: var(--color-bg-pink);
  height: 48px;
  padding-left: 4%;
  padding-right: 5.3%;
  font-size: 1.5rem;
  line-height: 48px;
  color: var(--color-main);
  text-decoration: none;
}

.recipe-top-search__btn a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(4% + 10px);
  width: 8px;
  height: 8px;
  border-top: 2px solid var(--color-red);
  border-right: 2px solid var(--color-red);
  transform: rotate(45deg);
  margin-top: -5px;
}

.recipe-top-search-symptom {
  margin-top: 27px;
}

.recipe-top-search-symptom__ttl {
  margin-bottom: 17px;
  margin-left: 4%;
}

.recipe-top-search-symptom__ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background: url(/health/assets/imgs/recipe/icon_search_01.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(28px / 2);
  height: calc(38px / 2);
  margin-top: -10px;
}

.recipe-top-search-pickup {
  width: 92%;
  margin-top: 26px;
  margin-left: auto;
  margin-right: auto;
}

.recipe-top-search-pickup__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  padding-top: calc(35px / 2);
}

.recipe-top-search-pickup__list__item {
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.recipe-top-search-pickup__list__item a {
  display: block;
  background-color: var(--color-bg);
  border: 1px solid var(--color-red);
  border-radius: 10px;
  padding: 10px;
  font-weight: 700;
  font-size: 1.3rem;
  text-decoration: none;
  color: var(--color-main);
}

.recipe-top-search-kids {
  margin-top: 37px;
}

.recipe-top-search-kids__ttl {
  margin-bottom: 17px;
  margin-left: 4%;
}

.recipe-top-search-kids__ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background: url(/health/assets/imgs/recipe/icon_search_02.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(34px / 2);
  height: calc(37px / 2);
  margin-top: calc(-37px / 4);
}

.recipe-top-search-detail {
  margin-top: 37px;
}

.recipe-top-search-detail__ttl {
  margin-bottom: 17px;
  margin-left: 4%;
}

.recipe-top-search-detail__ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background: url(/health/assets/imgs/recipe/icon_search_03.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(34px / 2);
  height: calc(34px / 2);
  margin-top: calc(-34px / 4);
  margin-left: 1px;
}

.recipe-top-search-detail__form {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.recipe-top-search-detail__form__ttl {
  margin-top: 17px;
  margin-bottom: 11px;
}

.recipe-top-search-detail__form__item {
  position: relative;
}

.recipe-top-search-detail__form__item select {
  display: none;
}

.recipe-top-search-detail__form__item input {
  width: 100%;
  padding: 11px 15px 10px 15px;
  border: 1px solid var(--color-red);
  border-radius: 9px;
  font-size: 1.3rem;
  box-sizing: border-box;
}

.recipe-top-search-detail__form__note {
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: 1.2rem;
  line-height: 2;
}

input::-webkit-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
input:-ms-input-placeholder {
  color: var(--color-placeholder);
}

.recipe-top-search-detail__form__select__btn {
  overflow: hidden;
  display: inline-block;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 15px;
  border: 1px solid var(--color-red);
  border-radius: 9px;
  box-shadow: none;
  cursor: pointer;
}

.recipe-top-search-detail__form__select__btn.ui-button {
  width: 100%;
  background-color: var(--color-bg);
}

.recipe-top-search-detail__form__select__btn[aria-expanded="true"] {
  border-radius: 9px 9px 0 0;
}

.recipe-top-search-detail__form__select__text {
  color: var(--color-main);
  font-family: inherit;
  font-size: 1.3rem;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.recipe-top-search-detail__form__select__icon {
  content: ' ';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  border-width: 0;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 12px 8px;
  background-color: var(--color-red);
}

.ui-selectmenu-button-closed .recipe-top-search-detail__form__select__icon {
  background-image: url("/health/assets/imgs/recipe/arrow_white_down.png");
}

.ui-selectmenu-button-open .recipe-top-search-detail__form__select__icon {
  background-image: url("/health/assets/imgs/recipe/arrow_white_up.png");
}

.recipe-top-search-detail__form__select__menu {
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  z-index: 100;
  width: 100%;
  max-height: 300px;
  border: 1px solid var(--color-red);
  border-top: 0 none;
  border-radius: 0 0 9px 9px;
  margin: -1px 0 0 0;
  box-shadow: none;
  background-color: var(--color-bg);
  color: var(--color-main);
  font-family: inherit;
  font-size: 1.3rem;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.recipe-top-search-detail__form__select__menu .ui-menu {
  width: 100% !important;
  padding-bottom: 0;
}

.recipe-top-search-detail__form__select__menu .ui-menu-item {
  border-top: 1px solid var(--color-red);
  cursor: pointer;
}

.recipe-top-search-detail__form__select__menu .ui-menu-item:first-child {
  border-top: 0 none;
}

.recipe-top-search-detail__form__select__menu .ui-menu-item:last-child {
  border-radius: 0 0 9px 9px;
}

.recipe-top-search-detail__form__select__menu .ui-menu-item:hover {
  background-color: var(--color-red);
  color: var(--color-white);
}

.recipe-top-search-detail__form__select__menu .ui-menu-item .ui-menu-item-wrapper {
  padding: 10px 15px;
}

.recipe-top-search-detail__form__select__menu .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
  overflow: hidden;
  background-color: var(--color-red);
  color: var(--color-white);
}

.recipe__ttl {
  min-height: 33px;
  background: url(/health/assets/imgs/common/icon_recipe.png) 0 0 no-repeat;
  background-size: auto 33px;
  padding-left: calc(94px / 2);
  margin-left: -6px;
}

.recipe__ttl__lv2 {
  background-color: var(--color-red);
  font-size: 1.8rem;
  color: var(--color-white);
  font-weight: 700;
  padding: 18px 0;
  text-align: left;
}

.recipe-content__inner + .recipe__ttl__lv2 {
  margin-top: 60px;
}

.recipe__ttl__lv2__text {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.recipe__ttl__lv3 {
  position: relative;
  padding-left: 25px;
  font-size: 1.5rem;
  color: var(--color-red);
  font-weight: 700;
}

.recipe__ttl__lv4 {
  font-size: 1.4rem;
  color: var(--color-main);
  font-weight: 700;
}

.banner_binkanhada {
  width: 92%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.symptom-detail__head {
  width: 92%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.symptom-detail__head__ttl {
  border-left: solid 4px var(--color-blue);
  margin-top: 35px;
  padding: 1px 0 1px 6px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--color-blue);
  font-weight: 700;
  box-sizing: border-box;
}

.symptom-related {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 60px auto;
}

.symptom-related__sick {
  margin-bottom: 30px;
}

.symptom-related__sick.no-item {
  margin-bottom: 0px;
}

.symptom-related__banner {
  margin: 20px auto 0;
}

.symptom-related__link {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}

.symptom-related__link__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 61px;
  padding: 0 15px;
  border: 2px solid var(--color-blue);
  border-radius: 10px;
  background-color: var(--color-bg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-blue);
  text-decoration: none;
  transition: border 0.3s ease;
}

.theme-pink .symptom-related__link__box {
  color: var(--color-blue);
}

.symptom-related__link__box--selfcare {
  position: relative;
}

.symptom-related__link__box--selfcare span {
  padding-left: 39px;
}

.symptom-related__link__box--selfcare span::before,
.symptom-related__link__box--selfcare span::after {
  display: inline-block;
  position: absolute;
  top: 50%;
  content: '';
}

.symptom-related__link__box--selfcare span::before {
  left: 15px;
  background: url(/health/assets/imgs/selfcare/icon_box_selfcare_01.png) 0 0  no-repeat;
  background-size: 100% auto;
  width: calc(70px / 2);
  height: calc(70px / 2);
  margin-top: -18px;
}

.symptom-related__link__box--selfcare span::after {
  right: 15px;
  background: url(/health/assets/imgs/selfcare/icon_box_selfcare_02.png) 0 0  no-repeat;
  background-size: 100% auto;
  width: calc(88px / 2);
  height: calc(112px / 2);
  margin-top: -28px;
}

.symptom-related__ttl {
  width: 92%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
  padding-left: 22px;
  font-size: 1.4rem;
  font-weight: 700;
}

.symptom-related__ttl::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  background: url(/health/assets/imgs/symptom/icon_related_sick.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(35px / 2);
  height: calc(39px / 2);
  margin-left: 0;
  margin-top: -8px;
}

.symptom-related__recipe .symptom-related__ttl::before {
  background: url(/health/assets/imgs/symptom/icon_related_recipe.png) 0 0 no-repeat;
  background-size: 100% auto;
  width: calc(34px / 2);
  height: calc(31px / 2);
  margin-top: -8px;
}

.symptom-related__selfcare .symptom-related__ttl::before {
  background-image: url(/health/assets/imgs/symptom/icon_related_selfcare.png);
}

.symptom-related__list {
  width: 100%;
  border-top: 1px solid var(--color-blue);
}

.symptom-related__recipe .symptom-related__list,
.symptom-related__selfcare .symptom-related__list {
  border-top: 1px solid var(--color-red);
}

.symptom-related__list__item a {
  display: flex;
  align-items: center;
  min-height: 60px;
  height: auto;
  /* height: 60px; */
  position: relative;
  border-bottom: 1px solid var(--color-blue);
  background-color: var(--color-bg-blue);
  padding-left: calc(4% + 10px);
  padding-right: calc(4% + 10px);
  font-size: 1.3rem;
  line-height: 1.5;
  /* line-height: 60px; */
  color: var(--color-main);
  text-decoration: none;
  box-sizing: border-box;
}
.ie .symptom-related__list__item a {
  height: 60px;
}

.symptom-related__recipe .symptom-related__list__item a,
.symptom-related__selfcare .symptom-related__list__item a {
  border-bottom: 1px solid var(--color-red);
  background-color: var(--color-bg-pink);
}

.symptom-related__list__item a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4%;
  /* right: calc(4% + 5px); */
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  transform: rotate(45deg);
  margin-top: -5px;
}

.symptom-related__recipe .symptom-related__list__item a::after,
.symptom-related__selfcare .symptom-related__list__item a::after {
  border-top: 2px solid var(--color-red);
  border-right: 2px solid var(--color-red);
}

.symptom-related__selfcare .symptom-related__list__item .symptom-related__list__item__blank::after {
  right: calc(4% - 3px);
  width: calc(22px / 2);
  height: calc(16px / 2);
  background: url(/health/assets/imgs/common/icon_window_red.png) 0 0 no-repeat;
  background-size: 100% auto;
  margin: -4px 0 0;
  border: none;
  transform: none;
}

.symptom-movie {
  max-width: 650px;
  margin: 0 auto 40px;
}

.symptom-movie__movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.symptom-movie__source {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.symptom-movie__caption {
  width: 92%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1em;
  font-size: 1.5rem;
}

.symptom-support {
  margin-bottom: 30px;
}

.symptom-support__ttl {
  display: flex;
  margin-bottom: 40px;
}

.symptom-support__inner + .symptom-support__ttl {
  margin-top: 50px;
}

.symptom-support__ttl__text {
  position: relative;
  width: 92%;
  border: 2px solid var(--color-blue);
  margin-left: auto;
  margin-right: auto;
  padding: 10px 0;
  font-size: 1.8rem;
  line-height: 1.6;
  color: var(--color-blue);
  text-align: center;
}

.symptom-support__ttl__text::before {
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -45px;
  bottom: -25px;
  border-top: 25px solid var(--color-blue);
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  content: '';
}

.symptom-support__ttl__text::after {
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -45px;
  bottom: -23px;
  border-top: 25px solid var(--color-white);
  border-right: 45px solid transparent;
  border-left: 45px solid transparent;
  content: '';
}

.symptom-support__category {
  position: relative;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  border-left: solid 4px var(--color-blue);
  padding: 0 0 0 6px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: var(--color-blue);
  font-weight: 700;
  box-sizing: border-box;
}

.symptom-support__inner + .symptom-support__category {
  margin-top: 30px;
}

.symptom-support__sttl {
  width: 92%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.5;
}

.symptom-support___list {
  border-top: solid 1px var(--color-blue);
  margin-top: 20px;
}

.symptom-support__list__item {
  border-bottom: solid 1px var(--color-blue);
  padding: 20px 4%;
  display: flex;
  box-sizing: border-box;
}

.symptom-support__list__item:nth-child(odd) {
  background-color: var(--color-bg-blue);
}

.symptom-support__list__item__left {
  width: 60px;
  margin-right: 10px;
}

.symptom-support__list__item__right {
  width: calc( 100% - 70px);
}

.symptom-support__list__item__ttl a {
  font-size: 1.4rem;
  color: var(--color-anchor);
  line-height: 1.5;
}

.symptom-support__list__item__text {
  margin-top: 15px;
  font-size: 1.3rem;
  line-height: 1.7;
}
.symptom-support__list__item__note {
  line-height: 1.7;
}

.symptom-support__list__item__faq {
  margin-top: 20px;
  font-size: 1.4rem;
  color: var(--color-anchor);
}

.symptom-tab {
  width: 100%;
}

.symptom-tab.is-upside {
  margin-top: 25px;
  border-bottom: solid 5px var(--color-blue);
}

.symptom-tab.is-downside {
  border-top: solid 5px var(--color-blue);
}

.symptom-tab__list {
  width: calc( 100% - 6px);
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.symptom-tab__list__item {
  width: calc(( 100% - 6px ) / 3);
  margin-left: 3px;
}

.symptom-tab__list__item:first-child {
  margin-left: 0px;
}

.symptom-tab__list__item {
  display: flex;
}

.is-upside .symptom-tab__list__item {
  align-items: flex-end;
}

.is-downside .symptom-tab__list__item {
  align-items: flex-start;
}

.symptom-tab__list__item__ttl {
  --color-bg-gray: #f5f5f5;
  --color-gray-d: #666;
  display: block;
  width: 100%;
  height: calc(76px / 2);
  border-right: 1px solid var(--color-border-gray);
  border-left: 1px solid var(--color-border-gray);
  background-color: var(--color-bg-gray);
  color: var(--color-gray-d);
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  line-height: calc(76px / 2);
  text-decoration: none;
}

.is-upside .symptom-tab__list__item__ttl {
  border-top: 1px solid var(--color-border-gray);
  border-radius: 8px 8px 0 0;
}

.is-downside .symptom-tab__list__item__ttl {
  border-bottom: 1px solid var(--color-border-gray);
  border-radius: 0 0 8px 8px;
}

.is-avtive .symptom-tab__list__item__ttl {
  height: calc(90px / 2);
  border: none;
  background-color: var(--color-blue);
  color: var(--color-white);
  line-height: calc(90px / 2);
}

.symptom-top__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.symptom-top {
  width: 100%;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.symptom-top__inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.symptom-top__link {
  padding: 20px 4%;
  font-size: 1.3rem;
  line-height: 1.5;
}

.symptom-top__list {
  margin-top: -58px;
  padding-top: 58px;
}

.symptom-top__list__item {
  display: flex;
  flex-direction: column;
}

.symptom-top__list:first-child .symptom-top__list__item {
  border-top: 1px solid var(--color-blue);
}

.symptom-top__list:nth-child(odd) .symptom-top__list__item {
  background-color: var(--color-bg-blue);
}

.symptom-top__list__item__parent {
  width: 100%;
  display: block;
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid var(--color-blue);
  padding: 23px 0 20px 0;
  padding-left: calc(4% + 59px);
  padding-right: calc(4% + 10px);
  text-decoration: none;
  color: var(--color-main);
  cursor: pointer;
}

.symptom-top__list__item__parent::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4%;
  width: 8px;
  height: 8px;
  margin-top: -8px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  transform: rotate(135deg);
}

.symptom-top__list__item__parent::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 4%;
  width: calc(96px / 2);
}

.symptom-top__list__item__parent.is-open:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 4%;
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  transform: rotate(-45deg);
}

.symptom-top__list#s01 .symptom-top__list__item__parent::before {
  height: calc(102px / 2);
  margin-top: calc(-102px / 4);
  background: url(/health/assets/imgs/home/icon_symptom_01.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.symptom-top__list#s02 .symptom-top__list__item__parent::before {
  height: calc(64px / 2);
  margin-top: calc(-64px / 4);
  background: url(/health/assets/imgs/home/icon_symptom_02.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.symptom-top__list#s03 .symptom-top__list__item__parent::before {
  height: calc(74px / 2);
  margin-top: calc(-74px / 4);
  background: url(/health/assets/imgs/home/icon_symptom_03.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.symptom-top__list#s04 .symptom-top__list__item__parent::before {
  height: calc(90px / 2);
  margin-top: calc(-90px / 4);
  background: url(/health/assets/imgs/home/icon_symptom_04.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.symptom-top__list#s05 .symptom-top__list__item__parent::before {
  height: calc(74px / 2);
  margin-top: calc(-74px / 4);
  background: url(/health/assets/imgs/home/icon_symptom_05.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.symptom-top__list#s06 .symptom-top__list__item__parent::before {
  height: calc(64px / 2);
  margin-top: calc(-64px / 4);
  background: url(/health/assets/imgs/home/icon_symptom_06.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.symptom-top__list#s07 .symptom-top__list__item__parent::before {
  height: calc(92px / 2);
  margin-top: calc(-92px / 4);
  background: url(/health/assets/imgs/home/icon_symptom_07.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.symptom-top__list__item__parent__ttl {
  padding-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
}

.symptom-top__list__item__parent__text {
  font-size: 1.4rem;
}

.symptom-top__list__item__child {
  display: none;
}

ul.symptom-top__list__item__child__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.symptom-top__list__item__child__item {
  width: 50%;
  border-bottom: solid 1px var(--color-blue);
  box-sizing: border-box;
}

.symptom-top__list__item__child__item a {
  display: block;
  position: relative;
  height: calc( 120px / 2);
  display: flex;
  align-items: center;
  padding-left: 8%;
  padding-right: calc(8% + 10px);
  color: var(--color-main);
  text-decoration: none;
}

.symptom-top__list__item__child__item a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 8%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  transform: rotate(45deg);
}

.symptom-top__list__item__child__item:nth-child(odd) {
  border-right: solid 1px var(--color-blue);
}

.symptom-top__list__item__child__ttl {
  font-size: 1.3rem;
  line-height: 1.5;
}

.symptom-top__list__item__child__banner,
.symptom-top__list__item__child__banner * {
  box-sizing: border-box;
}

.symptom-top__list__item__child__banner {
  width: 100%;
  padding: 30px 4%;
  text-align: center;
  margin: auto;
}

.symptom-top__list__item__child__banner img {
  max-width: 670px;
  width: 100%;
}

.symptom__ttl {
  min-height: 36px;
  background: url(/health/assets/imgs/common/icon_symptom.png) 0 4px no-repeat;
  background-size: auto 32px;
  padding-left: calc(78px / 2);
  color: var(--color-blue);
  margin-bottom: -9px;
}

ul.selfcare__page__link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.selfcare__page__link__list.is-multiple {
  margin-right: -10px;
  margin-left: -10px;
}

ul.selfcare__page__link__list.is-vertical {
  flex-direction: column;
  align-items: center;
}

.selfcare__page__link__item {
  width: 50%;
  border-top: solid 1px var(--color-blue);
  border-bottom: solid 1px var(--color-blue);
  box-sizing: border-box;
}

ul.selfcare__page__link__list.is-multiple .selfcare__page__link__item {
  margin-right: 10px;
  margin-left: 10px;
}

ul.selfcare__page__link__list.is-multiple .selfcare__page__link__item + .selfcare__page__link__item {
  border-top-width: 0;
}


ul.selfcare__page__link__list.is-vertical .selfcare__page__link__item + .selfcare__page__link__item {
  border-top: none;
}

.theme-pink .selfcare__page__link__item {
  border-top-color: var(--color-pink);
  border-bottom-color: var(--color-pink);
}

.selfcare__page__link__list--topics .selfcare__page__link__item {
  width: calc((100% - 10px) / 2);
}

.selfcare__page__link__list--topics .selfcare__page__link__item:nth-child(2) {
  margin-left: 10px;
}

.selfcare__page__link__list.list__item-1 .selfcare__page__link__item {
  width: 70%;
}

.selfcare__page__link__item a {
  display: block;
  position: relative;
  height: calc( 120px / 2);
  display: flex;
  align-items: center;
  padding-left: 8%;
  padding-right: calc(8% + 10px);
  color: var(--color-main);
  text-decoration: none;
}

.selfcare__page__link__list--topics .selfcare__page__link__item a {
  height: calc(180px / 2);
}

.selfcare__page__link__list.list__item-1 .selfcare__page__link__item a {
  height: calc(160px / 2);
}

.selfcare__page__link__item.selfcare__page__link__item--prev a {
  padding-right: 8%;
  padding-left: calc(8% + 15px);
}

.selfcare__page__link__item a::after {
  position: absolute;
  top: 50%;
  right: 8%;
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: 2px solid var(--color-blue);
  border-right: 2px solid var(--color-blue);
  transform: rotate(45deg);
  content: '';
}

.theme-pink .selfcare__page__link__item a::after {
  border-top-color: var(--color-pink);
  border-right-color: var(--color-pink);
}

.selfcare__page__link__item.selfcare__page__link__item--prev a::after {
  right: auto;
  left: 8%;
  transform: rotate(-135deg);
}

.selfcare__page__link__ttl {
  font-size: 1.3rem;
  line-height: 1.5;
}

.selfcare__page__link__topics {
  font-size: 1.2rem;
  line-height: 1.5;
}

@media print, screen and (min-width: 48em) {
  .health-content {
    padding-top: 90px;
  }
  .gfooter__logo-dshc {
    width: 246px;
    height: 36px;
    margin: 0 auto 40px;
    order: 0;
  }
  .gfooter__vision {
    width: 246px;
    height: 58px;
    margin: 20px auto 30px;
    order: 0;
  }
  .gfooter__nav {
    padding-top: 24px;
    padding-bottom: 65px;
    order: 1;
  }
  .gfooter__nav__inner {
    width: 100%;
  }
  .gfooter__nav__list {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .gfooter__nav__list__item {
    font-size: 1.2rem;
    padding-bottom: 0px;
    margin-left: 25px;
  }
  .gfooter__nav__list__item:first-child {
    margin-left: 0px;
  }
  .gfooter__copyright {
    margin-top: -25px;
    padding-bottom: 0;
  }
  .gheader__inner {
    height: 90px;
  }
  .gheader__logo {
    width: 395px;
    padding: 13px 0 3px 30px;
  }
  .gheader__logo a {
    height: 69px;
  }
  .gheader__btn {
    padding-top: 23px;
    padding-right: 30px;
  }
  .gheader__btn_inner {
    width: 34px;
    height: 45px;
  }
  .gheader__btn_line {
    width: 32px;
    height: 28px;
  }
  .gheader__btn_line__item {
    height: 5px;
    margin: -2.5px 0 0 -16px;
  }
  .gheader__btn_line__item::before,
  .gheader__btn_line__item::after {
    height: 5px;
  }
  .gheader__btn_line__item::before {
    margin-top: -13px;
  }
  .gheader__btn_line__item::after {
    margin-top: 9px;
  }
  .gheader.is-open .gheader__btn_line__item::before,
  .gheader.is-open .gheader__btn_line__item::after {
    margin-top: -2px;
  }
  .gheader__btn-text {
    font-size: 1.1rem;
  }
  .gheader__nav__list__item a {
    padding-left: 89px;
  }
  .gheader__nav__list__item a::after {
    right: 30px;
  }
  .gheader__nav__list__item a::before {
    left: 30px;
  }
  .anchor-blank:after {
    width: 16px;
    height: 12px;
    margin: 2px 0 0 8px;
  }
  .detail__note .anchor-blank::after {
    margin: 0 5px 0 3px;
    width: 14px;
    height: 11px;
  }
  .detail__list03 > li + li.margin-top-pc-100 {
    margin-top: 100px;
  }
  .for-sp {
    display: none;
  }
  .for-tb {
    display: block;
  }
  .for-pc {
    display: none;
  }
  .for-sp-tb {
    display: block;
  }
  .for-tb-pc {
    display: block;
  }
  .margin-left-pc-50 {
    margin-left: 50px !important;
  }
  .breadcrumb {
    width: calc(100% - 60px);
    font-size: 1.3rem;
    margin: 15px auto 35px auto;
  }
  .health__btn-blue a {
    width: 360px;
    height: 70px;
    border-radius: 35px;
    font-size: 1.5rem;
    line-height: 70px;
  }
  .health__btn-red a {
    width: 360px;
    height: 70px;
    border-radius: 35px;
    font-size: 1.5rem;
    line-height: 70px;
  }
  .health__text__read {
    width: calc(100% - 60px);
    font-size: 1.5rem;
  }
  .health__text__read--center {
    text-align: center;
  }
  .health__ttl {
    width: calc(100% - 60px);
    font-size: 3.8rem;
  }
  .health__list .selfcare-top__special > a {
    height: 192px;
  }
  .page-top a img {
    width: 70px;
    height: 70px;
  }
  .detail__anchor01 {
    width: 750px;
  }
  .detail__anchor01__item a {
    padding: 14px 30px 14px 48px;
    font-size: 1.5rem;
  }
  .detail__anchor01__item a.detail__anchorqa__child {
    padding-left: calc(48px + 2em + 10px);
  }
  .detail__anchor01__q {
    margin-right: 10px;
  }
  .detail__anchor01__item .detail__anchor01__child {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .detail__anchor01__item a::before {
    top: 18px;
    left: 23px;
  }
  .detail__anchor01 + .detail__text {
    margin-top: 20px;
  }
  .detail__anchor02 {
    width: 750px;
    margin: 30px auto 0px auto;
  }
  .detail__anchor02__item {
    width: 66px;
    margin-bottom: 0px;
  }
  .detail__anchor02__item a {
    height: 50px;
    padding: 0;
    font-size: 1.5rem;
  }
  .detail__anchor03__item a {
    transition: opacity 0.3s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .detail__anchor03__item a:hover {
    opacity: 0.6;
  }
  .detail__anchor__box {
    margin-top: -90px;
    padding-top: 90px;
  }
  .detail__box {
    margin-bottom: 0px;
  }
  .detail__box__inner {
    width: 100%;
  }
  .detail__table__scroll__inner__min {
    width: 100%;
  }
  .detail__btn a,
  .detail__btn--border a {
    width: 380px;
    height: 70px;
    border-radius: 35px;
    font-size: 1.5rem;
  }
  .detail__btn a {
    line-height: 70px;
  }
  .detail__btn--border a {
    line-height: 66px;
  }
  .detail__anchor__box + .detail__column-box {
    margin-top: 40px;
  }
  .detail-content {
    width: 750px;
    margin: 0px auto 80px;
  }
  .health__ttl + .detail-content,
  .health__text__read + .detail-content {
    margin-top: 50px;
  }
  .detail__dlist01 > dt {
    border-left: solid 5px var(--color-blue);
    margin-top: 30px;
    font-size: 1.8rem;
  }
  .detail__dlist01 > dd {
    margin-top: 20px;
    font-size: 1.5rem;
  }
  .detail__dlist02 {
    font-size: 1.5rem;
  }
  .detail__dlist03 {
    font-size: 1.5rem;
  }
  .detail__dlist04 {
    font-size: 1.5rem;
  }
  .detail__dlist05 {
    font-size: 1.5rem;
  }
  .detail__img {
    flex-direction: row;
  }
  .detail__img.img-maxw400.sp-img-maxw300 .detail__img__item img {
    max-width: 400px;
  }
  .detail__img--margin {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .detail__img.img-reverse {
    flex-direction: row;
  }
  .detail__img__item + .detail__img__item {
    margin-left: 20px;
    margin-top: 0px;
  }
  .detail__img__item + .detail__img__item.pc-ml80  {
    margin-left: 80px;
  }
  .img-reverse .detail__img__item + .detail__img__item {
    margin-bottom: 0px;
  }
  .detail__img__right {
    margin-top: 10px;
    margin-left: 20px;
    margin-bottom: 20px;
    width: 200px;
  }
  .detail__img__right.w280 {
    width: 280px;
  }
  .detail__img__right_block {
    flex-direction: row;
    align-items: flex-start;
  }
  .detail__img__left_block {
    flex-direction: row;
    align-items: flex-start;
  }

  .detail__img__right_block_item {
    margin-left: 20px;
  }
  .detail__img__left_block_item {
    margin-right: 20px;
  }
  .detail__img__right_block_item.block-w310 {
    width: 310px;
  }
  .detail__img__right_block_item.w280 img {
    width: 280px;
  }
  .detail__img__right_block_item.w240 img {
    width: 240px;
  }
  .detail__img__left_block_item.w280 img {
    width: 280px;
  }
  .detail__img__right_block_item.w200 img {
    width: 200px;
  }
  dd .detail__img__right_block_item {
    margin-top: 0px;
    margin-left: 20px;
  }
  dd .detail__img__left_block_item {
    margin-top: 0px;
    margin-right: 20px;
  }
  .detail-btm__banner{
    width:calc(100% - 60px);
  }
  .detail-linkbox {
    margin-top: 50px;
    padding-top: 25px;
  }
  .detail-linkbox__inner {
    width: 690px;
  }
  .detail-linkbox__ttl {
    font-size: 1.8rem;
  }
  .detail-linkbox__list {
    justify-content: flex-start;
    margin-top: 25px;
  }
  .detail-linkbox__list__item {
    width: 216px;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 0;
    border: 1px solid var(--color-white);
  }
  .detail-linkbox__list__item:nth-child(-n+3) {
    margin-top: 0px;
  }
  .detail-linkbox__list__item:nth-child(3n+1) {
    margin-left: 0px;
  }
  .detail-linkbox__list__item a {
    padding: 20px;
  }
  .detail-linkbox__list__item__ttl {
    margin-top: 15px;
    font-size: 1.5rem;
  }
  .detail__list01 > li {
    margin-top: 30px;
    font-size: 1.5rem;
  }
  .detail__list01 > li + li {
    margin-top: 30px;
  }
  .detail__list02 > li {
    margin-top: 30px;
    font-size: 1.5rem;
  }
  .detail__list02 > li + li {
    margin-top: 40px;
  }
  .detail__list03 > li {
    font-size: 1.5rem;
  }
  .detail__list05 > li {
    font-size: 1.5rem;
  }
  table .detail__list03 > li {
    font-size: 1.3rem;
  }
  .detail__nav__list__item > a {
    width: calc(100% - 60px);
  }
  .detail__note {
    font-size: 1.3rem;
  }
  .detail__note > li {
    font-size: 1.3rem;
  }
  .detail__notebox {
    padding: 30px;
  }
  .detail-support {
    background-color: var(--color-bg-blue);
    padding: 30px;
  }
  .theme-pink .detail-support {
    background-color: var(--color-bg-pink);
  }
  .detail-support__sttl {
    margin-top: 0px;
    margin-bottom: 25px;
    font-size: 1.8rem;
    text-align: center;
  }
  .detail-support___list {
    border-top: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  .detail-support___list.list__item-1 {
    justify-content: center;
  }
  .detail-support__list__item {
    width: 335px;
    border-bottom: none;
    background-color: var(--color-bg);
    padding: 20px;
  }
  .detail-support__list__item:nth-child(n+3) {
    margin-top: 20px;
  }
  .detail-support__list__item:nth-child(odd),
  .theme-pink .detail-support__list__item:nth-child(odd) {
    background-color: var(--color-bg);
  }
  .detail-support__list__item-no-col {
    width: 100%;
  }
  .detail-support__list__item-no-col:not(:first-child) {
    margin-top: 20px;
  }
  .detail-support__list__item-reverse {
    display: block;
  }
  .detail-support__list__item__left {
    width: 100px;
    margin-right: 15px;
  }
  .detail-support__list__item-reverse .detail-support__list__item__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .detail-support__list__item__right {
    width: 180px;
  }
  .detail-support__list__item-no-col .detail-support__list__item__right {
    flex: 1;
    width: 100%;
  }
  .detail-support__list__item--row {
    display: flex;
  }
  .detail-support__list__item--col.detail-support__list__item__text {
    flex: 1;
  }
  .detail-support__list__item--col.detail-support__list__item__img-box {
    width: 40%;
  }
  .detail-support__list__item--col.detail-support__list__item__img-box img {
    width: 100%;
  }
  .detail-support__list__item__ttl {
    font-size: 1.5rem;
  }
  .detail-support__list__item-reverse .detail-support__list__thumbs {
    display: flex;
  }
  .detail-support__list__item-reverse .detail-support__list__thumbs__item {
    margin-right: 10px;
  }
  .detail-support__list__item-reverse .detail-support__list__thumbs__item + .detail-support__list__thumbs__item {
    margin-top: 0;
  }
  .detail__table__scroll {
    overflow-x: hidden;
    margin-top: 30px;
    padding: 0;
  }
  .detail__table__scroll__inner {
    width: 100%;
    padding: 0;
  }
  .detail__table__btn a {
    width: 72%;
    padding: 10px 0px;
    height: calc(70px / 2);
    line-height: calc(70px / 2);
  }
  .no-scroll .detail__table {
    margin-top: 30px;
  }
  .detail__table {
    margin-bottom: 0px;
  }
  .detail__table caption {
    font-size: 1.5rem;
  }
  .detail__table thead th {
    padding: 15px;
  }
  .detail__table tbody th {
    padding: 15px;
  }
  .detail__table td {
    padding: 15px;
  }
  .table02 thead th {
    padding: 10px 15px;
  }
  .table02 tbody th {
    padding: 8px 15px;
  }
  .table02 td {
    padding: 8px 15px;
  }
  .detail__table a.link__block .link__block__ttl {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  td.cell-bg .is-shape {
    left: 15px;
  }
  .detail__text {
    font-size: 1.5rem;
  }
  .detail__text_01 {
    font-size: 1.4rem;
  }
  .detail__text_02 {
    font-size: 1.3rem !important;
  }
  .detail__text__link {
    margin-top: 30px;
  }
  .detail__ttl {
    width: 750px;
    background-color: inherit;
    border-bottom: solid 3px var(--color-blue);
    margin: 55px 0 20px;
    padding: 0 0 3px 0;
    font-size: 2.4rem;
    color: var(--color-blue);
  }
  .detail__column-box + .detail__anchor__box + .detail__ttl {
    margin-top: 55px;
  }
  .theme-pink .detail__ttl {
    background-color: inherit;
    border-bottom-color: var(--color-pink);
    color: var(--color-pink);
  }
  .detail__ttl_02 {
    width: 750px;
    background-color: inherit;
    margin: 55px 0 20px;
    padding: 0 0 3px 0;
    font-size: 2.4rem;
    color: var(--color-blue);
  }
  .theme-pink .detail__ttl_02 {
    background-color: inherit;
    color: var(--color-pink);
  }

  .detail__ttl + .detail__box__inner .detail__ttl__lv2_01 {
    margin-top: 30px;
  }
  .detail__text + .detail__ttl {
    margin-top: 55px;
  }
  .detail__ttl__lv2_01 {
    border-left: solid 5px var(--color-blue);
    font-size: 1.8rem;
  }
  .detail__ttl__lv2_01.is-p {
    font-size: 1.5rem;
  }
  .detail__ttl__lv2_01--q {
    border-left: solid 5px var(--color-blue);
    font-size: 1.8rem;
  }
  .detail__ttl__lv2_02 {
    margin-top: 40px;
    font-size: 1.5rem;
  }
  .detail__ttl__lv2_03,
  .detail__ttl__lv2_05 {
    margin-top: 40px;
    font-size: 1.5rem;
  }
  .detail__ttl__lv2_03_large {
    font-size: 1.6rem;
  }
  .detail-movie__caption {
    width: 100%;
  }
  .home__ttl__lv2 {
    font-size: 1.5rem;
    padding: 0;
  }
  .home__ttl__test {
    width: calc( (100% - 40px) / 3);
    margin-left: auto;
    margin-right: auto;
  }
  .detail__ttl__lv2_04 {
    font-size: 1.5rem;
  }
  .detail__references {
    font-size: 1.3rem;
  }
  .error__text {
    text-align: center;
  }
  .error__ttl {
    width: calc(100% - 60px);
    background-size: auto 93px;
    margin: 100px auto 25px auto;
    padding-top: 112px;
    font-size: 3.2rem;
    line-height: 1.5;
  }
  .scene-top__banner + .scene-top__banner {
    padding-top: 30px;
  }
  .icon__arrow--2lines {
    line-height: 1.3;
  }
  .icon__arrow--2lines::after {
    top: auto;
    bottom: 4px;
  }
  .home-box__inner {
    width: calc(100% - 60px);
  }
  .home-brand {
    margin-top: 80px;
  }
  .home-brand__list {
    width: 690px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .home-brand__list__item {
    width: 326px;
  }
  .home-brand__list__item a .home-brand__list__item__ttl {
    font-size: 1.5rem;
  }
  .home-divider {
    border-bottom: solid 1px var(--color-gray);
  }
  .home-info {
    margin-top: 80px;
  }
  .home-info__list {
    margin-top: 20px;
  }
  .home-info__list__item {
    border-top: solid 1px var(--color-gray);
    padding: 30px 49px;
  }
  .home-info__list__item__date {
    font-size: 1.2rem;
  }
  .home-info__list__item__text a {
    font-size: 1.5rem;
  }
  .home-knowledge {
    margin-top: 80px;
  }
  .home-knowledge__link {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .home-knowledge__link__inner {
    width: 660px;
  }
  .home-knowledge__link__list {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    border-top: none;
  }
  .home-knowledge__link__list__item {
    width: 320px;
    border-bottom: none;
    background: var(--color-bg);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .home-knowledge__link__list__item:first-child {
    margin-left: 0px;
  }
  .home-knowledge__link__list__item:nth-child(2n +1) {
    margin-left: 0px;
  }
  .home-knowledge__link__list__item a {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-white);
    height: 180px;
    padding: 30px 0 0 0;
    text-align: center;
    font-weight: 700;
  }
  .home-knowledge__link__list__item a::after {
    content: none;
  }
  .home-knowledge__link__list__item a::before {
    width: 70px;
    left: 50%;
    margin-left: -35px;
  }
  .home-knowledge__link__list__item img {
    display: block;
    width: 262px;
    margin: 0 auto 10px auto;
  }
  .home-knowledge__link__list__item__ttl {
    padding-right: 29px;
    padding-left: 29px;
    font-size: 1.5rem;
    line-height: 1.2;
    text-align: left;
  }
  .home-mv .slick-dots {
    bottom: -27px;
  }
  .home-mv .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .home-mv .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .home-mv .slick-dots li button::before {
    width: 10px;
    height: 10px;
  }
  .slick-nav-arrows .slick-arrow {
    bottom: -26px;
    width: 9px;
    height: 9px;
  }
  .slick-nav-arrows .slick-prev {
    margin-left: -56px;
  }
  .slick-nav-arrows .slick-next {
    margin-right: -56px;
  }
  .home-other {
    margin-top: 80px;
  }
  .home-other__list {
    width: 640px;
  }
  .home-other__list__item {
    width: 300px;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .home-other__list__item a .home-other__list__item__ttl {
    font-size: 1.5rem;
  }
  .home-other__list__item__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .home-pickup {
    margin-top: 80px;
    padding-top: 26px;
    padding-bottom: 6px;
  }
  .home-pickup__list {
    width: 660px;
    margin-top: 22px;
    background-color: inherit;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .home-pickup__list__item {
    background-color: var(--color-bg);
    width: 320px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    border-top: none;
  }
  .home-pickup__list__item a {
    height: 135px;
    padding: 20px;
    border: solid 1px var(--color-white);
    box-sizing: border-box;
  }
  .home-pickup__list__item a::after {
    content: none;
  }
  .home-pickup__list__item__type {
    padding: 8px 15px;
    font-size: 1.2rem;
  }
  .home-pickup__list__item__text {
    padding-top: 15px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .home-selfcare {
    margin-top: 80px;
  }
  .home-selfcare__inner {
    width: calc(100% - 60px);
  }
  .home-selfcare__icon {
    width: 75px;
    margin-bottom: 20px;
  }
  .home-selfcare__icon img {
    width: 100%;
  }
  .home-selfcare__link {
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .home-selfcare__link__list {
    flex-direction: row;
    flex-wrap: wrap;
    border-top: none;
  }
  .home-selfcare__link__list__item {
    width: calc( (100% - 40px) / 3);
    margin-left: 20px;
    margin-bottom: 20px;
    border-bottom: none;
    background: var(--color-bg);
  }
  .home-selfcare__link__list__item:nth-child(3n+1) {
    margin-left: 0;
  }
  .home-selfcare__link__list__item a {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-white);
    height: 150px;
    padding: 107px 0 0 0;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
  }
  .home-selfcare__link__list__item a::after {
    content: none;
  }
  .home-selfcare__link__list__item a::before {
    content: '';
    position: absolute;
    top: 38px;
    width: 55px;
    height: 44px;
    left: 50%;
    margin-left: calc(-55px / 2);
    background: url(/health/assets/imgs/home/icon_qa.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .home-selfcare__link__list__item:nth-child(2) a::before {
    content: '';
    position: absolute;
    top: 32px;
    width: 55px;
    height: 55px;
    left: 50%;
    margin-left: calc(-55px / 2);
    background: url(/health/assets/imgs/home/icon_firstaidbox.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .home-selfcare__link__list__item:nth-child(3) a::before {
    content: '';
    position: absolute;
    top: 32px;
    width: 55px;
    height: 55px;
    left: 50%;
    margin-left: calc(-55px / 2);
    background: url(/health/assets/imgs/home/icon_steroid.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .home-selfcare__link__list__item:nth-child(4) a::before {
    content: '';
    position: absolute;
    top: 32px;
    width: 55px;
    height: 55px;
    left: 50%;
    margin-left: calc(-55px / 2);
    background: url(/health/assets/imgs/home/icon_baby.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .home-selfcare__link_02 {
    display: flex;
    justify-content: flex-end;
    align-self: center;
    font-weight: bold;
  }

  .home-selfcare__link_02 .home__ttl__lv2 {
    margin: 0 30px 0 0;
  }

  .home-selfcare__link_02 .home-selfcare__link__list_02 {
    border: none;
    flex-direction: row;
  }

  .home-selfcare__link_02 .home-selfcare__link__list_02 .home-selfcare__link__list__item_02 {
    border: none;
    margin-right: 30px;
  }

  .home-selfcare__link_02 .home-selfcare__link__list_02 .home-selfcare__link__list__item_02 a {
    padding: 0;
    text-decoration: underline;
  }

  .home-selfcare__link_02 dd .home-selfcare__link__list_02 .home-selfcare__link__list__item_02 a::after {
    display: none;
  }

  .home-selfcare__special {
    width: calc( (100% - 40px) / 3);
    margin-left: 20px;
    margin-bottom: 20px;
    border-bottom: none;
  }
  .home-selfcare__special:nth-child(3n+1) {
    margin-left: 0;
  }
  .home-selfcare__special a {
    padding: 30px 10px 8px;
    border: 1px solid var(--color-white);
    font-size: 15px;
    font-weight: 700;
  }
  .home-selfcare__special--theme-pink a {
    border-color: var(--color-pink-l);
    height: 210px;
  }
  .home-recipe {
    margin-top: 80px;
  }
  .home-recipe__icon {
    width: 72px;
    margin-bottom: 20px;
  }
  .home-recipe__icon img {
    width: 100%;
  }
  .home-recipe__link {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .home-recipe__link__list {
    flex-direction: row;
    justify-content: center;
    border-top: none;
  }
  .home-recipe__link__list__item {
    width: 220px;
    border-bottom: none;
    background: var(--color-bg);
    margin-left: 20px;
  }
  .home-recipe__link__list__item:first-child {
    margin-left: 0px;
  }
  .home-recipe__link__list__item a {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-white);
    height: 150px;
    padding: 107px 0 0 0;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
  }
  .home-recipe__link__list__item a::after {
    content: none;
  }
  .home-recipe__link__list__item a::before {
    content: '';
    position: absolute;
    height: 40px;
    left: 50%;
  }
  .home-recipe__link__list__item:first-child a::before {
    top: 34px;
    width: 56px;
    height: 60px;
    margin-left: calc(-56px / 2);
    background: url(/health/assets/imgs/home/icon_recipe_01.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .home-recipe__link__list__item:nth-child(2) a::before {
    top: 32px;
    width: 60px;
    height: 56px;
    margin-left: calc(-60px / 2);
    background: url(/health/assets/imgs/home/icon_recipe_02.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .home-symptom-pickup {
    margin-top: 30px;
    margin-bottom: 70px;
    width: calc(100% - 60px);
    max-width: 1000px;
    padding-top: 22px;
    padding-bottom: 6px;
    border-radius: 10px;
  }
  .home-symptom-pickup__list {
    padding-top: 19px;
  }
  .home-symptom-pickup__list__item a {
    font-size: 1.3rem;
  }
  .home-symptom-search {
    background-color: var(--color-bg-blue);
    margin-top: 22px;
    padding-top: 30px;
    padding-bottom: 10px;
  }
  .home-symptom-search__inner {
    width: calc(100% - 60px);
  }
  .home-symptom-search__list {
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    border-top: none;
  }
  .home-symptom-search__list__item {
    width: calc( (100% - 40px) / 3);
    border-bottom: none;
    background: var(--color-bg);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .home-symptom-search__list__item:nth-child(odd) {
    background-color: var(--color-bg);
  }
  .home-symptom-search__list__item:first-child {
    margin-left: 0px;
  }
  .home-symptom-search__list__item:nth-child(3n +1) {
    margin-left: 0px;
  }
  .home-symptom-search__list__item a {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-white);
    height: 180px;
    padding: 102px 0 0 0;
    text-align: center;
  }
  .home-symptom-search__list__item a::after {
    content: none;
  }
  .home-symptom-search__list__item a::before {
    width: 70px;
    left: 50%;
    margin-left: -35px;
  }
  .home-symptom-search__list__item:first-child a::before {
    top: 13px;
    height: 74px;
    margin-top: 0;
  }
  .home-symptom-search__list__item:nth-child(2) a::before {
    top: 34px;
    height: 47px;
    margin-top: 0;
  }
  .home-symptom-search__list__item:nth-child(3) a::before {
    top: 30px;
    height: 54px;
    margin-top: 0;
  }
  .home-symptom-search__list__item:nth-child(4) a::before {
    top: 24px;
    height: 66px;
    margin-top: 0;
  }
  .home-symptom-search__list__item:nth-child(5) a::before {
    top: 24px;
    height: 54px;
    margin-top: 0;
  }
  .home-symptom-search__list__item:nth-child(6) a::before {
    top: 27px;
    height: 47px;
    margin-top: 0;
  }
  .home-symptom-search__list__item:last-child a::before {
    top: 22px;
    height: 67px;
    margin-top: 0;
  }
  .home-symptom-search__list__item__ttl {
    font-size: 1.5rem;
  }
  .home-symptom-search__list__item__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .home-products {
    margin-top: 140px;
    padding-top: 70px;
  }
  .home-products__list {
    flex-direction: row;
    justify-content: center;
    border-top: none;
  }
  .home-products__list__item {
    width: calc((100% - 20px) / 3);
    max-width: 320px;
    margin: 0 10px;
    border: none;
  }
  .home-products__list__item.home-products__list__item--faq {
    width: calc(100% - 20px);
    max-width: 1000px;
    margin: 0;
  }
  .home-products__list__item a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 120px;
    padding: 24px 10px;
    border: 1px solid var(--color-gray);
    transition: border 0.3s ease;
  }
  .home-products__list__item.home-products__list__item--faq a {
    height: 96px;
    justify-content: flex-start;
    align-items: center;
    padding-right: calc(14px + 25px);
    padding-left: calc(3% + (312px / 2.15) + 4%);
  }
  .home-products__list__item__ttl {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .home-products__list__item a::after {
    display: none;
    right: 25px;
  }
  .home-products__list__item.home-products__list__item--faq a::after {
    display: block;
  }
  .home-products__list__item a::before {
    left: 50%;
    transform: translate(-50%,0);
  }
  .home-products__list__item.home-products__list__item--brand a::before {
    top: 26px;
  }
  .home-products__list__item.home-products__list__item--category a::before {
    top: 24px;
  }
  .home-products__list__item.home-products__list__item--symptom a::before {
    top: 24px;
  }
  .home-products__list__item.home-products__list__item--faq a::before {
    top: 50%;
    width: calc(312px / 2.15);
    height: calc(109px / 2.15);
    transform: translate(0,-50%);
  }
  .home-company {
    margin-top: 50px;
  }
  .home-company__link {
    font-size: 20px;
  }
  .home-company__link::after {
    right: -20px;
  }
  .home-contact__box {
    padding: 30px;
  }
  .home-contact__ttl {
    font-size: 1.8rem;
  }
  .home-contact__list__link {
    font-size: 1.5rem;
  }
  .home__text__read {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .home__ttl-blue {
    font-size: 2.4rem;
  }
  .home__ttl-blue span {
    font-size: 2.4rem;
  }
  .home__ttl-symptom-search {
    margin-top: 30px;
  }
  .home__ttl-products {
    margin-bottom: 30px;
    font-size: 22px;
  }
  .knowledge__nav {
    padding: 50px 0;
  }
  .knowledge__nav__inner {
    width: 680px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
  }
  .knowledge__nav__list__parent {
    width: 620px;
  }
  .knowledge__nav__list__parent__item > a {
    font-size: 1.8rem;
    padding: 0 25px 0 15px;
    margin-bottom: 20px;
  }
  .knowledge__nav__list__parent__item > a::after {
    right: 17px;
  }
  .knowledge__nav__list__child {
    border-top: 1px solid var(--color-main);
    width: 620px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: none;
    box-sizing: border-box;
  }
  .knowledge__nav__list__child__item {
    width: 300px;
  }
  .knowledge__nav__list__child.list__item-1 .knowledge__nav__list__child__item {
    width: 460px;
  }
  .knowledge__nav__list__child__item > a,
  .knowledge__nav__list__child__item > span {
    display: flex;
    height: 70px;
    align-items: center;
    border-bottom: 1px solid var(--color-main);
    font-size: 1.5rem;
    padding: 0 25px 0 15px;
  }
  .knowledge__nav__list__child__item--special > a,
  .knowledge__nav__list__child__item--special > span {
    height: 100px;
  }
  .knowledge__nav__list__child__item > a::after,
  .knowledge__nav__list__child__item > span::after {
    right: 17px;
  }
  .knowledge__nav__list__child__item:nth-child(-n+2) > a,
  .knowledge__nav__list__child__item:nth-child(-n+2) > span {
    border-top: 1px solid var(--color-main);
  }
  .knowledge-top {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .knowledge-top__inner {
    width: 660px;
  }
  .knowledge-top__ttl {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
  .knowledge-top__list__item {
    width: 320px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 0;
    border: 1px solid var(--color-white);
  }
  .knowledge-top__list__item:first-child {
    margin-left: 0px;
  }
  .knowledge-top__list__item:nth-child(2n +1) {
    margin-left: 0px;
  }
  .knowledge-top__list__item:last-child {
    margin-bottom: 20px;
  }
  .knowledge-top__list__item a {
    padding: 30px 0;
  }
  .knowledge-top__list__item img {
    display: block;
    width: 262px;
  }
  .knowledge-top__list__item__ttl {
    width: 262px;
    margin: 15px auto 0 auto;
    font-size: 1.5rem;
  }
  .knowledge-top__list__item__text {
    width: 262px;
    margin: 15px auto 0 auto;
    font-size: 1.3rem;
  }
  .knowledge__ttl {
    min-height: 51px;
    background-size: auto 48px;
    margin-left: 2px;
    padding-left: 65px;
  }
  .scene-top__banner {
    width: calc(100% - 60px);
  }
  .scene-top {
    padding-top: 50px;
  }
  .scene-top__inner {
    width: 660px;
  }
  .scene-top__ttl {
    background-color: inherit;
    font-size: 2.4rem;
    color: var(--color-blue);
    padding: 0;
  }
  .scene-top__ttl__text {
    width: calc(100% - 60px);
    border-bottom: 3px solid var(--color-blue);
    padding-bottom: 8px;
  }
  .qa__box {
    width: 100%;
    font-size: 1.5rem;
  }
  .box__q {
    margin-top: 30px;
  }
  .box__a {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .detail__box__inner > .box__a {
    margin-bottom: 0;
  }
  .qa__box__icon {
    margin-right: 10px;
  }
  .qa__ttl__detail {
    width: 750px;
    margin-top: 35px;
    background-color: inherit;
    padding: 0 0 0 46px;
    font-size: 2.4rem;
    color: var(--color-blue);
    box-sizing: border-box;
  }
  .qa__ttl__detail h1 {
    border-bottom: solid 3px var(--color-blue);
    padding: 0 0 3px 0;
  }
  .qa__ttl__detail h1 span {
    background-color: var(--color-blue);
    width: 36px;
    height: 36px;
    left: 0;
    margin-top: -18px;
    font-size: 1.3rem;
    color: var(--color-white);
    line-height: 36px;
  }
  .qa-top {
    background-color: var(--color-bg-blue);
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .qa-top__inner {
    width: 660px;
  }
  .qa-top__list {
    justify-content: space-between;
    border-top: none;
  }
  .qa-top__list__item {
    width: 320px;
    border-bottom: none;
    margin-top: 40px;
  }
  .qa-top__list__item:nth-child(2n +1) {
    border-right: none;
  }
  .qa-top__list__item:nth-child(4n +1),
  .qa-top__list__item:nth-child(4n +2) {
    background-color: none;
  }
  .qa-top__list__item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .qa-top__list__item a {
    background-color: var(--color-bg);
    border: 1px solid var(--color-white);
    height: 74px;
    padding-left: 65px;
    padding-right: 20px;
  }
  .qa-top__list__item a::after {
    content: none;
  }
  .qa-top__list__item a span {
    left: 19px;
    width: 36px;
    height: 36px;
    margin-top: -18px;
    line-height: 36px;
  }
  .qa-top__list__item__ttl {
    font-size: 1.4rem;
    font-weight: 700;
  }
  .qa-top__list__item__text {
    display: block;
    margin-top: 15px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .qa__ttl {
    min-height: 51px;
    background-size: auto 48px;
    padding-left: 68px;
  }
  .qa__sttl {
    border-bottom: none;
    padding: 0 0 0 46px;
    box-sizing: border-box;
  }
  .qa__sttl .qa__sttl__inner {
    border-bottom: solid 3px var(--color-blue);
    padding: 0 0 3px 0;
  }
  .qa__sttl .qa__sttl__inner .qa__sttl__icon {
    background-color: var(--color-blue);
    width: 36px;
    height: 36px;
    left: 0;
    margin-top: -18px;
    font-size: 1.3rem;
    color: var(--color-white);
    line-height: 36px;
  }
  .selfcare-top {
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .selfcare-top.selfcare-related {
    padding-top: 50px;
    padding-bottom: 0;
  }
  .selfcare-top__inner {
    width: 660px;
  }
  .selfcare-top__ttl {
    margin-bottom: 25px;
    font-size: 1.5rem;
  }
  .selfcare-top__list {
    flex-direction: row;
    border-top: none;
  }
  .selfcare-top__list02 {
    flex-wrap: wrap;
    flex-direction: row;
    border-top: none;
  }
  .selfcare-top__list--special {
    flex-wrap: wrap;
  }
  .selfcare-top__list__item {
    width: calc( (100% - 40px) / 3);
    margin-left: 20px;
    margin-bottom: 20px;
    border-bottom: none;
    background: var(--color-bg);
  }
  .selfcare-top__list__item02 {
    width: calc( 940px / 4);
    height: 120px;
    border: 1px solid var(--color-pink-l);
    margin-left: 20px;
    margin-bottom: 20px;
    background: var(--color-bg);
    opacity: 1;
    transition: opacity 0.3s;
  }
  .selfcare-top__list__item:nth-child(3n +1) {
    margin-left: 0px;
  }
  .selfcare-top__list__item:last-child {
    margin-bottom: 20px;
  }
  .selfcare-top__list__item a {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-white);
    height: 150px;
    padding: 107px 0 0 0;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
  }
  .selfcare-top__list__item02 a {
    height: 100px;
    color: var(--color-white);
    background-color:var(--color-pink);
    border: 1px solid var(--color-white);
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.6;
    font-weight: 700;
    margin: 10px;
  }
  .selfcare-top__list__item02 a::after {
    content: '';
    position: absolute;
    top: 0;
    right: -28px;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 13px 0 13px 16px;
    border-color: transparent transparent transparent var(--color-pink-l);
    transform: rotate(0deg);
  }
  .selfcare-top__list02 .selfcare-top__list__item02:last-child a::after {
    content: none;
  }
  .selfcare-top__list__item02 span {
    border-bottom: solid 1px var(--color-white);
    font-size: 2rem;
    padding:0 10px;
  }
  .selfcare-top__list__item02--light-pink a {
    --color-pink-pre: #fc9ca9;
    background-color: var(--color-pink-pre);
  }
  .selfcare-top__list__item a::after {
    content: none;
  }
  .selfcare-top__list__item a::before {
    content: '';
    position: absolute;
    top: 39px;
    width: 54px;
    height: 40px;
    left: 50%;
    margin-left: calc(-54px / 2);
    background: url(/health/assets/imgs/home/icon_qa_01.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .selfcare-top__list__item:nth-child(2) a::before {
    content: '';
    position: absolute;
    top: 32px;
    width: 55px;
    height: 55px;
    left: 50%;
    margin-left: calc(-55px / 2);
    background: url(/health/assets/imgs/home/icon_firstaidbox.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .selfcare-top__list__item:nth-child(3) a::before {
    content: '';
    position: absolute;
    top: 32px;
    width: 55px;
    height: 55px;
    left: 50%;
    margin-left: calc(-55px / 2);
    background: url(/health/assets/imgs/home/icon_steroid.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .selfcare-top__list__item:nth-child(4) a::before {
    content: '';
    position: absolute;
    top: 32px;
    width: 55px;
    height: 55px;
    left: 50%;
    margin-left: calc(-55px / 2);
    background: url(/health/assets/imgs/home/icon_baby.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .selfcare-top__special {
    width: calc( (100% - 40px) / 3);
    margin-left: 20px;
    margin-bottom: 20px;
    border-bottom: none;
  }
  .selfcare-top__special:nth-child(3n +1) {
    margin-left: 0px;
  }
  .selfcare-top__special > a {
    padding: 30px 10px 8px;
    border: 1px solid var(--color-white);
    font-size: 15px;
    font-weight: 700;
  }
  .selfcare-top__special--theme-pink a {
    border-color: var(--color-pink-l);
  }
  .selfcare__ttl,
  .special__ttl {
    min-height: 56px;
    background-size: auto 56px;
    margin-left: 2px;
    padding-left: 65px;
  }
  .special__ttl-sub {
    font-size: 1.8rem;
  }
  .recipe__btn-red a {
    width: 360px;
    height: 70px;
    border-radius: 35px;
    font-size: 1.5rem;
    line-height: 70px;
  }
  .recipe__btn-search {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    font-size: 1.5rem;
    line-height: 40px;
  }
  .recipe-conditions {
    width: calc(100% - 60px);
    margin-top: 26px;
  }
  .recipe-conditions__list {
    display: inline-flex;
    border: solid 1px var(--color-red);
  }
  .recipe-conditions__item {
    min-width: 200px;
    text-align: left;
    border-radius: 0;
  }
  .recipe-conditions__item + .recipe-conditions__item > * {
    border-style: solid;
    border-left-width: 1px;
  }
  .recipe-conditions__item__ttl,
  .recipe-conditions__item__text {
    height: 45px;
  }
  .recipe-conditions__item__ttl {
    font-size: 1.5rem;
    padding: 15px;
  }
  .recipe-conditions__item__text {
    font-size: 1.3rem;
    padding: 15px;
  }
  .recipe-detail-info {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 60px);
    margin: 0 auto 80px auto;
  }
  .recipe-detail-info__photo {
    display: block;
    width: calc( (100% - 60px ) / 2);
  }
  .recipe-detail-info__right {
    width: calc( (100% - 60px ) / 2);
  }
  .recipe-detail-info__list {
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
  .recipe-detail-info__list__item {
    width: 100%;
    flex-direction: row;
  }
  .recipe-detail-info__list__item__ttl {
    width: 75px;
    border-radius: 0;
    padding: 15px 0 13px 0;
    font-size: 1.3rem;
    border-bottom: 1px solid var(--color-white);
  }
  .recipe-detail-info__list__item:first-child .recipe-detail-info__list__item__ttl {
    border-radius: 8px 0 0 0;
  }
  .recipe-detail-info__list__item:last-child .recipe-detail-info__list__item__ttl {
    border-bottom: none;
    border-radius: 0 0 0 8px;
  }
  .recipe-detail-info__list__item__text {
    display: flex;
    align-items: center;
    width: calc( 100% -  75px);
    border-bottom: 1px solid var(--color-red);
    padding: 0 10px;
    font-size: 1.5rem;
    text-align: left;
    border-radius: 0;
  }
  .recipe-detail-info__list__item:first-child .recipe-detail-info__list__item__text {
    border-top: 1px solid var(--color-red);
    border-radius: 0 8px 0 0;
  }
  .recipe-detail-info__list__item:last-child .recipe-detail-info__list__item__text {
    border-radius: 0 0 8px 0;
  }
  .recipe-detail-material {
    width: calc(( 100% - 90px ) / 2);
    margin-left: 30px;
    margin-bottom: 80px;
  }
  .recipe-detail-material .recipe__ttl__lv2__text {
    width: 100%;
  }
  .recipe-detail-material__text {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .recipe-detail-method {
    width: calc(( 100% - 90px ) / 2);
    margin-right: 30px;
    margin-bottom: 80px;
  }
  .recipe-detail-method .recipe__ttl__lv2__text {
    width: 100%;
  }
  .recipe-detail-method__text {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.5rem;
  }
  .recipe-detail-point {
    width: 100%;
    margin: 25px auto 0 auto;
  }
  .recipe-detail-point__ttl {
    margin-bottom: 18px;
    font-size: 1.8rem;
  }
  .recipe-detail-point__ttl::before {
    width: 22px;
    height: 22px;
    margin-top: -11px;
  }
  .recipe-detail-point__text {
    font-size: 1.5rem;
  }
  .recipe-detail-value {
    margin-bottom: 80px;
  }
  .recipe-detail-value__inner {
    width: calc(100% - 60px);
  }
  .recipe-detail-value__list {
    width: calc( (100% - 30px) / 2);
  }
  .recipe-detail-value__list__item {
    font-size: 1.3rem;
  }
  .recipe-detail-value__provided {
    width: calc(100% - 60px);
    font-size: 1.3rem;
  }
  .recipe-detail__photo {
    display: none;
  }
  .recipe-detail {
    margin-top: 50px;
  }
  .recipe-detail__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .recipe-header {
    margin-top: 26px;
  }
  .recipe-hit-count {
    width: calc(100% - 60px);
  }
  .recipe-hit-count__text {
    font-size: 2.4rem;
    border-bottom-width: 3px;
  }
  .recipe-hit-count__text span {
    font-size: 1.5rem;
  }
  .recipe-hit-count__caption {
    line-height: 2;
    margin-top: 30px;
  }
  .recipe-result {
    margin-top: 50px;
    background-color: var(--color-bg-pink);
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .recipe-result__inner {
    width: calc(100% - 60px);
    padding-top: 30px;
  }
  .recipe-result__list {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
  }
  .recipe-result__list__item {
    width: calc( (100% - 40px) / 3);
    border-bottom: none;
    background: var(--color-bg);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .recipe-result__list__item:nth-child(3n +1) {
    margin-left: 0px;
  }
  .recipe-result__list__item:nth-child(odd) {
    background-color: var(--color-bg);
  }
  .recipe-result__list__item a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid var(--color-white);
    padding: 20px;
    height: 100%;
  }
  .recipe-result__list__item__left {
    width: 100%;
    margin-bottom: 15px;
  }
  .recipe-result__list__item__img {
    max-width: 100%;
  }
  .recipe-result__list__item__right {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .recipe-result__list__item__ttl {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .recipe-result__list__item__detail .list__item__detail__item .detail__item__ttl {
    width: 75px;
    border-radius: 17px 0 0 0;
    padding: 8px 0;
    font-size: 1.3rem;
  }
  .recipe-result__list__item__detail .list__item__detail__item .detail__item__text {
    width: calc( 100% -  85px);
    font-size: 1.5rem;
  }
  .recipe-result__pager {
    width: 600px;
    margin: 30px auto 0 auto;
    font-size: 1.5rem;
  }
  .recipe-result__pager__item {
    font-size: 1.5rem;
  }
  .recipe-result__pager__item .pager__prev, .recipe-result__pager__item .pager__next {
    height: 40px;
  }
  .recipe-result__pager__item .pager__prev {
    border-radius: 20px 0 0 20px;
  }
  .recipe-result__pager__item .pager__next {
    border-radius: 0 20px 20px 0;
  }
  .recipe-content {
    margin-top: 45px;
    background-color: var(--color-bg-pink);
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .recipe-content__inner {
    width: calc(100% - 60px);
    padding-top: 30px;
  }
  .recipe-content__list {
    justify-content: left;
    border-top: none;
  }
  .recipe-content__list__item {
    width: calc( (100% - 40px) / 3);
    border-bottom: none;
    background: var(--color-bg);
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .recipe-content__list__item:nth-child(2n +1) {
    border-right: none;
  }
  .recipe-content__list__item:nth-child(4n +1),
  .recipe-content__list__item:nth-child(4n +2) {
    background-color: var(--color-bg);
  }
  .recipe-content__list__item:nth-child(3n +1) {
    margin-left: 0px;
  }
  .recipe-content__list__item a {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--color-white);
    height: 150px;
    padding: 70px 0 0 0;
    text-align: center;
  }
  .recipe-content__list__item a::after {
    content: none;
  }
  .recipe-content__list__item a::before {
    left: 50%;
  }
  .recipe-content__list__item:nth-child(even) a {
    padding-left: 0;
  }
  .recipe-content__list__item a.list__item01::before {
    margin-top: 0;
    top: 12px;
    width: calc(140px / 2);
    height: calc(140px / 2);
    margin-left: calc(-140px / 4);
  }
  .recipe-content__list__item a.list__item02::before {
    margin-top: 0;
    top: 28px;
    width: calc(198px / 2);
    height: calc(104px / 2);
    margin-left: calc(-198px / 4);
  }
  .recipe-content__list__item a.list__item03::before {
    margin-top: 0;
    top: 17px;
    width: calc(134px / 2);
    height: calc(138px / 2);
    margin-left: calc(-134px / 4);
  }
  .recipe-content__list__item a.list__item04::before {
    margin-top: 0;
    top: 17px;
    width: calc(140px / 2);
    height: calc(132px / 2);
    margin-left: calc(-140px / 4);
  }
  .recipe-content__list__item a.list__item05::before {
    margin-top: 0;
    top: 20px;
    width: calc(125px / 2);
    height: calc(133px / 2);
    margin-left: calc(-125px / 4);
  }
  .recipe-content__list__item a.list__item06::before {
    margin-top: 0;
    top: 15px;
    width: calc(126px / 2);
    height: calc(126px / 2);
    margin-left: calc(-126px / 4);
  }
  .recipe-content__list__item a.list__item07::before {
    margin-top: 0;
    top: 12px;
    width: calc(156px / 2);
    height: calc(142px / 2);
    margin-left: calc(-156px / 4);
  }
  .recipe-content__list__item a.list__item08::before {
    margin-top: 0;
    top: 20px;
    width: calc(140px / 2);
    height: calc(114px / 2);
    margin-left: calc(-140px / 4);
  }
  .recipe-content__list__item a.list__item09::before {
    margin-top: 0;
    top: 17px;
    width: calc(110px / 2);
    height: calc(122px / 2);
    margin-left: calc(-110px / 4);
  }
  .recipe-content__list__item a.list__item10::before {
    margin-top: 0;
    top: 15px;
    width: calc(133px / 2);
    height: calc(139px / 2);
    margin-left: calc(-133px / 4);
  }
  .recipe-content__list__item a.list__item11::before {
    margin-top: 0;
    top: 14px;
    width: calc(142px / 2);
    height: calc(142px / 2);
    margin-left: calc(-142px / 4);
  }
  .recipe-content__list__item a.list__item12::before {
    margin-top: 0;
    top: 18px;
    width: calc(120px / 2);
    height: calc(130px / 2);
    margin-left: calc(-120px / 4);
  }
  .recipe-content__list__item a.list__item13::before {
    margin-top: 0;
    top: 16px;
    width: calc(132px / 2);
    height: calc(132px / 2);
    margin-left: calc(-132px / 4);
  }
  .recipe-content__list__item a.list__item14::before {
    margin-top: 0;
    top: 21px;
    width: calc(140px / 2);
    height: calc(114px / 2);
    margin-left: calc(-140px / 4);
  }
  .recipe-content__list__item a.list__item15::before {
    margin-top: 0;
    top: 20px;
    width: calc(120px / 2);
    height: calc(136px / 2);
    margin-left: calc(-120px / 4);
  }
  .recipe-content__list__item a.list__item16::before {
    margin-top: 0;
    top: 19px;
    width: calc(136px / 2);
    height: calc(112px / 2);
    margin-left: calc(-136px / 4);
  }
  .recipe-content__list__item a.list__item17::before {
    margin-top: 0;
    top: 12px;
    width: calc(115px / 2);
    height: calc(146px / 2);
    margin-left: calc(-115px / 4);
  }
  .recipe-content__list__item a.list__item18::before {
    margin-top: 0;
    top: 20px;
    width: calc(130px / 2);
    height: calc(120px / 2);
    margin-left: calc(-130px / 4);
  }
  .recipe-content__list__item a.list__item19::before {
    margin-top: 0;
    top: 14px;
    width: calc(138px / 2);
    height: calc(140px / 2);
    margin-left: calc(-138px / 4);
  }
  .recipe-content__list__item a.list__item20::before {
    margin-top: 0;
    top: 17px;
    width: calc(133px / 2);
    height: calc(121px / 2);
    margin-left: calc(-133px / 4);
  }
  .recipe-content__list__item a.list__item21::before {
    background-position: 50%;
    background-size: 85% auto;
    top: 20px;
    width: calc(182px / 2);
    height: calc(110px / 2);
    margin-top: 0;
    margin-left: calc(-182px / 4);
  }
  .recipe-content__list__item a.list__item22::before {
    background-position: 50%;
    background-size: 85% auto;
    top: 20px;
    width: calc(124px / 2);
    height: calc(120px / 2);
    margin-top: 0;
    margin-left: calc(-124px / 4);
  }
  .recipe-content__list__item a.list__item23::before {
    background-position: 50%;
    background-size: 85% auto;
    top: 20px;
    width: calc(136px / 2);
    height: calc(128px / 2);
    margin-top: 0;
    margin-left: calc(-136px / 4);
  }
  .recipe-content__list__item a.list__item24::before {
    background-position: 50%;
    background-size: 85% auto;
    top: 20px;
    width: calc(114px / 2);
    height: calc(132px / 2);
    margin-top: 0;
    margin-left: calc(-114px / 4);
  }
  .recipe-content__list__item a.list__item25::before {
    background-position: 50%;
    background-size: 85% auto;
    top: 30px;
    width: calc(162px / 2);
    height: calc(98px / 2);
    margin-top: 0;
    margin-left: calc(-162px / 4);
  }
  .recipe-content__list__item a.list__item26::before {
    background-position: 50%;
    background-size: 85% auto;
    top: 20px;
    width: calc(124px / 2);
    height: calc(132px / 2);
    margin-top: 0;
    margin-left: calc(-124px / 4);
  }
  .recipe-content__list__item a.list__item27::before {
    background-position: 50%;
    background-size: 85% auto;
    top: 20px;
    width: calc(114px / 2);
    height: calc(140px / 2);
    margin-top: 0;
    margin-left: calc(-114px / 4);
  }
  .recipe-content__list__item a.list__item28::before {
    background-position: 50%;
    background-size: 85% auto;
    top: 10px;
    width: calc(136px / 2);
    height: calc(136px / 2);
    margin-top: 0;
    margin-left: calc(-136px / 4);
  }
  .recipe-content__list__item a.list__item29::before {
    background-position: 50%;
    background-size: 85% auto;
    top: 10px;
    width: calc(104px / 2);
    height: calc(134px / 2);
    margin-top: 0;
    margin-left: calc(-104px / 4);
  }
  .recipe-content__list__item__ttl {
    height: 80px;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .recipe__tag {
    width: calc(100% - 60px);
    margin-top: 26px;
  }
  .recipe__tag span {
    padding: 3px 5px;
    font-size: 1.5rem;
  }
  .recipe-top-recmnd {
    background-color: var(--color-bg-pink);
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .recipe-top-recmnd__inner {
    margin-bottom: 30px;
    padding-bottom: 45px;
  }
  .recipe-top-recmnd__list {
    width: calc(100% - 30px);
    height: 100%;
    margin-left: 30px;
  }
  .recipe-top-recmnd__list__item {
    height: 100%;
  }
  .recipe-top-recmnd__list__item__inner {
    padding-right: 30px;
  }
  .recipe-top-recmnd__list__item a {
    background-color: var(--color-bg);
    padding: 10px 10px 0 10px;
  }
  .recipe-top-recmnd__list__ttl {
    display: flex;
    align-items: center;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 20px 10px 10px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .recipe-top-recmnd__list__ttl::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--color-red);
    border-right: 2px solid var(--color-red);
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .recipe-top-recmnd__list .slick-dots {
    bottom: -45px;
  }
  .recipe-top-recmnd__list .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .recipe-top-recmnd__list .slick-dots li button {
    width: 10px;
    height: 10px;
  }
  .recipe-top-recmnd__list .slick-dots li button::before {
    width: 10px;
    height: 10px;
  }
  .recipe-top-recmnd .slick-nav-arrows {
    bottom: 8px;
  }
  .recipe-top-recmnd .slick-nav-arrows .slick-arrow {
    bottom: -8px;
    width: 9px;
    height: 9px;
  }
  .recipe-top-recmnd .slick-nav-arrows .slick-prev {
    margin-left: -56px;
  }
  .recipe-top-recmnd .slick-nav-arrows .slick-next {
    margin-right: -56px;
  }
  .recipe-top-search {
    margin-top: 80px;
  }
  .recipe-top-search__read {
    display: block;
    width: calc(100% - 60px);
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.5rem;
  }
  .health__ttl + .recipe-top-search__read {
    margin-top: 35px;
  }
  .recipe-top-search__inner {
    width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    margin-left: auto;
    margin-right: auto;
  }
  .recipe-top-search__left,
  .recipe-top-search__right {
    width: 47%;
  }
  .recipe-top-search__btn a {
    padding-left: 28px;
    padding-right: 20px;
  }
  .recipe-top-search__btn a::after {
    right: 24px;
  }
  .recipe-top-search-symptom {
    margin-top: 0px;
  }
  .recipe-top-search-symptom__ttl {
    margin-bottom: 26px;
    margin-left: 0;
  }
  .recipe-top-search-symptom__ttl::before {
    width: 18px;
    height: 24px;
    margin-top: -12px;
    margin-left: 1px;
  }
  .recipe-top-search-pickup {
    margin-top: 28px;
    width: 100%;
  }
  .recipe-top-search-pickup__list {
    padding-top: 19px;
  }
  .recipe-top-search-kids {
    margin-top: 48px;
  }
  .recipe-top-search-kids__ttl {
    margin-bottom: 26px;
    margin-left: 0;
  }
  .recipe-top-search-kids__ttl::before {
    width: 20px;
    height: 22px;
    margin-top: -10px;
    margin-left: 1px;
  }
  .recipe-top-search-detail {
    margin-top: 0px;
  }
  .recipe-top-search-detail__ttl {
    margin-bottom: 26px;
    margin-left: 0;
  }
  .recipe-top-search-detail__ttl::before {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: 1px;
  }
  .recipe-top-search-detail__form {
    width: 100%;
    margin-top: 10px;
  }
  .recipe-top-search-detail__form__ttl {
    margin-top: 20px;
    width: 100%;
  }
  .recipe-top-search-detail__form__item input {
    font-size: 1.5rem;
  }
  .recipe-top-search-detail__form__note {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .recipe-top-search-detail__form__select__text {
    font-size: 1.5rem;
  }
  .recipe-top-search-detail__form__select__menu {
    font-size: 1.5rem;
  }
  .recipe__ttl {
    min-height: 52px;
    background-size: auto 52px;
    padding-left: 80px;
    margin-left: 0px;
  }
  .recipe__ttl__lv2 {
    background-color: inherit;
    font-size: 2.4rem;
    color: var(--color-red);
    padding: 0;
  }
  .recipe__ttl__lv2__text {
    width: calc(100% - 60px);
    border-bottom: 3px solid var(--color-red);
    padding-bottom: 8px;
  }
  .recipe__ttl__lv3 {
    font-size: 1.8rem;
  }
  .recipe__ttl__lv4 {
    font-size: 1.5rem;
  }
  .banner_binkanhada {
    width: 100%;
    margin-top: 50px;
    text-align: center;
  }
  .symptom-detail__head {
    width: 750px;
    margin-bottom: 40px;
  }
  .symptom-detail__head__ttl {
    border-left: none;
    margin-top: 30px;
    padding: 0;
    font-size: 2.4rem;
  }
  .symptom-related {
    margin-top: 40px;
  }
  .symptom-related__ttl {
    width: calc(100% - 60px);
  }
  .symptom-related__list__item a {
    padding-left: 30px;
    padding-right: 30px;
  }
  .symptom-related__list__item a::after {
    right: 22px;
  }
  .symptom-related__selfcare .symptom-related__list__item .symptom-related__list__item__blank::after {
    right: calc(30px - 11px - 1px);
  }
  .symptom-support {
    margin-bottom: 0px;
  }
  .symptom-support__inner {
    background-color: var(--color-bg-blue);
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .symptom-support__ttl {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
  .symptom-support__inner + .symptom-support__ttl {
    margin-top: 80px;
  }
  .symptom-support__ttl__text {
    display: block;
    width: auto;
    max-width: 1000px;
    padding: 16px 45px 20px 45px;
  }
  .symptom-support__ttl__text::before {
    margin-left: -75px;
    bottom: -38px;
    border-top: 38px solid var(--color-blue);
    border-right: 75px solid transparent;
    border-left: 75px solid transparent;
  }
  .symptom-support__ttl__text::after {
    margin-left: -75px;
    bottom: -36px;
    border-top: 38px solid var(--color-white);
    border-right: 75px solid transparent;
    border-left: 75px solid transparent;
  }
  .symptom-support__category {
    border-left: none;
    padding: 0;
    font-size: 2.4rem;
    text-align: center;
  }
  .symptom-support__inner + .symptom-support__category {
    margin-top: 50px;
  }
  .symptom-support__sttl {
    margin-top: 0px;
    font-size: 1.8rem;
    text-align: center;
  }
  .symptom-support___list + .symptom-support__sttl,
  .detail__btn + .symptom-support__sttl {
    margin-top: 50px;
  }
  .symptom-support___list {
    width: 490px;
    margin-left: auto;
    margin-right: auto;
    border-top: none;
  }
  .symptom-support__list__item {
    width: 490px;
    border-bottom: none;
    background-color: var(--color-bg);
    padding: 30px;
  }
  .symptom-support__list__item:nth-child(n + 2) {
    margin-top: 20px;
  }
  .symptom-support__list__item:nth-child(odd) {
    background-color: var(--color-bg);
  }
  .symptom-support__list__item__left {
    width: 100px;
    margin-right: 20px;
  }
  .symptom-support__list__item__right {
    width: 310px;
  }
  .symptom-support__list__item__ttl a {
    font-size: 1.5rem;
  }
  .symptom-support__list__item__text {
    margin-top: 20px;
  }
  .symptom-support__list__item__faq {
    font-size: 1.3rem;
  }
  .symptom-movie__caption {
    width: 100%;
  }
  .symptom-tab__list {
    width: 750px;
  }
  .symptom-tab__list__item {
    width: calc(( 750px - 6px ) / 3);
  }
  .symptom-tab__list__item__ttl {
    height: 50px;
    font-size: 1.8rem;
    line-height: 50px;
  }
  .is-avtive .symptom-tab__list__item__ttl {
    height: 60px;
    line-height: 60px;
  }
  .symptom-top__inner {
    width: calc(100% - 60px);
  }
  .symptom-top {
    background-color: var(--color-bg-blue);
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .symptom-top__inner {
    width: calc(100% - 60px);
  }
  .symptom-top__link {
    margin-top: 1.5em;
    padding: 0 30px 0 0;
    font-size: 1.4rem;
  }
  .symptom-top__list {
    margin-top: -90px;
    padding-top: 90px;
  }
  .symptom-top__list__item {
    flex-direction: row;
    justify-content: space-between;
    border-bottom: none;
    background-color: var(--color-bg);
    margin-bottom: 20px;
  }
  .symptom-top__list:first-child .symptom-top__list__item {
    border-top: none;
  }
  .symptom-top__list:nth-child(odd) .symptom-top__list__item {
    background-color: var(--color-bg);
  }
  .symptom-top__list__item__parent {
    width: 234px;
    display: flex;
    flex-direction: column;
    border-bottom: none;
    height: 180px;
    padding: 112px 0 0 0;
    text-align: center;
    cursor: inherit;
  }
  .symptom-top__list__item__parent::after {
    content: none;
  }
  .symptom-top__list__item__parent::before {
    width: 70px;
    left: 50%;
    margin-left: -35px;
  }
  .symptom-top__list__item__parent.is-open::after {
    content: none;
  }
  .symptom-top__list#s01 .symptom-top__list__item__parent::before {
    top: 13px;
    height: 74px;
    margin-top: 6px;
  }
  .symptom-top__list#s02 .symptom-top__list__item__parent::before {
    top: 34px;
    height: 47px;
    margin-top: 6px;
  }
  .symptom-top__list#s03 .symptom-top__list__item__parent::before {
    top: 30px;
    height: 54px;
    margin-top: 6px;
  }
  .symptom-top__list#s04 .symptom-top__list__item__parent::before {
    top: 24px;
    height: 66px;
    margin-top: 6px;
  }
  .symptom-top__list#s05 .symptom-top__list__item__parent::before {
    top: 24px;
    height: 54px;
    margin-top: 6px;
  }
  .symptom-top__list#s06 .symptom-top__list__item__parent::before {
    top: 37px;
    height: 47px;
    margin-top: 6px;
  }
  .symptom-top__list#s07 .symptom-top__list__item__parent::before {
    top: 22px;
    height: 67px;
    margin-top: 6px;
  }
  .symptom-top__list__item__parent__ttl {
    font-size: 1.5rem;
  }
  .symptom-top__list__item__parent__text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .symptom-top__list__item__child {
    display: block !important;
    width: calc(100% - 250px);
    margin-top: 30px;
    margin-bottom: 30px;
  }
  ul.symptom-top__list__item__child__list {
    display: flex;
    flex-wrap: wrap;
    padding-right: 30px;
  }
  .symptom-top__list__item__child__item {
    width: calc((100% - 30px) / 2);
/*    width: calc((100% - 60px) / 2);
    margin-right: 30px;*/
  }
  .symptom-top__list__item__child__item:nth-child(-n+2) {
    border-top: solid 1px var(--color-blue);
  }
  .symptom-top__list__item__child__item a {
    padding-left: 15px;
  }
  .symptom-top__list__item__child__item a::after {
    right: 18px;
  }
  .symptom-top__list__item__child__item:nth-child(odd) {
    border-right: none;
  }
  .symptom-top__list__item__child__ttl {
    font-size: 1.5rem;
  }
  .symptom-top__list__item__child__banner {
    max-width: calc(100% - 30px);
    padding: 30px 0 0;
  }
  .symptom__ttl {
    min-height: 60px;
    background-size: auto 56px;
    padding-left: 66px;
    margin-bottom: -16px;
  }
  .selfcare-tab__list {
    width: 750px;
  }
  .selfcare-tab__list__item {
    width: calc(( 750px - 6px ) / 2);
  }
  .selfcare-tab__list__item.tab3 {
    width: calc(( 750px - 6px ) / 3);
  }
  .selfcare-tab__list__item__ttl {
    font-size: 1.8rem;
  }
  .is-upside .selfcare-tab__list__item__ttl {
    padding: 12px 16px 8px;
  }
  .is-upside .is-avtive .selfcare-tab__list__item__ttl {
    padding: 15px 16px 11px;
  }
  .is-downside .selfcare-tab__list__item__ttl {
    padding: 8px 16px 12px;
  }
  .is-downside .is-avtive .selfcare-tab__list__item__ttl {
    padding: 11px 16px 15px;
  }
  .selfcare-tab__list__item__sub-sp-large {
    font-size: inherit;
  }
  .selfcare__page__link {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .selfcare__page__link__item {
    width: calc((100% - 30px) / 2);
  }
  .selfcare__page__link__list--topics .selfcare__page__link__item {
    width: calc((100% - 80px) / 2);
  }
  .selfcare__page__link__list--topics .selfcare__page__link__item:nth-child(2) {
    margin-left: 80px;
  }
  .selfcare__page__link__list.list__item-1 .selfcare__page__link__item {
    width: calc((100% - 80px) / 2);
  }
  .selfcare__page__link__item a {
    height: 70px;
    padding-left: 15px;
  }
  .selfcare__page__link__list--topics .selfcare__page__link__item a {
    height: calc(150px / 2);
  }
  .selfcare__page__link__item a::after {
    right: 18px;
  }
  .selfcare__page__link__item:nth-child(odd) {
    border-right: none;
  }
  .selfcare__page__link__ttl {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width: 62.5em) {
  .health-content {
    padding-top: 0px;
  }
  .is-fixed .health-content {
    padding-top: 80px;
  }
  .gfooter {
    min-width: 1000px;
  }
  .gfooter__nav {
    padding-bottom: 24px;
  }
  .gfooter__nav__inner {
    width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .gfooter__nav__list {
    justify-content: flex-start;
  }
  .gfooter__nav__list__item a:hover {
    text-decoration: underline;
  }
  .gfooter__nav__list__item #ot-sdk-btn.ot-sdk-show-settings:hover,
  .gfooter__nav__list__item #ot-sdk-btn.optanon-show-settings:hover {
    text-decoration: underline;
  }
  .gfooter__copyright {
    padding-top: 28px;
    padding-bottom: 0px;
  }
  .gheader {
    position: static;
    min-width: 1000px;
    border-bottom: solid var(--color-blue) 3px;
    background-color: var(--color-bg);
  }
  .is-fixed .gheader {
    position: fixed;
  }
  .is-fixed .gheader__wrapper {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    background: var(--color-bg-gray);
    height: 80px;
  }
  .gheader__inner {
    width: 1000px;
    height: auto;
    border-bottom: none;
    margin: 0 auto;
  }
  .is-fixed .gheader__inner {
    height: 80px;
  }
  .gheader__logo {
    width: 297px;
    padding-top: 15px;
    padding-bottom: 3px;
    padding-left: 0;
  }
  .is-fixed .gheader__logo {
    padding-top: 20px;
  }
  .gheader__logo a {
    padding-top: 0px;
    height: 52px;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: opacity 0.3s;
  }
  .gheader__logo a:hover {
    opacity: 0.6;
  }
  .gheader__btn {
    display: none;
  }
  .gheader__logo-dshc {
    display: block;
    margin-top: 24px;
  }
  .is-fixed .gheader__logo-dshc {
    display: none;
  }
  .gheader__logo-dshc a {
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
    width: 173px;
    height: 25px;
    display: block;
    background: url(/health/assets/imgs/common/dshc_logo.png) 0 0 no-repeat;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    background-size: 100% auto;
    transition: opacity 0.3s;
  }
  .gheader__logo-dshc a:hover {
    opacity: 0.6;
  }
  .gheader__nav {
    display: block !important;
    height: 50px;
    border-top: solid var(--color-blue) 1px;
  }
  .is-fixed .gheader__nav {
    position: absolute;
    top: 0px;
    right: 0px;
    border-top: none;
    width: auto;
  }
  .is-open .gheader__nav {
    display: block;
  }
  .gheader__nav__inner {
    width: 1000px;
    margin: 0 auto;
  }
  .is-fixed .gheader__nav__inner {
    width: auto;
    margin-right: 0px;
  }
  .gheader__nav__list {
    flex-direction: row;
    justify-content: center;
  }
  .gheader__nav__list__item {
    border-bottom: none;
    margin: 0 30px;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .is-fixed .gheader__nav__list__item {
    margin: 15px 0 0 30px;
  }
  .selfcare-top__list__item02:hover,
  .gheader__nav__list__item:hover {
    opacity: 0.4;
  }
  .gheader__nav__list__item a {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    padding: 17px 0 17px 36px;
    font-size: 1.4rem;
    color: var(--color-blue);
  }
  .is-fixed .gheader__nav__list__item a {
    padding: 34px 0 0 0;
  }
  .gheader__nav__list__item a::after {
    content: none;
  }
  .gheader__nav__list__item a::before {
    left: 0px;
    width: 28px;
  }
  .is-fixed .gheader__nav__list__item a::before {
    top: 0;
    left: 50%;
    margin-left: calc(-28px / 2);
  }
  .gheader__nav__list__item:nth-child(odd) a {
    background-color: inherit;
  }
  .gheader__nav__list__item:first-child a::before {
    height: 26px;
    margin-top: calc(-26px / 2);
  }
  .is-fixed .gheader__nav__list__item:first-child a::before {
    margin-top: 0;
  }
  .gheader__nav__list__item:nth-child(2) a::before {
    height: 20px;
    margin-top: calc(-20px / 2);
  }
  .is-fixed .gheader__nav__list__item:nth-child(2) a::before {
    margin-top: 5px;
  }
  .gheader__nav__list__item:last-child a::before {
    height: 26px;
    margin-top: calc(-26px / 2);
  }
  .is-fixed .gheader__nav__list__item:last-child a::before {
    margin-top: 2px;
  }
  a:hover .anchor-blank::after {
    background: url(/health/assets/imgs/common/icon_window_blue.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  a:hover .anchor-blank.anchor-blank__black::after {
    background: url(/health/assets/imgs/common/icon_window_black.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  a:hover .anchor-blank.anchor-blank__white::after {
    background: url(/health/assets/imgs/common/icon_window_white.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  a:hover .anchor-blank.anchor-blank__pink::after {
    background: url(/health/assets/imgs/common/icon_window_pink.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .anchor-blank__blue2 {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: opacity 0.3s;
  }
  .anchor-blank__blue2:hover {
    opacity: 0.6;
  }
  a:hover .anchor-blank.anchor-blank__blue2::after {
    background: url(/health/assets/imgs/common/icon_window_blue2.png) 0 0 no-repeat;
    background-size: 100% auto;
  }
  .detail__list03 > li + li.margin-top-pc-100 {
    margin-top: 100px;
  }
  .for-sp {
    display: none;
  }
  .for-tb {
    display: none;
  }
  .for-pc {
    display: block;
  }
  tr.for-pc {
    display: table-row;
  }
  .for-sp-tb {
    display: none;
  }
  .for-tb-pc {
    display: block;
  }
  .breadcrumb {
    width: 1000px;
  }
  .breadcrumb-item a {
    transition: opacity 0.3s;
  }
  .breadcrumb-item a:hover {
    opacity: 0.6;
  }
  .breadcrumb-item:last-child a:hover {
    opacity: 1;
  }
  .health__btn-blue a:hover {
    opacity: 0.6;
  }
  .health__btn-red a:hover {
    opacity: 0.6;
  }
  .health__text__read {
    width: 1000px;
  }
  .health__ttl {
    width: 1000px;
  }
  .health__hr {
    margin-top: 50px;
  }
  .page-top a:hover img {
    opacity: 0.6;
  }
  .detail__anchor01__item a {
    transition: opacity 0.3s ease;
  }
  .detail__anchor01__item a:hover {
    opacity: 0.6;
  }
  .detail__anchor02__item a {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all 0.3s;
  }
  .detail__anchor02__item a:hover {
    background-color: var(--color-blue);
    color: var(--color-white);
  }
  .detail__anchor__box {
    margin-top: -125px;
    padding-top: 125px;
  }
  .is-fixed .detail__anchor__box {
    margin-top: -80px;
    padding-top: 80px;
  }
  .detail__btn a:hover,
  .detail__btn--border a:hover {
    opacity: 0.6;
  }
  .detail-linkbox__list__item a {
    transition: border 0.3s ease;
  }
  .detail-linkbox__list__item a:hover {
    border: 1px solid var(--color-blue);
  }
  .detail__nav {
    min-width: 1000px;
  }
  .detail__nav__inner {
    width: 1000px;
    margin: 0 auto;
    padding: 50px 0;
  }
  .detail__nav__list {
    flex-direction: row;
    justify-content: center;
  }
  .detail__nav__list__item {
    width: calc( (100% - 60px) / 4);
    margin-left: 20px;
  }
  .detail__nav__list__item:first-child {
    margin-left: 0px;
  }
  .detail__nav__list__item > a {
    width: 100%;
    height: 133px;
    border: 1px solid var(--color-white);
    background-color: var(--color-bg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    padding: 96px 0 0 0;
    font-size: 1.8rem;
    color: var(--color-blue);
    text-align: center;
    transition: border 0.3s ease;
  }
  .detail__nav__list__item > a:hover {
    border: 1px solid var(--color-blue);
  }
  .detail__nav__list__item > a::after {
    content: none;
  }
  .detail__nav__list__item > a::before {
    width: 62px;
    left: 50%;
    margin-left: -31px;
  }
  .detail__nav__list__item:first-child > a::before {
    top: 23px;
    height: 58px;
    margin-top: 0;
  }
  .detail__nav__list__item:nth-child(2) > a::before {
    top: 26px;
    height: 45px;
    margin-top: 0;
  }
  .detail__nav__list__item:nth-child(3) > a::before {
    top: 25px;
    height: 50px;
    margin-top: 0;
  }
  .detail__nav__list__item:last-child > a::before {
    top: 24px;
    height: 53px;
    margin-top: 0;
  }
  .detail__notebox a {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: opacity 0.3s;
  }
  .detail__notebox a:hover {
    opacity: 0.6;
  }
  .detail-support__list__item__ttl {
    transition: opacity 0.3s ease;
  }
  .detail-support__list__item__ttl:hover {
    opacity: 0.6;
  }
  .detail-support__list__item__ttl--nolink:hover {
    opacity: 1;
  }
  .detail__table a.link__block {
    opacity: 1;
    transition: opacity 0.3s;
  }
  .detail__table a.link__block .link__block__ttl {
    transition: all 0.3s;
  }
  .detail__table a.link__block:hover {
    opacity: 0.6;
  }
  .detail__table a.link__block + a.link__block {
    margin-top: 20px;
  }
  .detail__table.detail__table__block__sp tr:not([class]) {
    display: table-row;
  }
  .detail__table.detail__table__block__sp td {
    display: table-cell;
  }
  .detail__olist-num > li:not(:first-of-type) {
    margin-top: 10px;
  }
  .error__ttl {
    width: 1000px;
  }
  .home-box__column-2 {
    min-width: 1000px;
    display: flex;
  }
  .home-box__inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-brand {
    margin-top: 100px;
    min-width: 1000px;
  }
  .home-brand__list__item a .home-brand__list__item__img {
    opacity: 1;
    transition: opacity 0.3s;
  }
  .home-brand__list__item a .home-brand__list__item__ttl {
    transition: all 0.3s;
  }
  .home-brand__list__item a:hover .home-brand__list__item__img {
    opacity: 0.6;
  }
  .home-brand__list__item a:hover .home-brand__list__item__ttl {
    color: var(--color-blue);
    text-decoration: underline;
  }
  .home-info {
    margin-top: 100px;
    min-width: 1000px;
  }
  .home-info__list__item__text a:hover {
    color: var(--color-blue);
    text-decoration: underline;
  }
  .home-knowledge {
    margin-top: 125px;
    min-width: 1000px;
  }
  .home-knowledge__icon {
    width: 62px;
    margin-bottom: 20px;
  }
  .home-knowledge__icon img {
    width: 100%;
  }
  .home-knowledge__link__inner {
    width: 1000px;
  }
  .home-knowledge__link__list__item:nth-child(2n +1) {
    margin-left: 20px;
  }
  .home-knowledge__link__list__item:nth-child(3n +1) {
    margin-left: 0px;
  }
  .home-knowledge__link__list__item a {
    transition: border 0.3s ease;
  }
  .home-knowledge__link__list__item a:hover {
    border: 1px solid var(--color-blue);
  }
  .home-mv {
    background-color: var(--color-bg-blue);
    padding-top: 20px;
    padding-bottom: 20px;
    min-width: 1000px;
  }
  .home-mv__inner {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
  }
  .home-js-mv-slider {
    display: flex;
  }
  .home-js-mv-slider__item {
    overflow: hidden;
    border-bottom: none;
    width: calc(100% - 30px / 2);
    margin-left: 10px;
    margin-right: 20px;
  }
  .home-js-mv-slider__item:first-child {
    margin-left: 20px;
    margin-right: 10px;
  }
  .home-js-mv-slider__item a {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .home-js-mv-slider__item a img {
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  }
  .home-js-mv-slider__item a:hover img {
    transform: scale(1.03);
  }
  .slick-nav-arrows {
    display: none;
  }
  .home-other {
    margin-top: 100px;
    min-width: 1000px;
  }
  .home-other__list {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
  }
  .home-other__list__item {
    margin-left: 40px;
  }
  .home-other__list__item:first-child {
    margin-left: 0px;
  }
  .home-other__list__item a .home-other__list__item__img {
    opacity: 1;
    transition: opacity 0.3s;
  }
  .home-other__list__item a .home-other__list__item__ttl {
    transition: all 0.3s;
  }
  .home-other__list__item a:hover .home-other__list__item__img {
    opacity: 0.6;
  }
  .home-other__list__item a:hover .home-other__list__item__ttl {
    color: var(--color-blue);
    text-decoration: underline;
  }
  .home-pickup {
    margin-top: 100px;
    min-width: 1000px;
  }
  .home-pickup__list {
    width: 1000px;
  }
  .home-pickup__list__item a {
    transition: border 0.3s ease;
  }
  .home-pickup__list__item a:hover {
    border: solid 1px var(--color-blue);
  }
  .home-selfcare {
    width: 100%;
    margin-top: 125px;
  }
  .home-selfcare__inner {
    width: 1000px;
  }
  .home-selfcare__box {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .home-selfcare__link__list__item {
    width: calc( 940px / 4);
  }
  .home-selfcare__link__list__item:nth-child(3n+1) {
    margin-left: 20px;
  }
  .home-selfcare__link__list__item:nth-child(4n+1) {
    margin-left: 0;
  }
  .home-selfcare__link__list__item a {
    transition: border 0.3s ease;
  }
  .home-selfcare__link__list__item a:hover {
    border: 1px solid var(--color-blue);
  }
  .home-selfcare__special a {
    padding: 30px 27px 8px;
    transition: border 0.3s ease;
  }
  .home-selfcare__special a:hover {
    border: 1px solid var(--color-blue);
  }
  .home-selfcare__special--theme-pink a:hover {
    border: 1px solid var(--color-pink);
  }
  .home-recipe {
    width: 50%;
    margin-top: 125px;
  }
  .home-recipe__box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  .home-recipe__inner {
    width: 500px;
  }
  .home-recipe__link__list__item a {
    transition: border 0.3s ease;
  }
  .home-recipe__link__list__item a:hover {
    border: 1px solid var(--color-pink);
  }
  .home-symptom {
    margin-top: 70px;
    min-width: 1000px;
  }
  .home-symptom__icon {
    width: 70px;
    margin-bottom: 20px;
  }
  .home-symptom__icon img {
    width: 100%;
  }
  .home-symptom-pickup {
    width: 1000px;
  }
  .home-symptom-pickup__inner {
    width: 960px;
  }
  .home-symptom-pickup__list__item a {
    transition: all 0.3s ease;
  }
  .home-symptom-pickup__list__item a:hover {
    background-color: var(--color-pink);
    color: var(--color-white);
  }
  .home-symptom-search__inner {
    width: 1000px;
  }
  .home-symptom-search__list__item {
    width: calc( 940px / 4);
  }
  .home-symptom-search__list__item:nth-child(3n +1) {
    margin-left: 20px;
  }
  .home-symptom-search__list__item:nth-child(4n +1) {
    margin-left: 0px;
  }
  .home-symptom-search__list__item a {
    transition: border 0.3s ease;
  }
  .home-symptom-search__list__item a:hover {
    border: 1px solid var(--color-blue);
  }
  .home-products__list__item a:hover {
    border: 1px solid var(--color-blue);
  }
  .knowledge__nav {
    min-width: 1000px;
  }
  .knowledge__nav__inner {
    width: 1000px;
  }
  .knowledge__nav__list__parent {
    width: 940px;
  }
  .knowledge__nav__list__parent__item > a {
    transition: all 0.3s ease;
  }
  .knowledge__nav__list__parent__item > a:hover {
    color: var(--color-blue);
  }
  .knowledge__nav__list__parent__item > a:hover::after {
    border-top: 2px solid var(--color-blue);
    border-right: 2px solid var(--color-blue);
  }
  .theme-pink .knowledge__nav__list__parent__item > a:hover {
    color: var(--color-pink);
  }
  .theme-pink .knowledge__nav__list__parent__item > a:hover::after {
    border-top: 2px solid var(--color-pink);
    border-right: 2px solid var(--color-pink);
  }
  .knowledge__nav__list__child {
    width: 940px;
    justify-content: flex-start;
  }
  .knowledge__nav__list__child__item {
    margin-left: 20px;
  }
  .knowledge__nav__list__child__item:nth-child(3n+1) {
    margin-left: 0px;
  }
  .knowledge__nav__list__child__item > a,
  .knowledge__nav__list__child__item > span {
    transition: all 0.3s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .knowledge__nav__list__child__item > a:hover,
  .knowledge__nav__list__child__item > span:hover {
    border-bottom: 1px solid var(--color-blue);
    background-color: var(--color-blue);
    color: var(--color-white);
  }
  .theme-pink .knowledge__nav__list__child__item > a:hover,
  .theme-pink .knowledge__nav__list__child__item > span:hover {
    border-bottom: 1px solid var(--color-pink);
    background-color: var(--color-pink);
    color: var(--color-white);
  }
  .knowledge__nav__list__child__item > a:hover::after,
  .knowledge__nav__list__child__item > span:hover::after {
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
  }
  .knowledge__nav__list__child__item:nth-child(-n+2) > a,
  .knowledge__nav__list__child__item:nth-child(-n+2) > span {
    border-top: none;
  }
  .knowledge__nav__list__child__item:nth-child(-n+3) > a,
  .knowledge__nav__list__child__item:nth-child(-n+3) > span {
    border-top: 1px solid var(--color-main);
  }
  .knowledge__nav__list__child__item:nth-child(-n+3) > a:hover {
    border-top: 1px solid var(--color-blue);
  }
  .theme-pink .knowledge__nav__list__child__item:nth-child(-n+3) > a:hover {
    border-top: 1px solid var(--color-pink);
  }
  .knowledge__nav__list__child__item.is-active > span:hover {
    border-bottom: 1px solid var(--color-main);
    background-color: var(--color-bg-gray);
    color: var(--color-main);
  }
  .knowledge__nav__list__child__item.is-active > span:hover::after {
    content: none;
  }
  .knowledge-top {
    min-width: 1000px;
  }
  .knowledge-top__inner {
    width: 1000px;
  }
  .knowledge-top__list__item:nth-child(2n +1) {
    margin-left: 20px;
  }
  .knowledge-top__list__item:nth-child(3n +1) {
    margin-left: 0px;
  }
  .knowledge-top__list__item a {
    transition: border 0.3s ease;
  }
  .knowledge-top__list__item a:hover {
    border: 1px solid var(--color-blue);
  }
  .scene-top__banner {
    width: 1000px;
  }
  .scene-top__banner a {
    transition: opacity 0.3s;
  }
  .scene-top__banner a:hover {
    opacity: 0.6;
  }
  .scene-top {
    min-width: 1000px;
  }
  .scene-top__inner {
    width: 1000px;
  }
  .scene-top__ttl__text {
    width: 1000px;
  }
  .qa-top {
    min-width: 1000px;
  }
  .qa-top__inner {
    width: 1000px;
  }
  .qa-top__list__item:nth-child(-n + 2) {
    margin-top: 35px;
  }
  .qa-top__list__item:nth-child(-n + 3) {
    margin-top: 0;
  }
  .qa-top__list__item a {
    transition: border 0.3s ease;
  }
  .qa-top__list__item a:hover {
    border: 1px solid var(--color-blue);
  }

  .selfcare-top {
    min-width: 1000px;
  }
  .selfcare-top__inner {
    width: 1000px;
  }
  .selfcare-top__list__item {
    width: calc( 940px / 4);
  }
  .selfcare-top__list__item:nth-child(2n +1),
  .selfcare-top__list__item:nth-child(3n +1) {
    margin-left: 20px;
  }
  .selfcare-top__list__item:nth-child(4n +1) {
    margin-left: 0px;
  }
  .selfcare-top__list__item a {
    transition: border 0.3s ease;
  }
  .selfcare-top__list__item a:hover {
    border: 1px solid var(--color-blue);
  }
  .selfcare-top__special > a {
    height: 100%;
    padding: 30px 34px 8px;
    transition: border 0.3s ease;
  }
  .selfcare-top__special a:hover {
    border: 1px solid var(--color-blue);
  }
  .selfcare-top__special--theme-pink a:hover {
    border-color: var(--color-pink);
  }

  .selfcare-top__special__link-list {
    padding: 11px 6px;
  }

  .recipe__btn-red a:hover {
    opacity: 0.6;
  }
  .recipe__btn-search:hover {
    opacity: 0.6;
  }
  .recipe-conditions {
    width: 1000px;
  }
  .recipe-conditions__item {
    min-width: 250px;
  }
  .recipe-detail-info {
    width: 308px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0 0 80px 0;
  }
  .recipe-detail-info__photo {
    width: 308px;
  }
  .recipe-detail-info__right {
    width: 100%;
    margin-top: 20px;
  }
  .recipe-detail-material {
    width: 308px;
    margin-left: 0px;
  }
  .recipe-detail-material .recipe__ttl__lv2__text {
    width: 100%;
  }
  .recipe-detail-method {
    width: 308px;
    margin-right: 0px;
  }
  .recipe-detail-method .recipe__ttl__lv2__text {
    width: 100%;
  }
  .recipe-detail-value__inner {
    width: 1000px;
  }
  .recipe-detail-value__list {
    width: 220px;
  }
  .recipe-detail-value__provided {
    width: 1000px;
  }
  .recipe-detail__inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .recipe-hit-count {
    width: 1000px;
  }
  .recipe-result {
    min-width: 1000px;
  }
  .recipe-result__inner {
    width: 1000px;
  }
  .recipe-result__list__item {
    width: calc( 940px / 4);
  }
  .selfcare-top__list__item--3 {
    width: calc( 940px / 3);
  }
  .recipe-result__list__item:nth-child(3n +1) {
    margin-left: 20px;
  }
  .recipe-result__list__item:nth-child(4n +1) {
    margin-left: 0px;
  }
  .recipe-result__list__item a {
    transition: border 0.3s ease;
  }
  .recipe-result__list__item a:hover {
    border: 1px solid var(--color-red);
  }
  .recipe-result__list__item__img {
    width: 195px;
    height: 195px;
  }
  .recipe-content {
    min-width: 1000px;
  }
  .recipe-content__inner {
    width: 1000px;
  }
  .recipe-content__list__item {
    width: calc( 940px / 4);
  }
  .recipe-content__list__item:nth-child(3n +1) {
    margin-left: 20px;
  }
  .recipe-content__list__item:nth-child(4n +1) {
    margin-left: 0px;
  }
  .recipe-content__list__item a {
    transition: border 0.3s ease;
  }
  .recipe-content__list__item a:hover {
    border: 1px solid var(--color-red);
  }
  .recipe__tag {
    width: 1000px;
  }
  .recipe-top-recmnd {
    min-width: 1000px;
  }
  .recipe-top-recmnd__inner {
    width: 1000px;
    margin: 0 auto 50px auto;
    padding-bottom: 0px;
  }
  .recipe-top-recmnd__list {
    width: 1000px;
    height: 100%;
    margin-left: 0;
    padding-bottom: 0px;
    display: flex;
    justify-content: left;
  }
  .recipe-top-recmnd__list__item {
    width: 176px;
    height: 100%;
    margin-left: 30px;
  }
  .recipe-top-recmnd__list__item:first-child {
    margin-left: 0px;
  }
  .recipe-top-recmnd__list__item__inner {
    padding-right: 0px;
  }
  .recipe-top-recmnd__list__item a {
    border: 1px solid var(--color-white);
    transition: border 0.3s ease;
  }
  .recipe-top-recmnd__list__item a:hover {
    border: 1px solid var(--color-red);
  }
  .recipe-top-recmnd .slick-nav-arrows {
    display: none;
  }
  .recipe-top-search__read {
    width: 1000px;
  }
  .recipe-top-search__inner {
    width: 1000px;
  }
  .recipe-top-search__left,
  .recipe-top-search__right {
    width: 480px;
  }
  .recipe-top-search__btn a {
    transition: all 0.3s ease;
  }
  .recipe-top-search__btn a:hover {
    background-color: var(--color-red);
    color: var(--color-white);
  }
  .recipe-top-search__btn a:hover::after {
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
  }
  .recipe-top-search-pickup__list__item a {
    transition: all 0.3s ease;
  }
  .recipe-top-search-pickup__list__item a:hover {
    background-color: var(--color-red);
    color: var(--color-white);
  }
  .recipe__ttl__lv2__text {
    width: 1000px;
  }
  .banner_binkanhada a {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: opacity 0.3s;
  }
  .banner_binkanhada a:hover {
    opacity: 0.6;
  }
  .symptom-related {
    width: 1000px;
    margin-top: 80px;
    flex-direction: row;
    justify-content: space-between;
  }
  .symptom-related__sick {
    width: 480px;
    margin-bottom: 0px;
  }
  .symptom-related__recipe {
    width: 480px;
  }
  .symptom-related__banner {
    width: 480px;
    margin: 0;
  }
  .symptom-related__link {
    width: 480px;
    margin: 0;
    padding-top: 48px;
  }
  .symptom-related__link__box {
    justify-content: center;
    height: 96px;
    font-size: 1.8rem;
    text-align: center;
  }
  .symptom-related__link__box--selfcare:hover {
    --color-gray: #cbcbcb;
    border-color: var(--color-gray);
  }
  .symptom-related__link__box--selfcare span {
    position: relative;
    padding: 0 74px 0 55px;
  }
  .symptom-related__link__box--selfcare span::before {
    left: 0;
    width: 44px;
    height: 44px;
    margin-top: -22px;
  }
  .symptom-related__link__box--selfcare span::after {
    right: 0;
    width: 61px;
    height: 79px;
    margin-top: -40px;
  }
  .symptom-related__ttl {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 30px;
    font-size: 1.8rem;
    box-sizing: border-box;
  }
  .symptom-related__ttl::before {
    width: 23px;
    height: 26px;
    margin-top: -11px;
  }
  .symptom-related__recipe .symptom-related__ttl::before {
    width: 23px;
    height: 21px;
    margin-top: -11px;
  }
    .symptom-related__list__item a {
    min-height: 50px;
    padding-left: 20px;
    padding-right: 30px;
    font-size: 1.5rem;
    line-height: 1.5;
    /* line-height: 50px; */
    transition: all 0.3s ease;
  }
  .ie .symptom-related__list__item a {
    height: 50px;
  }
  .symptom-related__list__item a:hover {
    background-color: var(--color-blue);
    color: var(--color-white);
  }
  .symptom-related__recipe .symptom-related__list__item a:hover,
  .symptom-related__selfcare .symptom-related__list__item a:hover {
    background-color: var(--color-red);
  }
  .symptom-related__list__item a:hover::after {
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
  }
  .symptom-related__selfcare .symptom-related__list__item .symptom-related__list__item__blank::after {
    right: 12px;
    width: 16px;
    height: 12px;
    margin-top: -6px;
  }
  .symptom-related__selfcare .symptom-related__list__item .symptom-related__list__item__blank:hover::after {
    background-image: url(/health/assets/imgs/common/icon_window_white.png);
  }
  .symptom-support__inner {
    min-width: 1000px;
  }
  .symptom-support___list {
    display: flex;
    width: 1000px;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
  }
  .symptom-support___list.list__item-1 {
    justify-content: center;
  }
  .symptom-support__list__item:nth-child(n + 2) {
    margin-top: 0px;
  }
  .symptom-support__list__item:nth-child(n + 3) {
    margin-top: 20px;
  }
  .symptom-support__list__item__ttl a {
    transition: opacity 0.3s ease;
  }
  .symptom-support__list__item__ttl a:hover {
    opacity: 0.6;
  }
  .symptom-support__list__item__faq {
    transition: opacity 0.3s ease;
  }
  .symptom-support__list__item__faq:hover {
    opacity: 0.6;
  }
  .symptom-tab {
    min-width: 1000px;
  }
  .symptom-tab.is-upside {
    margin-top: 40px;
  }
  .symptom-tab__list__item__ttl {
    transition: opacity 0.3s ease;
  }
  .symptom-tab__list__item__ttl:hover {
    opacity: 0.6;
  }
  .is-avtive .symptom-tab__list__item__ttl:hover {
    opacity: 1;
  }
  .symptom-top__inner {
    width: 1000px;
  }
  .symptom-top {
    min-width: 1000px;
  }
  .symptom-top__inner {
    width: 1000px;
  }
  .symptom-top__list {
    margin-top: -130px;
    padding-top: 130px;
  }
  .is-fixed .symptom-top__list {
    margin-top: -80px;
    padding-top: 80px;
  }
  .symptom-top__list__item__child {
    width: 750px;
  }
  ul.symptom-top__list__item__child__list {
    justify-content: flex-start;
    padding-right: 0;
  }
  .symptom-top__list__item__child__item {
    width: 220px;
    margin-right: 30px;
  }
  .symptom-top__list__item__child__item:nth-child(-n+3) {
    border-top: solid 1px var(--color-blue);
  }
  .symptom-top__list__item__child__item a {
    transition: all 0.3s;
  }
  .symptom-top__list__item__child__item a:hover {
    background-color: var(--color-blue);
    color: var(--color-white);
  }
  .symptom-top__list__item__child__item a:hover::after {
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
  }
  .symptom-top__list__item__child__banner {
    max-width: calc(220px * 2 + 30px);
  }
  .selfcare-tab {
    min-width: 1000px;
  }
  .selfcare-tab.is-upside {
    margin-top: 40px;
  }
  .selfcare-tab__list__item__ttl {
    transition: opacity 0.3s ease;
  }
  .selfcare-tab__list__item__ttl:hover {
    opacity: 0.6;
  }
  .is-avtive .selfcare-tab__list__item__ttl:hover {
    opacity: 1;
  }
  .selfcare__page__link__item {
    max-width: 270px;
    width: calc(100% / 2 - 10px * 2);
  }
  .selfcare__page__link__item a {
    transition: all 0.3s;
  }
  .selfcare__page__link__item.is-pre a {
    padding-right: 15px;
    padding-left: calc(8% + 10px);
  }
  .selfcare__page__link__item.is-pre a::after {
    right: auto;
    left: 18px;
    transform: rotate(-135deg);
  }
  .selfcare__page__link__item a:hover {
    background-color: var(--color-blue);
    color: var(--color-white);
  }
  .theme-pink .selfcare__page__link__item a:hover {
    background-color: var(--color-pink);
  }
  .selfcare__page__link__item a:hover::after {
    border-top: 2px solid var(--color-white);
    border-right: 2px solid var(--color-white);
  }
  ul.selfcare__page__link__list.is-multiple .selfcare__page__link__item + .selfcare__page__link__item {
    border-top-width: 1px;
  }
}

@media print, screen and (max-width: 48em) {
  img {
    max-width: 100%;
  }
  .for-tb {
    display: none;
  }
  .for-pc {
    display: none;
  }
  .for-tb-pc {
    display: none;
  }
  .order-sp-0 {
    order: 0;
  }
  .order-sp-1 {
    order: 1;
  }
  .order-sp-2 {
    order: 2;
  }
  .detail__img__item img {
    width: 100%;
    height: auto;
  }
  .detail__img.img-native {
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
  .detail__img.img-native .detail__img__item img {
    max-width: 100%;
    width: auto;
  }
  .detail__img.img-w80 .detail__img__item img {
    width: 100%;
  }
  .detail__img__right {
    width: 45%;
    height: auto;
  }

  .detail__img__right--pc {
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    order: 1;
  }
  .detail__img__right--pc img {
    width: 100%;
    height: auto;
  }
  .clrfix--pc {
    display: flex;
    flex-direction: column;
  }
  .detail__img__right_block_item img {
    width: 100%;
    height: auto;
  }
  .detail__img__left_block_item img {
    width: 100%;
    height: auto;
  }
  .detail__img__right_block_item.sp_original_center img {
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .detail__img__left_block_item.sp_original_center img {
    width: auto;
    margin: 0 auto;
    display: block;
  }
  .detail__img__right_block_item.sp-w30p img,
  .detail__img__item.sp-w30p img,
  .detail__img__right_block_item.sp-w40p img,
  .detail__img__item.sp-w40p img,
  .detail__img__right_block_item.sp-w50p img,
  .detail__img__item.sp-w50p img,
  .detail__img__right_block_item.sp-w60p img,
  .detail__img__item.sp-w60p img,
  .detail__img__right_block_item.sp-w80p img,
  .detail__img__item.sp-w80p img {
    display: block;
    margin: 0 auto;
    max-width: 400px;
  }
  .detail__img__right_block_item.sp-w40p img,
  .detail__img__item.sp-w30p img {
    width: 30% !important;
  }
  .detail__img__right_block_item.sp-w40p img,
  .detail__img__item.sp-w40p img {
    width: 40% !important;
  }
  .detail__img__right_block_item.sp-w50p img,
  .detail__img__item.sp-w50p img {
    width: 50% !important;
  }
  .detail__img__right_block_item.sp-w60p img,
  .detail__img__item.sp-w60p img {
    width: 60% !important;
  }
  .detail__img__right_block_item.sp-w80p img,
  .detail__img__item.sp-w80p img {
    width: 80% !important;
  }
  .detail-linkbox__list__item:nth-child(-n+2) {
    margin-top: 0px;
  }
  .detail-linkbox__list__item:nth-child(even) {
    margin-left: 7px;
    margin-right: 0px;
  }
  .detail-linkbox__list__item img {
    width: 100%;
    height: auto;
  }
  .recipe-conditions__item {
    width: calc(100% / 3);
    text-align: center;
    border: solid 1px var(--color-red);
    border-radius: 10px;
    overflow: hidden;
  }
  .recipe-conditions__item + .recipe-conditions__item {
    margin-left: calc(30px / 2);
  }
  .recipe-hit-count__text {
    box-sizing: border-box;
    padding-left: 4%;
    padding-right: 4%;
  }
  .recipe-hit-count__caption {
    padding: 0 4%;
    margin-top: 18px;
    line-height: 1.4;
  }
}

@media print, screen and (min-width: 30em) {
  .detail__table__scroll__min {
    overflow-x: hidden;
    margin-top: 30px;
    padding: 0;
}
  .detail__table__scroll__inner__min {
    width: 100%;
    padding: 0;
  }
  .detail__table__scroll__inner__min .detail__table__min {
    width: 100%;
  }

  .detail__list__flex-pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .detail__list__flex-pc > li {
    width: calc(50% - 1em);
    margin-bottom: 5px;
  }

  .detail__list__flex-pc > li + li {
    margin-top: 0;
  }
}
