@charset "UTF-8";
.dx_content {
    padding-top: 80px;
    padding-bottom: 80px;
}
.dx_content_inner {
    position: relative;
    margin-top: 50px;
}
.dx_content_inner.bg-texture::before {
  content: "";
  background: url("../img/common/texture02.png") center center/cover no-repeat;
  width: 417px;
  height: 404px;
  position: absolute;
  bottom: -130px;
  left: -200px;
  z-index: -1;
}
.dx_content_inner p:not(:last-child) {
    margin-bottom: 30px;
}
.dx_heading {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}
.dx_img {
    margin-top: 15px;
    margin-bottom: 30px;
}
.text-right {
    margin-top: 30px;
    text-align: right;
    font-size: 90%;
}

/* 画面幅が767px以下の場合のスタイル */
@media screen and (max-width: 767px) {
}
