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);
  }
}

h3 {
  display: flex;
  justify-content: center;
  margin: 0 auto 30px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 550px) {
  h3 {
    margin: 0 auto 20px;
    font-size: 18px;
  }
}

section.top {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.top {
    margin: 0 auto 18px;
  }
}
section.top p {
  line-height: 2;
}
@media screen and (max-width: 768px) {
  section.top p {
    line-height: 1.6;
  }
}
section.top .bold {
  font-size: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  section.top .bold {
    font-size: 20px;
  }
}
section.top .bold .red {
  color: #b72c43;
  font-weight: bold;
}

section.points, 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.flow {
    border: 3px solid #191919;
  }
}
section.merit, section.points {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  section.merit, section.points {
    margin: 0 auto 48px;
    padding: 22px 7% 26px;
  }
}
section.flow, section.consultation {
  max-width: 700px;
}

section.merit {
  max-width: 900px;
  width: 90%;
  padding: 40px 0 20px;
  border-radius: 10px;
}
section.merit h3 {
  margin-bottom: 0.5em;
}
section.merit p {
  text-align: center;
}
section.merit .img_box {
  margin-top: 40px;
}
section.merit .img_box .sp_img {
  display: none;
}
@media screen and (max-width: 768px) {
  section.merit .img_box {
    margin-top: 40px;
  }
  section.merit .img_box .sp_img {
    display: block;
  }
  section.merit .img_box .pc_img {
    display: none;
  }
}
section.merit ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 70%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  section.merit ul {
    width: 95%;
  }
}
section.merit ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 25px;
}
section.merit ul li span.small .link {
  color: #b72c43;
  text-decoration: underline;
}
section.merit ul li span.small .link:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  section.merit ul li {
    margin-bottom: 18px;
  }
}
section.merit ul li .small {
  font-size: 14px;
}

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.small {
  color: #000000;
}
section.points dl dd ul li span.bold {
  font-weight: bold;
  color: #000000;
}
@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;
}

section.flow {
  margin: 0 auto 60px;
}
@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: 120px;
}
@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: 120px;
}
@media screen and (max-width: 768px) {
  section.flow dl:nth-last-of-type(n+2) dt.no2::after {
    height: 140px;
  }
}
section.flow dl:nth-last-of-type(n+2) dt.no3::after {
  height: 210px;
}
@media screen and (max-width: 768px) {
  section.flow dl:nth-last-of-type(n+2) dt.no3::after {
    height: 240px;
  }
}
section.flow dl:nth-last-of-type(n+2) dt.no5::after {
  height: 110px;
}
@media screen and (max-width: 768px) {
  section.flow dl:nth-last-of-type(n+2) dt.no5::after {
    height: 110px;
  }
}
section.flow dl:nth-last-of-type(n+2) dt.no7::after {
  height: 230px;
}
@media screen and (max-width: 768px) {
  section.flow dl:nth-last-of-type(n+2) dt.no7::after {
    height: 400px;
  }
}
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 .small {
  font-size: 14px;
}
section.flow dl dd a {
  color: #b72c43;
}

section.consultation {
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  section.consultation {
    margin: 0 auto 48px;
  }
}
section.consultation p.ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  section.consultation p.ttl {
    font-size: 18px;
  }
}
section.consultation .imgList {
  display: flex;
  justify-content: center;
  margin: 30px;
}
@media screen and (max-width: 768px) {
  section.consultation .imgList {
    margin: 18px;
  }
}
section.consultation .imgList li {
  padding: 0 25px;
}
section.consultation .imgList li.rLine {
  border-right: 1px dotted #938c86;
}
section.consultation .imgList li a {
  transition: opacity 0.5s;
}
section.consultation .imgList li a:hover {
  opacity: 0.7;
}
section.consultation a.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  border-radius: 50px;
  background-color: #f04d92;
  text-align: center;
  color: #fff;
  font-size: 24px;
  transition: opacity 0.5s;
}
section.consultation a.btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  section.consultation a.btn {
    max-width: 380px;
    height: 70px;
    font-size: 18px;
    width: 85%;
  }
}/*# sourceMappingURL=style-ao.css.map */