@charset "UTF-8";

/* ------------------------------------------------------------------------- */

main {
  width: 810px;
  margin: 0 auto 150px;
}


section.anshin h3.heading span {
  font-size: 36px;
  color: #81b925;
  margin-left: 10px;
  line-height: 1em;
}
section.anshin .anshin-1,
section.anshin .anshin-2,
section.anshin .anshin-3 {
  float: left;
  width: 230px;
  margin-right: 60px;
}
section.anshin .anshin-3 {
  margin-right: 0px;
}
section.anshin section h3 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 1.3em;
  padding-right: 50px;
  padding-top: 35px;
  margin-bottom: 30px;
  margin-left: 11px;
}
section.anshin section h3 span {
  font-size: 16px;
  letter-spacing: 0em;
}
section.anshin .anshin-1 h3 {
  background: url(../images/about/bg-image-1.png) no-repeat;
  width: 157px;
  height: 131px;

}
section.anshin .anshin-2 h3 {
  background: url(../images/about/bg-image-2.png) no-repeat;
  width: 157px;
  height: 126px;
  padding-top: 40px;
}
section.anshin .anshin-3 h3 {
  background: url(../images/about/bg-image-3.png) no-repeat;
  width: 157px;
  height: 126px;
  padding-top: 40px;
}

section.profile {
  margin-top: 80px;
}
section.profile dl {
  margin: 0 10%;
}
section.profile dl dt,
section.profile dl dd {
  float: left;
}
section.profile dl dt {
  width: 15%;
  font-weight: bold;
}
section.profile dl dd {
  width: 85%;
}

@media only screen and (max-width: 720px) {
main {
  width: 90%;
  margin: 0 5% 50px;
}
p.lead-text {
  text-align: left;
}
section.anshin h3.heading span {
  font-size: 24px;
  color: #81b925;
  margin-left: 10px;
  line-height: 1em;
}
section.anshin .anshin-1,
section.anshin .anshin-2,
section.anshin .anshin-3 {
  float: none;
  width: 100%;
  margin-bottom: 30px;
}
section.anshin section h3 {
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 1.3em;
  padding-right: 50px;
  padding-top: 35px;
  margin: 0 auto 20px;
}
section.profile dl {
  margin: 0 auto;
}
section.profile dl dt,
section.profile dl dd {
  float: none;
}
section.profile dl dt {
  width: 96%;
  font-weight: bold;
  background-color: #ccc;
  padding-left: 4px;
  line-height: 1.8em;
  margin-bottom: 4px;

}
section.profile dl dd {
  width: 100%;
  margin-bottom: 10px;
  line-height: 1.7em;
}
}