@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;
}
.index-research ul li {
    padding: 5px 10px;
}
dd.checkbox label {
  display: block !important;
}
.contactform dl dt {
  text-align: center;
  display: block !important;
}


@media screen and (max-width: 1300px){
.index-01 {
    display: block;
}
.index-01 .text,.index-01 .img {
  width: 100%;
}
.index-01 .img {
  padding-top: 5%;
}

}
 
@media screen and (min-width: 641px) and (max-width: 834px){
  .index-exmple .title-03 article > div{
    position: absolute;
    top: -6px !important;
    left: 0;
  }
  .index-01 .text {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 638px){
    .sp_fs13 td {
    font-size:13px !important;
  }
} 