@charset "UTF-8";

/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  position: relative;
  z-index: 1;
}
.pg_header_title{
  position: absolute;
  z-index: 2;
  top: 68%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color:#FFF;
}

.pg_header_title_ja{
  font-size: 36px;
  font-weight: 500;
}
.pg_header_title_en{
  font-size: 20px;
  font-family: var(--font-en);
          font-weight: 600;
          letter-spacing: 0;
  margin-top: 6px;
}
.pg_header_mv{
  position: relative;
  z-index: 1;
}
.pg_header_mv.img_fit{

}

.pg_header_mv.img_fit:before{
  padding-top: 300px;
}

.pg_header_mv:after{
  content: "";
  background: rgba(0,0,0,0.7);
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}


/* コンテナ */
.container.wide {
  max-width: calc(1370px + 80px);
  padding-left: 154px;
  padding-right: 154px;
}

@media (max-width:767px){
  .pg_header{
  }
  .pg_header_title{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .pg_header_title_ja{
    font-size: 20px;
    font-weight: 500;
  }
  .pg_header_title_en{
    font-size: 14px;
    margin-top: 6px;
  }
  .pg_header_mv{
  }
  .pg_header_mv.img_fit{

  }

  .pg_header_mv.img_fit:before{
    padding-top: 100px;
  }

  /* コンテナ */
  .container.wide {
    padding-left: 15px;
    padding-right: 15px;

  }
}

@media (min-width:768px){

  .pg_header{
    position: relative;
    z-index: 1;
    margin-top: 100px;
  }
  .pg_header_title{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .pg_header_title_ja{
    font-size: 36px;
    font-weight: 500;
  }
  .pg_header_title_en{
    font-size: 20px;
    font-family: var(--font-en);
           font-weight: 600;
    color: #FFF;
    margin-top: 6px;
  }
  .pg_header_mv{
    position: relative;
    z-index: 1;
  }
  .pg_header_mv.img_fit{

  }
  .pg_header_mv.img_fit:before{
    padding-top: 150px;
  }

  /* コンテナ */
  .container.wide {
    /*  max-width: calc(1370px + 80px);*/
    padding-left: 35px;
    padding-right: 35px;
  }


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

  .pg_header{
    margin-top: 100px;
    margin-bottom: 160px;
    position: relative;
    z-index: 1;
  }
  .pg_header_title{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }

  .pg_header_title_ja{
    font-size: 36px;
    font-weight: 900;
  }

  .pg_header_title_en{
    font-size: 20px;
    font-family: var(--font-en);
            font-weight: 600;
    color: #FFF;
    margin-top: 6px;
  }
  .pg_header_mv{
    position: relative;
    z-index: 1;
  }
  .pg_header_mv.img_fit{

  }

  .pg_header_mv.img_fit:before{
    padding-top: 200px;
  }

  /* コンテナ */
  .container.wide {
    /* max-width: calc(1600px + 100px); */
    max-width: calc(1500px + 80px);
    padding-left: 30px;
    padding-right: 30px;
  }

}

/*******************************
*　
********************************/

/* セクション設定 */
.pg_company{

}
.pg_company .section.sec1{
  padding-bottom: 0;
}
.pg_company .section.sec2{

}
* + .pg_company .section.sec2{
  padding-top: 60px;
}


@media (max-width:374px){

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

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

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

  .pg_company{

  }
  .pg_company .section.sec1{
  }
  .pg_company .section.sec2{
  }

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


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


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


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


}


/* メイン部分 */


/* 会社概要 */
.company_tbl{

}
.company_tbl .table_rows_th,
.company_tbl .table_rows_td{
  color: #000;
  border-color: #00152d;
  padding: 10px 10px;
}
.company_tbl .table_rows_th{
  background: #f2f2f2;
  font-weight: 500;
  border-left: none;
}
.company_tbl .table_rows_td{
  background: #FFF;
  border-right: none;
}

/* マップ */
.company_map{

}
* + .company_map{
  margin-top: 50px;
}
.company_map iframe{
  border: 0;
  width: 100%;
  height: 250px;
}

/* ギャラリー */
.company_gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
* + .company_gallery_items{
  margin-top: 58px;
}
.company_gallery_item{
  width: 50%;
  padding: 0 5px;
}
.company_gallery_item:nth-child(n+3){
  margin-top: 10px;
}
.company_gallery_item_img{

}
.company_gallery_item_img.img_fit:before{
  padding-top: 71.400%;
}

@media (max-width:767px){
  * + .company_gallery_items{
    margin-top: 40px;
  }
}
@media (min-width:768px){

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 17px 30px 18px;
  }
  .company_tbl .table_rows_th{
    width: 200px;
  }
  .company_tbl .table_rows_td{
  }

  /* マップ */
  .company_map{

  }
  * + .company_map{
    margin-top: 50px;
  }
  .company_map iframe{
    height: 400px;
  }


  /* ギャラリー */
  .company_gallery_items{
    margin-left: -10px;
    margin-right: -10px;
  }
  * + .company_gallery_items{
    margin-top: 40px;
  }
  .company_gallery_item{
    width: 33.333%;
    padding: 0 10px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 20px;
  }

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


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

  /* 会社概要 */
  .company_tbl{

  }
  .company_tbl .table_rows_th,
  .company_tbl .table_rows_td{
    padding: 17px 30px 18px;
  }
  .company_tbl .table_rows_th{
    width: 300px;
  }
  .company_tbl .table_rows_td{
  }

  /* ギャラリー */
  .company_gallery_items{
    margin-left: -15px;
    margin-right: -15px;
  }
  * + .company_gallery_items{
    margin-top: 55px;
  }
  .company_gallery_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .company_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 30px;
  }

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


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


}


/*******************************
*　記事一覧
********************************/

/* 一覧（サムネあり） */
.news_list_thumb{

}
* + .news_list_thumb{
  margin-top: 50px;
}
.posts_category_sp + .news_list_thumb{
  margin-top: 0;
}
.news_list_thumb .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.news_list_thumb .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.news_list_thumb .webgene-item:nth-child(n+3){
  margin-top: 15px;
}
.news_list_thumb .webgene-item{

}
.news_list_thumb .webgene-item .inner{
  display: block;
  position: relative;
  z-index: 1;
  color: #000;
  background: #FFF;
}
.news_list_thumb .webgene-item .box1{

}
.news_list_thumb .webgene-item .box2{
  padding: 10px 10px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
}
.news_list_thumb .webgene-item .img{
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.news_list_thumb .webgene-item .img.img_fit:before{
  padding-top: 75%;
  padding-top: 67.92%;
}
.news_list_thumb .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
.news_list_thumb .webgene-item .meta .category{
  font-size: 13px;
  font-weight: 500;
  background: #FFF;
  border: 1px solid #000;
  color: #000;
  padding: 2px 13px;
  margin: 5px 0;
  margin-right: 10px;
}
.body_newsLogistics .news_list_thumb .webgene-item .meta .category{
  font-family: "Noto Sans JP", sans-serif;
}
.body_newsLogistics .news_list_thumb .webgene-item .title,
.body_newsLogistics .news_list_thumb .webgene-item .meta .date{
  font-family: "Noto Sans JP", sans-serif;
}
.news_list_thumb .webgene-item .meta .date{
  font-size: 15px;
  font-weight: 700;
  font-family: "Cardo";
  margin: 5px 0;
  /*margin-right: 10px;*/
}
.news_list_thumb .webgene-item .title{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}


.news_list_thumb.col3{

}
.news_list_thumb.col4{

}

@media (max-width:767px){

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

  /* 一覧（サムネあり） */
  .news_list_thumb{

  }
  * + .news_list_thumb{
    margin-top: 50px;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .news_list_thumb .webgene-item{
    width: 50%;
    padding: 0 7.5px;
  }
  .news_list_thumb .webgene-item:nth-child(n+3){
    margin-top: 15px;
  }
  .news_list_thumb .webgene-item{

  }
  .news_list_thumb .webgene-item .inner{
  }
  .news_list_thumb .webgene-item .box1{

  }
  .news_list_thumb .webgene-item .box2{
    padding: 20px 10px;
  }
  .news_list_thumb .webgene-item .meta{
    margin-bottom: 6px;
  }
  .news_list_thumb .webgene-item .meta .category{
    font-size: 12px;
    /*margin-right: 10px;*/
    border-radius: 30px;
  }
  .news_list_thumb .webgene-item .meta .date{
    font-size: 14px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .title{

  }

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

  /* 一覧（サムネあり） */


  /* 3カラム */
  .news_list_thumb.col3 .webgene-item{
    width: 33.333%;

  }
  .news_list_thumb.col3 .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list_thumb.col3 .webgene-item:nth-child(n+4){
    margin-top: 15px;
  }

  /* 4カラム */
  .news_list_thumb.col4 .webgene-item{
    width: 25%;
  }
  .news_list_thumb.col4 .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .news_list_thumb.col4 .webgene-item:nth-child(n+5){
    margin-top: 15px;
  }

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

  /* 一覧（サムネあり） */
  .news_list_thumb{

  }
  * + .news_list_thumb{
    margin-top: 50px;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .news_list_thumb .webgene-item{
    padding: 0 7.5px;
  }
  .news_list_thumb .webgene-item .box1{

  }
  .news_list_thumb .webgene-item .box2{
    padding: 20px 25px;
  }

  .news_list_thumb .webgene-item .title{
    font-size: 16px;
    line-height: 1.875;
  }



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


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


}

/*******************************
*　うるおいNEWS
********************************/
.news_list_thumb2{

}
* + .news_list_thumb2{
  margin-top: 50px;
}
.posts_category_sp + .news_list_thumb2{
  margin-top: 0;
}
.news_list_thumb2 .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.news_list_thumb2 .webgene-item2{
  width: 50%;
  padding: 0 5px;
}
.news_list_thumb2 .webgene-item2:nth-child(n+3){
  margin-top: 15px;
}
.news_list_thumb2 .webgene-item2{

}
.news_list_thumb2 .webgene-item2 .inner{
  display: block;
  position: relative;
  z-index: 1;
  color: #000;
  background: #FFF;
}
.news_list_thumb2 .webgene-item2 .box1{

}
.news_list_thumb2 .webgene-item2 .box2{
  padding: 10px 10px;
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.05);
  border-radius: 0;
}
.news_list_thumb2 .webgene-item2 .img{
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 0;
}
.news_list_thumb2 .webgene-item2 .img.img_fit:before{
  padding-top: 75%;
  padding-top: 67.92%;
}
.news_list_thumb2 .webgene-item2 .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
.news_list_thumb2 .webgene-item2 .meta .category{
  font-size: 13px;
  font-weight: 500;
  background: #FFF;
  border: 1px solid #000;
  font-family: "Noto Serif JP", serif;
  color: #000;
  padding: 2px 13px;
  margin: 5px 0;
  margin-right: 10px;
}
.news_list_thumb2 .webgene-item2 .meta .date{
  font-size: 15px;
  font-weight: 700;
  font-family: "Cardo";
  margin: 5px 0;
  /*margin-right: 10px;*/
}
.news_list_thumb2 .webgene-item2 .title{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
.body_newsfoodAndBeverage .news_list_thumb2 .webgene-item2 .title{
  font-family: "Noto Serif JP", serif;
}

.news_list_thumb2.col3{

}
.news_list_thumb2.col4{

}

@media (max-width:767px){

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

  /* 一覧（サムネあり） */
  .news_list_thumb2{

  }
  * + .news_list_thumb2{
    margin-top: 50px;
  }
  .news_list_thumb2 .webgene-blog2{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .news_list_thumb2 .webgene-item2{
    width: 50%;
    padding: 0 7.5px;
  }
  .news_list_thumb2 .webgene-item2:nth-child(n+3){
    margin-top: 15px;
  }
  .news_list_thumb2 .webgene-item2{

  }
  .news_list_thumb2 .webgene-item2 .inner{
  }
  .news_list_thumb2 .webgene-item2 .box1{

  }
  .news_list_thumb2 .webgene-item2 .box2{
    padding: 20px 10px;
  }
  .news_list_thumb2 .webgene-item2 .meta{
    margin-bottom: 6px;
  }
  .news_list_thumb2 .webgene-item2 .meta .category{
    font-size: 12px;
    /*margin-right: 10px;*/
    border-radius: 30px;
  }
  .news_list_thumb2 .webgene-item2 .meta .date{
    font-size: 14px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb2 .webgene-item2 .title{

  }

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

  /* 一覧（サムネあり） */


  /* 3カラム */
  .news_list_thumb2.col3 .webgene-item2{
    width: 33.333%;

  }
  .news_list_thumb2.col3 .webgene-item2:nth-child(n+3){
    margin-top: 0;
  }
  .news_list_thumb2.col3 .webgene-item2:nth-child(n+4){
    margin-top: 15px;
  }

  /* 4カラム */
  .news_list_thumb2.col4 .webgene-item2{
    width: 25%;
  }
  .news_list_thumb2.col4 .webgene-item2:nth-child(n+3){
    margin-top: 0;
  }
  .news_list_thumb2.col4 .webgene-item2:nth-child(n+5){
    margin-top: 15px;
  }

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

  /* 一覧（サムネあり） */
  .news_list_thumb2{

  }
  * + .news_list_thumb2{
    margin-top: 50px;
  }
  .news_list_thumb2 .webgene-blog2{
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .news_list_thumb2 .webgene-item2{
    padding: 0 7.5px;
  }
  .news_list_thumb2 .webgene-item2 .box1{

  }
  .news_list_thumb .webgene-item2 .box2{
    padding: 20px 25px;
    border-radius: 0px 0px 10px 10px;
  }

  .news_list_thumb2 .webgene-item2 .title{
    font-size: 16px;
    line-height: 1.875;
  }



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


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


}


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
  /*  padding-top: 30px;*/
}
.pg_news .section.sec1{
  /*  padding-top: 90px;*/
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}

.select_wrap{
  position: relative;
  z-index: 1;
}
.select_wrap:after{
  content: "\f078";
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.select_wrap select{
  width: 100%;
  padding: 10px 10px;
  /*height: 40px;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.posts_category_sp{
  margin-bottom: 30px;
}

/* リスト */
.posts_list{

}
.posts_list .webgene-item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}
.posts_list .webgene-item + .webgene-item{
  margin-top: 10px;
}
.posts_list .webgene-item .date{
  width: 95px;
  letter-spacing: 0.1em;
}
.posts_list .webgene-item .category{
  width: auto;
  font-size: 0.75em;
}
.posts_list .webgene-item .category span{
  display: block;
  background: #0069ba;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
}
.posts_list .webgene-item .title{
  width: 100%;
  letter-spacing: 0.075em;
}
.posts_list .webgene-item .title a{

}


/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #0d1e44;
  color: #FFF;
  padding: 12px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

/*うるおいNEWS*/
.posts_side_title2 {
  background: #d9eaee;
  color: #FFF;
  padding: 12px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 10px;
}

.posts_cat_item{
  padding-left: 0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 6px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 32px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
  color: #000;
}

/*うるおいNEWS*/
.select_wrap select{
  width: 100%;
  padding: 10px 10px;
  /*height: 40px;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: "Noto Serif JP";
  font-weight: 500;
}

.posts_side_title2 {
  background: #121212;
  color: #000000;
  padding: 12px 10px;
  font-family: "Noto Serif JP";
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
  border-radius: 0;
  color: #fff;
}
.posts_cat_item2{
  padding-left: 0;
  font-family: "Noto Serif JP";
  font-weight: 500;
}
.posts_cat_item2 + .posts_cat_item2{
  margin-top: 6px;
}
.posts_cat_item2 a{
  display: block;
  position: relative;
  padding-left: 32px;
  line-height: 1.5;
}
.posts_cat_item2 a:before{
  content: "■";
  position: absolute;
  left: 0;
  color: #121212;
}

/* ページネーション */
.webgene-pagination {
  width: 100%;
  margin: 50px 0 0;
  line-height: 1.85;
  color: #000;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;
  /*  border: 1px solid #c0c0c0;*/
  background: #ffffff;
  font-weight: 500;
}
.webgene-pagination li.selected{
  border: 0;
  background: #0d1e44;
  color: #FFF;
}
.webgene-pagination li.number{
  border: 1px solid #0d1e44;
}
.webgene-pagination li.next,
.webgene-pagination li.prev{
  border: 0;
}
.webgene-pagination li.next a,
.webgene-pagination li.prev a{
  display: flex;
  align-items: center;
  font-size: 14px;
  border-bottom: 1px solid #1a1a1a;
  padding:  4px 0;
}
.webgene-pagination li.next a:after,
.webgene-pagination li.prev a:before{
  content: "";
  display: inline-block;
  width: 22px;
  aspect-ratio: 1 / 1;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.webgene-pagination li.next a:after{
  margin-left: 10px;
  background-image: url(https://s-4769865.smooooth.jp/system_panel/uploads/images/arrow_r2.png);
}

.webgene-pagination li.prev a:before{
  margin-right: 10px;
  background-image: url(https://s-4769865.smooooth.jp/system_panel/uploads/images/arrow_r3.png);
}

.webgene-pagination li.next a:hover:after{
  /*margin-right: -5px;*/
  /*transform: translateX(3px);*/
  transform: scale(1.04);
}
.webgene-pagination li.prev a:hover:before{
  /*margin-left: -5px;*/
  /*transform: translateX(-3px);*/
  transform: scale(1.04);
}

/* うるおいNEWSページネーション */
.news_list_thumb2 .webgene-pagination {
  width: 100%;
  margin: 84px 0 0;
  line-height: 1.85;
  color: #000;
  font-family: "Cardo";
  font-weight: 500;
}
.news_list_thumb2 .webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_list_thumb2 .webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;
  /*  border: 1px solid #c0c0c0;*/
  background: #ffffff;
  font-weight: 500;
}
.news_list_thumb2 .webgene-pagination li.selected{
  border: 0;
  background: #d9eaee;
  color: #000;
}
.news_list_thumb2 .webgene-pagination li.number{
  border: 1px solid #d9eaee;
}
.news_list_thumb2 .webgene-pagination li.next,
.webgene-pagination li.prev{
  border: 0;
  font-family: "Noto Serif JP";
  font-weight: 700;
}
.news_list_thumb2 .webgene-pagination li.next a,
.webgene-pagination li.prev a{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-family: "Noto Serif JP";
  font-weight: 700;
  border-bottom: 1px solid #1a1a1a;
  padding:  4px 0;
}
.news_list_thumb2 .webgene-pagination li.next a:after,
.webgene-pagination li.prev a:before{
  content: "";
  display: inline-block;
  width: 22px;
  aspect-ratio: 1 / 1;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.news_list_thumb2 .webgene-pagination li.next a:after{
  margin-left: 10px;
  background-image: url(/system_panel/uploads/images/ww.png);
}

.news_list_thumb2 .webgene-pagination li.prev a:before{
  margin-right: 10px;
  background-image: url(/system_panel/uploads/images/ww_left.png);
}

.news_list_thumb2 .webgene-pagination li.next a:hover:after{
  /*margin-right: -5px;*/
  /*transform: translateX(3px);*/
  transform: scale(1.04);
}
.news_list_thumb2 .webgene-pagination li.prev a:hover:before{
  /*margin-left: -5px;*/
  /*transform: translateX(-3px);*/
  transform: scale(1.04);
}


/* 詳細 */
.posts_detail{
  border: none;
  border-bottom: 1px solid #bfbfbf;
  padding: 0 0 30px;
  color: #000;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 12px;
}
.posts_detail .meta .category{
  width: 120px;
  margin-right: 15px;
}
.posts_detail .meta .category span{
  font-size: 13px;
  padding: 2px 5px;
}
.body_newsDetailfoodAndBeverage .posts_detail .meta .category{
   font-family: "Noto Serif JP";
}
.posts_detail .meta .date{
  width: 110px;
  /*border-right: 1px solid #dddddd;*/
  /*  margin-right: 15px;*/
}


.posts_detail .meta{
  display: flex;
  align-items: center;
  border-bottom:none;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.news_list .webgene-item .date{
  font-size: 15px;
  font-weight: 500;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.news_list .webgene-item .title{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.875em;
  margin-top: 15px;
}

.posts_detail .meta .category{
  width: 120px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  background: #FFF;
  border: 1px solid #b3b3b3;
  color: #000;
  border-radius: 30px;
  padding: 1px 0;
  margin-bottom: 0;
}
.body_newsDetailLogistics .posts_detail .meta .category{
    font-family: "Noto Sans JP", sans-serif;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #0069ba;
  border-radius: 5px;
  color: #FFF;
  min-width: 150px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{
  font-size: 18px;
  font-family: "Cardo";
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  margin: 6px 0px;
}
.posts_detail .title{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 13px;
}
.body_newsDetailLogistics .posts_detail .title{
    font-family: "Noto Sans JP", sans-serif;
}
.body_newsDetailLogistics .posts_detail .post_content{
    font-family: "Noto Sans JP", sans-serif;
}

/*うるおいNEWS*/
.posts_detail .title2{
  font-size: 20px;
  font-family: "Noto Serif JP";
  font-weight: 500;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 13px;
}
.posts_detail .txt2{
  font-family: "Noto Serif JP";
  font-weight: 400;
}

.posts_detail .post_content {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  text-align: justify;
  word-break: break-all;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

}
.posts_back_list a{
  display: block;
  width: 255px;
  max-width: 100%;
  margin: 30px auto 0;
  background: #f3f2f2;
  padding: 4px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.posts_back_list a p{
  border: 2px dashed #0069b6;
  border-radius: 10px;
  padding: 10px 6px;
}

.webgene-pagination li.number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background: #fff;
  border: 1px solid #0d1e44;
  width: 40px;
  height: 40px;
  border-radius: 0;
}

.webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;
  border: 0px solid #c0c0c0;
  font-weight: 500;
}
.webgene-pagination li.selected{
  border: 0;
  background: #0d1e44;
  color: #FFF;
}

/*うるおいNEWS*/
.news_list_thumb2 .webgene-pagination li.number {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  background: #fff;
  border: 1px solid #d9eaee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.body_newsfoodAndBeverage .news_list_thumb2 .webgene-pagination li.number{
  border: 1px solid #121212;
}
.body_newsDetailfoodAndBeverage .posts_layout1 .read_more a:after{
  background-image: url(/system_panel/uploads/images/arr3.png);
}
.body_newsDetailfoodAndBeverage .posts_layout1 .read_more a{
  font-family: "Noto Serif JP";
  border: 1px solid #000;
}

.news_list_thumb2 webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;
  border: 0px solid #c0c0c0;
  font-weight: 500;
}
.news_list_thumb2 .webgene-pagination li.selected{
  border: 0;
  background: #121212;
  color: #fff;
  border-radius: 50%;
}


.posts_back_list a p:after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 18px;
}

.posts_layout .read_more a {
  width: 200px;
  font-size: 16px;
  padding: 10px 18px;
  margin: 5px 5px;
  color: #FFF;
  background-color: #0d1e44;
}

/*うるおいNEWS*/
.posts_layout1 .read_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-left: -5px;
  margin-right: -5px;
}

.posts_layout1 .read_more a {
  width: 200px;
  font-size: 16px;
  padding: 10px 18px;
  margin: 5px 5px;
  color: #000;
  background: #FFF;
  border: 1px solid #b3b3b3;
}

.posts_layout1 .read_more a:after{
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1;
  background-image: url(/system_panel/uploads/images/arrow_r3.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}

/* PDFリンク */
.post_pdf{
  text-align: left;
}
.post_pdf a{
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid;
  transition: 0.2s all;
}
.post_pdf a[href=""]{
  display: none;
}
.post_pdf a:hover{
  border-bottom: 0;
}
.post_pdf a:before{
  /*
  * f054 > (大)
  * f105 > (小)
  */
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}


/* 動画 */
.post_video{

}
.post_video .responsive_video{
  margin-top: 15px;
}
.post_video .responsive_video:empty{
  display: none;
}

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

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

}
@media (max-width:767px){
  .posts_list .webgene-item{
    flex-wrap: wrap;
  }
  .posts_list .webgene-item .title{
    margin-top: 5px;
  }
  .posts_list .webgene-item .category{
    max-width: calc(100% - 95px);
    line-height: 1.2;
  }

  /* 詳細 */
  .posts_detail .meta {
    margin-bottom: 10px;
  }

  .posts_detail .meta .date {
    margin: 0;
    width: 105px;
    font-size: 16px;
  }
  .posts_detail .meta .category {
    width: 105px;
    font-size: 14px;
    padding: 2px 0;
  }

  .posts_detail .title {
    font-size: 16px;
  }

  .posts_detail .title2 {
    font-size: 16px;
  }

  .posts_layout .read_more a {
    font-size: 15px;
  }

  .posts_layout1 .read_more a {
    font-size: 15px;
  }

}

@media (min-width:768px){

  .pg_news{
    padding-top: 50px;
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
    padding-bottom: 20px;
  }
  .posts_list .webgene-item + .webgene-item{
    margin-top: 20px;
  }
  .posts_list .webgene-item .date{
    width: 90px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 100px - 150px - 15px);
    margin-left: 15px;
  }
  .posts_list .webgene-item .title a{

  }

  .posts_side_wrap + .posts_side_wrap{
    margin-top: 36px;
  }

  /* 詳細 */
  .posts_detail{
    padding: 0;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 14px;
  }
  .posts_detail .meta .category{
    display: inline-block;
    width: auto;
    padding: 2px 16px;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 106px;
  }
  .posts_detail .meta .title{
    width: calc(100% - 105px);
    font-size: 20px;
  }
  .posts_detail .post_content{
    font-size: 16px;
    line-height: 1.875em;
    padding: 0;
    margin-bottom: 35px;
  }
  .posts_detail .thumb{
    margin-bottom: 30px;
  }
  .posts_detail .post_content{
    font-size: 16px;
    font-weight: 500;
    line-height: 2.2em;
    letter-spacing: 0.05em;
    text-align: justify;
    word-break: break-all;
    padding: 0;
    margin-bottom: 35px;
  }
}

@media (min-width:1024px){

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item + .webgene-item{
  }
  .posts_list .webgene-item .date{
    width: 120px;
    font-size: 16px;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 120px - 160px - 25px);
    margin-left: 25px;
  }
  .posts_list .webgene-item .title a{

  }

  /* ページネーション */
  .webgene-pagination {
    margin: 84px 0 0;
  }

}
@media (min-width:1200px){
  .pg_news{
    padding-top: 90px;
  }

}


/*******************************
*　ギャラリー（サムネ横ver）
********************************/
.pg_xxx{

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

/* スライド */
.gallery_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.gallery_box1{
  width: 100%;
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #EEE;
}
.gallery_main .img.img_fit:before{
  padding-top: 75.34%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}
/* サムネ */
.gallery_thumb{

}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
}
.gallery_thumb .img.img_fit:before{
  padding-top: 76.47%;
}
.gallery_thumb .img.img_fit img{

}


/* 詳細 */
.gallery_detail{

}
.gallery_detail .meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;

}
.gallery_detail .meta .title{
  font-size: 18px;
  line-height: 1.5;
}
.gallery_detail .meta .price{
  font-size: 18px;
  line-height: 1.5;
  margin-left: auto;
}
.gallery_detail .post_content{
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.gallery_detail .read_more{
  margin-top: 50px;
}


/* コピー用 */
@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;
  }

  /* 詳細 */
  .gallery_wrap{
  }
  .gallery_box1{
    width: 65.76%;
  }
  .gallery_box2{
    width: 31.53%;
    margin-top: 0;

    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  /* サムネ */
  .gallery_thumb{
    width: 100%;
    height: 100%;
  }
  .gallery_thumb .swiper-slide {
    overflow: hidden;
  }
  .gallery_thumb .img{
    height: 100%;
  }
  .gallery_thumb .img.img_fit:before{

  }

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 18px;
  }
  .gallery_detail .meta .price{
    font-size: 18px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }
}
@media (min-width:1024px){

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 20px;
  }
  .gallery_detail .meta .price{
    font-size: 20px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

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


}





/*******************************
*　お問い合わせ
********************************/

.pg_contact  .home_contents5_wrap {
  text-align: center;
}

* + .pg_contact  .home_contents5_wrap {
  padding-top: 125px;
}

.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
}
.contact_info_tt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #111;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel_icon{
  background: #b1c274;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 0;
  letter-spacing: 0.16em;
}

@media (max-width:1023px){

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 30px;
  }
}

@media (min-width:1200px){
  .pg_contact .home_contents5_wrap {
    top: 0;
  }
}

@media (max-width:767px){

  * + .pg_contact  .home_contents5_wrap {
    padding-top: 0;
  }

  .contact_info_wrap{
    margin-bottom: 50px;
    padding: 15px 10px;
  }
  .contact_info_box{
    padding: 20px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
    margin-right:5px;
  }
  .contact_info_tel_link{
    font-size: 24px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
    font-size: 10px;
  }

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}


.contact_tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
.contact_tt.privacy{
  font-family: "Noto Sans JP";
  font-weight: 500;
}

/* フォーム */
.pg_contact .formTbl{
  border: 1px solid #808080;
  background: #ffffff;
  color: #505050;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
* + .pg_contact .form.formWrap{
  padding-top: 44px;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #808080;
}
.pg_contact .formTh {
  padding: 14px 15px 15px 20px;
  background: #f2f2f2;
  letter-spacing: 0.08em;

}
.pg_contact .formTd.a_center{
  display:flex;
  align-items: center;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 3px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 600;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  border: 1px solid #b80000;
  color: #b80000;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.05em;
}
.pg_contact .formTd select{
  border-radius: 0;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.05em;
}
.pg_contact .formWrap .text-center{
  padding-top: 54px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
  color: #515151;
  letter-spacing: 0.05em;
}
.pg_contact .privacyLabel a{
  color: #0d1e44;
  font-weight: 500;
}
.pg_contact .formBtn.formSend {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 200px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: left;
  border: 1px solid #fff;
  background: #0d1e44;
  border-radius: 30px;
  /* border-radius: 27px; */
  color: #FFF;
  padding: 8px 18px;
  margin:5px auto;
  margin-top: 34px;
  /*  padding: 16px 0;
    margin: 5px auto 0;
    margin-top: 21px;*/
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.pg_contact .formBtn.formSend:after{
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 1;
  background-image: url(/system_panel/uploads/images/arr2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 10px;
  /*  -webkit-transform: translate(0, -50%);*/
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.pg_contact .formBtn.formSend:hover:after{
  right: 1px;
  /*  color: #FFF;
    background: var(--sub-color);*/
}
.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0;
  line-height: 2.25em;
}
.radioArea .d-inline-block{
  margin-right: 32px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
  line-height: 1.7;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

.privacy_item_box {
  padding: 30px 43px 30px 24px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #808080;
  margin-top: 0;
  color: #000000;
  margin-top: 99px;
}
@media only screen and (min-width: 1024px){
  .pg_contact .section.sec1{
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .pg_contact .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .pg_contact .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }

  .thanks_text{
    text-align: center;
  }
}


/* プライバシー */
.pg_contact .section.sec3{
  /*  padding: 150px 0 20px;*/
  padding: 0;
}
.pg_contact .section.sec3 .contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 28px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 400;
  padding: 8px 15px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  border-left: 6px solid #0d1e44;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}

.privacy_txt_type1{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.privacy_txt_type1_b{
  text-indent: -1em;
  padding-left: 1em;
}
.privacy_txt_type1_c{
  text-indent: -3em;
  padding-left: 3em;
}
.privacy_txt_type2{

}
.privacy_txt_type2 p{
  text-indent: -1em;
  padding-left: 1em;
}

.privacy_txt ol li{
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.privacy_txt ul li{
  padding-left: 1em;
  text-indent: -1em;
}

.contact_tt.privacy {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 46px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}


@media only screen and (max-width: 1023px){
  .pg_contact .section.sec1{
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px){
  .pg_contact .section.sec1{
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .contact_info {
    padding: 18px 15px 10px;
  }
  .contact_info_txt_1 br{
    display: block;
  }
  .contact_info_txt_2 {
    padding: 0 6px 0 10px;
    margin-right: 10px;
  }
  .contact_tt {
    margin-bottom: 25px;
    font-size:18px;
  }
  .pg_contact .formTh {
    padding: 5px 10px;
  }
  .pg_contact .formTd {
    font-size: 13px;
    padding: 10px;
  }
  .pg_contact .formTd input[name="zip1"] {
    width: 80px;
  }
  .pg_contact .formTd input[name="zip2"] {
    width: 100px;
  }
  .pg_contact .formTd select[name="pref"] {
    width: 155px;
  }
  .pg_contact .formTd input[type="text"]::placeholder,
  .pg_contact .formTd input[type="tel"]::placeholder,
  .pg_contact .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .pg_contact .formWrap .text-center {
    padding-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }

  .privacyformError{
    margin-top:-40px !important;
  }

  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .pg_contact .d-inline {
    display: block!important;
  }
  .pg_contact .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 7px 4px;
    line-height: 1.45;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

  .radioArea .d-inline-block {
    margin-right: 10px;
  }
  .pg_contact .section.sec3 .contact_tt {
    margin-bottom: 20px;
  }


  .pg_contact .section.sec1 {
    padding: 60px 0 80px;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }

  .pg_contact .section.sec3{
    padding: 65px 0 30px;
  }

  .privacy_ttl {
    font-size: 18px;
    padding-left: 10px;
  }

  .privacy_item_box{
    padding: 30px 10px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px){
  .thanks_text{
    /*display: block;*/
    letter-spacing: -0.08em;
    margin-top: 30px;
  }
}


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

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}


@media (max-width:374px){

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

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

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

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }


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


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


}
