@charset "UTF-8";
/*
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;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box; }
  @media screen and (min-width: 768px) {
    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 {
      font-size: 1.625rem; } }

body {
  color: #3d3d3d;
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: normal;
  font-weight: 300;
  line-height: 1.8; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-weight: 500; }

html, body, div, object, iframe, 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 {
  font-weight: normal; }

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;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #3d3d3d;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #3d3d3d;
  font-style: italic;
  font-weight: bold;
  font-weight: 500; }

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 #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body, div, span, object, iframe, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
strong, 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,
header, hgroup, menu, nav, section, summary,
time, mark, audio, video,
h1.drawer-brand {
  font-size: 1.4rem; }
  @media screen and (min-width: 768px) {
    body, div, span, object, iframe, p, blockquote, pre,
    abbr, address, cite, code,
    del, dfn, em, img, ins, kbd, q, samp,
    strong, 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,
    header, hgroup, menu, nav, section, summary,
    time, mark, audio, video,
    h1.drawer-brand {
      font-size: 1.8rem; } }

ol, ul {
  list-style: none; }

a {
  color: #d76492;
  text-decoration: none;
  display: inline-block; }
  a[href*="tel:"] {
    text-decoration: underline; }
  @media screen and (min-width: 768px) {
    a {
      transition: opacity 0.3s ease-out; }
      a:hover {
        opacity: .5; }
      a[href*="tel:"] {
        color: #3d3d3d;
        cursor: default;
        pointer-events: none;
        text-decoration: none; } }

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

span {
  font-size: inherit;
  font-weight: inherit; }

strong {
  font-weight: bold;
  font-weight: 500; }

small {
  font-size: 1rem; }
  @media screen and (min-width: 768px) {
    small {
      font-size: 1.25rem; } }

sub, sup {
  font-size: 1rem;
  transform: scale(0.8);
  display: inline-block; }

sub {
  vertical-align: bottom; }

sup {
  vertical-align: top; }

main {
  display: block; }

/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important; }

.drawer-nav {
  position: fixed;
  z-index: 105;
  top: 0;
  overflow: hidden;
  width: 90%;
  height: 100%;
  color: #222;
  background-color: #fff; }

.drawer-brand {
  width: 12em;
  line-height: 1;
  display: block;
  padding-right: 0.8em;
  text-decoration: none; }
  .drawer-brand img {
    width: 108px; }
  .drawer-brand span {
    color: #3d3d3d;
    font-size: 1rem;
    font-weight: normal;
    font-weight: 400;
    display: inline-block;
    margin-top: 6px; }

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none; }

.drawer-menu-item a, .drawer-dropdown a {
  line-height: 1.4;
  display: block;
  padding: 0.8em 2em 0.8em 1.2em; }

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2); }

.drawer-open .drawer-overlay {
  display: block; }

@media screen and (max-width: 767px) {
  .drawer-nav {
    max-width: 380px; }

  .drawer-menu-item a, .drawer-dropdown a {
    border-bottom: 2px solid #f7e8ed;
    border-bottom: 2px solid #E6E6E6;
    color: #333; }

  .drawer-menu-border-none > a {
    border: none; }

  .drawer-menu-item a, .drawer-dropdown-menu a {
    position: relative; }
    .drawer-menu-item a::after, .drawer-dropdown-menu a::after {
      width: 6px;
      height: 6px;
      content: " ";
      transform: rotate(45deg);
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1.2em; } }
@media screen and (min-width: 768px) {
  .drawer-nav {
    display: flex; }

  .drawer-brand {
    display: flex;
    align-items: center;
    flex-wrap: wrap; }

  .drawer-menu-item a, .drawer-dropdown a {
    padding: .8em 0; }

  .drawer-menu-item {
    position: relative; }
    .drawer-menu-item a:not([class*=button])::after {
      width: 100%;
      height: 2px;
      content: '';
      background-color: #d76492;
      transform: scale(0, 1);
      transform-origin: left top;
      transition: transform .3s;
      position: absolute;
      bottom: 0;
      left: 0; }
    .drawer-menu-item a:not([class*=button]):hover {
      color: #d76492; }
      .drawer-menu-item a:not([class*=button]):hover::after {
        transform: scale(1, 1); } }
/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -100%;
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1); }

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0; }

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem; }

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  display: block;
  box-sizing: content-box;
  width: 2.6rem;
  padding-right: 0.8em;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent; }

.drawer-hamburger:focus {
  box-shadow: none; }

.drawer-hamburger-icon {
  position: relative;
  display: inline-block;
  vertical-align: top; }

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #3d3d3d; }

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: 8px;
  left: 0;
  content: ' '; }

.drawer-hamburger-icon:before {
  width: 85%; }

.drawer-hamburger-icon:after {
  width: 70%;
  top: 16px; }

.drawer-open .drawer-hamburger-icon {
  background-color: transparent; }

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  width: 100%;
  height: 1px; }

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 8px; }

.drawer-open .drawer-hamburger-icon:before {
  transform: rotate(45deg); }

.drawer-open .drawer-hamburger-icon:after {
  transform: rotate(-45deg); }

@media screen and (max-width: 767px) {
  .drawer-goods-main {
    display: none; } }

@media screen and (max-width: 767px) {
  .drawer-active-main {
    display: none; } }

/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff; }

.drawer--sidebar .drawer-contents {
  background-color: #fff; }

@media screen and (min-width: 768px) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden; }

  .drawer--sidebar .drawer-nav {
    display: block;
    transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%; }

  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd; }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem; }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem; } }
@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem; }

  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem; }

  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem; } }
/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 6.4rem; }

.drawer-navbar .drawer-navbar-header {
  background-color: #fff; }

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%; }

.drawer-navbar--fixed {
  position: fixed; }

.drawer-navbar-header {
  position: relative;
  z-index: 107;
  box-sizing: border-box;
  width: 100%;
  height: 6.4rem;
  padding: 0 0.8em;
  display: flex;
  align-items: center; }

.drawer-navbar .drawer-nav {
  padding-top: 6.4rem; }

.drawer-navbar .drawer-menu {
  padding-bottom: 12.8rem; }

@media screen and (max-width: 767px) {
  .drawer-navbar-header {
    box-shadow: 0px 1px 7px -1px rgba(0, 0, 0, 0.2); } }
@media screen and (min-width: 768px) {
  .drawer--navbarTopGutter {
    padding-top: 7rem; }

  .drawer-navbar {
    height: 7rem;
    background-color: #fff; }

  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: flex;
    width: 12em;
    padding: 0;
    border: 0; }

  .drawer-navbar-header {
    height: 7rem; }

  @keyframes fadeDown {
    from {
      opacity: 0;
      transform: translateY(-10px); }
    to {
      opacity: 1;
      transform: translateY(0); } }
  .drawer-goods-main,
  .drawer-active-main {
    position: relative;
    width: 100vw;
    height: calc(100vh - 70px);
    z-index: 3;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: none; }
    .drawer-goods-main::-webkit-scrollbar,
    .drawer-active-main::-webkit-scrollbar {
      display: none; }
    .drawer-goods-main.show,
    .drawer-active-main.show {
      display: block;
      animation-name: fadeDown;
      animation-duration: 0.5s;
      animation-fill-mode: forwards; } }
  @media screen and (min-width: 768px) and (max-width: 767px) {
    .drawer-goods-main,
    .drawer-active-main {
      display: none; } }

@media screen and (min-width: 768px) {
  .drawer-active-main .drawer-goods-list-wrap {
    width: 900px; }
    .drawer-active-main .drawer-goods-list-wrap h2 {
      text-align: center;
      font-size: 2.5rem;
      border-bottom: 3px solid #ccc;
      padding-bottom: 15px; }
    .drawer-active-main .drawer-goods-list-wrap .drawer-active-container {
      display: flex; }
      .drawer-active-main .drawer-goods-list-wrap .drawer-active-container .drawer-active-flex {
        width: calc(100% / 2); }
        .drawer-active-main .drawer-goods-list-wrap .drawer-active-container .drawer-active-flex li {
          padding: 15px 20px;
          border-bottom: 1px solid #ccc;
          position: relative; }
          .drawer-active-main .drawer-goods-list-wrap .drawer-active-container .drawer-active-flex li::after {
            content: " ";
            vertical-align: middle;
            width: 10px;
            height: 10px;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 3.2em;
            margin: auto;
            transform: rotate(45deg);
            border-top: 1px solid #a4a4a4;
            border-right: 1px solid #a4a4a4; }
          .drawer-active-main .drawer-goods-list-wrap .drawer-active-container .drawer-active-flex li a {
            font-size: 1.4rem;
            font-weight: normal; }
        .drawer-active-main .drawer-goods-list-wrap .drawer-active-container .drawer-active-flex .flex-aic {
          display: flex;
          align-items: center; }

  .drawer-goods-bg {
    padding-bottom: 100px;
    width: 100%;
    height: 985px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4; }

  .drawer-goods-list-wrap {
    width: 1100px;
    border: 2px solid #D76492;
    border-radius: 10px;
    margin: 0 auto;
    padding: 30px 26px 40px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5; }

  .drawer-goods-list-flex {
    display: flex;
    margin-bottom: 34px; }

  .drawer-goods-list {
    width: 100%;
    padding: 0 15px; }
    .drawer-goods-list:not(:last-child) {
      border-right: #D76492 1px dotted; }
    .drawer-goods-list .drawer-goods:first-child {
      border-bottom: #D76492 1px dotted;
      min-height: 350px; }
    .drawer-goods-list .drawer-goods:last-child {
      padding-top: 18px; }

  .drawer-goods-name {
    background-color: #D76492;
    color: #ffffff;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-bottom: 18px;
    width: 100%;
    text-align: center; }

  .drawer-goods-content li {
    margin-bottom: 15px; }
    .drawer-goods-content li a {
      display: flex;
      color: #3D3D3D; }

  .drawer-goods-more ul {
    height: 270px;
    overflow: hidden; }
  .drawer-goods-more.show ul {
    height: auto;
    overflow: auto; }

  .drawer-goods-more-btn {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), white 30%);
    cursor: pointer;
    color: #D76492;
    display: table;
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: -30px;
    text-align: center;
    position: relative;
    z-index: 3; }
    .drawer-goods-more-btn span {
      display: table-cell;
      vertical-align: middle;
      font-weight: bold; }
    .drawer-goods-more-btn.show {
      background: transparent; }
      .drawer-goods-more-btn.show span {
        font-size: 0; }
        .drawer-goods-more-btn.show span:before {
          font-size: 1.4rem;
          content: "閉じる"; }

  .drawer-goods-content-image {
    margin-right: 10px;
    width: 40px;
    height: 40px; }

  .drawer-goods-content-name {
    display: table;
    text-align: left; }
    .drawer-goods-content-name > span {
      display: table-cell;
      font-size: 1.4rem;
      line-height: 1.2;
      vertical-align: middle; }

  .drawer-goods-content-name-small {
    font-size: 1.2rem; }

  .drawer-goods-list-btn {
    margin: 0 auto;
    color: #d76492 !important;
    font-size: 1.6rem !important; }

  .drawer-navbar .drawer-menu, .drawer-col2 ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; } }
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
  .drawer-navbar .drawer-menu {
    justify-content: space-between; } }

@media screen and (min-width: 768px) {
  .drawer-col2 ul {
    flex-direction: row-reverse; }

  .drawer-navbar .drawer-menu-item {
    line-height: 7rem;
    padding: 0.8em 0;
    margin-left: 1.4em;
    display: table;
    text-align: center; }
    .drawer-navbar .drawer-menu-item a {
      display: table-cell;
      vertical-align: middle;
      padding: 0; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
    .drawer-navbar .drawer-menu-item {
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 999px) {
    .drawer-navbar .drawer-menu-item a {
      font-size: 1.15rem; } }

@media screen and (min-width: 768px) {
  .drawer-navbar .drawer-hamburger {
    display: none; }

  .drawer-navbar .drawer-nav {
    position: relative;
    right: 0;
    overflow: visible;
    width: auto;
    height: 7rem;
    padding-top: 0;
    transform: translate3d(0, 0, 0); }

  .drawer-navbar .drawer-menu {
    padding: 0; }

  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd; }

  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.8em; } }
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  transition: .4s ease;
  padding: 0 0 0 24px;
  background-color: #fff; }

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none; }

.drawer-dropdown-menu-item {
  line-height: 6.4rem;
  display: block;
  padding: 0;
  padding-right: 0.8em;
  padding-left: 1.6em;
  text-decoration: none; }

.drawer-dropdown .drawer-menu-item {
  position: relative; }
  .drawer-dropdown .drawer-menu-item::before, .drawer-dropdown .drawer-menu-item::after {
    content: " ";
    display: inline-block;
    width: 10px;
    height: 1px;
    background-color: #333;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 14px;
    transition: all .3s; }
  .drawer-dropdown .drawer-menu-item::before {
    transform: rotate(0deg); }
  .drawer-dropdown .drawer-menu-item::after {
    transform: rotate(90deg); }
.drawer-dropdown.open .drawer-menu-item::before {
  display: none; }
.drawer-dropdown.open .drawer-menu-item::after {
  transform: rotate(180deg); }
.drawer-dropdown .js-accordion.is-accordion--open::after {
  transform: rotate(-45deg); }

/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto; }

@media screen and (min-width: 768px) {
  .drawer-container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between; } }
/*ヘッダー*/
header .drawer-menu-ttl {
  font-weight: bold;
  font-weight: 500;
  line-height: 1;
  border-bottom: 2px solid #f7e8ed;
  display: block;
  padding: 0.8em 0.8em 0.8em 0.4em;
  padding-left: 1.5em;
  background-color: #F7E8ED;
  font-size: 11px; }
  header .drawer-menu-ttl:first-of-type {
    border-top: none; }
header .drawer-dropdown-menu-item {
  padding-left: 0.4em; }
header .item-lst {
  border-bottom: 2px solid #f7e8ed; }
  header .item-lst ul {
    padding-left: 24px; }
  header .item-lst a {
    padding-left: 0.4em; }
@media screen and (max-width: 767px) {
  header .drawer-col2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  header .drawer-col2 li {
    width: 50%; }
    header .drawer-col2 li:nth-of-type(2n+1) {
      border-right: 1px solid #f7e8ed; }
    header .drawer-col2 li:nth-of-type(2n+0) {
      border-left: 1px solid #f7e8ed; } }
@media screen and (min-width: 1000px) and (max-width: 1199px) {
  header .drawer-menu-item {
    text-align: center; }
    header .drawer-menu-item:first-of-type a {
      width: 6em; }
    header .drawer-menu-item:nth-of-type(2) a {
      width: 6em; }
  header .drawer-col2 .drawer-menu-item:first-of-type a {
    width: 10em; }
  header .drawer-col2 .drawer-menu-item:nth-of-type(2) a {
    width: 9em; }
  header .drawer-col2 .drawer-menu-item:nth-of-type(6) a {
    width: 5em; }
  header .drawer-col2 .drawer-menu-item:nth-of-type(4) a {
    min-width: 6em; } }
header .drawer-menu-contact > .hdr-button {
  font-size: 12px;
  text-decoration: none; }
  header .drawer-menu-contact > .hdr-button > span {
    display: block;
    font-size: 11px; }
@media screen and (min-width: 768px) and (max-width: 999px) {
  header.drawer-navbar .drawer-menu {
    align-content: center;
    flex-wrap: wrap;
    justify-content: flex-start; }
  header .drawer-col2 {
    width: 100%; }
    header .drawer-col2 ul::after {
      width: 1em;
      height: 0;
      content: "";
      display: block;
      flex-grow: 2;
      order: 2; }
    header .drawer-col2 .drawer-menu-item:first-of-type, header .drawer-col2 .drawer-menu-item:nth-of-type(2) {
      order: 1; }
    header .drawer-col2 .drawer-menu-item:last-of-type, header .drawer-col2 .drawer-menu-item:nth-last-of-type(2), header .drawer-col2 .drawer-menu-item:nth-last-of-type(3) {
      order: 3; }
  header .drawer-menu-item a {
    padding: .4em 0; } }
@media screen and (min-width: 768px) {
  header {
    box-shadow: 0px 5px 4px -5px rgba(0, 0, 0, 0.2); }
    header div, header p, header dl, header dt, header dd, header ol, header ul, header li, header nav, header a:not([class*="button"]) {
      color: #3d3d3d;
      font-size: 1.3rem; }
    header a span {
      display: inline-block; }
    header .drawer-col2 .hdr-button {
      max-width: 400px;
      height: auto;
      font-size: 1.3rem;
      font-weight: bold;
      font-weight: 500;
      text-decoration: none;
      line-height: 1.4;
      border: 1px solid #d76492;
      border-radius: 5em;
      box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.2);
      padding: .4em 2.4em .4em 1em;
      position: relative; }
      header .drawer-col2 .hdr-button::after {
        content: " ";
        vertical-align: middle;
        width: 6px;
        height: 6px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1.2em;
        margin: auto;
        transform: rotate(45deg);
        border-top: 1px solid #d76492;
        border-right: 1px solid #d76492; }
    header .drawer-col2 .drawer-menu-item:first-of-type {
      margin-left: .8em; } }

.nav_contects {
  background: #fff;
  height: 100vh;
  max-width: 380px;
  width: 90%;
  position: fixed;
  right: -100%;
  z-index: 1000;
  transition: 0.5s;
  overflow: scroll; }
  .nav_contects .target_blank::after {
    align-items: center;
    border: none;
    content: "\f08e";
    display: flex;
    font-family: FontAwesome, "Noto Sans JP", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
    font-weight: 900;
    position: absolute;
    right: 1.2em;
    transform: none;
    color: #c1c1c1; }

.nav_contects.open {
  right: 0; }

.nav_title {
  text-align: center;
  background: #f7f7f7;
  padding: 10px 0;
  font-weight: bold;
  position: relative; }

.nav_title::before {
  width: 6px;
  height: 6px;
  content: " ";
  -webkit-transform: rotate(227deg);
  transform: rotate(227deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.2em; }

.drawer-container {
  align-items: center; }

.drawer-menu-subTitle {
  position: relative; }

.drawer-menu-subTitle::after {
  width: 6px;
  height: 6px;
  content: " ";
  -webkit-transform: rotate(136deg);
  transform: rotate(136deg);
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2em;
  transition: .3s; }

.drawer-dropdown.open .drawer-menu-subTitle::after {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg); }

.drawer-menu-item a {
  display: flex;
  align-items: center;
  text-decoration: none; }

.drawer-menu-item a img {
  width: 30px;
  margin-right: 5px;
  object-fit: contain; }

@media screen and (max-width: 768px) {
  .drawer-navbar .drawer-menu {
    padding-bottom: 20rem; }

  .drawer-menu-item-arrowNone a {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-bottom: 2px solid #E6E6E6;
    color: #333;
    line-height: 1.4;
    padding: 0.8em 2em 0.8em 1.2em;
    -webkit-tap-highlight-color: transparent; }

  .drawer-menu-item-arrowNone a img {
    margin-right: 5px;
    object-fit: contain; }

  header .drawer-dropdown-menu-item-arrowNone {
    padding-left: 0.4em; }

  .drawer-dropdown-menu-item-arrowNone {
    line-height: 6.4rem;
    display: block;
    padding: 0;
    padding-right: 0.8em;
    padding-left: 1.6em;
    text-decoration: none; }

  .drawer-dropdown-menu-item-arrowNone a {
    display: flex;
    align-items: center;
    text-decoration: none;
    border-bottom: 2px solid #E6E6E6;
    color: #333;
    line-height: 1.4;
    padding: 0.8em 2em 0.8em 1.2em;
    -webkit-tap-highlight-color: transparent; }

  .drawer-dropdown-menu-item-arrowNone a img {
    width: 30px;
    margin-right: 5px;
    object-fit: contain; }

  .drawer-dropdown-menu-item-arrowNone a::after {
    display: none; }

  .drawer-dropdown-menu-item-arrowNone::after {
    display: none; } }
/* フッター */
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

footer {
  margin-top: auto; }
  footer small {
    font-size: 1rem;
    text-align: center;
    display: block;
    margin-top: 10px; }
  @media screen and (min-width: 768px) {
    footer small {
      margin-top: 100px; } }

.ftr_wrap {
  margin-top: 32px; }

.ftr_bgc {
  background-color: #f7e8ed;
  padding: 20px 16px 24px; }

.ftr_menu_lst {
  max-width: 1200px;
  line-height: 1.4;
  margin: auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .ftr_menu_lst {
      width: auto; } }
  .ftr_menu_lst .menu-ttl {
    font-size: 1.4rem;
    margin-top: 16px; }
  .ftr_menu_lst a {
    font-size: 1.3rem;
    text-decoration: none;
    display: block;
    color: #333; }

.menu_lst li,
.menu_acd li {
  margin-left: 16px; }
.menu_lst a,
.menu_acd a {
  font-size: 13px;
  padding: 0 3em 0 0;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center; }
  .menu_lst a::after,
  .menu_acd a::after {
    width: 6px;
    height: 6px;
    content: " ";
    transform: rotate(45deg);
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.1em; }
.menu_lst .target_blank::after,
.menu_acd .target_blank::after {
  border: none;
  font-family: FontAwesome, "Noto Sans JP", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  content: "\f08e";
  font-weight: 900;
  transform: none;
  align-items: center;
  display: flex; }
  @media screen and (max-width: 767px) {
    .menu_lst .target_blank::after,
    .menu_acd .target_blank::after {
      height: auto; } }
.menu_lst .fz-ajst,
.menu_acd .fz-ajst {
  font-weight: normal !important;
  font-size: 13px; }
.menu_lst .ftr_serch,
.menu_acd .ftr_serch {
  margin-top: 22px;
  margin-bottom: 22px;
  font-weight: bold !important; }
.menu_lst .search_mgn10,
.menu_acd .search_mgn10 {
  margin-top: 10px; }
.menu_lst > div > ul > li > a,
.menu_acd > div > ul > li > a {
  margin-top: 18px; }
.menu_lst > .area-f_sns > ul > li > a,
.menu_acd > .area-f_sns > ul > li > a {
  margin-top: 4px; }

.area-f_pmark a:after {
  display: none; }

.area-contact a.btn_l_pnk {
  font-size: 1.2rem;
  background-color: transparent; }

.area-f_sns {
  margin: 24px auto 0; }
  .area-f_sns p {
    font-size: 13px;
    margin-bottom: 8px; }
  .area-f_sns a {
    width: 40px;
    display: inline-block;
    padding: 0; }
    .area-f_sns a::after {
      display: none; }

.menu_lst.txt_lnk {
  margin-top: 16px; }
  .menu_lst.txt_lnk a {
    line-height: 2.5;
    display: inline;
    margin-left: 0;
    padding: 0 0 0 0.9em;
    position: relative; }
    .menu_lst.txt_lnk a::after {
      border-width: 3px;
      border-bottom: 3px solid transparent;
      border-left: 3px solid transparent;
      right: auto;
      bottom: auto;
      top: 1em;
      left: 0; }

.txt_lnk > a {
  margin-top: 0; }

.ftr_contact {
  position: relative; }
  .ftr_contact > span {
    display: block;
    font-size: 12px; }
  .ftr_contact .large_ttl {
    font-size: 20px;
    font-weight: 500; }

.ftr_line:before {
  background-image: url(https://assets.belta.co.jp/common/ico_line.png);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat; }

.ftr_tell:before {
  background-image: url(https://assets.belta.co.jp/common/ftr_phone.png); }

.bfaf_none:after {
  display: none !important; }

@media screen and (max-width: 767px) {
  .ftr_menu_lst a.fz-ajst {
    font-weight: bold;
    font-weight: 500; }

  .menu_lst.txt_lnk a {
    margin-right: 1.5em; }
    .menu_lst.txt_lnk a::after {
      top: 0.5em; }

  .area-contact {
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-top: 24px; }
    .area-contact div {
      width: 49%; }
    .area-contact a.btn_l_pnk {
      padding: 0.2em 2.2em 0.2em 1.6em;
      box-shadow: 0px 5px 6px -4px rgba(0, 0, 0, 0.2); }
      .area-contact a.btn_l_pnk span {
        display: inline-block; }
        .area-contact a.btn_l_pnk span[class*="fa"] {
          padding-left: 14px; }
        .area-contact a.btn_l_pnk span.fa-envelope-o::before {
          font-size: 1.4rem; }
        .area-contact a.btn_l_pnk span.fa-mobile::before {
          font-size: 2.4rem; }
      .area-contact a.btn_l_pnk + p {
        color: #d76492;
        font-size: 1.2rem;
        margin-top: 0.6em; }

  .area-f_sns {
    max-width: 414px; }
    .area-f_sns p {
      width: 9em;
      font-size: 1.2rem;
      vertical-align: middle;
      display: inline-block; }
      .area-f_sns p span {
        display: inline-block; }
    .area-f_sns a {
      vertical-align: middle;
      display: inline-block;
      margin-left: 2em;
      padding: 0; } }
@media screen and (min-width: 768px) {
  .ftr_wrap {
    margin-top: 50px; }

  .ftr_bgc {
    padding: 40px 32px 32px; }

  .ftr_menu_lst {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .ftr_menu_lst .menu-ttl {
      font-size: 1.2rem; }
    .ftr_menu_lst > .menu_lst > .menu-ttl {
      font-size: 15px;
      font-weight: bold; }

  .menu_lst .menu_lst,
  .menu_lst .menu_acd {
    margin-left: 0; }

  .area-contact {
    margin-top: 0.5em; }
    .area-contact p.u-dp_pc {
      font-size: 1.4rem; }
      .area-contact p.u-dp_pc i {
        margin-right: 0.2em;
        transform: rotate(20deg); }
      .area-contact p.u-dp_pc span {
        font-size: 1.2rem;
        display: block;
        margin-left: 0.5em; }
      .area-contact p.u-dp_pc .tel_num {
        font-size: 2.8rem;
        margin-left: 0.46em;
        letter-spacing: 1px; }
    .area-contact > div {
      margin-top: 24px; }
    .area-contact a.btn_l_pnk {
      height: auto;
      min-height: 3.6rem;
      font-size: 1.4rem;
      text-align: center;
      padding: 0.2em 2.2em 0.2em 1.6em; }
      .area-contact a.btn_l_pnk > span {
        width: 100%; }
        .area-contact a.btn_l_pnk > span::before {
          font-size: 1.6rem; }

  .area-f_sns a {
    margin-top: 8px; }
  .area-f_sns > ul {
    display: flex; }
    .area-f_sns > ul > li {
      margin-left: 0;
      height: auto;
      overflow: auto;
      opacity: inherit;
      transition: none;
      margin-left: 16px; }
      .area-f_sns > ul > li:first-child {
        margin-left: 0;
        height: auto;
        overflow: auto;
        opacity: inherit;
        transition: none;
        margin-left: 0; }

  .menu_lst.txt_lnk {
    width: 100%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin-top: 40px;
    padding: 1em 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .menu_lst.txt_lnk a {
      width: auto; }

  .company-pc-layout.flex_menu {
    position: absolute;
    bottom: -8rem;
    width: 80%;
    max-width: 1200px;
    margin: auto !important;
    left: 0;
    right: 0; }
    .company-pc-layout.flex_menu .footer_border {
      border: none; }
      .company-pc-layout.flex_menu .footer_border .menu-ttl {
        display: none; }
      .company-pc-layout.flex_menu .footer_border ul {
        display: flex;
        width: 100%;
        justify-content: center; }
        .company-pc-layout.flex_menu .footer_border ul .mgnb_none {
          width: 22rem;
          margin: 0; }
          .company-pc-layout.flex_menu .footer_border ul .mgnb_none .fz-ajst {
            display: block;
            width: 22rem;
            text-align: center;
            padding: 0;
            line-height: 4; }
            .company-pc-layout.flex_menu .footer_border ul .mgnb_none .fz-ajst::after {
              display: none; } }
.ftr_menu_lst .pdn_top_title {
  margin-top: 35px; }
.ftr_menu_lst .pad_top_item_top {
  margin-top: 20px; }
.ftr_menu_lst .pad_top_item_mid {
  margin-top: 22px; }
.ftr_menu_lst .pad_top_item_bot {
  margin-top: 12px; }

.menu_acd label {
  color: #333;
  font-size: 1.2rem;
  display: block;
  padding: 0 3em 0 0;
  margin: 1em 0;
  cursor: pointer;
  position: relative; }
.menu_acd input {
  display: none; }
.menu_acd li {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  align-self: center; }
.menu_acd input:checked ~ ul {
  margin-top: -10px;
  padding-bottom: 10px; }
.menu_acd input:checked ~ ul li {
  height: 2.6em;
  opacity: 1; }
.menu_acd input:checked ~ ul .mgnb_none {
  margin-bottom: 0 !important; }
.menu_acd #menu_acd_bar05_h:checked ~ ul li:nth-of-type(2) {
  height: 4.4em; }
.menu_acd label::before, .menu_acd label::after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 1px;
  background-color: #333;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 11px;
  transition: all 0.3s; }
.menu_acd label::before {
  transform: rotate(0deg); }
.menu_acd label::after {
  transform: rotate(90deg); }
.menu_acd input:checked ~ label::before {
  display: none; }
.menu_acd input:checked ~ label::after {
  transform: rotate(180deg); }
.menu_acd input:checked ~ .menu-ttl > label::after {
  transform: rotate(180deg); }

.menu_acd_h {
  height: auto !important; }

.area-group_site {
  width: 100%;
  margin-top: 1em; }
  .area-group_site input ~ div a {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.5s;
    padding: 0; }
  .area-group_site .slick-list {
    line-height: 0; }
  .area-group_site input:checked ~ div {
    padding-bottom: 10px; }
    .area-group_site input:checked ~ div .slick-list {
      line-height: 1.4; }
    .area-group_site input:checked ~ div a {
      height: 56px;
      opacity: 1; }
    @media screen and (min-width: 768px) {
      .area-group_site input:checked ~ div {
        padding-bottom: 20px; } }

.group_site_inner a::after {
  display: none; }

@media screen and (max-width: 767px) {
  .group_site_inner a {
    margin: 0 0.4em; } }
@media screen and (min-width: 768px) {
  .area-group_site {
    text-align: center; }
    .area-group_site label {
      display: inline-block; }

  .group_site_inner {
    display: flex;
    justify-content: space-evenly; }
    .group_site_inner > a > img {
      height: 100%;
      margin: auto; } }
@media screen and (min-width: 768px) {
  .ftr_menu_lst {
    row-gap: 30px; }

  .flex_menu {
    width: 19%; } }
@media screen and (max-width: 767px) {
  .menu_acd label {
    font-size: 13px; }

  .ftr_menu_lst > .border_contents {
    border-bottom: none; }

  .pdn_left {
    padding-left: 16px;
    margin-bottom: 28px; }

  .menu_lst .menu-ttl,
  .menu_acd .menu-ttl {
    font-weight: normal !important; }
    .menu_lst .menu-ttl > label,
    .menu_acd .menu-ttl > label {
      font-weight: normal !important;
      font-size: 14px; }

  .menu_acd input:checked ~ ul li {
    min-height: 2.8em;
    height: auto;
    opacity: 1; }

  .menu_acd input:checked ~ ul .accordion_large {
    height: 60px !important; }

  .menu_acd input:checked ~ ul .menu_acd_title {
    font-weight: bold;
    font-size: 14px;
    margin-top: 26px;
    margin-left: 0px;
    height: 1.6em; }

  .menu_acd_large #menu_acd_bar09:checked ~ ul .mgn_set {
    height: 46px; }

  .menu_acd_large #menu_acd_bar14:checked ~ ul .mgn_set {
    height: 46px; }

  .menu_acd_large ul div {
    height: 0;
    display: none; }

  .menu_acd_large ul div ul {
    height: 0;
    display: none; }

  .menu_acd_large #menu_acd_bar09:checked ~ ul > div {
    min-height: 26px;
    height: auto;
    display: block;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar14:checked ~ ul > div {
    min-height: 30px;
    height: auto;
    display: block;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar08:checked ~ ul > div {
    min-height: 30px;
    height: auto;
    display: block;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar13:checked ~ .menu_acd_usage_ul {
    display: block;
    height: 190px; }

  .menu_acd_large #menu_acd_bar15:checked ~ .menu_acd_usage_ul {
    display: block;
    max-height: 422px;
    height: auto;
    margin: 28px 0 28px 16px; }

  .menu_acd_large #menu_acd_bar16:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto; }

  .menu_acd_large #menu_acd_bar47:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto; }

  .menu_acd_large #menu_acd_bar48:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto; }

  .menu_acd_large #menu_acd_bar17:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar18:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar19:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar20:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar21:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar22:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar23:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px; }

  .menu_acd_large #menu_acd_bar39:checked ~ .menu_acd_usage_ul {
    display: block;
    height: auto;
    margin-left: 16px; }

  .menu_lst > a {
    margin-left: 16px; }

  .ftr_contact > span {
    display: block;
    font-size: 12px; }

  .area-f_sns > p {
    width: 100%;
    text-align: center;
    margin-top: 16px; }
  .area-f_sns > ul {
    display: flex;
    justify-content: center; }
    .area-f_sns > ul > li {
      margin-left: 24px; }
      .area-f_sns > ul > li > a {
        margin-top: 6px !important;
        margin-left: 0 !important; }
      .area-f_sns > ul > li:first-child {
        margin-left: 0; }
        .area-f_sns > ul > li:first-child > a {
          margin-left: 0; }

  .menu_lst.txt_lnk a {
    margin-right: 0; } }
/*footer追記*/
.border_contents .footer_border {
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  min-height: auto; }
  @media screen and (max-width: 767px) {
    .border_contents .footer_border {
      border-top: none; } }

.border_contents .border_top_none {
  border-top: none; }

.menu_acd,
.menu_lst {
  margin-left: 0px !important; }

.menu_lst .menu-ttl,
.menu_acd .menu-ttl {
  font-weight: bold; }

.menu_lst .menu-ttl > label,
.menu_acd .menu-ttl > label {
  font-size: 14px; }

.menu_acd label {
  font-size: 13px; }

.ftr_menu_lst a.fz-ajst {
  font-weight: bold;
  font-weight: 500; }

.menu_acd input:checked ~ ul li {
  height: 2.8em;
  opacity: 1; }
  @media screen and (max-width: 767px) {
    .menu_acd input:checked ~ ul li {
      height: 3.2em; } }

.menu_acd_large #menu_acd_bar26:checked ~ ul .mgn_set {
  height: 46px; }
.menu_acd_large #menu_acd_bar37:checked ~ ul .mgn_set {
  height: 46px; }
.menu_acd_large #menu_acd_bar26:checked ~ ul > div {
  min-height: 30px;
  height: auto;
  display: block;
  margin-left: 16px; }
.menu_acd_large #menu_acd_bar36:checked ~ ul > div {
  min-height: 30px;
  height: auto;
  display: block;
  margin-left: 16px; }
.menu_acd_large #menu_acd_bar37:checked ~ ul > div {
  min-height: 30px;
  height: auto;
  display: block;
  margin-left: 16px; }
.menu_acd_large #menu_acd_bar27:checked ~ .menu_acd_usage_ul {
  display: block;
  max-height: 460px;
  height: auto;
  margin: 28px 0 28px 26px; }
  @media screen and (max-width: 767px) {
    .menu_acd_large #menu_acd_bar27:checked ~ .menu_acd_usage_ul {
      margin-left: 16px; } }
.menu_acd_large ul div {
  height: 0;
  display: none; }
.menu_acd_large #menu_acd_bar28:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px; }
  @media screen and (max-width: 767px) {
    .menu_acd_large #menu_acd_bar28:checked ~ .menu_acd_usage_ul {
      margin-left: 16px; } }
.menu_acd_large #menu_acd_bar29:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px; }
  @media screen and (max-width: 767px) {
    .menu_acd_large #menu_acd_bar29:checked ~ .menu_acd_usage_ul {
      margin-left: 16px; } }
.menu_acd_large #menu_acd_bar30:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px; }
  @media screen and (max-width: 767px) {
    .menu_acd_large #menu_acd_bar30:checked ~ .menu_acd_usage_ul {
      margin-left: 16px; } }
.menu_acd_large #menu_acd_bar31:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px; }
  @media screen and (max-width: 767px) {
    .menu_acd_large #menu_acd_bar31:checked ~ .menu_acd_usage_ul {
      margin-left: 16px; } }
.menu_acd_large #menu_acd_bar32:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px; }
  @media screen and (max-width: 767px) {
    .menu_acd_large #menu_acd_bar32:checked ~ .menu_acd_usage_ul {
      margin-left: 16px; } }
.menu_acd_large #menu_acd_bar33:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px; }
  @media screen and (max-width: 767px) {
    .menu_acd_large #menu_acd_bar33:checked ~ .menu_acd_usage_ul {
      margin-left: 16px; } }
.menu_acd_large #menu_acd_bar34:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px; }
  @media screen and (max-width: 767px) {
    .menu_acd_large #menu_acd_bar34:checked ~ .menu_acd_usage_ul {
      margin-left: 16px; } }
.menu_acd_large #menu_acd_bar41:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto;
  margin-left: 26px; }
  @media screen and (max-width: 767px) {
    .menu_acd_large #menu_acd_bar41:checked ~ .menu_acd_usage_ul {
      margin-left: 16px; } }
.menu_acd_large ul div ul {
  height: 0;
  display: none; }
.menu_acd_large #menu_acd_bar35:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto; }
.menu_acd_large #menu_acd_bar45:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto; }
.menu_acd_large #menu_acd_bar46:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto; }
.menu_acd_large #menu_acd_bar38:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto; }
.menu_acd_large #menu_acd_bar40:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto; }
.menu_acd_large #menu_acd_bar42:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto; }
.menu_acd_large #menu_acd_bar43:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto; }
.menu_acd_large #menu_acd_bar44:checked ~ .menu_acd_usage_ul {
  display: block;
  height: auto; }

.ftr_menu_lst .shop_faq_top {
  margin-top: 10px; }

@media screen and (min-width: 768px) {
  .menu_acd .fz-ajst_menu_acd_bar14, .menu_acd .bar_st {
    margin-top: 22px; } }

@media screen and (max-width: 767px) {
  .area-f_sns .ftr_sns_sp_appearance {
    opacity: 1;
    height: auto; }

  .area-f_pmark.u-dp_sp {
    display: flex !important;
    justify-content: end !important; }

  .area-group_site {
    display: none; } }
@media screen and (min-width: 768px) {
  .area-f_pmark.u-dp_pc {
    display: flex !important; } }
.footer_housing .footer {
  padding: 10px 0 20px; }
  .footer_housing .footer .footer_nav {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    .footer_housing .footer .footer_nav p {
      color: #666;
      font-size: 12px; }
    .footer_housing .footer .footer_nav .footer_nav_main {
      display: flex;
      justify-content: center;
      margin-bottom: .25rem;
      gap: 15px; }
      .footer_housing .footer .footer_nav .footer_nav_main li {
        text-decoration: underline;
        cursor: pointer;
        color: #666;
        font-size: 12px; }
.footer_housing .footer_modal {
  display: none; }
  .footer_housing .footer_modal.is-show {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 11; }
  .footer_housing .footer_modal .footer_modal_inner .footer_modal_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); }
  .footer_housing .footer_modal .footer_modal_inner .footer_modal_content {
    width: 100%;
    max-width: 720px;
    height: 100%;
    min-height: 480px;
    max-height: 720px;
    padding: 30px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    overflow: auto; }
    @media screen and (max-width: 767px) {
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_content {
        width: 90%;
        height: 70%;
        padding: 20px 16px;
        border-radius: 7px;
        top: 120px; } }
    .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .footer_title {
      padding-bottom: 8px;
      margin-bottom: 24px;
      color: #d76492;
      border-bottom: 3px solid #d76492;
      font-size: 22px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .footer_title {
          padding-bottom: 10px;
          margin: 0 0 1.5em;
          line-height: 1.4;
          font-size: 20px; } }
    .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .company_modal_inner {
      line-height: 1.8;
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .company_modal_inner {
          font-size: 16px;
          line-height: 1.6; } }
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .company_modal_inner h4 {
        font-weight: bold; }
        @media screen and (max-width: 767px) {
          .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .company_modal_inner h4 {
            margin-bottom: .5em; } }
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .company_modal_inner p {
        padding-bottom: 1em; }
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .company_modal_inner ul li {
        padding-bottom: 1em; }
    .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .kiyaku_modal_inner {
      line-height: 1.8;
      font-size: 16px; }
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .kiyaku_modal_inner p {
        margin-bottom: 1em; }
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .kiyaku_modal_inner h4 {
        font-size: 18px;
        margin-bottom: 0.5em; }
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .kiyaku_modal_inner .kiyaku_list {
        margin-bottom: 1.4em; }
        .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .kiyaku_modal_inner .kiyaku_list .num_indent {
          text-indent: -0.8em;
          padding-left: 0.8em;
          margin-bottom: 1em; }
    .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .policy_modal_inner {
      font-size: 16px;
      line-height: 1.8; }
      @media screen and (max-width: 767px) {
        .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .policy_modal_inner {
          line-height: 1.6; } }
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .policy_modal_inner p {
        margin-bottom: 1em; }
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_content .policy_modal_inner .right_position {
        padding: 1em;
        text-align: right; }
  .footer_housing .footer_modal .footer_modal_inner .footer_modal_close {
    position: relative;
    width: 100%;
    max-width: 720px;
    height: 35px;
    margin: 0 auto;
    top: 65px; }
    @media screen and (max-width: 767px) {
      .footer_housing .footer_modal .footer_modal_inner .footer_modal_close {
        width: 90%;
        height: 30px;
        top: 80px; } }
    .footer_housing .footer_modal .footer_modal_inner .footer_modal_close::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 10px;
      width: 4px;
      height: 35px;
      background: #fff;
      border-radius: 10px;
      cursor: pointer;
      transform: translate(-50%, -50%) rotate(45deg); }
      @media screen and (max-width: 767px) {
        .footer_housing .footer_modal .footer_modal_inner .footer_modal_close::after {
          width: 3px;
          height: 30px; } }
    .footer_housing .footer_modal .footer_modal_inner .footer_modal_close::before {
      content: "";
      position: absolute;
      top: 50%;
      right: 10px;
      width: 4px;
      height: 35px;
      background: #fff;
      border-radius: 10px;
      cursor: pointer;
      transform: translate(-50%, -50%) rotate(-45deg); }
      @media screen and (max-width: 767px) {
        .footer_housing .footer_modal .footer_modal_inner .footer_modal_close::before {
          width: 3px;
          height: 30px; } }

@font-face {
  font-family: "icomoon";
  src: url(https://assets.belta.co.jp/icomoon.eot?lnh3bf);
  src: url(https://assets.belta.co.jp/icomoon.eot?lnh3bf#iefix) format("embedded-opentype"), url(https://assets.belta.co.jp/icomoon.ttf?lnh3bf) format("truetype"), url(https://assets.belta.co.jp/icomoon.woff?lnh3bf) format("woff"), url(https://assets.belta.co.jp/icomoon.svg?lnh3bf#icomoon) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
@font-face {
  font-family: Noto Sans JP;
  font-display: swap;
  src: url("fonts/NotoSansJP-VariableFont_wght.ttf") format("TrueType"); }
@font-face {
  font-family: Libre Baskerville;
  font-display: swap;
  src: url("fonts/LibreBaskerville-Regular.ttf") format("TrueType"); }
[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-ctg_bty::before {
  content: "\e900"; }

.icon-ctg_chl::before {
  content: "\e901"; }

.icon-ctg_mnp::before {
  content: "\e902"; }

.icon-ctg_mtn::before {
  content: "\e903"; }

.icon-ctg_prg::before {
  content: "\e904"; }

.icon-logo_and_belta::before {
  content: "\e905"; }

.icon-logo_belta::before {
  content: "\e906"; }

i[class*="icon-ctg"] {
  color: #fbf6f8;
  font-size: 3rem; }
  @media screen and (min-width: 768px) {
    i[class*="icon-ctg"] {
      font-size: 5.4rem; } }

h1 i[class*="icon-ctg"] {
  font-size: 3.8rem;
  margin-right: .28em; }

i.sq[class*="icon-ctg"] {
  font-size: 3rem;
  border-radius: .26em;
  padding: .2em; }

.icon-ctg_res.sq {
  background-color: #ce004e; }

.icon-ctg_mnp.sq {
  background-color: #617cc3; }

.icon-ctg_chl.sq {
  background-color: #efbe3a; }

.icon-ctg_mtn.sq {
  background-color: #84bd4a; }

.icon-ctg_prg.sq {
  background-color: #f5a279; }

.icon-ctg_bty.sq {
  background-color: #ef988e; }

#belta_top .area-mv_slide {
  max-width: none;
  background-color: #fbf8f3; }
  #belta_top .area-mv_slide h2 {
    color: #d76492;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 2.4rem;
    text-align: center;
    letter-spacing: 2px;
    line-height: 1.4;
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    font-weight: 600; }
    @media screen and (min-width: 768px) {
      #belta_top .area-mv_slide h2 {
        max-width: 1000px;
        font-size: 4.6rem;
        text-align: center;
        line-height: 1.3;
        letter-spacing: 4px;
        top: 50px;
        right: 0;
        left: 0;
        margin: auto;
        padding-left: 1em;
        font-weight: normal; } }
  #belta_top .area-mv_slide .txt-lead_bg_pnk {
    border-radius: 0;
    margin: -1.4em 0.7em 0;
    padding-top: 2em;
    padding-bottom: 2em; }
    #belta_top .area-mv_slide .txt-lead_bg_pnk p {
      font-size: 1.4rem; }
    #belta_top .area-mv_slide .txt-lead_bg_pnk .top_fv_lead_weight {
      font-weight: 500;
      font-weight: bold; }
    @media screen and (min-width: 768px) {
      #belta_top .area-mv_slide .txt-lead_bg_pnk {
        width: 90%;
        max-width: 1200px;
        margin: auto;
        text-align: left;
        margin-top: -1.4em;
        padding: 4.4em 6em; }
        #belta_top .area-mv_slide .txt-lead_bg_pnk p {
          font-size: 1.8rem; } }
#belta_top .sports_area {
  padding-bottom: 5em; }
  @media screen and (max-width: 767px) {
    #belta_top .sports_area {
      padding-bottom: 3em; } }
#belta_top .sports_content {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto 0; }
  @media screen and (max-width: 767px) {
    #belta_top .sports_content {
      margin: 0 auto;
      padding: 0 1.6em;
      box-sizing: border-box; } }
  #belta_top .sports_content .other_sports {
    margin: 0 20px; }
    @media screen and (max-width: 767px) {
      #belta_top .sports_content .other_sports {
        margin: 0; } }
    #belta_top .sports_content .other_sports ul {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      #belta_top .sports_content .other_sports ul li {
        padding: 0 5px; }
        #belta_top .sports_content .other_sports ul li img {
          object-fit: cover;
          width: 100%; }
#belta_top .sports_img_txt {
  position: absolute;
  bottom: 60px;
  left: 10px;
  z-index: 2;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 8px; }
  @media screen and (max-width: 767px) {
    #belta_top .sports_img_txt {
      bottom: 50px; } }
#belta_top .sports_profile {
  font-size: 1.4rem;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #belta_top .sports_profile {
      font-size: 1.2rem; } }
#belta_top .sports_slider_list.slick-dotted.slick-slider div {
  transition: none; }
#belta_top .education_area {
  padding-bottom: 5em; }
  @media screen and (max-width: 767px) {
    #belta_top .education_area {
      padding-bottom: 3em; } }
#belta_top .education_content {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto 0; }
  @media screen and (max-width: 767px) {
    #belta_top .education_content {
      margin: 0 auto;
      padding: 0 1.6em;
      box-sizing: border-box; } }
  #belta_top .education_content .other_kyouiku {
    margin: 0 20px; }
    @media screen and (max-width: 767px) {
      #belta_top .education_content .other_kyouiku {
        margin: 0; } }
    #belta_top .education_content .other_kyouiku ul {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 20px; }
      #belta_top .education_content .other_kyouiku ul li {
        padding: 0 5px; }
        #belta_top .education_content .other_kyouiku ul li img {
          border-radius: 4px 4px 0 0;
          height: 250px;
          object-fit: cover;
          width: 100%; }
          @media screen and (max-width: 767px) {
            #belta_top .education_content .other_kyouiku ul li img {
              height: 150px; } }
        #belta_top .education_content .other_kyouiku ul li p {
          text-align: center;
          color: #fff;
          background-color: #d76492;
          padding: 10px;
          border-radius: 0 0 4px 4px; }
          @media screen and (max-width: 767px) {
            #belta_top .education_content .other_kyouiku ul li p {
              font-size: 1rem; } }
  #belta_top .education_content .shirai_banner {
    margin: 0 20px; }
    @media screen and (max-width: 767px) {
      #belta_top .education_content .shirai_banner {
        margin: 0; } }
  #belta_top .education_content .education_btn a {
    margin: 3.6em auto 0; }
    @media screen and (max-width: 767px) {
      #belta_top .education_content .education_btn a {
        margin-top: 2em; } }
#belta_top .education_img_txt {
  position: absolute;
  bottom: 60px;
  left: 10px;
  z-index: 2;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 8px; }
  @media screen and (max-width: 767px) {
    #belta_top .education_img_txt {
      bottom: 50px; } }
#belta_top .education_profile {
  font-size: 1.4rem;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #belta_top .education_profile {
      font-size: 1.2rem; } }
#belta_top .education_slider_list.slick-dotted.slick-slider div {
  transition: none; }
#belta_top .cheer_area {
  padding-bottom: 30px; }
  #belta_top .cheer_area .txt-h_min_deco span:last-of-type img {
    width: 45px; }
    @media screen and (max-width: 767px) {
      #belta_top .cheer_area .txt-h_min_deco span:last-of-type img {
        width: 26px; } }
#belta_top .cheer_content {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto; }
  @media screen and (max-width: 767px) {
    #belta_top .cheer_content {
      margin: 0 auto;
      padding: 0 1.6em;
      box-sizing: border-box; } }
#belta_top .cheer_content_read {
  margin-bottom: 2em; }
  @media screen and (max-width: 767px) {
    #belta_top .cheer_content_read {
      margin: 2em 0 1.5em; } }
#belta_top .cheer_slider {
  max-width: 660px;
  width: 100%;
  margin: 0 auto 40px;
  position: relative; }
  @media screen and (max-width: 767px) {
    #belta_top .cheer_slider {
      margin-bottom: 20px; } }
  #belta_top .cheer_slider .slick-initialized .slick-slide {
    text-align: center; }
  #belta_top .cheer_slider .slick-dots {
    bottom: -30px; }
    #belta_top .cheer_slider .slick-dots li button::before {
      content: "●";
      font-size: 10px;
      color: #333; }
#belta_top .cheer_slider_list.slick-dotted.slick-slider {
  margin-bottom: 40px; }
@media screen and (min-width: 768px) {
  #belta_top .cheer_slider_item {
    max-width: 310px; } }
@media screen and (max-width: 767px) {
  #belta_top .cheer_slider_item {
    margin: 0 5px;
    width: fit-content !important; } }
#belta_top .cheer_slider_item p {
  margin-top: 10px;
  line-height: 1.5;
  text-align: center; }
#belta_top .cheer_slick-nav-arrows {
  position: absolute;
  top: 25%;
  right: 0%;
  left: 0%;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    #belta_top .cheer_slick-nav-arrows {
      display: none; } }
#belta_top .cheer_slick-arrow {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7); }
  @media screen and (max-width: 767px) {
    #belta_top .cheer_slick-arrow {
      width: 40px;
      height: 40px; } }
#belta_top .cheer_slick-next {
  position: absolute;
  right: 10px; }
  #belta_top .cheer_slick-next::before {
    content: ">"; }
#belta_top .cheer_slick-prev {
  position: absolute;
  left: 10px; }
  #belta_top .cheer_slick-prev::before {
    content: "<"; }
#belta_top .cheer_slick-next:before,
#belta_top .cheer_slick-prev:before {
  color: #000; }
#belta_top .cheer_slick-prev.slick-disabled:before,
#belta_top .cheer_slick-next.slick-disabled:before {
  opacity: .25; }
#belta_top .cheer_btn {
  display: flex;
  max-width: 400px;
  text-align: center;
  vertical-align: middle;
  align-items: center;
  text-decoration: none;
  position: relative;
  margin: 0 auto 10px;
  padding: 0.2em 2.4em;
  font-weight: 500;
  height: 3.6em;
  line-height: 1.4;
  border-radius: 5em;
  background: #fff;
  color: #d76492;
  border: 1px solid #d76492;
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3sease -out; }
#belta_top .cheer_btn_inner {
  display: flex;
  align-items: center;
  column-gap: 3px; }
  #belta_top .cheer_btn_inner p {
    margin: 0;
    font-weight: 500;
    color: #d76492; }
    @media screen and (min-width: 768px) {
      #belta_top .cheer_btn_inner p {
        font-size: 18px; } }
    @media screen and (max-width: 767px) {
      #belta_top .cheer_btn_inner p {
        font-size: 16px; } }
  #belta_top .cheer_btn_inner img {
    width: 28px;
    margin-bottom: 5px; }
#belta_top .top_lifestage {
  padding-bottom: 90px; }
  @media screen and (max-width: 767px) {
    #belta_top .top_lifestage {
      padding-bottom: 40px; } }
#belta_top .doctor_area {
  padding-bottom: 5em; }
  @media screen and (max-width: 767px) {
    #belta_top .doctor_area {
      padding-bottom: 3em; } }
  #belta_top .doctor_area .btn_l_pnk {
    margin: 0 auto; }
#belta_top .doctor_content {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto 0; }
  @media screen and (max-width: 767px) {
    #belta_top .doctor_content {
      margin: 0 auto;
      padding: 0 1.6em;
      box-sizing: border-box; } }
#belta_top .doctor_slider {
  max-width: 720px;
  width: 100%;
  margin: 0 auto 40px;
  position: relative; }
  @media screen and (max-width: 767px) {
    #belta_top .doctor_slider {
      margin-bottom: 1.5em; } }
  #belta_top .doctor_slider .slick-arrow {
    display: none; }
#belta_top .doctor_slider_item {
  position: relative; }
  @media screen and (min-width: 768px) {
    #belta_top .doctor_slider_item {
      max-width: 310px; } }
  @media screen and (max-width: 767px) {
    #belta_top .doctor_slider_item {
      margin: 0 5px;
      width: fit-content !important; } }
  #belta_top .doctor_slider_item .doctor_indent {
    text-indent: -.6em; }
#belta_top .doctor_slider_lnk figure {
  position: relative; }
#belta_top .doctor_img_txt {
  position: absolute;
  bottom: 60px;
  left: 10px;
  z-index: 2;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.1);
  padding: 8px; }
  @media screen and (max-width: 767px) {
    #belta_top .doctor_img_txt {
      bottom: 50px; } }
#belta_top .doctor_profile {
  font-size: 1.4rem;
  text-align: center; }
  @media screen and (max-width: 767px) {
    #belta_top .doctor_profile {
      font-size: 1.2rem; } }
#belta_top .doctor_slider_list.slick-dotted.slick-slider div {
  transition: none; }
#belta_top .section-lineup {
  overflow: hidden;
  padding: 60px 0 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    #belta_top .section-lineup {
      padding: 30px 0 0; } }
  #belta_top .section-lineup .inner {
    margin: 0 auto;
    width: 100%;
    padding-right: 4rem;
    padding-left: 4rem; }
    @media screen and (max-width: 767px) {
      #belta_top .section-lineup .inner {
        padding-right: 2rem;
        padding-left: 0rem; } }
  #belta_top .section-lineup .lineup {
    position: relative; }
  #belta_top .section-lineup .lineup-carousel .slick-slide {
    margin-right: 14px !important; }
  #belta_top .section-lineup .lineup-carousel li {
    text-align: center;
    position: relative; }
    #belta_top .section-lineup .lineup-carousel li:last-child {
      padding-right: 0; }
    #belta_top .section-lineup .lineup-carousel li figure {
      margin-top: 0; }
  #belta_top .section-lineup .lineup-carousel h3 {
    font-size: 2.4rem;
    line-height: 1.4;
    padding: 1em 0 1em 5em;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%; }
    @media screen and (max-width: 767px) {
      #belta_top .section-lineup .lineup-carousel h3 {
        font-size: 1.6rem;
        padding: 1em 0 1em 3em; } }
    #belta_top .section-lineup .lineup-carousel h3::before {
      content: "";
      width: 2.5em;
      height: 2.5em;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 1.8em; }
      @media screen and (max-width: 767px) {
        #belta_top .section-lineup .lineup-carousel h3::before {
          left: 1.8em; } }
  #belta_top .section-lineup .lineup-carousel p {
    text-align: center;
    color: #fff;
    background-color: #d76492;
    padding: 10px;
    border-radius: 0 0 4px 4px; }
  #belta_top .section-lineup .lineup-carousel img {
    display: block;
    width: 100%; }
  #belta_top .section-lineup .slick-list {
    overflow: visible; }
#belta_top .slick-nav-arrows {
  position: absolute;
  top: 60%;
  right: 0%;
  left: 0%;
  z-index: 2; }
#belta_top .slick-arrow {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.7); }
  @media screen and (max-width: 767px) {
    #belta_top .slick-arrow {
      width: 40px;
      height: 40px; } }
#belta_top .slick-next {
  right: 0; }
  #belta_top .slick-next::before {
    content: ">"; }
#belta_top .slick-prev {
  left: 0px; }
  #belta_top .slick-prev::before {
    content: "<"; }
#belta_top .slick-next:before,
#belta_top .slick-prev:before {
  color: #000; }
#belta_top .quality_01 h3::before {
  background-image: url(https://assets.belta.co.jp/top/ico_quality_01.png); }
#belta_top .quality_02 h3::before {
  background-image: url(https://assets.belta.co.jp/top/ico_quality_02.png); }
#belta_top .quality_03 h3::before {
  background-image: url(https://assets.belta.co.jp/top/ico_quality_03.png); }
#belta_top .quality_04 h3::before {
  background-image: url(https://assets.belta.co.jp/top/ico_quality_04.png); }

.area-news {
  background-color: #fbf8f3;
  padding: 3.4em 1.6em 3em; }
  @media screen and (max-width: 767px) {
    .area-news {
      padding: 0.4em 1.6em 3em; } }
  .area-news section {
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto; }
  .area-news .txt-h_min_wn, .area-news .txt-h_min_wb {
    color: #d76492;
    font-size: 3rem;
    letter-spacing: 3px;
    line-height: 1.2;
    margin-top: 0; }
    .area-news .txt-h_min_wn span, .area-news .txt-h_min_wb span {
      color: #3d3d3d;
      font-size: 1.2rem;
      letter-spacing: normal; }
  .area-news .btn_l_pnk {
    background-color: transparent;
    margin: 1.4em auto 0; }
  .area-news .top_news_btn {
    display: flex;
    justify-content: center; }
    .area-news .top_news_btn a {
      box-shadow: none; }
      .area-news .top_news_btn a::after {
        border-top: 2px solid #d76492;
        border-right: 2px solid #d76492; }

#belta_top .area-event_lst {
  margin-top: 14px;
  text-align: center;
  margin-bottom: 32px; }
  @media screen and (max-width: 767px) {
    #belta_top .area-event_lst {
      margin-bottom: 13px; } }

#belta_top .area-news_lst {
  margin-top: 1.8em; }
  #belta_top .area-news_lst li {
    border: none;
    padding: 0 0 1.2em; }
    #belta_top .area-news_lst li .news_dtl p:first-of-type strong a {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden; }
    #belta_top .area-news_lst li .news_dtl p:last-of-type {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      overflow: hidden; }
  @media screen and (max-width: 767px) {
    #belta_top .area-news_lst li {
      padding: 0 0 1.6em; }
      #belta_top .area-news_lst li:last-child {
        padding: 0; } }

.area-news .area-news_bnr_top {
  margin-top: 6px; }

@media screen and (min-width: 768px) {
  .area-news .area-news_bnr_top {
    margin-top: 0; } }
.area-news_bnr {
  margin-top: 2.2em;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  .area-news_bnr a {
    width: 100%;
    margin-top: 1.2em; }
    .area-news_bnr a img {
      width: 100%; }
  @media screen and (min-width: 380px) {
    .area-news_bnr a {
      margin-right: 8px;
      margin-left: 8px; } }
  @media screen and (min-width: 768px) {
    .area-news_bnr {
      justify-content: center; }
      .area-news_bnr a {
        width: 75%; } }

@media screen and (min-width: 768px) {
  .area-news {
    padding-top: 4em; }
    .area-news .txt-h_min_wn, .area-news .txt-h_min_wb {
      font-size: 3.4rem; }
      .area-news .txt-h_min_wn span, .area-news .txt-h_min_wb span {
        font-size: 1.8rem;
        margin-top: 0.3em; }

  .news_data span[class*="ctg"] {
    font-size: 1.3rem; } }
#belta_top .area-news_topcicsbnr {
  margin-top: 2rem; }
  @media screen and (min-width: 768px) {
    #belta_top .area-news_topcicsbnr {
      margin-top: 3.6rem; } }
  @media screen and (min-width: 768px) {
    #belta_top .area-news_topcicsbnr figure {
      margin-right: .5rem;
      margin-left: .5rem; } }
  #belta_top .area-news_topcicsbnr .toppicsbnr_slickarrow {
    z-index: 2;
    position: absolute;
    top: 33%;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    border: none;
    cursor: pointer; }
    #belta_top .area-news_topcicsbnr .toppicsbnr_slickarrow-prev {
      left: -1.25rem; }
      @media screen and (min-width: 768px) {
        #belta_top .area-news_topcicsbnr .toppicsbnr_slickarrow-prev {
          left: .5rem; } }
      #belta_top .area-news_topcicsbnr .toppicsbnr_slickarrow-prev::before {
        content: '';
        position: absolute;
        left: 15px;
        border-top: 2px solid #555;
        border-left: 2px solid #555;
        width: 15px;
        height: 15px;
        transform: rotate(-45deg); }
    #belta_top .area-news_topcicsbnr .toppicsbnr_slickarrow-next {
      right: -1.25rem; }
      @media screen and (min-width: 768px) {
        #belta_top .area-news_topcicsbnr .toppicsbnr_slickarrow-next {
          right: .5rem; } }
      #belta_top .area-news_topcicsbnr .toppicsbnr_slickarrow-next::after {
        content: '';
        position: absolute;
        right: 15px;
        border-top: 2px solid #555;
        border-right: 2px solid #555;
        width: 15px;
        height: 15px;
        transform: rotate(45deg); }
  #belta_top .area-news_topcicsbnr button {
    border: none;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-indent: -999px; }
  #belta_top .area-news_topcicsbnr .slick-dots li {
    width: 10px;
    height: 10px;
    margin-right: 1rem;
    margin-left: 1rem; }
    #belta_top .area-news_topcicsbnr .slick-dots li button {
      width: 10px;
      height: 10px; }
      #belta_top .area-news_topcicsbnr .slick-dots li button::before {
        width: 10px;
        height: 10px; }
    #belta_top .area-news_topcicsbnr .slick-dots li:not(.slick-active) button {
      background: #ccc; }
    #belta_top .area-news_topcicsbnr .slick-dots li.slick-active button {
      background: #555; }

.area-line_up {
  padding: 0 1.6em 0.6em; }
  .area-line_up a.btn_l_pnk {
    margin: 3em auto 0; }
  @media screen and (min-width: 768px) {
    .area-line_up {
      padding: 0 0 5em; }
      .area-line_up.u-bgc_top_pnk {
        background-color: #fff; }
      .area-line_up a.btn_l_pnk {
        margin-top: 3.6em; } }

@media screen and (max-width: 767px) {
  #belta_top .area-line_up {
    padding-bottom: 3em; } }
.area-top_bnr {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  padding-top: 1.4em; }
  .area-top_bnr a {
    max-width: 400px;
    margin: auto;
    margin-top: 0.6em; }
  .area-top_bnr img {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .area-top_bnr a {
      width: 24%; }
    .area-top_bnr::before, .area-top_bnr::after {
      content: "";
      display: block;
      width: 24%;
      height: 0; }
    .area-top_bnr::before {
      order: 1; } }

.area-cs_support .area-cs_pd {
  background-color: #fbf6f8; }
  .area-cs_support .area-cs_pd figure {
    background-color: #fbf6f8; }
    .area-cs_support .area-cs_pd figure img {
      mix-blend-mode: darken; }
  @media screen and (max-width: 767px) {
    .area-cs_support .area-cs_pd {
      padding-right: 0.7em;
      padding-left: 0.7em; } }
  .area-cs_support .area-cs_pd .mg_cnt_hrz {
    padding: 0 0 4.5em; }
  .area-cs_support .area-cs_pd .btn_l_pnk {
    margin: 2em auto 0;
    background-color: #fbf6f8; }
.area-cs_support figure {
  background-color: #fff;
  display: inline-block;
  position: relative;
  width: 100%; }
.area-cs_support img {
  max-width: 100%;
  margin: 0 auto; }
.area-cs_support p {
  padding-bottom: 1.2em;
  font-weight: 500;
  padding-right: 0.7em;
  padding-left: 0.7em; }
  .area-cs_support p:last-of-type {
    padding-bottom: 0px; }
  .area-cs_support p span {
    display: inline-block; }
.area-cs_support .btn_l_pnk {
  margin: 2em auto 4.4em; }
  @media screen and (max-width: 767px) {
    .area-cs_support .btn_l_pnk {
      margin-bottom: 2em; } }
.area-cs_support .mg_cnt_hrz a.btn_bg_pnk {
  margin: 2em auto 0; }
.area-cs_support a.btn_bg_pnk i {
  font-size: 2.8rem; }
.area-cs_support .txt-h_min_deco > span:first-of-type {
  padding-top: 0.8em; }
.area-cs_support .area-btn_list a {
  font-size: 1.6rem;
  font-weight: bold; }
@media screen and (max-width: 767px) {
  .area-cs_support a.btn_bg_pnk {
    margin-right: auto;
    margin-left: auto;
    margin-top: 1em; }
  .area-cs_support .area-btn_list {
    margin-top: 1em; } }
@media screen and (min-width: 768px) {
  .area-cs_support figure {
    padding-top: 0; }
  .area-cs_support img {
    max-width: 100%;
    left: 0;
    right: 0;
    margin: auto; }
  .area-cs_support section > a.btn_bg_pnk {
    margin-top: 3em; }
  .area-cs_support .area-btn_list {
    max-width: 760px;
    margin: auto; } }
.area-cs_support .area-cs_pd img {
  max-width: 800px; }
  @media screen and (max-width: 767px) {
    .area-cs_support .area-cs_pd img {
      width: 100%; } }

.area-cs_expert {
  background-color: #fff !important; }
  @media screen and (max-width: 767px) {
    .area-cs_expert {
      padding-bottom: 2em; } }
  .area-cs_expert figure {
    background-color: #fff !important;
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .area-cs_expert figure {
        margin-top: 20px; } }
  .area-cs_expert .btn_l_pnk {
    margin: 2em auto 0;
    background-color: #fff !important; }

.area-cs_event figure {
  margin-top: 40px; }
  @media screen and (max-width: 767px) {
    .area-cs_event figure {
      width: 100%;
      margin-top: 20px; } }

#belta_top .main_content {
  margin-top: 0; }

.ico_lst {
  max-width: 340px;
  display: flex;
  justify-content: space-around;
  margin: auto;
  padding: 2em 2em 0; }
  .ico_lst i.sq[class*="icon-ctg"] {
    font-size: 3.4rem;
    border-radius: 0.18em; }

.ico_lst .ctg-res {
  background-color: #ce004e; }

.ico_lst .ctg-mnp {
  background-color: #617cc3; }

.ico_lst .ctg-chl {
  background-color: #efbe3a; }

.ico_lst .ctg-mtn {
  background-color: #84bd4a; }

.ico_lst .ctg-prg {
  background-color: #f5a279; }

.ico_lst .ctg-bty {
  background-color: #ef988e; }

.area-service {
  padding-bottom: 4.5em; }
  @media screen and (max-width: 767px) {
    .area-service {
      padding-bottom: 1.5em; } }

.service_contents_all {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px; }
  @media screen and (max-width: 767px) {
    .service_contents_all {
      flex-direction: column;
      padding: 0 1.6em;
      margin-top: 16px; } }

.service_contents_box {
  margin: 0 0 40px;
  width: 48%; }
  @media screen and (max-width: 767px) {
    .service_contents_box {
      width: 100%; } }
  .service_contents_box h3 {
    color: #3d3d3d;
    font-size: 3rem;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    text-align: center; }

.service_contents_title {
  background-color: #fff;
  border-radius: 20px;
  color: #d76492;
  margin: 0 auto 20px;
  min-width: 200px;
  text-align: center;
  padding: 0 10px;
  position: relative;
  width: fit-content; }
  .service_contents_title::before, .service_contents_title::after {
    border-top: 2px dotted;
    content: '';
    color: #3d3d3d;
    position: absolute;
    top: 48%;
    width: 6rem; }
  .service_contents_title::before {
    left: -6.5rem; }
  .service_contents_title::after {
    right: -6.5rem; }

#service_contents_wrap {
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: fit-content; }
  #service_contents_wrap figure img {
    border-radius: 10px 10px 0 0; }

.service_contents_txt {
  padding: 20px;
  flex-grow: 1;
  min-height: 420px; }
  @media screen and (max-width: 767px) {
    .service_contents_txt {
      min-height: auto; } }
  .service_contents_txt h4 {
    color: #d76492;
    font-size: 2.2rem;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .service_contents_txt h4 {
        font-size: 1.8rem;
        margin-bottom: 14px; } }

.service_contents_txt_p p {
  margin-bottom: 1.2rem;
  text-align: center; }
.service_contents_txt_p .btn_l_pnk {
  margin: 1.5em auto; }

.txt-hide, .txt-hide2 {
  display: none; }

.service_contents_more {
  width: 130px;
  margin: 0px auto;
  display: block;
  color: #575756;
  padding: 10px 15px 10px 2px;
  background-color: #fff;
  border: none;
  outline: 0;
  transition: .5s;
  -erbkit-transition: .5s;
  position: relative; }
  @media screen and (max-width: 767px) {
    .service_contents_more {
      width: 100px; } }
  .service_contents_more::before {
    content: " ";
    vertical-align: middle;
    position: absolute;
    width: 7px;
    height: 7px;
    top: 38%;
    right: 12px;
    margin: auto;
    transform: rotate(135deg);
    border-top: 1px solid #575756;
    border-right: 1px solid #575756; }
  .service_contents_more::after {
    content: "詳しく見る";
    transition: .2s;
    -erbkit-transition: .2s; }
    @media screen and (max-width: 767px) {
      .service_contents_more::after {
        font-size: 1.2rem; } }

.service_contents_more.on-click, .service_contents_more.on-click {
  display: none; }

.service_contents_more:focus {
  box-shadow: none; }

.area-quality_bg {
  padding-bottom: 4.5em; }
  .area-quality_bg .main_content {
    margin-top: auto !important; }

.area-quality .txt-h_min_wb span {
  margin-top: 0;
  display: inline; }
@media screen and (max-width: 767px) {
  .area-quality .txt-h_min_deco {
    padding: 0; }
  .area-quality .txt-h_min_wb {
    font-weight: bold; }
    .area-quality .txt-h_min_wb span {
      display: block; } }
@media screen and (min-width: 768px) {
  .area-quality {
    margin-top: -4.5em; }
    .area-quality .txt-h_min_wb {
      font-size: 3.2rem; } }

.belta_quality_detail_box {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 2em auto 0;
  align-items: center; }
  @media screen and (max-width: 767px) {
    .belta_quality_detail_box {
      width: 100%;
      align-items: flex-end; } }

.belta_quality_detail {
  color: #d76492;
  display: flex;
  flex-direction: column; }
  .belta_quality_detail .BELTA_quality {
    vertical-align: middle;
    margin-right: 1em;
    width: 50px;
    margin: 0 auto 10px; }
  .belta_quality_detail p {
    font-size: 2.6rem;
    text-align: center;
    line-height: 2.6rem; }
    @media screen and (max-width: 767px) {
      .belta_quality_detail p {
        font-size: 2rem;
        line-height: 2rem; } }
    .belta_quality_detail p span {
      display: block;
      font-size: 2.2rem; }
      @media screen and (max-width: 767px) {
        .belta_quality_detail p span {
          font-size: 1.8rem; } }

.belta_quality_detail_icon_box {
  display: flex;
  flex-direction: column;
  align-items: center; }
  .belta_quality_detail_icon_box p {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 0.6rem; }
    @media screen and (max-width: 767px) {
      .belta_quality_detail_icon_box p {
        font-size: 1.2rem;
        line-height: 1.6rem; } }
    @media screen and (max-width: 767px) {
      .belta_quality_detail_icon_box p span {
        display: block; } }

.belta_quality_detail_icon {
  width: 100px; }
  @media screen and (max-width: 767px) {
    .belta_quality_detail_icon {
      width: 60px; } }

.more-wrap {
  background-color: #f4f4f4;
  padding: 0em 1.6em 2.7em;
  position: relative; }
  @media screen and (min-width: 768px) {
    .more-wrap {
      border-radius: 0.5em; } }

.more-btn {
  display: none; }

.more-trigger {
  display: none; }

.more-item p:not(:first-of-type) {
  margin-top: 1.2em; }

@media screen and (max-width: 767px) {
  .more-btn, .more-btn::before, .more-btn::after, .more-item, .more-trigger:checked ~ .more-btn::before, .more-trigger:checked ~ .more-btn::after, .more-trigger:checked ~ .more-item, .more-trigger:checked ~ .more-item p:not(:first-of-type), .more-trigger:checked ~ .more-item::before {
    transition: all 0.7s; }

  .more-btn {
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    color: #d76492;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 1px; }
    .more-btn::before {
      content: "MORE";
      display: block;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 35%, white 100%);
      padding: 2em 1em 1em; }
    .more-btn::after {
      width: 8px;
      height: 8px;
      content: "";
      margin-left: 2.4em;
      position: absolute;
      top: 48%;
      left: 50%;
      border-top: 1px solid #d76492;
      border-right: 1px solid #d76492;
      transform: rotate(135deg); }

  .more-item {
    position: relative;
    overflow: hidden;
    height: 3em;
    opacity: 0.7;
    padding: 0; }
    .more-item p {
      margin-top: 0; }
      .more-item p:not(:first-of-type) {
        line-height: 0;
        opacity: 0; }

  .more-trigger:checked ~ .more-btn::before {
    content: "CLOSE";
    background: transparent; }

  .more-trigger:checked ~ .more-btn::after {
    top: 55%;
    transform: rotate(675deg); }

  .more-trigger:checked ~ .more-item {
    height: auto;
    line-height: 1.8;
    opacity: 1;
    padding-bottom: 0.25em; }
    .more-trigger:checked ~ .more-item p:not(:first-of-type) {
      line-height: 1.8;
      margin-top: 1.2em;
      opacity: 1; }

  .more-trigger:checked ~ .more-item::before {
    display: none; } }
.area-doctor_gate .u-fz_md {
  font-size: 1.3rem; }
  @media screen and (min-width: 768px) {
    .area-doctor_gate .u-fz_md {
      font-size: 2.5rem; } }
.area-doctor_gate .doctor-bnr {
  position: relative; }
  .area-doctor_gate .doctor-bnr .doctor_bnr_sp {
    display: block; }
    @media screen and (min-width: 768px) {
      .area-doctor_gate .doctor-bnr .doctor_bnr_sp {
        display: none; } }
  .area-doctor_gate .doctor-bnr .doctor_bnr_pc {
    width: 100%;
    display: none; }
    @media screen and (min-width: 768px) {
      .area-doctor_gate .doctor-bnr .doctor_bnr_pc {
        display: block; } }
  .area-doctor_gate .doctor-bnr .doctor-btn_center {
    position: absolute;
    bottom: 15%;
    width: 100%; }
    .area-doctor_gate .doctor-bnr .doctor-btn_center .btn_l_pnk {
      width: 92%;
      max-width: 360px;
      font-weight: bold;
      margin: 1.4em auto 0;
      padding: 0.7em 2.4em 0.6em 1.4em; }

.magazine-area {
  padding: 15px 18px;
  background-color: #fff; }
  .magazine-area-pc {
    margin-top: 20px; }
  .magazine-area-wrap {
    display: flex; }
  .magazine-area img {
    display: block;
    width: 50%;
    max-width: 477px; }
  .magazine-area-r {
    text-align: center;
    width: 100%;
    margin: 0 0 0 auto; }
    .magazine-area-r p {
      font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
      font-weight: 600; }
    .magazine-area-r hr {
      background-color: #BBA4AD;
      height: 2px;
      border-width: 0px;
      margin: 8.5px 0; }
    .magazine-area-r a {
      margin: 0 auto;
      position: relative;
      font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
      font-size: 20px;
      border: none;
      color: #3d3d3d;
      background-color: transparent;
      font-weight: 500;
      line-height: 75px; }
      .magazine-area-r a::after {
        content: " ";
        vertical-align: middle;
        width: 8.45px;
        height: 8.45px;
        position: absolute;
        top: 34.5px;
        bottom: 0;
        right: -80px;
        border-top: 2px solid #3d3d3d;
        border-right: 2px solid #3d3d3d;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
  .magazine-area-sp {
    padding: 7px 5px 7px 9px;
    max-width: 400px;
    margin: 0 auto; }
    .magazine-area-sp .magazine-area-wrap {
      width: 100%; }
    .magazine-area-sp img {
      width: 49%; }
    .magazine-area-sp .magazine-area-r {
      margin: 0 auto; }
    .magazine-area-sp a {
      text-align: left;
      line-height: 1.6em;
      font-size: clamp(10px, 3.46vw, 13px);
      padding-top: clamp(2px, 0.72464vw, 15px); }
      .magazine-area-sp a:after {
        right: -22px;
        top: clamp(10px, 6.03865vw, 27px);
        width: 5.7px;
        height: 5.7px;
        border-top: 1px solid #575756;
        border-right: 1px solid #575756; }

.area_event h2 {
  margin-bottom: 30px; }
.area_event--sp div {
  margin: 0 auto; }

.monde {
  margin-top: 100px; }
  .monde--flex {
    display: flex; }
    .monde--flex img {
      display: block;
      width: 163px; }
    .monde--flex p {
      background-color: #fff;
      padding: 25px 35px 25px 26px;
      font-size: 11px;
      line-height: 1.36;
      color: #555555;
      font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }

/*プロジェクトバナー*/
@media screen and (max-width: 767px) {
  .area-project {
    margin-bottom: 1.7em;
    padding-top: 2.2rem; } }
.area-project .txt-h_min_wn, .area-project .txt-h_min_wb {
  color: #d76492;
  font-size: 3rem;
  letter-spacing: 3px;
  line-height: 1.2;
  margin-top: 0; }
  .area-project .txt-h_min_wn span, .area-project .txt-h_min_wb span {
    color: #3d3d3d;
    font-size: 1.2rem;
    letter-spacing: normal; }
.area-project .area-news_bnr {
  overflow: visible; }
  .area-project .area-news_bnr a {
    padding: 14px;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
    background: #fff;
    color: #3d3d3d; }
    @media screen and (max-width: 767px) {
      .area-project .area-news_bnr a {
        padding: 10px;
        display: flex;
        align-items: center; }
        .area-project .area-news_bnr a::after {
          width: 8px;
          height: 6px;
          content: " ";
          transform: rotate(45deg);
          border-top: 1px solid #333;
          border-right: 1px solid #333;
          margin: auto;
          position: relative;
          right: 0px; }
        .area-project .area-news_bnr a div:nth-child(1) {
          /*height: 86px;*/
          background: #f6f6f7;
          align-items: center;
          display: flex;
          /*padding: 8px;*/ } }
    .area-project .area-news_bnr a .project_logo {
      width: 45%;
      background: #BBA4AD; }
    @media screen and (max-width: 767px) {
      .area-project .area-news_bnr a img {
        width: 100%;
        height: auto; } }
    @media screen and (max-width: 767px) {
      .area-project .area-news_bnr a .project_text {
        text-align: left;
        margin-left: 10px; } }
    .area-project .area-news_bnr a .project_title {
      text-align: center;
      font-size: 2.6rem;
      margin-top: 6px; }
      @media screen and (max-width: 767px) {
        .area-project .area-news_bnr a .project_title {
          text-align: left;
          font-size: 1.8rem;
          margin-top: 0; } }
  @media screen and (min-width: 768px) {
    .area-project .area-news_bnr div:first-of-type {
      margin-right: 18px; } }
@media screen and (max-width: 767px) {
  .area-project .topics_tlt {
    padding-top: 1.7em !important;
    margin-top: 0 !important; } }

/*プロジェクトバナー*/
.area-project_sub {
  display: flex; }
  @media screen and (max-width: 767px) {
    .area-project_sub {
      margin-bottom: 1.7em;
      padding-bottom: 3.7em;
      display: contents; } }
  .area-project_sub .txt-h_min_wn, .area-project_sub .txt-h_min_wb {
    color: #d76492;
    font-size: 3rem;
    letter-spacing: 3px;
    line-height: 1.2;
    margin-top: 0; }
    .area-project_sub .txt-h_min_wn span, .area-project_sub .txt-h_min_wb span {
      color: #3d3d3d;
      font-size: 1.2rem;
      letter-spacing: normal; }
  .area-project_sub .area-news_bnr {
    overflow: visible;
    width: 50%; }
    @media screen and (max-width: 767px) {
      .area-project_sub .area-news_bnr {
        margin-top: 1.5em;
        width: 100%; } }
    .area-project_sub .area-news_bnr a {
      display: flex;
      align-items: center;
      padding: 12px 14px;
      box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
      background: #fff;
      color: #3d3d3d;
      position: relative; }
      @media screen and (max-width: 767px) {
        .area-project_sub .area-news_bnr a {
          margin-top: 0; } }
      .area-project_sub .area-news_bnr a::after {
        content: " ";
        vertical-align: middle;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0.7em;
        margin: auto;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-top: 1.5px solid #3d3d3d;
        border-right: 1.5px solid #3d3d3d; }
        @media screen and (max-width: 767px) {
          .area-project_sub .area-news_bnr a::after {
            width: 6px;
            height: 6px;
            border-top: 1px solid #3d3d3d;
            border-right: 1px solid #3d3d3d;
            right: 1em; } }
      .area-project_sub .area-news_bnr a div:nth-child(1) {
        background: #f6f6f7;
        align-items: center;
        display: flex;
        max-width: 130px; }
        @media screen and (max-width: 767px) {
          .area-project_sub .area-news_bnr a div:nth-child(1) {
            max-width: 92px; } }
      @media screen and (max-width: 767px) {
        .area-project_sub .area-news_bnr a {
          padding: 10px; } }
      .area-project_sub .area-news_bnr a .project_logo {
        width: 45%;
        background: #BBA4AD; }
      .area-project_sub .area-news_bnr a img {
        width: 100%;
        height: auto; }
      .area-project_sub .area-news_bnr a .project_text {
        text-align: left;
        width: auto; }
        @media screen and (max-width: 767px) {
          .area-project_sub .area-news_bnr a .project_text {
            margin-left: 10px; } }
      .area-project_sub .area-news_bnr a .project_title {
        text-align: left;
        font-size: 2.2rem;
        text-align: left;
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          .area-project_sub .area-news_bnr a .project_title {
            font-size: 1.8rem;
            font-weight: normal; } }
      .area-project_sub .area-news_bnr a .project_text_detail {
        line-height: normal; }
    @media screen and (min-width: 768px) {
      .area-project_sub .area-news_bnr div:first-of-type {
        margin-right: 12px; } }
  .area-project_sub .topics_tlt {
    padding-top: 1.7em !important;
    margin-top: 0 !important; }
  @media screen and (min-width: 768px) {
    .area-project_sub .area-news_bnr_top {
      margin-top: 40px;
      margin-bottom: 0px; } }
  @media screen and (min-width: 768px) {
    .area-project_sub .area-news_bnr_top a {
      margin-top: 0px; } }

.area-project .area-news_bnr_top {
  margin-top: 6px; }
  @media screen and (max-width: 767px) {
    .area-project .area-news_bnr_top {
      margin-top: 16px; } }

@media screen and (min-width: 768px) {
  .area-project .area-news_bnr_top {
    margin-top: 0; } }
@media screen and (min-width: 768px) {
  .area-project .txt-h_min_wn, .area-project .txt-h_min_wb {
    font-size: 3.4rem; }
    .area-project .txt-h_min_wn span, .area-project .txt-h_min_wb span {
      font-size: 1.8rem;
      margin-top: 0.3em; } }
.area-collaboration {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 5em; }
  @media screen and (max-width: 767px) {
    .area-collaboration {
      padding: 0 1.6em 3em; } }
  .area-collaboration .txt-h_min_deco > span:first-of-type {
    font-size: 10rem; }
    @media screen and (max-width: 767px) {
      .area-collaboration .txt-h_min_deco > span:first-of-type {
        font-size: 4.5rem; } }
  .area-collaboration .b_collaboration_txt {
    margin-top: 32px;
    background-color: #fff;
    border-radius: 0.3em;
    padding-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .area-collaboration .b_collaboration_txt {
        margin-top: 22px;
        padding-bottom: 10px; } }
    .area-collaboration .b_collaboration_txt h3 {
      font-size: 24px;
      padding-top: 20px;
      padding-bottom: 20px;
      font-weight: 500;
      font-weight: bold;
      color: #C96B91;
      text-align: center;
      position: relative;
      background-color: #F6E4EB;
      border-radius: 0.3em 0.3rem 0 0; }
      @media screen and (max-width: 767px) {
        .area-collaboration .b_collaboration_txt h3 {
          font-size: 18px;
          line-height: 2.8rem;
          padding-top: 10px;
          padding-bottom: 10px;
          margin-bottom: 0px;
          font-weight: 500; } }
  @media screen and (max-width: 767px) {
    .area-collaboration .b_collaboration_txt_first {
      padding-bottom: 10px; } }
  .area-collaboration .b_collaboration_img {
    width: 1000px;
    margin: auto;
    padding: 0 30px 0px; }
    @media screen and (max-width: 767px) {
      .area-collaboration .b_collaboration_img {
        width: 100%;
        padding: 0 10px; } }
    .area-collaboration .b_collaboration_img img {
      width: 100%; }
  .area-collaboration .b_collaboration_detailtxt {
    margin-top: 20px;
    margin-bottom: 12px;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .area-collaboration .b_collaboration_detailtxt {
        margin-top: 12px;
        margin-bottom: 8px; } }
  @media screen and (max-width: 767px) {
    .area-collaboration .b_collaboration_detailtxt_p {
      margin-top: 8px; } }
  @media screen and (max-width: 767px) {
    .area-collaboration .area-project {
      margin-top: 20px; } }
  .area-collaboration .btn_l_pnk {
    margin: 20px auto 10px;
    background-color: #fff; }
    @media screen and (max-width: 767px) {
      .area-collaboration .btn_l_pnk {
        margin: 18px 1.6em 0; } }
  .area-collaboration .b_collaboration_sub_box {
    display: flex;
    margin: 20px 20px 0;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .area-collaboration .b_collaboration_sub_box {
        margin: 12px 20px 0; } }
    .area-collaboration .b_collaboration_sub_box div {
      width: 49%; }
      @media screen and (max-width: 767px) {
        .area-collaboration .b_collaboration_sub_box div {
          margin-bottom: 15px; }
          .area-collaboration .b_collaboration_sub_box div:last-child {
            margin-bottom: 0; } }
      .area-collaboration .b_collaboration_sub_box div img {
        border-radius: 4px 4px 0 0; }
      .area-collaboration .b_collaboration_sub_box div p {
        text-align: center;
        color: #fff;
        background-color: #d76492;
        padding: 10px;
        border-radius: 0 0 4px 4px; }
  .area-collaboration .b_collaboration_npo_box div {
    width: 49%; }

@media screen and (max-width: 767px) {
  .top_hoken_img {
    padding: 0 6px; } }

.media_bnr_area {
  margin-top: 4em; }
  @media screen and (max-width: 767px) {
    .media_bnr_area {
      margin-top: 3em; } }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 1000px; }
  .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 {
    height: auto;
    display: block;
    margin: 0 auto; }
  .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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

nav.area-lineup_item {
  width: auto;
  height: auto;
  transition: none 0 ease 0;
  transform: none;
  position: static;
  top: auto;
  right: auto;
  z-index: auto;
  background-color: transparent;
  text-align: start;
  overflow-y: visible; }

.area-line_up .lineup_item_margin {
  margin-top: 40px !important; }
  @media screen and (max-width: 767px) {
    .area-line_up .lineup_item_margin {
      margin-top: 20px !important; } }

.lineup_item_box > li label::before, .lineup_item_box > li label::after, .lineup_item-item, .lineup_item-item li, .lineup_item-item li img, .lineup_item-item a {
  transition: all .2s linear; }

.lineup_item_box > li {
  max-width: 400px;
  color: #d76492;
  font-weight: bold;
  background-color: #fff;
  border-bottom: 2px solid #d76492;
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
  margin: 1em auto 0; }
  .lineup_item_box > li input {
    display: none; }
  .lineup_item_box > li label {
    width: 100%;
    line-height: 1.2;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: auto 76px;
    background-position: 6px center;
    display: block;
    padding: 1em 2em 0.8em 128px;
    position: relative; }
    .lineup_item_box > li label.item_ctg_precon {
      background-image: url("https://assets.belta.co.jp/common/pkg_nav_ad_precon_5.webp"); }
    .lineup_item_box > li label.item_ctg_mtny {
      background-image: url("https://assets.belta.co.jp/common/pkg_nav_ad_maternity_5.webp"); }
    .lineup_item_box > li label.item_ctg_child {
      background-image: url("https://assets.belta.co.jp/common/pkg_nav_ad_child_5.webp"); }
    .lineup_item_box > li label.item_ctg_baby {
      background-image: url("https://assets.belta.co.jp/common/pkg_nav_ad_baby_gift.webp"); }
    .lineup_item_box > li label.item_ctg_hair {
      background-image: url("https://assets.belta.co.jp/common/pkg_nav_ad_hair_5.webp"); }
    .lineup_item_box > li label.item_ctg_body {
      background-image: url("https://assets.belta.co.jp/common/pkg_nav_ad_body_5.webp"); }
    .lineup_item_box > li label.item_ctg_inner {
      background-image: url("https://assets.belta.co.jp/common/pkg_nav_ad_inner_5.webp"); }
    .lineup_item_box > li label.item_ctg_resilience {
      background-image: url("https://assets.belta.co.jp/common/pkg_nav_ad_resilience_5.webp"); }
    .lineup_item_box > li label.item_ctg_baby_food {
      background-image: url("https://assets.belta.co.jp/common/pkg_nav_ad_baby_food.webp"); }
    .lineup_item_box > li label.item_ctg_kids_food {
      background-image: url("https://assets.belta.co.jp/common/pkg_nav_ad_kids_food_04.webp"); }
    .lineup_item_box > li label::before, .lineup_item_box > li label::after {
      content: " ";
      display: inline-block;
      width: 10px;
      height: 1px;
      background-color: #d76492;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1em; }
    .lineup_item_box > li label::before {
      transform: rotate(0deg); }
    .lineup_item_box > li label::after {
      transform: rotate(90deg); }
    .lineup_item_box > li label > span {
      display: inline-block; }
    .lineup_item_box > li label > .label_txt {
      color: #3d3d3d;
      font-weight: normal;
      line-height: 1.4;
      display: block;
      margin-top: .4em;
      font-size: 13px; }
  .lineup_item_box > li input:checked ~ label::before {
    display: none; }
  .lineup_item_box > li input:checked ~ label::after {
    transform: rotate(180deg); }

.lineup_item-item {
  height: 0;
  opacity: 0;
  padding: 0 1em; }
  .lineup_item-item li {
    width: 48%;
    line-height: 0; }
    .lineup_item-item li img {
      height: 0; }
  .lineup_item-item .emp_box {
    display: none; }
  .lineup_item-item a {
    width: 100%;
    height: 0;
    color: inherit;
    display: none; }
    .lineup_item-item a div {
      padding-right: .8em;
      position: relative; }
      .lineup_item-item a div::after {
        content: " ";
        vertical-align: middle;
        width: 6px;
        height: 0;
        border-top: 1px solid #d76492;
        border-right: 1px solid #d76492;
        margin: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 2px;
        transform: rotate(45deg); }
    .lineup_item-item a p {
      color: #3d3d3d;
      font-size: 1.2rem !important; }

.lineup_item-trigger:checked ~ .lineup_item-item {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  opacity: 1;
  padding-bottom: 1em; }
  .lineup_item-trigger:checked ~ .lineup_item-item li {
    line-height: 1.3;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.2);
    margin-top: .8em; }
    .lineup_item-trigger:checked ~ .lineup_item-item li img {
      height: auto; }
  .lineup_item-trigger:checked ~ .lineup_item-item a {
    height: 100%;
    display: inline-block; }
    .lineup_item-trigger:checked ~ .lineup_item-item a .top_rabel {
      margin-top: 1em; }
      .lineup_item-trigger:checked ~ .lineup_item-item a .top_rabel::after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff; }
      .lineup_item-trigger:checked ~ .lineup_item-item a .top_rabel span:nth-of-type(n+2) {
        margin-left: 5px; }
        @media screen and (min-width: 768px) {
          .lineup_item-trigger:checked ~ .lineup_item-item a .top_rabel span:nth-of-type(n+2) {
            margin-left: 0; } }
    .lineup_item-trigger:checked ~ .lineup_item-item a .txt_rabel {
      font-size: 10px;
      padding: 2px 6px;
      border-radius: 3px; }
    .lineup_item-trigger:checked ~ .lineup_item-item a .txt_before {
      color: #f5a279;
      border: 1px solid #f5a279; }
    .lineup_item-trigger:checked ~ .lineup_item-item a .txt_pregnancy {
      color: #84bd4a;
      border: 1px solid #84bd4a; }
    .lineup_item-trigger:checked ~ .lineup_item-item a .txt_after {
      color: #efbe3a;
      border: 1px solid #efbe3a; }
    .lineup_item-trigger:checked ~ .lineup_item-item a div {
      margin: .8em .8em 0; }
      .lineup_item-trigger:checked ~ .lineup_item-item a div::after {
        height: 6px; }
    .lineup_item-trigger:checked ~ .lineup_item-item a span {
      display: inline-block; }
    .lineup_item-trigger:checked ~ .lineup_item-item a p {
      margin: .4em .8em .8em;
      line-height: 1.6; }

@media screen and (max-width: 767px) {
  .lineup_item-trigger:checked ~ .lineup_item-item a div {
    display: flex;
    align-items: center;
    flex-wrap: wrap; } }
@media screen and (min-width: 768px) {
  .lineup_item_box {
    display: flex;
    justify-content: space-between; }
    .lineup_item_box > li {
      width: 24%;
      align-self: flex-start;
      max-width: none;
      margin: 0 auto 0;
      box-sizing: border-box; }
      .lineup_item_box > li label {
        background-size: 100% auto;
        background-position: 0 top;
        padding: 175px 27px 22px 14px; }
        .lineup_item_box > li label::before, .lineup_item_box > li label::after {
          width: 12px;
          height: 2px;
          margin: 0;
          top: 186px;
          right: 10px; }
        .lineup_item_box > li label:hover {
          opacity: .6; }
        .lineup_item_box > li label > span {
          font-size: 1.8rem; }
        .lineup_item_box > li label > .label_txt {
          font-size: 1.6rem;
          margin-top: .6em;
          letter-spacing: -0.7px; }
      .lineup_item_box > li .total_item_label::before, .lineup_item_box > li .total_item_label::after {
        top: 184px; }

  .lineup_item-item::before, .lineup_item-item::after, .lineup_item-item .emp_box {
    width: 24%;
    height: 0;
    content: "";
    display: block; }
  .lineup_item-item::before {
    order: 1; }
  .lineup_item-item li {
    width: 24%;
    font-weight: normal;
    letter-spacing: -1px; }

  .lineup_item_box > li.item_ctg_show {
    background: #d76492;
    border-bottom: none;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15); }

  .lineup_item-trigger:checked ~ label span {
    color: #fff; }
    .lineup_item-trigger:checked ~ label span:last-of-type {
      color: #fff !important; }
  .lineup_item-trigger:checked ~ label::after {
    background-color: #fff; }
  .lineup_item-trigger:checked ~ .lineup_item-item {
    width: 990px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
    border-top: 2px solid #d76492;
    padding-bottom: 2em; }
    .lineup_item-trigger:checked ~ .lineup_item-item li {
      margin-top: 1.8em; }
    .lineup_item-trigger:checked ~ .lineup_item-item a .top_rabel {
      margin-top: 1em; }
      .lineup_item-trigger:checked ~ .lineup_item-item a .top_rabel::after {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff; }
    .lineup_item-trigger:checked ~ .lineup_item-item a .txt_rabel {
      font-size: 13px;
      padding: 2px 8px;
      border-radius: 3px;
      margin-right: 5px;
      margin-bottom: 3px; }
    .lineup_item-trigger:checked ~ .lineup_item-item a .txt_before {
      color: #f5a279;
      border: 1px solid #f5a279; }
    .lineup_item-trigger:checked ~ .lineup_item-item a .txt_pregnancy {
      color: #84bd4a;
      border: 1px solid #84bd4a; }
    .lineup_item-trigger:checked ~ .lineup_item-item a .txt_after {
      color: #efbe3a;
      border: 1px solid #efbe3a; }
    .lineup_item-trigger:checked ~ .lineup_item-item a div {
      font-size: 1.6rem;
      margin-top: 1em; }
    .lineup_item-trigger:checked ~ .lineup_item-item a p {
      font-size: 1.6rem !important;
      margin: .5em .8em 1em; }

  #item-trigger2 ~ .lineup_item-item {
    margin-left: -250px !important; }

  #item-trigger3 ~ .lineup_item-item {
    margin-left: -500px !important; }

  #item-trigger4 ~ .lineup_item-item {
    margin-left: -750px !important; }

  #item-trigger5 ~ .lineup_item-item {
    margin-left: -125px !important; }

  #item-trigger6 ~ .lineup_item-item {
    margin-left: -375px !important; }

  #item-trigger7 ~ .lineup_item-item {
    margin-left: -625px !important; }

  #item-trigger8 ~ .lineup_item-item {
    margin-left: -375px !important; } }
.goods_nav {
  display: flex;
  justify-content: space-evenly;
  width: 90%;
  margin: 60px auto 32px; }
  @media screen and (max-width: 767px) {
    .goods_nav {
      width: 330px;
      justify-content: space-between;
      margin: 30px auto 16px; } }
  .goods_nav > li {
    position: relative; }
    @media screen and (max-width: 767px) {
      .goods_nav > li {
        font-size: 10px; } }
    .goods_nav > li:not(:first-child)::before {
      content: "";
      height: 60%;
      width: 1.5px;
      background-color: #888;
      position: absolute;
      top: 57%;
      left: -43px;
      transform: translate(0, -50%); }
      @media screen and (max-width: 767px) {
        .goods_nav > li:not(:first-child)::before {
          left: -11px;
          width: 1px; } }
    .goods_nav > li > a {
      color: #5b5b5b; }
      .goods_nav > li > a:hover {
        opacity: .4; }
        @media screen and (max-width: 767px) {
          .goods_nav > li > a:hover {
            opacity: 1; } }
    .goods_nav > li > .active {
      color: #d76492; }

.total_type {
  width: 60%;
  margin-top: 30px; }
  @media screen and (max-width: 767px) {
    .total_type {
      width: 180px;
      justify-content: space-between; } }
  .total_type > li:not(:first-child)::before {
    left: -71px; }
    @media screen and (max-width: 767px) {
      .total_type > li:not(:first-child)::before {
        left: -43px; } }

.goods_lst {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  @media screen and (max-width: 767px) {
    .goods_lst {
      display: block; } }
  .goods_lst > li {
    width: 240px;
    margin-left: 14px; }
    @media screen and (min-width: 768px) {
      .goods_lst > li:nth-of-type(n + 4) {
        margin-top: 20px; } }
    @media screen and (max-width: 767px) {
      .goods_lst > li {
        width: 100%;
        margin-left: 0;
        margin-top: 12px;
        background-color: #fff;
        padding-left: 12px;
        border-radius: 6px; }
        .goods_lst > li > a {
          display: flex;
          align-items: center; }
          .goods_lst > li > a > img {
            border-radius: 50%;
            width: 80px;
            height: 80px; } }
    .goods_lst > li:first-child {
      margin-left: 0; }

#maternity_item, #childcare_item, #baby_item, #hair_item {
  display: none; }

.item_view {
  padding: 12px 10px 20px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .item_view {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 16px; } }
  .item_view .item_title {
    padding-right: 10px;
    margin-bottom: 2px;
    font-size: 15px;
    position: relative;
    letter-spacing: -1px; }
    @media screen and (max-width: 767px) {
      .item_view .item_title {
        font-size: 15px; } }
    .item_view .item_title::after {
      content: " ";
      vertical-align: middle;
      width: 6px;
      height: 6px;
      position: absolute;
      top: 43%;
      right: 0;
      margin: auto;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      border-top: 1px solid #d76492;
      border-right: 1px solid #d76492; }
      @media screen and (max-width: 767px) {
        .item_view .item_title::after {
          top: 40%; } }
  .item_view > p {
    color: #3d3d3d;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      .item_view > p {
        font-size: 12px; } }

.total_care_title {
  color: rgba(215, 100, 146, 0.3);
  text-align: center;
  font-size: 28px;
  width: 90%;
  margin: 50px auto -15px;
  position: relative;
  font-family: 'Libre Baskerville',serif;
  letter-spacing: -0.2px; }
  @media screen and (max-width: 767px) {
    .total_care_title {
      font-size: 22px;
      margin-top: 34px;
      margin-bottom: -22px; } }

.imp_txt {
  text-align: center;
  color: #d76492;
  border: 1px solid #d76492;
  padding: 24px;
  width: 80%;
  margin: 30px auto 0; }
  @media screen and (max-width: 767px) {
    .imp_txt {
      width: 100%;
      padding: 16px 16px 16px 14px; }
      .imp_txt > span {
        display: block;
        text-align: left;
        padding-left: 1em;
        text-indent: -1em; } }

.item_ctg_stg {
  font-size: 10px;
  padding: 2px 6px;
  border: 1px solid;
  border-radius: 3px;
  margin-top: 4px; }
  @media screen and (min-width: 768px) {
    .item_ctg_stg {
      font-size: 12px !important;
      padding: 2px 6px 4px;
      margin-top: 8px; } }

.precon_stg {
  color: #f5a279 !important;
  border-color: #f5a279; }

.pregnancy_stg {
  color: #84bd4a !important;
  border-color: #84bd4a; }

.childcare_stg {
  color: #efbe3a !important;
  border-color: #efbe3a; }

.lineup_total_txt {
  margin-top: 34px; }
  .lineup_total_txt h3 {
    font-weight: 400;
    color: #C96B91;
    text-align: center;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: 12px; }
    @media screen and (min-width: 768px) {
      .lineup_total_txt h3 {
        font-size: 20px;
        padding-bottom: 10px;
        margin-bottom: 15px; } }
    .lineup_total_txt h3::after {
      content: "";
      width: 34%;
      height: 2px;
      background-color: #d76492;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0); }
      @media screen and (min-width: 768px) {
        .lineup_total_txt h3::after {
          width: 100px; } }
  .lineup_total_txt p {
    text-align: center; }
  @media screen and (min-width: 768px) {
    .lineup_total_txt {
      margin-top: 40px; } }

.lineup_item_box_total > li label {
  padding-top: 1.2em;
  padding-bottom: 1.2em; }
@media screen and (min-width: 768px) {
  .lineup_item_box_total {
    justify-content: center; }
    .lineup_item_box_total > li {
      margin-left: 5px;
      margin-right: 5px; }
      .lineup_item_box_total > li label {
        padding-top: 174px; } }

.food_period {
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .food_period {
      font-size: 12px; } }

.area-news_lst {
  margin-top: 18px; }
  .area-news_lst li {
    border-top: 1px dotted #ddd;
    padding: 10px 0 14px; }
    .area-news_lst li:last-of-type {
      border-bottom: 1px dotted #ddd; }
    @media screen and (min-width: 768px) {
      .area-news_lst li {
        padding: 10px 0 20px !important; } }

.news_data {
  position: relative; }
  @media screen and (min-width: 768px) {
    .news_data {
      margin-bottom: -2px; } }
  .news_data time {
    align-self: center;
    font-size: 12px; }
    @media screen and (min-width: 768px) {
      .news_data time {
        font-size: 15px; } }
  .news_data span[class*="ctg"] {
    min-width: 4em;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    text-align: center;
    background-color: #c1aeb6;
    display: inline-block;
    margin-left: 0.4em;
    padding: 0.4em 0.8em .5em;
    position: relative;
    top: -1px; }
    @media screen and (min-width: 768px) {
      .news_data span[class*="ctg"] {
        top: -3px; } }

.news_dtl p {
  margin-top: 4px;
  font-size: 13px; }

.news-sns_ls {
  display: flex;
  margin-top: 6px;
  margin-right: 10px;
  justify-content: flex-end; }
  .news-sns_ls > li {
    width: 32px;
    margin-left: 16px; }
    .news-sns_ls > li:first-child {
      margin-left: 0; }

@media screen and (min-width: 768px) {
  .area-news_lst {
    margin-top: 22px !important; }

  .news_dtl p {
    font-size: 17px; } }
#news .pagination, #seminar_report .pagination {
  display: flex;
  justify-content: center; }
  #news .pagination_inner, #seminar_report .pagination_inner {
    max-width: 343px; }
    @media screen and (min-width: 768px) {
      #news .pagination_inner, #seminar_report .pagination_inner {
        max-width: none; } }
    #news .pagination_inner > li, #seminar_report .pagination_inner > li {
      font-family: "Roboto Condensed", sans-serif;
      font-size: 1.2rem;
      display: inline-block;
      color: #666;
      background-color: #f3f0e9;
      text-decoration: none;
      text-align: center;
      line-height: 37px;
      width: 37px;
      height: 37px;
      margin: 0 6px;
      white-space: nowrap;
      -webkit-border-radius: 50%;
      border-radius: 50%; }
      @media screen and (min-width: 768px) {
        #news .pagination_inner > li, #seminar_report .pagination_inner > li {
          line-height: 50px;
          width: 50px;
          height: 50px; } }
      #news .pagination_inner > li > a, #seminar_report .pagination_inner > li > a {
        color: #666;
        width: 100%;
        display: block; }
      #news .pagination_inner > li:hover, #seminar_report .pagination_inner > li:hover {
        background-color: #d76492; }
        #news .pagination_inner > li:hover > a, #seminar_report .pagination_inner > li:hover > a {
          color: #fff; }
    #news .pagination_inner .current, #seminar_report .pagination_inner .current {
      background-color: #d76492; }
      #news .pagination_inner .current > a, #seminar_report .pagination_inner .current > a {
        color: #fff; }
#news .prev-page > button, #news .next-page > button, #seminar_report .prev-page > button, #seminar_report .next-page > button {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1.2rem;
  display: inline-block;
  color: #666;
  background-color: #f3f0e9;
  text-decoration: none;
  text-align: center;
  width: 37px;
  height: 37px;
  margin: 0 6px;
  white-space: nowrap;
  border-radius: 50%;
  border: none; }
  @media screen and (min-width: 768px) {
    #news .prev-page > button, #news .next-page > button, #seminar_report .prev-page > button, #seminar_report .next-page > button {
      width: 50px;
      height: 50px; } }
#news .disabled, #seminar_report .disabled {
  display: none; }

#magazine .area-mv .media_txt {
  top: 14% !important; }
#magazine .area-mv .mv-txt_02 {
  width: 11em;
  color: #d76492;
  font-size: 2.4rem;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  line-height: 1.2;
  background-color: rgba(255, 255, 255, 0);
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  padding: 0.6em;
  position: absolute;
  top: 71.4%;
  left: 0;
  margin-top: -260px; }
@media screen and (max-width: 767px) {
  #magazine .area-mv .mv-txt_02 span {
    display: inline-block; } }
@media screen and (min-width: 768px) {
  #magazine .area-mv .mv-txt_02 {
    width: 15em;
    font-size: 2.5vw;
    font-weight: bold;
    text-align: center;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0.4em;
    top: 62%;
    margin-top: 0px; }
  #magazine .area-mv figure {
    max-height: 500px; } }
#magazine .area-mv figure {
  max-width: none;
  height: auto; }

.area-magazine_lst {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .area-magazine_lst::before, .area-magazine_lst::after {
    content: " ";
    width: 29%;
    display: block; }
  .area-magazine_lst::before {
    order: 1; }
  .area-magazine_lst li {
    width: 48%;
    margin: 8px 0; }
  .area-magazine_lst figure,
  .area-magazine_lst figcaption,
  .area-magazine_lst div {
    font-size: 1.1rem;
    text-align: center; }
    .area-magazine_lst figure img,
    .area-magazine_lst figcaption img,
    .area-magazine_lst div img {
      margin-bottom: 3px; }
  .area-magazine_lst figcaption,
  .area-magazine_lst div {
    margin-top: 2px; }
  .area-magazine_lst figcaption {
    font-weight: bold;
    font-weight: 500;
    line-height: 1.4;
    display: flex;
    justify-content: center;
    align-items: center; }
    .area-magazine_lst figcaption span {
      font-size: inherit; }
      .area-magazine_lst figcaption span span {
        display: inline-block; }
  .area-magazine_lst p {
    font-size: 1.1rem;
    margin-top: 8px; }
  @media screen and (min-width: 768px) {
    .area-magazine_lst {
      margin-top: 16px; }
      .area-magazine_lst li {
        width: 18%;
        margin: 8px 0 16px; }
      .area-magazine_lst figure,
      .area-magazine_lst figcaption,
      .area-magazine_lst div,
      .area-magazine_lst p {
        font-size: 1.375rem; }
      .area-magazine_lst figcaption,
      .area-magazine_lst div {
        margin-top: 4px; }
      .area-magazine_lst p {
        margin-top: 12px; } }

.page-link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (min-width: 768px) {
    .page-link_box {
      width: 920px;
      margin: auto;
      padding: 110px 25px 0; } }
  @media screen and (max-width: 767px) {
    .page-link_box {
      padding-top: 48px;
      margin: 0 16px; } }
  .page-link_box a {
    background-color: #fff;
    color: #d76492;
    border: 1px solid #d76492;
    border-radius: 5px;
    width: 280px;
    text-align: center;
    text-align: center;
    padding: 10px 0;
    margin: 0 5px;
    -webkit-box-flex: wrap;
    -ms-flex: wrap;
    flex: wrap;
    cursor: pointer;
    font-size: 1.6rem; }
    .page-link_box a::after {
      content: "";
      vertical-align: middle;
      color: #d76492;
      line-height: 1;
      width: 0.6em;
      height: 0.6em;
      border: 0.1em solid currentColor;
      border-left: 0;
      border-bottom: 0;
      box-sizing: border-box;
      transform: translateY(-25%) rotate(135deg);
      display: block;
      margin: 5px auto 0;
      position: relative; }
    @media screen and (max-width: 767px) {
      .page-link_box a {
        width: 48.5%;
        margin: 5px 0; } }
  @media screen and (max-width: 767px) {
    .page-link_box #web_btn {
      width: 100%; } }

@media screen and (min-width: 1200px) {
  .box_item_outer {
    margin-right: 0;
    margin-left: 0; } }
@media screen and (min-width: 768px) {
  .box_item .goods_rabel_sp {
    margin: 10px auto 0; }
    .box_item .goods_rabel_sp .goods_rabel-fontsize {
      font-size: 2rem; }

  .box_item_outer {
    margin: 32px auto 0; }
    .box_item_outer > div {
      min-height: 500px;
      background-position: 25% center;
      display: flex;
      justify-content: flex-end;
      background-color: #eee;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 1.2em 1em;
      position: relative;
      z-index: 1; }
      .box_item_outer > div.body_raw {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/pkg_bg_body_slimtriple2_4.png); }
      .box_item_outer > div.body_enz {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/pkg_bg_body_enz_4_5.png); }
      .box_item_outer > div.body_pue {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/pkg_bg_body_pue_3_3.png);
        background-position: 25% center; }
      .box_item_outer > div.hair_color {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/pkg_bg_hair_haircolor_3_6.png);
        background-position: 30% center; }
      .box_item_outer > div.hair_lotion {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/pkg_bg_hair_lotion_new3_8.png);
        background-position: left center; }
      .box_item_outer > div.hair_shmp {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/pkg_bg_hair_shmp_2.png); }
      .box_item_outer > div.mnty_flt {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/pkg_bg_mnty_flt_4_2.png);
        background-position: 25% center; }
      .box_item_outer > div.mnty_trial_flt {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/trial_yeast_folate_pc_241007.webp);
        background-position: 53% center; }
      .box_item_outer > div.mnty_maca {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/pkg_bg_mnty_maca_4_2.png);
        background-position: 25% center; }
      .box_item_outer > div.mnty_runseed {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/pkg_bg_mnty_runseed_pc3.webp);
        background-position: 25% center; }
      .box_item_outer > div.mnty_flora_check {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/pkg_bg_mnty_flora_check_pc.webp);
        background-position: 25% center; }
      .box_item_outer > div.mam_cream {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/pkg_bg_mam_cream_5_5.png);
        background-position: 25% center; }
      .box_item_outer > div.mam_rbstea {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/pkg_bg_mam_rbstea_3_4.png); }
      .box_item_outer > div.baby_lotion {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/pkg_bg_baby_oil_pc.webp);
        background-position: 25% center; }
      .box_item_outer > div.baby_soap {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/pkg_bg_baby_soap_3_2407.webp);
        background-position: 25% center; }
      .box_item_outer > div.mnty_mamarhythm {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/pkg_bg_mnty_mamarhythm_4_6.png);
        background-position: 25% center; }
      .box_item_outer > div.babysunscreensheetuv {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/pkg_bg_babysunscreensheetuv_3.png);
        background-position: 25% center; }
      .box_item_outer > div.mnty_bellyband {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/bellyband/pkg_bg_mnty_bellyband_6.png);
        background-position: 25% center; }
      .box_item_outer > div.baby_food {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/yo-ji_pc_0180.webp);
        background-position: 25% center; }
      .box_item_outer > div.kids_food {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/rinyu_pc_0183.webp);
        background-position: 25% center; }
      .box_item_outer > div.mnty_maternityshorts {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/pkg_bg_mnty_maternityshorts_3_2.png);
        background-position: 25% center; }
      .box_item_outer > div.medicinalbath {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/resilience/pkg_bg_res_medicinalbath2_2.png);
        background-position: 25% center; }
      .box_item_outer > div.equrhythm {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/resilience/pkg_bg_res_equrhythm2_2.png);
        background-position: 25% center; }
      .box_item_outer > div.pelvic_belt {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/pkg_bg_mnty_pelvic_belt_6.png);
        background-position: 18% center; }
      .box_item_outer > div.iron_ramune {
        min-height: 500px;
        background-image: url(https://assets.belta.co.jp/goods/iron_ramune/pkg_bg_iron_ramune_pc.webp);
        background-position: 25% center; }
    .box_item_outer figure {
      display: none; }
    .box_item_outer .txt-h_line_b_pnk_lqd {
      color: #fff;
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 1.4;
      text-align: center;
      background-color: #d76492;
      padding: 0.4em 16px;
      font-size: 1.875rem;
      border-top-right-radius: 0.5em;
      border-top-left-radius: 0.5em;
      padding: 0.9em 16px; }
    .box_item_outer h4 {
      margin-right: 32px;
      margin-left: 32px;
      font-size: 1.875rem;
      font-weight: 700;
      text-align: left;
      padding: 0.7em 0;
      position: relative;
      margin-top: 0; }
      .box_item_outer h4::after {
        content: "";
        width: 4.2em;
        height: 2px;
        background-color: #d76492;
        position: absolute;
        bottom: 4px;
        right: 0;
        left: 0;
        margin: auto;
        width: 100%;
        height: 1px;
        bottom: 0; }
    .box_item_outer p.box_item_outer_pd {
      font-size: 1.8rem;
      margin-top: 1.125rem;
      margin-right: 32px;
      margin-left: 32px;
      padding: 0; }
      .box_item_outer p.box_item_outer_pd small {
        font-size: 1.2rem;
        line-height: 1.5;
        display: inline-block; }
    .box_item_outer .box_item_inner {
      width: 50%;
      font-weight: bold;
      font-weight: 500;
      min-height: 23em;
      padding-bottom: 8em;
      background-color: #fff;
      border-radius: 0.7em;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.05);
      position: relative;
      z-index: 2; }
    .box_item_outer .link-box {
      position: absolute;
      width: 100%;
      height: 8em;
      bottom: 0; }
      .box_item_outer .link-box .font-size-adjust {
        font-size: .9em; }
    .box_item_outer a.btn_line_pnk {
      bottom: auto;
      color: #ea3f85;
      border-color: #ea3f85 !important;
      width: 80%;
      margin: 0.9rem auto 0; }
    .box_item_outer_pd a.sub_btn_line {
      margin-top: 18px; }
    .box_item_outer .letter-space-adjust {
      display: inline-block;
      width: .5rem; } }
@media screen and (max-width: 767px) {
  .box_item_outer {
    margin-bottom: 22px;
    margin-right: -16px;
    margin-left: -16px; }
    .box_item_outer h4 {
      font-size: 1.6rem;
      font-weight: bold;
      line-height: 1.4;
      text-align: center;
      padding-right: 16px;
      padding-left: 16px;
      padding-bottom: 29px;
      position: relative; }
      .box_item_outer h4 span {
        font-size: inherit;
        display: block; }
        .box_item_outer h4 span.letter-space-adjust {
          display: inline-block; }
      .box_item_outer h4::after {
        background-color: #D76492;
        position: absolute;
        content: "";
        width: 64px;
        height: 2px;
        bottom: 14px;
        left: 50%;
        transform: translateX(-50%); }
    .box_item_outer p {
      margin-bottom: 13px; }
    .box_item_outer figure {
      margin-bottom: 15px; }
    .box_item_outer .box_item_outer_pd {
      padding-right: 16px;
      padding-left: 16px; }
    .box_item_outer .txt-h_line_b_pnk_lqd {
      background-color: #D76492;
      padding-top: 13px;
      padding-bottom: 13px;
      margin-right: 0 !important;
      margin-left: 0 !important;
      text-align: center;
      color: #ffffff;
      font-size: 1.8rem;
      font-weight: bold;
      line-height: normal; }
      .box_item_outer .txt-h_line_b_pnk_lqd .line_food_period {
        font-size: 1.4rem; }
    .box_item_outer_link {
      margin-left: auto;
      margin-right: auto; } }
@media screen and (max-width: 767px) {
  .details_content_story .story_cart_box .list_item_for_story {
    margin-top: 60px; } }
.details_content_story .story_cart_box .list_item_for_story .link-box {
  height: 7em; }
.details_content_story .story_cart_box .list_item_for_story .sub_btn_line {
  display: none; }
@media screen and (min-width: 768px) {
  .details_content_story .story_cart_box .list_item_for_story .box_item_inner {
    padding-bottom: 7em; } }
@media screen and (max-width: 767px) {
  .details_content_story .story_cart_box .list_item_for_story figure {
    margin-bottom: 15px; } }

.mnty_flora_check .box_item_outer_pd span {
  display: block; }

.ctg_top_list {
  margin-top: 24px; }
  .ctg_top_list img {
    width: 100%; }
  .ctg_top_list li {
    box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.12);
    border-radius: 0.3em;
    margin-top: 8px; }
    .ctg_top_list li a {
      color: #3d3d3d;
      text-decoration: none;
      display: flex; }
    .ctg_top_list li figure {
      width: 30%;
      min-width: 7em;
      padding: .5em 0 .5em .5em; }
    .ctg_top_list li img {
      border-radius: 0.3em; }
  .ctg_top_list dl {
    width: 100%;
    line-height: 1.5;
    padding: .5em .5em 1.6em;
    position: relative; }
  .ctg_top_list dt {
    width: 100%;
    height: 1em;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto; }
    .ctg_top_list dt.line2 {
      height: 2.2em;
      line-height: 1.2; }
    .ctg_top_list dt::after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1.5em;
      margin: auto;
      content: " ";
      vertical-align: middle;
      width: 6px;
      height: 6px;
      transform: rotate(45deg);
      border-top: 1px solid #3d3d3d;
      border-right: 1px solid #3d3d3d; }
  .ctg_top_list dd {
    font-size: 1.1rem;
    line-height: 1;
    position: absolute;
    color: #d76492;
    padding-right: 1em;
    right: .5em;
    bottom: .5em; }
    .ctg_top_list dd::after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: .5em;
      margin: auto;
      content: " ";
      vertical-align: middle;
      width: 6px;
      height: 6px;
      transform: rotate(45deg);
      border-top: 1px solid #d76492;
      border-right: 1px solid #d76492; }
  @media screen and (min-width: 768px) {
    .ctg_top_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .ctg_top_list li {
        width: 49%;
        margin-top: 16px; }
      .ctg_top_list dd {
        font-size: 1.2rem; } }

.area-life_stg {
  padding-bottom: 3em; }

#perfect-scrollbar {
  padding-bottom: 14px;
  position: relative;
  overflow: auto; }

@media screen and (max-width: 767px) {
  .life_stg_scl_bar .swipe_img {
    position: absolute;
    z-index: 1;
    width: 18%;
    top: 50%;
    left: 40%;
    opacity: 0.7; } }
@media screen and (min-width: 768px) {
  .life_stg_scl_bar .swipe_img {
    display: none; } }
@media screen and (max-width: 1029px) {
  .life_stg_scl_bar {
    position: relative; }
    .life_stg_scl_bar::before, .life_stg_scl_bar::after {
      width: 14px;
      height: 406px;
      content: "";
      position: absolute;
      top: 0;
      z-index: 1; }
    .life_stg_scl_bar::before {
      background: linear-gradient(to right, #fbf6f8 0%, #fbf6f8 50%, rgba(251, 246, 248, 0) 100%);
      left: 0; }
    .life_stg_scl_bar::after {
      background: linear-gradient(to left, #fbf6f8 0%, #fbf6f8 50%, rgba(251, 246, 248, 0) 100%);
      right: 0; } }

.life_stg_tbl {
  box-sizing: border-box;
  margin: auto; }
  .life_stg_tbl img {
    max-width: none;
    border-radius: 0 !important; }
  @media screen and (min-width: 1030px) {
    .life_stg_tbl {
      width: 1030px; }
      .life_stg_tbl img {
        max-width: 100%; } }
  @media screen and (max-width: 1029px) {
    .life_stg_tbl {
      max-width: 100%; }
      .life_stg_tbl + .life_stg_inner {
        margin-top: 0; } }

@media screen and (max-width: 1029px) {
  .life_stg_tbl_ttl, .life_stg_tbl_box1 {
    width: 1138px;
    padding: 0 14px; } }

.life_stg_tbl_box1 {
  display: flex; }
  .life_stg_tbl_box1 > a img {
    width: 264px; }
  @media screen and (min-width: 1030px) {
    .life_stg_tbl_box1 > a img {
      width: 314px; } }

.life_stg_tbl_box2 {
  width: 571px; }
  @media screen and (max-width: 1029px) {
    .life_stg_tbl_box2 {
      width: 476px; }
      .life_stg_tbl_box2 img {
        width: 100%; } }

.life_stg_tbl_box3 {
  width: 443px; }
  @media screen and (max-width: 1029px) {
    .life_stg_tbl_box3 {
      width: 370px; }
      .life_stg_tbl_box3 img {
        width: 100%; } }

.life_stg_tbl .scroll-hint-icon {
  width: 68px;
  height: 68px;
  border-radius: 100px;
  margin: auto;
  top: 50%;
  left: 0;
  right: 0; }
.life_stg_tbl .scroll-hint-icon-white {
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
.life_stg_tbl .scroll-hint-icon-white:before {
  width: 34px;
  height: 34px;
  background-image: url(https://assets.belta.co.jp/common/scroll-hint-ico_bfr.png); }
.life_stg_tbl .scroll-hint-icon-white:after {
  width: 24px;
  background-image: url(https://assets.belta.co.jp/common/scroll-hint-ico_aft.png);
  background-size: contain;
  top: 16px;
  left: 50%;
  margin-left: -15px; }
.life_stg_tbl .scroll-hint-text {
  display: none; }

.life_stg_inner {
  padding: .7em; }
  .life_stg_inner h4 {
    line-height: 1.4;
    margin-top: 2em;
    padding: 0.5em 0 0 5.2em;
    position: relative; }
    .life_stg_inner h4::before {
      color: #fff;
      content: "";
      width: 4.2em;
      height: 4.2em;
      line-height: 4.2em;
      text-align: center;
      background-image: url(https://assets.belta.co.jp/common/ico_ctg_bty_wht.png);
      background-color: #d76492;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100%;
      border-radius: .4em;
      display: block;
      position: absolute;
      top: 0;
      left: .5em; }
    .life_stg_inner h4 span {
      display: inline-block; }
  .life_stg_inner .btn_l_pnk {
    width: 92%;
    max-width: 360px;
    font-weight: bold;
    background-color: transparent;
    margin: 1.4em auto 0;
    padding: .7em 2.4em .6em 1.4em; }
  .life_stg_inner figure {
    margin: 0; }
  .life_stg_inner img {
    width: 100%;
    display: block; }
  @media screen and (max-width: 767px) {
    .life_stg_inner h4 {
      background-image: url(https://assets.belta.co.jp/common/mdl_life_bty.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 0 bottom;
      padding-bottom: 65.6%; } }
  @media screen and (min-width: 768px) {
    .life_stg_inner {
      background-image: url(https://assets.belta.co.jp/common/mdl_life_bty.png);
      background-repeat: no-repeat;
      background-size: 58%;
      background-position: right center;
      margin-top: 3em;
      padding: 8% 58% 6% 0; }
      .life_stg_inner h3 {
        font-size: 3.6rem;
        text-align: center;
        letter-spacing: 3px;
        margin-top: 0; }
      .life_stg_inner h4 {
        font-size: 2.1rem;
        text-align: center;
        line-height: 1.6;
        letter-spacing: 3px;
        padding: 5.6em 0 0 0;
        margin-top: 1em; }
        .life_stg_inner h4::before {
          width: 3.6em;
          height: 3.6em;
          left: 0;
          right: 0;
          margin: auto; }
      .life_stg_inner a.btn_l_pnk {
        margin-top: 3em; }
      .life_stg_inner:nth-of-type(2n+1) {
        background-position: left center;
        padding: 8% 0 6% 58%; } }

.life_stg_inner.ctg-res h3 {
  color: #ce004e; }
.life_stg_inner.ctg-res h4::before {
  background-image: url(https://assets.belta.co.jp/common/ico_ctg_res_wht.png);
  background-color: #ce004e; }
.life_stg_inner.ctg-res a.btn_l_pnk {
  color: #ce004e;
  border: 1px solid #ce004e; }
  .life_stg_inner.ctg-res a.btn_l_pnk::after {
    border-top: 1px solid #ce004e;
    border-right: 1px solid #ce004e; }
@media screen and (max-width: 767px) {
  .life_stg_inner.ctg-res h4 {
    background-image: url(https://assets.belta.co.jp/common/mdl_life_res.png); } }
@media screen and (min-width: 768px) {
  .life_stg_inner.ctg-res {
    background-image: url(https://assets.belta.co.jp/common/mdl_life_res.png); } }

.life_stg_inner.ctg-mnp h3 {
  color: #617cc3; }
.life_stg_inner.ctg-mnp h4::before {
  background-image: url(https://assets.belta.co.jp/common/ico_ctg_mnp_wht.png);
  background-color: #617cc3; }
.life_stg_inner.ctg-mnp a.btn_l_pnk {
  color: #617cc3;
  border: 1px solid #617cc3; }
  .life_stg_inner.ctg-mnp a.btn_l_pnk::after {
    border-top: 1px solid #617cc3;
    border-right: 1px solid #617cc3; }
@media screen and (max-width: 767px) {
  .life_stg_inner.ctg-mnp h4 {
    background-image: url(https://assets.belta.co.jp/common/mdl_life_mnp.png); } }
@media screen and (min-width: 768px) {
  .life_stg_inner.ctg-mnp {
    background-image: url(https://assets.belta.co.jp/common/mdl_life_mnp.png); } }

.life_stg_inner.ctg-chl h3 {
  color: #efbe3a; }
.life_stg_inner.ctg-chl h4::before {
  background-image: url(https://assets.belta.co.jp/common/ico_ctg_chl_wht.png);
  background-color: #efbe3a; }
.life_stg_inner.ctg-chl a.btn_l_pnk {
  color: #efbe3a;
  border: 1px solid #efbe3a; }
  .life_stg_inner.ctg-chl a.btn_l_pnk::after {
    border-top: 1px solid #efbe3a;
    border-right: 1px solid #efbe3a; }
@media screen and (max-width: 767px) {
  .life_stg_inner.ctg-chl h4 {
    background-image: url(https://assets.belta.co.jp/common/mdl_life_chl.png); } }
@media screen and (min-width: 768px) {
  .life_stg_inner.ctg-chl {
    background-image: url(https://assets.belta.co.jp/common/mdl_life_chl.png); } }

.life_stg_inner.ctg-mtn h3 {
  color: #84bd4a; }
.life_stg_inner.ctg-mtn h4::before {
  background-image: url(https://assets.belta.co.jp/common/ico_ctg_mtn_wht.png);
  background-color: #84bd4a; }
.life_stg_inner.ctg-mtn a.btn_l_pnk {
  color: #84bd4a;
  border: 1px solid #84bd4a; }
  .life_stg_inner.ctg-mtn a.btn_l_pnk::after {
    border-top: 1px solid #84bd4a;
    border-right: 1px solid #84bd4a; }
@media screen and (max-width: 767px) {
  .life_stg_inner.ctg-mtn h4 {
    background-image: url(https://assets.belta.co.jp/common/mdl_life_mtn.png); } }
@media screen and (min-width: 768px) {
  .life_stg_inner.ctg-mtn {
    background-image: url(https://assets.belta.co.jp/common/mdl_life_mtn.png); } }

.life_stg_inner.ctg-prg h3 {
  color: #f5a279; }
.life_stg_inner.ctg-prg h4::before {
  background-image: url(https://assets.belta.co.jp/common/ico_ctg_prg_wht.png);
  background-color: #f5a279; }
.life_stg_inner.ctg-prg a.btn_l_pnk {
  color: #f5a279;
  border: 1px solid #f5a279; }
  .life_stg_inner.ctg-prg a.btn_l_pnk::after {
    border-top: 1px solid #f5a279;
    border-right: 1px solid #f5a279; }
@media screen and (max-width: 767px) {
  .life_stg_inner.ctg-prg h4 {
    background-image: url(https://assets.belta.co.jp/common/mdl_life_prg.png); } }
@media screen and (min-width: 768px) {
  .life_stg_inner.ctg-prg {
    background-image: url(https://assets.belta.co.jp/common/mdl_life_prg.png); } }

.life_stg_inner.ctg-bty h3 {
  color: #ef988e; }
.life_stg_inner.ctg-bty h4::before {
  background-image: url(https://assets.belta.co.jp/common/ico_ctg_bty_wht.png);
  background-color: #ef988e; }
.life_stg_inner.ctg-bty a.btn_l_pnk {
  color: #ef988e;
  border: 1px solid #ef988e; }
  .life_stg_inner.ctg-bty a.btn_l_pnk::after {
    border-top: 1px solid #ef988e;
    border-right: 1px solid #ef988e; }
@media screen and (max-width: 767px) {
  .life_stg_inner.ctg-bty h4 {
    background-image: url(https://assets.belta.co.jp/common/mdl_life_bty.png); } }
@media screen and (min-width: 768px) {
  .life_stg_inner.ctg-bty {
    background-image: url(https://assets.belta.co.jp/common/mdl_life_bty.png); } }

@media screen and (max-width: 370px) {
  .ls_1_ngtv {
    letter-spacing: -1px; } }
@keyframes life_stg_tbl_current_col {
  0% {
    top: 0px; }
  50% {
    top: -10px; }
  100% {
    top: 0px; } }
.life_stg_tbl a, .life_stg_tbl a:hover {
  display: block;
  position: relative; }
  .life_stg_tbl a::before, .life_stg_tbl a:hover::before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-top: 20px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: auto;
    animation: life_stg_tbl_current_col 1s ease infinite; }

#resilience .life_stg_tbl a[href="/resilience/"]::before, .life_stg_tbl a:hover[href="/resilience/"]::before {
  border-top-color: #ce004e; }

#sophisticatedbeauty .life_stg_tbl a[href="/sophisticatedbeauty/"]::before, .life_stg_tbl a:hover[href="/sophisticatedbeauty/"]::before {
  border-top-color: #617cc3; }

#pregnancy .life_stg_tbl a[href="/pregnancy/"]::before, .life_stg_tbl a:hover[href="/pregnancy/"]::before {
  border-top-color: #f5a279; }

#maternity .life_stg_tbl a[href="/maternity/"]::before, .life_stg_tbl a:hover[href="/maternity/"]::before {
  border-top-color: #84bd4a; }

#childcare .life_stg_tbl a[href="/childcare/"]::before, .life_stg_tbl a:hover[href="/childcare/"]::before {
  border-top-color: #efbe3a; }

#beauty .life_stg_tbl a[href="/beauty/"]::before, .life_stg_tbl a:hover[href="/beauty/"]::before {
  border-top-color: #ef988e; }

.txt-h_line_b_pnk_md {
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: .8em;
  margin-top: 1em;
  position: relative; }
  .txt-h_line_b_pnk_md::after {
    content: " ";
    width: 3.2em;
    height: 2px;
    border-bottom: 2px solid #d76492;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto; }
  .txt-h_line_b_pnk_md span {
    display: inline-block; }
  @media screen and (min-width: 768px) {
    .txt-h_line_b_pnk_md {
      font-size: 2.375rem; }
      .txt-h_line_b_pnk_md::after {
        width: 4.2em;
        border-width: 3px; } }

.txt-h_line_b_pnk_fit {
  text-align: center;
  line-height: 1.4;
  margin-top: 2.4em;
  margin-bottom: 13.5px; }
  .txt-h_line_b_pnk_fit > span {
    font-size: 1.9rem;
    font-weight: normal;
    border-bottom: 2px solid #d76492;
    display: inline-block;
    padding-bottom: .3em; }
    .txt-h_line_b_pnk_fit > span span {
      display: inline-block; }
  @media screen and (min-width: 768px) {
    .txt-h_line_b_pnk_fit {
      margin-top: 4.8em;
      margin-bottom: 0; }
      .txt-h_line_b_pnk_fit > span {
        font-size: 3.4rem; } }

.goods_rabel {
  margin: 0 6px;
  margin-right: 2px;
  padding: 0px 5px;
  border-radius: 3px;
  font-weight: normal;
  font-size: 1.6rem; }
  @media screen and (max-width: 767px) {
    .goods_rabel {
      font-size: 1.5rem; } }

.goods_rabel_sp {
  display: table;
  text-align: center;
  margin-left: auto;
  margin-bottom: 21px;
  margin-right: auto; }
  .goods_rabel_sp span {
    display: table-cell;
    vertical-align: middle;
    padding: 0px 5px;
    border-radius: 3px;
    font-weight: normal;
    font-size: 1.6rem; }

.goods_before {
  color: #f5a279;
  border: 1px solid #f5a279; }

.goods_pregnancy {
  color: #84bd4a;
  border: 1px solid #84bd4a; }

.goods_after {
  color: #efbe3a;
  border: 1px solid #efbe3a; }

.txt-h_line_b_pnk_lqd {
  font-size: 1.5rem;
  font-weight: normal;
  font-weight: 300;
  text-align: center;
  padding: 0.7em 16px;
  position: relative; }
  .txt-h_line_b_pnk_lqd span {
    display: inline-block; }
  .txt-h_line_b_pnk_lqd::after {
    content: " ";
    width: 4.2em;
    height: 2px;
    background-color: #d76492;
    position: absolute;
    bottom: 4px;
    right: 0;
    left: 0;
    margin: auto; }
  @media screen and (min-width: 768px) {
    .txt-h_line_b_pnk_lqd {
      font-size: 1.875rem;
      text-align: left;
      padding: .7em 0; }
      .txt-h_line_b_pnk_lqd::after {
        width: 100%;
        height: 1px;
        bottom: 0; } }

.txt-h_line_b_pnk_trs {
  font-size: 1.5rem;
  font-weight: bold;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  padding: .7em 0;
  position: relative; }
  .txt-h_line_b_pnk_trs::after {
    content: " ";
    width: 3em;
    height: 2px;
    background-color: #d76492;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto; }
  .txt-h_line_b_pnk_trs span {
    display: inline-block; }
  @media screen and (min-width: 768px) {
    .txt-h_line_b_pnk_trs {
      font-size: 1.875rem;
      text-align: left;
      border-left: 7px solid #d76492;
      padding: .5em 0 .5em .7em; }
      .txt-h_line_b_pnk_trs::after {
        display: none; } }

.txt-h_line_l_pnk {
  font-size: 1.5rem;
  padding-left: .7em;
  border-left: 3px solid #d76492; }
  .txt-h_line_l_pnk span {
    display: inline-block; }
  @media screen and (min-width: 768px) {
    .txt-h_line_l_pnk {
      font-size: 1.875rem; } }

.txt-h_bg_pnk {
  line-height: 1.3;
  background-color: #f7e8ed;
  padding: 0.5em 16px 0.4em; }

.txt-h_pnk {
  color: #d76492;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4; }
  @media screen and (min-width: 768px) {
    .txt-h_pnk {
      font-size: 1.8rem; } }

.txt-h_brackets {
  position: relative;
  padding: .8em 1.2em; }
  .txt-h_brackets:before, .txt-h_brackets:after {
    content: '';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block; }
  .txt-h_brackets:before {
    border-left: solid 2px #d76492;
    border-top: solid 2px #d76492;
    top: 0;
    left: 0; }
  .txt-h_brackets:after {
    border-right: solid 2px #d76492;
    border-bottom: solid 2px #d76492;
    bottom: 0;
    right: 0; }
  .txt-h_brackets > span {
    display: inline-block; }
    .txt-h_brackets > span span {
      color: #d76492; }

.txt-h_blk {
  color: #3d3d3d;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4; }
  .txt-h_blk span {
    display: inline-block; }
  @media screen and (min-width: 768px) {
    .txt-h_blk {
      font-size: 3.2rem;
      line-height: 1.6; } }

.txt_emp_brkt {
  font-size: 2rem;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 .7em; }
  .txt_emp_brkt > span {
    width: 100%;
    max-width: 450px;
    padding: .8em 1em;
    position: relative; }
    .txt_emp_brkt > span::before, .txt_emp_brkt > span::after {
      width: 2em;
      height: 1.4em;
      font-size: 3rem;
      content: "";
      position: absolute; }
    .txt_emp_brkt > span::before {
      border-top: 2px solid #d76492;
      border-left: 2px solid #d76492;
      top: 0;
      left: 0; }
    .txt_emp_brkt > span::after {
      border-bottom: 2px solid #d76492;
      border-right: 2px solid #d76492;
      bottom: 0;
      right: 0; }
  .txt_emp_brkt span {
    display: inline-block; }
  @media screen and (min-width: 768px) {
    .txt_emp_brkt {
      font-size: 2.8rem; }
      .txt_emp_brkt > span {
        width: 600px;
        max-width: none;
        padding: 1em 2.4em; }
        .txt_emp_brkt > span::before, .txt_emp_brkt > span::after {
          width: 2.4em;
          height: 1.8em;
          border-width: 3px; } }

.txt_emp_pnk {
  color: #d76492;
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.4; }
  .txt_emp_pnk span {
    display: inline-block;
    padding: 0 10px; }
    @media screen and (min-width: 768px) {
      .txt_emp_pnk span {
        padding: 0%; } }
  @media screen and (min-width: 768px) {
    .txt_emp_pnk {
      font-size: 2.6rem; } }

.txt_lnk_ar_r {
  line-height: 1;
  padding-right: 1em;
  position: relative; }
  .txt_lnk_ar_r::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: .3em;
    margin: auto;
    content: " ";
    width: 6px;
    height: 6px;
    transform: rotate(45deg);
    border-top: 1px solid #d76492;
    border-right: 1px solid #d76492; }
  .txt_lnk_ar_r a {
    text-decoration: none; }

.txt-h_min_wn, .txt-h_min_wb {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.9rem;
  text-align: center;
  font-weight: normal;
  font-weight: 300;
  margin-top: 24px; }
  .txt-h_min_wn > span, .txt-h_min_wb > span {
    display: block; }
    .txt-h_min_wn > span:not(:first-of-type), .txt-h_min_wb > span:not(:first-of-type) {
      margin-top: 8px; }
    .txt-h_min_wn > span span, .txt-h_min_wb > span span {
      display: inline-block; }
  @media screen and (min-width: 768px) {
    .txt-h_min_wn, .txt-h_min_wb {
      font-size: 2.375rem;
      margin-top: 48px; }
      .txt-h_min_wn p:not(:first-of-type), .txt-h_min_wb p:not(:first-of-type) {
        margin-top: 16px; } }

.txt-h_min_wb {
  font-weight: bold;
  font-weight: 500;
  letter-spacing: 0; }

.txt-h_min_nml {
  color: #d76492;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 2px;
  line-height: 1.35;
  margin-top: 3em; }
  .txt-h_min_nml span {
    display: inline-block; }
  @media screen and (min-width: 768px) {
    .txt-h_min_nml {
      font-size: 32px; } }

.txt-h_min_deco {
  max-width: 1000px;
  color: #d76492;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin: auto; }
  .txt-h_min_deco > span {
    display: block; }
    .txt-h_min_deco > span:first-of-type {
      color: rgba(215, 100, 146, 0.12);
      font-family: 'Libre Baskerville', serif;
      font-size: 6rem;
      line-height: .7;
      padding-top: .8em; }
    .txt-h_min_deco > span:last-of-type {
      font-size: 2.2rem;
      font-weight: bold;
      line-height: 1.4;
      margin-top: -.8em; }
      .txt-h_min_deco > span:last-of-type span {
        display: inline-block; }
  .txt-h_min_deco.txt-low > span:last-of-type {
    margin-top: -.5em; }
  .txt-h_min_deco + div > p {
    font-weight: bold;
    font-weight: 500;
    padding: 0 .7em; }
    .txt-h_min_deco + div > p:not(:first-of-type) {
      margin-top: 1.2em; }
    .txt-h_min_deco + div > p span {
      display: inline-block; }
  @media screen and (max-width: 767px) {
    .txt-h_min_deco > span:last-of-type {
      padding: 0 16px; } }
  @media screen and (min-width: 768px) {
    .txt-h_min_deco > span:first-of-type {
      font-size: 14rem;
      letter-spacing: 3px; }
    .txt-h_min_deco > span:last-of-type {
      font-size: 3.8rem; } }

.txt-counter {
  counter-reset: item; }
  .txt-counter .txt-h_nmb_point, .txt-counter .txt-h_nmb_step {
    height: 3.6em;
    font-size: 1.6rem;
    line-height: 1.3;
    padding-left: 4.2em;
    position: relative;
    display: flex;
    align-items: center; }
    .txt-counter .txt-h_nmb_point > span span, .txt-counter .txt-h_nmb_step > span span {
      display: inline-block; }
    .txt-counter .txt-h_nmb_point::before, .txt-counter .txt-h_nmb_step::before, .txt-counter .txt-h_nmb_point::after, .txt-counter .txt-h_nmb_step::after {
      font-weight: bold;
      text-align: center;
      position: absolute; }
    .txt-counter .txt-h_nmb_point::before, .txt-counter .txt-h_nmb_step::before {
      width: 2.2em;
      height: 2.2em;
      font-size: 2.4rem;
      line-height: 1;
      counter-increment: item;
      content: counter(item);
      margin: auto;
      padding-top: .9em;
      top: 0;
      bottom: 0;
      left: .25em; }
    .txt-counter .txt-h_nmb_point::after, .txt-counter .txt-h_nmb_step::after {
      font-size: 1rem;
      top: 1em; }
  @media screen and (min-width: 768px) {
    .txt-counter .txt-h_nmb_point, .txt-counter .txt-h_nmb_step {
      font-size: 2rem; }
      .txt-counter .txt-h_nmb_point::before, .txt-counter .txt-h_nmb_step::before {
        font-size: 2.6rem;
        top: 0;
        bottom: 0;
        left: .25em; }
      .txt-counter .txt-h_nmb_point::after, .txt-counter .txt-h_nmb_step::after {
        font-size: 1.2rem;
        top: 1em; } }
  .txt-counter .txt-h_nmb_point {
    color: #fff;
    background-color: #cf0061; }
    .txt-counter .txt-h_nmb_point::before {
      color: #cf0061;
      background-color: #fff; }
    .txt-counter .txt-h_nmb_point::after {
      content: "POINT";
      color: #cf0061;
      left: 1.8em; }
      @media screen and (min-width: 768px) {
        .txt-counter .txt-h_nmb_point::after {
          left: 1.4em; } }
  .txt-counter .txt-h_nmb_step {
    color: #fff;
    background-color: #4A332C; }
    .txt-counter .txt-h_nmb_step::before {
      color: #4A332C;
      background-color: #fff; }
    .txt-counter .txt-h_nmb_step::after {
      content: "STEP";
      color: #4A332C;
      left: 2.1em; }
      @media screen and (min-width: 768px) {
        .txt-counter .txt-h_nmb_step::after {
          left: 1.7em; } }

.txt-bg_pnk, .txt-lead_bg_pnk {
  color: #fff;
  background-color: #d76492;
  border-radius: 5px;
  padding: 1.3em 16px; }
  .txt-bg_pnk p:not(:first-child), .txt-lead_bg_pnk p:not(:first-child) {
    margin-top: 1em; }
  .txt-bg_pnk p:not(:first-of-type), .txt-lead_bg_pnk p:not(:first-of-type) {
    margin-top: 2em; }

.txt-bg_pnk {
  margin-top: 16px; }
  @media screen and (min-width: 768px) {
    .txt-bg_pnk {
      margin-top: 32px; } }

.txt-lead_base {
  margin-top: 16px; }
  .txt-lead_base p:not(:first-of-type) {
    margin-top: 1em; }
  @media screen and (min-width: 768px) {
    .txt-lead_base {
      margin-top: 32px; }
      .txt-lead_base span {
        display: inline-block; } }

.txt-lead_box {
  margin-top: 24px;
  margin-bottom: 24px; }
  .txt-lead_box p:not(:first-of-type) {
    margin-top: 16px; }
  @media screen and (min-width: 768px) {
    .txt-lead_box p {
      margin-top: 48px; }
      .txt-lead_box p:not(:first-of-type) {
        margin-top: 32px; }
      .txt-lead_box p span {
        display: inline-block; } }

.txt-lead_bg_pnk {
  font-weight: bold;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-right: 16px;
  position: relative;
  z-index: 2; }
  @media screen and (min-width: 768px) {
    .txt-lead_bg_pnk {
      font-weight: normal;
      border-radius: 0;
      margin-right: 0;
      padding: 1.68em;
      padding: 1.68em 32px; } }
  .txt-lead_bg_pnk p span {
    display: inline-block; }

.txt-mk_pnk {
  background: linear-gradient(transparent 30%, #f3a4c4 30%); }

.txt-mk_yel, .txt-item_detail strong {
  background: linear-gradient(transparent 30%, #efbe3a 30%); }

.txt-mk_sky {
  background: linear-gradient(transparent 30%, #96cef1 30%); }

.txt-frm_pnk {
  color: #d76492;
  font-size: 1.4rem;
  font-weight: bold;
  font-weight: 500;
  text-align: center;
  border: 2px solid #d76492;
  padding: .8em;
  margin-top: .5em; }
  @media screen and (min-width: 768px) {
    .txt-frm_pnk {
      font-size: 1.8rem; } }

.txt-error_lv1 {
  background-color: #eee;
  margin-top: 24px;
  padding: .7em 1em .5em; }

.txt-notes {
  font-size: 1rem; }
  .txt-notes li, .txt-notes small {
    color: #888;
    font-size: inherit;
    position: relative;
    padding-left: 1.1em; }
    .txt-notes li::before, .txt-notes small::before {
      content: "※";
      display: inline-block;
      position: absolute;
      left: 0; }
  .txt-notes small {
    display: inline-block; }
  .txt-notes.notes_nmb_lst {
    counter-reset: item; }
    .txt-notes.notes_nmb_lst li {
      padding-left: 1.8em; }
      .txt-notes.notes_nmb_lst li::after {
        counter-increment: item;
        content: counter(item);
        display: inline-block;
        position: absolute;
        left: 1em;
        top: 0; }
  .num_lst + .txt-notes, .txt_balloon + .txt-notes {
    margin-top: .4em; }

.txt-notes_1l {
  text-indent: -1em;
  line-height: 1.6;
  display: inline-block;
  padding-left: 1em; }

.txt_balloon {
  color: #fff;
  border-radius: .3em;
  background-color: #efbe3a;
  margin-top: 0.6em;
  padding: .8em;
  position: relative; }
  .txt_balloon::before {
    content: '';
    position: absolute;
    left: 1.4em;
    top: -1.2em;
    display: block;
    width: 0;
    height: 0;
    border-right: 0.6em solid transparent;
    border-left: 0.6em solid transparent;
    border-bottom: 1.2em solid #efbe3a; }

.lst_tbl {
  text-align: left; }
  .lst_tbl th, .lst_tbl td {
    padding-right: 3px; }
  @media screen and (max-width: 767px) {
    .lst_tbl tr:not(:first-of-type) th, .lst_tbl tr:not(:first-of-type) td {
      padding-top: .7em; } }

.txt-fw_bld {
  font-weight: bold;
  font-weight: 500; }

.txt-str_lg {
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: 500; }
  @media screen and (min-width: 768px) {
    .txt-str_lg {
      font-size: 2rem; } }
.txt-str_xl_pnk {
  color: #d76492;
  font-size: 2rem;
  font-weight: bold;
  font-weight: 500; }
  @media screen and (min-width: 768px) {
    .txt-str_xl_pnk {
      font-size: 2.5rem; } }

.line_food_period {
  font-size: 14px; }
  @media screen and (max-width: 767px) {
    .line_food_period {
      font-size: 12px;
      display: block !important; } }

section[class*="btn"] a, div[class*="btn"] a, a[class*="btn"] {
  height: 3.6em;
  max-width: 400px;
  font-size: 1.6rem;
  font-weight: bold;
  font-weight: 500;
  text-decoration: none;
  line-height: 1.4;
  border-radius: 5em;
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: .2em 2.4em;
  position: relative; }
  section[class*="btn"] a::after, div[class*="btn"] a::after, a[class*="btn"]::after {
    content: " ";
    vertical-align: middle;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1.2em;
    margin: auto;
    transform: rotate(45deg); }
  section[class*="btn"] a .fa-mobile, section[class*="btn"] a .fa-envelope-o, section[class*="btn"] a .fa-line, div[class*="btn"] a .fa-mobile, div[class*="btn"] a .fa-envelope-o, div[class*="btn"] a .fa-line, a[class*="btn"] .fa-mobile, a[class*="btn"] .fa-envelope-o, a[class*="btn"] .fa-line {
    font-family: FontAwesome, "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: bold;
    font-weight: 500;
    line-height: inherit;
    display: inline-block;
    padding-left: 20px;
    position: relative; }
    section[class*="btn"] a .fa-mobile::before, section[class*="btn"] a .fa-envelope-o::before, section[class*="btn"] a .fa-line::before, div[class*="btn"] a .fa-mobile::before, div[class*="btn"] a .fa-envelope-o::before, div[class*="btn"] a .fa-line::before, a[class*="btn"] .fa-mobile::before, a[class*="btn"] .fa-envelope-o::before, a[class*="btn"] .fa-line::before {
      font-weight: normal;
      height: 1em;
      line-height: 1;
      margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0; }
  section[class*="btn"] a .fa-mobile::before, div[class*="btn"] a .fa-mobile::before, a[class*="btn"] .fa-mobile::before {
    font-size: 2.7rem; }
  section[class*="btn"] a .fa-line::before, div[class*="btn"] a .fa-line::before, a[class*="btn"] .fa-line::before {
    font-size: 2.7rem; }
  @media screen and (min-width: 768px) {
    section[class*="btn"] a, div[class*="btn"] a, a[class*="btn"] {
      font-size: 1.8rem; } }

.area-btn_list {
  margin-top: 24px; }
  .area-btn_list a {
    color: #fff;
    font-size: 1.625rem;
    line-height: 1.2;
    margin-top: 16px; }
    .area-btn_list a > span {
      width: 100%;
      font-size: inherit; }
      .area-btn_list a > span span {
        font-size: inherit;
        display: inline-block;
        margin-left: .1em; }
    .area-btn_list a::after {
      border-top: 1px solid #fff;
      border-right: 1px solid #fff; }
  @media screen and (min-width: 768px) {
    .area-btn_list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 48px; }
      .area-btn_list a {
        width: 48%;
        font-size: 2.03125rem;
        margin-top: 32px; } }
  @media screen and (min-width: 1200px) {
    .area-btn_list {
      margin-top: 32px; } }

.sidebar .area-btn_list {
  margin-top: 40px; }
  @media screen and (min-width: 768px) {
    .sidebar .area-btn_list {
      margin-top: 80px; } }
  @media screen and (min-width: 1200px) {
    .sidebar .area-btn_list {
      display: block; }
      .sidebar .area-btn_list a {
        width: 100%; } }

a.btn_line_pnk {
  border: 1px solid #d76492;
  padding: .6em 2.4em; }
  a.btn_line_pnk::after {
    border-top: 1px solid #d76492;
    border-right: 1px solid #d76492; }

a.btn_tmb_gry {
  background-color: #eee;
  background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 100%);
  border: 1px solid #eee;
  border-radius: .5em;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding: .8em 1.2em; }
  a.btn_tmb_gry::after {
    display: none; }
  a.btn_tmb_gry img {
    width: 50px;
    -webkit-box-reflect: below -1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.88, transparent), to(rgba(255, 255, 255, 0.7))); }
  a.btn_tmb_gry div {
    margin-left: 1.2em; }
  a.btn_tmb_gry small {
    font-size: 1.2rem;
    font-weight: bold;
    font-weight: 500; }
  a.btn_tmb_gry span {
    color: #3d3d3d;
    font-size: inherit;
    font-weight: bold;
    font-weight: 500; }
  @media screen and (min-width: 768px) {
    a.btn_tmb_gry small {
      font-size: 1.5rem; } }

.btn_3n a {
  width: 100%;
  font-weight: normal;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  padding: .6em 2em .6em 1.2em; }
  .btn_3n a i {
    font-size: 2.8rem;
    margin-right: .3em; }
  .btn_3n a span {
    font-size: inherit;
    display: block; }
  .btn_3n a small {
    font-size: 1.2rem; }
@media screen and (min-width: 768px) {
  .btn_3n {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 48px; }
    .btn_3n a {
      width: 32%;
      min-width: 228px; } }

a.btn-cta, a.btn-cta_small {
  line-height: 1.2;
  font-weight: bold;
  font-weight: 500;
  border: 1px solid #109a1b;
  background: #109a1b;
  background: linear-gradient(0deg, #109a1b 50%, #0ee01e 100%);
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.7), 0 6px 6px -3px rgba(0, 0, 0, 0.2);
  padding: .6em 1.2em; }
  a.btn-cta::after, a.btn-cta_small::after {
    right: 1em; }
  a.btn-cta span, a.btn-cta_small span {
    display: inline-block; }

a.btn-cta {
  height: 3.5em;
  color: #ff0; }
  a.btn-cta::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #ff0;
    border-right: 2px solid #ff0; }

a.btn-cta_small {
  max-width: 200px;
  height: 2.2em;
  color: #fff;
  margin: auto; }
  a.btn-cta_small::after {
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }
  a.btn-cta_small span {
    font-size: 1.3rem; }

main {
  position: relative; }

#btn_gotop {
  width: 60px;
  height: 60px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  text-decoration: none;
  line-height: 62px;
  background-color: #d76492;
  border-radius: calc($btn_gotop_size / 2);
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 10px; }
  #btn_gotop::before {
    content: " ";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(315deg); }
  @media screen and (min-width: 1200px) {
    #btn_gotop {
      right: 0;
      left: 1120px;
      margin: auto; } }

a[class*="btn_bgcol_sm"] {
  color: #fff;
  height: 2.8em;
  font-size: 1rem;
  line-height: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1.4em 0 .8em;
  margin-top: 6px; }
  a[class*="btn_bgcol_sm"] span {
    font-size: inherit; }
    a[class*="btn_bgcol_sm"] span span {
      display: inline-block; }
  a[class*="btn_bgcol_sm"]::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    right: 1em; }
  @media screen and (min-width: 768px) {
    a[class*="btn_bgcol_sm"] {
      height: 3em;
      font-size: 1.1rem;
      margin-top: 8px; } }

a.btn_bgcol_sm_body {
  background-color: #ef988e; }
a.btn_bgcol_sm_hair {
  background-color: #617cc3; }
a.btn_bgcol_sm_mnty {
  background-color: #84bd4a; }
a.btn_bgcol_sm_baby {
  background-color: #f5a279; }
a.btn_bgcol_sm_mam {
  background-color: #efbe3a; }

a.btn_l_pnk {
  color: #d76492;
  border: 1px solid #d76492;
  background-color: #fff; }
  a.btn_l_pnk::after {
    border-top: 1px solid #d76492;
    border-right: 1px solid #d76492; }

a.btn_l_gry {
  color: #666;
  border: 1px solid #666;
  background-color: #fff; }
  a.btn_l_gry::after {
    border-top: 1px solid #666;
    border-right: 1px solid #666; }

a.btn_bg_pnk {
  color: #fff;
  background-color: #d76492; }
  a.btn_bg_pnk::after {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff; }

a.btn_and_belta {
  width: 95%;
  max-width: 400px;
  background-color: #f6e8ed;
  border-width: 2px;
  margin: auto; }
  a.btn_and_belta .icon-logo_and_belta {
    height: .42em;
    font-size: 9rem;
    line-height: .5;
    display: inline-block;
    overflow: hidden; }
  a.btn_and_belta > span {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
    display: inline-block;
    margin-left: 3%; }
    a.btn_and_belta > span span {
      font-size: 1.6rem;
      letter-spacing: -2px;
      display: block; }
  @media screen and (min-width: 768px) {
    a.btn_and_belta .icon-logo_and_belta {
      font-size: 10rem; }
    a.btn_and_belta > span {
      font-size: 1.4rem;
      margin-left: 1em; }
      a.btn_and_belta > span span {
        font-size: 1.8rem; } }

@keyframes anim_sc {
  100% {
    transform: scale(1, 1); } }
.bt_animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 1s;
  animation-name: anim_sc;
  transform: scale(0.9, 0.9); }

/* table */
.tbl-dl {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  margin-top: 24px;
  border: 1px solid #eee; }
  .tbl-dl dt, .tbl-dl dd {
    width: 100%;
    padding: 8px; }
  .tbl-dl dt {
    font-weight: bold;
    font-weight: 500; }
    .tbl-dl dt:not(:first-of-type) {
      border-top: 1px solid #eee; }
  @media screen and (max-width: 767px) {
    .tbl-dl dt {
      padding-bottom: 0; } }
  @media screen and (min-width: 768px) {
    .tbl-dl {
      flex-direction: row;
      flex-wrap: wrap;
      margin-top: 48px; }
      .tbl-dl dt, .tbl-dl dd {
        padding: 16px; }
      .tbl-dl dt {
        width: 30%; }
      .tbl-dl dd {
        width: 70%;
        border-left: 1px solid #eee; }
        .tbl-dl dd:not(:first-of-type) {
          border-top: 1px solid #eee; } }

.tbl-tbl {
  width: 100%; }
  .tbl-tbl tr {
    border-bottom: 2px solid #fff;
    background-color: #eff6e7;
    padding: .3em .3em 0; }
  .tbl-tbl th, .tbl-tbl td {
    padding: .5em;
    border-right: 2px solid #fff; }
    .tbl-tbl th span, .tbl-tbl td span {
      display: inline-block; }
  .tbl-tbl th {
    font-weight: bold;
    font-weight: 500; }
  .tbl-tbl thead tr {
    background-color: #84bd4a;
    color: #fff; }
  .tbl-tbl tbody th {
    background: #9dcb6f;
    color: #fff; }
  @media screen and (max-width: 767px) {
    .tbl-tbl {
      border: 0;
      width: 100%; }
      .tbl-tbl th {
        background-color: #84bd4a;
        display: block;
        border-right: none; }
      .tbl-tbl thead {
        display: none; }
      .tbl-tbl tr {
        display: block;
        margin-bottom: .625em; }
      .tbl-tbl td {
        border-bottom: 2px solid #fff;
        display: block;
        text-align: right;
        position: relative;
        padding: 0.4em 0.4em 0.4em 7em;
        border-right: none; }
        .tbl-tbl td::before {
          width: 6em;
          height: 1em;
          line-height: 1;
          color: #84bd4a;
          content: attr(data-label);
          font-weight: bold;
          font-weight: 500;
          margin: auto;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0; }
        .tbl-tbl td:last-child {
          border-bottom: 0; }
      .tbl-tbl tbody th {
        color: #fff; } }

#order .new_order dt, #order .new_order dd {
  font-size: 1.3rem; }
  @media screen and (min-width: 768px) {
    #order .new_order dt, #order .new_order dd {
      font-size: 1.5rem; } }
  #order .new_order dt .num_lst_brkts li, #order .new_order dd .num_lst_brkts li {
    font-size: 1.3rem; }
    @media screen and (min-width: 768px) {
      #order .new_order dt .num_lst_brkts li, #order .new_order dd .num_lst_brkts li {
        font-size: 1.5rem; } }
  #order .new_order dt .num_lst_m_dot li, #order .new_order dd .num_lst_m_dot li {
    font-size: 1.3rem; }
    @media screen and (min-width: 768px) {
      #order .new_order dt .num_lst_m_dot li, #order .new_order dd .num_lst_m_dot li {
        font-size: 1.5rem; } }
#order .text_source {
  font-size: 1.2rem; }
#order .attention {
  font-size: 1.3rem;
  margin: 5px 0; }
  @media screen and (min-width: 768px) {
    #order .attention {
      font-size: 1.5rem; } }

input, button, textarea, select {
  font-size: 1.5rem;
  appearance: none;
  border-radius: 3px;
  border: 1px solid #ccc; }
  input:focus, button:focus, textarea:focus, select:focus {
    outline: none;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.12); }

input[type="text"], select {
  height: 2.6em;
  padding: 0.5em 0.7em; }

.wrap_search {
  margin-top: 16px; }
  .wrap_search input[type="text"] {
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .wrap_search input[type="submit"] {
    cursor: pointer;
    font-family: FontAwesome;
    color: #fff;
    width: 2.6em;
    height: 2.6em;
    background-color: #ccc;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.box_search {
  display: flex; }

.wrap_select {
  margin-top: 32px; }
  .wrap_select label {
    display: block; }
  .wrap_select select {
    width: 100%;
    appearance: none;
    padding: 0.5em 2.2em 0.5em 0.7em;
    background-color: transparent;
    border: solid 1px #ccc;
    border-radius: 3px;
    position: relative;
    z-index: 2; }
  .wrap_select .box_select {
    background-color: #fff;
    border-radius: 3px;
    position: relative; }
    .wrap_select .box_select::after {
      content: " ";
      vertical-align: middle;
      width: 6px;
      height: 6px;
      border-top: 1px solid #3d3d3d;
      border-right: 1px solid #3d3d3d;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1em;
      margin: auto;
      transform: rotate(135deg);
      z-index: 1; }

/* パンくず */
.breadcrumbs {
  line-height: 1.6;
  overflow: hidden; }
  .breadcrumbs ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 16px 14px; }
  .breadcrumbs li {
    display: inline-flex; }
  .breadcrumbs a, .breadcrumbs span {
    font-size: 1.2rem;
    vertical-align: bottom;
    overflow: unset !important; }
  .breadcrumbs a {
    margin-right: .4em;
    padding-right: .5em;
    position: relative; }
    .breadcrumbs a::after {
      display: none !important;
      position: absolute;
      top: 0;
      bottom: 0;
      right: .3em;
      margin: auto;
      content: " ";
      width: 6px;
      height: 6px;
      transform: rotate(45deg);
      position: absolute;
      border-top: 1px solid #d76492;
      border-right: 1px solid #d76492; }
  .breadcrumbs span {
    max-width: 24em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .breadcrumbs.u-dp_pc ul {
    width: 90%;
    max-width: 1200px;
    margin: auto;
    justify-content: flex-end;
    padding: 6px 0; }
  .breadcrumbs .header-mrgin-2 {
    margin: 0 16px 10px; }
    @media screen and (min-width: 768px) {
      .breadcrumbs .header-mrgin-2 {
        margin: 0 auto 10px; } }

.breadcrumbs_new::after {
  position: relative !important;
  top: 0;
  bottom: 0;
  right: .3em;
  margin: auto;
  content: " ";
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  border-top: 1px solid #000;
  border-right: 1px solid #000; }

@media screen and (min-width: 768px) {
  .main_bread {
    width: 90%;
    margin: 0 auto; }

  .sub_bread {
    width: 1000px;
    padding: 30px 0;
    margin: 0 auto;
    font-size: 12px; } }
/* お問合せパンくず位置 */
.contact_breadcrumbs {
  margin-left: -63px; }

/* サイト内共通デザイン */
.area-mv div {
  position: relative; }

main > section {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto; }

.main_content, .sidebar {
  max-width: 1000px;
  margin: auto;
  padding-right: 16px;
  padding-left: 16px; }
  @media screen and (min-width: 768px) {
    .main_content, .sidebar {
      padding-right: 32px;
      padding-left: 32px; } }
  @media screen and (min-width: 1200px) {
    .main_content, .sidebar {
      margin: 0; } }

.main_content {
  width: 100%; }
  @media screen and (min-width: 768px) {
    .main_content {
      min-width: 768px; } }

.sidebar {
  margin-top: 48px; }
  @media screen and (min-width: 768px) {
    .sidebar {
      margin-top: 96px; } }

.area-item_lp {
  margin-top: 24px; }
  @media screen and (max-width: 767px) {
    .area-item_lp {
      border-top: 4px solid #d76492;
      margin-right: -16px;
      margin-left: -16px; } }
  @media screen and (min-width: 768px) {
    .area-item_lp {
      border-radius: 1em;
      box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.12);
      margin-top: 48px;
      padding: 24px; } }

@media screen and (min-width: 1200px) {
  .wrapper {
    max-width: 1000px;
    margin: auto;
    display: flex;
    justify-content: center; }
    .wrapper.layer2_margin-bottom {
      margin-bottom: 100px; }

  .main_content {
    min-width: 700px;
    padding: 0; }
    .main_content > section:first-of-type h2:first-child {
      margin-top: 64px; }

  .sidebar {
    min-width: 260px;
    padding: 0;
    margin-top: 64px;
    margin-left: 40px; } }
/* MV FV */
.area-mv h1, .area-head .faq_h2_fix, .area-head h1 {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 2px; }
  .area-mv h1 span, .area-head .faq_h2_fix span, .area-head h1 span {
    font-size: inherit;
    display: inline-block; }

.area-mv {
  position: relative; }
  .area-mv h1 {
    color: #fff;
    background-color: #d76492;
    padding: .7em 1em; }
    @media screen and (min-width: 768px) {
      .area-mv h1 {
        padding: .8em 0; }
        .area-mv h1 span {
          width: 90%;
          max-width: 1200px;
          margin: auto; } }
  .area-mv .mv-txt {
    color: #d76492;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.54;
    letter-spacing: -1px;
    border-top-right-radius: 5px;
    background-color: #fff;
    margin-right: 16px;
    padding: 16px;
    position: relative;
    z-index: 2; }
    .area-mv .mv-txt span {
      font-size: inherit;
      display: inline-block; }
    @media screen and (max-width: 767px) {
      .mv-txt_box + .u-bgc_ajst .txt-lead_bg_pnk {
        border-top-right-radius: 0;
        margin-right: 16px; }

      .mv-txt_box + .u-bgc_ajst {
        background-color: transparent !important; } }
    @media screen and (min-width: 768px) {
      .area-mv .mv-txt {
        padding: 32px; }
        #pregnancy .area-mv .mv-txt {
          width: 520px;
          letter-spacing: 2px; }

        #maternity .area-mv .mv-txt {
          width: 500px; } }
  .area-mv img {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .area-mv .mv-txt_box {
      width: 90%;
      max-width: 1200px;
      margin: auto;
      position: absolute;
      top: 22%;
      right: 0;
      left: 0; }
    .area-mv .mv-txt {
      width: 400px;
      font-size: 3rem;
      letter-spacing: 3px;
      border-radius: 2px;
      background-color: rgba(255, 255, 255, 0.8);
      box-shadow: 0 0 7px #fff;
      text-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 2px 2px 20px rgba(255, 255, 255, 0.8), -2px -2px 20px rgba(255, 255, 255, 0.8);
      position: absolute;
      top: 14%;
      left: 0; }
    .area-mv figure {
      max-height: 600px; }
    .area-mv .txt-lead_bg_pnk {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .area-mv .txt-lead_bg_pnk .txt-lead_inner {
        width: 48%; } }
  @media screen and (max-width: 767px) {
    .area-mv .mv-txt {
      margin-top: -7.8em; }
    .area-mv figure + .txt-lead_bg_pnk {
      margin-top: -2em; }
    .area-mv .grd_wht {
      padding-top: 2.8em;
      position: relative; }
      .area-mv .grd_wht::after {
        content: " ";
        width: 100%;
        height: 40px;
        background: linear-gradient(to bottom, white 0%, white 20%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
        display: block;
        position: absolute;
        top: 2.8em;
        left: 0; }
    .area-mv .txt-lead_inner:not(:first-of-type) {
      margin-top: 1.8em; } }

.area-head .faq_h2_fix {
  color: #d76492;
  text-align: center;
  border-bottom: 3px solid #d76492;
  padding: 1.4em 0 .6em;
  line-height: 1.4;
  letter-spacing: 2px; }
  @media screen and (min-width: 768px) {
    .area-head .faq_h2_fix {
      font-size: 3.2rem;
      text-align: left;
      border-width: 4px;
      padding-top: 1.4em; } }
.area-head h1 {
  color: #d76492;
  text-align: center;
  border-bottom: 3px solid #d76492;
  padding: 1.4em 0 .6em; }
.area-head .txt-lead_bg_pnk {
  margin-top: 16px; }
.area-head .txt_emp_pnk {
  font-size: 1.5rem; }
@media screen and (min-width: 768px) {
  .area-head h1 {
    font-size: 3.2rem;
    text-align: left;
    border-width: 4px;
    padding-top: 1.4em; }
  .area-head .txt_emp_pnk {
    font-size: 2.3rem; } }

.item_lineup {
  margin-top: 16px; }
  .item_lineup img {
    width: 100%; }
  .item_lineup figcaption {
    text-align: center; }
    .item_lineup figcaption.dtc-recipe {
      background-color: #c3bdf1; }
    .item_lineup figcaption.dtc-faq {
      background-color: #96cef1; }
    .item_lineup figcaption.dtc-topic {
      background-color: #f3a4c4; }
    .item_lineup figcaption.dtc-nutrient {
      background-color: #77dae0; }
  .item_lineup li {
    position: relative; }
    .item_lineup li:not(:first-of-type) {
      border-top: 1px solid #f7e8ed; }
    @media screen and (min-width: 768px) and (max-width: 1199px) {
      .item_lineup li:nth-of-type(2) {
        border-top: none; } }
    .item_lineup li a {
      color: #3d3d3d;
      text-decoration: none;
      display: flex; }
    .item_lineup li figure {
      padding: 0.5em 0;
      position: relative; }
    .item_lineup li img {
      border-radius: 0.5em; }
    .item_lineup li figcaption {
      color: #fff;
      font-size: 1.1rem;
      line-height: 1;
      border-top-left-radius: 0.5em;
      border-bottom-right-radius: 0.5em;
      padding: .3em .5em;
      position: absolute;
      top: 0;
      left: 0; }
  .item_lineup dl {
    width: 100%;
    line-height: 1.5;
    padding-bottom: 1.2em;
    padding: .5em 0 1.6em .5em; }
  .item_lineup dt {
    font-size: 1.5rem;
    font-weight: bold;
    font-weight: 500; }
    .item_lineup dt span {
      font-size: inherit;
      display: inline-block; }
  .item_lineup .ctg-imp dt, .item_lineup .ctg-prg dt, .item_lineup .ctg-mtn dt, .item_lineup .ctg-prt dt, .item_lineup .ctg-bty dt {
    line-height: 1.2;
    border-left: 4px solid #ef988e;
    padding: .2em 0 0 .3em; }
  .item_lineup .ctg-imp dt {
    border-color: #ef988e; }
  .item_lineup .ctg-prg dt {
    border-color: #f5a279; }
  .item_lineup .ctg-mtn dt {
    border-color: #84bd4a; }
  .item_lineup .ctg-prt dt {
    border-color: #efbe3a; }
  .item_lineup .ctg-bty dt {
    border-color: #617cc3; }
  .item_lineup .txt_read {
    margin-top: 8px; }
  .item_lineup .txt_date, .item_lineup .txt_view {
    font-size: 1.1rem;
    line-height: 1;
    position: absolute; }
  .item_lineup .txt_date {
    bottom: .5em; }
    .item_lineup .txt_date time {
      font-size: 1.1rem; }
  .item_lineup .txt_view {
    color: #d76492;
    padding-right: 1em;
    right: .5em;
    bottom: .5em; }
    .item_lineup .txt_view::after {
      position: absolute;
      top: 0;
      bottom: 0;
      right: .5em;
      margin: auto;
      content: " ";
      vertical-align: middle;
      width: 6px;
      height: 6px;
      transform: rotate(45deg);
      border-top: 1px solid #d76492;
      border-right: 1px solid #d76492; }
  @media screen and (min-width: 768px) {
    .item_lineup li {
      margin-top: 16px; }
    .item_lineup dt {
      font-size: 1.875rem; }
    .item_lineup .txt_date, .item_lineup .txt_date time, .item_lineup .txt_view, .item_lineup li figcaption {
      font-size: 1.375rem; } }
  @media screen and (min-width: 768px) and (max-width: 1199px) {
    .item_lineup {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .item_lineup li {
        width: 49%; } }

.area_cs .txt-h_line_b_pnk_fit span {
  font-weight: bold;
  font-weight: 500; }
.area_cs .box_kvtxt_inner {
  margin-top: -3.6em; }
.area_cs .btn_tmb_gry {
  max-width: 550px;
  margin-right: auto;
  margin-left: auto; }
.area_cs h2 + .box_kv_txt figure {
  margin: 24px -16px 0; }
.area_cs a + .box_kv_txt figure {
  margin: 48px -16px 0; }
.area_cs img {
  width: 100%; }
.area_cs .btn_3n a {
  height: 4.4em; }
@media screen and (min-width: 768px) {
  .area_cs .box_kv_txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .area_cs .box_kv_txt figure {
      width: 40%; }
    .area_cs .box_kv_txt .box_kvtxt_inner {
      width: 60%;
      margin-top: 0;
      padding: 0 0 0 32px; }
      .area_cs .box_kv_txt .box_kvtxt_inner .txt-h_line_b_pnk_fit {
        text-align: left;
        margin-top: 0; }
        .area_cs .box_kv_txt .box_kvtxt_inner .txt-h_line_b_pnk_fit > span {
          border-bottom: none;
          border-left: 3px solid #ea3f85;
          padding: 0 0 0 .5em; }
      .area_cs .box_kv_txt .box_kvtxt_inner p {
        text-align: left; }
        .area_cs .box_kv_txt .box_kvtxt_inner p span {
          display: inline-block; }
  .area_cs h2 + .box_kv_txt figure, .area_cs h2 + .box_kv_txt figure + .box_kvtxt_inner {
    margin: 48px 0 0; }
  .area_cs a + .box_kv_txt figure, .area_cs a + .box_kv_txt figure + .box_kvtxt_inner {
    margin: 96px 0 0; } }

.box_kvtxt_inner {
  background-color: #fff;
  border-radius: .7em;
  padding: 1.2em 16px;
  margin-top: 24px;
  position: relative;
  z-index: 2; }
  .box_kvtxt_inner .txt-h_line_b_pnk_fit {
    margin-top: 16px; }
    .box_kvtxt_inner .txt-h_line_b_pnk_fit span span {
      display: inline-block; }
  .box_kvtxt_inner p {
    text-align: center;
    margin-top: 16px; }
    .box_kvtxt_inner p span {
      display: block; }
  @media screen and (min-width: 768px) {
    .box_kvtxt_inner {
      margin-top: 48px; }
      .box_kvtxt_inner .txt-h_line_b_pnk_fit {
        margin-top: 32px; }
      .box_kvtxt_inner p:first-of-type {
        margin-top: 32px; } }

.kiji_link_top {
  margin: 0px 10px;
  padding-right: 0.7em;
  padding-left: 0.7em; }
  .kiji_link_top h2 {
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .kiji_link_top h2 {
        margin-bottom: 30px; } }
  @media screen and (min-width: 768px) {
    .kiji_link_top .kiji_link_top_inner {
      text-align: center;
      display: flex;
      flex-flow: wrap;
      justify-content: space-between; } }
  .kiji_link_top .kiji_link_top_inner li {
    border: 1px solid #eee;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-top: 10px; }
    @media screen and (min-width: 768px) {
      .kiji_link_top .kiji_link_top_inner li {
        position: relative;
        display: inline-block;
        width: 49%; } }
  .kiji_link_top .kiji_link_top_inner a {
    font-size: 13px;
    display: block; }
    @media screen and (min-width: 768px) {
      .kiji_link_top .kiji_link_top_inner a {
        font-size: 1.5rem; } }

.kiji_link {
  margin: 40px 20px; }
  @media screen and (min-width: 768px) {
    .kiji_link .kiji_link_inner {
      text-align: center;
      display: flex;
      flex-flow: wrap;
      justify-content: space-between; } }
  .kiji_link .kiji_link_inner li {
    border: 1px solid #D76592;
    position: relative;
    margin-top: 15px; }
    @media screen and (min-width: 768px) {
      .kiji_link .kiji_link_inner li {
        border: 1px solid #D76592;
        position: relative;
        display: inline-block;
        width: 49%; } }
    .kiji_link .kiji_link_inner li::after {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      right: 15px;
      margin: auto;
      background-size: 15px;
      height: 10px;
      width: 10px;
      color: #D76592;
      border-top: 1px solid;
      border-right: 1px solid;
      transform: rotate(45deg); }
  .kiji_link .kiji_link_inner a {
    font-size: 14px;
    display: block;
    padding: 20px 30px; }
    @media screen and (min-width: 768px) {
      .kiji_link .kiji_link_inner a {
        font-size: 1.5rem;
        padding: 20px 20px 20px 30px; } }

.u-w_100 {
  width: 100% !important; }

.u-mxw_unset {
  max-width: none !important; }

.u-mxw_1000 {
  max-width: 1000px;
  margin: auto; }

.u-mxw_350 {
  width: 100%;
  max-width: 350px; }

@media screen and (max-width: 767px) {
  .u-mxw_imgsp, .u-mxw_imgsp img {
    width: 100%;
    max-width: 400px;
    display: block;
    margin: auto; } }
@media screen and (min-width: 768px) {
  .u-mxw_imgpc {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    display: block; } }
.u-fz_ss_cmm {
  font-size: 1rem; }

.u-fz_sm_cmm {
  font-size: 1.2rem; }

.u-fz_ss {
  font-size: 1rem; }

.u-fz_md {
  font-size: 1.5rem; }

@media screen and (min-width: 768px) {
  .u-fz_ss {
    font-size: 1.25rem; }

  .u-fz_md {
    font-size: 1.875rem; } }
@media screen and (min-width: 768px) {
  .u-pc_w_32 {
    width: 32%;
    min-width: none !important; }

  .u-pc_w_49 {
    width: 49%;
    max-width: none !important; }

  .u-mxw_us {
    max-width: none !important; } }
.u-fw_bld {
  font-weight: bold;
  font-weight: 500; }

.u-fw_nml {
  font-weight: normal;
  font-weight: 300; }

.u-lh_12 {
  line-height: 1.2; }

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

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

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

.u-dp_ma, .u-dp_ma img {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.u-dp_pc, .u-dpf_pc {
  display: none !important; }

.u-dp_sp, .u-dp_blc {
  display: block !important; }

.u-dpf_sp {
  display: flex !important; }

@media screen and (min-width: 768px) {
  .u-dp_pc {
    display: block !important; }

  .u-dpf_pc {
    display: flex !important; }

  .u-dp_sp, .u-dpf_sp {
    display: none !important; }

  .u-dp_flx_ww {
    flex-wrap: wrap; }

  .u-pc-dpf {
    display: flex !important; }
    .u-pc-dpf_w50 {
      width: 50%; }

  .u-pc-clm_2 {
    display: flex !important;
    justify-content: space-between; }
    .u-pc-clm_2-inner {
      width: 49%; }

  .u-ai_cnt_pc {
    display: inline-flex !important;
    align-items: center; } }
.u-dp_flx {
  display: flex;
  align-items: flex-start; }

@media screen and (min-width: 380px) {
  .u-dp_flx_minsm {
    display: flex; } }

.u-dp_ib {
  display: inline-block !important; }

@media screen and (min-width: 768px) {
  .u-pc_fxg_un {
    flex-grow: 0 !important; } }
@media screen and (max-width: 767px) {
  .u-img_vtcl_sp img {
    max-width: 146px;
    display: block;
    margin: 24px auto 0; }

  .u-dp_flx_wsa_sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-start; }
    .u-dp_flx_wsa_sp img {
      width: 44%;
      max-width: 140px;
      margin: 16px 3% 0; } }
@media screen and (min-width: 768px) {
  .u-dp_flx_wsa_pc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
    .u-dp_flx_wsa_pc img {
      max-width: 24%;
      margin: 24px 3% 0; } }
.u-frm_gry {
  border: 1px solid #ddd;
  padding: 1.2em; }

.u-bgc_pnk_sft {
  background-color: #d76492; }

.u-bgc_pnk {
  background-color: #fbf6f8; }

.u-bgc_grn {
  background-color: #d5e9c2; }

.u-bgc_sky {
  background-color: #e7f9fa; }

.u-bgc_gry {
  background-color: #eee; }

.u-bgc_top_pnk {
  background-color: #fbf6f8; }
  .u-bgc_top_pnk section {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto; }

.u-bgc_sky_bln {
  background-color: #f0ffff; }

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

.mgt_xs {
  margin-top: 8px !important; }

.mgt_ss {
  margin-top: 16px !important; }

.mgt_sm {
  margin-top: 24px !important; }

.mgt_md {
  margin-top: 32px !important; }

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

.mgt_xl {
  margin-top: 48px !important; }

@media screen and (min-width: 768px) {
  .mgt_xs {
    margin-top: 16px !important; }

  .mgt_ss {
    margin-top: 32px !important; }

  .mgt_sm {
    margin-top: 48px !important; }

  .mgt_md {
    margin-top: 64px !important; }

  .mgt_lg {
    margin-top: 80px !important; }

  .mgt_xl {
    margin-top: 96px !important; } }
.mgt_em_xs {
  margin-top: .4em; }

.mgt_em_ss {
  margin-top: .8em; }

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

.mg_iht {
  margin: inherit !important; }

@media screen and (max-width: 999px) {
  .mg_cnt_hrz {
    margin-right: 16px;
    margin-left: 16px; }

  .mg_ngt_hrz {
    width: auto;
    margin-right: -16px !important;
    margin-left: -16px !important; } }
.colomn_overlay_childcare {
  background-color: #F3DFAA;
  width: 100%;
  text-align: center;
  color: #3d3d3d;
  text-decoration: underline; }
  .colomn_overlay_childcare p {
    line-height: 2.3rem;
    padding: 0.8rem 0;
    font-size: 1.3rem; }
  .colomn_overlay_childcare span {
    font-size: 1.5rem; }
  .colomn_overlay_childcare::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    background-size: 15px;
    height: 10px;
    width: 10px;
    color: #3d3d3d;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg); }
  @media screen and (min-width: 768px) {
    .colomn_overlay_childcare {
      font-size: 1.6rem; }
      .colomn_overlay_childcare p {
        line-height: 3.3rem;
        padding: 1.2rem 0;
        font-size: 1.8rem; }
      .colomn_overlay_childcare span {
        font-size: 2.3rem; }
      .colomn_overlay_childcare::after {
        right: 25%;
        background-size: 15px;
        height: 17px;
        width: 17px;
        border-top: 2px solid;
        border-right: 2px solid; } }

.overlay_childcare {
  background: #F3DFAA;
  color: #3d3d3d; }

.colomn_overlay_pregnancy {
  background-color: #F5D4C3;
  width: 100%;
  text-align: center;
  color: #3d3d3d;
  text-decoration: underline; }
  .colomn_overlay_pregnancy p {
    line-height: 2.3rem;
    padding: 0.8rem 0;
    font-size: 1.3rem; }
  .colomn_overlay_pregnancy span {
    font-size: 1.5rem; }
  .colomn_overlay_pregnancy::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    background-size: 15px;
    height: 10px;
    width: 10px;
    color: #3d3d3d;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg); }
  @media screen and (min-width: 768px) {
    .colomn_overlay_pregnancy {
      font-size: 1.6rem; }
      .colomn_overlay_pregnancy p {
        line-height: 3.3rem;
        padding: 1.2rem 0;
        font-size: 1.8rem; }
      .colomn_overlay_pregnancy span {
        font-size: 2.3rem; }
      .colomn_overlay_pregnancy::after {
        right: 25%;
        background-size: 15px;
        height: 17px;
        width: 17px;
        border-top: 2px solid;
        border-right: 2px solid; } }

.overlay_pregnancy {
  background: #F5D4C3;
  color: #3d3d3d; }

.colomn_overlay_maternity:not(.column_overlay_img) {
  background-color: #C8DFB1;
  width: 100%;
  text-align: center;
  color: #3d3d3d;
  text-decoration: underline; }
  .colomn_overlay_maternity:not(.column_overlay_img) p {
    line-height: 2.3rem;
    padding: 0.8rem 0;
    font-size: 1.3rem; }
  .colomn_overlay_maternity:not(.column_overlay_img) span {
    font-size: 1.5rem; }
  .colomn_overlay_maternity:not(.column_overlay_img)::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    background-size: 15px;
    height: 10px;
    width: 10px;
    color: #3d3d3d;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg); }
  @media screen and (min-width: 768px) {
    .colomn_overlay_maternity:not(.column_overlay_img) {
      font-size: 1.6rem; }
      .colomn_overlay_maternity:not(.column_overlay_img) p {
        line-height: 3.3rem;
        padding: 1.2rem 0;
        font-size: 1.8rem; }
      .colomn_overlay_maternity:not(.column_overlay_img) span {
        font-size: 2.3rem; }
      .colomn_overlay_maternity:not(.column_overlay_img)::after {
        right: 25%;
        background-size: 15px;
        height: 17px;
        width: 17px;
        border-top: 2px solid;
        border-right: 2px solid; } }

.overlay_maternity {
  background: #C8DFB1;
  color: #3d3d3d; }

.double_overlay {
  background-color: transparent !important; }
  .double_overlay .double_overlay_box {
    display: flex;
    background-color: #fff; }
    .double_overlay .double_overlay_box a {
      display: flex; }
      .double_overlay .double_overlay_box a:first-child {
        justify-content: end;
        background-color: #dce4f8; }
        @media screen and (max-width: 767px) {
          .double_overlay .double_overlay_box a:first-child {
            background: transparent; } }
      .double_overlay .double_overlay_box a:last-child {
        justify-content: start;
        background-color: #fee8dd; }
        @media screen and (max-width: 767px) {
          .double_overlay .double_overlay_box a:last-child {
            background: transparent; } }
      .double_overlay .double_overlay_box a::after {
        display: none; }

@media screen and (max-width: 768px) {
  #user_voice .area-mv .mv-txt {
    position: absolute !important; }

  .area-mv .mv-txt {
    margin-top: -7.8em !important; }

  .area-mv h1 {
    color: #fff;
    background-color: #d76492;
    padding: 0;
    height: 52px;
    position: relative; }
    .area-mv h1 > span {
      position: absolute;
      top: 50%;
      left: 18px;
      transform: translate(0, -50%);
      font-size: 18px; } }
@media screen and (min-width: 768px) {
  .area-mv .mv-txt,
  .mv-txt_02 {
    letter-spacing: 0.06em !important;
    line-height: 1.54 !important;
    padding: 0 !important;
    top: 9% !important; }

  .mv-txt_02 {
    top: 12% !important; }

  #goods .area-mv .mv-txt,
  #goods .mv-txt_02 {
    top: 9% !important; }

  #faq .area-mv .mv-txt {
    top: 16% !important; }

  .mv-txt_box {
    top: 0 !important;
    height: 100% !important; }

  .mv-txt_position {
    max-width: none !important; }

  .area-mv > .mv-guide {
    top: 19% !important; }

  #faq .area-mv .mv-txt {
    top: 15% !important; }

  .mv-txt_box > .user-txt {
    top: 14% !important; } }
@media screen and (max-width: 1234px) and (min-width: 768px) {
  .area-mv .mv-txt {
    top: 8% !important; }

  .area-mv > .mv-guide {
    top: 18% !important; }

  #faq .area-mv .mv-txt {
    top: 14% !important; }

  .mv-txt_box > .user-txt {
    top: 13% !important; } }
.txt-lead_inner > h2 {
  margin-bottom: 1.6em; }

.txt-bg_pnk p:not(:first-of-type),
.txt-lead_bg_pnk p:not(:first-of-type) {
  margin-top: 1.2em; }

@media screen and (max-width: 768px) {
  .txt-lead_inner > h2 {
    margin-bottom: 0; }

  .txt-lead_bg_pnk > .txt-lead_inner > p,
  .txt-lead_bg_pnk > .txt-lead_inner > p {
    margin-top: 1em; }

  .txt-lead_inner {
    margin-bottom: 3em; }
    .txt-lead_inner:last-of-type {
      margin-bottom: 0; } }
.area-mv .txt-lead_inner:not(:first-of-type) {
  margin-top: 0; }

@media screen and (max-width: 767px) {
  .area-mv .txt-lead_bg_pnk h2, .line_txt-lead {
    padding-left: 10px;
    font-weight: bold;
    font-size: 2rem;
    background: transparent;
    border-left: solid 3px #ffffff; }
    .area-mv .txt-lead_bg_pnk h2 > span, .line_txt-lead > span {
      display: inline-block; } }
@media screen and (max-width: 767px) {
  #user_voice .u-bgc_ajst {
    margin-right: 0; } }
@media screen and (min-width: 768px) {
  #support .u-dp_sp {
    display: none !important; } }
@media screen and (min-width: 768px) {
  #hoken .u-dp_sp {
    display: none !important; } }
@media screen and (max-width: 768px) {
  .mv-txt_box + .u-bgc_ajst .txt-lead_bg_pnk {
    padding-bottom: 3em !important;
    border-top-right-radius: 0 !important;
    margin-right: 16px !important; } }
@media screen and (min-width: 768px) {
  #support .user_voice figcaption {
    width: 9em; } }
@media screen and (min-width: 768px) {
  #hoken .area-btn_support a.btn_l_pnk {
    margin-top: 54px; }
  #hoken .user_voice figcaption {
    width: 9em; } }
@media screen and (min-width: 768px) {
  #support .user_voice_ttl {
    font-size: 28px;
    border: none !important; }
    #support .user_voice_ttl:before {
      width: 54px;
      height: 54px;
      margin: 0 auto 0.8em !important; } }
#support .u-mxw_unset .u-ta_c .txt-h_line_b_pnk_md::after {
  display: none; }

#support .area-item_dtl .txt-h_line_b_pnk_md::after {
  display: none; }

#support .u-mxw_unset .u-ta_c .txt-h_line_b_pnk_md > span {
  padding-bottom: 0.3em;
  margin-left: 16px;
  margin-right: 16px;
  position: relative; }
  #support .u-mxw_unset .u-ta_c .txt-h_line_b_pnk_md > span:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-width: 2px;
    background-color: #d76492;
    position: absolute;
    bottom: 0; }

#support .area-item_dtl .txt-h_line_b_pnk_md > span {
  padding-bottom: 0.3em;
  margin-left: 16px;
  margin-right: 16px;
  position: relative; }
  #support .area-item_dtl .txt-h_line_b_pnk_md > span:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-width: 2px;
    background-color: #d76492;
    position: absolute;
    bottom: 0; }

@media screen and (min-width: 768px) {
  #hoken .user_voice_ttl {
    font-size: 28px;
    border: none !important; }
    #hoken .user_voice_ttl:before {
      width: 54px;
      height: 54px;
      margin: 0 auto 0.8em !important; } }
#hoken .u-mxw_unset .u-ta_c .txt-h_line_b_pnk_md::after {
  display: none; }

#hoken .area-item_dtl .txt-h_line_b_pnk_md::after {
  display: none; }

#hoken .u-mxw_unset .u-ta_c .txt-h_line_b_pnk_md > span {
  padding-bottom: 0.3em;
  margin-left: 16px;
  margin-right: 16px;
  position: relative; }
  #hoken .u-mxw_unset .u-ta_c .txt-h_line_b_pnk_md > span:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-width: 2px;
    background-color: #d76492;
    position: absolute;
    bottom: 0; }

#hoken .area-item_dtl .txt-h_line_b_pnk_md > span {
  padding-bottom: 0.3em;
  margin-left: 16px;
  margin-right: 16px;
  position: relative; }
  #hoken .area-item_dtl .txt-h_line_b_pnk_md > span:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    border-width: 2px;
    background-color: #d76492;
    position: absolute;
    bottom: 0; }

@media screen and (max-width: 767px) {
  .life_stg_inner h4 {
    background-image: none !important;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 60px;
    margin-bottom: 10px; }
    .life_stg_inner h4:before {
      top: 50%;
      transform: translate(0, -50%); }
    .life_stg_inner h4 .c-line {
      position: absolute;
      top: 50%;
      transform: translate(0, -50%); } }
#goods .area-mv .txt-lead_bg_pnk {
  display: block; }

@media screen and (min-width: 1024px) {
  #user_voice .user_voice_content .user_comment figure {
    float: none;
    width: 130px;
    height: 130px;
    position: absolute;
    top: 24px;
    left: 42px; } }
@media screen and (min-width: 1024px) {
  #user_voice .user_voice_content .user_comment {
    background: #fff !important;
    padding: 0 !important;
    overflow: hidden;
    position: relative; }
  #user_voice .user_voice_content .user_comment figure + h3 + figcaption {
    margin-top: 0;
    padding-left: 192px;
    position: absolute;
    top: 136px;
    left: 0; }
  #user_voice .user_voice_content .user_comment figure + h3 + figcaption span:first-of-type {
    margin-left: 0; }
  #user_voice .user_comment > .txt-h_pnk {
    background-color: #f6e4eb;
    margin-top: 0 !important;
    padding: 32px 22px 32px 192px !important;
    max-height: 100px; }
  #user_voice .user_comment > div {
    margin-top: 86px;
    padding-left: 42px;
    padding-right: 42px; } }
@media screen and (max-width: 767px) {
  #user_voice .user_voice_content .user_comment {
    background: #fff !important;
    border-radius: 2em;
    padding: 0;
    overflow: hidden;
    position: relative; }
  #user_voice .user_comment {
    display: flex;
    flex-flow: wrap; }
    #user_voice .user_comment > div {
      order: 2;
      width: calc(100% - 2rem - 130px);
      margin-top: 0 !important;
      padding-top: 18px;
      padding-right: 12px;
      padding-left: 14px; }
    #user_voice .user_comment > figure {
      order: 1;
      float: none !important;
      width: 130px;
      margin-top: 22px;
      margin-left: 2rem; }
      #user_voice .user_comment > figure img {
        width: 100%;
        margin: 0 !important; }
      #user_voice .user_comment > figure figcaption {
        width: 130px;
        font-size: 12px;
        line-height: 1.3;
        margin-top: 10px; }
        #user_voice .user_comment > figure figcaption > span {
          text-align: center;
          display: inline-block;
          width: 130px; }
  #user_voice .user_voice_content .user_comment figure + h3 {
    position: initial;
    margin-top: 0 !important;
    margin-left: 0;
    padding: 14px 20px;
    background-color: #f6e4eb;
    line-height: 2;
    width: 100%; } }
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #user_voice .user_voice_content .user_comment {
    background: #fff !important;
    border-radius: 2em;
    padding: 0;
    overflow: hidden;
    position: relative; }
  #user_voice .user_comment {
    display: flex;
    flex-flow: wrap; }
    #user_voice .user_comment > div {
      order: 2;
      width: calc(100% - 2rem - 130px);
      margin-top: 0 !important;
      padding-top: 18px;
      padding-right: 12px;
      padding-left: 14px; }
    #user_voice .user_comment > figure {
      order: 1;
      float: none !important;
      width: 130px;
      margin-top: 22px;
      margin-left: 2rem; }
      #user_voice .user_comment > figure img {
        width: 100%;
        margin: 0 !important; }
      #user_voice .user_comment > figure figcaption {
        width: 130px;
        font-size: 12px;
        line-height: 1.3;
        margin-top: 10px; }
        #user_voice .user_comment > figure figcaption > span {
          text-align: center;
          display: inline-block;
          width: 130px; }
    #user_voice .user_comment .u-dp_sp {
      display: block !important; }
    #user_voice .user_comment .u-dp_pc {
      display: none !important; }
  #user_voice .user_voice_content .user_comment figure + h3 {
    position: initial;
    margin-top: 0 !important;
    margin-left: 0;
    padding: 14px 20px;
    background-color: #f6e4eb;
    line-height: 2;
    width: 100%; } }
@media screen and (min-width: 1024px) {
  #user_voice .user_shouhin {
    padding: 28px 0 20px 42px !important;
    margin: 0 auto; }
    #user_voice .user_shouhin figure {
      margin-right: 3vw !important; }
      #user_voice .user_shouhin figure .goods_change {
        font-size: 18px !important;
        font-weight: normal;
        margin-bottom: 12px; }
      #user_voice .user_shouhin figure > div {
        padding: 14px 20px 24px !important;
        width: 100%;
        height: 100%;
        min-width: 240px; }
        #user_voice .user_shouhin figure > div > small {
          font-size: 16px !important; }
          #user_voice .user_shouhin figure > div > small:not(first-of-type) {
            margin-top: 4px; }
    #user_voice .user_shouhin .user_nagare {
      width: 100% !important;
      min-height: 290px; }
      #user_voice .user_shouhin .user_nagare > figure {
        display: block !important;
        width: 20% !important;
        min-width: 160px;
        position: relative; }
        #user_voice .user_shouhin .user_nagare > figure:last-of-type {
          margin-right: 0 !important; }
        #user_voice .user_shouhin .user_nagare > figure > span {
          width: 110px;
          display: block;
          margin: 0 auto; }
        #user_voice .user_shouhin .user_nagare > figure > .blue_span {
          width: 100%; }
        #user_voice .user_shouhin .user_nagare > figure > img {
          width: 100% !important;
          min-height: 160px;
          display: block;
          margin-top: 14px; }
        #user_voice .user_shouhin .user_nagare > figure > a {
          height: 32px !important;
          width: 100% !important;
          line-height: 28px !important;
          margin-top: 2rem;
          height: auto;
          font-size: 12px !important;
          font-weight: bold;
          font-weight: 500;
          text-decoration: none;
          line-height: 1.4;
          border: 1px solid #d76492;
          border-radius: 5em;
          padding: 0 !important;
          position: relative;
          text-align: center;
          background-color: white; }
          #user_voice .user_shouhin .user_nagare > figure > a:not(:first-of-type) {
            margin-top: 12px; }
      #user_voice .user_shouhin .user_nagare .orange_arrow:after,
      #user_voice .user_shouhin .user_nagare .green_arrow:after,
      #user_voice .user_shouhin .user_nagare .blue_arrow:after {
        position: absolute;
        top: 37%;
        right: -3vw;
        transform: translate(-34%, -50%); } }
@media screen and (max-width: 1024px) {
  #user_voice .user_shouhin figure > div > small {
    line-height: 1.8 !important;
    font-size: 12px !important; }
  #user_voice .user_shouhin .user_nagare > figure {
    position: relative; }
    #user_voice .user_shouhin .user_nagare > figure > span {
      margin-bottom: 6px; }
    #user_voice .user_shouhin .user_nagare > figure > .blue_span {
      width: 104%;
      padding-top: 2px;
      padding-bottom: 2px; }
    #user_voice .user_shouhin .user_nagare > figure > a {
      height: 38px !important;
      line-height: 34px !important;
      width: 136% !important;
      max-height: 56px !important;
      padding: 0 !important;
      font-size: 10px !important;
      transform: scale(0.8);
      display: block;
      margin-top: 0 !important; }
      #user_voice .user_shouhin .user_nagare > figure > a:first-of-type {
        margin-top: 6px !important; }
  #user_voice .user_shouhin .user_nagare .orange_arrow:after,
  #user_voice .user_shouhin .user_nagare .green_arrow:after,
  #user_voice .user_shouhin .user_nagare .blue_arrow:after {
    margin: 0 !important;
    position: absolute;
    top: 37%;
    right: -4vw;
    transform: translate(0, -50%); } }
@media screen and (min-width: 1024px) {
  #user_voice .shouhin_ichiran > h2 {
    font-size: 18px;
    margin-bottom: 48px; }
  #user_voice .shouhin_ichiran .belta_shouhin figure .title_span {
    font-size: 1vw;
    line-height: 3vw;
    padding: 0; }
  #user_voice .shouhin_ichiran .belta_shouhin figure > a {
    height: 32px !important;
    line-height: 28px !important;
    width: 90% !important;
    max-height: 56px !important;
    padding: 0 !important;
    margin-left: auto;
    margin-right: auto;
    font-size: 12px; }
    #user_voice .shouhin_ichiran .belta_shouhin figure > a:not(:first-of-type) {
      margin-top: 12px; } }
@media screen and (max-width: 1024px) {
  #user_voice .shouhin_ichiran .belta_shouhin {
    width: 86% !important; }
    #user_voice .shouhin_ichiran .belta_shouhin figure > a {
      height: 38px !important;
      line-height: 34px !important;
      width: 100% !important;
      max-height: 56px !important;
      padding: 0 !important;
      font-size: 10px !important;
      transform: scale(0.8);
      display: block;
      margin-top: 0 !important; }
    #user_voice .shouhin_ichiran .belta_shouhin figure img {
      margin-bottom: 6px; } }
@media screen and (min-width: 768px) {
  .icon-ctg_bty,
  .icon-ctg_prg,
  .icon-ctg_mtn,
  .icon-ctg_chl,
  .icon-ctg_mnp {
    font-size: 2.8rem !important;
    margin-right: 0.5em !important; }
    .icon-ctg_bty:before,
    .icon-ctg_prg:before,
    .icon-ctg_mtn:before,
    .icon-ctg_chl:before,
    .icon-ctg_mnp:before {
      height: 24px;
      width: 24px;
      display: block;
      background-size: 100%; } }
@media screen and (min-width: 768px) {
  #beauty .area-mv .mv-txt_box .mv-txt,
  #pregnancy .area-mv .mv-txt_box .mv-txt,
  #maternity .area-mv .mv-txt_box .mv-txt,
  #childcare .area-mv .mv-txt_box .mv-txt,
  #menopause .area-mv .mv-txt_box .mv-txt,
  #menopause_new .area-mv .mv-txt_box .mv-txt,
  #lifestage_folate .area-mv .mv-txt_box .mv-txt {
    width: auto !important;
    padding: 40px !important;
    box-shadow: none !important;
    top: 19% !important;
    background-color: rgba(255, 255, 255, 0.7) !important; }
  #beauty .area-mv .u-bgc_ajst,
  #pregnancy .area-mv .u-bgc_ajst,
  #maternity .area-mv .u-bgc_ajst,
  #childcare .area-mv .u-bgc_ajst,
  #menopause .area-mv .u-bgc_ajst,
  #menopause_new .area-mv .u-bgc_ajst,
  #lifestage_folate .area-mv .u-bgc_ajst {
    width: 90%; }
    #beauty .area-mv .u-bgc_ajst > .txt-lead_bg_pnk,
    #pregnancy .area-mv .u-bgc_ajst > .txt-lead_bg_pnk,
    #maternity .area-mv .u-bgc_ajst > .txt-lead_bg_pnk,
    #childcare .area-mv .u-bgc_ajst > .txt-lead_bg_pnk,
    #menopause .area-mv .u-bgc_ajst > .txt-lead_bg_pnk,
    #menopause_new .area-mv .u-bgc_ajst > .txt-lead_bg_pnk,
    #lifestage_folate .area-mv .u-bgc_ajst > .txt-lead_bg_pnk {
      width: 100% !important; }

  #about .mv-txt {
    width: 35%;
    top: 22% !important;
    box-shadow: none; }

  #lifestage_folate .area-mv .mv-txt_box .mv-txt {
    width: 560px !important; }

  #beauty .area-mv .mv-txt_box .mv-txt {
    width: 400px !important; }

  #maternity .area-mv .mv-txt_box .mv-txt {
    width: 500px !important; }

  #childcare .area-mv .mv-txt_box .mv-txt {
    width: 370px !important; }
  #childcare .babymodel_bnr {
    margin: auto;
    max-width: 1000px;
    height: fit-content; }

  #menopause .area-mv .mv-txt_box .mv-txt {
    width: 400px !important; } }
@media screen and (min-width: 768px) and (max-width: 1450px) {
  #lifestage_folate .area-mv .mv-txt_box .mv-txt {
    top: 22% !important; }

  #beauty .area-mv .mv-txt_box .mv-txt {
    top: 11% !important;
    transform: scale(0.8); }

  #pregnancy .area-mv .mv-txt_box .mv-txt {
    top: 11% !important;
    transform: scale(0.8); }

  #menopause_new .area-mv .mv-txt_box .mv-txt {
    top: 11% !important;
    transform: scale(0.8); }

  #maternity .area-mv .mv-txt_box .mv-txt {
    top: 11% !important;
    transform: scale(0.8); }

  #childcare .area-mv .mv-txt_box .mv-txt {
    top: 9% !important;
    transform: scale(0.8); }
  #childcare .babymodel_bnr {
    margin: auto;
    max-width: 1000px;
    height: fit-content; }

  #menopause .area-mv .mv-txt_box .mv-txt {
    top: 9% !important;
    transform: scale(0.8); } }
#about .txt-lead_bg_pnk {
  display: block; }
  #about .txt-lead_bg_pnk .txt-lead_inner {
    width: 100%; }
#about section h3 {
  font-size: 34px;
  font-weight: bold;
  padding-top: 90px;
  padding-bottom: 2px;
  margin-bottom: 62px;
  text-align: center;
  position: relative; }
  #about section h3 > span {
    display: inline-block;
    border-bottom: 2px solid #d76492; }
#about section .about_list {
  padding-bottom: 20px; }
  #about section .about_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    max-width: 880px;
    margin: 0 auto;
    padding: 15px; }
    #about section .about_list ul li {
      width: calc(100% / 2 - 15px);
      border: 1px solid #ccc;
      padding: 15px;
      transition: .3s; }
      #about section .about_list ul li:hover {
        box-shadow: 0px 0px 10px #ccc; }
        #about section .about_list ul li:hover a {
          opacity: 1; }
        #about section .about_list ul li:hover .dli-caret-circle-fill-right {
          color: #fff;
          border: 0.075em solid #d76492; }
        #about section .about_list ul li:hover .dli-caret-circle-fill-right::before,
        #about section .about_list ul li:hover .title {
          color: #d76492; }
        #about section .about_list ul li:hover img {
          transform: scale(1.05); }
      #about section .about_list ul li a {
        color: #000;
        overflow: hidden;
        transition: .3s; }
        #about section .about_list ul li a .img {
          overflow: hidden; }
          #about section .about_list ul li a .img img {
            height: 150px;
            object-fit: cover;
            transition: .3s; }
        #about section .about_list ul li a > div {
          display: flex;
          align-items: center;
          justify-content: space-between; }
      #about section .about_list ul li .title {
        font-weight: bold;
        padding: 10px 0;
        transition: .3s; }
      #about section .about_list ul li .dli-caret-circle-fill-right {
        display: inline-block;
        vertical-align: middle;
        color: #fff;
        line-height: 1;
        position: relative;
        width: 0.8em;
        height: 0.8em;
        border: 0.075em solid #ccc;
        background: currentColor;
        border-radius: 50%;
        box-sizing: content-box;
        transition: .3s; }
      #about section .about_list ul li .dli-caret-circle-fill-right::before {
        content: '';
        color: #ccc;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
        border-width: 0.18em 0.31177em;
        border-left-color: currentColor;
        border-right: 0;
        transform: translateX(15%);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        transition: .3s; }
@media screen and (max-width: 768px) {
  #about section .about_list ul {
    display: block; }
    #about section .about_list ul li {
      width: 100%;
      margin-bottom: 15px; } }
#about .company_txt {
  max-width: 1000px;
  margin: 0 auto; }
  #about .company_txt > dl {
    width: 740px;
    margin: 0 auto; }
    #about .company_txt > dl > div {
      padding: 26px 0;
      border-top: 1px solid #bebebe;
      display: flex; }
      #about .company_txt > dl > div:first-of-type {
        padding-top: 0;
        border-top: none; }
      #about .company_txt > dl > div dt {
        width: 300px;
        padding-left: 10px;
        font-weight: bold; }
      #about .company_txt > dl > div dd {
        line-height: 2;
        font-weight: normal; }
        #about .company_txt > dl > div dd .min_txt {
          display: block;
          font-weight: normal;
          font-size: 14px; }
        #about .company_txt > dl > div dd .location_txt {
          font-size: 17px;
          line-height: 1.8;
          display: block; }
        #about .company_txt > dl > div dd .office_tlt {
          font-weight: 500; }
        #about .company_txt > dl > div dd > div {
          font-weight: normal;
          margin-top: 24px; }
          #about .company_txt > dl > div dd > div:first-of-type {
            margin-top: 0; }
          #about .company_txt > dl > div dd > div span {
            display: inline; }
#about .company_map {
  padding: 0 0 120px;
  margin: 60px auto 0;
  box-sizing: border-box;
  max-width: 1080px; }
  #about .company_map .global_ttl {
    padding: 0 30px; }
    #about .company_map .global_ttl h4 {
      font-size: 26px;
      text-align: center;
      color: #d76492; }
    #about .company_map .global_ttl dd {
      margin: 10px 0 34px;
      text-align: center; }
  #about .company_map img {
    width: 100%; }
#about .company_business > p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 64px; }
#about .company_business > ul {
  padding-bottom: 132px; }
  #about .company_business > ul > li {
    margin-top: 54px; }
    #about .company_business > ul > li:first-child {
      margin-top: 0; }
    #about .company_business > ul > li .business_img {
      overflow: hidden;
      border-radius: 16px; }
    #about .company_business > ul > li > p {
      text-align: left;
      margin-top: 40px; }
      #about .company_business > ul > li > p > span {
        display: inline-block; }
#about .company_action {
  padding-bottom: 120px; }
  #about .company_action > p {
    font-weight: bold;
    text-align: center;
    margin-bottom: 64px; }
  #about .company_action > ul {
    width: 886px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between; }
    #about .company_action > ul > li {
      width: 420px;
      border-radius: 16px;
      overflow: hidden;
      margin: 0 auto;
      box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.1); }
      #about .company_action > ul > li h4 {
        font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
        font-size: 24px;
        font-weight: bold;
        background-color: #f6e4eb;
        height: 64px;
        line-height: 64px; }
        #about .company_action > ul > li h4 > span {
          display: inherit;
          text-align: center; }
      #about .company_action > ul > li > div {
        background-color: #ffffff;
        height: 196px;
        box-sizing: border-box;
        padding-top: 14px;
        padding-left: 13px;
        padding-right: 13px;
        position: relative; }
        #about .company_action > ul > li > div > a {
          font-size: 17px;
          font-weight: bold;
          height: 62px;
          width: 360px;
          line-height: 62px;
          border-radius: 5em;
          border: 1px solid #d76492;
          padding: 0 32px;
          position: absolute;
          bottom: 30px;
          left: 50%;
          transform: translate(-50%, 0);
          box-shadow: 0px 6px 6px -3px #ccc;
          text-align: center; }
          #about .company_action > ul > li > div > a:after {
            content: " ";
            vertical-align: middle;
            width: 6px;
            height: 6px;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 1.2em;
            margin: auto;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            border-top: 1px solid #d76492;
            border-right: 1px solid #d76492; }
#about .link_btn {
  background-color: #ffffff;
  box-sizing: border-box;
  padding-top: 14px;
  padding-left: 13px;
  padding-right: 13px;
  position: relative; }
  #about .link_btn > a {
    font-size: 17px;
    font-weight: bold;
    height: 62px;
    width: 360px;
    line-height: 62px;
    border-radius: 5em;
    border: 1px solid #d76492;
    padding: 0 32px;
    position: relative;
    bottom: -50px !important;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0px 6px 6px -3px #ccc;
    text-align: center;
    bottom: 0; }
    #about .link_btn > a:after {
      content: " ";
      vertical-align: middle;
      width: 6px;
      height: 6px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1.2em;
      margin: auto;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      border-top: 1px solid #d76492;
      border-right: 1px solid #d76492; }
#about .company_business_details ul {
  padding-bottom: 60px; }
#about .business_details {
  padding-bottom: 90px;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    #about .business_details {
      flex-direction: column;
      padding-bottom: 60px; } }
#about .business_details_service dt {
  width: 136px; }
  @media screen and (max-width: 767px) {
    #about .business_details_service dt {
      width: auto; } }
@media screen and (max-width: 767px) {
  #about .business_details_service {
    padding: 0 24px; } }
#about .business_details_operation dt {
  width: 240px; }
  @media screen and (max-width: 767px) {
    #about .business_details_operation dt {
      width: auto; } }
@media screen and (max-width: 767px) {
  #about .business_details_operation {
    padding: 0 24px; } }
#about .business_details_title {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 14px;
  border-bottom: 2px solid #d76492;
  width: fit-content; }
  @media screen and (max-width: 767px) {
    #about .business_details_title {
      width: auto;
      margin-top: 10px;
      font-size: 1.6rem; } }
#about .business_details_box {
  display: flex;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    #about .business_details_box {
      flex-direction: column;
      margin-bottom: 6px; } }
#about .business_details_targetbrank::before {
  border: none;
  font-family: FontAwesome, "Noto Sans JP", "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
  content: "\f08e";
  font-weight: 900;
  -webkit-transform: none;
  transform: none;
  margin-left: 2px;
  margin-right: 2px;
  color: #d76492; }

#about_recruit h3 {
  font-size: 34px;
  font-weight: bold;
  padding-top: 90px;
  padding-bottom: 2px;
  margin-bottom: 62px;
  text-align: center;
  position: relative; }
  #about_recruit h3 > span {
    display: inline-block;
    border-bottom: 2px solid #d76492; }
#about_recruit p {
  font-weight: bold;
  text-align: center;
  margin-bottom: 64px;
  font-size: 1.8rem; }
#about_recruit ul {
  padding-bottom: 132px;
  font-size: 1.8rem; }
  #about_recruit ul > li:first-child {
    margin-top: 0; }
  #about_recruit ul li .business_img {
    overflow: hidden;
    border-radius: 16px; }
#about_recruit .link_btn {
  background-color: #ffffff;
  box-sizing: border-box;
  padding-top: 14px;
  padding-left: 13px;
  padding-right: 13px;
  position: relative; }
  #about_recruit .link_btn > a {
    font-size: 17px;
    font-weight: bold;
    height: 62px;
    width: 360px;
    line-height: 62px;
    border-radius: 5em;
    border: 1px solid #d76492;
    padding: 0 32px;
    position: relative;
    bottom: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    box-shadow: 0px 6px 6px -3px #ccc;
    text-align: center; }
    #about_recruit .link_btn > a::after {
      content: " ";
      vertical-align: middle;
      width: 6px;
      height: 6px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1.2em;
      margin: auto;
      transform: rotate(45deg);
      border-top: 1px solid #d76492;
      border-right: 1px solid #d76492; }

@media screen and (max-width: 768px) {
  #about_recruit h3 {
    font-size: 20px;
    padding-top: 40px;
    margin-bottom: 30px; }
  #about_recruit p {
    padding-left: 24px;
    padding-right: 24px;
    margin-bottom: 26px;
    font-size: 1.4rem; }
  #about_recruit ul {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 32px;
    font-size: 1.4rem; }
    #about_recruit ul li .business_img {
      border-radius: 15px; }
  #about_recruit .link_btn {
    width: 100%;
    padding-bottom: 34px; }
    #about_recruit .link_btn > a {
      width: 100%;
      bottom: -20px !important;
      font-size: 15px; }
      #about_recruit .link_btn > a::after {
        content: " ";
        vertical-align: middle;
        width: 6px;
        height: 6px;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 1.2em;
        margin: auto;
        transform: rotate(45deg);
        border-top: 1px solid #d76492;
        border-right: 1px solid #d76492; }

  #about .area-mv .mv-txt {
    padding: 0;
    width: 270px;
    height: auto; }

  #philosophy .area-mv .mv-txt {
    padding: 0;
    width: 135px;
    height: auto; } }
#under_navi div {
  display: flex;
  justify-content: center; }
  #under_navi div h4 {
    padding-right: 30px;
    border-right: 1px solid;
    font-weight: normal;
    width: 110px; }
    #under_navi div h4 a {
      color: #3d3d3d;
      position: relative; }
      #under_navi div h4 a::after {
        width: 100%;
        height: 2px;
        content: '';
        background-color: #d76492;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s;
        position: absolute;
        bottom: 0;
        left: 0; }
      #under_navi div h4 a:hover {
        color: #d76492; }
        #under_navi div h4 a:hover::after {
          transform: scale(1, 1); }
  #under_navi div > ul {
    display: flex;
    justify-content: space-evenly; }
    #under_navi div > ul > li {
      font-size: 1.5rem;
      margin-left: 30px; }
      #under_navi div > ul > li a {
        color: #3d3d3d;
        position: relative; }
        #under_navi div > ul > li a::after {
          width: 100%;
          height: 2px;
          content: '';
          background-color: #d76492;
          transform: scale(0, 1);
          transform-origin: left top;
          transition: transform .3s;
          position: absolute;
          bottom: 0;
          left: 0; }
        #under_navi div > ul > li a:hover {
          color: #d76492; }
          #under_navi div > ul > li a:hover::after {
            transform: scale(1, 1); }
      #under_navi div > ul > li a.active {
        color: #d76492; }
        #under_navi div > ul > li a.active::after {
          width: 100%;
          height: 2px;
          content: '';
          background-color: #d76492;
          transform-origin: left top;
          transition: transform .3s;
          transform: scale(1, 1);
          position: absolute;
          bottom: 0;
          left: 0; }

@media screen and (max-width: 768px) {
  #about section h3 {
    font-size: 20px;
    padding-top: 40px;
    margin-bottom: 30px; }
  #about .company_txt {
    padding-left: 20px;
    padding-right: 20px; }
    #about .company_txt > dl {
      width: auto; }
      #about .company_txt > dl > div {
        display: block;
        padding: 16px 0 18px; }
        #about .company_txt > dl > div dt {
          font-size: 16px; }
        #about .company_txt > dl > div dd {
          padding-left: 10px;
          margin-top: 10px;
          font-weight: normal; }
          #about .company_txt > dl > div dd > div {
            font-weight: normal;
            margin-top: 8px; }
            #about .company_txt > dl > div dd > div span {
              display: inline-block;
              margin-left: 4px; }
          #about .company_txt > dl > div dd .min_txt {
            font-size: 12px;
            padding-left: 1em;
            text-indent: -1em; }
          #about .company_txt > dl > div dd .location_txt {
            font-size: 13px;
            margin-left: 0px; }
          #about .company_txt > dl > div dd .office_tlt {
            margin-left: 0; }
        #about .company_txt > dl > div .margin_block > div {
          margin-bottom: 12px; }
  #about .company_map {
    margin: 10px auto 0;
    padding-bottom: 32px; }
    #about .company_map .global_ttl {
      padding: 0 30px; }
      #about .company_map .global_ttl h4 {
        font-size: 18px;
        text-align: center;
        color: #d76492; }
      #about .company_map .global_ttl dd {
        margin: 10px 0 18px;
        text-align: left; }
  #about .company_business > p {
    margin-bottom: 26px; }
    #about .company_business > p > span {
      display: inline-block; }
  #about .company_business > ul {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 32px; }
    #about .company_business > ul > li {
      margin-top: 36px; }
      #about .company_business > ul > li .business_img {
        border-radius: 15px; }
      #about .company_business > ul > li > p {
        font-size: 13px;
        line-height: 1.9;
        margin-top: 20px; }
  #about .company_recruit > p {
    padding-left: 24px;
    padding-right: 24px; }
  #about .company_action {
    padding-bottom: 30px; }
    #about .company_action > p {
      padding-left: 24px;
      padding-right: 24px;
      margin-bottom: 36px; }
    #about .company_action > ul {
      padding-left: 24px;
      padding-right: 24px;
      width: auto;
      display: block; }
      #about .company_action > ul > li {
        width: auto;
        margin-top: 30px;
        border-radius: 5px; }
        #about .company_action > ul > li h4 {
          font-size: 16px;
          height: 50px;
          line-height: 50px; }
        #about .company_action > ul > li:first-child {
          margin-top: 0; }
        #about .company_action > ul > li > div {
          height: 180px; }
          #about .company_action > ul > li > div > a {
            width: 92%;
            min-width: 262px;
            font-size: 15px; }
  #about .link_btn {
    width: 100%;
    padding-bottom: 34px; }
    #about .link_btn > a {
      width: 100%;
      bottom: -20px !important;
      font-size: 15px; }

  #under_navi div {
    display: block;
    padding: 0 24px; }
    #under_navi div h4 {
      padding-bottom: 15px;
      border: none;
      border-bottom: 1px solid;
      font-weight: bold;
      width: 100%; }
      #under_navi div h4 a {
        color: #3d3d3d;
        position: relative; }
        #under_navi div h4 a::after {
          width: 100%;
          height: 2px;
          content: '';
          background-color: #d76492;
          transform: scale(0, 1);
          transform-origin: left top;
          transition: transform .3s;
          position: absolute;
          bottom: 0;
          left: 0; }
        #under_navi div h4 a:hover {
          color: #d76492; }
          #under_navi div h4 a:hover::after {
            transform: scale(1, 1); }
    #under_navi div > ul {
      display: block; }
      #under_navi div > ul > li {
        font-size: 1.5rem;
        margin-left: 0;
        margin-bottom: 15px; }
        #under_navi div > ul > li:first-child {
          margin-top: 15px; }
        #under_navi div > ul > li a {
          color: #3d3d3d;
          position: relative; }
          #under_navi div > ul > li a::after {
            width: 100%;
            height: 2px;
            content: '';
            background-color: #d76492;
            transform: scale(0, 1);
            transform-origin: left top;
            transition: transform .3s;
            position: absolute;
            bottom: 0;
            left: 0; }
          #under_navi div > ul > li a:hover {
            color: #d76492; }
            #under_navi div > ul > li a:hover::after {
              transform: scale(1, 1); }
        #under_navi div > ul > li a.active {
          color: #d76492; }
          #under_navi div > ul > li a.active::after {
            width: 100%;
            height: 2px;
            content: '';
            background-color: #d76492;
            transform-origin: left top;
            transition: transform .3s;
            transform: scale(1, 1);
            position: absolute;
            bottom: 0;
            left: 0; }

  #childcare .babymodel_bnr {
    padding-right: 0.7em;
    padding-left: 0.7em;
    margin: 50px 10px 0; }
  #childcare .kiji_link_top .txt-h_line_b_pnk_fit {
    margin-top: 1.4em; } }
@media screen and (min-width: 768px) {
  .topics_tlt {
    margin-top: 2em !important; }

  .project_tlt {
    margin-top: 1.2em !important; }

  .newseries {
    margin-top: 2em !important; }

  .newseries_p {
    margin-top: 1.5em;
    text-align: center;
    font-weight: 500; }

  .area-news_bnr {
    margin-top: 42px;
    margin-bottom: 36px;
    flex-wrap: wrap;
    overflow: hidden; }

  .area-news_bnr_top {
    margin-top: 0; }

  .area-news_bnr > a {
    width: 736px; }

  .area-news_bnr div {
    width: calc(33.3333% - 6px);
    margin: 0 10px 0px 0; }
    .area-news_bnr div:first-of-type {
      margin-right: 8px; }
    .area-news_bnr div:last-of-type {
      margin-right: 0; }
      .area-news_bnr div:last-of-type a {
        box-sizing: border-box; }

  .area-news_bnr div a {
    width: 100%;
    margin: 0; }

  .med-f_bnr > a {
    margin: 0; } }
@media screen and (max-width: 768px) {
  .topics_tlt {
    margin-top: 1em !important;
    margin-bottom: 14px; }

  .newseries {
    margin-top: 1em !important; }

  .newseries_p {
    font-weight: 500; }

  .area-news_bnr > a {
    margin: 0; }

  .area-news_bnr > div a {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box; }

  .med_bnr {
    margin-top: 3.7em;
    padding: 0 1.6em 4em; }
    .med_bnr > a {
      margin-top: 8px; }
      .med_bnr > a:first-of-type {
        margin-top: 0; } }
@media screen and (min-width: 768px) {
  .treatment_page .main_title {
    margin-bottom: 20px; }
  .treatment_page .doctor_introduction {
    margin: 30px auto 0; }
  .treatment_page .doctor_introduction figure {
    width: 40%;
    margin-right: 14px;
    margin-top: 0; }
  .treatment_page .doctor_introduction dl {
    margin: 15px 0 0 0; }
    .treatment_page .doctor_introduction dl > dd > span {
      display: block;
      margin-top: 12px; }
  .treatment_page .inner_details h3:not(:first-of-type) {
    margin-top: 30px; }
  .treatment_page .inner_details_text > h4 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px; }
  .treatment_page .inner_details_text > a {
    margin: 30px auto 0; }
  .treatment_page .datalis_ul {
    display: flex;
    justify-content: space-around;
    margin-top: 30px;
    margin-bottom: 60px; }
    .treatment_page .datalis_ul > li {
      background-color: #fff;
      width: 440px; }
      .treatment_page .datalis_ul > li:first-child {
        margin-left: 0; }
      .treatment_page .datalis_ul > li > dl > dt {
        font-size: 22px;
        font-weight: 600;
        color: #58a59a;
        text-align: center;
        padding-top: 22px;
        padding-bottom: 18px;
        border-bottom: 1px solid #58a59a; }
      .treatment_page .datalis_ul > li > dl > div > dd {
        padding: 0 10px;
        border-bottom: 1px dashed #707070; }
        .treatment_page .datalis_ul > li > dl > div > dd:last-child {
          border-bottom: none; }
        .treatment_page .datalis_ul > li > dl > div > dd > dl > dt {
          font-size: 18px;
          font-weight: 600;
          text-align: center;
          padding-top: 14px;
          padding-bottom: 8px; }
        .treatment_page .datalis_ul > li > dl > div > dd > dl > dd {
          font-size: 14px;
          text-align: center;
          padding-bottom: 22px; }
  .treatment_page .inner_imglis {
    display: flex;
    justify-content: space-around;
    margin-top: 40px; }
    .treatment_page .inner_imglis > li > p {
      text-align: center;
      font-size: 15px;
      margin-top: 4px;
      line-height: 1.4; }
  .treatment_page .inner_steplis {
    display: flex;
    justify-content: space-around;
    margin-top: 30px; }
    .treatment_page .inner_steplis li {
      margin-left: 14px;
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
      padding: 10px 7px 24px;
      width: 234px; }
      .treatment_page .inner_steplis li:first-child {
        margin-left: 0; }
      .treatment_page .inner_steplis li .step_tlt {
        font-size: 20px;
        font-weight: bold;
        border-bottom: 2px solid #000;
        width: 64px; }
      .treatment_page .inner_steplis li > img {
        display: block;
        margin: 20px auto 34px; }
      .treatment_page .inner_steplis li > h4 {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 2px;
        border-bottom: 1px dashed #707070; }
      .treatment_page .inner_steplis li > p {
        font-size: 14px; }
  .treatment_page .caption_on > figcaption {
    margin-top: 10px; }
    .treatment_page .caption_on > figcaption > span {
      display: block;
      font-size: 11px;
      margin-bottom: 40px;
      margin-top: 8px; }
  .treatment_page .inner > a {
    margin: 30px auto 0; } }
@media screen and (max-width: 768px) {
  .treatment_page .doctor_introduction > dl {
    padding-left: 10px;
    width: 50%;
    margin: 0 auto; }
    .treatment_page .doctor_introduction > dl > dt {
      font-size: 13px; }
    .treatment_page .doctor_introduction > dl > dd {
      font-size: 10px; }
      .treatment_page .doctor_introduction > dl > dd > span {
        display: block;
        font-size: 13px;
        margin-top: 10px; }
  .treatment_page .inner_details h3:not(:first-of-type) {
    margin-top: 14px; }
  .treatment_page .inner_details_text > h4 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 12px; }
  .treatment_page .inner_details_text > a {
    margin: 30px auto 0; }
  .treatment_page .datalis_ul {
    display: flex;
    justify-content: space-around;
    margin-top: 14px;
    margin-bottom: 30px; }
    .treatment_page .datalis_ul > li {
      background-color: #fff;
      margin-left: 12px;
      width: 48%; }
      .treatment_page .datalis_ul > li:first-child {
        margin-left: 0; }
      .treatment_page .datalis_ul > li > dl > dt {
        font-size: 13px;
        font-weight: 600;
        color: #58a59a;
        text-align: center;
        padding-top: 14px;
        padding-bottom: 14px;
        border-bottom: 1px solid #58a59a; }
      .treatment_page .datalis_ul > li > dl > div > dd {
        padding: 0 10px;
        border-bottom: 1px dashed #707070; }
        .treatment_page .datalis_ul > li > dl > div > dd:last-child {
          border-bottom: none; }
        .treatment_page .datalis_ul > li > dl > div > dd > dl > dt {
          font-size: 15px;
          font-weight: 600;
          text-align: center;
          padding-top: 8px;
          padding-bottom: 4px; }
        .treatment_page .datalis_ul > li > dl > div > dd > dl > dd {
          font-size: 10px;
          text-align: center;
          padding-bottom: 12px; }
  .treatment_page .inner_imglis {
    display: flex;
    justify-content: space-around;
    margin-top: 10px; }
    .treatment_page .inner_imglis > li > p {
      text-align: center;
      font-size: 10px;
      margin-top: 4px;
      line-height: 1.4; }
  .treatment_page .inner_steplis {
    margin-top: 18px;
    padding: 0 40px; }
    .treatment_page .inner_steplis li {
      margin-top: 22px;
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
      padding: 10px 10px 18px; }
      .treatment_page .inner_steplis li:first-child {
        margin-top: 0; }
      .treatment_page .inner_steplis li .step_tlt {
        font-size: 20px;
        font-weight: bold;
        border-bottom: 2px solid #000;
        width: 64px;
        margin: 0 auto; }
      .treatment_page .inner_steplis li > img {
        display: block;
        margin: 20px auto 34px; }
      .treatment_page .inner_steplis li > h4 {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 2px;
        border-bottom: 1px dashed #707070;
        text-align: center; }
      .treatment_page .inner_steplis li > p {
        font-size: 14px;
        text-align: center; }
  .treatment_page .caption_on > figcaption {
    margin-top: 10px; }
    .treatment_page .caption_on > figcaption > span {
      display: block;
      font-size: 11px;
      margin-bottom: 40px;
      margin-top: 8px; }
  .treatment_page .inner h2 {
    text-align: center; }
  .treatment_page .inner > a {
    margin: 20px auto 0; } }
@media screen and (min-width: 768px) {
  .mgn_base {
    margin-top: 24px; }

  .mgn_custom {
    margin-top: 34px; }
    .mgn_custom .news_dtl p {
      margin-top: 3px; }
    .mgn_custom li {
      border-top: 1px dotted #ddd;
      padding: 16px 0 26px; } }
@media screen and (max-width: 768px) {
  .sns_list > li > a {
    position: relative;
    padding-left: 48px; }
    .sns_list > li > a > img {
      position: absolute;
      width: 30px;
      height: 30px;
      top: 50%;
      left: 9px;
      transform: translate(0, -50%); }

  header .border_gr {
    border-color: #e6e6e6; }
  header .contact_ls > li > a {
    position: relative;
    padding-left: 48px; }
    header .contact_ls > li > a:before {
      content: "";
      display: block;
      width: 30px;
      height: 40px;
      background-image: url(https://assets.belta.co.jp/common/ftr_mail.png);
      background-size: 100%;
      position: absolute;
      top: 50%;
      left: 9px;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  header .contact_ls > li > .hdr_line:before {
    background-image: url(https://assets.belta.co.jp/common/ico_line.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center; }
  header .contact_ls > li > .hdr_tell:before {
    background-image: url(https://assets.belta.co.jp/common/ftr_phone.png); }
  header .contact_ls > li > .hdr_faq:before {
    background-image: url(https://assets.belta.co.jp/common/ftr_faq.png); } }
@media screen and (min-width: 768px) {
  .area-f_pmark {
    margin-top: 26px;
    display: flex; }

  .area-f_pmark a {
    padding: 0;
    margin: 0;
    position: static; }

  .area-f_pmark img {
    display: block;
    width: 55px;
    margin-top: auto;
    margin-bottom: auto; }

  .area-f_pmark p {
    color: #3d3d3d;
    font-size: 13px;
    padding-top: 0;
    padding-left: 12px; } }
@media screen and (max-width: 768px) {
  .area-f_pmark {
    margin-top: 4px; }

  .area-f_sns {
    margin-top: 0;
    margin-bottom: 24px; }

  .area-f_pmark > div {
    padding: 4px;
    position: static;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end; }

  .area-f_pmark img {
    display: block;
    width: 30px; }

  .area-f_pmark p {
    text-align: left;
    color: #3d3d3d;
    font-size: 11px;
    padding-top: 7px;
    padding-left: 8px;
    padding-right: 2px;
    line-height: 1.6; } }
.rakuten_txt {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.9); }
  .rakuten_txt_bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 70%;
    max-width: 840px;
    padding: 0 0.8rem 0 3.2rem;
    background-color: #fff;
    border-radius: 10px; }
    .rakuten_txt_bg h3 {
      font-size: 1.2em;
      margin-top: 1.8rem;
      margin-bottom: 1rem;
      font-weight: bold; }
      .rakuten_txt_bg h3:first-of-type {
        margin-top: 2.6rem; }
    .rakuten_txt_bg div > ul {
      margin-bottom: 0.8rem; }
    .rakuten_txt_bg div > p {
      margin-bottom: 0.8rem; }
      .rakuten_txt_bg div > p span {
        color: #888;
        font-size: 0.8em;
        line-height: 1.7;
        display: block; }
      .rakuten_txt_bg div > p:last-of-type {
        margin-bottom: 0; }

.rakuten_marker {
  color: #e40101 !important; }

.ovf_scroll {
  height: 100%;
  overflow-y: scroll;
  padding-right: 0.8em;
  padding-bottom: 3.2rem; }

.close_modal {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold; }

.open_bg {
  overflow-y: hidden; }

.contact_indent ul > li,
.contact_indent ol > li {
  padding-left: 1em;
  text-indent: -1em; }

.contact-form-wapper .marker_line {
  background: transparent linear-gradient(transparent 60%, #ffdfef 0%) repeat scroll 0 0; }
.contact-form-wapper .custom-selectbox > select {
  background-color: #fff;
  color: #000; }
.contact-form-wapper input,
.contact-form-wapper button,
.contact-form-wapper textarea,
.contact-form-wapper select {
  font-size: 1.6rem; }

.henpin_txt > td > div > ol {
  margin: 0.6em 0; }

.cancel_guid {
  font-size: 0.9em;
  margin-top: 10px;
  margin-bottom: 16px;
  background-color: #eee;
  padding: 8px 12px;
  font-feature-settings: "palt"; }
  .cancel_guid li {
    font-size: 0.9em; }

.pad_pc_story .product_top > h1 {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  margin-top: 30px;
  font-weight: bold; }
.pad_pc_story .product_top > p {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  text-align: left; }

.details_content_story {
  padding-bottom: 50px;
  margin-top: 70px; }
  .details_content_story figure {
    position: relative;
    width: 100%;
    margin: 0 auto; }
  .details_content_story h2 {
    color: #3d3d3d;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 28px; }
  .details_content_story .content_h2:first-of-type h2 {
    margin-top: 0; }
  .details_content_story .content_h2 .content_wrap .content_text_h2 {
    padding: 0 16px; }
  .details_content_story .content_h2 p {
    text-align: left;
    margin-top: 16px;
    font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 17px;
    line-height: 214%; }
    .details_content_story .content_h2 p:first-of-type {
      margin-top: 28px; }

@media screen and (min-width: 768px) {
  .pad_pc_story .product_top > p {
    width: 750px;
    padding: 0 16px;
    margin: 0 auto; }

  .details_content_story .content_h2 .content_wrap {
    width: 750px;
    margin: 0 auto; }

  .pad_pc_story .folate_menu_inner {
    width: 960px;
    margin: 0 auto; } }
@media screen and (max-width: 768px) {
  .details_content_story {
    padding-bottom: 0;
    margin-top: 30px; }
    .details_content_story .content_h2 {
      padding: 0 10px; }
      .details_content_story .content_h2 h2 {
        font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
        font-size: 20px;
        margin-top: 34px;
        margin-bottom: 14px; }
      .details_content_story .content_h2 p {
        font-size: 14px; }
        .details_content_story .content_h2 p:first-of-type {
          margin-top: 24px; }
        .details_content_story .content_h2 p.details_content_story-sp-margin {
          margin-top: 0; }
    .details_content_story figure {
      width: 100%; } }
.line_add_contents {
  background-color: #fff;
  border-radius: 0.5em;
  overflow: hidden; }
  .line_add_contents .line-h_pnk {
    padding: 14px 12px 12px;
    background-color: #d76492;
    color: #fff;
    font-weight: bold; }
  .line_add_contents .line-add_txt {
    padding: 0 0.7em; }
  .line_add_contents .btn_l_pnk {
    margin: 0 auto; }

#goods .line_add_contents {
  background-color: #fbf6f8; }

@media screen and (min-width: 768px) {
  .line_add_contents {
    width: 100%;
    max-width: 1030px;
    margin: 40px auto 0; }
    .line_add_contents .line-h_pnk {
      font-size: 18.75px;
      text-align: center;
      margin: 0 auto 0; }
    .line_add_contents .line-add_txt {
      padding: 16px 40px 0; }
    .line_add_contents .btn_l_pnk {
      margin: 26px auto 36px; } }
@media screen and (max-width: 768px) {
  .line_add_contents {
    margin: 32px 14px 0;
    border-radius: 5px; }
    .line_add_contents .line-h_pnk {
      margin: 0 auto 0;
      text-align: center;
      line-height: 1.6; }
    .line_add_contents .line-add_txt {
      padding: 14px 12px 12px;
      text-align: justify; }
    .line_add_contents .btn_l_pnk {
      width: 92.3%;
      max-width: 400px;
      margin: 3px auto 27px; }

  #goods .line_add_contents {
    margin-left: 0;
    margin-right: 0; } }
@media screen and (min-width: 768px) {
  #monde .area-mv .mv-txt_box .mv-txt {
    text-align: center;
    width: 12em;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(255, 255, 255, 0);
    font-size: 2.3vw;
    box-shadow: none;
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 2px 2px 20px rgba(255, 255, 255, 0.8), -2px -2px 20px rgba(255, 255, 255, 0.8);
    top: 13% !important; } }
@media screen and (max-width: 768px) {
  #monde .area-mv .mv-txt_box .mv-txt {
    color: #d76492;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.54;
    letter-spacing: -1px;
    border-top-right-radius: 5px;
    background-color: #fff;
    margin-right: 16px;
    padding: 16px;
    position: relative;
    z-index: 2; } }
@media screen and (min-width: 768px) {
  .main_content {
    margin-top: 70px; }

  .monde_ls li {
    margin-top: 120px; }
    .monde_ls li:first-child {
      margin-top: 0; }
  .monde_ls .item_flx {
    display: flex; }
  .monde_ls .btn_line_pnk {
    margin: 40px auto 0; }
  .monde_ls .item_date img {
    margin-bottom: 12px; }
  .monde_ls .item_date dl {
    padding-left: 30px; }
    .monde_ls .item_date dl > div {
      margin-bottom: 20px; }

  .monde_u_ls {
    margin-top: 120px; }
    .monde_u_ls > li {
      display: flex;
      justify-content: space-between;
      margin-top: 80px; }
      .monde_u_ls > li:first-child {
        margin-top: 0; }
      .monde_u_ls > li > div {
        width: 46%; }
        .monde_u_ls > li > div img {
          width: 100%; }
      .monde_u_ls > li .item_date > dl {
        display: flex;
        padding: 14px 20px 20px; }
    .monde_u_ls .btn_line_pnk {
      margin: 0 auto 0; } }
@media screen and (max-width: 768px) {
  .main_content {
    margin-top: 30px; }

  .monde_ls li {
    margin-top: 30px; }
    .monde_ls li:first-child {
      margin-top: 0; }
  .monde_ls .btn_line_pnk {
    margin: 0 auto;
    width: 94%; }
  .monde_ls .item_date img {
    margin-bottom: 12px; }
  .monde_ls .item_date dl {
    padding: 12px 0 6px; }
    .monde_ls .item_date dl > div {
      margin-bottom: 10px;
      padding-left: 4%; }

  .monde_u_ls {
    margin-top: 40px; }
    .monde_u_ls > li {
      display: flex;
      justify-content: space-between;
      margin-top: 40px; }
      .monde_u_ls > li:first-child {
        margin-top: 0; }
        .monde_u_ls > li:first-child .item_date {
          height: 114px; }
      .monde_u_ls > li > div {
        width: 46%;
        position: relative; }
        .monde_u_ls > li > div img {
          width: 100%; }
      .monde_u_ls > li .item_date > dl {
        padding: 4px 8px 10px; }
    .monde_u_ls .btn_line_pnk {
      margin: 0 auto 0;
      padding: 6px 0 0 0;
      text-align: center;
      height: 38px;
      position: relative;
      bottom: 0; } }
.quest_bg {
  background-color: #fdfdfd; }

.quest_top .main_title {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0; }
.quest_top .main_txt {
  color: #504340;
  text-align: center;
  box-shadow: 0px 0px 10px -2px #dedede;
  padding-top: 14px;
  padding-bottom: 16px;
  border-radius: 12px;
  background-color: #fff;
  width: 94%;
  margin: 0 auto;
  margin-bottom: 30px;
  margin-top: 10px; }

.quest_contents {
  margin-left: 0.8em;
  margin-right: 0.8em; }
  .quest_contents > h2 {
    width: 120px;
    margin: 0 auto; }
  .quest_contents_bg {
    display: flex;
    flex-wrap: wrap;
    background-image: url(https://assets.belta.co.jp/sdgs/womensday/quest/quest_contents_bg.png);
    background-size: 100% 100%;
    padding: 20px;
    margin-top: -14px; }
    .quest_contents_bg > li {
      width: calc(50% - 5px);
      background-image: url(https://assets.belta.co.jp/sdgs/womensday/quest/quest_contents_ls.png);
      background-size: 100% 100%;
      margin-left: 10px;
      display: flex;
      align-items: center;
      padding: 10px 8px; }
      .quest_contents_bg > li:nth-child(odd) {
        margin-left: 0; }
      .quest_contents_bg > li:nth-child(n + 3) {
        margin-top: 10px; }
      .quest_contents_bg > li img {
        width: 44%;
        margin-right: 10px; }
      .quest_contents_bg > li p {
        color: #504340;
        font-size: 0.8em; }

.quest_result {
  color: #504340;
  text-align: center;
  box-shadow: 0px 0px 10px -2px #dedede;
  padding-top: 24px;
  padding-bottom: 34px;
  padding-left: 14px;
  padding-right: 14px;
  border-radius: 12px;
  background-color: #fff;
  width: 94%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative; }
  .quest_result .quest_h2 > h2 {
    position: relative;
    font-size: 24px;
    background: #dfefff;
    box-shadow: 0px 0px 0px 5px #dfefff;
    border: dashed 2px #fff;
    padding: 0.8em 0.5em;
    color: #fff;
    font-weight: bold;
    color: transparent;
    text-shadow: 0.2px 0.2px 0 #fff;
    -webkit-text-stroke: 0.8px #3d3331; }
    .quest_result .quest_h2 > h2 > span {
      display: inline-block; }
    .quest_result .quest_h2 > h2 > img {
      display: none; }
  .quest_result .quest_h2 > .color_g {
    background-color: #a9c06a;
    box-shadow: 0px 0px 0px 5px #a9c06a; }
  .quest_result .quest_h2 > .color_o {
    background-color: #f9a66e;
    box-shadow: 0px 0px 0px 5px #f9a66e; }
  .quest_result .quest_h2 > .color_b {
    background-color: #93d0ee;
    box-shadow: 0px 0px 0px 5px #93d0ee; }
  .quest_result .quest_h2 > .color_m {
    background-color: #eeb2d3;
    box-shadow: 0px 0px 0px 5px #eeb2d3; }
  .quest_result .quest_h2 h3 > span {
    font-weight: bold;
    color: #fff;
    background-color: #504340;
    display: block;
    width: 60px;
    padding: 3px 0px 5px;
    border-radius: 20px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 16px; }
  .quest_result .graph_area {
    margin-top: 20px; }
    .quest_result .graph_area .pie {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: auto;
      margin-left: auto;
      width: 240px;
      height: 240px;
      font-size: 26px;
      font-weight: 700;
      background-image: radial-gradient(#f2f2f2 50%, transparent 51%), conic-gradient(#a9c06a 0% 57.9%, #d9d9d9 57.9% 100%);
      border-radius: 50%; }
      .quest_result .graph_area .pie > span {
        display: contents;
        color: #a9c06a;
        font-size: 1.8em;
        font-weight: 500;
        line-height: 1.2; }
    .quest_result .graph_area .pie88 {
      background-image: radial-gradient(#f2f2f2 50%, transparent 51%), conic-gradient(#f9a66e 0% 88.7%, #d9d9d9 88.7% 100%); }
      .quest_result .graph_area .pie88 > span {
        color: #f9a66e; }
    .quest_result .graph_area .pie68 {
      background-image: radial-gradient(#f2f2f2 50%, transparent 51%), conic-gradient(#93d0ee 0% 68.3%, #d9d9d9 68.3% 100%); }
      .quest_result .graph_area .pie68 > span {
        color: #93d0ee; }
    .quest_result .graph_area .pie47 {
      background-image: radial-gradient(#f2f2f2 50%, transparent 51%), conic-gradient(#eeb2d3 0% 47.9%, #d9d9d9 47.9% 100%); }
      .quest_result .graph_area .pie47 > span {
        color: #eeb2d3; }
    .quest_result .graph_area .check {
      background-color: #fdebe9;
      padding: 25px 20px 20px 20px;
      margin-top: 30px;
      position: relative; }
      .quest_result .graph_area .check > p {
        text-align: left; }
      .quest_result .graph_area .check::before {
        content: "";
        width: 120px;
        height: 40px;
        background-image: url(https://assets.belta.co.jp/sdgs/womensday/quest/check_icn.png);
        background-size: 100%;
        position: absolute;
        top: -22px;
        left: -4px; }
      .quest_result .graph_area .check::after {
        content: "";
        width: 20px;
        height: 19px;
        background-image: url(https://assets.belta.co.jp/sdgs/womensday/quest/check_icn_after.png);
        background-size: 100%;
        position: absolute;
        bottom: -4px;
        right: -4px; }
    .quest_result .graph_area .comment {
      background-color: #fff;
      border: 1px solid #e0e0e0;
      margin-top: 30px; }
      .quest_result .graph_area .comment h4 {
        color: #faa47a;
        font-weight: 500;
        font-size: 1.4em;
        padding: 6px 0 4px 0;
        border-bottom: 1px solid #ededed;
        text-align: center;
        position: relative; }
      .quest_result .graph_area .comment .h4_g {
        color: #a9c06a; }
      .quest_result .graph_area .comment .h4_o {
        color: #f9a66e; }
      .quest_result .graph_area .comment .h4_b {
        color: #93d0ee; }
      .quest_result .graph_area .comment .h4_m {
        color: #eeb2d3; }
      .quest_result .graph_area .comment ul {
        padding: 0 20px;
        height: 300px;
        overflow-y: scroll; }
        .quest_result .graph_area .comment ul li {
          text-align: left;
          padding-left: 40px;
          margin-top: 14px;
          position: relative; }
          .quest_result .graph_area .comment ul li::before {
            content: "";
            width: 30px;
            height: 31px;
            background-image: url(https://assets.belta.co.jp/sdgs/womensday/quest/woman.png);
            background-size: 100%;
            position: absolute;
            top: 50%;
            left: 0px;
            transform: translate(0, -50%); }
  .quest_result .support {
    margin-top: 56px; }
    .quest_result .support .meistar_point {
      background-color: #fbf7ef;
      padding: 30px 20px 24px;
      border-radius: 10px;
      box-shadow: 0px 10px 6px -8px #ededed; }
      .quest_result .support .meistar_point_block {
        background-color: #fff;
        padding: 28px 20px 30px;
        border-radius: 6px;
        position: relative; }
        .quest_result .support .meistar_point_block::before {
          content: "";
          width: 120px;
          height: 27px;
          background-image: url(https://assets.belta.co.jp/sdgs/womensday/quest/clip.png);
          background-size: 100%;
          position: absolute;
          top: -12px;
          left: 50%;
          transform: translate(-50%, 0); }
        .quest_result .support .meistar_point_block dt {
          color: #eb7087;
          font-size: 1.2em;
          font-weight: 500;
          text-align: left;
          margin-bottom: 4px; }
        .quest_result .support .meistar_point_block dd {
          text-align: left; }
  .quest_result .tweet_content {
    margin-top: 40px; }
    .quest_result .tweet_content .tweet_txt {
      width: 90%;
      margin: 0 auto;
      transform: translate(-5%, 0);
      margin-bottom: 18px; }
    .quest_result .tweet_content .tweet_btn > a {
      width: 97%;
      color: #fff;
      background-color: #00acee;
      margin: 0 auto;
      position: relative; }
      .quest_result .tweet_content .tweet_btn > a > span {
        margin-top: -1px; }
      .quest_result .tweet_content .tweet_btn > a::before {
        content: "";
        width: 28px;
        height: 23px;
        background-image: url(https://assets.belta.co.jp/sdgs/womensday/quest/tw_icon.png);
        background-size: 100%;
        position: absolute;
        top: 16px;
        left: 32px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0); }
      .quest_result .tweet_content .tweet_btn > a::after {
        content: "";
        width: 20px;
        height: 20px;
        background-image: url(https://assets.belta.co.jp/sdgs/womensday/quest/out_link.png);
        background-size: 100%;
        position: absolute;
        top: -1px;
        right: 10px;
        transform: translate(-50%, 0); }

.quest_advice {
  background-color: #fbf8ef;
  color: #504340;
  text-align: center;
  box-shadow: 0px 0px 10px -2px #dedede;
  padding-bottom: 34px;
  border-radius: 12px;
  width: 94%;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden; }
  .quest_advice_tlt {
    background-color: #ccb6a8;
    padding: 16px 0 0;
    position: relative; }
    .quest_advice_tlt::after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 24px 47vw 0 47vw;
      border-color: #ccb6a8 transparent transparent transparent;
      position: absolute;
      bottom: -24px;
      left: 0; }
    .quest_advice_tlt h3 {
      color: #fff;
      line-height: 1.6;
      margin-bottom: 30px; }
      .quest_advice_tlt h3 > span {
        background-color: #fff;
        color: #ccb6a8;
        display: block;
        margin: 0 auto;
        font-size: 0.8em;
        width: 150px;
        border-radius: 40px;
        padding: 2px 0 2px;
        margin-bottom: 8px; }
  .quest_advice .btn_bg_pnk,
  .quest_advice .btn_l_pnk {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 27px; }
  .quest_advice .btn_l_pnk {
    margin-bottom: 10px; }

.quest_annotation {
  padding-left: 14px;
  padding-right: 14px;
  width: 94%;
  margin: 0 auto;
  margin-bottom: 20px; }
  .quest_annotation > li {
    font-size: 0.9em; }
    .quest_annotation > li:first-child {
      padding-left: 10px;
      margin-bottom: 2px; }
    .quest_annotation > li:not(:first-child) {
      font-size: 0.8em; }

@media screen and (min-width: 768px) {
  .quest_top .main_txt {
    padding-top: 30px;
    padding-bottom: 36px; }

  .quest_result {
    padding-bottom: 60px; }

  .quest_contents {
    margin-left: 1.4em;
    margin-right: 1.4em; }

  .quest_contents > h2 {
    width: 180px; }

  .quest_contents_bg {
    justify-content: space-between; }
    .quest_contents_bg > li {
      width: calc(25% - 5px);
      margin: 0 !important; }
      .quest_contents_bg > li p {
        font-size: 0.9em;
        line-height: 1.5; }

  .quest_result .quest_h2 > h2 {
    font-size: 28px;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    -webkit-text-stroke: 1.1px #3d3331;
    letter-spacing: 1.2px; }
    .quest_result .quest_h2 > h2 > img {
      left: 30px; }

  .quest_result .quest_h2 h3 {
    font-size: 1.1em;
    margin-bottom: 22px; }

  .quest_result .quest_h2 h3 > span {
    border-radius: 30px;
    width: 80px; }

  .quest_result .graph_area .comment {
    margin-left: auto;
    margin-right: auto;
    width: 90%; }

  .quest_result .graph_area .comment ul {
    height: 320px; }

  .quest_result .graph_area .check {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px; }

  .quest_result .graph_area .check > p {
    text-align: center; }

  .quest_result .graph_area .comment ul li {
    margin-top: 20px; }

  .quest_result .support {
    width: 90%;
    margin-left: auto;
    margin-right: auto; }

  .quest_result .tweet_content .tweet_txt {
    width: 40%; }

  .quest_advice_tlt h3 {
    font-size: 1.4em;
    margin-bottom: 50px; }

  .quest_advice_tlt h3 > span {
    font-size: 0.7em;
    width: 230px;
    padding: 3px 0 3px; }

  .quest_advice img {
    width: 520px; }

  .quest_advice .w560 {
    width: 560px; }

  .quest_advice_tlt::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 34px 470px 0 470px;
    border-color: #ccb6a8 transparent transparent transparent;
    position: absolute;
    bottom: -34px;
    left: 0; }

  .quest_advice_tlt {
    padding-top: 26px; }

  .quest_result .tweet_content .tweet_btn > a::before {
    top: 20px;
    left: 40px; }

  .quest_result .tweet_content .tweet_btn > a::after {
    right: 18px; } }
#womens .breadcrumbs .header-mrgin-2 {
  position: absolute;
  margin-top: -40px; }

#womens h2.mv-txt_02.u-dp_pc {
  text-align: center;
  color: #d76492;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 3rem;
  font-weight: bold;
  margin-top: 8%; }

.u-bgc_womens {
  padding-top: 84px;
  padding-bottom: 70px;
  margin-top: -22px; }

.womens_fig {
  position: relative; }

.mv-txt_womens {
  color: #d76492;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.54;
  letter-spacing: -1px;
  position: absolute;
  top: 17%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 2;
  text-align: center;
  width: 80%; }

.womens_h2 {
  color: #d76492;
  font-size: 28px;
  text-align: center;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-weight: 600;
  margin-bottom: 12px; }

.womens_txt {
  text-align: center;
  margin-bottom: 60px; }
  .womens_txt p {
    line-height: 2.2; }

.womens_wrap {
  background-color: #fff; }
  .womens_wrap > h3 {
    font-size: 2.3rem;
    background-color: #f6e4eb;
    padding: 10px 10px 10px 40px; }

.womens_contents {
  padding: 36px 40px 40px 40px; }
  .womens_contents .content_flex {
    display: flex; }
    .womens_contents .content_flex > img {
      margin-left: 30px; }
    .womens_contents .content_flex .flex_pr > p {
      margin-top: 14px; }
      .womens_contents .content_flex .flex_pr > p:first-child {
        margin-top: 0; }
  .womens_contents .belta_sdgs {
    margin-top: 18px;
    margin-bottom: 36px; }

.womens_ls {
  margin-top: 60px; }
  .womens_ls > li {
    display: flex;
    margin-top: 36px; }
    .womens_ls > li > img {
      margin-right: 30px; }
      @media screen and (min-width: 768px) {
        .womens_ls > li > img {
          width: 370px; } }
  .womens_ls_contents > dt {
    font-size: 22px;
    margin-bottom: 4px; }
    .womens_ls_contents > dt > span {
      font-size: 26px;
      color: #e1538d;
      font-weight: bold; }
  .womens_ls_contents > dd > ul {
    display: flex;
    margin-top: 26px; }
    .womens_ls_contents > dd > ul > li {
      margin-left: 14px;
      width: 300px; }
      .womens_ls_contents > dd > ul > li:first-child {
        margin-left: 0; }

#womens a.mgn15 {
  margin: 28px auto 0; }

@media screen and (max-width: 768px) {
  .womens_h2 {
    color: #d76492;
    font-size: 21px;
    text-align: center;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: 600;
    margin-bottom: 12px; }

  .u-bgc_womens {
    padding-top: 30px;
    padding-bottom: 0px;
    margin-top: 0; }

  .womens_txt {
    margin-bottom: 40px; }
    .womens_txt > p {
      padding-left: 20px;
      padding-right: 20px;
      text-align: left;
      line-height: 1.8; }

  .womens_wrap > h3 {
    background-color: #f6e4eb;
    padding: 10px;
    font-size: 17px;
    text-align: center; }

  .womens_contents {
    padding: 0; }
    .womens_contents > .content_flex {
      display: flex;
      flex-direction: column-reverse; }
      .womens_contents > .content_flex .flex_pr {
        padding: 15px 1.5em 20px; }
      .womens_contents > .content_flex > img {
        margin: 0; }
    .womens_contents .belta_sdgs {
      padding: 15px 1.5em 20px;
      margin-bottom: 0; }
    .womens_contents .message {
      padding: 15px 1.5em 0; }

  .womens_ls {
    padding: 12px 1.5em 30px;
    background-color: #fbf6f8; }
    .womens_ls > li {
      display: block;
      border-radius: 4px;
      overflow: hidden; }
      .womens_ls > li > img {
        margin: 0; }
    .womens_ls_contents {
      background-color: #fff;
      padding: 4px 10px 32px; }
      .womens_ls_contents > dt {
        font-size: 18px;
        margin-bottom: 8px;
        text-align: center;
        margin-top: 10px; }
        .womens_ls_contents > dt > span {
          font-size: 22px; }
      .womens_ls_contents > dd > ul {
        justify-content: center;
        margin-top: 20px; }

  #womens a.btn_line_pnk {
    font-size: 13px;
    height: 55px; }

  #womens a.mgn15 {
    margin: 22px 1.5em 0; }

  .img_scr {
    overflow: scroll; }
    .img_scr > img {
      width: 680px;
      max-width: none; } }
.privacy_blk {
  margin-top: 0.8em; }
  .privacy_blk > p {
    padding-left: 1.1em;
    text-indent: -1.1em; }
  .privacy_blk ol,
  .privacy_blk ul {
    margin-left: 1em;
    margin-top: 0.6em; }

.treatment_page .btn_bg_pnk {
  margin-left: auto;
  margin-right: auto; }
.treatment_page .treatment_ls {
  border: 1px solid #707070;
  margin-top: 20px;
  margin-bottom: 20px; }
  .treatment_page .treatment_ls > div {
    display: flex;
    border-bottom: 1px solid #707070; }
    .treatment_page .treatment_ls > div:first-of-type {
      background-color: #fbf6f8; }
      .treatment_page .treatment_ls > div:first-of-type > dt {
        text-indent: 999%;
        white-space: nowrap;
        overflow: hidden; }
      .treatment_page .treatment_ls > div:first-of-type > dd {
        font-weight: 500; }
    .treatment_page .treatment_ls > div:last-of-type {
      border-bottom: none; }
    .treatment_page .treatment_ls > div > dt {
      width: 20%;
      background-color: #fbf6f8;
      font-weight: 500; }
    .treatment_page .treatment_ls > div > dd {
      width: 40%;
      border-left: 1px solid #707070; }
    .treatment_page .treatment_ls > div > dt,
    .treatment_page .treatment_ls > div > dd {
      padding: 6px 12px 10px; }
.treatment_page .pdnlr0 {
  padding-left: 3px;
  padding-right: 3px; }

.inner_details_dlist {
  margin-top: 26px; }
  .inner_details_dlist dt {
    background-color: #f6e4eb;
    border-radius: 50px;
    text-align: center;
    width: 220px;
    font-size: 15px;
    margin-top: 12px;
    margin-bottom: 8px;
    font-weight: bold; }
    .inner_details_dlist dt:first-of-type {
      margin-top: 0; }

.color_step_ls {
  max-width: 900px;
  margin: 16px auto 0; }
  .color_step_ls > li {
    display: flex;
    align-items: center;
    margin-top: 30px; }
    .color_step_ls > li:first-child {
      margin-top: 0; }
    .color_step_ls > li > figure {
      width: 140px;
      background-color: #fbf6f8;
      border-radius: 50%;
      margin-top: 0; }
      @media screen and (max-width: 767px) {
        .color_step_ls > li > figure {
          width: 40%; } }
    .color_step_ls > li > dl {
      width: calc(100% - 140px - 28px);
      margin-left: 28px; }
      @media screen and (max-width: 767px) {
        .color_step_ls > li > dl {
          width: calc(60% - 28px); } }
      .color_step_ls > li > dl > dt {
        font-weight: bold;
        color: #d76492;
        border-left: solid 3px #d76492;
        padding-left: 10px;
        padding-bottom: 4px;
        margin-left: 6px;
        margin-bottom: 6px;
        font-size: 18px; }

@media screen and (max-width: 768px) {
  .treatment_page .pdnlr0 {
    letter-spacing: -0.4px; }
    .treatment_page .pdnlr0 > span {
      display: inline-block; }
  .treatment_page .treatment_ls > div > dt {
    width: 28%; }
  .treatment_page .treatment_ls > div > dd {
    width: 36%; }
  .treatment_page .treatment_ls > div > dt,
  .treatment_page .treatment_ls > div > dd {
    font-size: 12px;
    padding: 8px 8px 8px; }

  .inner_details_dlist {
    margin-top: 20px; }
    .inner_details_dlist dt {
      background-color: #f6e4eb;
      border-radius: 50px;
      text-align: center;
      width: 54%;
      font-size: 15px;
      margin-top: 12px;
      margin-bottom: 8px;
      font-weight: bold; }
      .inner_details_dlist dt:first-of-type {
        margin-top: 0; }

  .color_step_ls > li > dl {
    margin-left: 20px; }

  .color_step_ls > li > dl > dt {
    font-size: 15px; }

  .color_step_ls > li > dl > dd {
    font-size: 12px; } }
.mail_complate_txt {
  background-color: #d76492;
  padding: 14px 22px 20px;
  margin-top: 20px; }
  .mail_complate_txt h2 {
    margin-top: 0 !important;
    margin-bottom: 10px;
    font-size: 28px; }
  .mail_complate_txt p {
    margin-top: 10px;
    padding-left: 1em;
    text-indent: -1em; }
    .mail_complate_txt p:first-of-type {
      margin-top: 0;
      padding-left: 0;
      text-indent: 0; }
  .mail_complate_txt h2,
  .mail_complate_txt p {
    color: #fff; }

@media screen and (max-width: 768px) {
  .mail_complate_txt h2 {
    font-size: 18px;
    text-align: center; } }
.soudan_contents_add {
  margin-top: 40px; }
  .soudan_contents_add p {
    display: inline-block;
    font-size: 1.5rem;
    background: linear-gradient(transparent 60%, rgba(255, 252, 107, 0.69) 50%);
    position: relative; }
    @media screen and (min-width: 768px) {
      .soudan_contents_add p {
        font-size: 2rem; } }
    .soudan_contents_add p::after {
      content: "";
      position: absolute;
      right: 0;
      bottom: -32px;
      left: 0;
      width: 0px;
      height: 0px;
      margin: auto;
      border-style: solid;
      border-color: #7e7d7c transparent transparent transparent;
      border-width: 20px 20px 0 20px; }
  .soudan_contents_add .btn_bg_pnk {
    margin-top: 45px; }
    @media screen and (min-width: 768px) {
      .soudan_contents_add .btn_bg_pnk {
        margin: 50px auto 0; } }

#channel .lineup_channel {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  margin: 0 auto;
  width: 65%; }
  #channel .lineup_channel li {
    width: 30%;
    margin: 15px auto;
    background-color: #fff; }
    #channel .lineup_channel li .lineup_channel_txt {
      padding: 10px; }
#channel .tabs_area .tabs {
  margin: 0 auto;
  padding: 0 3px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  #channel .tabs_area .tabs li {
    font-size: 14px;
    margin: 0 10px;
    border: 1px solid #C96B91;
    padding: 10px 0;
    width: 175px; }
#channel .tabs_area_box ul {
  margin: 0 auto;
  padding: 0 3px;
  text-align: center;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  #channel .tabs_area_box ul li {
    width: 30%;
    margin: 15px auto;
    background-color: #fff;
    width: 230px; }

#expert_supervision.expert_supervision {
  background-color: #FFFAF0;
  margin: 50px 0; }
  @media screen and (max-width: 767px) {
    #expert_supervision.expert_supervision {
      margin: 20px 0 30px; } }
  #expert_supervision.expert_supervision .supervision_ttl {
    background-color: #EFD2A4;
    text-align: center;
    line-height: 1;
    font-size: 2.3rem;
    padding: 10px;
    font-weight: 500;
    margin: 0; }
    @media screen and (max-width: 767px) {
      #expert_supervision.expert_supervision .supervision_ttl {
        font-size: 17px; } }
  #expert_supervision.expert_supervision .doctor_introduction {
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 10px 0; }
    #expert_supervision.expert_supervision .doctor_introduction a {
      width: auto;
      padding: initial;
      margin: auto;
      color: #3d3d3d; }
    #expert_supervision.expert_supervision .doctor_introduction > p, #expert_supervision.expert_supervision .doctor_introduction .doctor_text {
      font-weight: 400;
      line-height: 1.45;
      margin: 0 0 0 1em; }
      @media screen and (max-width: 767px) {
        #expert_supervision.expert_supervision .doctor_introduction > p, #expert_supervision.expert_supervision .doctor_introduction .doctor_text {
          margin: 0 0 0 .5em;
          max-width: calc(100% - 100px - 1em); } }
    #expert_supervision.expert_supervision .doctor_introduction .n_certify {
      font-size: .8em;
      font-weight: 400; }
    #expert_supervision.expert_supervision .doctor_introduction .n_name {
      font-size: 18px;
      margin-top: 4px; }
      @media screen and (min-width: 768px) {
        #expert_supervision.expert_supervision .doctor_introduction .n_name {
          font-size: 20px; } }
    #expert_supervision.expert_supervision .doctor_introduction .n_furigana {
      font-size: 10px; }
    #expert_supervision.expert_supervision .doctor_introduction figure {
      width: auto;
      margin: 1em 0; }
      #expert_supervision.expert_supervision .doctor_introduction figure img {
        height: 150px; }
        @media screen and (max-width: 767px) {
          #expert_supervision.expert_supervision .doctor_introduction figure img {
            height: 100px; } }
    #expert_supervision.expert_supervision .doctor_introduction .doctor_introduction-1 {
      font-size: 14px;
      margin-top: 10px; }

.article_supervision .voice_bef span:before {
  font-size: 3.5rem;
  left: 3vw; }
  @media screen and (max-width: 767px) {
    .article_supervision .voice_bef span:before {
      font-size: 2rem;
      left: 13vw;
      top: 1vw; } }
.article_supervision .voice_bef span:after {
  font-size: 3.5rem;
  right: 3vw; }
  @media screen and (max-width: 767px) {
    .article_supervision .voice_bef span:after {
      font-size: 2rem;
      right: 13vw;
      top: 1vw; } }
.article_supervision .btn_article_supervision {
  margin: 10px auto 30px; }

/* お問合せパンくず上 */
.contact-all_box {
  /*アコーディオン*/
  /* 矢印 */ }
  .contact-all_box h1 {
    font-size: 3.2rem;
    color: #fff;
    text-align: center;
    border: none;
    padding: 0.3em 0;
    background-color: #d76492;
    margin-top: 6px; }
    @media screen and (max-width: 767px) {
      .contact-all_box h1 {
        font-size: 2rem;
        margin-top: 0px; } }
  .contact-all_box h2 {
    margin-top: 22px;
    font-size: 2rem;
    font-weight: initial;
    text-align: center; }
    @media screen and (max-width: 767px) {
      .contact-all_box h2 {
        margin-top: 14px;
        font-size: 1.6rem; } }
  .contact-all_box .main_content {
    margin-top: 20px; }
  .contact-all_box .area-head h3 {
    color: #d76492;
    font-size: 1.8rem;
    border-bottom: 3px solid #d76492;
    padding-bottom: 10px;
    text-align: center; }
    @media screen and (min-width: 768px) {
      .contact-all_box .area-head h3 {
        font-size: 3.2rem;
        text-align: left;
        line-height: normal;
        padding-bottom: 20px; } }
  .contact-all_box .area-head .txt-lead_base {
    margin-top: 60px; }
    @media screen and (max-width: 767px) {
      .contact-all_box .area-head .txt-lead_base {
        margin-top: 30px; } }
  .contact-all_box .contact_news_x {
    padding: 20px 30px;
    background-color: #F6E4EB;
    margin: 20px auto 0;
    max-width: 1000px; }
    @media screen and (max-width: 767px) {
      .contact-all_box .contact_news_x {
        margin: 14px 16px 0;
        padding: 14px 18px; } }
    .contact-all_box .contact_news_x .contact_news_x_sub {
      margin-top: 0;
      font-size: 1.4rem; }
  .contact-all_box #mailForm .txt-lead_base {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .contact-all_box #mailForm .txt-lead_base {
        margin-top: 20px; } }
  .contact-all_box .line_myp {
    display: flex;
    justify-content: center;
    margin-bottom: 100px;
    margin-top: 20px; }
    @media screen and (max-width: 767px) {
      .contact-all_box .line_myp {
        align-items: baseline;
        justify-content: space-between;
        margin-bottom: 50px;
        margin-top: 0px; } }
    @media screen and (max-width: 767px) {
      .contact-all_box .line_myp li {
        width: 49%; } }
  .contact-all_box .line_my_btn {
    margin-top: 40px; }
    @media screen and (max-width: 767px) {
      .contact-all_box .line_my_btn {
        margin-top: 40px; } }
  @media screen and (max-width: 767px) {
    .contact-all_box .num_lst_dtl section[id*=num_lst_] {
      margin-top: 20px; } }
  .contact-all_box .accordion {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    position: relative;
    width: 80%; }
    @media screen and (max-width: 767px) {
      .contact-all_box .accordion {
        margin-top: 20px;
        width: 100%; } }
  .contact-all_box .accordion-title {
    color: #D76492;
    cursor: pointer;
    font-size: 16px;
    padding: 10px 20px;
    text-align: center; }
  .contact-all_box .accordion-content {
    display: none; }
  .contact-all_box .accordion-content p {
    font-size: 13px;
    line-height: 1.5; }
  .contact-all_box .accordion-item .accordion-title {
    background-color: #F7E8ED;
    border: 1px solid #ccc; }
  .contact-all_box .accordion-item .accordion-content table {
    width: 100%; }
    .contact-all_box .accordion-item .accordion-content table th,
    .contact-all_box .accordion-item .accordion-content table td {
      background: #f3f3f3;
      border: solid 1px #ccc;
      padding: 8px;
      text-align: center;
      vertical-align: middle;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .contact-all_box .accordion-item .accordion-content table th,
        .contact-all_box .accordion-item .accordion-content table td {
          padding: 10px 6px;
          font-weight: normal; } }
    .contact-all_box .accordion-item .accordion-content table td {
      font-size: 2rem;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .contact-all_box .accordion-item .accordion-content table td {
          font-size: 1.8rem; } }
    .contact-all_box .accordion-item .accordion-content table .notsupport {
      position: relative; }
    .contact-all_box .accordion-item .accordion-content table .notsupport::after,
    .contact-all_box .accordion-item .accordion-content table .notsupport::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 2.5px;
      height: 22px;
      background: #333; }
    .contact-all_box .accordion-item .accordion-content table .notsupport::before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .contact-all_box .accordion-item .accordion-content table .notsupport::after {
      transform: translate(-50%, -50%) rotate(-45deg); }
    .contact-all_box .accordion-item .accordion-content table .support {
      position: relative; }
    .contact-all_box .accordion-item .accordion-content table .support a::before {
      display: inline-block;
      margin: 0 3px 0 8px;
      width: 20px;
      height: 20px;
      content: '';
      border-radius: 100%;
      border: solid 2.5px #d76492; }
    .contact-all_box .accordion-item .accordion-content table .support_triangle {
      display: block;
      width: 22px;
      height: 20px;
      margin: auto;
      clip-path: polygon(50% 0, 0% 100%, 14% 100%, 50% 24%, 80% 88%, 5% 88%, 0 100%, 100% 100%);
      background-color: #d76492; }
    .contact-all_box .accordion-item .accordion-content table .td_title {
      font-size: 1.4rem;
      font-weight: 500;
      width: 26%; }
      @media screen and (max-width: 767px) {
        .contact-all_box .accordion-item .accordion-content table .td_title {
          font-size: 1.4rem;
          font-weight: normal;
          line-height: normal; } }
    .contact-all_box .accordion-item .accordion-content table tr:nth-child(2) td,
    .contact-all_box .accordion-item .accordion-content table tr:nth-child(4) td,
    .contact-all_box .accordion-item .accordion-content table tr:nth-child(7) td,
    .contact-all_box .accordion-item .accordion-content table tr:nth-child(8) td,
    .contact-all_box .accordion-item .accordion-content table tr:nth-child(10) td,
    .contact-all_box .accordion-item .accordion-content table tr:nth-child(12) td,
    .contact-all_box .accordion-item .accordion-content table tr:nth-child(14) td,
    .contact-all_box .accordion-item .accordion-content table tr:nth-child(16) td {
      background: #fff; }
    .contact-all_box .accordion-item .accordion-content table .table_info {
      font-size: 1.4rem; }
      .contact-all_box .accordion-item .accordion-content table .table_info a {
        margin-left: 20px; }
        @media screen and (max-width: 767px) {
          .contact-all_box .accordion-item .accordion-content table .table_info a {
            margin-left: 14px; } }
      @media screen and (max-width: 767px) {
        .contact-all_box .accordion-item .accordion-content table .table_info {
          line-height: 1.4;
          padding: 10px 16px !important; } }
    .contact-all_box .accordion-item .accordion-content table .table_info_rakuten a {
      margin-left: 0px; }
    .contact-all_box .accordion-item .accordion-content table .table_info_rakuten .notsupport {
      margin-right: 20px; }
    .contact-all_box .accordion-item .accordion-content table .table_info_sub {
      font-size: 1.4rem;
      display: block;
      line-height: 1.4; }
  .contact-all_box .table_sub_title1,
  .contact-all_box .table_sub_title2,
  .contact-all_box .table_sub_title3 {
    border-top: 0 !important; }
  .contact-all_box .table_sub_title2,
  .contact-all_box .table_sub_title3 {
    font-size: 1.4rem;
    width: 30%; }
    @media screen and (max-width: 767px) {
      .contact-all_box .table_sub_title2,
      .contact-all_box .table_sub_title3 {
        font-size: 1.4rem; } }
  .contact-all_box .accordion-title {
    position: relative; }
    .contact-all_box .accordion-title::after {
      border-right: solid 2px #D76492;
      border-top: solid 2px #D76492;
      content: "";
      display: block;
      height: 8px;
      position: absolute;
      right: 25px;
      top: 38%;
      transform: rotate(135deg);
      transition: transform .3s ease-in-out, top .3s ease-in-out;
      width: 8px; }
  .contact-all_box .accordion-title.open::after {
    top: 45%;
    transform: rotate(-45deg); }
  .contact-all_box .btn_bg_pnk {
    padding: 0.2em 2em; }

.uvsheet .inner_details .uvsheet_step dt {
  text-align: center;
  background-color: #F6E4EB;
  border-radius: 50px;
  width: 75%;
  margin: 15px auto;
  font-weight: bolder;
  font-size: 1.6rem; }
.uvsheet .uvsheet_point {
  margin: 1em auto 1.5em auto;
  width: 80%; }
  @media screen and (max-width: 768px) {
    .uvsheet .uvsheet_point {
      width: 85%;
      margin: 2em auto; } }
.uvsheet .uvsheet_step figure {
  text-align: center; }
  .uvsheet .uvsheet_step figure img {
    height: 350px;
    width: auto; }
.uvsheet .uvsheet_step dd {
  margin: auto;
  width: 91%; }
.uvsheet .box_content {
  border: solid 2px #7bc5f2;
  border-radius: 10px;
  transform: translateY(-13%);
  position: relative;
  z-index: 1;
  padding-top: 0.7rem; }
.uvsheet .uvsheet_point h3 {
  border: none;
  border-radius: 10px;
  position: relative;
  padding: 2px 5px 2px 25px;
  font-size: 20px;
  border-radius: 0 10px 10px 0; }
.uvsheet .uvsheet_point_title {
  background: #7bc5f2;
  display: flex;
  border-radius: 10px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  align-items: center; }
  .uvsheet .uvsheet_point_title .allergie {
    width: 18%; }
  .uvsheet .uvsheet_point_title figure {
    position: relative;
    z-index: 3;
    margin: 0 0 0 0.5rem;
    width: 14%;
    display: flex;
    align-items: center;
    justify-content: center; }
  @media screen and (min-width: 768px) {
    .uvsheet .uvsheet_point_title img {
      max-height: 55px;
      padding: 0.3rem;
      margin-left: 0; } }
.uvsheet .box-title {
  display: flex;
  align-items: center;
  justify-content: center; }
  .uvsheet .box-title h3 {
    font-size: 1.1em;
    padding: 4px;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
    position: relative;
    z-index: 2;
    border-radius: 10px; }
    @media screen and (min-width: 768px) {
      .uvsheet .box-title h3 {
        line-height: 2.3rem; } }
.uvsheet .uvsheet_point p {
  padding: 15px 20px;
  margin: 0; }
.uvsheet .uvsheet_points .mother_2 {
  background-color: #fff;
  margin: 0 15px 30px 15px;
  padding: 0; }
  .uvsheet .uvsheet_points .mother_2 figure {
    margin-top: 0; }
.uvsheet .sheet_type_point {
  text-align: center;
  background-color: #fff;
  width: 90%;
  margin: auto; }
  .uvsheet .sheet_type_point p {
    padding: 0 0 10px 0;
    font-size: 1.6rem; }
.uvsheet .sheet_type_points {
  background-color: #FFFAF0;
  margin-top: 0;
  padding-top: 1.4rem;
  padding-bottom: 2rem; }
  .uvsheet .sheet_type_points .under {
    border-bottom: dashed 2px #fac487; }
  @media screen and (min-width: 768px) {
    .uvsheet .sheet_type_points {
      padding-top: 5.4rem; } }
.uvsheet .circle_number {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border: 2px solid #fff;
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  margin: 1rem 0.5rem 1rem 1rem;
  display: flex !important;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: relative;
  z-index: 4; }
  @media screen and (min-width: 768px) {
    .uvsheet .circle_number {
      width: 40px;
      height: 40px; } }
.uvsheet .mother_1 {
  display: block; }
.uvsheet .mother_1 p {
  text-align: center !important;
  margin: 0 0 10px 0; }
.uvsheet .name_details {
  background-color: #f9f9f9; }
.uvsheet .color_step_ls figure {
  width: 700px;
  background: none; }
.uvsheet .triangle {
  width: 100%;
  position: relative;
  color: #3d3d3d;
  text-align: center;
  padding: 0.5rem;
  background: #f0f0f0; }
.uvsheet .triangle::after {
  width: 0;
  height: 0;
  position: absolute;
  top: 100%;
  left: 59%;
  margin: 0 0 0 -50px;
  border: 2rem solid transparent;
  border-top-color: #f0f0f0;
  content: ''; }
  @media screen and (min-width: 768px) {
    .uvsheet .triangle::after {
      left: 52%;
      border: 3rem solid transparent;
      border-top-color: #f0f0f0; } }

.bg_pnk_content {
  background: #fbf6f8;
  padding: 0 3rem 3rem; }
  @media screen and (max-width: 767px) {
    .bg_pnk_content {
      padding: 0 1.6rem 3rem; } }
  .bg_pnk_content h2 {
    color: #d7648b;
    font-size: 2.5rem;
    text-align: center;
    padding-top: 2rem;
    line-height: 2.5; }
    @media screen and (max-width: 767px) {
      .bg_pnk_content h2 {
        font-size: 2rem; } }
  .bg_pnk_content .content_text_h3 {
    background: #fff;
    margin-top: 2rem;
    padding-bottom: 2rem; }
  .bg_pnk_content h3 {
    background-color: #F6E4EB;
    font-size: 2rem;
    padding: 1rem 2rem; }
    @media screen and (max-width: 767px) {
      .bg_pnk_content h3 {
        font-size: 1.6rem;
        text-align: center; } }
  .bg_pnk_content h3 + p {
    margin-top: 1rem; }
  .bg_pnk_content .content_text_h3 > p {
    padding: 0 2rem;
    margin-top: 8px; }
    @media screen and (max-width: 767px) {
      .bg_pnk_content .content_text_h3 > p {
        padding: 0 1.6rem; } }
  .bg_pnk_content h4 {
    font-size: 2rem;
    border-left: 8px solid #d76492;
    margin: 2em 1rem 8px 2rem;
    padding: .5rem 0 .5rem 1rem; }
    @media screen and (max-width: 767px) {
      .bg_pnk_content h4 {
        font-size: 1.6rem;
        border-width: 4px;
        margin-top: 1em; } }
  .bg_pnk_content .graph_img {
    width: 50%;
    margin: 30px auto; }
    @media screen and (max-width: 767px) {
      .bg_pnk_content .graph_img {
        width: auto;
        margin: 20px 1.6rem; } }
  .bg_pnk_content figure {
    width: 70%;
    margin: 30px auto; }
    @media screen and (max-width: 767px) {
      .bg_pnk_content figure {
        width: auto;
        margin: 20px 1.6rem; } }
  .bg_pnk_content hr {
    border-color: #f6e4eb;
    margin: 1rem 2rem; }
  .bg_pnk_content .border_gray {
    border: solid 1px #aaa;
    border-radius: 1rem;
    margin: 1rem; }
    .bg_pnk_content .border_gray._flex {
      display: flex;
      justify-content: center;
      width: fit-content;
      margin: 30px auto; }
      @media screen and (max-width: 767px) {
        .bg_pnk_content .border_gray._flex {
          margin: 20px 1.6rem; } }
      .bg_pnk_content .border_gray._flex div {
        text-align: center;
        width: 48%; }
        @media screen and (max-width: 767px) {
          .bg_pnk_content .border_gray._flex div {
            width: 50%; } }
      .bg_pnk_content .border_gray._flex img {
        width: 70%; }
        @media screen and (max-width: 767px) {
          .bg_pnk_content .border_gray._flex img {
            width: 85%; } }
      .bg_pnk_content .border_gray._flex p {
        padding: 1rem 0 0;
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 1.4; }
      .bg_pnk_content .border_gray._flex span {
        font-weight: 400; }
        @media screen and (max-width: 767px) {
          .bg_pnk_content .border_gray._flex span {
            font-size: 12px; } }
  .bg_pnk_content .speech {
    display: flex;
    align-items: flex-start;
    margin: 1rem 2rem;
    min-height: 14rem; }
    @media screen and (max-width: 767px) {
      .bg_pnk_content .speech {
        margin: 1rem 1.6rem; } }
    .bg_pnk_content .speech img {
      width: 8%;
      margin: .5rem 2rem 0 0; }
      @media screen and (max-width: 767px) {
        .bg_pnk_content .speech img {
          width: 15%;
          margin: 1rem 1.5rem 0 0; } }
    .bg_pnk_content .speech .border_gray {
      margin: 1rem 1rem 1rem 0;
      position: relative; }
      @media screen and (max-width: 767px) {
        .bg_pnk_content .speech .border_gray {
          margin-right: 0; } }
      .bg_pnk_content .speech .border_gray::before {
        content: "";
        display: block;
        height: 20px;
        width: 13px;
        clip-path: polygon(0 50%, 100% 0, 100% 100%);
        background: #aaa;
        position: absolute;
        top: 10%;
        left: -14px; }
        @media screen and (max-width: 767px) {
          .bg_pnk_content .speech .border_gray::before {
            top: 14px; } }
      .bg_pnk_content .speech .border_gray::after {
        content: "";
        display: block;
        height: 19.5px;
        width: 13px;
        clip-path: polygon(0 50%, 100% 0, 100% 100%);
        background: #fff;
        position: absolute;
        top: calc(10% + .25px);
        left: -12.5px; }
        @media screen and (max-width: 767px) {
          .bg_pnk_content .speech .border_gray::after {
            top: 14.25px; } }
  .bg_pnk_content .btn_l_pnk {
    width: 90%;
    margin: 15px auto 0; }
