@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
header#global_header {
    height: 0!important;
}

.h_contact,
.sp_contact {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .h_contact,
  .sp_contact {
    display: block;
  }
}

.h_contact .h_line,
.sp_contact .h_line,
.h_contact .h_mail,
.sp_contact .h_mail,
.h_contact .h_tel,
.sp_contact .h_tel {
  font-size: 2.2rem!important;
  padding: 14px!important;
}
.h_contact .h_tel,
.sp_contact .h_tel {
  padding: 18px!important;
  background-color: #fff!important;
  margin-right: 0px!important;
}
.sp_contact .h_line,
.sp_contact .h_mail,
.sp_contact .h_tel {
  margin-top: 0px:
}

.h_contact img,
.h_contact i,
.sp_contact img,
.sp_contact i {
  margin-right: 10px;
}

@media only screen and (max-width: 900px) {
  /*.h_contact .h_line,*/
  /*.sp_contact .h_line {*/
    /*margin-top: 20px;*/
  /*}*/

  .h_contact {
    display: none;
  }
  .h_contact.js-cloned-header-contact{
    flex-direction: column!important;
  }

  .h_contact.js-cloned-header-contact .h_line {
    display: none;
  }

  .h_contact.js-cloned-header-contact .h_tel {
    display: flex!important;
    width: 100%;
    margin-bottom: 0;
  }

  .h_contact.js-cloned-header-contact .h_mail {
    width: 100%;
    margin: 0
  }
  .h_contact .h_line, .sp_contact .h_line {
    margin-top: 0px!important;
  }
}

.sp_contact {
  display: none;
}
@media only screen and (max-width: 900px) {
  .sp_contact {
    display: block;
  }
}

/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){
}