
/* メイン画像 */
#main_pc {
  background-image: url(../img/index/main.png);
  background-repeat: no-repeat;
  width: 1160px;
  height: 702px;
  margin: 0px 0px 0px 0px;
}
#main_mail_pc {
  text-align: center;
  padding: 547px 0px 0px 0px;
}

/* サブスク */
#subscribe {
  background-image: url(../img/index/subscribe.png);
  background-repeat: no-repeat;
  width: 443px;
  height: 220px;
  font-size: 17px;
  line-height: 30px;
  padding: 78px 0px 0px 365px;
}

/* ３つの理由 */
#reason {
  background-image: url(../img/index/reason.png);
  background-repeat: no-repeat;
  width: 844px;
  height: 528px;
  font-size: 17px;
  line-height: 28px;
  text-align: left;
  margin: 60px 0px 0px -18px;
}
#reason1 {
  float: left;
  width: 236px;
  padding: 374px 0px 0px 41px;
}
#reason2 {
  float: left;
  width: 236px;
  padding: 374px 0px 0px 35px;
}
#reason3 {
  float: left;
  width: 236px;
  padding: 374px 0px 0px 48px;
}

/* よくあるご質問 */
#faq {
  background-image: url(../img/index/faq.png);
  background-repeat: no-repeat;
  width: 698px;
  height: 880px;
  text-align: left;
  padding: 109px 0px 0px 110px;
  margin: 55px 0px 55px 0px;
}
.faq_q {
  font-size: 20px;
  font-weight: bold;
  color: #3DAABE;
  padding: 0px 0px 0px 0px;
}
.faq_a {
  font-size: 17px;
  line-height: 30px;
  padding: 25px 0px 35px 0px;
}

/* 当事務所のご案内 */
#about {
  background-image: url(../img/index/about.png);
  background-repeat: no-repeat;
  width: 808px;
  height: 356px;
  font-size: 19px;
  text-align: left;
  margin: 50px 0px 50px 0px;
}
#about_address {
  padding: 218px 0px 0px 418px;
}

/* ご挨拶 */
#greet_left {
  float: left;
  width: 560px;
  text-align: left;
  margin: 20px 0px 50px 4px;
}
#greet_right {
  float: right;
  width: 225px;
  text-align: left;
  margin: 45px 0px 50px 0px;
}


