
/*打ち消し*/
h3.catTit {
  display: none;
}
.editContent {
  margin: 0;
}
section {
  margin-bottom: 50px;
}
/*****/
.questions_inner a {
  color: #0044CC;
}
.questions_inner p {
  margin-bottom: 0;
  line-height: 2;
}
.beginning a:visited {
  color: blue;
  text-decoration: underline;
}
.beginning {
  margin: 0 0 40px 0;
}
.beginning h2 {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.beginning p {
  text-align: left;
}
.rightContents {
  width: 100%;
  min-width: 850px;
}
h1.ttl-user-guide {
  font-size: 22px;
  padding-left: 0px;
  margin: 10px 0 0 0;
  font-weight: bold;
}
section .ttl-user-guide {
    font-size: 22px;
    margin: 20px 0;
    font-weight: bold;
}
h1, h2 {
  text-align: left;
}
h2 {
    font-weight: bold;
    padding-bottom: 12px;
    margin-bottom: 40px;
    border-bottom: 1px solid #dfdfdf;
    position: relative;
    font-family: Noto Sans JP;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 2px;
}

h2:after {
    content: "";
    display: block;
    position: absolute;
    width: 160px;
    height: 2px;
    background: #E50012;
    bottom: -2px;
    left: 0;
}

.nav-guide-question {
  margin: 40px auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  /* justify-content: flex-start; */
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.nav-guide-question li .btn-user {
  background: #ededed;
  height: 50px;
  color: #252525;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  /* letter-spacing: 0.1em; */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.rightContents .head-there {
    padding-top: 15px;
    margin-top: -50px;
}
.btn-user {
  position: relative;
  z-index: 2;
}
.btn-user {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  position: relative;
}
.nav-guide-question li {
  width: 22.5%;
  margin: 0 5px 14px;
}
.btn-wrap {
  position: relative;
}
.btn-wrap:after {
  content: "";
  display: block;
  position: absolute;
  width: 96.25%;
  height: 100%;
  -webkit-box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 30%);
  box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 30%);
  bottom: 0;
  z-index: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.nav-guide-question li {
  list-style-type: none;
}
/*注文について*/

.web_user-question .order-question_button_induction{
    background-color: #e50012;
    display: block;
    font-size: 18px;
    font-weight: bold;
    width: 80%; text-align: center;
    margin: 40px auto;
    text-decoration: none;
    border-radius: 5px;
    /* 20251126追記 */
    overflow: hidden;   /* はみ出し防止 */
}

.web_user-question .order-question_button_induction a{
    color: #ffffff;
    /* 20251126追記 */
    /* aタグをブロック要素いっぱいに広げる */
    display: block; 
    width: 100%;
    height: 100%;
    padding: 10px 0px;
    text-decoration: none;   /* リンク下線削除 */
}

/* 20251126追記 */
.web_user-question .order-question_button_induction a:hover {
    background-color: #cc0010; /* 少し濃い赤 */
    opacity: 1;
    transition: 0.3s;
}

@media (max-width: 767px) {
  .questions_inner {
    margin: 0 5% 0 5%;
  }
  .web_user-question img {
    width: 100%;
  }
  .guide_inner p {
    margin: 3% 0;
  }
  .beginning {
    margin: 5%;
  }
  .beginning h2 {
    margin: 0 0 10px 0;
    font-size: 20px;
  }
  section h3 {
    background: #e60010;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 8px 20px 8px;
    margin-bottom: 30px;
  }
  .beginning p {
    text-align: left;
  }
  .rightContents {
    min-width: 100%;
  }
  h1 {
    text-align: left;
  }
  h2 {
    font-size: 1.5em;
    text-align: left;
  }
  h1.ttl-user-guide {
    font-size: 20px;
    margin: 35px 0;
  }
  section .ttl-user-guide {
    margin: 40px 0px 15px 0px;
  }
  .guide_inner {
    margin: 5%;
  }
  .beginning {
    margin: 0 0 40px 0;
  }
  .beginning h2 {
    margin: 0 0 10px 0;
  }
  .beginning p {
    text-align: left;
  }
  .nav-guide-question {
    margin: 5% auto 10%;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    /* justify-content: flex-start; */
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .nav-guide-question li .btn-user {
    background: #ededed;
    height: 50px;
    color: #252525;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    /* letter-spacing: 0.1em; */
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .rightContents .head-there {
    padding-top: 15px;
    margin-top: -50px;
  }
  .btn-user {
    position: relative;
    z-index: 2;
  }
  .btn-user {
    width: 100%;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    position: relative;
  }
  .nav-guide-question li {
    width: 45%;
    margin: 0 5px 14px;
    list-style-type: none;
  }
  .btn-wrap {
    position: relative;
  }
  .btn-wrap:after {
    content: "";
    display: block;
    position: absolute;
    /* width: 96.25%; */
    height: 100%;
    -webkit-box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 3px 4px 0px rgb(0 0 0 / 30%);
    bottom: 0;
    /* z-index: 1; */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  /*section　共通*/
  section {
    margin-top: 43px;
    margin-bottom: 10%;
  }
  .guide_inner a {
    color: #0044CC;
  }
  section p {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
  }
  /*注文について*/
  section .order-guide-title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 35px 0 15px 0;
  }
  /*会員登録について*/
  .member-question-title {
    font-weight: bold;
    margin: 35px 0 15px 0;
  }
  /*メルマガ登録について*/
  .newsletter-question-title {
    font-weight: bold;
    margin: 35px 0 15px 0;
  }
  /*商品のお届けについて*/
  .delivery-question-title {
    font-weight: bold;
    margin: 35px 0 15px 0;
  }
  /*お支払いについて*/
  .payment-question-title {
    font-weight: bold;
    margin: 35px 0 15px 0;
  }
  /*返品・交換*/
  .returns-question-title {
    font-weight: bold;
    margin: 35px 0 15px 0;
  }
  /*まとめ買いについて*/
  .buying-question-title {
    font-weight: bold;
    margin: 35px 0 15px 0;
  }
  /*クーポン*/
  .coupon-guide-pc {
    display: none;
  }
  .coupon-guide-sp {
    display: block;
    text-align: center;
  }
}

/* ---------------------------------------
    アコーディオン展開改修_20251126
    --------------------------------------- */
.accordion {
  padding-top: 5px;  
}

.accordion-item {
  padding: 5px;  /* 質問間に余白 */
}

.accordion-header {
  width: 100%;
  padding: 1.2em 1em;
  background: #fff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 1.1em;
  font-weight: 600;
  text-align: left;
  line-height: 1.5;
  transition: background 0.3s;
  padding: 20px;
  background-color: #F7F7F7;
  /* Qアイコン用 */
  position: relative;
  padding-left: 4.5em; /* Qアイコンの分だけ左に余白を空ける */
}

/* 「Q」アイコンの作成 */
.accordion-header::before {
  content: "Q";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 1em;
  top: 10px;
  width: 2em;
  height: 2em;
  color: #E50012;
  font-weight: bold;
  font-size: 1.3em;
  line-height: 1;
}

/* プラマイアイコンの枠（配置基準） */
.accordion-icon {
  width: 16px;
  height: 16px;
  position: relative;
  margin-left: 10px;
  flex-shrink: 0;
  border: none;
  transform: none;
  margin-top: 5px;
}

/* プラマイアイコンの共通設定 */
.accordion-icon::before,
.accordion-icon::after {
  content: "";
  position: absolute;
  background-color: #666; /* 線の色 */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 中央配置 */
  transition: all 0.3s ease;
}

/* 横線（常に表示されるマイナス部分） */
.accordion-icon::before {
  width: 100%;
  height: 2px;
}

/* 縦線（プラスにするための線） */
.accordion-icon::after {
  width: 2px;
  height: 100%;
}

/* 開いたとき（.open）のアニメーション */
.accordion-item.open .accordion-icon::after {
  /* 縦線を90度回転させて横線に重ね、透明にして消す＝マイナスになる */
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

/* 開いたときにコンテナ自体は回転させない（リセット） */
.accordion-item.open .accordion-icon {
  transform: none;
}
    
/* アコーディオン展開時（.open）のタイトル文字色を変更 */
.accordion-item.open .accordion-header {
  color: #E50012;
}
    
.accordion-body {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.35s ease;
  will-change: max-height;
  position: relative;
  padding-left: 4em; /* Aアイコンの分だけ左に余白を空ける */
}
    
/* 「A」アイコンの作成 */
.accordion-body::before {
  content: "A";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 15px;
  left: 1em;
  width: 2em;
  height: 2em;
  color: #E50012;
  font-weight: bold;
  font-size: 1.5em;          /* Aの文字サイズ。Qの設定は1.3emだが視覚的サイズ感を優先 */
  line-height: 1;
}

.accordion-body > * {
  padding: 15px 1em 1.2em;
  color: #000000; /* 標準文字色が薄く見えるため指定 */
  line-height: 1.6;
}

.accordion-body p {
    margin-bottom: 1em;
}
.accordion-body p:last-child {
    margin-bottom: 0;
}
/* ---------------------------------------
    アコーディオン展開改修_20251126ここまで
    ---------------------------------------*/
    
    