@charset "UTF-8";
.top {
  width: 1500px;
  max-width: 100%;
  margin-bottom: 100px;
}

.content-section:nth-child(odd) h2,
.content-section:nth-child(odd) h3 {
  color: #0071bb;
}

.content-section:nth-child(even) h2,
.content-section:nth-child(even) h3 {
  color: #0071bb;
}

.button-container {
  margin: 100px auto;
}

.button-container .scroll-btn {
  color: #2e67c2;
  border: solid 1px #2e67c2;
  border-radius: 9999px;
  padding: 10px 20px;
}
.button-container .scroll-btn:hover {
  background: #2e67c2;
  color: white;
}

#section3 p {
  text-align: center !important;
}

section.content-section {
  margin-bottom: 100px;
  padding-top: 70px;
}
section.content-section .service-box0 h2 {
  margin-bottom: 0px;
  font-weight: 800;
  color: #2e67c2;
}
section.content-section .service-box0 p {
  color: #2e67c2;
}
section.content-section .right {
  width: 45%;
}
section.content-section .right .service-img {
  box-shadow: 5px 5px #2e67c2;
}
section.content-section .right .word-img {
  width: 70px;
}
section.content-section .left {
  display: flex;
  flex-wrap: wrap;
  width: 55%;
  padding-right: 0%;
  padding-left: 0;
}
section.content-section h3 {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  display: block;
}
section.content-section .left h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0;
}
section.content-section .left ul {
  list-style: "・";
  padding-left: 10px;
}
section.content-section .left ul li {
  margin-bottom: 5px;
}
section.content-section .left img {
  margin-top: 20px;
}

#section3 .left p {
  text-align: left !important;
  padding: 0;
}

.content-section:nth-child(even) .service-box {
  flex-direction: row;
}

.detail-box {
  background: white;
  width: calc(50% - 20px);
  margin: 10px;
  padding: 5%;
  box-sizing: border-box;
  border-radius: 20px;
}

@media (max-width: 1200px) {
  section.content-section .left {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 50px;
  }
  section.content-section .right {
    width: 100%;
    margin-left: auto;
  }
  .detail-box {
    width: calc(50% - 20px);
  }
  section.content-section .left {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1000px) {
  section.content-section .service-box {
    flex-direction: column !important;
    justify-content: center;
  }
  section.content-section .left {
    margin-right: auto;
  }
  section.content-section {
    margin-bottom: 100px;
  }
  section.content-section .img-flex {
    margin-left: auto;
    justify-content: right;
    padding-right: 20px;
  }
  .content-section:nth-child(even) .service-box .right {
    padding-left: 0%;
  }
}
@media (max-width: 900px) {
  section.content-section .right .word-img {
    width: 15%;
  }
}
@media (max-width: 600px) {
  .detail-box {
    width: calc(100% - 20px);
  }
}/*# sourceMappingURL=welfare.css.map */