@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
#header #hed_info .linkTel {
  font-size: 20px;
  min-width: 180px;
  padding: 30px 5px;
  background-color: #fcc800 !important;
}
.enkakutb td {
  padding: 10px !important;
}
.flex_start {
  justify-content: flex-start;
  flex-wrap: nowrap;
}
.flex_start .box {
  justify-content: flex-start;
  margin-right: 2%;
}
.flex_start .box:last-child {
  margin-right: 0;
}
.guardpaint01 {
  flex-wrap: wrap !important;
  justify-content: space-between !important;
}
.guardpaint01 .box {
  width: 23%;
  margin-right: 0 !important;
}
.guardpaint01 .box img {
  width: 100% !important;
}
#hed_info p a {
  height: 100%;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
#hed_info .linkTel {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
#hed_info .linkTel a {
  font-size: 24px !important;
}
/*================== ○○○○.html =================*/
@media screen and (max-width: 1200px) {
  #hed_info .linkTel a {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 834px) {
}
@media screen and (min-width: 641px) and (max-width: 834px) {
  .guardpaint01 .box {
    width: 49%;
    margin-bottom: 15px;
  }
  #header #hed_info .linkTel {
    padding: 15px 5px;
  }
}
@media only screen and (max-width: 640px) {
  .guardpaint01 .box {
    width: 49%;
    margin-bottom: 15px;
  }
  #header #hed_info .linkTel {
    padding: 15px 5px;
  }
  #header #hed_info .linkTel i {
    font-size: 20px !important;
  }
}
