.typography--w3 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}

.typography--w6 {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 600;
}

.dx {
    max-width: 1160px;
    margin: 80px auto 100px;
}
@media screen and (max-width: 980px) {
    .dx {
        padding: 0 var(--15px);
		margin: 40px auto 100px;
        margin-bottom: var(--100px);
    }
}

.dxsection__title {
  font-weight: 600;
}

.dxsection__title {
  font-size: 2.25rem;
  color: #046780;
  text-align: center;
  margin-bottom: 80px;
}

.dxtheme__text {
  font-size: 1rem;
  color: #464646;
  line-height: 1.6;
}

.dxtheme__text + .dxtheme__text {
  margin-top: 20px;
}


.dxsection__sub-title {
  font-size: 1.5rem;
  color: #464646;
  display: flex;
  align-items: center;
  margin: 40px 0 25px 0;
}
.dxsection__sub-title::before {
  content: "";
  display: block;
  background-color: #046780;
  width: 10px;
  height: 24px;
  margin-right: 10px;
}

.dxtheme__text span {
  font-size: 11px;
}

.dxmtop {
  margin-top: 80px;
}

@media only screen and (max-width: 980px) {
  .dxtheme__text span {
    font-size: var(--10px);
  }
}

@media only screen and (max-width: 980px) {
  .dxsection__title {
    font-size: var(--18px);
    margin-bottom: var(--30px);
  }
  
  .dxtheme__text {
    font-size: var(--14px);
  }

  .dxtheme__text + .dxtheme__text {
    margin-top: var(--15px);
  }
  
  .dxsection__sub-title {
    font-size: var(--18px);
    margin-bottom: var(--30px);
    letter-spacing: -1px;
    padding-left: var(--20px);
    position: relative;
  }

  .dxsection__sub-title::before {
    position: absolute;
    width: var(--10px);
    height: calc(100% - var(--10px));
    left: 0;
  }
}


@media screen and (max-width: 1275px) {

 .dx {
    margin: 80px 30px 100px;
 }

}

.dx blockquote {
    margin: 30px 0;
    padding: 20px;
    font-style: italic;
    line-height: 1.6;
    background-color: #f9f9f9;
    border-left: 4px solid #ccc;
    color: #555;
}


.dxsection__caption-text {
    margin-top: 12px;
    font-size: 12px;
	text-indent: -2em;
	padding-left: 2em;
}
.dxsection__caption-text span {
    margin-right: 5px;
}
@media only screen and (max-width: 980px) {
 .dx {
    margin: 80px auto 100px;
 }
    .dxsection__caption-text {
        margin-top: var(--8px);
        font-size: var(--12px);
    }
    .dxsection__caption-text span {
        margin-right: var(--5px);
    }
}

.dxmbottom {
    margin-bottom: 80px;
}