@charset "utf-8";
/* CSS Document */

header {
  overflow: hidden;
  background-image: url("../images/bg_pattern.gif");
  background-repeat: repeat;
  height: 140px;
}
.green_base {
  display: block;
  justify-content: center;
  max-width: 768px;
  margin: 0 auto;
  padding: 1.8em 0 .2em;
  background-color: #F5FBF4;
}
.eisei_obi_lightgreen {
  display:block;
  margin: 0 auto;
  color: #FFF;
  width: 90%;
  box-shadow: 0 4px 2px rgba(0,0,0,0.16);
  border-radius: 5px;
  padding: .5em;
  font-size: 1.4em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: #87CF69;
}
.eisei_bunsho {
  font-size: .8em;
  margin: 2em auto 1.5em;
  line-height: 1.65;
  text-align: center;
}
.eisei_machine {
  display: flex;
  justify-content: space-around;
  margin: 0 1em 1.25em;
}
.eisei_machine_img {
  width: 30%;
}
.eisei_machine_img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
header {
  height: 290px !important;
}
.eisei_machine {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.eisei_machine_img {
  display: block;
  width: 300px;
  margin-bottom: 1em;
}
.eisei_bunsho {
  text-align: left;
  margin: 1em 1.5em;
}
.eisei_bunsho br {
  display: none
}
}
@media (max-width: 414px) {
header {
  height: 280px !important;
}
.eisei_bunsho p {
  font-size: 1.1em;
  margin: 1em .5em;
}
}