@charset "UTF-8";







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

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

}
* + .news_list_thumb{
  margin-top: 20px;
}
.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: none;
}
.news_list_thumb .webgene-item .box1{

}
.news_list_thumb .webgene-item .box2{
  padding: 5px 0;
}
.news_list_thumb .webgene-item .img{
  overflow: hidden;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}
.news_list_thumb .webgene-item .img.img_fit:before{
  padding-top: 75%;
  padding-top: 75.14%;
}
.news_list_thumb .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 5px;
}
.news_list_thumb .webgene-item .meta .category{
  min-width: 155px;
  font-size: 13px;
  font-weight: 500;
  background: var(--sub-color);
  border-radius: 15px;
  color: #000;
  padding: 4px 8px;
  margin: 5px 0;
  text-align: center;
}
.news_list_thumb .webgene-item .meta .date{
  font-size: 15px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  margin: 5px 0;
  
  margin-right: 10px;
}
.news_list_thumb .webgene-item .title{
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  color: #FFF;
}


.news_list_thumb.col3{

}
.news_list_thumb.col4{

}

.news_list2{

}
.news_list2 .webgene-blog{

}
.news_list2 .webgene-item{

}
.news_list2 .webgene-item:nth-child(n+2){
  margin-top: 10px;
}
.news_list2 .webgene-item a{
  display: flex;
  align-items: center;
  border: 1px solid #FFF;
  border-radius: 25px;
  padding: 10px 16px;
  position: relative;
  z-index: 1;
  background: #FFF;
  color: #000;
}
.news_list2 .webgene-item .date{
  min-width: 100px;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  line-height: 1;
}
.news_list2 .webgene-item .category{
  min-width: 100px;
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  border: 1px solid var(--main-color);
  border-radius: 12.5px;
  background: var(--main-color);
  color: #FFF;
  padding: 2px 2px;
}
/*.news_list2 .webgene-item .category[data-category="1"]{
  background: #8fc21d;
  border-color: #8fc21d;
  color: #FFF;
}
.news_list2 .webgene-item .category[data-category="2"]{
  background: var(--sub-color);
  border-color: var(--sub-color);
  background: #00a0e9;
  border-color: #00a0e9;
  color: #FFF;
}
.news_list2 .webgene-item .category[data-category="3"]{
  background: #ff7a89;
  border-color: #ff7a89;
  color: #FFF;
}
.news_list2 .webgene-item .category[data-category="4"]{
  
}*/

.news_list2 .webgene-item .title{
  font-size: 15px;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  margin-top: 10px;
}



@media (max-width:767px){

  .news_list2 .webgene-item a{
    flex-wrap: wrap;
  }
  .news_list2 .webgene-item .title{
    width: 100%;
    margin-top: 5px;
  }
  
}
@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: 5px 0;
  }
  .news_list_thumb .webgene-item .meta{
    margin-bottom: 0;
  }
  .news_list_thumb .webgene-item .meta .category{
    font-size: 15px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .meta .date{
    font-size: 15px;
    /*margin-right: 10px;*/
  }
  .news_list_thumb .webgene-item .title{

  }
  
  .news_list2.kasou{

  }
  .news_list2.kasou .webgene-item{

  }
  .news_list2.kasou .webgene-item a{
    border-radius: 45px;
  }
  
  .news_list2.kasou .webgene-item .date{
    width: 110px;
    text-align: left;
    padding-left: 13px;
    margin-right: 15px;
    font-size: 16px;
    letter-spacing: 0.075em;
    position: relative;
    z-index: 1;
  }
  .news_list2.kasou .webgene-item .date:after{
    content: "";
    width: 1px;
    height: 1em;
    background: #a7a7a7;
    position: absolute;
    z-index: 1;
    top:2px;
    right: 0;
  }
  .news_list2.kasou .webgene-item .category{
    min-width: 105px;
  }
  .news_list2.kasou .webgene-item .title{
    width: calc(100% - 125px - 105px);
    padding-left: 20px;
    margin-top: 0;
  }
  .news_list2.kasou .webgene-item:nth-child(n+2){
    margin-top: 13px;
  }
  .news_list2.kasou .webgene-item a:before{

  }
  .news_list2.kasou .webgene-item a:hover{
    background-color: var(--sub-color);
    color: #000;
  }
  .news_list2.kasou .webgene-item a:hover:before{
    background-color: #000;
  }
  
  .news_list2 .webgene-item a{
    padding: 24px 16px;
    padding-right: 95px;
    font-size: 16px;
    letter-spacing: 0.075em;
  }
   .news_list2 .webgene-item a:before{
    content: "";
    display: block;
    width: 1px;
    height: 60px;
    background: #a6a6a6;
    position: absolute;
    top: 50%;
    right: 6.2%;
    transform: translateY(-50%);
  }
  .news_list2 .webgene-item a:after{
    content: "▶";
    display: block;
    position: absolute;
    top: 50%;
    right: 2.2%;
    transform: translateY(-50%);
  }
  
  .news_list2.kasou .webgene-item a:before{
    /*right: 10.42%;*/
    right: 80px;
    background: #000;
  }
  
  .news_list2.kasou .webgene-item a:after{
    /*right: 3.9%;*/
    right: 32px;
    font-size: 11px;
  }

  
  
  
}
@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: 45px;
  }

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

  .news_list_thumb .webgene-item .title{
    font-size: 18px;
    line-height: 2;
  }


  

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

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

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

  
  .news_list2 .webgene-item a{
    padding: 32px 16px;
    padding-right: 95px;
    font-size: 18px;
    letter-spacing: 0.075em;
  }
  
  .news_list2.kasou .webgene-item .date{
    width: 135px;
    padding-left: 13px;
    margin-right: 30px;
    font-size: 18px;
  }
  .news_list2.kasou .webgene-item .date:after{
    top:2px;
  }
  .news_list2.kasou .webgene-item .category{
    min-width: 105px;
  }
  .news_list2.kasou .webgene-item .title{
    width: calc(100% - 165px - 105px);
    padding-left: 20px;
    font-size: 18px;
  }
}
@media (min-width:1720px){


}


/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
}
.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_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: var(--sub-color);
  color: #000;
  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;
}

/* 詳細 */
.posts_detail{
  border: 1px solid #d3d3d3;
  border-top: 15px solid #0069ba;
  padding: 15px 10px;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  margin-bottom: 2px;
}
.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{

}
.posts_detail .meta .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.065em;

}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
  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;
}
.posts_back_list a p:after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 18px;
}

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

.news_detail{
  border-bottom: 1px solid #808992;
  padding-bottom: 22px;
}
.news_detail .webgene-item{

}
.news_detail .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}


.news_detail .webgene-item .date{
  font-size: 16px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 20px;
}
.news_detail .webgene-item .category{
  min-width: 120px;
  background: var(--sub-color);
  color: #32333d;
  border: 0;
  border-radius: 13px;
  padding: 2px 5px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: center;
}
.news_detail .webgene-item .category.color2{
  background: var(--main-color);
  color: #fff;
}
.news_detail .webgene-item .title{
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  border-bottom: 1px solid #808992;
  margin-top: 12px;
  padding-bottom: 10px;
  
}
.news_detail .webgene-item .post_content{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.875em;
  padding-top: 38px;
}

.topics_detail{
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 33px;
}
.topics_detail .date{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0;
}
.topics_detail .title{
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 12px;
  margin-top: 10px;
}
.topics_detail .post_content{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 2.125em;
  padding-top: 30px;
}
.topics_detail .post_content h3{
  font-size: 17px;
  font-weight: 500;
  background: #c4d8e7;
  padding: 8px 19px;
  margin-bottom: 19px;
}
.topics_detail .post_content img{
  margin-bottom: 30px;
}
.topics_detail .post_content img:nth-of-type(n+2) {
  margin-top: 30px;
}


.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 (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;
  }
}
@media (min-width:768px){

  .pg_news{
  }
  .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: 55px;
  }

  /* 詳細 */
  .posts_detail{
    padding: 20px 30px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 5px;
    margin-bottom: 25px;
  }
  .posts_detail .meta .category{
    width: 100%;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 105px;
  }
  .posts_detail .meta .title{
    width: calc(100% - 105px);
    font-size: 20px;
  }
  .posts_detail .post_content{
    padding: 0 10px;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }
  
  .news_detail{

  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item .date{

  }
  .news_detail .webgene-item .title{
    font-size: 21px;
    margin-top: 12px;
  }
  .news_detail .webgene-item .post_content{

  }
  .news_detail + .read_more{
    margin-top: 55px;
  }
  
  .topics_detail{

  }
  .topics_detail .date{

  }
  .topics_detail .title{
    font-size: 18px;
  }
  .topics_detail .post_content{
    padding-top: 39px;
  }
  .topics_detail .post_content h3{
    font-size: 18px;
  }
  .topics_detail .post_content img{
    margin-bottom: 40px;
  }
  .pg_topics .read_more{
    margin-top: 46px;
  }


}
@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{

  }

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

  .pg_news{
  }
  
  .post_content{
    font-size: 18px;
  }

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

  .pg_news{
    min-height: 690px;
  }
  
  .container.wide .posts_layout_box1{
    width: calc(100% - 270px - 45px);
  }
  .container.wide .posts_layout_box2{
    width: 270px;
  }

  
  .posts_cat_item a{
    font-size: 18px;
  }
}
@media (min-width:1720px){

  .pg_news{
  }
  
  .container.wide .posts_layout_box1{
    width: calc(100% - 270px - 95px);
  }
  .container.wide .posts_layout_box2{
    width: 270px;
  }

}


/*******************************
*　ギャラリー（サムネ横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){


}


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

.contact_row{
  
}
.contact_row + .contact_row{
  margin-top: 300px;
}

.contact_form_ttl{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  margin-bottom: 70px;
}
.contact_form_ttl_ja{
  font-size: 32px;
  font-weight: 500;
  font-family: var(--font-maru);
  background: #fff100;
  color: #000;
  width: 650px;
  max-width: 100%;
  padding: 5px 10px;
}
.contact_form_ttl_sub{
  font-size: 28px;
  font-weight: 500;
  font-family: var(--font-maru);
  width: 100%;
  margin-top: 24px;
}

.checkArea input[type=checkbox]{
  margin-right: 5px;
}
.formWrap .checkArea .d-inline-block{
  margin-right: 26px;
}


@media (max-width:1023px){

  .contact_row + .contact_row{
    margin-top: 150px;
  }
  
  .contact_form_ttl{
    margin-bottom: 50px;
  }
  .contact_form_ttl_ja{
    font-size: 26px;
    width: 500px;
    padding: 5px 10px;
  }
  .contact_form_ttl_sub{
    font-size: 20px;
    margin-top: 15px;
  }
}
@media (max-width:767px){

  .contact_row + .contact_row{
    margin-top: 100px;
  }
  
  .contact_form_ttl{
    margin-bottom: 30px;
  }
  .contact_form_ttl_ja{
    font-size: 20px;
    width: 300px;
    padding: 5px 10px;
  }
  .contact_form_ttl_sub{
    font-size: 16px;
    margin-top: 10px;
  }

  
}


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



/* フォーム */
.formTbl{
  border: 1px solid #7e7e7e;
  background: #ffffff;
}
.form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.formRow + .formRow{
  border-top: 1px solid #7e7e7e;
}
.formTh {
  padding: 12px 15px 16px 20px;
  background: var(--sub-color);
  color: #000;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 2px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  border: 1px solid #b80000;
  color: #b80000;
  ;
}
.formTd {
  font-size: 15px;
  padding: 10px 16px;
  color: #000;
}
.formTd.a-center{
  display: flex;
  align-items: center;
}
.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 input[name="year"]{
  max-width: 70px;
  margin-right: 11px;
}
.formTd input[name="month"],
.formTd input[name="day"],
.formTd input[name="calear"]{
  max-width: 42px;
  margin-right: 11px;
}
.formWrap .formTd.calear .d-inline-block{
  margin-left: 28px;
}
.formWrap .formTd.calear input[type=checkbox],
.formWrap .formTd.sex input[type=radio]{
  margin-right: 5px;
}
.formWrap .formTd.sex{
  display: flex;
  align-items: center;
}
.formWrap .formTd.sex .d-inline{
  margin-right: 31px;
}
.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: 55px;
}
.formWrap input[name="privacy"]{
  margin-right: 7px;
}
.formWrap .privacyLabel{
  font-size: 17px;
  font-weight: 500;
  display: inline;
}
.formWrap .privacyLabel a{
  color: var(--sub-color);;
}
.formBtn.formSend {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  min-height: 50px;
  max-width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  border: 1px solid var(--main-color);
  border-radius: 40px;
  background: var(--main-color);
  /*border-radius: 27px;*/
  color: #FFF;
  padding: 16px 20px;
  margin: 5px auto;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;

}
.formBtn.formSend:after{
  content: "➡";
  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{
  color: #FFF;
  background: var(--sub-color);
  border-color: var(--sub-color);
}
.formBtn.formSend:hover:after{
  margin-right: -5px;
}

@media (min-width:768px){
  
  .formBtn.formSend{
    width: 500px;
    min-height: 80px;
    font-size: 24px;
    border-radius: 40px;
    padding: 16px 20px;
  }
  .formBtn.formSend:after{
    right: 18px;
  }
  
}

.formWrap label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.radioArea .d-inline-block{
  margin-right: 28px;
}
.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.8em;
}

@media only screen and (min-width: 768px){
  .formTd {
    align-content: center;
  }
}
@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%;
  }

  .thanks_text{
    text-align: center;
  }
}


/* プライバシー */
.contact_tt{
  margin-bottom: 60px;
  padding-left: 10px;
}
.privacy_item {
  margin-top: 29px;
  font-weight: 500;
  color: #153853;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  padding: 8px 15px;
  margin-bottom: 12px;
  letter-spacing: 0.04em;
  border-left: 6px solid var(--main-color);;
  color: #153853;
}
.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 {
  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: 0;
    font-size: 19px;
  }
  .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 10px;
  }
  .formTd.born .selectArea{
    display: flex;
    align-items: center;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.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;
  }
}
