.cg_freespace_01 {
    margin-bottom: 10px;
  }
  
  .cg_freespace_02 {
    margin-bottom: 10px;
  }
  
  /* productlist */
  .productlist_heading {
    margin: 40px 0 20px;
    /* 20250325 h1の中央ぞろえ */
    text-align: center;
    /* /20250325 h1の中央ぞろえ */
  }
  .productlist_lists {
    margin-top: 20px;
    font-size: 12px;
  }
  .productlist_list {
    margin-bottom: 40px;
    text-align: center;
    position: relative;
  }
  
  .subcategorylist_lists {
    font-size: 12px;
    margin-top: 40px;
  }
  ul.subcategorylist_lists > li {
    margin-bottom: 10px;
  }
  .subcategorylist_list {
  }
  .subcategorylist_list_img {
  }
  
  .productlist_number {
    float: left;
    line-height: 1.4;
  }
  .productlist_number span {
    font-size: 18px;
    padding: 0 5px;
  }
  .productlist_sort {
    float: right;
  }
  .productlist_sort a {
    padding: 0 5px;
  }
  
  /* pagerlist */
  .pagerlist {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .pagerlist ul {
  
    text-align: right;
    padding-top: 15px;
  }
  .pagerlist li {
    text-align: center;
    line-height: 26px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
  }
  .pagerlist li a,
  .pagerlist li span {
    display: block;
    float: left;
    min-width: 26px;
    height: 26px;
    box-sizing: border-box;
    padding: 0 .5em;
  }
  .pagerlist li a {
    border: 1px solid #333;
    background-color: #fff;
    color: #333;
    text-decoration: none;
  }
  .pagerlist li a:hover {
    border: 1px solid #333;
    background-color: #333;
    color: #fff;
  }
  .pagerlist li span {
    border: 1px solid #ccc;
    background-color: #fff;
    color: #ccc;
  }
  
  .pagerlist_sp {
    text-align: center;
  }
  .pagerlist_sp_top {
    margin: 20px 0 10px 0;
  }
  .pagerlist_sp_btm {
    margin: -20px 0 60px;
  }
  .pagerlist_sp ul {
    margin: 0;
  }
  .pagerlist_sp li {
    display: inline;
    margin: 0 5px;
  }
  .pagerlist_pos {
    font-size: 12px;
    margin: 10px 0;
  }
  .pagerlist_pos span {
    font-size: 14px;
    padding: 0 5px;
  }
  .productlist_list2 {
      margin-bottom: 40px;
      text-align: center;
      position: relative;
  }
  
  @media (max-width: 768px) {
    .cg_freespace_02 {
      font-size: 12px;
      margin-bottom: 60px;
    }
  
    .productlist_noitem {
      padding: 0 10px 20px;
    }
  
    .productlist_sort {
      font-size: 12px;
      float: none;
      text-align: center;
    }
  }

  /* 20250130 導入文の追加 */
  .ct-feature {
    text-align: center;
  }
  /* //20250130 導入文の追加 */

  /* 20250325 カテゴリページへの内部リンク設置 */
    .choose-link-list{
        display: flex;
        margin-top: 40px;
        list-style: none;
    }
    .choose-link-list li{
        width: calc(94%/3);
        margin-right: 3%;
        border: solid 1px #ccc;
        border-radius: 5px;
        background: #f5f5f5;
    }
    .choose-link-list li:last-child{
        margin-right: 0;;
    }
    .choose-link-list li a{
        display: block;
        padding: 10px 0;
        text-align: center;
    }
    @media (max-width: 768px) {
        .choose-link-list{
            margin: 30px 10px 0;
        }
    }

/* 20250325 FAQコンテンツ設置 */
.contents-03 {
  max-width: 960px;
  margin: auto;
}

.contents-03 h2 {
    text-align: center;
    margin-top: 50px;
}

.contents-03 dl {
    font-size: 22px;
    border-bottom: 1px solid #707070;
}

.contents-03 dt {
    font-weight: bold;
    color: #131313;
    padding: 30px 0;
    border-top: 1px solid #707070;
    position: relative;
    cursor: pointer;
}

.contents-03 dt::after {
    content: "＋";
    font-size: 24px;
    font-weight: normal;
    font-family: monospace;
    position: absolute;
    right: 0;
    margin-top: -5px;
}

.contents-03 dt.active::after {
    content: "\0FF0D";
    font-weight: normal;
    font-family: monospace;
}

.contents-03 dd {
    display: none;
    font-weight: bold;
    line-height: 1.5;
    color: #606060;
    padding-bottom: 30px;
}

.contents-03 dd p {
    text-justify: inter-ideograph;
    margin: 1em 0 0;
}

.contents-03 dd p:first-child {
    margin-top: 0;
}
.question-block-ttl {
    color: #131313;
    font-size: 27px;
    font-weight: bold;
    text-align: center;
    padding: 50px 0 0;
}
.question-block p{
    font-weight: normal;
}
@media only screen and (max-width: 768px) {
.question-block-ttl {
    font-size: 13px;
    padding-top: 30px;
}
.question-block dt{
    font-size: 13px;
}
.question-block p{
    font-size: 13px;
    font-weight: normal;
}
}

/* 20250325 一覧ページへの内部リンク設置 */
.list-link-btn{
  display: block;
  width: 170px;
  margin: 40px auto 0;
  padding: 10px 0;
  border: solid 1px #ccc;
  background: #f5f5f5;
  color: #333;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px){
  .list-link-btn{
      width: 150px;
      padding: 5px 0;
      font-size: 16px;
  }
}

/* 20250612 【雛人形】各商品カテゴリーへのリンク設置 */
@media (max-width: 768px) {
  .accord_choose-link-list p {
    padding: .3em;
  }
}