@charset "utf-8";
/***************************************************
information
  filename : page_lp.css;
***************************************************/
@media screen and (max-width:800px){
}


/******************  ******************/

.con_det.con_lp #contents{
  padding: 0;
}
.con_det.con_lp #main{
  width: 100%;
}
.con_det.con_lp .ptWdM{
  width: 100%;
}
.con_det.con_lp .articleBox{
  padding: 0;
}

.con_det.con_lp .articleBox .lp-wd80{
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width:800px){
  .con_det.con_lp .articleBox .lp-wd80{
    width: 90%;
  }
}

.con_det.con_lp .articleBox h2{
  font-size: 4.0rem;
}
@media screen and (max-width:800px){
  .con_det.con_lp .articleBox h2{
    font-size: 2.5rem;
  }
}

.con_det.con_lp .articleBox p{
  width: 80%;
  margin: 0 auto;
  font-size: 2.0rem;
}
@media screen and (max-width:800px){
  .con_det.con_lp .articleBox p{
    width: 90%;
    font-size: 1.7rem;
  }
}


@media screen and (max-width:800px){
  .con_det.con_lp .articleBox .imgBox_col2{
    flex-direction: column;
  }
}

.con_det.con_lp .con_form.ptWdM{
  width: 80%;
}
@media screen and (max-width:800px){
  .con_det.con_lp .con_form.ptWdM{
    width: 90%;
  }
}

.con_det.con_lp .con_form .conFormArea{
  padding: 0;
}

.con_det.con_lp .con_form .conFormArea .contactBox{
  padding: 75px;
}
@media screen and (max-width:800px){
  .con_det.con_lp .con_form .conFormArea .contactBox{
    padding: 30px;
  }
}

.con_det.con_lp .con_form .conFormArea p.contactTtitle{
  font-size: 21px;
  font-weight: bold;
}