/*******************************
*　会社概要
********************************/
.pg_company{

}

/*テーブル*/
.info_tbl_wrap{

}
.info_tbl{

}
.table_rows{

}
.table_rows_tr.company{
  border: 2px solid #020202;
  border-collapse: collapse;
}
.table_rows_tr.company p{
  letter-spacing: 0.16em;
}
.table_rows_th.company,
.table_rows_td.company{
  font-size: 15px;
  letter-spacing: 0.16em;
  line-height: 1.5;
}
.table_rows_th.company{
  font-weight: 500;
  background: #f7f7f7;
}
.table_rows_td.company{
  font-weight: 400;
  background: #fff;
}

/*地図*/
.access_map iframe{
  width: 100%;
  border: none;
}

/*広告*/
.company_link{
  width: 100%;
}
.company_link:hover{
  opacity: 0.8;
}
.company_link_img{

}


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

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

}
@media (max-width:767px){
  .pg_company .section.sec2{
    margin-top: 70px;
  }

  /*テーブル*/
  .table_rows_th.company,
  .table_rows_td.company{
    display: block;
  }

  /*地図*/
  .gmap{
    margin-top: 50px;
  }
  .access_map iframe{
    height: 200px;
  }

  /*広告*/
  .company_link_box{
    margin-top: 50px;
  }
  .company_link_outer:nth-child(n+2){
    margin-top: 30px;
  }

}
@media (min-width:768px){
  .pg_company .section.sec1{
  }
  .pg_company .section.sec2{
    margin-top: 100px;
  }
  .pg_hdr_box1.company{
    margin-top: 90px;
  }
  .pg_hdr_box2.company{
    margin-top: 12px;
    width: 33.5%;
  }

  /*テーブル*/
  .table_rows_th.company,
  .table_rows_td.company{
    padding: 10px 15px;
  }
  .table_rows_th.company{
    width: 150px;
  }

  /*地図*/
  .gmap{
    margin-top: 80px;
  }
  .access_map iframe{
    height: 337px;
  }

  /*広告*/
  .company_link_box{
    margin-top: 80px;
  }
  .company_link_outer:nth-child(n+2){
    margin-top: 50px;
  }


}
@media (min-width:1024px){
  .pg_company .section.sec1{
  }
  .pg_company .section.sec2{
    margin-top: 176px;
  }

  /*テーブル*/
  .table_rows_th.company,
  .table_rows_td.company{
    padding: 19px 25px 15.5px;
  }
  .table_rows_th.company{
    width: 254.98px;
  }
  .table_rows_td.company{
    padding-left: 30px;
  }

  /*広告*/
  .company_link_box{
    margin-top: 140px;
  }

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


}


/*******************************
*　お問い合わせ
********************************/
.pg_contact{

}
.pg_contact .section.sec1{
}
.pg_contact .section.sec2{
}
.pg_contact .section.sec3{
}



.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
  /*font-family: "Noto Serif JP", serif;*/
}
.contact_info_tt{
  /*font-family: "Noto Serif JP", serif;*/
  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-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
.contact_tt.privacy{
  font-family: "Noto Sans JP";
  font-weight: 500;
}

/* フォーム */
.comtact_title{
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
}
.pg_contact .formTbl{
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  margin-top: 35px;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 18px 10px 20px 25px;
  background: #eeeeee;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 5px 12px;
  margin-top: -3px;
  float: right;
  font-weight: 900;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.pg_contact .formTd {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.16em;
  line-height: 1.5;
  padding: 8px 22px;
}
.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: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  letter-spacing: 0.18em;
}
.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: 16px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.pg_contact .formWrap .text-center{
  padding-top: 40px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-weight: 400;
  font-size: 17px;
  letter-spacing: 0.08em;
  line-height: 1;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #1a3e9b;
}
.pg_contact .formBtn.formSend {
  max-width: 300px;
  width: 100%;
  /*font-family: "Noto Serif JP", serif;*/
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.075em;
  margin: 40px auto 0;
  padding: 8px 0 5px;
  border: 1px solid #a6a6a6;
  border-radius: 10px;
  color: #000;
  background: #fff;
  display: block;
  cursor: pointer;
  transition: 0.2s all;
}
.pg_contact .formBtn.formSend:hover{
  background: #fde67c;
}

.pg_contact 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;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}

@media only screen and (min-width: 1024px){
  .pg_contact .formTh {
    max-width: 28%;
  }
  .pg_contact .formTd {
    max-width: 72%;
  }
}


/* プライバシー */
.pg_contact .section.sec3 .contact_tt{
  font-weight: 500;
  font-size: 21px;
  letter-spacing: 0.2em;
  line-height: 1.5;
}
.privacy_item{
  margin-top: 28px;
}
.privacy_tt{
  /*font-family: "Noto Serif JP", serif;*/
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.04em;
  padding: 7px 15px;
  border-left: 6px solid #4c4c4c;
}
.privacy_txt{
  margin-top: 14px;
  font-weight: 500;
  font-size: 16px;
  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 {
  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: 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;
  }
  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;
  }
  .privacy_ttl {
    font-size: 15px;
    padding-left: 10px;
  }
}


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

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

}
@media (max-width:767px){
  .pg_contact .section.sec1,
  .pg_contact .section.sec2,
  .pg_contact .section.sec3{
    margin-top: 70px;
  }
  .comtact_title{
    font-size: 20px;
  }
}
@media (min-width:768px){
  .pg_contact .section.sec1{
    margin-top: 180px;
  }
  .pg_contact .section.sec2{
    margin-top: 88px;
  }
  .pg_contact .section.sec3{
    margin-top: 110px;
  }
  .pg_hdr_box1.contact{
    margin-top: 52px;
  }
  .pg_hdr_box2.contact{
    width: 41%;
  }
  .pg_contact .section.sec3 .contact_tt{
    margin-bottom: 50px;
  }

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


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


}

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

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


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

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


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

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

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

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

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


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


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


}