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

/*追加style*/
.title_01 h2 {
  background: linear-gradient(transparent 80%, #62c0c78f 0);
}
.title_02 h2 {
  background: linear-gradient(transparent 80%, #ffffff 0);
}
.local_title_03 h2 {
  background: linear-gradient(transparent 80%, #ffffff 0);
}
#h-logo {font-family:  serif;}
#h-logo .text1 {font-size: 10px; display: block; line-height: 1em; white-space: nowrap;}
#h-logo .text2 {font-size: 18px; line-height: 1em; white-space: nowrap;}
#h-logo .textWrap {
  border-left: 2px solid;
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
#h-logo a {display:flex; gap: 10px;}
/* ================================================================= 
 タブレット　CSS
================================================================= */
@media screen and (min-width: 469px) and (max-width: 768px){

}

/* ================================================================= 
 スマホ　CSS
================================================================= */
@media only screen and (max-width: 468px){

}