@charset "utf-8";

/*
---------------------------------------------------------------------------
AboutPage
---------------------------------------------------------------------------
*/

#aboutpage {
  background: url(../img/about/about_back.png) no-repeat center bottom;
  background-size: cover;
  padding-bottom: 150px;
}

@media screen and (max-width: 960px) {
  #aboutpage {
    padding-bottom: 50px;
  }
}

#aboutpage > section {
  padding: 50px 30px 60px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  #aboutpage > section {
    padding: 30px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #aboutpage > section {
    padding: 30px 20px;
  }
}

#aboutpage > section h1 {
  margin: 0 0 50px;
  color: #00846D;
}

#aboutpage > section h1 span {
  padding: 0 10px 10px;
  border-bottom: 3px solid #00846D;
}

#aboutpage > section p {
  font-size: 14px;
  line-height: 210%;
  color: #222;
  margin-bottom: 20px;
}

@media screen and (max-width: 960px) {
  #aboutpage > section p {
    text-align: left;
  }
}

#aboutpage > section p a {
  text-decoration: underline;
  color: #222;
}

#aboutpage > section p span.green {
  color: #00846D;
}

#aboutpage > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 960px) {
  #aboutpage > ul {
    padding: 0 15px;
  }
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #aboutpage > ul {
    padding: 0 15px;
  }
}

#aboutpage > ul li {
  margin: 0 15px;
}

@media screen and (max-width: 668px) and (orientation: portrait) {
  #aboutpage > ul li {
    margin: 0 5px;
  }
}

#aboutpage > ul li img {
  border-radius: 10px;
}