@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */
.header {
  border-top: 3px solid #d8261c !important;
}
.header-tel {
  color: #d8261c !important;
}
#contents._active{
  padding-top: 150px;
}
div.items > article {
    width: 229px;
}
div.items > article a.photo {
    width: 229px;
    height: 229px;
}
@media screen and (max-width: 834px) {
#contents._active{
  padding-top: 100px;
}
}
@media screen and (max-width: 640px) {
	div.items > article {
    width: 47%;
}
div.items > article a.photo {
    width: 150px;
    height: 150px;
}
}
