/* **********************************
 *  共通
 * ********************************* */

.content_title{
  text-align: center;
  letter-spacing: 0;
}
.content_title:after{
  content: "";
  display: inline-block;
  height: 5px;
  width: 50px;
  border-radius: 2.5px;
  background: #009e96;
  margin: 0 auto;
}

/* **********************************
 *  お知らせ一覧
 * ********************************* */

.pg_archive_news{

}
.pg_archive_news .section#sec1{

}
.pg_archive_news{

}

.post_items_wrap .post_items .item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-top: 0;
  padding: 19px 15px;
}
.post_items_wrap .post_items .item:nth-child(odd){
  background: #f7f7f7;
}
.post_items_wrap .post_items .item .date{
  width: 117px;
  font-size: 16px;
  line-height: 1.87em;
  letter-spacing: 0.075em;
  color: #181818;
  font-weight: normal;
  font-family: 'Outfit', sans-serif;
}
.post_items .item .category{
  width: 157px;
  text-align: center;
  margin-right: 40px;
  padding: 0;
}
.post_items .item .category span{
  border-radius: 5px;
  display: block;
  font-size: 14px;
  padding: 2px;
}
.post_items_wrap .post_items .item .title{
  width: calc(100% - 157px - 117px - 40px);
  padding-left: 5px;
}
.post_items_wrap .post_items .item .title a{
  font-weight: normal;
  font-family: "Noto Sans CJK JP";
  text-decoration: none;
  letter-spacing: 0.075em;
  display: block;
  color: #353535;
}
.post_items .item:after{
  display: none;
}

/* **********************************
 *  お知らせ詳細
 * ********************************* */
.pg_single_news{

}
.pg_single_news .section#sec1{

}
.pg_single_news .post_items .item .date{
  color: #8a8a8a;
  letter-spacing: 0.065em;
  font-weight: normal;
}
.pg_single_news .post_items .item.single_item{
  border-top: 15px solid #d4c826;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding: 32px 45px;
}
.pg_single_news .post_items .item.single_item .title{
  font-size: 21px;
  letter-spacing: 0.065em;
  border-bottom: 1px solid #d3d3d3;
  margin-top: 10px;
  padding-bottom: 4px;
}
.pg_single_news .post_items .post_content{
  margin-top: 22px;
  padding: 0 5px;
}

.pg_single_news .pagination .nav-posts{
  margin-top: 102px;
}
.pg_single_news .pagination .nav-posts .page-archive a{
  font-size: 15px;
  font-weight: normal;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  letter-spacing: 0.075em;
  text-decoration: none;
  width: 380px;
  background: #ffffff;
  color: #181818;
  border: 1px solid #1b1b1b;
  border-radius: 30px;
  padding: 13px 0;
  position: relative
}
.pg_single_news .pagination .nav-posts .page-archive.inside {
  text-align: center;
  font-feature-settings: "palt 1";
  position: relative;
}
.pg_single_news .pagination .nav-posts .page-archive.inside:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 5px;
  left: 6px;
  border-radius: 30px;
  z-index: -1;
  -webkit-background-size: 4px 4px;
  -moz-background-size: 4px 4px;
  background-size: 6px 6px;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #afafaf), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #17a2ff), color-stop(0.75, #17a2ff), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(-45deg, #d1c0a5 25%, transparent 25%, transparent 50%, #d1c0a5 50%, #d1c0a5 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(-45deg, #d1c0a5 25%, transparent 25%, transparent 50%, #d1c0a5 50%, #d1c0a59 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(-45deg, #d1c0a5 25%, transparent 25%, transparent 50%, #d1c0a5 50%, #d1c0a5 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(-45deg, #d1c0a5 25%, transparent 25%, transparent 50%, #d1c0a5 50%, #d1c0a5 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, #d1c0a5 25%, transparent 25%, transparent 50%, #d1c0a5 50%, #d1c0a5 75%, transparent 75%, transparent);
}
.pg_single_news .pagination .nav-posts .page-next a,
.pg_single_news .pagination .nav-posts .page-prev a{
  width: 250px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-decoration: none;
  color:#000000;
  border: 1px solid #d3d3d3;
  border-radius: 30px;
  padding: 14px 50px;
}
.pg_single_news .pagination .nav-posts .page-prev a:after{
  right: 20px;
}
/* **********************************
 *  取扱店のみなさん
 * ********************************* */
.dcontainer{
  width: 1120px;
  margin: 0 auto;
  padding: 0 10px;
}
.pg_dealer{

}
.pg_dealer .section#sec1{

}
.pg_dealer{

}
.pg_dealer{

}
.dealer_cat_wrap{
  position: relative;
}
.dealer_cat_wrap:before{
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url("/img/dealer/dealer_bg3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: -13px;
  z-index: 3;
}
.dealer_cat_wrap .box{
  border: 1px solid #1b1b1b;
  position: relative;
  background: #ffffff;
  padding: 10px;
  height: 342px;
}
.dealer_cat_wrap .box:before{
  content: "";
  width: 100%;
  height: 100%;
  background: url("/img/home/bg_3.jpg");
  position: absolute;
  top: 23px;
  left: 21px;
  z-index: -1;
}
.dealer_cat_wrap .box .inner{
  border: 1px solid #1b1b1b;
  background: #ffffff;
  padding: 44px 34px;
}
.dealer_cat_wrap .items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dealer_cat_wrap .box .item{
  width: 49%;
  text-align: center;
  position: relative;
}
.dealer_cat_wrap .box .item:nth-child(n+3){
  margin-top: 30px;
}
.dealer_cat_wrap .box .item a{
  padding: 25px 35px;
  text-align: center;
  font-size: 28px;
  letter-spacing: 0.16em;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  background-image: url("/img/dealer/dealer_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #ffffff;
  display: block;
  border-radius: 5px;

}
.dealer_cat_wrap .box .item a:after{
  content: "\f054";
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #ffffff;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}


/* **********************************
 *  404
 * ********************************* */
.pg_404{
  
}
.pg_404 p{
  font-size: 28px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}



@media only screen and (min-width:1220px){}
@media only screen and (max-width:1023px){
  .pg_single_news .pagination .nav-posts .page-next a,
  .pg_single_news .pagination .nav-posts .page-prev a{
    width: 200px
  }

  .pg_single_news .pagination .nav-posts .page-archive a{
    width: 250px;
  }
}


/* **********************************
*  取扱店のみなさん
* ********************************* */
.dcontainer{
  width: 100%;
}
.dealer_cat_wrap .box{
  height: auto;
}
.dealer_cat_wrap .box .item a{
  font-size: 20px;
}
@media only screen and (max-width:767px){
  .pg_single_news .pagination .nav-posts .page-next a,
  .pg_single_news .pagination .nav-posts .page-prev a{
    width: 100px;
    padding: 5px 0;
  }

  .pg_single_news .pagination .nav-posts .page-archive a{
    width: 140px;
    padding:5px 0; 
  }
  .pg_single_news .pagination .nav-posts .page-prev a:after,
  .pg_single_news .pagination .nav-posts .page-next a:before{
    display: none;
  }
  .pg_single_news .post_items .item.single_item{
    padding: 16px;
  }
  .pg_single_news .post_items .item.single_item .title{
    font-size: 16px;
  }
  .pg_single_news .post_items .post_content{
    font-size: 14px;
  }
  /* **********************************
   *  取扱店のみなさん
   * ********************************* */
  .dealer_cat_wrap .box .items{
    display: block;
  }
  .dealer_cat_wrap .box .item{
    width: 100%;
    /*padding: 25px 0;*/
  }
  .dealer_cat_wrap .box .item:nth-child(n+2){
    margin-top: 20px;
  }
  .dealer_cat_wrap .box .item a{
    font-size: 16px;
  }  
  .dealer_cat_wrap .box .inner{
    padding: 20px 10px;
  }
 /* **********************************
 *  404
 * ********************************* */ 
  .pg_404 p{
  font-size: 18px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

}