
.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;
  color: #181818;
  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_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #4c4c4c;
  color: #fff;
  padding: 10px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 25px;
}
.posts_side_title.color2 {
  background: var(--main-color);
  color: #FFF;
}

.posts_cat_item{
  padding-left: 0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 10px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding: 0 10px 0 25px;
  line-height: 1.5;
  border: 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 500;
}
.posts_cat_item a:hover{
  /*background: #a79bca;*/
  /*color: #FFF;*/
  color: var(--main-color);
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
}



/* お知らせ一覧 */
.news_list{
  
}
* + .news_list{
  
}
.news_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 20px;
}
.news_list .webgene-item{
  width: 100%;
  border: 1px solid #808080;
  padding: 5px 5px;
}
.news_list .webgene-item *{
  transition: 0.2s all;
}
.news_list .webgene-item .inner{
  display: block;
}

.news_list .webgene-item .inner .box1{
  
}
.news_list .webgene-item .inner .box2{
  padding: 12px 7px;
}
.news_list .webgene-item .inner .box3{
  
}


.news_list .webgene-item .img{
  background: #a6a6a6;
}

.news_list .webgene-item .img.img_fit:before{
  padding-top: 75.67%;
}

.news_list .webgene-item .meta{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}
.news_list .webgene-item .category{
  display: flex;
}
.news_list .webgene-item .category span{
  min-width: 110px;
  background: #4c4c4c;
  padding: 4px 5px;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
}
.news_list .webgene-item .date{
  font-size: 14px;
  font-weight: 500;
  
  letter-spacing: 0.075em;
}

.news_list .webgene-item .title{
  font-size: 15px;
  font-weight: 500;
  font-family: var(--font-mincho);
  letter-spacing: 0.075em;
  line-height: 1.6;
}
.news_list .webgene-item .title{
  
}

.news_list .webgene-item .link_btn{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 50px;
  font-size: 16px;
  font-family: var(--font-en2);
  color: var(--main-color);
  text-align: right;
  border-top: 2px solid #434343;
  padding-right: 10px;
}
.news_list .webgene-item .inner:hover{
  color: var(--main-color);
}
.news_list .webgene-item .inner:hover .category span{
  color: var(--main-color);
}
.news_list .webgene-item .inner:hover .link_btn p{
  transform: scale(1.05);
}


/* お知らせ用 */
.news_list.col3a{
  
}
.news_list.col3a .webgene-blog{
  
}
.news_list.col3a .webgene-item{
  
}

/* 施工実績用 */
.news_list.col3b{
  
}
.news_list.col3b .webgene-blog{
  gap: 60px 10px;
}
.news_list.col3b .webgene-item{
  width: calc((100% - 10px) / 2);
}

/* スライド用 */
.news_list.slider{
  margin-left: var(--margin-for-device-side-w);
  margin-right: var(--margin-for-device-side-w);
  padding: 0 15px;
}
.news_list.slider .webgene-item{
  width: 250px;
}
.news_list.slider .webgene-item .img.img_fit:before{
  /*padding-top: 71.42%;*/
  padding-top: 75.67%;
}
.news_list.slider .webgene-item .link_btn{
  font-size: 18px;
}
.news_list.slider .webgene-item .inner .box3{
  margin-top: 15px;
}

/* 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;
}


.post_content{
  font-weight: 500;
}
.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6{
  /*background: var(--sub-color);
  padding: 10px 10px;
  font-size: 18px;
  font-weight: 600;
  color: #181818;
  line-height: 1.2;
  margin-bottom: 10px;*/
}



@media (min-width:768px){
  
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }

  .posts_category_sp{
    display: none;
  }
  
  /* お知らせ一覧 */
  .news_list{

  }
  * + .news_list{

  }
  .news_list .webgene-blog{
    gap: 20px 20px;
  }
  .news_list .webgene-item{
    width: 100%;
  }
  .news_list .webgene-item *{
    transition: 0.2s all;
  }
  .news_list .webgene-item .inner{
    display: block;
  }

  .news_list .webgene-item .inner .box1{

  }
  .news_list .webgene-item .inner .box2{
    padding: 12px 7px;
  }
  .news_list .webgene-item .inner .box3{

  }


  .news_list .webgene-item .meta{
    align-items: center;
    margin-bottom: 15px;
  }
  .news_list .webgene-item .category{
  }
  .news_list .webgene-item .category span{
    min-width: 170px;
    padding: 4px 5px;
    font-size: 16px;
  }
  .news_list .webgene-item .date{
    font-size: 14px;
  }

  .news_list .webgene-item .title{
    font-size: 18px;
    line-height: 1.777;
  }
  .news_list .webgene-item .title{

  }

  .news_list .webgene-item .link_btn{
    min-height: 65px;
    font-size: 20px;
    border-top: 2px solid #434343;
    padding-right: 22px;
  }
  .news_list .webgene-item .link_btn{

  }

  .news_list .webgene-item .inner:hover{
    color: var(--main-color);
  }
  .news_list .webgene-item .inner:hover .category span{
    color: var(--main-color);
  }
  .news_list .webgene-item .inner:hover .link_btn p{
    transform: scale(1.05);
  }


  /* お知らせ用 */
  .news_list.col3a{

  }
  .news_list.col3a .webgene-blog{
    gap: 60px 25px;
  }
  .news_list.col3a .webgene-item{
    width: calc((100% - 50px) / 3);
  }

  /* 施工実績用 */
  .news_list.col3b{

  }
  .news_list.col3b .webgene-blog{
    gap: 60px 70px;
  }
  .news_list.col3b .webgene-item{
    width: calc((100% - 140px) / 3);
  }

  
  /* スライド用 */
  .news_list.slider{
    margin-right: var(--margin-for-device-side-w);
  }
  .news_list.slider .webgene-item{
    width: 300px;
  }

}
@media (min-width:1024px){
  
  /* スライド用 */
  .news_list.slider{
    margin-left: 0;
    margin-right: var(--margin-for-device-side-w);
  }
  .news_list.slider .webgene-item{
    width: 250px;
  }
  
}
@media (min-width:1280px){
  
}
@media (min-width:1470px){
  
  .container.wide .posts_layout_box1{
    width: calc(100% - 300px - 30px);
  }
  .container.wide .posts_layout_box2{
    width: 300px;
  }
  
  /* スライド用 */
  .news_list.slider{
  }
  .news_list.slider .webgene-item{
    width: 350px;
  }
  
}
@media (min-width:1536px){
  
}
@media (min-width:1720px){
  
  .container.wide .posts_layout_box1{
    width: calc(100% - 300px - 30px);
  }
  .container.wide .posts_layout_box2{
    width: 300px;
  }
  
  /* スライド用 */
  .news_list.slider{
  }
  .news_list.slider .webgene-item{
    width: 380px;
  }
  
}




/* カテゴリ */
.works_cat_nav{
  margin-bottom: 30px;
}
.works_cat_nav .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.works_cat_nav .webgene-item{
  width: 100%;
}
.works_cat_nav .webgene-item a{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  border: 1px solid #737373;
  border-radius: 28px;
  min-height: 42px;
}

.works_cat_nav .webgene-item a.on,
.works_cat_nav .webgene-item a:hover{
  background: #737373;
  color: #FFF;
}

.works_cat_nav.col3 {
  
}
.works_cat_nav.col3 .webgene-blog{
  gap: 10px 10px;
}
.works_cat_nav.col3 .webgene-item{
  width: calc((100% - 20px) / 3);
}

.works_cat_nav.col5 {
  
}
.works_cat_nav.col5 .webgene-blog{
  gap: 10px 10px;
}
.works_cat_nav.col5 .webgene-item{
  width: calc((100% - 10px) / 2);
}


@media (max-width:374px){

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

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

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

  /* カテゴリ */
  .works_cat_nav{
    margin-bottom: 100px;
  }
  .works_cat_nav .webgene-blog{
  }
  .works_cat_nav .webgene-item{
  }
  .works_cat_nav .webgene-item a{
    font-size: 16px;
    border-radius: 28px;
    min-height: 50px;
  }

  .works_cat_nav.col2 {

  }
  .works_cat_nav.col2 .webgene-blog{
    gap: 10px 30px;
  }
  .works_cat_nav.col2 .webgene-item{
    width: calc((100% - 30px) / 2);
  }
  
  .works_cat_nav.col3 {

  }
  .works_cat_nav.col3 .webgene-blog{
    gap: 10px 15px;
  }
  .works_cat_nav.col3 .webgene-item{
    width: calc((100% - 30px) / 3);
  }

  .works_cat_nav.col5 {

  }
  .works_cat_nav.col5 .webgene-blog{
    gap: 10px 15px;
  }
  .works_cat_nav.col5 .webgene-item{
    width: calc((100% - 30px) / 3);
  }
  
}
@media (min-width:1024px){


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


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

  /* カテゴリ */
  .works_cat_nav{
    margin-bottom: 150px;
  }
  .works_cat_nav .webgene-blog{
  }
  .works_cat_nav .webgene-item{
  }
  .works_cat_nav .webgene-item a{
    font-size: 18px;
    border-radius: 28px;
    min-height: 56px;
  }

  .works_cat_nav.col3 {

  }
  .works_cat_nav.col3 .webgene-blog{
    gap: 10px 40px;
  }
  .works_cat_nav.col3 .webgene-item{
    width: calc((100% - 80px) / 3);
  }
  
  .works_cat_nav.col5 {

  }
  .works_cat_nav.col5 .webgene-blog{
    gap: 10px 28px;
  }
  .works_cat_nav.col5 .webgene-item{
    width: calc((100% - 112px) / 5);
  }

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


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

  /* カテゴリ */
  .works_cat_nav{
    margin-bottom: 200px;
  }

}



/*******************************
*　ギャラリー（サムネ横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%;
  position: relative;
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #2e2e2e;
}
.gallery_main .img.img_fit:before{
  padding-top: 67.39%;
}
.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: 67.85%;
}
.gallery_thumb .img.img_fit img{

}
.gallery_slide_prev .fa{
  display: none;
}
.gallery_slide_prev,
.gallery_slide_next{
  width: 20px;
  aspect-ratio:1 / 1;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.gallery_slide_prev{
  background-image: url(https://lux-auto.co.jp/system_panel/uploads/images/left.png);
  left: -30px;
}
.gallery_slide_next{
  background-image: url(https://lux-auto.co.jp/system_panel/uploads/images/right.png);
  right: -30px;
}
.gallery_slide_prev:hover,
.gallery_slide_next:hover{
  cursor: pointer;
  transition: all 0.4s ease;
}
.gallery_slide_next .fa{
  display: none;
}

/* 詳細 */
.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;
}

.works_detail .post_content{
  border: 1px solid #808080;
  background: none;
  color: #FFF;
  padding: 30px 16px;
  margin-top: 30px;
}
.works_detail .post_content .title{
  font-size: 18px;
  font-family: var(--font-mincho);
  font-weight: 500;
  letter-spacing: 0;
  border-bottom: 1px solid #808080;
  padding-bottom: 16px;
}
.works_detail .post_content .post_txt{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 0;
  padding-top: 18px;
}
.works_detail .post_content .post_txt h1,
.works_detail .post_content .post_txt h2,
.works_detail .post_content .post_txt h2,
.works_detail .post_content .post_txt h3,
.works_detail .post_content .post_txt h4,
.works_detail .post_content .post_txt h5,
.works_detail .post_content .post_txt h6{
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 20px;
}
.works_detail .post_content .post_txt h2{
  font-size: 1.5em;
  color: var(--main-color);
  background: #FFF;
  border-left: 5px solid var(--main-color);
  padding: 10px 12px 12px;
}
.works_detail .post_content .post_txt h3{
  font-size: 1.3em;
  color: #FFF;
  background: var(--main-color);
  /*border-left: 5px solid var(--main-color);*/
  padding: 3px 12px 4px;

}
.works_detail .post_content .post_txt h4{

}

.works_detail .post_content .post_txt p{

}
.works_detail .post_content .post_txt p+p{
  margin-top: 10px;
}

.pg_works .read_more a:after{

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

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

}
@media (max-width:767px){
  .body_worksDetail .pg_works .section.sec1{
    
  }
  .gallery_wrap{
    width: 82.88%;
    margin:0 auto;
  }
}
@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{
    width: 82.88%;
    margin:0 auto;
  }
  .gallery_box1{
    width: 100%;
  }
  .gallery_box2{
    width: 100%;
    margin-top: 10px;

    position: relative;
    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;
  }

  .gallery_slide_prev{
    left: -54px;
  }
  .gallery_slide_next{
    right: -54px;
  }
  .works_detail{
    padding-top: 15px;
  }
  .works_detail .post_content{
    margin-top: 60px;
  }
  .works_detail .post_content .title{
    font-size: 22px;
  }
  .post_content .post_txt{
    font-size: 16px;
  }
  .gallery_slide_prev,
  .gallery_slide_next{
    width: 30px;
  }

  /*ボタン*/
  .works_detail .read_more{
    margin-top: 35px;
  }
}
@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: 23px;
  }
  .gallery_detail .meta .price{
    font-size: 20px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

  .works_detail .post_content{
    padding: 30px 62px;
    margin-top: 50px;
  }
  .works_detail .post_content .title{
    font-size: 22px;
  }
  .post_content .post_txt{

  }

  /*ボタン*/
  .works_detail .read_more{
    margin-top: 80px;
  }
}
@media (min-width:1200px){
  .works_detail .post_content{
    padding: 46px 60px 60px;
  }
  .works_detail .post_content .title {
    padding-bottom: 35px;
  }
  .works_detail .post_content .post_txt {
    padding-top: 25px;
  }
  .gallery_slide_prev,
  .gallery_slide_next{
    width: 30px;
  }
  .gallery_slide_next{
    right: -65px;
  }
  .gallery_slide_prev{
    left: -65px;
  }
}

/*******************************
*　コラム詳細
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}

.column_detail{
  border-bottom: 1px solid #808080;
  padding-bottom: 30px;
}
.column_detail .webgene-item{

}
.column_detail .webgene-item a{

}
.column_detail .webgene-item .meta{
  display: flex;
  align-items: center;
}
.column_detail .webgene-item .date{
  font-size: 14px;
  font-weight: 400;
  font-family: var(--font-en);
  letter-spacing: 0.05em;
}
.column_detail .webgene-item .category{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  background: #4c4c4c;
  color: #fff;
  border-radius: 0;
  display: inline-block;
  padding: 4px 8px;
  margin-right: 20px;
}
.column_detail .webgene-item .title{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  border-bottom: 1px solid #808080;
  padding-bottom: 10px;
  margin-top: 11px;
}
.column_detail .webgene-item .post_content{
  padding-top: 30px;
}
.column_detail .webgene-item .post_content h2,
.column_detail .webgene-item .post_content h3{
  font-size: 17px;
  font-weight: 600;
  letter-spacing: 0.075em;
  background: #00558d;
  color: #fff;
  padding: 10px 6px;
  margin-bottom: 20px;
}
.column_detail .webgene-item .txt h3:not(:first-of-type) {
  margin-top: 30px;
}
.column_detail .webgene-item .post_content img {
  margin-bottom: 30px;
}
@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{

  }

  .column_detail{
    padding-bottom: 55px;
  }
  .column_detail .webgene-item{

  }
  .column_detail .webgene-item a{

  }
  .column_detail .webgene-item .meta{

  }
  .column_detail .webgene-item .date{

  }
  .column_detail .webgene-item .category{

  }
  .column_detail .webgene-item .title{
    font-size: 20px;
    padding-bottom: 15px;
  }
  .column_detail .webgene-item .post_content{
    padding-top: 46px;
  }
  .column_detail .webgene-item h3{
    font-size: 18px;
  }
  .column_detail .webgene-item .txt h3:not(:first-of-type) {
    margin-top: 50px;
  }
  .column_detail .webgene-item .post_content img{
    margin-bottom: 53px;
  }

  .pg_column .read_more{
    margin-top: 52px;
  }
}
@media (min-width:1024px){


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

  }
  .column_detail .webgene-item{

  }
  .column_detail .webgene-item a{

  }
  .column_detail .webgene-item .meta{

  }
  .column_detail .webgene-item .date{

  }
  .column_detail .webgene-item .category{

  }
  .column_detail .webgene-item .title{

  }
  .column_detail .webgene-item .post_content{

  }
  .column_detail .webgene-item h3{

  }
  .column_detail .webgene-item img{

  }

}


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

.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 (max-width:767px){

  .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%;
  }
}
.ftr_form_wrap .tt2{
  margin-bottom: 55px;
}


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

/* フォーム */
.formTbl{
  border: 1px solid #b2b2b2;
}
.form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.formTh {
  padding: 15px 15px 15px 20px;
  background: #f4f3f3;
  letter-spacing: 0.08em;
  background: #000000;
}
.formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 3px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  color: #b80000;
  border: 1px solid #b80000;
}
.formTd {
  font-size: 15px;
  padding: 10px 16px;
  background: #2e2e2e;
}
.formTd input[type="text"],
.formTd input[type="tel"],
.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.16em;
}
.formTd select{
  border-radius: 0;
}
.formTd input[name="zip1"]{
  max-width: 120px;
}
.formTd input[name="zip2"]{
  max-width: 150px;
}
.formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.formTd input[name="city"]{
  max-width: 425px;
}
.formTd .addArea + .addArea{
  margin-top: 8px;
}
.formTd .addArea .labelText02{
  width: 75px;
}
.formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.formWrap .text-center{
  padding-top: 57px;
}
.formWrap input[name="privacy"]{
  margin-right: 7px;
}
.formWrap .privacyLabel{
  font-size: 17px;
  font-weight: 700;
  display: inline;
}
.formWrap .privacyLabel a{
  color: #e66129;
}
/*.formBtn.formSend {
  display: inline-block;
  min-width: 315px;
  font-size: 18px;
  font-weight: 500;
  font-family: var(--font-mincho);
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid #e85298;
  border-radius: 29px;
  background: #FFF;
  color: #181818;
  padding: 12px 20px 8px;
  padding-top: 17px;
  padding-bottom: 19px;
  margin: 5px 5px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.formBtn.formSend:after{
  content: "→";
  font-size: 26px;
  font-size: 0.8666em;
  font-family: var(--font-mincho);
  line-height: 1;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.formBtn.formSend:hover{
  color: #FFF;
  background: #e85298;
}
.formBtn.formSend:hover:after{
  margin-right: -5px;
}*/

.formBtn.formSend{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 250px;
  min-height: 50px;
  max-width: 100%;
  background: #FFF;
  color: #000;
  border: 1px solid #808080;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.formBtn.formSend:after{
  content: "";
  width: 24px;
  aspect-ratio: 1 / 1;
  background-image: url(https://lux-auto.co.jp/system_panel/uploads/images/icon_right.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.formBtn.formSend:hover{
  background: #ccc;
}
.formBtn.formSend:hover:after{
  margin-right: -5px;
}




.formWrap label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0 15px;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0;
}
.radioArea .d-inline-block{
  margin-right: 40px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  color: #000;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
  line-height: 1.8em;
}

@media only screen and (min-width: 1024px){
  .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }
  
  .formBtn.formSend{
    width: 350px;
    min-height: 62px;
    font-size: 20px;
  }
  .formBtn.formSend:after{
  width: 30px;
  }
}


/* プライバシー */
.contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 28px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding: 8px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #000;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}
.privacy_txt p{
  letter-spacing: 0.04em;
}

.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: 21px;
  letter-spacing: 0.2em;
  margin-bottom: 46px;
}
.contact_tt.privacy br{
  display: none;
}
.formWrap .d-inline{
  display: inline-block!important;
}
.formWrap .d-inline-block {
  vertical-align: middle;
}
.privacy_box {
  padding: 30px 50px 30px 28px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #bfbfbf;
  margin-top: 0;
  color: #000000;
  margin-top: 60px;
  margin-bottom: 0;
}

@media only screen and (max-width: 1023px){
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px){
  .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;
  }
  .formTh {
    padding: 5px 10px;
  }
  .formTd {
    font-size: 13px;
    padding: 10px;
  }
  .formTd input[name="zip1"] {
    width: 80px;
  }
  .formTd input[name="zip2"] {
    width: 100px;
  }
  .formTd select[name="pref"] {
    width: 155px;
  }
  .formTd input[type="text"]::placeholder,
  .formTd input[type="tel"]::placeholder,
  .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .formWrap .text-center {
    padding-top: 25px;
  }
  .formWrap .privacyLabel {
    font-size: 15px;
  }

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

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

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



  .contact_info_bg {
    padding: 18px 10px;
  }

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

  .privacy_box{
    padding: 30px 8px 30px 8px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.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;
  }
}
@media only screen and (min-width: 1024px){
  .thanks_text{
    text-align: center;
  }
}

