@charset "UTF-8";
/* CSS Document */
.fa-wrap {
  text-align: center;
  background-color: #F9E7D3;
  padding: 30px 0;
  border-radius: 6px;
}
.fa-wrap .ttl img {
  display: block;
  margin: 0 auto 20px auto;
}
.main section.greeting h1 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  color: #5b2d02;
  font-size: 20px;
  font-weight: bold;
  background-image: url(../commonImage/title-bg.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
.main section.greeting p {
  font-size: 15px;
  line-height: 1.9;
}
.main section.greeting ul li {
  font-size: 15px;
  line-height: 1.5;
  list-style-type: disc;
  list-style-position: inside;
}

.side .recruit {
margin-bottom: 40px;
padding: 15px;
background-color : #F9E7D3;
border-radius: 5px;
}
.side .recruit h4 {
margin-bottom: .5em;
font-size: 18px;
font-weight: bold;
color: #5b2d02;
}
.side .recruit p {
font-size: 14px;
line-height: 1.5;
text-align: justify;
}