.container {
  line-height: 140%;
}

.img1 {
  margin: 0 auto;
  position: relative;
  width: 100%;
  /*background: url(../img/d_01.jpg) center;*/
  background: url(../img/d_01_1.jpg) center;
  background-size: cover;
  max-width: 1160px;
}
.img1 img {
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;

  width: 100%;
}

.group a {
	color:#000 !important;
}
.group a:visited {
	color:#000 !important;
}
.area1 h3 {
  font-size: 100%;
  border-bottom: 1px solid #666;
  padding: 10px 0 10px 0;
}
.area1 p {
  border-bottom: 1px solid #666;
  padding: 10px 0 10px 0;
}

.area2 {
  margin: 20px 0 0 0;
}
.area2 h3 {
  font-size: 110%;
  border-bottom: 1px solid #666;
  padding: 10px 0 10px 0;
}
.area2 h4 {
  font-weight: bold;
  line-height: 1.3em;
  padding: 0.3em 0 0;
}
.area2 li {
  width: 100%;
  display: table;
  border-bottom: 1px solid #666;
  padding: 5px 0 5px 0;
}
.area2 li {

  line-height: 1.3em;
  display: table-cell;
}
.area2 li:first-child {
  width: 70%;
}
.area2 li:last-child {
  width: 30%;
}

.area2 .svg li:first-child img {
  max-width: 510px;
}
.area2 .svg li:last-child img {
  max-width: 150px;
}
.area2 p {
  border-bottom: 1px solid #666;
  padding: 5px 0 5px 0;
  line-height: 1.5em;
}

.area3 {
  margin: 20px 0 0 0;
}
.area3 h3 {
  font-size: 110%;
  border-bottom: 1px solid #666;
  padding: 10px 0 10px 0;
}
.area3 ul {

}
.area3 li {
  padding: 10px 0 10px 0;
  border-bottom: 1px solid #666;
}

.area3 a {
    color:#333;
    text-decoration:none;
}

/*.area2 ul:nth-child(3) li:last-child:before {
  content: "";
  margin-left: 1em;
}
.area2 ul:nth-child(5) li:last-child:before {
  content: "";
  margin-left: 1em;
}*/


@media(max-width: 767px) {
  .area2 ul {
    display: block;
  }
  .area2 li {
    display: block;

  }
  .area2 li:first-child {
    width: 100%;
  }
  .area2 li:last-child {
    width: 100%;
  }

  .area2 h4,
  .area2 li:first-child {

  }

  .area2 .svg li:first-child img {
    max-width: 450px;
  }

}

@media(max-width: 480px) {
  .img1 {
  }
}
