
/* ３つの理由 */
#reason {
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  padding: 7px 0px 20px 0px;
}
#reason1 {
  padding: 9px 7px 7px 7px;
  margin: 0px 0px 7px 0px;
}
#reason2 {
  padding: 9px 7px 7px 7px;
  margin: 0px 0px 7px 0px;
}
#reason3 {
  padding: 9px 7px 10px 7px;
}

/* 挨拶 */
#greet {
  line-height: 22px;
  padding: 10px 7px 15px 7px;
}
#greet_space {
  height: 13px;
}

/* お問い合わせ */
#content_contact {
  margin: 0px 0px 45px 0px;
}
#content_tel {
  float: left;
  width: 50%;
  margin: 13px 0px 12px 0px;
}
#content_mail {
  float: right;
  width: 50%;
  margin: 13px 0px 12px 0px;
}

/* 取扱い業務 */
.service_item {
  width: 50%;
}

/* よくあるご質問 */
#faq {
  margin: 40px 0px 13px 0px;
}
#faq_q {
  background-image: url(../../img/sp/index/faq_q.png);
  background-repeat: no-repeat;
  font-weight: bold;
  color: #0058A2;
  font-size: 20px;
  line-height: 24px;
  padding: 2px 0px 5px 42px;
  margin: 10px 7px 0px 7px;
}
#faq_a {
  background-color: #E6F8FE;
  border-bottom: 1px dashed #999999;
  line-height: 24px;
  padding: 10px 0px 10px 42px;
  margin: 5px 0px 15px 0px;
}

/* 当事務所のご案内 */
#about {
  margin: 50px 0px 40px 0px;
}
#about_address {
  font-size: 20px;
  line-height: 24px;
  padding: 0px 7px 13px 10px;
}
#about_station {
  border-top: 1px dashed #000000;
  font-size: 19px;
  padding: 10px 0px 10px 0px;
  margin: 0px 7px 10px 7px;
}
#about_area {
  line-height: 28px;
  text-align: center;
  padding: 5px 0px 0px 0px;
}
#about_area a:link {
  text-decoration: none;
  color: #000000
}
#about_area a:visited {
  text-decoration: none;
  color: #000000;
}
#about_area a:active {
  text-decoration: none;
  color: #000000;
}
#about_area a:hover {
  text-decoration: underline;
  color: #0000FF;
}



