
/*******************************
*　記事一覧(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;
  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: #3a3a3a;
  color: #FFF;
  padding: 12px 10px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 18px;
}

.posts_cat_item{
  padding-left: 0px;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 12px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 31px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  color: #7a7a7a;
  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;
}

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

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


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

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

  .pg_news{
  }

}


/*******************************
*　新着情報
********************************/
.pg_news{

}
.pg_news .section.sec1{

}

/*一覧*/
.news_list{

}
.news_list .webgene-blog{
  margin: 0 -5px;
  display: flex;
  flex-wrap: wrap;
}
.news_list .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.news_list .webgene-item:nth-child(n+3){
  margin-top: 30px;
}
.news_list .webgene-item .img.img_fit{
  overflow: hidden;
}
.news_list .webgene-item .img.img_fit:before{
  padding-top: 79.6%;
}
.news_list .webgene-item .meta{
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
}
.news_list .webgene-item .meta:after{
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  background: #3a3a3a;
  margin-top: 16px;
}
.news_list .webgene-item .date,
.news_list .webgene-item .category,
.news_list .webgene-item .title{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
.news_list .webgene-item .date,
.news_list .webgene-item .category{
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.075em;
}
.news_list .webgene-item .date{

}
.news_list .webgene-item .category{
  margin-left: 5px;
  padding-left: 5px;
  width: 50%;
  border-left: 1px solid #3a3a3a;
}
.news_list .webgene-item .title{
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0em;
}

.webgene-pagination li{
  padding: 3px 14px;
  background: transparent;
  border: 1px solid #7a7a7a;
}
.webgene-pagination li.selected{
  color: #ffffff;
  background: #7a7a7a;
}

/*詳細*/
.news_detail{

}
.news_detail .webgene-blog{

}
.news_detail .webgene-item{

}
.news_detail .webgene-item .meta{
  display: flex;
}
.news_detail .webgene-item .date,
.news_detail .webgene-item .category,
.news_detail .webgene-item .title,
.news_detail .webgene-item .txt{
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
.news_detail .webgene-item .date,
.news_detail .webgene-item .category{
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.075em;
}
.news_detail .webgene-item .date{

}
.news_detail .webgene-item .category{
  margin-left: 5px;
  padding-left: 5px;
  width: 50%;
  border-left: 1px solid #3a3a3a;
}
.news_detail .webgene-item .title{
  margin-top: 10px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0em;
  border-bottom: 1px solid #3a3a3a;
}
.news_detail .webgene-item .post_content{
  padding: 30px 0;
  border-bottom: 1px solid #3a3a3a;
}
.news_detail .webgene-item .txt{
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.075em;
}


@media (max-width:374px){

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

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

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

  }
  .pg_news .section.sec1{

  }

  /*一覧*/
  .news_list{

  }
  .news_list .webgene-blog{
    margin: 0 -10px;
  }
  .news_list .webgene-item{
    padding: 0 10px;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 50px;
  }
  .news_list .webgene-item .img.img_fit{

  }
  .news_list .webgene-item .meta{
    margin-top: 18px;
  }
  .news_list .webgene-item .meta:after{
    margin-top: 16px;
  }
  .news_list .webgene-item .date,
  .news_list .webgene-item .category{
    font-size: 14px;
  }
  .news_list .webgene-item .date{

  }
  .news_list .webgene-item .category{
    margin-left: 9px;
    padding-left: 7px;
    width: 50%;
  }
  .news_list .webgene-item .title{
    margin-top: 9px;
  }

  /*詳細*/
  .news_detail{

  }
  .news_detail .webgene-blog{

  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item .meta{

  }
  .news_detail .webgene-item .deta{

  }
  .news_detail .webgene-item .category{
    margin-left: 10px;
    padding-left: 9px;
  }
  .news_detail .webgene-item .title{
    margin-top: 19px;
    padding-bottom: 14px;
  }
  .news_detail .webgene-item .post_content{
    padding: 40px 0;
  }
  .news_detail .webgene-item .txt{
    line-height: 2.428;
  }


}
@media (min-width:1024px){
  .pg_news{
  }
  .pg_news .section.sec1{

  }

  /*一覧*/
  .news_list{

  }
  .news_list .webgene-blog{
    margin: 0 -15px;
  }
  .news_list .webgene-item{
    padding: 0 15px;
    width: 33.33%;
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 0px;
  }
  .news_list .webgene-item:nth-child(n+4){
    margin-top: 37px;
  }
  .news_list .webgene-item .img.img_fit{

  }
  .news_list .webgene-item .meta{
    margin-top: 18px;
  }
  .news_list .webgene-item .meta:after{
    margin-top: 16px;
  }
  .news_list .webgene-item .date{

  }
  .news_list .webgene-item .category{
    margin-left: 9px;
    padding-left: 7px;
    width: 55%;
  }
  .news_list .webgene-item .title{
    margin-top: 13px;
  }

  .news_list.col4 .webgene-item{
    width: 25%;
  }
  .news_list.col4 .webgene-item:nth-child(n+4){
    margin-top: 0;
  }
  
  
  /*詳細*/
  .news_detail{

  }
  .news_detail .webgene-blog{

  }
  .news_detail .webgene-item{

  }
  .news_detail .webgene-item .meta{

  }
  .news_detail .webgene-item .deta{

  }
  .news_detail .webgene-item .category{
    margin-left: 10px;
    padding-left: 9px;
  }
  .news_detail .webgene-item .title{
    margin-top: 19px;
    padding-bottom: 14px;
  }
  .news_detail .webgene-item .post_content{
    padding: 50px 0 69px;
  }
  .news_detail .webgene-item .txt{

  }
  .news_detail .read_more{
    margin-top: 55px;
  }
  .news_detail .read_more a{
    padding: 14px 20px;
  }


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

  /*一覧*/
  .news_list .webgene-item .category{
    margin-left: 9px;
    padding-left: 7px;
    width: 63%;
  }


}





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

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


.contact_tt {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 21px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.2em;
}
.contact_tt.privacy{
  font-family: "Noto Sans JP";
  font-weight: 500;
}

/* フォーム */
.pg_contact .formTbl{
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 15px 15px 16px 20px;
  background: #eeeeee;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  padding: 2px 10px;
  margin-top: 2px;
  float: right;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.12em;
  background: #b80000;
  color: #ffffff;
  border: 1px solid transparent;
}
.d-inline-block.requiredText.un_requiredText{
  background: #ffffff;
  color: #b80000;
  border: 1px solid #b80000;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 17px;
}
.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-family: "Zen Old Mincho", serif;
  font-size: 15px;
  letter-spacing: 0.16em;
  padding: 5px 12px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.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-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.16em;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.pg_contact .formWrap .text-center{
  padding-top: 44px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
  margin-left: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #b80000;
}
.pg_contact .formBtn.formSend {
  min-width: 350px;
  width: 100%;
  margin: 35px auto 0;
  border: 0;
  background: #b80000;
  color: #ffffff;
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0em;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  border: 1px solid currentColor;
  background: none;
  /* border-radius: 27px; */
  color: var(--main-color);
  padding: 14px 20px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.pg_contact .formBtn.formSend:after{
  content: "→";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.pg_contact .formBtn.formSend:hover{
  background: #FFF;
}
.pg_contact .formBtn.formSend:hover:after{
  margin-right: -5px;
}


.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 4px 2px 2px;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0.15em;
  line-height: 2;
}
.radioArea .d-inline-block{
  margin-right: 30px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 7px 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
}

.fileArea{
  margin-top: 5px;
}
.fileArea + .fileArea{
  margin-top: 14.5px;
}
.fileCaution{
  color: #b80000;
  margin-top: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.16em;
}
.fileCaution.filebb{
  margin-top: 10px;
  color: #3a3a3a;
}




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


/* プライバシー */
.pg_contact .section.sec2{
  padding: 150px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 60px;
  padding-left: 40px;
}
.privacy_box{
  margin-top: 150px;
  padding: 2.5% 4.3% 0% 2.7%;
  height: 397px;
  overflow: auto;
  border: 1px solid #f5f1eb;
  background: #FFF;
  overscroll-behavior: contain; /* スクロール連鎖を遮断 */
  -webkit-overflow-scrolling: touch; /* iOS 慣性 */
}
.privacy_item {
  margin-top: 30px;
}
.privacy_ttl {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  padding: 7px 13px;
  margin-bottom: 12px;
  border-left: 6px solid #959595;
}
.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: 58px;
}
.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){
  .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;
  }
  .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: 100%;
  }
  .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: 8.5px 4px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

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


  .contact_info_bg {
    padding: 18px 10px;
  }

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

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

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

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


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

.thanks_text{
  text-align: center;
}

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


}