/*****************************
 page-environment
*****************************/
#environment-main h1 {
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 80px;
  border-bottom: 1px solid #a6a6a7;
  padding-bottom: 30px;
  color: #0077b3;
  font-size: 42px;
  margin-bottom: 15px;
}
#environment-main .inner_link ul {
  margin-bottom: 0;
  padding-left: 0;
}
#environment-main .inner_link ul li:not(:last-child) {
  margin-right: 50px;
  margin-bottom: 30px;
}
#environment-main .inner_link ul li {
  display: inline-block;
}
#environment-main .inner_link ul li a {
  font-size: 20px;
  color: #5e5d5c;
  text-decoration: none;
  position: relative;
  z-index: 10;
}
#environment-main .inner_link ul li a:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 13px 8px;
  border-color: #a6a6a7 transparent transparent;
  position: absolute;
  right: -20px;
  top: 3px;
}
/*********************************
 environment-detail
**********************************/
#environment-detail {
  padding-top: 80px;
  padding-bottom: 80px;
}
#environment-detail .detail-box {
  margin-bottom: 80px;
}
#environment-detail .detail-box .title {
  color: #0077b3;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
#environment-detail .detail-box .title:before {
  content: "";
  width: 10px;
  height: 25px;
  background: #0077b3;
  display: inline-block;
  margin-right: 10px;
}
#environment-detail .detail-box .thumb img {
  width: 100%;
}
#environment-detail .detail-box .catch {
  font-size: 24px;
  color: #5e5d5c;
  line-height: 1.5em;
}
@media (max-width: 991px) {
  #environment-detail .detail-box .thumb {
    margin-bottom: 30px;
  }
}
