@charset "UTF-8";
/*** The new CSS reset - version 1.11.3 (last updated 25.8.2024) ***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

ol {
  counter-reset: revert;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: unset;
}

::-moz-placeholder {
  color: unset;
}

:-ms-input-placeholder {
  color: unset;
}

::-ms-input-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) { /*all:revert;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::-webkit-details-marker {
  display: none;
}

html {
  font-size: 62.5%;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

html,
body {
  height: 100%;
}

body {
  display: block;
  line-height: 1;
  color: #222222;
  text-align: left;
  width: 100%;
  background: white;
  position: relative;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  font-variant-alternates: proportional-width;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-family: "kozuka-mincho-pr6n", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 300;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 4.5rem;
  height: 10.5rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    margin: 0 2rem;
    height: 7.2rem;
  }
}

.l-logo {
  width: 13.2rem;
}
@media screen and (max-width: 767px) {
  .l-logo {
    width: 10rem;
  }
}

.c-breadcrumbs {
  margin: 3rem 4.5rem 0;
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  color: #000;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    margin: 1.6rem 2rem 0;
  }
}

.c-breadcrumbs ul {
  display: -webkit-box;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 0.75rem;
}

.c-breadcrumbs .c-breadcrumb__item {
  display: inline-block;
  margin: 0 0.6rem 0 0.6rem;
  padding: 0 0.6rem 0 0.6rem;
  padding-left: 1.5rem;
  position: relative;
}

.c-breadcrumbs .c-breadcrumb__item:first-child {
  margin-left: 0;
  padding-left: 0;
}

.c-breadcrumbs .c-breadcrumb__item + .c-breadcrumb__item::before {
  content: "＞";
  position: absolute;
  top: 50%;
  left: -0.6rem;
  -webkit-transform: translateY(-50%) scale(0.7);
  transform: translateY(-50%) scale(0.7);
}

.c-breadcrumbs .c-breadcrumb__item a {
  text-decoration: underline;
}

.l-footer {
  margin: 0 4.5rem;
  padding: 3.8rem 0 1.8rem;
  border-top: 1px solid #E2E2E2;
  text-align: right;
  color: #666;
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin: 0 2rem;
    padding: 2.4rem 0 1.6rem;
  }
}

.u-color-blue {
  color: #2360CA;
}

.u-color-green {
  color: #389310;
}

.u-color-orange {
  color: #D18200;
}

.u-bold {
  font-weight: 600;
}

.t-dx__header {
  position: relative;
  display: -ms-grid;
  display: grid;
  place-content: center;
  margin: 0 4.5rem;
  padding: 4.5rem;
  height: 44rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(34, 34, 34, 0.5)), to(rgba(34, 34, 34, 0.5))), url(../images/dx-hero.jpg) lightgray 50%/cover no-repeat;
  background: linear-gradient(0deg, rgba(34, 34, 34, 0.5) 0%, rgba(34, 34, 34, 0.5) 100%), url(../images/dx-hero.jpg) lightgray 50%/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .t-dx__header {
    margin: 0 2rem;
    padding: 2rem;
    height: 25rem;
  }
}

.t-dx__header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .t-dx__header-title {
    gap: 1.2rem;
  }
}
.t-dx__header-title__main, .t-dx__header-title__sub {
  display: inline-block;
}
.t-dx__header-title__main {
  padding-bottom: 1.6rem;
  font-size: 4.4rem;
  line-height: 1.4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .t-dx__header-title__main {
    padding-bottom: 1.2rem;
    font-size: 2.4rem;
  }
}
.t-dx__header-title__sub {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .t-dx__header-title__sub {
    font-size: 1.6rem;
  }
}

.t-dx__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12rem;
  padding: 12rem 10rem;
}
@media screen and (max-width: 767px) {
  .t-dx__body {
    row-gap: 6rem;
    padding: 6rem 2rem;
  }
}

.t-dx__box {
  width: min(100%, 124rem);
  margin: 0 auto;
}

.t-dx__box-header {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto auto;
  -ms-grid-columns: 2.4rem 2rem 1fr;
      grid-template: "number title" auto ". application" auto/2.4rem 1fr;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .t-dx__box-header {
    -ms-grid-columns: 1.6rem 1.2rem 1fr;
    grid-template-columns: 1.6rem 1fr;
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
  }
}
.t-dx__box-header__number {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: number;
  padding-bottom: 3.6rem;
  color: #F29600;
  font-size: 1.8rem;
  line-height: 5.88rem;
  border-bottom: 1px solid #F29600;
}
@media screen and (max-width: 767px) {
  .t-dx__box-header__number {
    padding-bottom: 1.6rem;
    font-size: 1.2rem;
    line-height: 3.36rem;
  }
}
.t-dx__box-header__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: title;
  padding-bottom: 3.6rem;
  color: #164800;
  font-size: 4.2rem;
  line-height: 1.4;
  border-bottom: 1px solid #EAEAEA;
}
@media screen and (max-width: 767px) {
  .t-dx__box-header__title {
    padding-bottom: 1.6rem;
    font-size: 2.4rem;
  }
}
.t-dx__box-header__application {
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  grid-area: application;
  padding: 1.2rem;
  background: #FAFAFA;
  border-bottom: 1px solid #EAEAEA;
}
@media screen and (max-width: 767px) {
  .t-dx__box-header__application {
    padding: 0.8rem;
  }
}

.t-dx__application {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.8rem 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  font-family: sans-serif;
  color: #555555;
}
@media screen and (max-width: 767px) {
  .t-dx__application {
    -webkit-column-gap: 0.6rem;
       -moz-column-gap: 0.6rem;
            column-gap: 0.6rem;
  }
}
.t-dx__application__heading {
  padding: 0.2rem 0.8rem;
  font-size: 1.3rem;
  line-height: 1.4;
  border-radius: 50px;
  border: 1px solid #CCC;
}
@media screen and (max-width: 767px) {
  .t-dx__application__heading {
    font-size: 1.2rem;
  }
}
.t-dx__application__detail {
  padding-top: 0.2rem;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .t-dx__application__detail {
    font-size: 1.3rem;
  }
}

.t-dx__box-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.2rem;
  padding: 6rem 0 0 4.4rem;
}
@media screen and (max-width: 767px) {
  .t-dx__box-body {
    gap: 3.6rem;
    padding: 4rem 0 0 2.8rem;
  }
}

.t-dx__box-column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr min(3.5vw, 4.8rem) 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: min(3.5vw, 4.8rem);
     -moz-column-gap: min(3.5vw, 4.8rem);
          column-gap: min(3.5vw, 4.8rem);
}
@media screen and (max-width: 860px) {
  .t-dx__box-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 5.2rem;
  }
}
@media screen and (max-width: 767px) {
  .t-dx__box-column {
    row-gap: 3.6rem;
  }
}

.t-dx__subbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.8rem;
}
@media screen and (max-width: 767px) {
  .t-dx__subbox {
    gap: 2.4rem;
  }
}

.t-dx__subbox-title {
  color: #164800;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .t-dx__subbox-title {
    font-size: 1.8rem;
  }
}

.t-dx__subbox-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .t-dx__subbox-body {
    gap: 2rem;
  }
}

.t-dx__text {
  font-family: sans-serif;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .t-dx__text {
    font-size: 1.4rem;
  }
}
.t-dx__text.--name {
  font-weight: 600;
  color: #444444;
}

.t-dx__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.6rem;
}
@media screen and (max-width: 767px) {
  .t-dx__text-box {
    row-gap: 1.4rem;
  }
}

.t-dx__h4 {
  color: #333333;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .t-dx__h4 {
    font-size: 1.5rem;
  }
}

.t-dx__list-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6rem;
}
.t-dx__list-check__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0.4rem 1fr;
  grid-template-columns: auto 1fr;
  gap: 0.4rem;
  font-family: sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .t-dx__list-check__item {
    font-size: 1.4rem;
  }
}
.t-dx__list-check__item::before {
  content: "";
  display: block;
  width: 2.6rem;
  aspect-ratio: 1/1;
  background-image: url(../images/icon-check.svg);
  background-position: 50% 50%;
  background-size: 1.6rem 1.2rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .t-dx__list-check__item::before {
    width: 2.2rem;
    background-size: 1.4rem 1rem;
  }
}

.t-dx__list-disc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  .t-dx__list-disc {
    gap: 0.6rem;
  }
}
.t-dx__list-disc__item {
  position: relative;
  padding-left: 2.5rem;
  color: #222222;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.03em;
  font-family: sans-serif;
}
@media screen and (max-width: 767px) {
  .t-dx__list-disc__item {
    padding-left: 2.1rem;
    font-size: 1.4rem;
  }
}
.t-dx__list-disc__item::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #164800;
}
@media screen and (max-width: 767px) {
  .t-dx__list-disc__item::before {
    top: 0.8rem;
    left: 0.8rem;
  }
}

.t-dx__list-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
}

.t-dx__card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2.8rem auto;
  grid-template-columns: 1fr auto;
  padding: 3.6rem;
  gap: 2.8rem;
  border: 1px solid #EEE;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .t-dx__card {
    padding: 2.4rem;
    gap: 1.6rem;
  }
}
@media screen and (max-width: 520px) {
  .t-dx__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.t-dx__card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .t-dx__card__body {
    gap: 1.6rem;
  }
}
.t-dx__card__title {
  position: relative;
  padding-bottom: 2.4rem;
  color: #164800;
  font-family: sans-serif;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .t-dx__card__title {
    padding-bottom: 1.6rem;
    font-size: 1.6rem;
  }
}
.t-dx__card__title::before, .t-dx__card__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  height: 1px;
}
.t-dx__card__title::before {
  left: 0;
  width: 1.6rem;
  background: #164800;
}
@media screen and (max-width: 767px) {
  .t-dx__card__title::before {
    width: 1.2rem;
  }
}
.t-dx__card__title::after {
  right: 0;
  width: calc(100% - 2.4rem);
  background: #E3E3E3;
}
@media screen and (max-width: 767px) {
  .t-dx__card__title::after {
    width: calc(100% - 2rem);
  }
}
.t-dx__card__media {
  width: min(25vw, 36rem);
}
@media screen and (max-width: 767px) {
  .t-dx__card__media {
    width: 30vw;
  }
}
@media screen and (max-width: 520px) {
  .t-dx__card__media {
    width: 100%;
  }
}

.t-dx__table {
  border: 1px solid #E6E6E6;
  color: #222222;
  font-family: sans-serif;
}
.t-dx__table thead th {
  padding: 0.8rem 1.2rem 0.8rem 1.2rem;
  background: #F5F5F5;
  color: #666666;
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .t-dx__table thead th {
    padding: 0.4rem 0.8rem;
    font-size: 1.2rem;
  }
}
.t-dx__table tbody td,
.t-dx__table tfoot td {
  padding: 1.2rem;
  border-top: 1px solid #E6E6E6;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .t-dx__table tbody td,
  .t-dx__table tfoot td {
    padding: 0.8rem 1rem;
    font-size: 1.3rem;
  }
}
.t-dx__table tfoot td {
  border-top: 3px double #E6E6E6;
  color: #333333;
  font-weight: 600;
}

.t-dx__media__main {
  background: #EFEFEF;
}
@media screen and (max-width: 860px) {
  .t-dx__media__main {
    margin-right: -10rem;
    overflow-x: scroll;
  }
}
.t-dx__media__main img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 860px) {
  .t-dx__media__main img {
    width: 125%;
    max-inline-size: none;
  }
}
@media screen and (max-width: 767px) {
  .t-dx__media__main img {
    width: 150%;
  }
}
@media screen and (max-width: 520px) {
  .t-dx__media__main img {
    width: 180%;
  }
}
.t-dx__media__note {
  display: none;
}
@media screen and (max-width: 860px) {
  .t-dx__media__note {
    display: block;
    padding-top: 1.2rem;
    color: #666;
    font-family: sans-serif;
    font-size: 1.3rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
  }
}
@media screen and (max-width: 767px) {
  .t-dx__media__note {
    padding-top: 0.8rem;
    font-size: 1.2rem;
  }
}

.t-dx__video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.t-dx__video iframe {
  width: min(100%, 80rem);
  height: auto;
  aspect-ratio: 16/9;
}

.t-dx__topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 4.8rem 4.8rem 4.8rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  border: 1px solid #EEE;
  background: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .t-dx__topic {
    padding: 2.4rem;
    font-size: 1.4rem;
    gap: 2.4rem;
  }
}

.t-dx__topic-title {
  position: relative;
  color: #164800;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .t-dx__topic-title {
    font-size: 1.8rem;
  }
}
.t-dx__topic-title::before {
  content: "";
  position: absolute;
  top: -4rem;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #164800;
}
@media screen and (max-width: 767px) {
  .t-dx__topic-title::before {
    top: -2.4rem;
  }
}

.t-dx__topic-body {
  font-family: sans-serif;
  letter-spacing: 0.03em;
}

.t-dx__topic-body.--column {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 4rem 1fr;
  grid-template-columns: auto 1fr;
  gap: 4rem;
}
@media screen and (max-width: 860px) {
  .t-dx__topic-body.--column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .t-dx__topic-body.--column {
    -ms-grid-columns: auto 2rem 1fr;
    grid-template-columns: auto 1fr;
    gap: 2rem;
  }
}
@media screen and (max-width: 520px) {
  .t-dx__topic-body.--column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.t-dx__topic-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  width: min(27vw, 40rem);
}
@media screen and (max-width: 860px) {
  .t-dx__topic-person {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .t-dx__topic-person {
    width: 30vw;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 520px) {
  .t-dx__topic-person {
    width: 100%;
  }
}
.t-dx__topic-person__caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4rem;
  line-height: 1.4;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .t-dx__topic-person__caption {
    gap: 0.2rem;
  }
}
.t-dx__topic-person__caption__main {
  color: #444444;
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .t-dx__topic-person__caption__main {
    font-size: 1.3rem;
  }
}
.t-dx__topic-person__caption__sub {
  color: #555;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .t-dx__topic-person__caption__sub {
    font-size: 1.2rem;
  }
}

.t-dx__topic-qa {
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .t-dx__topic-qa {
    font-size: 1.4rem;
  }
}
.t-dx__topic-qa__question {
  color: #164800;
  font-weight: 600;
}
.t-dx__topic-qa__answer {
  padding-top: 1.6rem;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .t-dx__topic-qa__answer {
    padding-top: 0.8rem;
  }
}
.t-dx__topic-qa__answer + .t-dx__topic-qa__question {
  padding-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .t-dx__topic-qa__answer + .t-dx__topic-qa__question {
    padding-top: 1.6rem;
  }
}

.t-dx__note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: sans-serif;
  color: #666;
  font-size: 1.3rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767px) {
  .t-dx__note {
    font-size: 1.2rem;
  }
}