#path {
  height: 300px;
  background: #d4d4d4 url(../img/top_bg.jpg) top center no-repeat;
}

#path-warp {
  width: 1560px;
  height: 300px;
  margin: auto;
  display: flex;
  align-items: flex-end;
}

#path-warp h3 {
  box-sizing: border-box;
  color: white;
  width: 340px;
  height: 100px;
  line-height: 100px;
  margin: 0;
  background: #0d8c2a;
  text-align: center;
  font-size: 38px;
  letter-spacing: 8px;
}

#path-warp h4 {
  line-height: 50px;
  margin: 0;
  font-size: 26px;
  font-weight: normal;
  padding-left: 50px;
  flex: 1;
  color: #666;
}

#path-warp p {
  line-height: 50px;
  padding: 0 50px;
  margin: 0;
  color: #666;
}

#sub {
  box-sizing: border-box;
  width: 1560px;
  margin: auto;
  display: flex;
  background: white;
  padding-bottom: 50px;
}

#sub-nav {
  width: 340px;
}

#sub-nav ul {
  background: #e5e5e5;
  border-bottom: #0d8c2a solid 20px;
  padding: 20px 0;
}

#sub-nav ul li a {
  font-size: 26px;
  color: #0d8c2a;
  line-height: 60px;
  letter-spacing: 4px;
  display: flex;
}

#sub-nav ul li a p {
  margin: 0;
  text-align: center;
  flex: 1;
}

#sub-nav ul li:hover {
  background: #ededed;
}

#sub-nav ul li.cur a {
  background: white;
}

#sub-nav ul li a span {
  width: 10px;
  height: 60px;
}

#sub-nav ul li.cur a span::before {
  content: '';
  width: 4px;
  height: 60px;
  display: block;
  background: #e5e5e5;
  border-right: #999 solid 4px;
}

#sub-nav ul li a::after {
  content: '>';
  width: 26px;
  line-height: 60px;
  font-weight: bolder;
}

#sub-ad1 a {
  box-sizing: border-box;
  width: 340px;
  height: 130px;
  display: block;
  margin-top: 50px;
  padding: 20px;
  border-left: #0d8c2a solid 20px;
  background: url(../img/sub_a1.jpg) no-repeat;
}

#sub-ad1 a h5 {
  color: black;
  font-style: italic;
  font-size: 38px;
  letter-spacing: 4px;
  margin: 0;
}

#sub-ad1 a p {
  color: black;
  margin: 10px 0 0 0;
  background: #e5e5e5;
  display: inline-block;
}

#sub-ad2 {
  box-sizing: border-box;
  width: 340px;
  height: 550px;
  padding: 20px;
  margin-top: 50px;
  background: url(../img/sub_a2.jpg) #0d8c2a bottom no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: sticky;
  top: 0;
}

#sub-ad2 div h5 {
  color: white;
  font-size: 20px;
  margin: 0;
  font-style: italic;
}

#sub-ad2 div h5.linetitle {
  letter-spacing: 4px;
  font-size: 28px;
  margin-bottom: 5px;
}

#sub-ad2 p {
  color: white;
  margin: 30px 0 0 0;
}

#sub-ad2 img {
  margin: 20px 10px;
  width: 120px;
  display: inline-block;
}

#sub-ad2 a {
  color: white;
}

#sub-ad2 a:first-child {
  margin: 0 50px 0 0;
}

#sub-cont {
  padding: 50px;
  width: 1220px;
  box-sizing: border-box;
}

#sub-cont img {
  max-width: 1120px;
  margin: auto;
}

#sub-cont > #cont-view p {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 20px;
  text-indent: 2em;
  line-height: 2em;
  margin: 1em 0;
}

.firstline {
  text-indent: 0 !important;
}
