.section-title {
  font-size: 35px;
  text-align: center;
  padding: 15px;
  margin: 35px auto 40px auto;
  background-color: rgba(72, 163, 160, 0.7);
  color: #ffffff;
  max-width: 100%;
}
@media (max-width: 576px) {
  .section-title {
    font-size: 25px;
  }
}

.main-content {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.main-content_newspage {
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .main-content_newspage {
    max-width: 70%;
  }
}

.emotion .page-section {
  min-height: 420px;
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media (min-width: 1280px) {
  .emotion .page-section {
    background-size: 100% 100%;
  }
}

#aboutUs #buttonBar_aboutUs {
  display: flex;
}
#aboutUs #buttonBar_aboutUs a {
  flex-basis: 50%;
  z-index: 100;
}
#aboutUs #buttonBar_aboutUs a .button_aboutUs_page {
  background-image: url(../images/bg_aboutUs_page.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 20px 10px 30px 10px;
  text-align: center;
  color: white;
  margin-right: 5px;
}
@media (min-width: 576px) {
  #aboutUs #buttonBar_aboutUs a .button_aboutUs_page {
    font-size: 120%;
    width: 171px;
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  #aboutUs #buttonBar_aboutUs a .button_aboutUs_page {
    font-size: 130%;
    width: 200px;
    margin-right: 15px;
  }
}
@media (min-width: 576px) {
  #aboutUs #buttonBar_aboutUs a {
    flex-basis: unset;
  }
}
#aboutUs #buttonBar_aboutUs a:hover, #aboutUs #buttonBar_aboutUs a.selected {
  transform: scale(1.05);
  margin-top: -15px;
  margin-bottom: 10px;
  text-decoration: none;
}
#aboutUs #content_aboutUs {
  margin: -110px 0px -60px 0px;
  min-height: 600px;
  background-image: url(../images/bg_bubble.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  padding: 130px 60px;
}
@media (min-width: 768px) {
  #aboutUs #content_aboutUs {
    position: relative;
    min-height: 600px;
    padding: 130px 105px;
    margin: -100px 0px 200px 0px;
  }
}
@media (min-width: 992px) {
  #aboutUs #content_aboutUs {
    padding: 130px 70px;
    margin: -95px 50px 82px 50px;
    background-size: 110% 110%;
  }
}
@media (min-width: 1400px) {
  #aboutUs #content_aboutUs {
    padding: 130px 134px;
    margin-left: auto;
    margin-right: auto;
  }
}
#aboutUs .character_aboutUs {
  max-width: 300px;
}
@media (min-width: 768px) {
  #aboutUs .character_aboutUs {
    position: absolute;
    bottom: -200px;
    max-width: 400px;
    height: auto;
  }
}
@media (min-width: 1400px) {
  #aboutUs .character_aboutUs {
    left: 0;
    position: absolute;
    bottom: -80px;
    max-width: 400px;
    height: auto;
  }
}

/*# sourceMappingURL=pages.css.map */
