/* CSS Document */
body{
  background-color: #FEFFE2;
}

.section-top{
  padding-top: 50px;
  height: 130px;
}

.section-top h1{
  font-size: 24px;
  font-weight: bold;
  color: #2BA464;
  margin: 0 20px 10px;
}

.section-text-wrapper{
  background-color: rgba(255,255,255, 0.75); 
  padding: 20px;
  margin: 0 20px;
}

.section-text{
  padding: 0 20px;
  margin-bottom: 70px;
  text-align: center;
}

.section-text h1{
  text-align: left;
}

.section-text p{
  text-align: left;
  margin-bottom: 24px;
}

@media(min-width: 1160px){
  .pcLayout-text{
    max-width: 768px;
    margin: 0 auto;
  }
  
  .section-text-wrapper{
    padding: 40px;
  }
  
  .section-text h2{
    font-size: 20px;
    line-height: 30px;
  }
}