/* ===============================
   PC (>=768px)
=============================== */
@media only screen and (min-width: 768px) {

  /* ---- Authorities ---- */
  .ec-authoritysRole__profile dl dd ul li {
    line-height: 1.8;
  }
  .ec-authoritysRole__profile dl dd ul li::before {
    top: 10px;
  }
  .ec-authoritysRole__contents p {
    line-height: 2.2;
  }

  /* ---- Shelf / Trial ---- */
  .ec-shelfRole__trial { margin-bottom: 140px; }
  .ec-shelfRole__trial__block {
    display: block;
    width: 40%;
    margin-right: 0;
    padding: 60px;
  }
  .ec-shelfRole__trial__wrap > figure { width: 37%; }
  .ec-shelfRole__trial__block h3,
  .ec-shelfRole__trial__block .h3 {
    font-weight: 500;
    line-height: 1.8;
  }
  .ec-shelfRole__trial__block__inner .fig { width: 100%; }

  /* ---- Shelf Grid ---- */
  .ec-shelfGrid__item__title {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .ec-shelfGrid .ec-shelfGrid__item__title__inner { width: 100%; }
  .ec-shelfGrid .ec-shelfGrid__item__title {
    display: block;
    margin-bottom: 12px;
  }

  /* ---- Product Freearea ---- */
  .product-freearea__title {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .product-freearea__list {
    margin-top: 18px !important;
    list-style-type: disc !important;
    padding-left: 1.5em !important; /* �C���f���g */
  }
  .product-freearea__list li {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 500;
  }

  /* ---- News ---- */
  .ec-newsRole .ec-newsRole__listItemTitle {
    font-size: 18px;
    line-height: 1.8;
    font-weight: 600;
  }
  .ec-newsRole .ec-newsRole__header h1,
  .ec-newsRole .ec-newsRole__header .h1 {
    line-height: 1.6;
  }
  .ec-newsRole .ec-newsRole__articleExcerpt {
    padding: 32px 48px;
    font-size: 18px;
    line-height: 2.2;
    margin-bottom: 80px;
  }
  .ec-newsRole .ec-newsRole__articleContent p {
    font-size: 16px;
    margin: 20px 0;
    line-height: 2.2;
    font-weight: 500;
  }
  .ec-newsRole .ec-newsRole__articleContent h2,
  .ec-newsRole .ec-newsRole__articleContent .h2 {
    margin: 80px 0 40px 0;
    color: #000;
    font-weight: 600;
  }
  .ec-newsRole .ec-newsRole__articleContent ul li,
  .ec-newsRole .ec-newsRole__articleContent ul dt,
  .ec-newsRole .ec-newsRole__articleContent ul dd,
  .ec-newsRole .ec-newsRole__articleContent ol li,
  .ec-newsRole .ec-newsRole__articleContent ol dt,
  .ec-newsRole .ec-newsRole__articleContent ol dd,
  .ec-newsRole .ec-newsRole__articleContent dl li,
  .ec-newsRole .ec-newsRole__articleContent dl dt,
  .ec-newsRole .ec-newsRole__articleContent dl dd {
    margin-bottom: 8px;
    font-weight: 500;
  }
  .ec-newsRole__articleFooter { margin-top: 140px; }
  .ec-newsRole .ec-newsRole__articleContent ul {
    list-style-type: disc;
    padding-left: 1.5em; /* �C���f���g�m�� */
  }
  .ec-newsRole .ec-newsRole__articleContent ol {
    list-style-type: disc; /* ���ԍ��t���ɂ������Ȃ� decimal ���� */
    padding-left: 1.5em;
  }
}

/* ===============================
   Tablet Portrait (768?1024) 
=============================== */
@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .br-pc { display: none; }
  .ec-conciergeRole__inner { padding: 40px 40px; }
}

/* ===============================
   SP (<=767px)
=============================== */
@media (max-width: 767px) {
  .br-pc { display: none; }

  /* ---- Concierge ---- */
  .ec-conciergeRole__inner h2,
  .ec-conciergeRole__inner .h2 { font-size: 38px; }
  .ec-conciergeRole__inner h2::before,
  .ec-conciergeRole__inner .h2::before {
    margin: 0 auto 30px;
    transform: scale(0.8);
    transform-origin: center;
  }
  .ec-conciergeRole__lead {
    font-size: 16px;
    line-height: 1.8;
  }
  .ec-conciergeRole__privacy { font-size: 14px; }
  .ec-conciergeRole__point li {
    font-size: 16px;
    margin-bottom: 50px;
  }

  /* ---- News ---- */
  .ec-newsRole .ec-newsRole__articleExcerpt {
    font-size: 16px;
    font-weight: 500;
    line-height: 2.2;
    margin: 60px 0;
    padding: 60px 0;
  }
  .ec-newsRole .ec-newsRole__articleContent h2,
  .ec-newsRole .ec-newsRole__articleContent .h2 {
    margin: 48px 0 24px 0;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 600;
    color: #000;
  }
  .ec-newsRole .ec-newsRole__header h1, .ec-newsRole .ec-newsRole__header .h1 {
    font-size:22px;
    font-weight: 600;
    line-height: 1.6;
  }
  .ec-newsRole .ec-newsRole__header .date {
    font-size:14px;
  }
  
  .ec-newsRole .ec-newsRole__header .newsRole__header__info {
    margin-top:30px;
  }
  .ec-newsRole .ec-newsRole__articleContent ul li,
  .ec-newsRole .ec-newsRole__articleContent ul dt,
  .ec-newsRole .ec-newsRole__articleContent ul dd,
  .ec-newsRole .ec-newsRole__articleContent ol li,
  .ec-newsRole .ec-newsRole__articleContent ol dt,
  .ec-newsRole .ec-newsRole__articleContent ol dd,
  .ec-newsRole .ec-newsRole__articleContent dl li,
  .ec-newsRole .ec-newsRole__articleContent dl dt,
  .ec-newsRole .ec-newsRole__articleContent dl dd {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 15px;
  }
  .ec-newsRole__articleFooter { margin-top: 60px; }
  .ec-newsRole .ec-newsRole__articleContent ul {
    list-style-type: disc;
    padding-left: 1.5em; /* �C���f���g�m�� */
  }
  .ec-newsRole .ec-newsRole__articleContent ol {
    list-style-type: disc; /* ���ԍ��t���ɂ������Ȃ� decimal ���� */
    padding-left: 1.5em;
  }
  .ec-newsRole .ec-newsRole__articleContent p {
    font-size: 15px;
    line-height: 2.2;
    font-weight: 500;
  }
  .ec-newsRole .ec-newsRole__listItemTitle {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.8;
  }
  .ec-newsRole__headerCat { margin-top: 30px; }
  .ec-newsRole__headerCat dl { gap: 20px 8px; }
  #page_news_index .ec-pageHeader2 { margin-bottom: 0; }

  /* ---- Shelf / Trial ---- */
  .ec-shelfRole__trial__block { display: none; }
  .ec-shelfRole__trial__wrap figure {
    display: block;
    width: 50%;
  }
  .ec-shelfGrid .ec-shelfGrid__item__title { display: block; }
  .ec-shelfGrid__item__title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }

  /* ---- Product Freearea ---- */
  .product-freearea__title {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .product-freearea__list {
    margin-top: 18px !important;
    list-style-type: disc !important;
    padding-left: 1.5em !important;
  }
  .product-freearea__list li {
    margin: 0 0 5px 0;
    font-size: 14px;
    font-weight: 500;
  }

  /* ---- Footer ---- */
  .ec-footerRole .ec-footerRole__products dd ul li a {
    font-size: 14px;
    text-wrap-mode: nowrap;
  }
  .ec-footerRole .ec-footerRole__logo img {
    width: 60%;
    margin: 0 auto;
  }
  .ec-footerRole .ec-footerRole__logo { margin-bottom: 60px; }
  /* ---- FAQ ---- */
  .ec-faqRole__main .faq-question div {
    padding: 0 50px 0 16vw;
  }
}