@charset "utf-8";
/* CSS Document */
.main {
  background-color: #f0f7f7;
}
.section-work__web-site {
  background-color: #f0f7f7;
}
.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 {
  color: #482b1a;
  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 {
  color: #482b1a;
  font-family: "ivystyle-sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.2rem;
  text-align: left;
  line-height: 3.2pc;
  padding: 20px 0 0 40px;
}
.section-work__web-site__image {
  position: center;
  size: 100% auto;
  padding: 20px 24px;
  margin: 0 auto;
}
.section-work__web-site__image2 {
  position: center;
  size: 100% auto;
  padding: 20px 24px;
}
.section-work-container {
  background-color: #FFF;
  border-radius: 6px;
  padding-top: 40px;
  margin: 20px 24px 0;
}
.section-work__web-site__discription p {
  color: #482b1a;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: left;
  padding: 0 0 40px 40px;
}
.section-work__web-site__discription a {
  color: #47b2a0;
  font-weight: 600;
  text-decoration: none;
}
.section-work__web-site dl dt h4 {
  font-size: 2.0rem;
  text-align: left;
  padding: 10px 0 10px 40px;
}
.section-work__web-site dl dd p {
  font-size: 1.6rem;
  text-align: left;
  padding: 10px 20px 20px 40px;
}
.section-work__break::after {
  content: "";
  white-space: pre-wrap;
}
@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.0rem;
    padding: 20px 0;
  }
  .section-work__web-site__image {
    max-width: 800px;
    padding: 20px 80px 40px 120px;
    margin-bottom: 20px;
  }
  .web-site-content-wrapper {
    display: inline-grid;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 980px;
    margin: 0 auto;
  }
  .section-work__web-site__image2 {
    max-width: 400px;
    padding: 40px 0 40px 40px;
    margin-bottom: 20px;
  }
  .section-work-container {
    position: center;
    max-width: 980px;
    padding: 40px 0;
    margin: 0 auto 40px;
  }
  .section-work__web-site__discription p {
    font-size: 2.0rem;
    padding-left: 120px;
  }
  .section-work__web-site dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    max-width: 980px;
    margin: 0 auto;
  }
  .section-work__web-site dl dt h4 {
    font-size: 1.8rem;
    padding: 0 0 0 120px;
  }
  .section-work__web-site dl dd p {
    font-size: 1.8rem;
    padding: 10px 0 40px 120px;
  }
  .section-work__break::after {
  content: "\A";
  white-space: pre-wrap;
}
  .character-size {
    font-size: 1.4rem;
  }
}
img {
  width: 100%;
}