@charset "UTF-8";
/* **********************************
 *  お問い合わせフォーム
 * ********************************* */
.pg_contact{

}
.pg_contact .section#sec1{

}
.pg_contact .section#sec2{
  padding-top: 60px;
}
.pg_contact .section#sec3{
  padding-top: 60px;
}
.pg_contact .section#sec4{
  padding-top: 70px;
}

.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}



/* 連絡先 */
.contact_info{
  text-align: center;
}
.contact_info .text{
  font-family: Noto Serif JP;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.075em;
}
.contact_info .btn{
  margin-top: 27px;
}
.contact_info .btn a{
  width: 100%;
  padding: 22px 0;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: 0.19em;
}

/* コンタクトフォーム */
.contact_tt{
  font-family: Noto Serif JP;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.2;
}
.contact_category{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

/* コンタクトフォーム */
.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 10px 20px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f0f0f0;
  width: 310px;
  letter-spacing: 0.08em;
}
.contact_form td{
  font-size: 15px;
  letter-spacing: 0.16em;
  line-height: 1.9333em;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 11px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}

/* MW WP Formの規定クラス */
/* checkbox, radio */
.mwform_check_box_wrap{
  padding: 6px 0;
}
.mw_wp_form .mwform-radio-field.horizontal-item,
.mw_wp_form .mwform-checkbox-field.horizontal-item{
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
}

/**/
.mw_wp_form_confirm .addr_auto{
  display: none;
}
.mw_wp_form_confirm .addr_auto_box .zipcode i{
  background: none;
  padding: 0;
  font-size: inherit;
}

.contact_form ul + ul{
  margin-top: 10px;
}
.contact_form ul dt,
.contact_form ul dd{

}
.contact_form ul + p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact_form ul.addr dt{
  width: 90px;
}
.contact_form ul.addr dd{
  width: calc(100% - 90px);

}
.contact_form ul.date {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contact_form ul.date dt{
  width: 90px;
}
.contact_form ul.date dt + dt{
  margin-left: 5px;
}
.contact_form ul.date dt select{
  width: 100%;
}
.contact_form ul.date dt.wide{
  width: 200px;
}
.contact_form ul.date dt.m,
.contact_form ul.date dt.d{
  width: 120px;
}
.contact_form ul.date dt.m select,
.contact_form ul.date dt.d select{
  width: calc(100% - 2em);
}
.contact_form ul.date dt.t{
  width: 180px;
}
.contact_form ul.date dt.t select{
  width: calc(100% - 5em);
  max-width: 85px;
}


.contact_form ul.addr dd{

}


.contact_form_addr{
  display: flex;
  align-items: center;
  margin: 0;
}
.contact_form_addr + .contact_form_addr{
  margin-top: 8px;
}
.contact_form_addr dt,
.contact_form_addr dd{
  margin: 0;
}
.contact_form_addr dt{
  width: 80px;
}
.contact_form_addr dd{
  width: calc(100% - 80px);
}

.contact_form_addr dd [name$="zipcode"]{
  width: 210px;
}
.contact_form_addr dd [name$="addr1"]{
  width: 210px;
}




.addr_auto_box{
  display: flex;
  align-items: center;
}
.addr_auto_box .zipcode{
  display: flex;
  flex-wrap: wrap;
}
.addr_auto_box .zipcode i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #cccccc;
  padding: 0 5px;
}
.addr_auto_box .zipcode input{

}

.addr_auto_box button{
  margin-left: 20px;
}


.contact_form td input ,
.contact_form td textarea ,
.contact_form td select {
  padding: 7.25px 10px;
  max-width: 100%;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 0.16em;
}
.contact_form td textarea{
  height: 280px;
}
.contact_form td [name$="_zipcode"],
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 160px;
}
.contact_form td [name="addr1"]{
  width: 220px;
}
.contact_form td [name="addr2"]{
}


.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 5px 5px;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */



.contact_form_acceptance{
  font-size: 17px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 62px;
}
.contact_form_acceptance a{
  /*  color: #1a3e9b;*/
}
.contact_form_acceptance .mwform-checkbox-field.horizontal-item{
  margin-right: 0;
}


/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 35px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  background: #b80000;
  color: #FFF;
  border: 0;
  padding: 13px 10px;
  width: 315px;
  margin: 0 10px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.contact_form_btns button[name="submitBack"]{
  background: #9e9d9d;
}
.contact_form_btns button{

}
.contact_form_btns button:hover{
  background: #fff;
  color: #eb6100;
  border: 2px solid #eb6100;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns button[type="reset"]{
  background: #CCC;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}

.contact_info{

}
.contact_info .text{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
.contact_info .tel{

}
.contact_info .tel .btn{


}
.contact_info .tel .btn a{

}
.contact_info .tel .btn a:after{
  display: none;
}
.pg_contact .contact_category{
  margin: 0 -15px;
}
.pg_contact .contact_category .btn{
  width: 25%;
  padding: 0 15px;
}
.pg_contact .contact_category .btn a{
  width: 100%;
  line-height: 1.4em;
  box-shadow: none;
  background: #e2e2e2;
  padding: 0;
  min-height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
}
.pg_contact .contact_category .btn a:hover{
  color: #eb6100;
}
.pg_contact .contact_category .btn.on a{
  background: #fff;
  color: #eb6100;
  border: 2px solid #eb6100;
}
/*.pg_contact .contact_category .btn.on a*/
.pg_contact .contact_category .btn a:before{
  display: none;
}
.pg_contact .contact_category .btn a:after{
  right: 14px;
}
.contact_info .btn a{
  transition: all .3s;
}
.contact_info .btn a:hover{
  background: #eb6100
}
.contact_info .btn a:hover:before{
  border: 1px solid #fff;
}

/*タイトル*/
.pg_contact .tt2 h2{
  font-weight: 500;
}
.pg_contact .tt2 .en:before{
  border-bottom: 2px solid;
}

.form_item_desc{
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
}

/*注意事項*/
.form_note_box{
  background: #f4f4f4;
  padding: 10px;
  margin-top: 30px;
}
.form_note_box .inner{
  background: #fff;
  padding: 20px;
}
.form_note_box .title{
  background: #0480b8;
  color: #fff;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.075em;
  padding: 3px;
}
.form_note_box .content{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-top: 24px;
}
.form_note_box .text1{
  text-align: justify;
}
.form_note_box .lists{
  max-width:280px;
  width: 100%;
  margin: 13px auto 0;
}
.form_note_box li{
  position: relative;
  z-index: 1;
  padding-left: 1.5em;
}
.form_note_box li:before{
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #eb6100;
  padding-right: 11px;
  position: absolute;
  z-index: 1;
  left: 0;
}
.form_note_box .text2{
  text-align: justify;
  margin-top: 17px;
}
.form_note_box .text3{
  text-align: justify;
  margin-top: 19px;
}
.form_note_box .btn1{
  display: block;
  max-width: 480px;
  width: 100%;
  background: #eb6100;
  padding: 5px;
  margin: 27px auto 0;
  cursor: pointer;
  border: 2px solid transparent;
  transition: all .3s;
}
.form_note_box .btn1:hover{
  background: #fff;
  border: 2px solid #eb6100;
}
.form_note_box .btn1:hover .inner{
  border: 2px solid #eb6100;
  background: #fff;
  color: #eb6100;
}
.form_note_box .btn1 .inner{
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.2em;
  background: #eb6100;
  padding: 10px;
  transition: all .3s;
}
.form_note_box{

}
.file_txt{
  margin-top: 20px;
}
.file_txt div{
  text-indent: -1em;
  padding-left: 1em;
}

.contact_form td [name="your_company"],
.contact_form td [name="your_position"],
.contact_form td [name="your_name"],
.contact_form td [name="your_email"],
.contact_form td [name="your_tel"],
.contact_form td [name="your_fax"]{
  width: 100%;
  max-width:460px;
}
.contact_form td [name="delivery_phone"]{
  width: 100%;
  max-width:460px;
}
.contact_form td [name="delivery"],
.contact_form td [name="delivery_addr"],
.contact_form td [name="delivery_name"],
.contact_form td [name="delivery_phone"]{
  width: 100%;
  max-width:460px;
}
.contact_form td [name="delivery_date_m"],
.contact_form td [name="carrying_date_m"],
.contact_form td [name="wish_date_m"],
.contact_form td [name="wish_date_t"]{
  width: 100%;
  max-width:85px;
}

.pg_contact .section#sec4 .contact_form td [name="wish_date_t"]{
  width: 100%;
  max-width:85px;
}
.contact_form td [name="weight"]{
  width: 100%;
  max-width:208px;
}
.contact_form td [name="comapany_add"],
.contact_form td [name="add"]{
  width: 100%;
  max-width:100%;
}
.contact_form td [name="your_message"]{
  width: 100%;
  max-width:100%;
}
.contact_form td.ton{
  display: flex;
  align-items: flex-end;
}
.contact_form td.ton .ton{
  line-height: 1.2em;
  margin-left: 10px;
}

/*.contact_form ul.date{
  flex-wrap: wrap;
}
.contact_form ul.date dt.t{
  width: 100%;
}*/

.contact_form ul.date{
  margin-left: -5px;
}
.contact_form ul.date .m,
.contact_form ul.date .t{
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.contact_form ul.date .m select{
  margin-left: 5px;
  margin-right: 5px;
}
.contact_form ul.date .t select{
  margin-left: 5px;
  margin-right: 5px;
}


.contact_form ul.date .m{
  margin-right: 15px;
}
.contact_form ul.date dt.t {
  width: 180px;
}
.pg_contact .section#sec4 .contact_form td [name="delivery_date_t"], .pg_contact .section#sec4 .contact_form td [name="carrying_date_t"]{
  max-width: 100px;
}

/*クレーン*/
.clane_type{

}
.clane_type span{
  display: inline-block;
  width: 100%;
  max-width: 150px;
}
.clane_type div:nth-child(n+2){
  margin-top: 10px;
}
.side_input{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact_form td [name="max_weight"],
.contact_form td [name="lifting"],
.contact_form td [name="span"]{
  width: 100%;
  /*max-width:250px;*/
  max-width:200px;
}
.contact_form td [name="speed_input"],
.contact_form td [name="beside_input"],
.contact_form td [name="run_input"]{
  width: 100%;
  max-width: 100%;
  ;
}
.contact_form td [name="units"]{
  max-width: 80%;
}

.contact_form_send_msg .btn{
  text-align: center;
  margin-top: 50px;
}
@media(max-width:767px){
  .contact_tt{
    font-size: 17px;
  }
  .contact_info .btn a{
    font-size: 23px;
  }
  .contact_info .text{
    text-align: justify;
  }
  .contact_form tr{
    display: flex;
    flex-wrap: wrap;
  }
  .contact_form th, .contact_form td{
    display: block;
    width: 100%;
  }
  .pg_contact .contact_category .btn{
    width: 100%;
  }
  .pg_contact .contact_category .btn:nth-child(n+2){
    margin-top: 16px;
  }
  
  .contact_form td [name="max_weight"],
  .contact_form td [name="lifting"],
  .contact_form td [name="span"]{
    max-width:100px;
  }
}
@media(max-width:767px){
  .contact_tt{
    font-size: 17px;
  }
  .contact_info .btn a{
    font-size: 18px;
  }
}
@media(max-width:374px){
  .form_item_desc{
    font-size: 14px;
  }
  .clane_type span{
    max-width: 130px;
  }
  .contact_form td [name="max_weight"],
  .contact_form td [name="lifting"],
  .contact_form td [name="span"]{
    max-width:70px;
  }
}

@media(min-width:768px){
  .pg_contact{

  }
  .pg_contact .section#sec1{

  }
  .pg_contact .section#sec2{
    padding-top: 80px;
  }
  .pg_contact .section#sec3{
    padding-top: 140px;
  }
  .pg_contact .section#sec4{
    padding-top: 120px;
  }
  .contact_info{

  }
  .contact_info .text{
    font-size: 18px;
  }
  .contact_info .tel{

  }
  .contact_info .tel .btn{

  }
  .pg_contact .contact_category .btn{
    width: 50%;
  }
  .pg_contact .contact_category .btn:nth-child(n+3){
    margin-top: 16px;
  }

  .form_item_desc{
    text-align: center;
  }

  .contact_form th{
    width: 250px;
  }
  .contact_form th,
  .contact_form td{
    padding: 10px 10px;
  }

  /*注意事項*/
  .form_note_box{
    margin-top: 40px;
  }
  .form_note_box .inner{
    padding: 22px 40px 30px;
  }
  .form_note_box .title{
    font-size: 18px;
  }
  .form_note_box .content{

  }
  .form_note_box .text1{
    text-align: center;
  }
  .form_note_box .lists{

  }
  .form_note_box li{

  }
  .form_note_box .text2{
    text-align: center;
  }
  .form_note_box .text3{
    text-align: center;
  }
  .form_note_box .btn1{

  }
  .form_note_box .btn1 .inner{

  }
  .form_note_box{

  }
  /*クレーン*/
  .contact_form td [name="max_weight"],
  .contact_form td [name="lifting"],
  .contact_form td [name="span"]{
    width: 100%;
    max-width:300px;
  }
}
@media(min-width:1024px){
  .pg_contact{

  }
  .pg_contact .section#sec1{

  }
  .pg_contact .section#sec2{
    padding-top: 112px;
  }
  .pg_contact .section#sec3{
    padding-top: 170px;
  }
  .pg_contact .section#sec4{
    padding-top: 152px;
  }
  .contact_info{

  }
  .contact_info .btn a{
    width: 800px;
  }
  .contact_info .text{
    font-size: 16px;
  }
  .contact_info .tel{

  }
  .contact_info .tel .btn{

  }
  .pg_contact .contact_category .btn{
    width: 25%;
  }
  .pg_contact .contact_category .btn:nth-child(n+3){
    margin-top: 0;
  }

  .contact_form th{
    width: 310px;
  }
  .contact_form th,
  .contact_form td{
    padding: 10px 20px;
  }
  /*注意事項*/
  .form_note_box{

  }
  .form_note_box .inner{

  }
  .form_note_box .title{

  }
  .form_note_box .content{

  }
  .form_note_box .text1{

  }
  .form_note_box .lists{

  }
  .form_note_box li{

  }
  .form_note_box .text2{

  }
  .form_note_box .text3{

  }
  .form_note_box .btn1{

  }
  .form_note_box .btn1 .inner{

  }
  .form_note_box{

  }

  .contact_form ul.date dt.t{
    width: 350px;
  }

  .pg_contact .section#sec4 .contact_form td [name="delivery_date_t"],
  .pg_contact .section#sec4 .contact_form td [name="carrying_date_t"]{
    width: 100%;
    max-width:225px;
  }
  .pg_contact .contact_category .btn a{
    font-size: 13px;
  }
  /*クレーン*/
  .contact_form td [name="max_weight"],
  .contact_form td [name="lifting"],
  .contact_form td [name="span"]{
    width: 100%;
    max-width:208px;
  }
  .contact_form td [name="speed_input"],
  .contact_form td [name="beside_input"],
  .contact_form td [name="run_input"]{
    max-width: inherit;
  }
  .contact_form td [name="units"]{
    max-width: 208px;
  }

  .contact_form_send_msg .txt{
    text-align: center;
  }
}
@media(min-width:1200px){
  .contact_info .text{
    font-size: 18px;
  }
  .pg_contact .tt2{
    margin-bottom: 34px;
  }
  .pg_contact .contact_category .btn a{
    font-size: 15px;
  }

}

/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.pg_contact .privacy{
  margin-top: 105px;
}

.privacy_tt{
  text-align: center;
  margin-bottom: 55px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{

}
.privacy_items .item{
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.privacy_items .item + .item{
  margin-top: 40px;
}
.privacy_items .item h4{
  font-size: 18px;
  font-weight: 500;
  border-left: 6px solid #f0f0f0;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  line-height: 1.875;
}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li{

}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}
.pg_contact .privacy_box{
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 2;
  margin-bottom: 17px;
  border: 1px solid #dedede;
  padding: 8px 15px;
  color: #181818;
  height: 230px;
  overflow: auto;
  text-align: left;
}
.privacy_box .item .txt {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 2;
}
.privacy_box .item:nth-child(n+2) {
  margin-top: 30px;
}
.privacy_box .item .title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  border-left: 3px solid #2f1609;
  padding-left: 14px;
  margin-bottom: 12px;
  line-height: 1;
  text-align: left;
  margin-left: 6px;
}
@media(max-width:767px){
}
@media(min-width:768px){
  .pg_contact .privacy_box{
    max-width: 840px;
    width: 100%;
    height: 165px;
    overflow: auto;
    text-align: left;
  }
  privacy_box .item:nth-child(n+2) {
    margin-top: 70px;
  }
}
@media(min-width:1024px){
}
@media(min-width:1200px){
}