h2 {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
  padding-bottom: 22px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 550px) {
  h2 {
    margin: 0 auto 30px;
    padding-bottom: 15px;
    font-size: 20px;
  }
}
h2:after {
  content: "";
  width: 80px;
  height: 10px;
  background-color: #191919;
  position: absolute;
  left: calc(50% - 40px);
  bottom: 0px;
}
@media screen and (max-width: 550px) {
  h2:after {
    width: 60px;
    height: 8px;
    left: calc(50% - 30px);
  }
}

section.top {
  max-width: 600px;
  width: 90%;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  section.top {
    margin: 0 auto 32px;
  }
}
section.top p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.top p {
    line-height: 1.6;
  }
}

section.points, section.method, section.flow {
  width: 90%;
  padding: 40px 5% 60px;
  border: 5px solid #191919;
  border-radius: 10px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  section.points, section.method, section.flow {
    border: 3px solid #191919;
  }
}
section.points, section.method {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  section.points, section.method {
    margin: 0 auto 48px;
    padding: 22px 7% 26px;
  }
}
section.method, section.flow {
  max-width: 700px;
}

section.points {
  max-width: 900px;
}
section.points h2 {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  section.points h2 {
    margin-bottom: 22px;
  }
}
section.points dl {
  display: flex;
  flex-wrap: wrap;
}
section.points dl:nth-last-of-type(n+2) {
  margin-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.points dl:nth-last-of-type(n+2) {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 769px) {
  section.points dl:nth-last-of-type(n+2)::after {
    content: "";
    width: 100%;
    border-top: 1px solid #191919;
    position: absolute;
    left: 0;
    bottom: 1px;
  }
}
@media screen and (min-width: 769px) {
  section.points dl:nth-last-of-type(n+2) dt {
    border-bottom: 3px solid #191919;
  }
}
section.points dl dt {
  width: 200px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  section.points dl dt {
    padding: 0 0 25px 20px;
  }
}
@media screen and (max-width: 768px) {
  section.points dl dt {
    width: 100%;
    margin: 0 0 8px;
    padding-bottom: 8px;
    border-bottom: 2px solid #191919;
    text-align: center;
  }
}
section.points dl dd {
  width: calc(100% - 200px);
  padding: 0 20px 25px 0;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  section.points dl dd {
    width: 100%;
    padding: 0 0 12px;
    line-height: 1.6;
  }
}
section.points dl dd ul {
  margin-bottom: 20px;
}
section.points dl dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
section.points dl dd ul li:nth-last-of-type(n+2) {
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  section.points dl dd ul li:nth-last-of-type(n+2) {
    margin-bottom: 4px;
  }
}
section.points dl dd ul li span {
  color: #b72c43;
  font-size: 14px;
}
section.points dl dd ul li span.bold {
  font-weight: bold;
  color: #000000;
  font-size: 16px;
}
section.points dl dd ul li .indent li {
  padding-left: 4em;
}
@media screen and (max-width: 768px) {
  section.points dl dd ul li .indent li {
    padding-left: 0em;
    text-indent: -1em;
  }
}
section.points dl dd b {
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  section.points dl dd b {
    font-size: 15px;
  }
}
section.points dl dd b span {
  font-weight: inherit;
}
@media screen and (max-width: 768px) {
  section.points dl dd b span {
    font-size: 12px;
  }
}
section.points dl dd p {
  margin-top: 10px;
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  section.method dl {
    padding: 0 5%;
  }
}
section.method dl:nth-last-of-type(n+2) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 6px dotted #191919;
}
@media screen and (max-width: 768px) {
  section.method dl:nth-last-of-type(n+2) {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom-width: 3px;
  }
}
section.method dl dt {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.8;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.method dl dt {
    margin-bottom: 12px;
    line-height: 1.4;
    font-size: 18px;
  }
}
section.method dl dd {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  section.method dl dd {
    line-height: 1.6;
  }
}
section.method dl dd span {
  color: #b72c43;
}

section.flow {
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  section.flow {
    margin: 0 auto 48px;
    padding: 22px 5% 34px;
  }
}
section.flow h2 {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  section.flow h2 {
    margin-bottom: 30px;
  }
}
section.flow dl {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
section.flow dl:nth-last-of-type(n+2) {
  margin-bottom: 30px;
}
section.flow dl:nth-last-of-type(n+2) dt::after {
  content: "";
  height: 60px;
  border-right: 6px dotted #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
}
@media screen and (max-width: 768px) {
  section.flow dl:nth-last-of-type(n+2) dt::after {
    height: 90px;
    border-right: 5px dotted #000;
  }
}
section.flow dl:nth-last-of-type(n+2) dt.no1::after {
  height: 100px;
}
@media screen and (max-width: 768px) {
  section.flow dl:nth-last-of-type(n+2) dt.no1::after {
    height: 100px;
  }
}
section.flow dl:nth-last-of-type(n+2) dt.no2::after {
  height: 110px;
}
@media screen and (max-width: 768px) {
  section.flow dl:nth-last-of-type(n+2) dt.no2::after {
    height: 100px;
  }
}
section.flow dl:nth-last-of-type(n+2) dt.no3::after {
  height: 240px;
}
@media screen and (max-width: 768px) {
  section.flow dl:nth-last-of-type(n+2) dt.no3::after {
    height: 230px;
  }
}
section.flow dl:nth-last-of-type(n+2) dt.no5::after {
  height: 230px;
}
@media screen and (max-width: 768px) {
  section.flow dl:nth-last-of-type(n+2) dt.no5::after {
    height: 420px;
  }
}
section.flow dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 40px;
  border-radius: 20px;
  background-color: #191919;
  color: #fff;
  font-size: 14px;
  position: relative;
}
@media screen and (max-width: 768px) {
  section.flow dl dt {
    width: 85px;
    height: 35px;
  }
}
section.flow dl dt i {
  font-size: 18px;
}
section.flow dl dd {
  width: calc(100% - 100px);
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  section.flow dl dd {
    width: calc(100% - 85px);
  }
}
section.flow dl dd p.ttl {
  font-size: 18px;
  font-weight: bold;
}
section.flow dl dd ul li {
  margin-bottom: 0.5em;
}
section.flow dl dd a {
  color: #b72c43;
}/*# sourceMappingURL=style-recommendation.css.map */