:before, :after, :root{
  --header__logo-width: 220px;
  --header--height: 6rem;
  --header--offset-top: 1.8rem;
  --font-base__size: 13px;
  --content--max-width: 1216px;
  --input--height: 36px;
  --input-search--max-width: 180px;
  --header-icons--max-width: 170px;
  --nav-offset__items--max-width: calc(var(--input-search--max-width) + var(--header-icons--max-width));
}
.fs-p-drawerButton{ display:flex; }
.fs-c-productImageModal__contents,
.fs-c-productImageModal__close{ margin-top: 100px; }
.fs-pt-carousel img{ padding: 0 5px; }
.slick-track .fs-c-buttonContainer{ display: none; }
.fs-preview-header{
  position: fixed;
  z-index: 10002;
}
.fs-l-page{
  /*padding-top: var(--header--height);*/
  font-size: var(--font-base__size);
}
.fs-l-pageMain {
  margin-top: 18px;
}
.fs-l-header{
  padding: 0;
  margin: 0;
  background-color: #fff;
  position: static;
  top: 0;
  left: 0;
  z-index: 10001;
  width: 100%;
  box-shadow: 0px 3px 2px -2px rgb(0 0 0 / 5%);
}
.fs-l-header__contents{
  display: flex;
  align-items: center;
  /*justify-content: space-between;*/
  justify-content: left;
  height: var(--header--height);
  max-width: var(--content--max-width);
  margin: auto;
  position: relative;
  /*margin: 0 auto;*/
  /*max-width: 1216px;*/
  /*padding: 8px;*/
}
.fs-l-header__leftContainer{
  /*display: none;*/
}
.fs-l-header__logo,.fs-l-header__utility{
  display: flex;
  height: 100%;
}
.fs-l-header__utility{
  margin-left: auto;
  margin-right: 0;
} 
.fs-l-header__utility *:last-child{
  align-self: auto;
}
.fs-p-headerUtilityMenu{ display: none; }
.fs-p-headerNavigation__search,
.fs-p-headerNavigation__listItem:nth-child(2){
  display: none;
}
.fs-l-header__logo{ padding: 8px 0; }
.fs-p-logo{
  flex-direction: inherit;
  padding: 0 0;
}
.fs-p-logo__image{
  width: var(--header__logo-width);
  max-width: 30vw;
  vertical-align: middle;
  /*width: auto;*/
}
.fs-p-headerUtilityMenu__list{
  display: flex;
  font-size: var(--font-base__size);
  padding-top: var(--header--offset-top);
  /*padding-right: var(--nav-offset__items--max-width);*/
  padding-right: 10px;
  height: var(--header--height);
  line-height: var(--input--height);
}
.fs-pt-menu a{
  padding: 0;
  margin: 0;
}
.fs-p-headerNavBar{
  background: unset;
  border: none;
  color: #3c3c3c;
}
.fs-p-headerNavigation{
  flex-flow: nowrap;
  padding-top: var(--header--offset-top);
}
.fs-p-headerNavigation__listItem{
  min-width: auto;
}
.fs-p-headerNavigation__link:link{
  color: #3c3c3c;
}
.fs-p-headerNavigation__link:visited{
  color: #3c3c3c;
}
.fs-p-headerNavigation__link:hover{
  color: #3c3c3c;
}
.fs-p-headerNavigation__link:active{
  color: #3c3c3c;
}
.fs-p-headerNavigation__link{
  font-size: 9px;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 0 5px;
  margin: 0;
}
.fs-p-headerNavigation__link > i{
  font-size: 2.2rem;
}
.fs-p-headerNavigation__viewCartButton__label{
  /*font-size: 9px;*/
  /*padding-top: 2px;*/
}
.fs-p-cartItemNumber{
  top: -5px;
  right: 0;
}
.fs-p-drawer{
  box-shadow: none;
  transition-duration: 0.2s;
  min-width: 90vw;
}
.fs-p-drawer__loginLogout{ margin: 8px 0; }
.fs-p-drawer__myPage__link{
  border: 1px solid #212121;
  border-radius: 20px;
  color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  text-decoration: none;
}
.fs-p-drawer__myPage__link:hover {
  background: #2559A8;
  color: #ffffff;
  text-decoration: none;
}
.fs-p-productDescription img{ display: block; }
.c-tit{
  font-weight: bold;
  letter-spacing: .08em;
  margin: 0;
  width: 100%;
}
.c-tit.c-tit--1{
  background-color: #F5EDE2;
  color: #333;
  font-size: 1.8rem;
  padding: 1.5rem 1.5rem 1.2rem;
}
.c-tit.c-tit--1.c-tit--1--1{ background-color: #eeeeee; }
.c-tit.c-tit--1.c-tit--1--2{ background-color: #f5ede2; }
.c-tit.c-tit--1.c-tit--1--3{ background-color: #e9eef3; }
.c-tit.c-tit--1.c-tit--1--4{ background-color: #eae5de; }
.c-tit.c-tit--1.c-tit--1--5{ background-color: #f9efef; }
.c-tit.c-tit--1.c-tit--1--6{ background-color: #cfe9e5; }
.c-tit.c-tit--2 {
  border-bottom: #000 dotted 1px;
  color: #333;
  font-size: 1.6rem;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.c-tit.c-tit--3 {
  background-color: #ffec70;
  text-align: center;
  font-size: 1.8rem;
  padding: 1.5rem 1.5rem 1.2rem;
}
.fs-c-subgroupList__item {
    flex-grow: 0;
    height: 4em;
}
.fs-c-accountService__page{ flex-basis: calc(100vw / 3 - 12px); }
.fs-c-accountService__page--couponList { flex-basis: 100%; }
@media screen and (min-width: 600px) {
  .fs-c-accountService__page{ flex-basis: 128px; }
}
@media screen and (min-width: 960px) {
  .fs-p-drawerButton{ display: none; }
  .fs-pt-carousel img{ max-width: 700px; }
  .fs-p-logo__image {
    max-height: 100px;
  }
  .fs-p-drawer{
    min-width: auto;
  }
  .fs-p-footerNavigationItem.ys-p-footerNavigationItem_x2 {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
  }
  .fs-p-footerNavigationItem.ys-p-footerlogo {
    margin: 10px;
  }
  .box._a {
    order: 1;
  }
  .box._b {
    order: 2;
  }
  .box._c {
    order: 3;
  }
  .fs-l-page{
    padding-top: var(--header--height);
  }
  .fs-l-header{
    position: fixed;
  }
  .fs-l-header__leftContainer{
    display: none;
  }
  .fs-p-headerUtilityMenu{
    display: flex;
  }
  .fs-p-headerNavigation__search{
    display: block;
    padding-right: 10px;
  }
  .fs-p-headerNavigation__listItem:not(:last-child){
    display: flex;
  }
  .fs-p-cartItemNumber{
    /*top: 2px;*/
    right: 2px;
  }
}

/* ドロワーメニューからPCのみ検索窓を消す */
  aside.fs-p-drawer.fs-l-sideArea h2:first-of-type,
  aside.fs-p-drawer.fs-l-sideArea div.fs-p-searchForm {
    display: none;
  }

@media screen and (min-width: 768px) and (max-width: 960px) {
  .fs-pt-carousel img{ max-width: 700px; }
  /* ys-p-footerlogo を1行目1列目に配置 */
  .fs-p-footerNavigationItem.ys-p-footerlogo {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
  }
  .box._a {
    order: 3;
  }
  .box._b {
    order: 1;
  }
  .box._c {
    order: 2;
  }
}
@media screen and (max-width: 768px) {
  .box._a {
    order: 3;
  }
  .box._b {
    order: 1;
  }
  .box._c {
    order: 2;
  }
}
.button01 {
  background-color: #fff;
  border: solid 2px #2f4f4f;
  color: #2f4f4f;
  margin: 10px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
}
.button01:hover {
  color: #2f4f4f;
  text-decoration: none;
  background-color: #b0e0e6;
}
.button_attention {
  background-color: rgb(225, 39, 39);
  color: white !important;
  border-radius: 10px;
  padding: 10px 30px;
  text-decoration: none;
  font-size: 1em;
  box-shadow: 0 5px 0 #eee;
  display: block;
  width: 100%;
  text-align:center;
}
.button_attention:hover {
  text-decoration: none;
  color: white;
  opacity: 0.6;
}
.fs-c-productMark__mark {
  line-height: 1.6;
  border-radius: unset;
  padding-left: 1rem;
  padding-right: 1rem;
  opacity: .8;
  margin-right: 5px;
  margin-bottom: 5px;
}
.material-symbols-rounded {
  font-variation-settings:
  'FILL' 0,
  'wght' 300,
  'GRAD' 0,
  'opsz' 24
}
@media screen and (min-width: 1200px) {
  .fs-p-drawer__myPage{ display: none; }
}




/* お客様レビュー全体のレイアウト */
.top-review-section {
padding: 40px 20px 60px 20px; /* 上に30px、左右に20px、下に60pxの余白 */
  background-color: #fcfcf9;
  text-align: center;
  overflow: hidden;
}
.top-review-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #333;
}

/* スライダー全体の横幅調整 */
#review-slider {
  max-width: 1200px;
  margin: 0 auto;
}

/* 個々のレビューカード */
.top-review-card {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  text-align: left;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* 商品情報リンク部分 */
.review-product-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  margin-bottom: 15px;
}
.review-product-link:hover {
  opacity: 0.8; /* ホバーした時に少し薄くする */
}
.review-product-img {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  margin-right: 12px;
  border: 1px solid #f0f0f0;
  border-radius: 4px;
  overflow: hidden;
}
.review-product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* 画像を正方形にトリミング */
}
.review-product-name {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0;
  /* 2行以上の場合は「...」で省略する設定 */
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

/* 仕切り線 */
.review-divider {
  border: 0;
  border-top: 1px solid #eee;
  margin: 0 0 15px 0;
}

/* 星マーク */
.top-review-stars {
  color: #ffb700;
  font-size: 16px;
  margin-bottom: 10px;
}

/* レビュー本文 */
.top-review-text {
  font-size: 13px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 15px;
  flex-grow: 1; /* 余白を自動調整し高さを統一 */
}

/* 投稿者情報 */
.top-review-author {
  font-size: 11px;
  color: #888;
  display: block;
  text-align: right;
}

/* スライダーのドット調整 */
.splide__pagination {
  bottom: -30px !important;
}
.splide__pagination__page.is-active {
  background: #333 !important;
}

/* 【追加】「もっと見る」ボタンエリアのスタイル */
.top-review-btn-area {
  margin-top: 55px; /* スライダー（ドット）からの十分な余白 */
  text-align: center;
}
.more-review-button {
  display: inline-block;
  min-width: 260px; /* ボタンの横幅 */
  padding: 12px 20px;
  background-color: #fff;
  color: #004b87; /* ヤマソロ様の現在のボタン色（青系）に一時的に合わせています。黒にする場合は #333 に変更してください */
  border: 1px solid #004b87;
  border-radius: 20px; /* カプセル型の角丸（現在のサイトのボタンに類似） */
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
}
.more-review-button span {
  font-size: 10px;
  margin-left: 5px;
  vertical-align: middle;
}
.more-review-button:hover {
  background-color: #004b87;
  color: #fff;
}

/* トップページ共通 見出し文字（スマート仕様） */
.top-section-title {
  /* 游ゴシック（YuGothic）を最優先にし、Mac・Windows両方でスマートな中太字（Medium）を表示する指定 */
font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif; /* サイト共通フォント */
  font-size: 24px;         /* ほんの少しだけ小さくして繊細さを出す */
  font-weight: 600;        /* 游ゴシックMediumの太さを指定 */
  color: #333;             /* 濃いグレー */
  margin: 0;
  padding: 40px 0 10px 0;  /* 上にしっかり空間を作り、左右は均等 */
  letter-spacing: 0.05em;  /* 文字の間隔をわずかに広げてスマートに */
  line-height: 1.2;

}

/* ==================================================
   トップページ 重要なお知らせ
   箇条書きパーツのclass：top-important-news
================================================== */

.top-important-news {
  --news-background: #f7f6f3;
  --news-background-hover: #f2f0eb;
  --news-text-color: #3f3b37;
  --news-date-color: #8b8782;
  --news-label-background: #2c6fa4;
  --news-label-color: #ffffff;
  --news-arrow-color: #8b8782;

  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}


/* リスト全体 */

.top-important-news ul,
.top-important-news ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}


/* 各お知らせ */

.top-important-news li {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background: var(--news-background);
  border-radius: 5px;
  box-sizing: border-box;
}


/* 各お知らせのリンク */

.top-important-news li > a {
  position: relative;
  display: grid;
  grid-template-areas: "label date title arrow";
  grid-template-columns: 96px 90px minmax(0, 1fr) 16px;
  column-gap: 16px;
  align-items: center;
  width: 100%;
  min-height: 60px;
  padding: 14px 24px;
  color: var(--news-text-color);
  text-decoration: none;
  box-sizing: border-box;
  transition:
    background-color 0.2s ease,
    opacity 0.2s ease;
}


/* マウスを重ねたとき */

.top-important-news li > a:hover {
  background: var(--news-background-hover);
  opacity: 1;
}


/* キーボード操作時 */

.top-important-news li > a:focus-visible {
  outline: 2px solid var(--news-label-background);
  outline-offset: -2px;
}


/* 「お知らせ」ラベル */

.top-important-news .news-label {
  grid-area: label;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 96px;
  min-height: 20px;
  padding: 3px 10px;
  background: var(--news-label-background);
  border-radius: 4px;
  color: var(--news-label-color);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
  box-sizing: border-box;
}


/* 日付 */

.top-important-news .news-date {
  grid-area: date;
  color: var(--news-date-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}


/* お知らせタイトル */

.top-important-news .news-title {
  grid-area: title;
  min-width: 0;
  color: var(--news-text-color);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.7;
  overflow-wrap: anywhere;
}


/* 右端の矢印 */

.top-important-news li > a::after {
  grid-area: arrow;
  justify-self: end;
  width: 7px;
  height: 7px;
  border-top: 1px solid var(--news-arrow-color);
  border-right: 1px solid var(--news-arrow-color);
  content: "";
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}


/* ホバー時に矢印を少し右へ動かす */

.top-important-news li > a:hover::after {
  transform: translateX(3px) rotate(45deg);
}


/* ==================================================
   タブレット
================================================== */

@media screen and (max-width: 900px) {

  .top-important-news {
    padding-right: 16px;
    padding-left: 16px;
  }

  .top-important-news li > a {
    grid-template-columns: 90px 82px minmax(0, 1fr) 14px;
    column-gap: 12px;
    padding: 14px 18px;
  }

  .top-important-news .news-label {
    width: 90px;
  }
}


/* ==================================================
   スマートフォン
================================================== */

@media screen and (max-width: 767px) {

  .top-important-news {
    padding-right: 12px;
    padding-left: 12px;
  }

  .top-important-news ul,
  .top-important-news ol {
    gap: 8px;
  }

  .top-important-news li {
    border-radius: 4px;
  }

  .top-important-news li > a {
    grid-template-areas:
      "label date arrow"
      "title title arrow";
    grid-template-columns: auto minmax(0, 1fr) 12px;
    row-gap: 8px;
    column-gap: 10px;
    min-height: auto;
    padding: 14px 16px;
  }

  .top-important-news .news-label {
    width: auto;
    min-width: 76px;
    min-height: 20px;
    padding: 3px 10px;
    font-size: 10px;
  }

  .top-important-news .news-date {
    font-size: 11px;
  }

  .top-important-news .news-title {
    font-size: 14px;
    line-height: 1.6;
  }

  .top-important-news li > a::after {
    align-self: center;
  }
}


/* ==================================================
   小さいスマートフォン
================================================== */

@media screen and (max-width: 374px) {

  .top-important-news {
    padding-right: 10px;
    padding-left: 10px;
  }

  .top-important-news li > a {
    padding: 13px 14px;
  }

  .top-important-news .news-title {
    font-size: 13px;
  }
}

/* ==================================================
   お知らせ個別記事ページ
   フリーページ本文のclass：information-article
================================================== */


/* ==================================================
   記事全体
================================================== */

.information-article,
.information-article * {
  box-sizing: border-box;
}

.information-article {
  width: calc(100% - 40px);
  max-width: 960px;
  margin: 60px auto 100px;
  padding: 0;
  color: #3f3b37;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.01em;
  text-align: left;
}


/* ==================================================
   記事ヘッダー
================================================== */

.information-article__header {
  display: block;
  width: 100%;
  margin: 0 0 48px;
  padding: 0 0 32px;
  border: 0;
  border-bottom: 1px solid #dedbd5;
  background: transparent;
}


/* カテゴリーラベルと日付 */

.information-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
}


/* 「お知らせ」ラベル */

.information-article__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 24px;
  margin: 0;
  padding: 5px 16px;
  border: 0;
  border-radius: 4px;
  background-color: #2c6fa4;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
}


/* 公開日 */

.information-article__date {
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #88837d;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  white-space: nowrap;
}


/* 記事タイトル */

.information-article__title {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #332f2b;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: left;
}


/* ==================================================
   記事本文
================================================== */

.information-article__body {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}


/* 通常の段落 */

.information-article__body p {
  display: block;
  margin: 0 0 20px;
  padding: 0;
  color: #4a4641;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.01em;
}


/* 本文内の最後の段落 */

.information-article__body > p:last-child {
  margin-bottom: 0;
}


/* 太字 */

.information-article__body strong,
.information-article__body b {
  color: #332f2b;
  font-weight: 600;
}


/* 本文内リンク */

.information-article__body a {
  color: #76613d;
  text-decoration: underline;
  text-underline-offset: 3px;
  transition: opacity 0.2s ease;
}

.information-article__body a:hover {
  opacity: 0.7;
}


/* ==================================================
   セクション
================================================== */

.information-article__section {
  display: block;
  width: 100%;
  margin: 48px 0 0;
  padding: 0;
}


/* セクション直後の余白調整 */

.information-article__section + .information-article__section {
  margin-top: 48px;
}


/* セクション見出し */

.information-article__heading {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 24px;
  padding: 0 0 12px 18px;
  border: 0;
  border-bottom: 1px solid #dedbd5;
  background: transparent;
  color: #332f2b;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.02em;
  text-align: left;
}


/* セクション見出し左側のアクセント */

.information-article__heading::before {
  position: absolute;
  top: 0.3em;
  bottom: calc(0.3em + 12px);
  left: 0;
  display: block;
  width: 4px;
  border-radius: 2px;
  background-color: #2c6fa4;
  content: "";
}


/* セクション内の最後の段落 */

.information-article__section > p:last-child {
  margin-bottom: 0;
}


/* ==================================================
   強調ボックス
================================================== */

.information-article__notice {
  display: block;
  width: 100%;
  margin: 24px 0 28px;
  padding: 24px 28px;
  border: 0;
  border-radius: 5px;
  background-color: #f7f6f3;
}


/* 強調ボックス内の段落 */

.information-article__notice p {
  margin: 0 0 12px;
  padding: 0;
  color: #3f3b37;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.01em;
}


/* 強調ボックス内の最後の段落 */

.information-article__notice p:last-child {
  margin-bottom: 0;
}


/* 強調ボックス内の太字 */

.information-article__notice strong,
.information-article__notice b {
  color: #332f2b;
  font-weight: 600;
}


/* ==================================================
   箇条書き
================================================== */

.information-article__body ul,
.information-article__body ol {
  margin: 20px 0 24px;
  padding-left: 1.6em;
  color: #4a4641;
  font-size: 15px;
  line-height: 1.9;
}

.information-article__body ul {
  list-style-type: disc;
}

.information-article__body ol {
  list-style-type: decimal;
}

.information-article__body li {
  margin: 0 0 8px;
  padding: 0;
}

.information-article__body li:last-child {
  margin-bottom: 0;
}


/* ==================================================
   表
================================================== */

.information-article__body table {
  width: 100%;
  margin: 24px 0 28px;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #ffffff;
  color: #4a4641;
  font-size: 14px;
  line-height: 1.7;
}

.information-article__body th,
.information-article__body td {
  padding: 14px 16px;
  border: 1px solid #dedbd5;
  vertical-align: top;
  text-align: left;
}

.information-article__body th {
  width: 28%;
  background-color: #f7f6f3;
  color: #3f3b37;
  font-weight: 500;
}


/* ==================================================
   お知らせ一覧へ戻るエリア
================================================== */

.information-article__back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 72px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #dedbd5;
}


/* 戻るボタン */

.information-article__back-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 260px;
  min-height: 54px;
  margin: 0;
  padding: 12px 50px;
  border: 1px solid #8f8982;
  border-radius: 4px;
  background-color: #ffffff;
  color: #3f3b37;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-align: center;
  text-decoration: none;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease;
}


/* 戻るボタンの左矢印 */

.information-article__back-link::before {
  position: absolute;
  top: 50%;
  left: 24px;
  display: block;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid currentColor;
  border-left: 1px solid currentColor;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}


/* 戻るボタンにマウスを重ねたとき */

.information-article__back-link:hover {
  border-color: #3f3b37;
  background-color: #3f3b37;
  color: #ffffff;
  text-decoration: none;
}


/* キーボード操作時 */

.information-article__back-link:focus-visible {
  outline: 2px solid #004b87;
  outline-offset: 3px;
}


/* ==================================================
   タブレット
================================================== */

@media screen and (max-width: 900px) {

  .information-article {
    width: calc(100% - 48px);
    max-width: 960px;
    margin-top: 48px;
    margin-bottom: 80px;
  }

  .information-article__header {
    margin-bottom: 42px;
    padding-bottom: 28px;
  }

  .information-article__title {
    font-size: 27px;
  }

  .information-article__heading {
    font-size: 20px;
  }

  .information-article__section {
    margin-top: 44px;
  }

  .information-article__section + .information-article__section {
    margin-top: 44px;
  }

  .information-article__back {
    margin-top: 64px;
  }
}


/* ==================================================
   スマートフォン
================================================== */

@media screen and (max-width: 767px) {

  .information-article {
    width: calc(100% - 32px);
    margin-top: 32px;
    margin-bottom: 60px;
    font-size: 14px;
    line-height: 1.9;
  }

  .information-article__header {
    margin-bottom: 32px;
    padding-bottom: 24px;
  }

  .information-article__meta {
    gap: 10px 12px;
    margin-bottom: 16px;
  }

  .information-article__label {
    min-width: 78px;
    min-height: 22px;
    padding: 4px 12px;
    font-size: 11px;
  }

  .information-article__date {
    font-size: 12px;
  }

  .information-article__title {
    font-size: 24px;
    line-height: 1.5;
  }

  .information-article__body p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.9;
  }

  .information-article__section {
    margin-top: 38px;
  }

  .information-article__section + .information-article__section {
    margin-top: 38px;
  }

  .information-article__heading {
    margin-bottom: 20px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-size: 19px;
    line-height: 1.6;
  }

  .information-article__heading::before {
    top: 0.3em;
    bottom: calc(0.3em + 10px);
    width: 3px;
  }

  .information-article__notice {
    margin-top: 20px;
    margin-bottom: 24px;
    padding: 20px;
  }

  .information-article__notice p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.8;
  }

  .information-article__body ul,
  .information-article__body ol {
    margin-top: 18px;
    margin-bottom: 22px;
    padding-left: 1.5em;
    font-size: 14px;
    line-height: 1.8;
  }

  .information-article__body table {
    margin-top: 20px;
    margin-bottom: 24px;
    font-size: 13px;
  }

  .information-article__body th,
  .information-article__body td {
    padding: 12px;
  }

  .information-article__body th {
    width: 32%;
  }

  .information-article__back {
    margin-top: 52px;
    padding-top: 32px;
  }

  .information-article__back-link {
    width: 100%;
    min-width: 0;
    min-height: 52px;
    padding-right: 44px;
    padding-left: 44px;
  }

  .information-article__back-link::before {
    left: 20px;
  }
}


/* ==================================================
   小さいスマートフォン
================================================== */

@media screen and (max-width: 374px) {

  .information-article {
    width: calc(100% - 24px);
    margin-top: 28px;
    margin-bottom: 50px;
  }

  .information-article__title {
    font-size: 21px;
  }

  .information-article__heading {
    font-size: 18px;
  }

  .information-article__notice {
    padding: 18px 16px;
  }

  .information-article__body th,
  .information-article__body td {
    padding: 10px;
  }

  .information-article__back-link {
    padding-right: 38px;
    padding-left: 38px;
    font-size: 13px;
  }

  .information-article__back-link::before {
    left: 17px;
  }
}