.service_dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service_dl dl {
    width: 48%;
    margin-bottom: 55px;
    padding: 35px;
    background: #f1f9ed;
}
.service_dl dl dt img {
    width: 100%;
    height: auto;
    max-width: 600px;
    border-radius: 24px;
}
.service_dl dl .s_title {
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    border: solid 1px #659049;
    color: #4a7c29;
    padding: 7px;
    margin: 25px auto;
    text-align: center;
}
.service_dl dl .s_title a {
    color: #4a7c29 !important;
    padding: 7px;
    display: block;
}
.service_dl dl .s_title a:hover {
    opacity: 0.8;
    background: rgb(249, 252, 247, 0.8);
}
.service_dl dl dd:last-child {
    text-align: center;

}

.btn-outline-small {
    background: #fff;
}

.service h3 {
    border: solid 1px #659049;
    color: #4a7c29;
    padding: 10px 25px;
    margin: 80px 0 45px 0;
    font-size: clamp(1.313rem, 1.153rem + 0.8vw, 1.75rem);
    background: #f1f9ed;
}
.service h6 {
border-bottom: solid 1px #ccc;
  padding-bottom: 10px;
  margin: 80px 0 45px 0;
  font-weight: 500;
  font-size: 26px;
}
.service ol li {
    margin: 0 0 10px 15px;
    font-size: 20px;
    font-weight: 500;
}
.service ol li:before {
  font-family: "Material Icons";
  margin-right: 10px;
  content: "\e86c";
  position: relative;
  top: 6px;
  font-size: 24px;
  color: #4a7c29;
}
.service ul li {
    margin: 0 0 15px 1.5em;
    list-style: disc;
}
.service ul li span {
  display: block;
  font-weight: 500;
  margin-bottom: 7px;
}
.step .stepwrap {
  margin: 3em 0;
  position: relative;
}
.step .stepwrap .steptitle {
  display: inline-flex;
  align-items: center;
}
.step .stepwrap .steptitle div {
  display: inline-block;
  width: 3em;
  height: 3em;
  content: "";
  border-radius: 50%;
  background-color: #f99c54;
  color: #fff;
  text-align: center;
}
.step .stepwrap .steptitle div span {
  display: inline-block;
  line-height: 1.2em;
  font-weight: 500;
  position: relative;
  top: 0.7em;
}
.step .stepwrap .steptitle p {
  margin: 0 1em;
  font-weight: 500;
  font-size: 1.2em;
}
.step .stepwrap .steptxt {
  padding-left: 4.2em;
}
.step .stepwrap .stepline {
  width: 2px;
  height: calc(100% + 2em);
  background-color: #f99c54;
  position: absolute;
  top: 1em;
  left: 1.5em;
  z-index: -1;
}
.stepwrap:last-of-type .stepline:last-of-type {
  display: none;
}

.atten {
  margin: 55px auto;
  width: 80%;
  border-radius: 36px;
  padding: 35px;
  background: #f1f9ed;
}
.atten h5 {
  font-weight: 500;
  margin: 0 0 35px 0 !important;
  color: #4a7c29;
}
.atten dl dt {
  font-weight: 500;
  border-bottom: dashed 1px #999;
  padding-bottom: 5px;
  margin: 25px 0 10px;
}
.atten dl dt:before {
  content: "■";
  margin-right: 0.5em;
}

@media screen and (max-width: 769px) {
  .step {
    width: 100%;
  }
  .atten {
    width: 96%;
    padding: 25px;
  }
}
