@charset "utf-8";
#contents1 {
  background: url(../images/contents1_bg.jpg) repeat-x center bottom;
}
#contents1 .inner {
  width: 900px;
  margin: 0px auto;
  padding-bottom: 400px;
}
#contents1 h1 {
  padding: 50px 0px 0px 60px;
}
#contents2 {
  background: url(../images/green_bg.jpg) repeat-x center bottom;
}
#contents2 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 900px;
  margin: 0 auto;
  padding: 50px 0 10px;
}
#contents2 h1 {
  padding: 0;
  margin-bottom: 40px;
}
#contents2 p {
  line-height: 180%;
  width: 472px;
  font-size: 16px;
}
#contents3 {
  background: url(../images/green_bg.jpg) repeat-x center bottom;
}
#contents3 .inner {
  width: 900px;
  margin: 0px auto;
  padding: 40px 0;
  background: url(../images/contents3_illust.png) no-repeat right bottom;
}
#contents3 h1 {
  padding: 0;
  margin-bottom: 20px;
}
#contents3 ul {
  font-size: 16px;
  padding-left: 90px;
  margin-bottom: 40px;
}
#contents3 li {
  list-style: disc;
  margin-bottom: 10px;
}
#contents4 {
  background: url(../images/green_bg.jpg) repeat-x center bottom;
}
#contents4 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 900px;
  margin: 0px auto;
  padding-top: 40px;
  background: url(../images/contents4_illust.png) no-repeat 120px bottom;
  height: 470px;
}
#contents4 h1 {
  padding: 0;
  margin-bottom: 20px;
}
#contents5 {
  background: url(../images/green_bg.jpg) repeat-x center bottom;
}
#contents5 .inner {
  width: 900px;
  margin: 0px auto;
  padding: 40px 0;
  background: url(../images/contents5_illust3.png) no-repeat 600px bottom;
}
#contents5 h1 {
  padding: 0;
  margin-bottom: 30px;
}
#contents5 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 470px;
}
#contents5 .flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#contents5 h2 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #3C9146;
  font-weight: bold;
}
#contents5 p {
  line-height: 180%;
  font-size: 16px;
  margin-bottom: 50px;
}
#contents6 {
  background: url(../images/green_bg.jpg) repeat-x center bottom;
}
#contents6 .inner {
  width: 900px;
  margin: 0px auto;
  padding: 40px 0 60px;
}
#contents6 h1 {
  padding: 0;
  margin-bottom: 30px;
}
#contents6 th {
  font-size: 18px;
  color: #3C9146;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #3C9146;
  padding-bottom: 10px;
}
#contents6 td {
  vertical-align: top;
}
#contents6 td.step {
  width: 180px;
  font-size: 16px;
  line-height: 180%;
  vertical-align: top;
  padding: 10px 0px;
}
#contents6 td.arrow {
  width: 60px;
  background: url(../images/arrow1.gif) no-repeat center 50px;
}
#contents6 p {
  line-height: 180%;
  font-size: 16px;
  margin-bottom: 50px;
}
#contents7 .inner {
  width: 900px;
  margin: 0px auto;
  padding-top: 40px;
  background: url(../images/contents7_illust1.png) no-repeat right center;
}
#contents7 h1 {
  padding: 0;
  margin-bottom: 30px;
}
#contents7 h2 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #3C9146;
  font-weight: bold;
}
#contents7 p {
  line-height: 180%;
  font-size: 16px;
  margin-bottom: 50px;
  width: 500px;
}