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

.content_title{
  font-size: 20px;
  text-align: center;
  letter-spacing: 0;
}
.content_title:after{
  content: "";
  display: block;
  height: 5px;
  width: 50px;
  border-radius: 2.5px;
  background: #009e96;
  margin: 0 auto;
}
/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){



}
@media (min-width:1024px){
  .content_title{
    font-size: 34px;
  }
}
@media (min-width:1200px){


}

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

.pg_archive_news{

}
.pg_archive_news .section#sec1{

}
.pg_archive_news{

}
.post_items_wrap{
  margin-top: 40px;
}
.post_items_wrap .post_items .item{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  border-top: 0;
  padding: 16px 4px 16px 12px;
}
.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;
}
.post_items_wrap .post_items .item:nth-child(odd){
  background: #f7f7f7;
}
.post_items_wrap .post_items .item:nth-child(even){
  background: #ffffff;
}
.post_items .item .category{
  width: 160px;
  text-align: center;
  margin-right: 35px;
  padding: 0;
}
.post_items .item .category span{
  border-radius: 5px;
  font-weight: 500;
  letter-spacing: 0.075em;
  display: block;
  font-size: 14px;
  padding: 2px 0;
}
.post_items_wrap .post_items .item .title{
  width: auto;
  padding-left: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post_items_wrap .post_items .item .title a{
  font-size: 15px;
  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;
}

.post_items_wrap .post_items .item .date{
  font-family: 'Outfit', sans-serif;
}
.post_items_wrap .post_items .item .category span.cat_citizen{
  background: #f39800;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .post_items .item .category{
    width: 140px;
  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  .post_items_wrap{
    margin-top: 60px;
  }
  .post_items_wrap .post_items .item .title{
    width: calc(100% - 160px - 117px - 20px);
  }
  .post_items .item .category{
    margin-right: 20px;
  }
}
@media (min-width:1024px){
  .post_items_wrap{
    margin-top: 83px;
  }
  .post_items_wrap .post_items .item .title a{
    font-size: 16px;
  }
  .post_items_wrap .post_items .item .title{
    width: calc(100% - 117px - 160px - 35px);
  }
  .post_items .item .category{
    margin-right: 35px;
  }

}
@media (min-width:1200px){


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

}
.pg_single_news .section#sec1{

}
.pg_single_news .post_items .item .date{
  color: #a0a0a0;
  letter-spacing: 0.065em;
  font-weight: normal;
}
.pg_single_news .post_items .item.single_item{
  border-top: 15px solid #009e96;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding: 32px 45px 0;
}
.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{
  letter-spacing: 0.065em;
  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: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  letter-spacing: 0.075em;
  text-decoration: none;
  width: 380px;
  background: #ffffff;
  color: #181818;
  border: 1px solid #d1c0a5;
  border-radius: 29px;
  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 {

}
.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: "fot-tsukuardgothic-std", sans-serif;
  text-decoration: none;
  color:#000000;
  border: 1px solid #d3d3d3;
  border-radius: 29px;
  padding: 14px 50px;
}
.pg_single_news .pagination .nav-posts .page-prev a:after{
  right: 20px;
}

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }


}
@media (min-width:1024px){
  /*詳細*/
  .pg_single_news .post_items .item.single_item .category{
    margin-right: 28px;
  }

}
@media (min-width:1200px){


}


/* **********************************
 *  取扱店のみなさん
 * ********************************* */
.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{

}
.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;
  }
}

@media (max-width:767px){
  .pg_404 p{
    font-size:18px;
  }
}



/* **********************************
*  取扱店のみなさん
* ********************************* */
.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;
  }
}
/*2023年*/
.dealer_cat_items{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.dealer_cat_items:after{
  content: "";
  background: #ec7399;
  border-radius:40px 0 40px 0;
  display: block;
  width: 91.44%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.dealer_cat_items .box1{
  width: 30%;
  position: relative;
}
.dealer_cat_items .box1:before{

}
.dealer_cat_items .box1_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
}
.dealer_cat_items .item{
  width: 100%;
}
.dealer_cat_items .box1 .inner{
  background: #ffffff;
  border-radius:35px; 
  padding: 20px 28px;;
}
.dealer_cat_items .inner p{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  position: relative;
}
.dealer_cat_items .inner p:after{
  content: "";
  display: block;
  width: 41px;
  height:34px;
  background-image: url(/img/dealer/dealer_2023img2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.dealer_cat_items .box2{
  width: 70%;
  text-align: right;
}
.dealer_cat_items .box2 .inner{

}
/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  /*2023年*/
  .dealer_cat_items{
    padding: 10px;
    margin-top: 110px;
  }
  .dealer_cat_items:after{
    width: 90%;
    min-height: 600px;
    padding: 10px 0;
  }
  .dealer_cat_items .box1{
    width: 90%;
    position: relative;
  }
  .dealer_cat_items .box1{
    margin-top: 230px;
  }
  .dealer_cat_items .box1_item{
    padding: 0 10px;
  }
  .dealer_cat_items .item:nth-child(n+2){
    margin-top: 20px;
  }
  .dealer_cat_items .inner .box1{

  }
  .dealer_cat_items .inner p{

  }
  .dealer_cat_items .box2{
    position: absolute;
    top: -80px;
    right: 0;
  }
  .dealer_cat_items .box2 .inner{

  }
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /*2023年*/
  .dealer_cat_items{
    padding: 60px 0 30px 0;
  }
  .dealer_cat_items:after{
    height: 300px;
  }
  .dealer_cat_items .box1{
    width: 74.32%;
    position: relative;
  }
  .dealer_cat_items .box1{

  }
  .dealer_cat_items .box1_item{
    padding: 0 22px;
  }
  .dealer_cat_items .item{
    width: 49.06%;;
  }
  .dealer_cat_items .item:nth-child(n+3){
    margin-top: 30px;
  }
  .dealer_cat_items .inner .box1{
    background: #ffffff;
    border-radius:35px; 
  }
  .dealer_cat_items .inner p{
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: "fot-tsukuardgothic-std", sans-serif;
  }
  .dealer_cat_items .box2{
    width: 25.67%;
    position: absolute;
    top: -60px;
    right: 0;
  }
  .dealer_cat_items .box2 .inner{

  }
}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
/* **********************************
*  404
* ********************************* */ 
.pg_404 .link_1{
  border: 1px solid #d1c0a5;
  font-weight: 700;
  font-family: "fot-tsukuardgothic-std", sans-serif;
}
.pg_404 .link_1:before{
  display: none;
}
.pg_404 .link_1:after{
  display: none;
}

/*******************************
*　からふるPayについて
********************************/
.pg_about_dealer{

}
.pg_about_dealer .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}

/*テーブル*/
.about_tbl_wrap{

}
.about_pay_tbl{

}
.about_pay_tbl th,
.about_pay_tbl td{
  border: 1px solid #b5b5b5;
  padding: 16px;
}
.about_pay_tbl th{
  text-align: left;
  font-weight: 500;
  background: #f9f9f9;
  letter-spacing: 0.2em;
}
.about_pay_tbl td{
  font-weight: normal;
  line-height: 1.75em;
  letter-spacing: 0.075em;
}
.content_box p{
  padding-left:1em;
  text-indent:-1em;
}
/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  /*テーブル*/
  .about_tbl_wrap{

  }
  .about_pay_tbl{

  }
  .about_pay_tbl th,
  .about_pay_tbl td{
    display: block;
    width: 100%;
    padding: 15px;
  }
  .about_pay_tbl th,
  .about_pay_tbl td{
    border-top: none;
  }
  .about_pay_tbl th{

  }
  .about_pay_tbl td{

  }
  .content_box{
    padding: 14px 0 0;
  }
  .about_pay_tbl tr:first-child th{
    border-top: 1px solid #b5b5b5;
  }
}
@media (min-width:768px){
  .pg_about_dealer{

  }
  .pg_about_dealer .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }

  /*テーブル*/
  .about_tbl_wrap{

  }
  .about_pay_tbl{

  }
  .about_pay_tbl th,
  .about_pay_tbl td{
    padding: 15px;
  }
  .about_pay_tbl th{
    width: 130px;
  }
  .about_pay_tbl td{
    padding-left: 52px;
    padding-right: 30px;
  }
  .content_box{
    padding: 14px 0 0;
  }
}
@media (min-width:1024px){
  /*テーブル*/
  .about_tbl_wrap{

  }
  .about_pay_tbl{

  }
  .about_pay_tbl th,
  .about_pay_tbl td{
    padding: 15px;
  }
  .about_pay_tbl th{
    width: 230px;
  }
  .about_pay_tbl td{
    padding-left: 52px;
    padding-right: 30px;
  }

}
@media (min-width:1200px){


}


/* **********************************
 *  取扱店向け説明会
 * ********************************* */
.pg_briefing{

}
.pg_briefing .section#sec1 .tt2{
  margin-bottom: 65px;
}
.pg_briefing .section#sec2{

}
.briefing_qr_wrap{
  position: relative;
}
.briefing_qr_wrap .items{
  border: 10px solid #ec7399;
  position: relative;
  border-radius: 40px 0 40px 0;
}

.briefing_qr_wrap .items .inner{
  padding: 40px 55px 20px;
}
.briefing_qr_wrap .items .item_top{

}
.briefing_qr_wrap .items .item1{

}
.briefing_qr_wrap .items .item1 .text{
  font-size: 18px;
  font-weight: normal;
  line-height: 1.8888em;
  letter-spacing: 0.075em;
  margin: 15px 0;
}
.briefing_qr_wrap .items .item2{
  width: 165px;
  text-align: center;
}
.briefing_qr_wrap .item_title{
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  background: #f4efe7;
  padding: 3px;
}
.briefing_qr_wrap .items .item2 .text{
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background: #79a544;
  border-radius: 30px;
  padding: 2px 6px;
  letter-spacing: -0.04em;
}
.briefing_qr_wrap .items .item2 .img{
  margin-top: 5px;
}
.briefing_qr_wrap .items .item1.bt{
  width: 73.01%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.briefing_qr_wrap .items .item1.bt .tet1{
  font-size: 18px;
  font-weight: 500;
  padding: 10px 0;
}
.briefing_qr_wrap .items .item2.bt{
  width: calc(100% - 73.01%);
}
.briefing_qr_wrap .items + .items{
  margin-top: 50px;
}

.briefing_qr_wrap .items .item3{
  /*  width: calc(100% - 270px);*/
  font-size: 17px;
  padding-top: 24px;
  font-weight:normal;
  letter-spacing: 0.075em;
}
.briefing_qr_wrap .items .flex{
  justify-content: center;
  margin-top: 15px;
}
.briefing_qr_wrap .items .item3{
  width: calc(100% - 135px);
  padding-right: 20px;
  /*width: 790px;
  margin: 0 auto;*/
}
.briefing_qr_wrap .items .item3 .tet1{
  padding: 4px 2px 4px 17px;
}
/*.briefing_qr_wrap .items .item3 .tet1:nth-child(odd){
  background: #eeeeee;
}*/
.briefing_qr_wrap .img {
  width: 135px;
  font-size: 14px;
  text-align: center;
}
.briefing_qr_wrap .items .item4 {
  width: 270px;
  padding-top: 35px;
}

.pg_briefing .section#sec2{
  padding-top: 100px;
}
.pg_briefing .section#sec2 .tt2{
  border: 3px solid #ffffff;
}
.pg_briefing .section#sec2 .bg{
  padding: 25px 5px 20px;
  background: #f4efe7;
}
.briefing_movies{
  margin: 28px -5px 0;
}
.briefing_movies .item{
  width: 50%;
  padding: 0 15px;
}
.briefing_movies .center{
  margin-top: 10px;
  font-weight: 500;
  letter-spacing: 0.2em;
}


/*動画(2023)*/
.tt_bg{
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  text-shadow    : 
    2px  2px 1px #ffffff,
    -2px  2px 1px #ffffff,
    2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
    2px  0px 1px #ffffff,
    0px  2px 1px #ffffff,
    -2px  0px 1px #ffffff,
    0px -2px 1px #ffffff;    
  letter-spacing: 0.2em;
  background-image: url(/img/briefing/dealer_title_bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 5px 0;
}

@media (max-width: 1023px){  
  .briefing_qr_wrap .items .inner {
    padding: 12px 12px 12px;
  }
  .briefing_qr_wrap .items .item1 {
    padding-right: 0;
  }
  .briefing_qr_wrap .items .item3 {
    width: 100%;
    font-size: 16px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 20px;
    letter-spacing: 0;
  }
  .briefing_qr_wrap .items .item4 {
    padding-top: 0;
  }
  .briefing_qr_wrap .items .item_top{
    justify-content: center;
  }
  .briefing_qr_wrap .img{
    width: auto;
  }
}

@media (max-width: 767px){
  .briefing_qr_wrap .items + .items {
    margin-top: 30px;
  }
  .briefing_qr_wrap .items .inner {
    padding-bottom: 15px;
  }
  .pg_briefing .section#sec1 .tt2 {
    margin-bottom: 35px;
  }
  .briefing_qr_wrap .items .item1 {
    width: 100%;
  }
  .briefing_qr_wrap .items .item1 .text {
    font-size: 16px;
  }
  .briefing_qr_wrap .items .item3 .tet1{
    padding-right: 0;
    padding-left:1em;
    text-indent:-1em;
  }
  .briefing_qr_wrap .items .item2 {
    width: 100%;
  }
  .briefing_qr_wrap .items .item2 .sp{
    margin-top: 10px;
  }
  .pg_briefing .section#sec2 {
    padding-top: 50px;
  }
  .briefing_movies .item {
    width: 100%;
  }
  .briefing_movies .item + .item{
    margin-top: 20px;
  }
  .cs_movie {
    height: 55vw;
  }

}

/*******************************
*　市民のみさなん
********************************/
.pg_citizen{

}
.pg_citizen .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_citizen .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_citizen .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}

.dealer_cat_items.citizen:after{
  background: #f39800;
}
/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_citizen{

  }
  .pg_citizen .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_citizen .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_citizen .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }
  .dealer_cat_items.citizen{
    padding: 34px 0 30px 0;
  }
  .dealer_cat_items.citizen:after{
    height: 334px;
  }
  .dealer_cat_items.citizen .item:nth-child(n+3){
    margin-top: 25px;
  }
}
@media (min-width:1024px){


}
@media (min-width:1200px){


}
/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_xxx .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}


/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}