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

header{
  background-color: #FFFFFF;
}


.section-top{
  padding: 50px 20px 0;
  margin-bottom: 30px;
}

.section-top h1{
  font-size: 2.4rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 3.6rem;
}

.section-top__request{
  margin: 16px 0 32px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3.2rem;
  color: #FFFFFF;
}

.section-top p{
  text-align: left;
  color: #FFFFFF;
}


.section-purpose-explanation{
  margin-top:20px;
  padding: 0 40px 25px;
}

.section-purpose-explanation h2{
  color: #9659E8;
  
  font-size: 20px;
  font-weight: bold;
  
  margin: 20px;
}

.purpose-menu{
  padding: 30px;
  background-color: #FFFFFF;
  margin-bottom: 25px;
}

.purpose-menu h3{
  text-align: left;
  font-size: 1.8rem;
  font-weight: bold;
  color: #9659E8;
  margin-bottom: 25px;
}

.purpose-menu p{
  text-align: left;
  font-size: 1.2rem;
  line-height: 2.0rem;
}

.purpose-menu img{
  width: 100%;
}

.section-guidance{
  background-color: #D7FFBE;
  padding: 30px;
  margin-bottom: 50px;
}

.section-guidance h1{
  font-size: 1.6rem;
  color: #2BA464;
  font-weight: bold;
  margin-bottom: 10px;
}

.section-guidance__link-button{
  display: block;
  margin: 5px auto 0;
  padding: 3px 0;
  width: 280px;
  height: 60px;
  background-color: #74D81E;
  border-radius: 10px;
  
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  padding: 18px;
}

.section-guidance__service-list-link{
  margin-bottom: 40px;
}

@media(min-width: 1160px){
  .pcLayout-business{
    max-width: 1160px;
    margin: 0 auto;
  }
  
  .section-top h1{
    font-size: 30px;
  }
  
  .section-top__request{
    font-size: 18px;
  }
  
  .section-top p{
    text-align: center;
  }
  
  .section-purpose-explanation{
    display: flex;
    justify-content: space-around;
    align-content: flex-start;
    flex-wrap: wrap;
  }
  
  .purpose-menu{
    width: 500px;
  }
  
  .purpose-menu h3{
    font-size: 24px;
    text-align: center;
  }
  
  .purpose-menu p{
    font-size: 16px;
    line-height: 24px;
  }
  
  .section-guidance{
    width: 500px;
    margin: 0 auto;
  }
  
  .section-guidance h1{
    font-size: 24px;
  }
}