@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.header-line{
  position: absolute;
  top: 35px;
  right: 250px;
  width: 120px;
  z-index: 99999999;
}
.header-tel{
  z-index: 99999999;
}
.header-tel p{
  font-size: 14px;
}
.header-tel .fNum a{
  font-size: 24px;
}
@media screen and (max-width: 834px){
  .header-line{
    position: absolute;
    top: 27px;
    right: auto;
    width: 120px;
    left: 20px;
  }
}
@media screen and (max-width: 640px){

}