
/* サブスク */
#subscribe {
  background-color: #E4F4FA;
  line-height: 24px;
  padding: 5px 7px 25px 7px;
  margin: 0px 0px 35px 0px;
}

/* ３つの理由 */
#reason {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  padding: 13px 0px 20px 0px;
}
#reason1 {
  border-bottom: 1px dotted #999999;
  padding: 10px 7px 10px 7px;
  margin: 0px 0px 10px 0px;
}
#reason2 {
  border-bottom: 1px dotted #999999;
  padding: 7px 7px 10px 7px;
  margin: 0px 0px 10px 0px;
}
#reason3 {
  padding: 10px 7px 0px 7px;
}

/* よくあるご質問 */
#faq {
  text-align: center;
  margin: 20px 0px 45px 0px;
}
.faq_q {
  background-image: url(../../img/sp/index/faq_q.png);
  background-repeat: no-repeat;
  font-weight: bold;
  color: #3DAABE;
  font-size: 20px;
  line-height: 24px;
  text-align: left;
  padding: 3px 0px 10px 45px;
  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;
  text-align: left;
  padding: 0px 0px 15px 7px;
  margin: 0px 7px 20px 7px;
}

/* 当事務所のご案内 */
#about {
  margin: 45px 0px 40px 0px;
}
#about_address {
  font-size: 19px;
  line-height: 24px;
  padding: 12px 7px 13px 10px;
}

/* 代表挨拶 */
#greet_left {
  line-height: 24px;
  padding: 15px 7px 20px 7px;
}
#greet_right {
  margin: 0px 0px 45px 0px;
}


