@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
/*================== ○○○○.html =================*/
@media screen and (max-width: 768px){
}
@media only screen and (max-width: 468px){
}

.restel {
  display: none;
}
.restel2 {
  display: none;
}
.topright .tel:first-child{
	margin-right: 10px;
}
@media screen and (max-width: 834px) {
  .restel {
    display: block;
    position: fixed;
    top: 0;
    right: 96px;
    z-index: 99999 !important;
  }
  .restel2 {
    display: block;
    position: fixed;
    top: 0;
    right: 49px;
    z-index: 99999 !important;
  }
}