/* Sass Document */
.sadajiro {
  padding: 4rem 0 13rem;
}

@media screen and (max-width: 767px) {
  .sadajiro {
    padding: 0 0 2rem;
  }
}

.main-image {
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .main-image {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 3rem;
  }
}

.content__heading .content-title {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .content__heading .content-title {
    margin-bottom: 3rem;
  }
}

.content__heading .content-title .text {
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .content__heading .content-title .text {
    font-size: 2.0rem;
    position: relative;
    padding-bottom: 1rem;
  }
  .content__heading .content-title .text span {
    position: relative;
    padding: 0 1em;
  }
  .content__heading .content-title .text span::after {
    content: '';
    left: 0;
    right: 0;
    bottom: -.5em;
    position: absolute;
    background-color: #bca474;
    height: 1px;
    width: 100%;
  }
}

.content__heading .text {
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .content__heading .text {
    font-size: 1.2rem;
  }
}

.ie11 .content__body .title {
  font-weight: bold;
}

.content__body .title {
  text-align: center;
  margin-bottom: 8rem;
  font-weight: 500;
  font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
  .content__body .title {
    font-size: 1.6rem;
    margin-bottom: 3rem;
  }
}

.content__body .text {
  font-size: 1.6rem;
  line-height: 1.7;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .content__body .text {
    font-size: 1.2rem;
  }
}

.content__body .text + .text {
  margin-top: 1.5em;
}

.content__body .img-wrapper {
  text-align: center;
  margin: 0 auto;
}

.content__body .img-wrapper.img-size4 {
  margin: 4rem 0 6.5rem;
}

@media screen and (max-width: 767px) {
  .content__body .img-wrapper.img-size4 {
    margin: 2rem 0;
  }
}

.content__body .img-wrapper.img-size6 {
  margin: 6.5rem 0;
}

@media screen and (max-width: 767px) {
  .content__body .img-wrapper.img-size6 {
    margin: 2rem 0;
  }
}

@media screen and (max-width: 767px) {
  .content__body .img-wrapper.img-sadajiro img {
    width: 40%;
  }
}

.content__body .list {
  width: 66rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .content__body .list {
    width: auto;
  }
}

.content__body .list .img-wrapper {
  margin-top: 2rem;
}

.content__body .item {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .content__body .item {
    margin-bottom: 3rem;
  }
}

.content__body .item .item__title {
  font-size: 2.0rem;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .content__body .item .item__title {
    font-size: 1.2rem;
  }
}

.content-block {
  margin-top: 8rem;
  margin-bottom: 9rem;
}

@media screen and (max-width: 767px) {
  .content-block {
    margin: 4rem 0;
  }
}
/*# sourceMappingURL=sadajiro.css.map */