@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*================== ○○○○.html =================*/
.nav {
    width: 85%;
    max-width: 1200px;
}
#mainArea .slick-track li img {
	width:100% !important;
}
.index-exmple .title-03 article{
  position: relative;
  padding-left: 60px !important;
}
.index-exmple .title-03._pdL article{
  padding-left: 75px !important;
}
.index-exmple .title-03 article > div{
  position: absolute;
  width: fit-content;
  height: fit-content;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  margin: auto;
}
section div.form_wrap dl dt,section div.form_wrap dl dd {
  padding:10px;
}
 
@media screen and (min-width: 641px) and (max-width: 834px){
  .index-exmple .title-03 article > div{
    position: absolute;
    top: -6px !important;
    left: 0;
  }
}
@media only screen and (max-width: 638px){
    .sp_fs13 td {
    font-size:13px !important;
  }
} 