@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */


/* PC START ###################################################### */
#header_second .h_inner {
  justify-content:space-between;
  flex-wrap: wrap;
}
#header_second .h_inner #h_tel {
  margin-left: 0;
}
#siteID{
  width: 40%;
}
.header-campaign{
  width: 35%;
}

/* PC END ###################################################### */



@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */

 #header_second .h_inner #h_tel {
  width: 20%;
}
#header_second .h_inner #siteID {
  margin-right: 0;
}



/* tablet END ###################################################### */



}
@media screen and (max-width: 640px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */
 #header_second {
  padding: 65px 0 20px;
}
 .header-campaign{
  width: 100%;
  margin-bottom: 25px;
}
#siteID{
  width: 60%;
}
#header_second .h_inner #h_tel {
  width: 30%;
}

/* smartphone END ################################################## */
}