
/* メイン */
#main2 {
  color: #003F67;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 7px 35px 7px;
}

/* 主な取扱い業務 */
#service {
  background-color: #F3F0EF;
  padding: 10px 0px 25px 0px;
  margin: 50px 0px 0px 0px;
}
.service_item {
  width: 50%;
}

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

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

/* 当事務所のご案内 */
#about {
  margin: 45px 0px 30px 0px;
}
#about_address {
  font-size: 18px;
  line-height: 24px;
  padding: 12px 7px 13px 10px;
}
#about_station {
  font-size: 17px;
  border-top: 1px solid #999999;
  padding: 10px 0px 10px 0px;
  margin: 0px 7px 5px 7px;
}
#about_area {
  border-top: 1px solid #999999;
  text-align: center;
  font-size: 19px;
  line-height: 30px;
  padding: 10px 0px 10px 0px;
  margin: 12px 7px 5px 7px;
}
#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;
}

/* 代表挨拶 */
#greet {
  font-size: 18px;
  line-height: 23px;
  padding: 12px 7px 15px 7px;
}
#greet_sign {
  text-align: right;
  padding: 10px 7px 0px 0px;
}

/* コラム */
#blog_box {
  margin: 30px 0px 0px 0px;
}
#blog_body {
  padding: 5px 7px 15px 7px;
}

