.service_container {
  margin-top:64px;
  font-size: 24px;
  font-weight: 500;
}
.service_container h1 {
  font-size: 42px;
  font-weight: 700;
}
.service1_contentsBox {
  width:85%;
  height:auto;
  margin-left:auto;
  margin-top:32px;
}

.s_wrap {
  width:100%;
}
.s_wrap > .title {
  font-size:20px;
  font-weight: 700;
  margin-bottom:12px;
}
.s_wrap > .title:not(first-child) {
  margin-top:52px;
}
.s_wrap .box {
  font-size:16px;
  margin-bottom:16px;
  margin-left:16px;
}
.s_wrap .box .s_title {
  margin-bottom:6px;
}
.s_wrap .box .s_title+p {
  color:var(--color-76);
  font-weight: 400;
}
.s_wrap .box ol li {
  margin-left:20px;
  margin-top:6px;
  color:var(--color-76);
  font-weight: 400;
}


.pp_firstText {
  font-size:16px;
}