@charset "UTF-8";
.section-syoni-detail .detail-describe {
  color: #004b69;
  font-weight: 500;
  line-height: 2;
}
.section-syoni-detail .detail-describe .detail-text:last-child {
  margin-bottom: 0;
}

/* -------------------------------
▼ SP表示
-------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section-syoni-detail {
    padding-top: 0.6rem;
    padding-bottom: 1.8rem;
    background: url("../img/common/sp/decoration_img_02.png") bottom left -0.04rem/3.75rem 2.74rem no-repeat;
  }
  .section-syoni-detail .detail-image {
    width: 2.8rem;
    height: 2.1rem;
    margin: 0 auto 0.31rem;
  }
  .section-syoni-detail .detail-describe {
    margin-bottom: 0.6rem;
  }
}
/* -------------------------------
▼ PC表示
-------------------------------- */
@media print, (min-width: 768px) {
  .section-syoni-detail {
    padding-top: 100px;
    padding-bottom: 182px;
    background: url("../img/common/decoration_img_02.png") bottom left/758px 554px no-repeat;
  }
  .section-syoni-detail .syoni02-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-bottom: 100px;
  }
  .section-syoni-detail .detail-describe {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 130px;
    padding-top: 22px;
  }
  .section-syoni-detail .detail-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 440px;
    height: 330px;
  }
  .section-syoni-detail .syoni02-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
/*# sourceMappingURL=syoni.css.map */