

.mod_contact {
  margin-bottom: 0;
}

.inheritance-points {
  background: #f5f9ff;
  padding: 88px 15px 100px;
}

@media screen and (max-width: 480px) {
  .inheritance-points {
    padding: 60px 15px 70px;
    margin-bottom: 60px;
  }
}

ol.bread {
  margin-bottom: 30px;
}

.inheritance-points .box {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.inheritance-points .box .text_box {
  position: relative;
  margin-bottom: 60px;
  padding-top: 40px;
}

@media screen and (max-width: 960px) {
  .inheritance-points .box .text_box {
    padding-top: 0;
  }
}

@media screen and (max-width: 680px) {
  .inheritance-points .box .text_box {
    margin-bottom: 30px;
  }
}

.inheritance-points .box .text_box .img {
  position: absolute;
  top: 0;
}

@media screen and (max-width: 960px) {
  .inheritance-points .box .text_box .img {
    position: static;
    text-align: center;
  }
}

.inheritance-points .box .text_box:nth-child(2n-1) .img {
  left: 0;
}

.inheritance-points .box .text_box:nth-child(2n) .img {
  right: 0;
}

.inheritance-points .box .text_box:nth-child(2n-1) .info {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 960px) {
  .inheritance-points .box .text_box:nth-child(2n-1) .info {
    margin: auto;
  }
}

.inheritance-points .box .text_box .info {
  width: 100%;
  max-width: 600px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 43px 50px 42px;
}

@media screen and (max-width: 960px) {
  .inheritance-points .box .text_box .info {
    margin: auto;
  }
}

@media screen and (max-width: 480px) {
  .inheritance-points .box .text_box .info {
    padding: 40px 15px 40px;
  }
}

.inheritance-points .box .text_box:last-child {
  margin-bottom: 0;
}

.inheritance-points .box .text_box .title {
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 2.6rem;
  color: #153496;
  margin-bottom: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 680px) {
  .inheritance-points .box .text_box .title {
    font-size: 2.2rem;
  }
}

.inheritance-points .box .text_box .num {
  display: block;
  line-height: 1;
  position: absolute;
  top: 17px;
  right: 20px;
  color: #fcebef;
  font-family: 'STIX Two Text', serif;
  font-weight: 600;
  font-style: italic;
  font-size: 12rem;
  letter-spacing: 0;
  z-index: -1;
}

.inheritance-flow {
  margin-bottom: 93px;
}

@media screen and (max-width: 680px) {
  .inheritance-flow {
    margin-bottom: 50px;
  }
}

.inheritance-flow .box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .inheritance-flow .box {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.inheritance-flow .box .text_box {
  width: 280px;
}

@media screen and (max-width: 960px) {
  .inheritance-flow .box .text_box {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 50px;
  }
}

.inheritance-flow .box .img {
  padding-top: 20px;
  margin-bottom: 11px;
  background: url("../new_image/bg_y.jpg");
  border-radius: 50%;
  text-align: center;
  height: 280px;
  width: 100%;
  max-width: 280px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media screen and (max-width: 960px) {
  .inheritance-flow .box .img {
    margin: 0 auto 30px;
  }
}

.inheritance-flow .box .text {
  line-height: 1.75;
}

@media screen and (max-width: 480px) {
  .inheritance-flow .box .text {
    line-height: inherit;
  }
}

.inheritance-flow .box .text_box:last-child .img::before {
  display: none;
}

.inheritance-flow .box .img::before {
  content: '';
  position: absolute;
  background: url("../new_image/flow.svg") center no-repeat;
  width: 16px;
  height: 26px;
  top: 50%;
  right: -45px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .inheritance-flow .box .img::before {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.inheritance-flow .box .img img {
  margin-bottom: 48px;
}

.inheritance-flow .box .img .step {
  display: block;
  color: #eb1428;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  line-height: 1.2;
}

.inheritance-flow .box .img .title {
  display: block;
  color: #153496;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
}
/*# sourceMappingURL=service_inheritance.css.map */