@charset "utf-8";
/* CSS Document */
.main {
  background-color: #f0f7f7;
}
.section-work__web-site {
  background-color: azure;
}
.menu__image h2 {
  color: #482b1a;
  font-family: "limon-regular-marker-outline", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.4rem;
  text-align: center;
  padding-top: 40px;
}
.menu__image img {
  position: center;
  size: 100% auto;
  max-width: 120px;
  margin-bottom: 40px;
}
.section-work__web-site h3 {
  font-family: "limon-regular-marker-outline", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  padding: 20px 0;
}
.section-work__web-site h4 {
  font-family: "limon-regular-marker-outline", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  text-align: left;
  padding: 20px 0 0 60px;
}
.section-work__web-site ul li {
    background-color: #fff;
    border-radius: 6px;
    list-style: none;
    margin-bottom: 40px;
  }
.section-work__web-site__image {
  position: center;
  size: 100% auto;
  padding: 20px 24px;
}
.section-work__web-site__image2 {
  position: center;
  size: 100% auto;
  padding: 20px 24px;
}
.section-work__web-site__discription p {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: left;
  padding: 0 20px 40px 40px;
}
.section-work__web-site__discription a {
  color: #47b2a0;
  text-decoration: none;
}
@media(min-width: 960px) {
  .section-work__web-site {
  padding-bottom: 60px;
  }
  .menu__image h2 {
    font-size: 3.6rem;
    padding-top: 60px;
  }
  .menu__image img {
    max-width: 180px;
    margin-bottom: 40px;
  }
  .section-work__web-site h3 {
    font-size: 3.2rem;
    padding: 40px 0 60px;
  }
  .section-work__web-site h4 {
    font-size: 2.8rem;
    padding: 0 0 20px 80px;
  }
  .section-work__web-site__discription p {
    padding-left: 80px;
  }
  .web-site-content-wrapper {
    max-width: 1040px;
    margin: 0 auto;
  }
  .section-work__web-site ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1040px;
    margin: 0 auto;
  }
  .section-work__web-site ul li {
    width: 480px;
  }
  .character-size {
    font-size: 1.4rem;
  }
}
img {
  width: 100%;
}