
/* メイン */
#main {
  background-image: url(../img/index/main.png);
  background-repeat: no-repeat;
  width: 1160px;
  height: 294px;
  font-size: 17px;
  line-height: 38px;
  text-align: center;
  padding: 532px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
.main_bold {
  font-weight: bold;
  font-size: 18px;
  margin: 0px 5px 0px 5px;
}

/* ３つの安心 */
#promise {
  background-image: url(../img/index/promise.png);
  background-repeat: no-repeat;
  width: 830px;
  height: 520px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  margin: 40px 0px 0px 0px;
}
#promise1 {
  float: left;
  width: 242px;
  padding: 400px 0px 0px 45px;
}
#promise2 {
  float: left;
  width: 232px;
  padding: 400px 0px 0px 20px;
}
#promise3 {
  float: left;
  width: 242px;
  padding: 400px 0px 0px 19px;
}

/* お問い合わせ */
#content_contact {
  background-image: url(../img/index/content_contact.png);
  background-repeat: no-repeat;
  width: 830px;
  height: 303px;
  margin: 30px 0px 0px 0px;
}
#content_mail {
  padding: 203px 0px 0px 498px;
}

/* よくあるご質問 */
#faq {
  background-image: url(../img/index/faq.png);
  background-repeat: no-repeat;
  width: 575px;
  height: 781px;
  text-align: left;
  padding: 203px 0px 0px 255px;
  margin: 80px 0px 40px 0px;
}
.faq_q {
  font-size: 22px;
  font-weight: bold;
  color: #E68A00;
  padding: 0px 0px 0px 0px;
}
.faq_a {
  font-size: 18px;
  line-height: 25px;
  padding: 30px 0px 37px 0px;
}

/* 当事務所のご案内 */
#about {
  background-image: url(../img/index/about.png);
  background-repeat: no-repeat;
  width: 830px;
  height: 500px;
  text-align: left;
  margin: 60px 0px 50px 0px;
}
#about_address {
  padding: 182px 0px 0px 532px;
}


