@charset "utf-8";


h1 {
    font-size: 30px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

p {
    font-size: 16px;
    color: #333;
}

/* CTA
========================================================*/
.kekkon_cta {
  margin-top: 60px;
}
.kekkon_cta img {
  width: 100%;
}
.kekkon_cta .unit-Cta_Link {
  margin: 0;
}

/* もっと見るリンク
========================================================*/
.linkMore-right {
  text-align: right;
  margin: 2em 1em 0 0!important;
}

/* MVを強制的に長方形にする
========================================================*/
.unit-EntryBody .wp-block-image img.mv-custom {
  height: 300px;
  width: 100%;
  object-fit: cover;
}
.unit-EntryBody .wp-block-image img.oP190{
	object-position: 0 -190px;
}
@media only screen and (max-width: 767px) {
  .unit-EntryBody .wp-block-image img.mv-custom {
    height: 200px;
  }
	.unit-EntryBody .wp-block-image img.oP190{
		object-position: 0;
	}
}


/* 『香典返しの品物』どのようなものが好適品？タブーは？
========================================================*/
  .koudenreturn1__item-list {
    display: flex;
    list-style: none;
    padding-left: 0!important;
  }
  .koudenreturn1__item-list li {
    width: 230px;
    margin-left: 10px;
  }
  .koudenreturn1__item-list li:first-child {
      margin-left: 0;
  }
  .koudenreturn1__item img {
    /* transition: all .2s ease; */
  }
  .koudenreturn1__item img:hover {
    opacity: .8;
  }
  .koudenreturn1__item img {
    width: 230px;
    height: auto;
  }
  .koudenreturn1__info {
      margin-top: 10px;
  }
  .koudenreturn1__maker {
    color: #aaa;
    font-size: .7em;
  }
  .koudenreturn1__name {
    font-weight: bold;
    font-size: .9em;
    line-height: 1.4em;
  }
  .koudenreturn1__price {
    color: #f00;
    font-size: .7em;
  }

  .koudenreturn2__item-list {
      padding-left: 0!important;
  }
  .koudenreturn2__item-list li {
      margin-bottom: 20px;
  }
  .koudenreturn2__item-list .item__thumbnail img+img {
      width: auto;
      height: 100%;
  }

  .koudenreturn3__item-list {
    display: flex;
    list-style: none;
    padding-left: 0!important;
  }
  .koudenreturn3__item-list li {
    margin-left: 10px;
    width: 33%;
    display: flex;
    flex-direction: column;
  }
  .koudenreturn3__item-list li:first-child {
      margin-left: 0;
  }
  .koudenreturn3__item-list img {
    transition: all .2s ease;
  }
  .koudenreturn3__item-list img:hover {
    opacity: .8;
  }
  .koudenreturn3__item-list img {
    width: 100%;
  }
  .koudenreturn3__info {
      margin-top: 10px;
  }
  .koudenreturn3__maker {
    color: #aaa;
    font-size: .7em;
  }
  .koudenreturn3__name {
    font-weight: bold;
    font-size: .9em;
    line-height: 1.4em;
    min-height: 40px;
  }
  .koudenreturn3__price {
    font-size: .7em;
    margin: 8px 0;
  }
  .koudenreturn3__comment {
      font-size: .8em;
      line-height: 1.4em;
      /* height: 150px; */
      flex: 1;
  }
  .koudenreturn3__price span {
      font-weight: bold;
      font-size: 1.5em;
  }
  .koudenreturn3__comment+a {
      color: #ffffff;
      text-decoration: none;
      position: relative;
      font-size: .8em;
  }
  .koudenreturn3__comment+a::before {
      position: absolute;
      top: 50%;
      right: 3%;
      transform: translate(0%, -50%);
      width: 6px;
      height: 6px;
      border: 6px solid transparent;
      border-left: 6px solid #fff;
      content: "";
  }
  .koudenreturn3__item-list li .order2 {
    padding: 6px 0;
  }
  @media only screen and (max-width: 767px) {
    .koudenreturn3__item-list {
        flex-wrap: wrap;
    }
    .koudenreturn3__item-list li {
      margin-left: 0;
      width: 100%;
      margin-bottom: 3em;
    }
  }

  /* HINKARINKA
  ========================================================*/
  .gallery {
    margin: 0;
    padding: 0 0 50px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .gallery .name {
    margin: 0 0 20px;
    padding: 0;
    display: table;
    width: 100%;
  }
  .gallery .name dt {
    display: table-cell;
    width: 80px;
  }
  .gallery .name dt span {
    display: block;
    padding: 10px;
    font-size: .9em;
    font-weight: bold;
    line-height: 1;
    color: #FFF;
    background-color: #57297d;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    /* vertical-align: top; */
  }
  .gallery .name dd {
    display: table-cell;
    width: calc(100% - 80px);
  }
  .gallery .name dd h2 {
    font-size: .9em;
    font-weight: bold;
    vertical-align: top;
    padding: 10px 0 0 10px;
    background-image:none;
    margin-top: 0;
  }
  .gallery .column {
    margin: 0;
    width: 49%;
  }
  .gallery .column .view {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .gallery .column .view li {
    margin-bottom: 20px;
  }
  .gallery .column .view li img {
    width: 100%;
    height: auto;
  }
  .gallery .column .data {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 0.7em;
  }
  .gallery .column .data li {
    margin-bottom: 5px;
  }
  .gallery .column .data li.link {
    margin-top: 20px;
    text-align: right;
  }
  .gallery .column .data li.link a {
    display: inline-block;
    padding: 8px;
    width: 160px;
    box-sizing: border-box;
    font-size: 0.8em;
    text-align: center;
    border: #333 1px solid;
    color: #333;
    text-decoration: none;
  }
  .gallery .movie_wrap {
    width: 70%;
    margin: 20px auto 0;
  }
  .gallery .movie {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .gallery .movie iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .gallery .map {
    margin-top: 20px;
    overflow: hidden;
    height: 300px;
    width: 100%;
  }
  .gallery .map iframe {
    border: 0;
    width: 100%;
    height: 300px;
  }
  .gallery .zoom {
    text-align: right;
    font-size: 0.7em;
    letter-spacing: 0;
  }
  .gallery .zoom a {
    display: inline-block;
    margin: 0px;
    text-decoration: none;
    color: #0654ba;
  }
  .gallery .zoom a i {
    vertical-align: middle;
    margin-right: 5px;
  }
  .fa-search-plus:before {
    content: "\f00e";
  }

  @media only screen and (max-width: 767px) {
      .gallery {
        display: block;
      }
      .gallery .column {
        width: 100%;
      }
      /* .gallery .column .view li:last-child {
        margin-bottom: 0;
      } */
      .gallery .name dt span {
        padding: 10px 8px;
      }
      .gallery .column .data {
        margin-top: 0px;
      }
  }

  /* 1列1商品
  ======================================================= */
  .item-1 {
    display: flex;
    padding: 2em 0;
    border-bottom: 1px solid #eee;
  }
  .item-1 .item-img {
    width: 300px;
    /* margin: 0 2em 0 0; */
  }
  .item-1 .item-img img {
    width: 240px;
    height: 240px;
    object-fit: cover;
    margin: 0 auto 0 0;
  }
  .item-1 .item-textArea {
    width: 70%;
    margin: 0 auto;
  }
  .item-1 .item-textArea p.text {
    font-size: .7em;
    line-height: 1.2;
    color: #666;
  }
  .item-1 .item-textArea p.name {
    line-height: 1.2;
    margin-top: 0.7em;
  }
  .item-1 .item-textArea p.price {
    text-align: right;
    margin-top: .3em;
  }
  .item-1 a {
    color: #333333;
    text-decoration: none;
    text-decoration-color: #1482c8;
  }
  .item-1 a:hover {
    text-decoration: none;
  }
  @media only screen and (max-width: 767px) {
    .item-1 {
      display: block;
    }
    .item-1 .item-img {
      width: 100%;
    }
    .item-1 .item-img img {
      margin: 0 auto;
    }
    .item-1 .item-textArea {
      width: 80%;
      margin: 1em auto 0;
    }
  }
  
    /* 1列1商品 slickパターン
  ======================================================= */
  .slick-item1 {
    display: flex;
    /* margin-bottom: 40px; */
    padding: 2em 0;
    border-bottom: 1px solid #eee;
  }
  .slick-item1 a {
    text-decoration: none;
  }
  .item-1 a .name,
  .item-1 a .price,
  .slick-item1 a .name,
  .slick-item1 a .price {
    text-decoration: underline;
    color: #1482c8!important;
    font-weight: bold;
  }
  .slick-item1 .kakomi-box3 {
    width: 100%;
  }
  .slick-item1__box {
    width: 300px;
    margin-right: 20px;
  }
  .slick-item1__mainImg {
    width: 300px!important;
    height: 300px;
    display: flex!important;
    align-items: center;
    justify-content: center;
  }
  .slick-item1__thumImg {
    width: 50px!important;
    margin-right: 10px;
    cursor: pointer;
    height: 50px;
    display: flex!important;
    align-items: center;
    justify-content: center;
  }
  .slick-item1 .item-img__thum {
    margin-top: 0.5em;
  }
  .slick-item1 .item-img__thum .slick-track {
    transform: unset!important;
  }
  .slick-item1 .item-textArea p.price {
    text-align: right;
    margin-top: .3em;
  }
  @media only screen and (max-width: 767px) {
    .slick-item1 {
      display: block;
    }
    .slick-item1__box {
      margin: 0 auto;
    }
  }
  
  /* 1列1商品 slick・購入ボタン有りパターン
  ======================================================= */
  .slick-item1buy {
    display: block;
    padding: 0 0 2em;
  }
  .slick-item1buy__flexArea {
    display: flex;
    align-items: center;
  }
  .slick-item1buy .item-textArea {
    width: 100%;
  }
  .slick-item1buy .slick-item1__mainImg img,
  .slick-item1buy .slick-item1__thumImg img {
    max-height: 100%;
  }
  .slick-item1buy .item-textArea p.price {
    text-align: left;
  }
  .slick-item1buy .item__btn a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 14px;
    height: 50px;
  }
  .slick-item1buy .item__btn a.item-buyBtn {
    background: #481f92;
    color: #fff;
    margin-bottom: 20px;
  }
  .slick-item1buy .item__btn a.item-catalogBtn {
    background: #fff;
    border: 1px solid #999;
    color: #333;
  }
  .slick-item1buy .item__btn a.item-buyBtn::before,
  .slick-item1buy .item__btn a.item-catalogBtn::before {
    font-family: 'rb_icon';
    font-size: 160%;
    margin-right: 0.5em;
  }
  .slick-item1buy .item__btn a.item-buyBtn::before {
    content: '\ea01';
  }
  .slick-item1buy .item__btn a.item-catalogBtn::before {
    content: '\ea0d';
  }
  .slick-item1buy .item-buyBtns {
    display: flex;
    justify-content: space-between;
  }
  .slick-item1buy .item-buyBtns .item__btn {
    width: 49%;
  }
  .slick-item1buy .item-endRead {
    text-align: center;
    margin: 2em 0 1em;
  }
  .slick-item1buy .item-more .item-moreLink {
    display: block;
    width: 100%;
    text-align: center;
    background: #1482c8;
    color: #fff;
    border-radius: 8px;
    padding: 6px 0;
  }
  @media only screen and (max-width: 767px) {
    .slick-item1buy__flexArea {
      display: block;
    }
    .slick-item1buy .item-textArea {
      margin-top: 1em;
    }
    .slick-item1buy .item-textArea p.name {
      font-size: 14px;
    }
    .slick-item1buy .item-textArea p.price {
      font-size: 14px;
      text-align: right;
    }
    .slick-item1buy .item-buyBtns {
      display: none;
    }
    .slick-item1buy .item-more .item-moreLink {
      font-size: 14px;
    }
    .slick-item1buy .item-textArea2 .kakomi-box3 {
      margin-top: 0;
    }
  }


    /* 1列3商品
  ======================================================= */
  .item-3 .item-3_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
  }
  .item-3 .item-3_item {
    position: relative;
    width: calc( (100% / 3) - 20px );
  }
  .item-3 .item-3_item_title {
    border: none;
    position: relative;
  }
  .item-3 .item-3_item_title a,
  .item-3 .item-3_item_title img {
    height: 140px;
  }
  .item-3 .item-3_item_title a {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .item-3 .item-3_item_title img {
    width: 100%;
    object-fit: cover;
  }
  .item-3 .item-3_item_title {
    width: 100%;
  }
  .item-3 .item-3_item_box .item-3_no1::after,
  .item-3 .item-3_item_box .item-3_no2::after,
  .item-3 .item-3_item_box .item-3_no3::after {
    width: 46px;
    height: 60px;
    position: absolute;
    top: -25px;
    left: -10px;
    content: '';
  }
  .item-3 .item-3_item_box .item-3_no1::after {
    background: url(https://www.ringbell.co.jp/assets/img/gourmet/home/im-gr-ic-rank-01.png) no-repeat;
  }
  .item-3 .item-3_item_box .item-3_no2::after {
    background: url(https://www.ringbell.co.jp/assets/img/gourmet/home/im-gr-ic-rank-02.png) no-repeat;
  }
  .item-3 .item-3_item_box .item-3_no3::after {
    background: url(https://www.ringbell.co.jp/assets/img/gourmet/home/im-gr-ic-rank-03.png) no-repeat;
  }
  .item-3 .item-3_item_box_text {
    margin-top: 10px;
    overflow: hidden;
    width: 100%;
  }
  .item-3 .item-3_item_box_text p {
    font-size: 18px;
    /* line-height: 1.8;
    height: calc( 18px * 1.8 * 3.5);
    position: relative; */
  }
  /* .item-3 .item-3_item_box_text p::before,
  .item-3 .item-3_item_box_text p::after {
    background: #fff;
    position: absolute;
    width: 22px;
    text-align: center;
  }
  .item-3 .item-3_item_box_text p::before {
    content: "…";
    right: 7px;
    top: calc( 18px * 1.8 * 2.95);
  }
  .item-3 .item-3_item_box_text p::after {
    content: "";
    height: 100%;
    width: 100%;
  } */
  .item-3 .item-3_item_box_text_link {
    font-weight: bold;
  }
  @media only screen and (max-width: 767px) {
      .item-3 .item-3_item {
        width: 100%;
      }
      .item-3 .item-3_item_title a,
      .item-3 .item-3_item_title img {
        height: 250px;
      }
  }

  /* 1列5商品
  ======================================================= */
  .item-5 .item-5_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    padding: 0!important;
  }
  .item-5 .item-5_item {
    position: relative;
    width: calc( (100% / 5) - 10px);
  }
  .item-5 .item-5_item img {
    object-fit: cover;
    width: 100%;
    height: 150px;
  }
  .item-5 .item-5_item .position-left {
    object-position: left;
  }
  .item-5 .item-5_no1::after,
  .item-5 .item-5_no2::after,
  .item-5 .item-5_no3::after {
    width: 46px;
    height: 60px;
    position: absolute;
    top: -25px;
    left: 0px;
    content: '';
  }
  .item-5 .item-5_no1::after {
    background: url(https://www.ringbell.co.jp/assets/img/gourmet/home/im-gr-ic-rank-01.png) no-repeat;
  }
  .item-5 .item-5_no2::after {
    background: url(https://www.ringbell.co.jp/assets/img/gourmet/home/im-gr-ic-rank-02.png) no-repeat;
  }
  .item-5 .item-5_no3::after {
    background: url(https://www.ringbell.co.jp/assets/img/gourmet/home/im-gr-ic-rank-03.png) no-repeat;
  }
  .item-5 .item-5_item .item-5_rank {
    position: absolute;
    line-height: 3rem;
    text-align: center;
    top: -25px;
    left: 0;
    background-color: #98876F;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: #ffffff;
    font-weight: bold;
  }
  .item-5 .item-5_item .item-5_rank span {
    font-size: 27px;
  }

  .item-5 .item-5_item a {
    color: #333333;
    text-decoration: underline;
    text-decoration-color: #1482c8;
  }
  .item-5 .item-5_item a:hover {
    text-decoration: none;
  }
  .item-5_item_box {
    margin-top: 10px;
  }
  .item-5_item_box_maker {
    color: #666666;
    font-size: 13px;
  }
  .item-5_item_box_title,
  .item-5_item_box_price {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.4em;
  }
  @media only screen and (max-width: 767px) {
      .item-5 .item-5_item {
        width: 100%;
        margin-top: 50px;
      }
      .item-5 .item-5_item:first-child {
        margin-top: 0;
      }
      .item-5 .item-5_item img {
        height: auto;
      }
  }

  /* 香典返しにはなぜお茶が多い？その理由とおすすめのお茶を紹介！
======================================================= */
.item-5-2 .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0!important;
}
.item-5-2 .item-list .item {
  width: calc(20% - 10px);
  margin-left:10px;
  margin-right: 0;
  padding-bottom: 0;
}
.item-5-2 .item-list .item a {
  text-decoration:none;
}
.item-5-2 .item-list .item:hover {
  opacity: .8;
}
.item-5-2 .item-list .item:first-child {
  margin-left:0;
}
.item-5-2 .item-list .item img {
  width:100%;
  height:100px;
  object-fit:contain;
}
.item-5-2 .item-list .item .name,
.item-5-2 .item-list .item .price {
  font-weight:bold;
  font-size: 0.8em;
}
.item-5-2 .item-list .item .text {
  font-size: 0.8em;
}
.item-5-2 .item-list .item .order {
  background-color:#ddd;
  padding:2px;
  text-align:center;
  position:relative;
  margin-bottom: 0;
  font-size: 0.8em;
}
.item-5-2 .item-list .item .order::after {
  content:"";
  position:absolute;
  top:50%;
  right:5px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #000;
}
/* 2021.08.04追記 */
p.order2 {
  background-color: #e5e5e5;
  font-size: 14px;
  border-radius: 50px;
  text-align: center;
  position: relative;
  color: #191919;
  width: 90%;
  margin: 0 auto;
  padding: 2px 0;
}
p.order2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #191919;
  border-right: 1px solid #191919;
  -webkit-transform: rotate(45deg) translateY(-80%);
  transform: rotate(45deg) translateY(-80%);
}
@media only screen and (max-width: 767px) {
  p.order2 {
    font-size: 12px;
  }
}
/* 2021.08.04追記ここまで */
  @media only screen and (max-width: 767px) {
    .item-5-2 .item-list .item {
      width: calc(50% - 10px);
      margin-left:10px;
      margin-right: 0;
      padding-bottom: 0;
      margin-bottom: 20px;
    }
    .item-5-2 .item-list .item:last-child {
      margin-bottom: 0;
    }
    .item-5-2 .item-list .item:nth-child(odd) {
      margin-left: 0;
    }
  }


  /* @media only screen and (max-width: 767px) {
    .unit-EntryBody .wp-block-image img {
      height: 200px;
    }
    .koudenreturn3__item-list {
        flex-wrap: wrap;
      }
      .koudenreturn3__item-list li {
        margin-left: 0;
        width: 100%;
        margin-bottom: 15px;
      }
      .gallery {
        display: block;
      }
      .gallery .column {
        width: 100%;
      }
      .gallery .column .view li {
        margin: 0 auto;
      }
      .gallery .name dt span {
        padding: 10px 8px;
      }
      .gallery .column .data {
        margin-top: 30px;
      }
      .item-3 .item-3_item {
        width: 100%;
      }
      .item-3 .item-3_item_title a,
      .item-3 .item-3_item_title img {
        height: 250px;
      }
      .item-5 .item-5_item {
        width: 100%;
        margin-top: 50px;
      }
      .item-5 .item-5_item:first-child {
        margin-top: 0;
      }
      .item-5 .item-5_item img {
        height: auto;
      }
  } */
  /* @media screen and (min-width: 992px) {
    .header-Nav_Link {
      visibility: hidden;
    }
  } */

  /* 記事内キャラクターコメント */
.character{
  background-image: linear-gradient(-45deg, #fff 25%, #abd1ea 25%, #abd1ea 50%, #fff 50%, #fff 75%,#abd1ea 75%, #abd1ea );
  background-size: 4px 4px;
  margin: 20px 0;
  border-radius: 4px;
}
.character__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
}
.character__text {
  border: 1px solid #abd1ea;
  padding: 20px 10px;
  position: relative;
  display: inline-block;
  margin: 0;
  color: #555;
  font-size: 16px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px;
  width: calc(100% - 5rem - -0.5rem);
  flex-basis: calc(100% - 5rem - 1.5rem);
}
.character__text::before {
  content: "";
  position: absolute;
  top: 34px;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 2;
}
.character__text::after {
  content: "";
  position: absolute;
  top: 34px;
  right: -26px;
  margin-top: -13px;
  border: 13px solid transparent;
  border-left: 13px solid #abd1ea;
  z-index: 1;
}
.character__img {
  padding-right: 0;
  flex-basis: 5rem;
  border: 1px solid #abd1ea;
  border-radius: 100px;
  overflow: hidden;
  width: 5rem;
  height: 5rem;
}
.character__img img {
  width: 100%;
  margin: 0 0 0 auto!important;
}

/* 指定記事のみTOCのh3以降を非表示 */
body.postid-625 #toc_container > ul > li > ul,
body.postid-705 #toc_container > ul > li > ul,
body.postid-1015 #toc_container > ul > li > ul {
  display: none;
}

/* 商品紹介枠、商品説明 */
.kakomi-box3 {
  margin: 2em auto 0;
  padding: 1em;
  width: 90%;
  border: 1px solid #ccc; /* 枠線 */
  background-color: #fff; /* 背景色 */
  box-shadow: 1px 1px 2px #ccc;
}


.flex-img {
  display: flex;
  justify-content: space-between;
}
.flex-img img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .flex-img {
    display: block;
  }
  .flex-img img {
    width: 100%;
  }
}

.tagLabel {
  position: relative;
  z-index: 10;
  display: inline-block;
  font-size: 14px;
  line-height: 32px;
  color: #2c323a;
  text-decoration: none;
  padding: 0 27px 0 12px;
  font-weight: 500;
  background-color: #ffffff;
  margin: 0 10px 0 0;
  transition: opacity 0.2s ease-in-out;
}
.tagLabel::before {
  background-image: url(assets/img/tag-parts01.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 12px;
  content: '';
  width: calc(100% - 36px);
  height: 100%;
}
.tagLabel::after {
  content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/img/tag-parts02.png), url(assets/img/tag-parts03.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 100%, auto 100%;
}
/* .tagLabel:hover {
  animation: animation-navy .150s linear forwards;
  color: #ffffff;
} */
@keyframes animation-navy {
  0% {background: linear-gradient(to right, #2c323a 0%, #ffffff 0%);}
  10% {background: linear-gradient(to right, #2c323a 10%, #ffffff 0%);}
  20% {background: linear-gradient(to right, #2c323a 20%, #ffffff 0%);}
  30% {background: linear-gradient(to right, #2c323a 30%, #ffffff 0%);}
  40% {background: linear-gradient(to right, #2c323a 40%, #ffffff 0%);}
  50% {background: linear-gradient(to right, #2c323a 50%, #ffffff 0%);}
  60% {background: linear-gradient(to right, #2c323a 60%, #ffffff 0%);}
  70% {background: linear-gradient(to right, #2c323a 70%, #ffffff 0%);}
  80% {background: linear-gradient(to right, #2c323a 80%, #ffffff 0%);}
  90% {background: linear-gradient(to right, #2c323a 90%, #ffffff 0%);}
  100% {background: linear-gradient(to right, #2c323a 99%, #ffffff 0%);}
}


/* 1列4商品
======================================================= */
.item4 .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding: 0!important;
}
.item4 .item-list .item {
  width: calc( (100% - 30px) / 4 );
  margin-left:10px;
  margin-right: 0;
  padding-bottom: 0;
}
.item4 .item-list .item a {
  text-decoration:none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.item4 .item-list .item:hover {
  opacity: .8;
}
.item4 .item-list .item:first-child {
  margin-left:0;
}
.item4 .item-list .item img {
  width:100%;
  height:150px;
  object-fit:contain;
  margin: 0;
}
.item4 .item-list .item .price {
  /* margin-top: auto; */
}
.item4 .item-list .item .name,
.item4 .item-list .item .price {
  font-weight:bold;
  font-size: 0.8em;
}
.item4 .item-list .item .text {
  font-size: 0.8em;
}
.item4 .item-list .item .order {
  background-color:#ddd;
  padding:2px;
  text-align:center;
  position:relative;
  margin-bottom: 0;
  font-size: 0.8em;
  margin-top: auto;
}
.item4 .item-list .item .order::after {
  content:"";
  position:absolute;
  top:50%;
  right:5px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #000;
}
/* 2021.08.04追記 */
.item4 {
  margin-bottom: 40px;
}
.item4 .item-list .item .price {
  margin-bottom: 6px;
}
/* 2021.08.04追記ここまで */

@media only screen and (max-width: 767px) {
  .item4 .item-list .item {
    width: calc(50% - 10px);
    margin-left:10px;
    margin-right: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .item4 .item-list .item:last-child {
    /* margin-bottom: 0; */
  }
  .item4 .item-list .item:nth-child(odd) {
    margin-left: 0;
  }
}
/* 商品左寄せ、個数可変PC4並び、SP2並び
======================================================= */
.item0 .item-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0!important;
}
.item0 .item-list .item {
  /* width: calc( (100% - 30px) / 4 ); */
  width: inherit;
  margin-left:10px;
  margin-right: 0;
  padding-bottom: 0;
  flex: 1;
}
.item0 .item-list .item a {
  text-decoration:none;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.item0 .item-list .item:hover {
  opacity: .8;
}
.item0 .item-list .item:first-child {
  margin-left:0;
}
.item0 .item-list .item img {
  width:100%;
  height:150px;
  object-fit:contain;
  margin: 0;
}
.item0 .item-list .item .price {
  /* margin-top: auto; */
}
.item0 .item-list .item .name,
.item0 .item-list .item .price {
  font-weight:bold;
  font-size: 0.8em;
}
.item0 .item-list .item .text {
  font-size: 0.8em;
}
.item0 .item-list .item .order {
  background-color:#ddd;
  padding:2px;
  text-align:center;
  position:relative;
  margin-bottom: 0;
  font-size: 0.8em;
  margin-top: auto;
}
.item0 .item-list .item .order::after {
  content:"";
  position:absolute;
  top:50%;
  right:5px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #000;
}
.item0 .item .tag-label,
.item4 .item .tag-label {
  align-self: flex-start;
}

@media only screen and (max-width: 767px) {
  .item0 .item-list {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .item0 .item-list .item {
    width: calc(50% - 10px);
    margin-left:0;
    margin-right: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
    flex: none;
  }
  .item0 .item-list .item:last-child {
    /* margin-bottom: 0; */
  }
  /* .item0 .item-list .item:nth-child(odd) {
    margin-left: 0;
  } */
}

/* カラーセット
------------------------------------------------*/
.colorChenge-purple .order {
  background-color: #481f92!important;
  color: #fff;
}
.colorChenge-purple .order::after {
  border-color: transparent transparent transparent #fff!important;
}


/* タグ幅調整
------------------------------------------------*/
li.single-EntryMeta_Item.single-EntryMeta_Category {
  width: 30%;
}
.single-EntryMeta_Link {
  width: 100%;
  text-align: center;
}
.unit-BreadCrumb_Item:after {
  margin-right: 1em;
  margin-left: 1em;
}
/* li.unit-BreadCrumb_Item:nth-child(2) {
  width: 30%;
}
li.unit-BreadCrumb_Item:nth-child(2) a {
  width: 70%;
} */

/* スペシャルラッピング
------------------------------------------------*/
.special-wrap {
  border: 4px solid #F7D7D7;
}

.special-wrap .clearfix {
  /* margin-top: 30px; */
  /* color: #7a5d59; */
  background-color: #fff;
}
.special-wrap .clearfix::after {
  clear: both;
  content: "";
  display: block;
}
.special-wrap .ins-lp05Col1 {
  float: left;
  width: 50%;
}
.special-wrap .ins-lp05Col2 {
  box-sizing: border-box;
  float: right;
  width: 50%;
  padding:20px 20px 10px;
}
.special-wrap .ins-lp05TypeName {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-size: 16px;
}
.special-wrap .ins-lp05TypeName span {
  padding: 3px 8px;
}
.special-wrap #ins-lp05Type01 span {
  background: #fc4c86;
}
.special-wrap #ins-lp05Type02 span {
  background: #ef1c3a;
}
.special-wrap #ins-lp05Type03 span {
  background: #ff2812;
}
.special-wrap .ins-lp05Col2 .text {
  font-size: 12px;
  margin-bottom: 0;
}

.special-wrap.special02 .ins-lp05Col1 {
  float: right;
  width: 50%;
}
.special-wrap.special02 .ins-lp05Col2 {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding:20px 20px 10px;
}
@media only screen and (max-width: 767px) {
  .special-wrap .ins-lp05Col1 {
    float: none;
    width: 100%;
  }
  .special-wrap .ins-lp05Col2 {
    box-sizing: border-box;
    float:none;
    width: 100%;
    padding: 20px;
  }
  .special-wrap.special02 .ins-lp05Col1 {
    float: none;
    width: 100%;
  }
  .special-wrap.special02 .ins-lp05Col2 {
    box-sizing: border-box;
    float: none;
    width: 100%;
    padding: 20px;
  }
}

.special-service .pc-only a {
  border: 5px solid #444444;
  display: block;
}
.special-service .sp-only a {
  text-decoration: none;
  font-size: 14px;
  display: block;
  color: #333;
  text-align: center;
  line-height: 1.3;
  border: 5px solid #444444;
  padding: 14px 10px 24px 10px;
    background: url(https://www.ringbell.co.jp/ringbell/contents/assets-sp/img/lp/specialwrapping/arrow1.png) center 90% no-repeat;
} 

/* レスポンシブ設定
------------------------------------------------*/
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}

/* 感謝の気持ちを演出する充実のサービス
------------------------------------------------*/
.contents-list {
  display: flex;
  justify-content: space-between;
}
.contents-list section {
  width: calc( (100% - 40px) / 3 );
  margin-right: 20px;
}
.contents-list section:last-child {
  margin-right: 0;
}
.contents-list section h3 {
  border-bottom: none;
  font-size: 16px;
  text-align: center;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 1em;
}
.contents-list section p {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .contents-list {
    display: block;
  }
  .contents-list section {
    width: 100%;
    margin-right: 0;
  }
}


/* あとらくギフト
------------------------------------------------*/
.atoraku-mv {
  background-image: url(/ringbell/contents/atoraku/images/mv-bg.jpg);
  height: 250px;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  position: relative;
}
.atoraku-mv h2 {
  background-image: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  max-width: 250px;
}
/* @media only screen and (max-width: 767px) {
  .atoraku-mv h2 {
    width: 25%;
  }
} */



/* プレーンURL記述用
------------------------------------------------*/
.a-overwrap {
  word-wrap: break-word;
}

/* PC横4商品 SP時横スクロール
========================================================*/

/* .item4-spRoll__list {
  display: flex;
  list-style: none;
  padding-left: 0!important;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .item4-spRoll__list {
    overflow-x: scroll;
  }
}

.item4-spRoll__list li {
  width: 24%;
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 767px) {
  .item4-spRoll__list li {
    flex: 0 0 80%;
  }
}
.item4-spRoll__list li .kakomi-box3 {
  margin: auto auto 0;
}

.item4-spRoll__list li:first-child {
    margin-left: 0;
}
.item4-spRoll__item {
  margin-bottom: 1em;
}
.item4-spRoll__item img {
}
.item4-spRoll__item img:hover {
  opacity: .8;
}
.item4-spRoll__item img {
  width: 230px;
  height: auto;
}
.item4-spRoll__info {
    margin-top: 10px;
}
.item4-spRoll__maker {
  color: #aaa;
  font-size: .7em;
}
.item4-spRoll__name {
  font-weight: bold;
  font-size: .9em;
  line-height: 1.4em;
}
.item4-spRoll__price {
  color: #f00;
  font-size: .7em;
} */

/* 1商品 テキスト上乗せ
========================================================*/
/* .item1-overText .inner {
  position: relative;
}
.item1-overText .imgBox {
  width: 60%;
  margin-left: 0;
  margin-right: auto;
}
.item1-overText .textBox {
  width: 55%;
  position: absolute;
  top: 20%;
  right: 0;
}
.item1-overText .text {
  font-size: 15px;
}
.item1-overText .name {
  font-weight: bold;
}
.item1-overText .moreBtn {
  width: 90%;
  margin: 20px auto 0;
}
.item1-overText .moreBtn a {
  display: block;
  text-align: center;
  background: #C9A063;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease;
  text-indent: 2em;
  padding: 8px;
}
.item1-overText .moreBtn a:hover {
  opacity: .8;
}
.item1-overText .moreBtn a span {
  position: relative;
}
.item1-overText .moreBtn a span::before {
  position: absolute;
  left: -3.5em;
  top: 50%;
  transform: translateY(-50%);
  content: "▶";
} */

/*　パーツボタンセンタリング　*/
.wp-block-buttons{
	text-align:center;
}

.wp-block-button{
	margin: 0 auto;
}
/* 2columnのマージン調整*/
.wp-block-columns {
    display: flex;
    margin-bottom: -0.25em;
    flex-wrap: wrap;
}

/* 簡単早見表css */
.page-link, .page-link-g {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
 	-ms-flex-wrap: wrap;
 	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page-link a {
	  -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
    width: 49%;
    background: #eaeae8;
	 text-decoration: none;
	 position: relative;
}

.page-link a:before {
	content:"";
    width: 20px;
    height: 12px;
	background:url("https://www.ringbell.co.jp/media/wp-content/uploads/2022/09/page-link-arrow.png") no-repeat;
	background-size: 100%;
	position: absolute;
    bottom: 3px;
    left: 58%;
}

.page-link-g a {
	  -webkit-align-items: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
    width: 49%;
    background: #F6F6F6;
	 text-decoration: none;
}

.arrow a:after{
	 content: "";
    background: url(https://www.ringbell.co.jp/media/wp-content/uploads/2022/05/arrowdown.png);
    background-size: cover;
    width: 23px;
    height: 14px;
    position: relative;
    right: 10px;	
}

.page-link a:hover, .page-link-g a:hover {
	opacity: .8;
}

.page-link a img, .page-link-g a img {
	width: 100px;
	margin: 0;
}

.page-link a p {
	font-size: 16px;
}

.page-link a p, .page-link-g a p {
	text-align: center;
	margin: 0 auto;
	line-height: 1.3;
}

.page-link a p span, .page-link-g a p span {
	font-size: 22px;
}

@media only screen and (max-width: 767px) {
	.page-link a, .page-link-g a {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.page-link a img, .page-link-g a img {
		width: 95px;
	}
	
	 .page-link-g a p {
		font-size: 15px;
	}
	
	.page-link a p {
		font-size: 14px;
	}
	
	.page-link a p span, .page-link-g a p span {
		font-size: 20px;
	}
}

/* 外部リンクボタン
---------------------------------------------------------------------------- */
.outLinkBtn {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  padding: 10px 0;
  text-decoration: none;
  text-align: center;
  border: 1px solid #fff;
  outline: 5px solid #eae3f0;
  /* 2021.07.28追記 */
  position: relative;
  /* 2021.07.28追記ここまで */
}
/* 2021.07.28追記 */
.outLinkBtn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 16px;           
  top: calc(50% - 2px);  
  border-top: solid 2px;
  border-right: solid 2px;
  transform: rotate(45deg) translateY(-50%);
  color: inherit;
}
/* 2021.07.28追記ここまで */
/* 2021.08.04追記 */
a.outLinkBtn2 {
  width: 70%;
  margin: 0 auto 4em;
  display: block;
  text-align: center;
  padding: 10px 0;
  border: 2px solid #000;
  border-radius: 6px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  position: relative;
  transition: all .3s ease;
}
a.outLinkBtn2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 5%;
  width: 12px;
  height: 12px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg) translateY(-70%);
  transform: rotate(45deg) translateY(-70%);
  transition: all .3s ease;
}
a.outLinkBtn2__color--blue {
  color: #3292cf;
  border-color: #3292cf;
}
a.outLinkBtn2__color--blue:hover {
  color: #fff;
  background-color: #3292cf;
}
a.outLinkBtn2__color--blue::after {
  border-color: #3292cf;
}
a.outLinkBtn2__color--blue:hover:after {
  border-color: #fff;
}
@media only screen and (max-width: 767px) {
  a.outLinkBtn2 {
    width: 90%;
    padding: 10px 20px 10px 10px;
  }
}
/* 2021.08.04追記ここまで */

.outLinkBtn--light-purple {
  background-color: #EAE3F0;
  color: #333!important;
}
/* 
@media only screen and (max-width: 767px) {
  .outLinkBtn {
    width: 100%;
  }
} */

.tag-label, .ranking-tag {
	display: inline-block;
   background: #daaaaa;
   padding: 0 5px;
   font-size: 13px;
   color: #fff;
   border-radius: 5px;
	position: relative;
   margin: 0 8px 5px 0;
}

.ranking-tag {
	margin-bottom: 30px;
}

.item-no {
	position:relative;
	margin-bottom: 0;
}

.item-no:before {
	content:"";
	position:absolute;
	left:-11px;
	top:-11px;
	width: 40px;
   height: 55px;
}

.gift-item01:before {
	background: url("https://www.ringbell.co.jp/assets/img/gourmet/home/im-gr-ic-rank-01.png") no-repeat;
   background-size: 100%;
}

.gift-item02:before {
	background: url("https://www.ringbell.co.jp/assets/img/gourmet/home/im-gr-ic-rank-02.png") no-repeat;
   background-size: 100%;
}

.gift-item03:before {
	background: url("https://www.ringbell.co.jp/assets/img/gourmet/home/im-gr-ic-rank-03.png") no-repeat;
   background-size: 100%;
}

.box-height {
	min-height:300px;
}

p.item-name {
	margin:0;
	font-size:13px;
	min-height:95px;
}

@media only screen and (max-width: 767px) {
	p.item-name {
		min-height:auto;
	}
	
	.box-height {
		min-height: auto;
		margin-bottom:20px;
	}
	
	.ranking-btn {
		margin-bottom:50px !important;
		width:100%;
	}
	
	.ranking-btn a {
		width:100%;
	}
}

/* giftバナー
---------------------------------------------------------------------------- */
.gift-bnr {
  width:100%;
  padding:0;
  transition: all .3s ease;
}
.gift-bnr:hover {
  opacity: .8;
}
.gift-bnr .gift-bnr__inner {
  background:url(https://www.ringbell.co.jp/assets/img/koto/2021/mv/mv1.jpg) no-repeat;
  background-size:cover;
  width:100%;
  height:200px;
  position:relative;
  padding:0;
}
.gift-bnr .gift-bnr__text-area {
  position:absolute;
  top:50%;
  left:5%;
  transform:translateY(-50%);
}
.gift-bnr .gift-bnr__text-area p {
  color:#fff;
  margin:0;
  text-shadow:0 0 8px #000,0 0 8px #000,0 0 8px #000;
}
.gift-bnr .gift-bnr__text-area .gift-bnr__head {
  font-size:2em;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-weight:bold;
  line-height:1.2;
  font-feature-settings:"palt";
  letter-spacing:.1em;
}
.gift-bnr .gift-bnr__text-area .gift-bnr__text {
  font-size:1em;
  letter-spacing:.1em;
}
@media only screen and (max-width: 767px) {
  .gift-bnr .gift-bnr__inner {
    height: 150px;
  }
  .gift-bnr .gift-bnr__text-area .gift-bnr__head {
    font-size: 1.5em;
  }
  .gift-bnr .gift-bnr__text-area .gift-bnr__text {
    font-size: .8em;
  }
}

/* スペシャルサービスバナー
---------------------------------------------------------------------------- */
.special-service-bnr .pc-only {
  width:100%;
  margin-top: 20px;
}
.special-service-bnr .pc-only a {
  border: 5px solid #444;
  display: block;
  padding:26px 0;
  text-decoration: none;
  transition: all .3s ease;
}
.special-service-bnr .pc-only a:hover {
  opacity: .8;
}
.special-service-bnr .pc-only .special-service__inner {
  position:relative;
}
.special-service-bnr .pc-only .special-service__inner::after {
  content: "";
  display: block;
  bottom: -12px;
  left: 50%;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fa243a transparent transparent transparent;
}
.special-service-bnr .pc-only .special-service__img {
  position:absolute;
  top:50%;
  left:-20px;
  transform:translateY(-50%);
  z-index:1;
}
.special-service-bnr .pc-only hr {
  border-color:#FA2322;
  transform:translatey(40px);
  position: absolute;
  top: -20px;
  width: 100%;
}
.special-service-bnr .pc-only .special-service__text-area {
  text-align:center;
  position:relative;
  z-index:2;
}
.special-service-bnr .pc-only .special-service__text-area .special-service__text {
  color:#FA2322;
  font-weight:bold;
  padding-bottom:1em;
  font-size: 11px;
}
.special-service-bnr .pc-only .special-service__text-area .special-service__head {
  color:#333;
  font-weight:bold;
  text-shadow:0 0 4px #fff,0 0 4px #fff,0 0 4px #fff,0 0 4px #fff;
  font-size: 16px;
  padding-top: .4em;
}
.special-service-bnr .pc-only .special-service__img img {
  width:270px;
}
.special-service-bnr .pc-only .special-service__circle {
  position:absolute;
  top:50%;
  right:10px;
  transform:translateY(-50%);
  background-color:#FA2322;
  border-radius:100px;
  width:100px;
  height:100px;
  text-align:center;
  color:#fff;
}
.special-service-bnr .pc-only .special-service__text-area p,
.special-service-bnr .pc-only .special-service__circle p {
  margin:0;
}
.special-service-bnr .pc-only .special-service__circle p .big {
  font-size:1.4em;
}
.special-service-bnr .pc-only .special-service__circle .special-service__circle--text,
.special-service-bnr .pc-only .special-service__circle .special-service__circle--price {
  font-size: 10px;
  color: #fff;
  letter-spacing: -.01em;
  line-height: 1.2;
  font-weight: bold;
}
.special-service-bnr .pc-only .special-service__circle .special-service__circle--text {
  padding:12px 0 10px;
}


.special-service-bnr2 {
  width:100%;
}
.special-service-bnr2 a {
  border: 5px solid #444;
  display: block;
  padding:20px 0;
  text-decoration: none;
}
.special-service-bnr2 .special-service__inner {
  display:flex;
  align-items:center;
  position:relative;
  justify-content:space-between;
}
.special-service-bnr2 .special-service__inner::after {
  content: "";
  display: block;
  bottom: -8px;
  left: 50%;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #fa243a transparent transparent transparent;
}
.special-service-bnr2 .special-service__img {
  position:absolute;
  top:50%;
  left:-20px;
  transform:translateY(-50%);
  z-index:1;
}
.special-service-bnr2 hr {
  border-color:#FA2322;
  position:absolute;
  display:block;
  width:100%;
  top: 22px;
}
.special-service-bnr2 .special-service__text-area {
  text-align:center;
  position:relative;
  z-index:2;
}
.special-service-bnr2 .special-service__text-area .special-service__text {
  color:#FA2322;
  font-weight:bold;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.special-service-bnr2 .special-service__text-area .special-service__head {
  color:#333;
  font-weight:bold;
  text-shadow:0 0 4px #fff,0 0 4px #fff;
  padding: .6em 0 0;
  margin: 0;
}
.special-service-bnr2 .special-service__img--left {
  margin-left: 30px;
}
.special-service-bnr2 .special-service__img--right {
  margin-right: 30px;
}
.special-service-bnr2 .special-service__img--left img,
.special-service-bnr2 .special-service__img--right img{
  width:100px;
  position: relative;
  z-index: 2;
}
/* @media only screen and (max-width: 767px) {
  .special-service-bnr2 .special-service__text-area .special-service__text {
    font-size: 10px;
  }
  .special-service-bnr2 .special-service__text-area .special-service__head {
    font-size: 12px;
  }
  .special-service-bnr2 .special-service__img--left {
    margin-left: 10px;
  }
  .special-service-bnr2 .special-service__img--right {
    margin-right: 10px;
  }
  .special-service-bnr2 .special-service__img--left img,
  .special-service-bnr2 .special-service__img--right img{
    width: 50px;
  }
} */

/* 文中画像高さ300px合わせ
---------------------------------------------------------------------------- */
.unit-EntryBody .wp-block-image .img-adjust-h300 {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media only screen and (max-width: 767px) {
  .unit-EntryBody .wp-block-image .img-adjust-h300 {
    height: 200px;
  }
}
.unit-EntryBody .wp-block-image .img-adjust-h300.img-adjust-position {
  object-position: 0 -260px;
}
.unit-EntryBody .wp-block-image .img-adjust-h300.img-adjust-position--80 {
  object-position: 0 -80px;
}
.unit-EntryBody .wp-block-image .img-adjust-h300.img-adjust-position--170 {
  object-position: 0 -170px;
}

/*.wp-block-image:not(.is-style-rounded) img {
border-radius: inherit;
width: 100%;
height: 300px;
object-fit: cover;
}*/

.item-rank {
  position: relative;
}
.item-rank::after {
  position: absolute;
  width: 46px;
  height: 60px;
  content: "";
  top: -20px;
  left: -22px;
}
@media only screen and (max-width: 991px) {
  .item-rank::after {
    left: 0;
  }
}
.item-rank.no-1::after {
  background: url(https://www.ringbell.co.jp/assets/img/gourmet/home/im-gr-ic-rank-01.png) no-repeat;
}
.item-rank.no-2::after {
  background: url(https://www.ringbell.co.jp/assets/img/gourmet/home/im-gr-ic-rank-02.png) no-repeat;
}
.item-rank.no-3::after {
  background: url(https://www.ringbell.co.jp/assets/img/gourmet/home/im-gr-ic-rank-03.png) no-repeat;
}
.item-rank.no-4::after {
  background: url(https://www.ringbell.co.jp/ringbell/contents/kouden/images/2020/common/ranking-4.svg) no-repeat;
  background-size: contain;
}
.item-rank.no-5::after {
  background: url(https://www.ringbell.co.jp/ringbell/contents/kouden/images/2020/common/ranking-5.svg) no-repeat;
  background-size: contain;
}

.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}

/*関連記事
------------------------------*/

.connection {
  margin: 0 0 1rem 0;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #7f7f7f;
  width: 100%;
}

.connection:last-child{
  margin-bottom: 3.2rem;
}

.connection a{
text-decoration: none;
color: #343434;
}

.connection_heading{
margin: 1rem 0;
}

.connection .connection_heading:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(https://www.ringbell.co.jp/media/wp-content/uploads/2022/02/link_icon.png);
  background-size: contain;
  vertical-align: middle;
  margin-right: 0.5rem;
}

.link_flex{
display: flex;
align-items: center;
}

.link_thumbnail{
width: 22%;
height: 90px;
position: relative;
overflow: hidden;
margin-right: 2rem;
}

.link_thumbnail img{
width: 100%;
height: auto;
max-width: 100%;
max-height: none;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

.link_flex::after{
  content: '〉';
  display: inline-block;
  position: relative;
  right: -15%;
  color: #7f7f7f;
}

.link_title{
  margin-bottom: 0;
  width: 56%;
}

@media only screen and (max-width:425px){
  .link_thumbnail{
    width: 40%;
    height: 80px;
    margin-right: 1rem;
  }

  .link_flex:after{
    right: -3%;
  }

  .connection{
    padding-bottom: 1rem;
  }
}

/* ランキング
--------------------------------------*/

.new-ranking{
  width: 91.66667%;
}
.unit-Container .new-ranking__uchiiwai-oiwaigaeshi{
  width: 100%;
}
.new-ranking__title{
	line-height: 1.5;
	margin-top: 3em;
	margin-bottom: 1.5em;
	padding-bottom: 0.3em;
	border-bottom: 3px double #000;
	font-size: 1.4rem;
}

h2.new-ranking__title{
  padding: 0.5em;
  background-image: linear-gradient(-45deg,#fff 25%,#f1f1f1 25%,#f1f1f1 50%,#fff 50%,#fff 75%,#f1f1f1 75%,#f1f1f1);
  background-size: 8px 8px;
  font-size: 1.5rem;
  border-bottom: none;
}

.new-ranking__inner{
	margin-bottom: 1rem;
	border-bottom: 1px solid #e5e5e5;
}

.new-ranking__flex_box{
	display: flex;
	width: 100%;
}

.new-ranking__thumbnail{
  display: flex;
  padding: 1em;
}

.new-ranking__detail_pc{
  margin-top: 2rem;
	margin-left: 2rem;
}

.new-ranking__detail_pc .new-ranking__icon{
  margin-bottom: 0.4rem;
}

.new-ranking__detail_pc .new-ranking__icon img{
  display: inline-block;
}

.new-ranking__detail_pc .new-ranking__price{
	color: #f60700;
    font-size: 1.2rem;
    margin-bottom: 0.1rem;
}

.new-ranking__detail_pc .new-ranking__price span{
	font-size: 0.9rem;
    color: #5c4944;
}

.new-ranking__detail_pc .new-ranking__name{
  margin-bottom: 1rem;
}

.new-ranking__detail_pc .new-ranking__link{
	max-width: 240px;
    background-color: #481f92;
    padding: 0.4rem 1rem;
    border-radius: 50px;
    text-align: center;
    font-size: 1rem;
    display: block;
    text-decoration: none !important;
    color: #fff !important;
}

.new-ranking__item_description{
  margin-top: 1.5rem;
}

.new-ranking__note{
	text-align: right;
	font-size: 12px;
	margin: -1.5rem 0 1.2rem 0;
	line-height: 1.8;
	color: #999;
}

@media only screen and (min-width:769px){
  .new-ranking__detail_sp{
    display: none;
  }
}

@media only screen and (max-width:768px){
	.new-ranking__flex_box{
		display: block;
	}

  .new-ranking__flex_box_sp{
    display: flex;
    margin-top: 1rem;
  }

  .new-ranking__thumbnail{
    display: block;
    text-align: center;
  }

  .new-ranking__detail_pc{
    display: none;
  }

  .new-ranking__detail_sp{
    margin-top: 0;
    margin-left: 0;
    padding: 0 1rem;
  }

  .new-ranking__detail_sp .new-ranking__icon{
    margin-right: 1rem;
    width: 16%;
  }

  .new-ranking__detail_sp .new-ranking__flex_box_sp{
    align-items: center;
  }

  .new-ranking__detail_sp .new-ranking__icon img{
    vertical-align: middle;
  }

  .new-ranking__detail_sp .new-ranking__link{
    max-width: 768px;
    padding: 1rem;
    background-color: #481f92;
    border-radius: 50px;
    text-align: center;
    font-size: 1rem;
    display: block;
    text-decoration: none !important;
    color: #fff !important;
  }

  .new-ranking__detail_sp .new-ranking__name{
    margin-bottom: 0;
    line-height: 1.6;
    max-width: 80%;
  }

  .new-ranking__detail_sp .new-ranking__price{
    color: #f60700;
    font-size: 1.2rem;
    margin: 1rem 0 1.5rem 0.4rem;
  }

  .new-ranking__detail_sp .new-ranking__price span{
    font-size: 0.9rem;
      color: #5c4944;
  }

  .new-ranking__detail_sp .new-ranking__link{
    margin: 0 1rem;
  }
	
	.new-ranking__note{
		text-align: left;
	}
}

/* ロゴ×商品
--------------------------------------*/
.brand-logo {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.brand-logo img {
  width: 100%;
  max-width: 450px!important;
}

/* sp下部バナー調整 */
@media only screen and (max-width:768px) {
	.side-catbnr_sp {
		z-index: 999;
	}
}

.wp-block-button {
	margin: 0 auto!important;
}
.new_side-Widget{
  z-index: 100;
}
.new_side-catbnr_sp{
  z-index: 2000;

}
@media screen and ( min-width:426px ){
  .button-purple__br{
  display: none;
  }
  }
  @media screen and ( max-width:425px ){
  .outLinkBtn--light-purple{
    font-size: 14px;
  }
}

/* マーカー無し太字 */
p.strong {
	font-weight: bold;
}

/* 引越し祝い記事表 */
.artical-table table tr th {
	width: 50%;
	text-align: center;
	background-color: #E7E1EF;
	border: solid 2px #fff;
	color: #491d91;
}

@media only screen and (max-width:768px) {
	.artical-table table tr th {
		font-size: 16px;
	}
}

.artical-table table tr td {
	padding: 6px 10px 6px 20px;
   background-color: #f2f2f2;
	border: solid 2px #fff;
	color: #2e2835;
}

@media only screen and (max-width:768px)  {
	.artical-table table tr td {
		padding: 6px 7px 6px 10px;
		font-size: 14px;
	}
}

.unit-EntryBody strong{
  background: linear-gradient(to bottom,#fff 1%,#fff 50%,#f4e61db0 51%,#f4e61db0 100%);
}

/* 記事内商品表エリア */
.item-table table {
	border: 1px solid #ccc;
}

.item-table table tr:not(:last-of-type) {
	border-bottom: 1px solid #ccc;
}

.item-table table th {
	background: #faf8ff;
	font-size: 16px;
	text-align: center;
}

.item-table table th:not(:last-of-type),
.item-table table td:not(:last-of-type){
	border-right: 1px solid #ccc; 
}

.item-table table td {
	font-size: 15px;
	padding: 13px;
}

.item-table table td img {
	width: 60%;
}

.item-table__price {
	width: 145px;
}

.item-table__number {
	width: 125px;
}

.item-table__point {
	width: 260px;
}

@media only screen and (max-width:768px) {
	.item-table {
		overflow-x: scroll;
	}
	
	.item-table table {
		width: 690px;	
	}
	
	.item-table table th {
		font-size: 15px;
	}
	
	.item-table table td {
		font-size: 14px;
	}
	
	.item-table table td img {
		width: 80%;
	}
}
/* 記事内商品表エリア end */

/* 記事内FAQエリア */
.faq-area dl {
	border-top: 1px solid #a6a6a6;
   padding-top: 20px;
}

.faq-area dl:last-of-type{
	border-bottom: 1px solid #a6a6a6;
}

.faq-area dl dt,
.faq-area dl dd {
	position: relative;
	padding-left: 45px;
}

.faq-area dl dt span,
.faq-area dl dd span {
	width: 34px;
	height: 34px;
	position: absolute;
	border-radius: 50px;
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	left: 0;
}

.faq-area dl dt span {
	background:  #481f92;
	color: #fff;
}

.faq-area dl dt p {
	color: #481f92;
}

.faq-area dl dd span {
	background:  #fff;
	border: 2px solid #481f92; ;
	color: #481f92;
}

.faq-area dl dd p {
	font-size: 16px;
}

@media only screen and (max-width:768px) {
	.faq-area dl dt, .faq-area dl dd {
		padding-left: 38px;	
	}
	
	.faq-area dl dt p {
		font-size: 15px;
    	line-height: 1.6;
	}
	
	.faq-area dl dd p {
		font-size: 15px;
    	line-height: 1.6;
	}
	
	.faq-area dl dt span, .faq-area dl dd span {
		 width: 28px;
    	height: 28px;
		font-size: 15px;
		line-height: 27px;
	}
	
	.faq-area dl dd span {
		text-indent: 0.1em;
    	line-height: 25px;
	}
}
/* パンくず　香典返し　ホーム非表示 */
/* .category-kouden .unit-BreadCrumb_Item:first-child{
  display: none;
} */
.postid-123 .unit-BreadCrumb_Item:first-child,.postid-276 .unit-BreadCrumb_Item:first-child,.postid-398 .unit-BreadCrumb_Item:first-child,.postid-457 .unit-BreadCrumb_Item:first-child,.postid-493 .unit-BreadCrumb_Item:first-child,.postid-517 .unit-BreadCrumb_Item:first-child,.postid-564 .unit-BreadCrumb_Item:first-child,.postid-5801 .unit-BreadCrumb_Item:first-child {
  display: none;
}
/* --------------------------------------------------
		テストテスト
-------------------------------------------------- */

/* .p-company__contentBody,.p-company__contentBody td,.p-company__contentBody th{
  border: 1px solid #333;
  font-weight: normal;
  font-size: 14px;
}
.p-company__contentBody{
  border-collapse: collapse;
  border: 1px solid #333;
}
.p-company__contentBody th{
  background-color: #F2F2F2;
}
.p-company__contentBody td{
  text-align: right;
  padding: 0 1rem;
}
.p-company__contentTitle th{
  width: 125px;
    height: 50px;
}
.p-company__contentX th{
  width: 125px;
    height: 40px;
} */

/* --------------------------------------------------
		かれんだー
-------------------------------------------------- */
@media only screen and (max-width:768px) {
	.calendar-wrap {
		overflow-x: scroll;
	}
	
	.calendar {
		width: 650px;
	}
}

.calendar-icons {
	padding-left: 0 !important;
	list-style: none;
}

.calendar-icons li {
	display: -webkit-box;
	display: flex;
	margin-bottom: 5px;
}

.calendar-icons li img {
	width: 25px;
	height: auto;
}

.calendar-icons li p {
	width: 94%;
	margin: 0;
	font-size: 16px;
}

@media only screen and (max-width:768px)  {
	.calendar-icons li img {
		width: 20px;
		margin-right: 11px;
	}
	
	.calendar-icons li p {
		padding-top: 6px;
		font-size: 14px;
		line-height: 1.2;
	}
}

/* --------------------------------------------------
		企業の声
-------------------------------------------------- */
.voice__inner {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.voice__inner a {
	display: block;
	width: 40%;
}

.voice__inner a p {
	color: #1482C8;
	font-weight: 700;
	font-size: 14px;
	line-height: 20px;
}

.voice__inner dl {
	width: 55%;
}

.voice__inner dl dt {
	display: inline-block;
	margin-bottom: 5px;
	font-size: 16px;
	color: #fff;
	padding: 2px 13px 0;
	background: #73B5DD;
	border-radius: 40px;
}

.voice__inner dl dd {
	padding-left: 13px;
	margin-bottom: 20px;
	font-size: 16px;
}

@media only screen and (max-width:768px) {
	.voice__inner {
		flex-wrap: wrap;
	}
	
	.voice__inner a {
		width: 100%;
		margin-bottom: 10px;
	}
	
	.voice__inner dl {
		width: 100%;
	}
}

.voice__inner a p.text {
	text-align: center;
}

@media only screen and (max-width:768px)  {
	.calendar-icons li:last-of-type img {
		width: 15px !important;
	}
	
	a.wp-block-button__link {
		margin-bottom: 40px;
	}
}

.item-table table td.ranking {
	position: relative;
}

.item-table table td.ranking img {
	width: 100%;
}

.item-table table td.ranking01::after,
.item-table table td.ranking02::after,
.item-table table td.ranking03::after{
	width: 46px;
   height: 60px;
   position: absolute;
   top: 11px;
   left: 10px;
	content: '';
}

.item-table table td.ranking01::after{
	background: url(https://www.ringbell.co.jp/assets/img/gourmet/home/im-gr-ic-rank-01.png) no-repeat;
}
.item-table table td.ranking02::after{
	background: url(https://www.ringbell.co.jp/assets/img/gourmet/home/im-gr-ic-rank-02.png) no-repeat;
}
.item-table table td.ranking03::after{
	background: url(https://www.ringbell.co.jp/assets/img/gourmet/home/im-gr-ic-rank-03.png) no-repeat;
}

.page-link-g.calendar-link {
	margin-bottom: 20px;
}
.page-link-g.calendar-link a {
	width: calc((100% / 3) - 5px);
	margin-bottom: 15px;
}
.page-link-g.calendar-link a img {
	width: 80px;
	border: 1px solid #F6F6F6;
}
.page-link-g.calendar-link a p {
	font-size: 16px;
}
.calendar-link.arrow a::after {
	width: 16px;
   height: 10px;
}

@media only screen and (max-width:768px) {
	.page-link-g.calendar-link a {
		width: calc((100% / 2) - 5px);
		margin-bottom: 10px;
	}
	.page-link-g.calendar-link a img {
		width: 60px;
	}
	.page-link-g.calendar-link a p {
		font-size: 13px;
	}
	.calendar-link.arrow a::after {
		width: 10px;
    	height: 6px;
	}
}

.user-voice {
	background: #E4F1FB;
	border-radius: 10px;
	padding: 25px 30px 20px;
}

.user-voice p {
	margin-bottom: 0;
}

.user-voice-item {
	display: flex;
	width: 160px;
	background: #FFFFFF;
	border-radius: 50px;
	margin-left: auto;
	padding: 7px 20px;
   justify-content: space-between;
}

.user-voice-item p {
	font-size: 16px;
}

.user-voice-item img {
	width: 20px;
	height: auto;
}

@media only screen and (max-width:768px) {
	.user-voice {
		padding: 20px 20px 15px;
	}
	
	.user-voice-item {
		width: 145px;
		padding: 6px 17px;
	}
	
	.user-voice-item p {
		font-size: 14px;
	}
}

.base-slider {
	width: 290px;
	margin: 0 auto !important;
	padding: 0 !important;
}

.base-slider .slick-slide {
	margin: 0 5px;
}

.base-slider .slick-dots {
	bottom: -24px;
}

.base-slider .slick-dots li.slick-active button {
	background-color: #9861f6;
}

.base-slider .slick-dots li button {
	background: #d0d0d0;
}

.parts_voice-rank-title p {
	margin-bottom: 0;
	font-weight: 700;
	font-size: 20px;
}

.parts_voice-rank-title p span  {
	display: inline-block;
	margin-right: 15px;
	padding: 0 15px;
   border-radius: 4px;
   font-weight: bold;
	font-size: 18px;
}

.parts_voice-rank-title p span.no1 {
	background: #FFC700;
}

.parts_voice-rank-title p span.no2 {
	background:  #D7DADC;
}

.parts_voice-rank-title p span.no3 {
	background:  #CEBEB4;
}

.parts_voice-rank-title p span.no4 {
	background:  #E6EAED;
}

.parts_voice-rank .ranking-table table {
	border: 1px solid #989898;
}

.parts_voice-rank .ranking-table table tr {
	border-bottom: 1px solid #989898;
}

.parts_voice-rank .ranking-table table tr th {
	background: #F1F1F1;
	border-right: 1px solid #989898;
	padding: 20px 0.5em;
	font-size: 16px;
}

p.user-voice-title {
	margin-bottom: 5px;
	font-weight: 700;
	font-size: 20px;
	color: #218BC8;
}

.parts_voice-rank-table {
	width: 60%;
}

.parts_voice-rank-table a {
	display: block;
	width: 75%;
	margin: 0 auto;
}

.parts_voice-rank .outLinkBtn--light-purple {
	margin-top: 30px;
}

.parts_voice-rank-user {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	gap: 30px;
}

.parts_voice-rank-user .icon {
	display: block;
	width: 90px;
	height: 90px;
}

.parts_voice-rank-user p {
	width: 83%;
	margin-bottom: 0;
	background: #E4F1FB;
	border-radius: 10px;
	position: relative;
	padding: 15px;
	font-size: 16px;
	flex: 1;
}

.parts_voice-rank-user p::before {
	content: "";
  position: absolute;
  top: 30px;
  left: -30px;
  border: 15px solid transparent;
  border-right: 15px solid #E4F1FB;
}

@media only screen and (max-width:768px) {
	.parts_voice-rank .ranking-table {
		padding-bottom: 0;	
	}
	
	.parts_voice-rank-title p span {
		display: table;
	}
	
	.parts_voice-rank .ranking-table table tr th {
		width: 30%;
		font-size: 15px;
		padding: 10px 0.5em;
	}
	
	.parts_voice-rank .ranking-table table tr td {
		font-size: 15px;
	}
	
	.parts_voice-rank-table {
		width: 100%;
	}
	
	.parts_voice-rank .ranking-table table {
		margin-bottom: 20px;
	}
	
	.parts_voice-rank-table a {
		padding: 10px 0;
    	margin: 0 auto 35px;
	}
	
	.parts_voice-rank-user .icon  {
		width: 54px;
		height: 54px;
	}
	
	.parts_voice-rank-user p {
		width: 80%;
	}
	
	.parts_voice-rank-user p::before {
		top: 20px;
		left: -20px;
		border: 10px solid transparent;
		border-right: 13px solid #E4F1FB;
	}
}

.parts_voice-rank .links {
    background-color: #491e91;
    margin: 30px auto 0;
    display: block;
    width: 50%;
}

@media only screen and (max-width:768px)  {
	.parts_voice-rank .links {
		width: 75%;
		padding: 10px 0;
	}
}

article {
	word-break: break-all;
}

.linkBtn-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	list-style: none;
	padding: 0 !important;
}
@media only screen and (max-width:768px) {
	.linkBtn-list {
		flex-wrap: wrap;
	}
}

.linkBtn-list li {
	border: 1px solid #D2D2D2;
	background: #FFF;
}

@media only screen and (max-width:768px) {
	.linkBtn-list li {
		min-height: 72px;
		width: 300px;
		margin: 0 auto;
		position: relative;
	}
	
	.linkBtn-list li:not(:last-child) {
		margin-bottom: 15px;
	}
}

.linkBtn-list a {
	display: flex;
	align-items: center;
	gap: 0 17px;
	text-decoration: none;
	padding: 13px 25px 13px 15px;
	position: relative;
}

@media only screen and (max-width:768px) {
	.linkBtn-list a {
		width: 100%;
		position: absolute;
		top: 50%;
		transform: translate(0,-50%);
	}
}

.linkBtn-list a::before {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	border: 1px solid;
	border-color: transparent transparent #D2D2D2 #D2D2D2;
	transform: rotate(-135deg);
	right: 8px;
}

.linkBtn-list a p {
	margin: 0;
	line-height: 1.3;
	font-size: 16px;
}
@media only screen and (max-width:768px) {
	.linkBtn-list a p {
		width: 70%;
	}
}

.inyou-block {
	width: 90%;
	margin: 0 auto 30px;
	background: #E4F1FB;
	border-radius: 10px;
	position: relative;
	padding: 40px 50px;
}
@media only screen and (max-width:768px) {
	.inyou-block {
		width: 100%;
		padding: 25px 15px;
	}
}

.inyou-block::before {
	content:" “ ";
	top: 12px;
	left: 10px;
}

.inyou-block:after {
	content:" “ ";
	bottom: 12px;
   right: 10px;
   transform: rotate(180deg);
}

.inyou-block::before,.inyou-block:after {
	font-size: 60px;
	color: #C1C1C1;
	position: absolute;
	line-height: 60px;
}
@media only screen and (max-width:768px) {
	.inyou-block::before,.inyou-block:after {
		font-size: 45px;
	}
	
	.inyou-block::before {
		top: 0;
	}
	
	.inyou-block:after {
		bottom: 0;
	}
}

.inyou-block p,
.inyou-block li {
	font-size: 16px;
	color: #494949;
}
@media only screen and (max-width:768px) {
	.inyou-block p,
	.inyou-block li {
		margin-bottom: 5px;
		font-size: 12px;
		line-height: 1.6;
	}
}

.inyou-block ul {
	margin-top: 30px;
	padding: 0 !important;
}
@media only screen and (max-width:768px) {
	.inyou-block ul {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

.inyou-block li {
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}

.inyou-block li.mb {
	margin-bottom: 15px;
}

@media only screen and (max-width:768px) {
	.inyou-block li.mb {
		margin-bottom: 5px;
	}
}

.tableArea {
	border: 1px solid #c4c4c4;
	margin-bottom: 10px !important;
}

.tableArea th {
	background: #489cd4;
	color: #fff;
	text-align: center !important;
}

.tableArea th:nth-of-type(1),.tableArea td:nth-of-type(1) {
	border-right: 1px solid #c4c4c4;
}

.tableArea td {
	font-size: 16px;
	font-weight: 700;
	text-align: center !important;
}

.tableArea td:nth-of-type(2) {
	text-align: right !important;
	padding-right: 25px !important;
}

span.note {
	display: block;
	margin-bottom: 30px;
	text-align: center;
	font-size: 14px;
}

@media only screen and (max-width:768px) {
	.tableArea th {
		font-size: 16px;
	}
	.tableArea td {
		font-size: 14px;
	}
	span.note {
		font-size: 12px;
	}
}

.tablePrice {
	border: 1px solid #489cd4;
	margin-bottom: 10px !important;
}

.tablePrice th {
	font-size: 16px;
	background: #f2faff;
	font-weight: 700 !important;
   color: #055183;
}

.tablePrice th.blu {
	background: #489cd4;
	color: #fff;
	text-align: center !important;
}

.tablePrice th {
	border-top: 1px solid #489cd4;
}

.tablePrice th, .tablePrice td {
	border-right: 1px solid #489cd4;
	border-bottom: 1px solid #489cd4;
	letter-spacing: 1px;
}

.tablePrice td {
	font-size: 16px;
	padding: 20px 10px;
	text-align: right !important;
}

.tablePrice td span {
	font-size: 14px;
}

@media only screen and (max-width:768px)  {
	.fixd-table {
    overflow-x: scroll;
	}
	.tablePrice {
		width: 680px;
		border-left: none;
	}
	.tablePrice .sticky {
		position: sticky;
		top: 0;
		left: 0;
	}
	.tablePrice .sticky::before {
		content: "";
		width: 1px;
		height: 100%;
		background: #489cd4;
		position: absolute;
		top: 0;
		left: 0;
	}
	.tablePrice th {
		font-size: 15px;
	}
	.tablePrice td {
		font-size: 14px;
		padding: 15px 10px;
	}

	.tablePrice td span {
		font-size: 12px;
	}
}

/* この記事を書いた人 */
.point-article_subTitle{
text-align:center;
color:#491E91;
margin-bottom:0;
font-size: 13px;
line-height: 1.3;
}
.point-article_wrap .point-article_Title{
color:#000000;
}
.point-article_name{
    font-weight: bold;
    line-height: 0;
}
@media screen and ( max-width:425px ){
.point-article_name{
margin-top: 34px;
    text-align: left;
    font-size: 16px;
}
}
.point-article_product{
    background-color: #491E9126;
    width: 183px;
    padding: 0 6px;
    text-align: center;
    font-size: 14px;
}
.point-article_product2{
  background-color: #491E9126;
  width: 183px;
  padding: 7px 6px;
  text-align: center;
  font-size: 14px;
}
.point-article_img img{
    width: 180px;
    height: 132px;
}
@media screen and ( max-width:425px ){
.point-article_img img{
width: 140px;
    height: 140px;
}
}
.point-article_wrap{
background-color: #ffffff;
}

.point-article_img2 img{
  width: 140px;
  height: 140px;
}
@media screen and ( max-width:425px ){
.point-article_img2 img{

}
}

.listBox {
	margin-bottom: 20px;
  border-radius: 10px;
  background: #E4F1FB;
  padding: 20px;
}

.listBox ul {
	margin: 0;
	padding: 0 !important;
}

.listBox ul li {
  display: flex;
	align-items: center;
  gap: 30px;
}

.listBox ul li.position {
	align-items: flex-start;
}

.listBox ul li.position span {
	position: relative;
	top: 10px;
}

.listBox ul li:not(:last-child) {
	margin-bottom: 15px;
}

.listBox ul li:nth-child(even) span {
  color: #7657AD;
  border: 2px solid #7657AD;
}

.listBox ul li span {
  width: 160px;
  height: 43px;
  line-height: 43px;
  display: block;
  border-radius: 50px;
  background: #FFF;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #1482C8;
  border: 2px solid #1482C8;
}

.listBox ul li p {
	margin-bottom: 0;
  font-size: 18px;
	flex: 1;
}

@media only screen and (max-width:768px) {
	.listBox ul li {
		display: block;
	}
	
	.listBox ul li span {
		width: 135px;
    	height: 35px;
		margin-bottom: 5px;
    	line-height: 35px;
	}
	
	.listBox ul li p {
		font-size: 17px;
		line-height: 1.6;    
	}
	
	.listBox ul li.position span {
		position: static;
	}
}

.businessArea ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.businessArea-access{
	text-align: center;
}

.businessArea-access p {
	margin-top: 10px;
	font-size: 16px;
}

.businessArea-box {
	margin-bottom: 35px;
}

.businessArea-box .subhead {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFF;
	border-radius: 50px;
	padding: 5px 0;
	text-align: center;
}

.businessArea-box.purple .subhead {
	background: #695093;
}

.businessArea-box.blu .subhead {
	background: #1688c5;
}

.businessArea-box .item {
	width: 100%;
	display: flex;
	gap: 10px;
	padding: 0 !important;
}

.businessArea-box .item li {
	width: calc((100% / 4) - 10px);
}

.businessArea-box.purple .icon {
	background: #f0edf4;
}

.businessArea-box.blu .icon {
	background: #e7f3f9;
}

.businessArea-box.purple a {
	color: #695093;
}

.businessArea-box.blu a {
	color: #018bd1;
}

.businessArea-box .icon {
	width: 100%;
	height: auto;
	border-radius: 10px;
}

.businessArea-box .icon img {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
}

.businessArea-box p.strong {
	margin-bottom: 5px;
	font-size: 16px;
}

.businessArea-box p {
	margin-bottom: 3px;
	font-size: 14px;
	line-height: 1.5;
}

.businessArea-box small {
	display: block;
	font-size: 12px;
	line-height: 1.5;
}

.businessArea-box .merit {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-top: 10px;
}

.businessArea-box .merit img {
	width: 35px;
	height: 35px;
	margin: 0;
}

@media only screen and (max-width:768px) {
	.businessArea-access p {
		font-size: 15px;
	}
	
	.businessArea-box p.strong {
		font-size: 15px;
	}
	
	.businessArea-box .item {
		flex-wrap: wrap;
	}
	
	.businessArea-box .item li {
		width: calc((100% / 2) - 10px);
	}
}

.celebration-figure {
	margin-bottom: 20px;
}

.celebration-figure .scroll {
	margin-bottom: 15px;
}

@media only screen and (max-width:768px) {
	.celebration-figure {
		overflow: scroll;
	}
	
	.celebration-figure .scroll {
		width: 700px;
	}
}

.rate {
	position: relative;
	display: inline-block;
	width: 110px;
	height: 20px;
	font-size: 20px;
}

.rate::before,
.rate::after {
	content: "★★★★★";
	display: inline-block;
	position: absolute;
	height: 20px;
	line-height: 20px;
	word-break: auto-phrase;
	overflow-wrap: normal;
}

.rate::before {
	color: #c4c4c4;
}

.rate::after {
	overflow: hidden;
	width: 110px;
	color: #ffb906;
}

.rate-4::after {
	width: 85px;
}

.rate-4_5::after {
	width: 97px;
}

.rate-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: bold;
	margin-bottom: 10px;
}

@media only screen and (max-width:768px) {
	.rate-wrap {
		font-size: 15px;
	}
}

.parts_voice-rank-user p.balloonBase-left {
	width: 90%;
	position: relative;
	display: block;
	background: #F0F0F0;
	padding: 15px 20px;
}

.parts_voice-rank-user p.balloonBase-right {
	width: 90%;
	position: relative;
	display: block;
	background: #E4F1FB;
	padding: 15px 20px;
}

.parts_voice-rank-user p.balloonBase-left::before {
	content: "";
	position: absolute;
	top: 50px;
	left: -30px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-right: 15px solid #F0F0F0;
}

.parts_voice-rank-user p.balloonBase-right::before {
	content: "";
	position: absolute;
	top: 50px;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #E4F1FB;
}

p.balloonBase-left,
p.balloonBase-right {
	margin: 0;
	font-size: 16px;
}

p.balloonBase-left strong,
p.balloonBase-right strong{
	background: linear-gradient(transparent 50%, #f4e61db0 50%);
}

@media only screen and (max-width:768px) {
	.balloonBase-left {
		margin-left: 3%;	
	}
	
	.balloonBase-right {
		margin-right: 3%;
	}
	
	.balloonBase-left p,
	.balloonBase-right p {
		font-size: 15px;
	}
	
	.parts_voice-rank-user p.balloonBase-left::before,.parts_voice-rank-user p.balloonBase-right::before {
		top: 30px;
	}
}

.balloonBase-right.-answer {
	display: flex;
   gap: 10px;
	background: #E4F1FB;
   border-radius: 15px;
   padding: 20px;
	margin-bottom: 25px;
}

.balloonBase-right.-answer p {
	margin: 0;
}

.balloonBase-right.-answer strong{
	background: linear-gradient(transparent 50%, #f4e61db0 50%);
}

.balloonBase-right.-answer span {
	width: 45px;
}

.balloonBase-right.-answer p {
	flex: 1;
}

.parts_voice-rank-user .icon.-answer img {
	height: 90px;
	width: 90px;
	border: 2px solid #E4F1FB;
	border-radius: 50px;
	background: #fff;
	object-fit: cover;
}

@media only screen and (max-width:768px) {
	.parts_voice-rank-user .icon.-answer img {
		height: 54px;
		width: 54px;
	}
}
.page-link .page-link__a{
  position: relative;
  background: #F6F6F6;
}
.page-link .page-link__a::before {
  content:"";
  width: 15px;
  height: 14px;
  background:url("https://www.ringbell.co.jp/media/wp-content/uploads/2022/09/page-link-arrow.png") no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 39px;
  left: 90%;
}

.grecaptcha-badge {
	display: none !important;
}

.single-EntryMeta{
	display: flex;
}
@media screen and ( max-width:425px ){
	.single-EntryMeta{
      height: auto;
			align-items: center;
}
}
@media screen and ( max-width:320px ){
	.single-EntryMeta{
      font-size: 0.8rem;
		
}
}

.single-EntryMeta_Date{
	display: flex;
}
@media screen and ( max-width:425px ){
	.single-EntryMeta_Date{
		flex-direction: column;
}
}

@media screen and ( max-width:425px ){
	.single-EntryMeta_Link{
		line-height: normal;
	}
}

@media screen and ( max-width:425px ){
	.icon-clockTop,.icon-calendarTop{
		display: none;
	}
}

/* 強制　*/
.table-ver2 table th,
.table-ver2 table td
 {
  border: 1px solid var(--table_border_color) !important;
  line-height: 1.8;
  padding: 17px 16px 16px 16px !important;
  vertical-align: middle !important;
}

.table-ver2 table th
{
  font-weight: 700 !important;
  background-color: #F7F7F7!important;
  border: solid 1px #DDDDDD!important;
  text-align: center;
}

.table-ver2 table td
{
  border: solid 1px #DDDDDD!important;
}

.table-ver2 table td.t-strong{
  background: #FFECEC !important;
}

.table-ver2 table thead th{
  background: var(--thead_th_bgcolor) !important;
  color: #ffffff !important;
}

.table-ver2 table thead td {
  background-color: #E5F1F9!important;
  font-weight: 700 !important;
  text-align: center;
}

.table-ver2 table thead td.t-strong {
  background: #FFB3B3 !important;
}

.table-ver2.w100 table {
  width: 100% !important;
}

.table-ver2.w50 table {
  width: 50% !important;
}

.footer-Widget img{
  height: 60px;
    width: auto;
    object-fit: cover;
}

.side-Widget img{
    width: auto;
    object-fit: cover;
}

.single-Author_Pic img {
	object-fit: contain;
}

@media only screen and (max-width:768px) {
	.sp-scroll {
		overflow-x: scroll;
	}
	
	.flow-figure figure {
		width: 600px;
	}
}
/* Phase 21: CTA button permanent fix */
.wp-block-button__link.has-background {
    color: #fff !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    border-radius: 50px !important;
    padding: 15px 30px !important;
    display: inline-block !important;
    text-align: center !important;
}

