@charset "UTF-8";

.mail_address{
  display: inline-block;
  width: 225px;
  height: auto;
  vertical-align: middle;
}
.require{
  color: #c93b28;
  display: inline-block;
  margin-left: 5px;
}
.contact{
  width: 94%;
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0 50px;
}
.sectitle + .title_line {
  margin: 15px auto 35px;
}

.form .list{
  margin-top: 50px;
  margin-bottom: 65px;
}
.form .list li{
  display: flex;
  justify-content: space-between;
  line-height: 1.8;
}
.form .ttl{
  border-bottom: 1px dashed rgba(92,92,92,.8);
  width: 22.4%;
  padding-top: 10px;
}
.form .txt{
  width: 75%;
  padding: 17px 1em 10px;
  border-bottom: 1px dashed rgba(92,92,92,.8);
}
.form .txt .lh2{
  line-height: 1.7;
}
.mfp_element_all{
  max-width: 100%;
}
.form .txt span{
  display: block;
  margin-top: 5px;
}
.form input{
  width: 100% !important;;
  padding: 0px 3px;
}
.form textarea{
  width: 100% !important;
  height: 200px !important;
}
.form .submit{
  display: block;
  width: 100%;
  max-width: 245px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  margin: 0 auto;
  border: none;
  background: none;
  color: #fff;
  margin: 0 auto 40px;
  border-radius: 0;
  padding: 0;
  text-shadow: none;
}
.form .submit .btn{
  background: #241611;
}
.form .submit .btn::after{
  display: none;
}
.form .comment{
  margin-bottom: 10px;
}


/* bottom box */
.bottom{
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 0;
}
.bottom .txt_box{
  padding: 0 3%;
}
.bottom .title_line{
  display: block;
  margin: 20px auto;
}

.bottom .icon_tel{
  display: inline-block;
  width: 25px;
  height: auto;
}
.bottom .box{
  align-items: center;
  margin: 20px 0 40px;
}
.bottom .box .logo_flex{
  display: flex;
  justify-content: center;
  align-items: center;
}

.bottom .box .logo{
  width: 91px;
  height: auto;
}
.bottom .box .name{
  margin: 0 40px 0 20px;
  letter-spacing: 3px;

}


@media screen and (max-width: 768px){
  .contact {
    padding: 30px 0;
  }
  .sectitle + .title_line {
    margin: 15px auto 20px;
  }
  .form .list{
    border-top: 1px dotted rgba(92,92,92,.8);
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .form .list li {
    display: block;
  }
  .form .ttl{
    width: 100%;
    /* border-bottom: 1px dotted rgb(179, 185, 191); */
    border-bottom: none;
    background: rgba(255,255,255,.1);
    padding: 10px 1em 5px;
  }
  .form .txt{
    width: 100%;
    padding-top: 1px;
    /* border-bottom: none; */
  }

  .form .privacy{
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
  }

  .bottom .box{
    text-align: center;
  }
  .bottom .box .logo{
    display: inline-block;
    /* margin-top: 10px; */
  }
  .bottom .box .name{
    /* margin: 20px 0 5px; */
  }
  .bottom .box .name p{
    /* display: inline; */
  }
  .bottom .box .address{
    margin-top: 15px;
  }

}

@media screen and (max-width: 500px){
  .form .submit{
    margin-bottom: 20px;
  }
  .form .privacy {
    position: relative;
    margin: 0 auto 20px;
  }


}
