.dx main .main_dx {
  background-image: url(../img/dx/fv.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.box:last-child:after {
  content: none;
}

.box:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  background-image: repeating-linear-gradient(
    to right,
    #2e61a5,
    #2e61a5 2px,
    transparent 2px,
    transparent 4px
  );
}

.point {
  display: grid;
    grid-template-columns: 10px 1fr;
    margin-top: 10px;
    gap: 10px;
}

.point:before {
  content: "";
  display: block;
  margin-top: 12px;
  margin-left: 5px;
  width: 3px;
  aspect-ratio: 1;
  background-color: #0051A4;
  border-radius: 999px;
}

@media screen and (max-width: 768px) {
  .dx main .main_dx {
    background-image: url(../img/dx/fv-sp.jpg);
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}



/* .sec1 */

.dx main .sec1 {
  width: 80%;
  margin: 0 auto;
  max-width: 1100px;
  padding-top: 130px;
  padding-bottom: 127px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dx main .sec1 .left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.dx main .sec1 .left h2 {
  font-size: 36px;
  font-weight: bold;
  color: #232323;
  line-height: 1.5;
  margin-bottom: 40px;
}
.dx main .sec3 {
  width: 80%;
  margin: 0 auto;
  max-width: 1100px;
  padding-top: 130px;
  padding-bottom: 127px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dx main .sec3 .left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.dx main .sec3 .left h2 {
  font-size: 36px;
  font-weight: bold;
  color: #232323;
  line-height: 1.5;
  margin-bottom: 40px;
}
.dx main .sec5 {
  width: 80%;
  margin: 0 auto;
  max-width: 1100px;
  padding-top: 130px;
  padding-bottom: 127px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dx main .sec5 .left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.dx main .sec5 .left h2 {
  font-size: 36px;
  font-weight: bold;
  color: #232323;
  line-height: 1.5;
  margin-bottom: 40px;
}
.dx main .sec5 .left .bd {
  width: 40px;
  height: 4px;
  background-color: #0051A4;
}

.dx main .sec5 .right {
  width: 60%;
}

.dx main .sec5 .right .title {
  line-height: 2.2;
  font-weight: 500;
}

.dx main .sec5 .right .heading {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #0051A4;
  line-height: 1.6;
}

.dx main .sec5 .right .passage {
  line-height: 1.8;
  margin-top: 10px;
}

.dx main .sec5 .right .text {
  font-size: 16px;
  color: #232323;
  line-height: 1.8;
  margin-bottom: 20px;
}

  .dx main .sec1 .right {
  width: 60%;
  }

.dx main .sec1 .right .name {
  font-size: 16px;
  font-weight: 700;
  color: #232323;
  line-height: 1.8;
  display: block;
}

.dx main .sec5 .right .img-box {
  width: 100%;
}

.dx main .sec5 .right .img-box img {
  width: 100%;
}

/*──────────────────────────────────────────
  dxページ「関連資料」ボタン風リンク
──────────────────────────────────────────*/

.dx main .sec2 .inner .right .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.dx main .sec2 .inner .right .item .content .left {
  width: fit-content;
}

.dx main .sec2 .inner .right .item .content .right {
  width: 75%;
}

.dx main .sec2 .inner .right .item:last-child .content .text a {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #F5F5F5;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  transition: background-color 0.2s;
}

.dx main .sec2 .inner .right .item:last-child .content .text a:hover {
  background-color: #003a75;
}

.dx main .sec1 .left .bd {
  width: 40px;
  height: 4px;
  background-color: #0051A4;
}

.dx main .sec1 .right .text {
  font-size: 16px;
  color: #232323;
  line-height: 2.3;
  margin-bottom: 20px;
}

.dx main .sec1 .right .name {
  font-size: 16px;
  font-weight: 700;
  color: #232323;
  line-height: 1.8;
  margin-top: 20px;
}

.dx main .sec1 .right .img-box {
  width: 100%;
}

.dx main .sec1 .right .img-box img {
  width: 100%;
}

.dx main .sec2 {
  background-color: #F5F5F5;
  background-size: cover;
  background-position: center;
  padding-top: 140px;
  padding-bottom: 110px;
}

.dx main .sec2 .inner {
  /* width: 80%; */
  max-width: 1080px;
  margin: 0 auto;
}

.dx main .sec2 .inner > .left {
  margin-bottom: 50px;
}

.dx main .sec2 .inner .left h2 {
  font-size: 36px;
  font-weight: bold;
  color: #232323;
  margin-bottom: 40px;
  line-height: 1.45;
}

.dx main .sec2 .inner .left .bd {
  width: 40px;
  height: 4px;
  background-color: #0051A4;
}

.dx main .sec2 .inner .right .item {
  width: 100%;
  margin-bottom: 40px;
}

.dx main .sec2 .inner .right .item .num {
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding: 10px 0;
  width: 100px;
  text-align: center;
  border-top: 3px solid white;
  border-left: 3px solid white;
  border-right: 3px solid white;
  white-space: nowrap;
  letter-spacing: 0.5px;
  font-family: 'Roboto', sans-serif;
}

.dx main .sec2 .inner .right .item .content {
  background-color: #fff;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dx main .sec2 .inner .right .item .content .total {
  list-style: disc;
  color: #0051A4;
}

.dx main .sec2 .inner .right .item .content .part {
  font-weight: 500;
  color: #0051A4;
  margin-left: 1em;
  margin-top: 20px;
  line-height: 1.8;
}

.dx main .sec2 .inner .right .item .content .part .word {
  color: #232323;
}

.dx main .sec2 .inner .right .item .content .part .piece {
  color: #232323;
  margin-top: 10px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          gap: 10px;
}
.dx main .sec2 .inner .right .item .content .part .piece:before {
  content: "";
  width: 10px;
  height: 2px;
  background-color: #0051A4;
  margin-top: 12px;
}

.dx main .sec2 .inner .right .item .content .part .piece .word {
  flex: 1;
}

.dx main .sec2 .inner .right .item .content .title {
  font-size: 22px;
  font-weight: bold;
  color: #232323;
  margin-bottom: 20px;
  line-height: 1.3;
}

.dx main .sec2 .inner .right .item .content .bd {
  width: 30px;
  height: 3px;
  background-color: #0051A4;
  margin-bottom: 19px;
}

.dx main .sec2 .inner .right .item .content .text {
  font-size: 16px;
  color: #232323;
  line-height: 1.8;
}

.dx main .sec3 .left .bd {
  width: 40px;
  height: 4px;
  background-color: #0051A4;
}

.dx main .sec3 .right {
  width: 60%;
}

.dx main .sec3 .right .text {
  font-size: 16px;
  color: #232323;
  line-height: 1.8;
  margin-bottom: 20px;
}

.dx main .sec3 .right .name {
  font-size: 16px;
  font-weight: 700;
  color: #232323;
  line-height: 1.8;
}

.dx main .sec3 .right .img-box {
  width: 100%;
}

.dx main .sec3 .right .img-box img {
  width: 100%;
}

.dx main .sec5 .left .bd {
  width: 40px;
  height: 4px;
  background-color: #0051A4;
}

.dx main .sec5 .right .text {
  font-size: 16px;
  color: #232323;
  line-height: 1.8;
  margin-bottom: 20px;
}

.dx main .sec5 .right .name {
  font-size: 16px;
  font-weight: 700;
  color: #232323;
  line-height: 1.8;
}

.dx main .sec5 .right .img-box {
  width: 100%;
}

.dx main .sec5 .right .img-box img {
  width: 100%;
}

@media screen and (max-width: 1025px) {
  .dx main .sec1 {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .dx main .sec1 .left h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .dx main .sec2 {
    padding-top: 100px;
    padding-bottom: 50px;
    font-size: 16px;
  }
  .dx main .sec2 .inner {
    width: 90%;
  }
  .dx main .sec2 .inner .left h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }
  .dx main .sec2 .inner .right .item .content {
    padding: 30px;
    display: block;
  }
  .dx main .sec2 .inner .right .item .content .title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .dx main .sec2 .inner .right .item .content .right {
    width: 100%;
    margin-top: 20px;
  }
  .dx main .sec2 .inner .right .item .content .bd {
    margin-bottom: 10px;
  }
    .dx main .sec3 {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .dx main .sec3 .left h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .dx main .sec1 .left .bd {
    width: 50px;
    height: 6px;
  }
  .dx main .sec3 .right {
  width: 295px;
    margin-inline: auto;
}
    .dx main .sec5 {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .dx main .sec5 .left h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .dx main .sec5 .right .name {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .dx main .sec1 {
    padding-top: 60px;
    display: block;
  }
  .dx main .sec1 .left {
    width: 295px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .dx main .sec1 .right {
  width: 295px;
  margin-inline: auto;
  }
  .dx main .sec1 .right .text {
    width: 295px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .dx main .sec2 {
    padding-top: 60px;
  }
  .dx main .sec2 .inner {
    width: 295px;
    display: block;
  }
  .dx main .sec2 .inner .right .item {
    margin-bottom: 20px;
  }
  .dx main .sec2 .inner > .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .dx main .sec2 .inner > .left {
    margin-bottom: 40px;
  }
  .dx main .sec2 .inner .right {
    width: 100%;
  }
  .dx main .sec2 .inner .left .bd {
    width: 50px;
    height: 6px;
  }
  .dx main .sec3 .left .bd {
    width: 50px;
    height: 6px;
  }
  .dx main .sec3 {
    padding-top: 60px;
    display: block;
  }
  .dx main .sec3 .left {
    width: 295px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .dx main .sec3 .right {
    width: 100%;
  }
  .dx main .sec3 .right .text {
    width: 295px;
    margin: 0 auto;
    margin-bottom: 40px;
    line-height: 2.3;
  }
  .dx main .sec5 {
    font-size: 16px;
    padding-top: 60px;
    display: block;
  }
  .dx main .sec5 .left {
    width: 295px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  
  .dx main .sec5 .right {
    width: 295px;
    margin: 0 auto;
  }
  
  .dx main .sec5 .right .text {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=style.css.map */

.dx main .sec4 {
  background-color: #0051A4;
  background-size: cover;
  background-position: center;
  padding-top: 140px;
  padding-bottom: 110px;
}

.dx main .sec4 .inner {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
}

.dx main .sec4 .inner .left .text {
  color: #fff;
  margin-top: 30px;
  line-height: 2.2;
}

.dx main .sec4 .inner .left h2 {
  font-size: 36px;
  font-weight: bold;
  color: white;
  margin-bottom: 40px;
  line-height: 1.45;
}

.dx main .sec4 .inner .left .bd {
  width: 40px;
  height: 4px;
  background-color: #fff;
}

.dx main .sec4 .inner .right {
    margin-top: 20px;
}

.dx main .sec4 .inner .right .item {
  width: 100%;
  margin-bottom: 40px;
}

.dx main .sec4 .inner .right .item .num {
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding: 10px 0;
  width: 100px;
  text-align: center;
  border-top: 3px solid white;
  border-left: 3px solid white;
  border-right: 3px solid white;
  white-space: nowrap;
  letter-spacing: 0.5px;
  font-family: 'Roboto', sans-serif;
}

.dx main .sec4 .inner .right .item .content {
  background-color: #fff;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dx main .sec4 .inner .right .item .content .title {
  font-size: 22px;
  font-weight: 500;
  color: #232323;
  margin-bottom: 20px;
}

.dx main .sec4 .inner .right .item .content .heading {
  font-size: 18px;
  font-weight: 500;
  color: #0051A4;
  margin-bottom: 10px;
  padding-top: 10px;
}

.dx main .sec4 .inner .right .item .content .paragraph {
display: grid;
    grid-template-columns: 15px 1fr;
}
.dx main .sec4 .inner .right .item .content .paragraph + .paragraph {
margin-top: 10px;
}

.dx main .sec4 .inner .right .item .content .paragraph:before {
  content: "";
  display: block;
  margin-top: 10px;
  width: 5px;
  aspect-ratio: 1;
  background-color: #0051A4;
  border-radius: 999px;
}

.dx main .sec4 .inner .right .item .content .heading + .text {
  margin-top: 15px;
}

.dx main .sec4 .inner .right .item .content .heading2 {
  margin-top: 30px;
  padding-top: 20px;
}

.dx main .sec4 .inner .right .item .content .bd {
  width: 30px;
  height: 3px;
  background-color: #0051A4;
  margin-bottom: 19px;
}

.dx main .sec4 .inner .right .item .content .list {
  position: relative;
  font-size: 16px;
  color: #232323;
  line-height: 1.8;
  margin-top: 20px;
      text-indent: -1em;
    padding-left: 1em;
    padding-top: 20px;
}

.dx main .sec4 .inner .right .item .content .list:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 0;
  margin-top: 20px;
  background-image: repeating-linear-gradient(
    to right,
    #2e61a5,
    #2e61a5 2px,
    transparent 2px,
    transparent 4px
  );
}

.dx main .sec4 .inner .right .item .content .bd  {
  margin-bottom: 10px;
}

.dx main .sec4 .inner .right .item .content .bd + .list {
  margin-top: 0;
}

.dx main .sec4 .inner .right .item .content .list:last-child:after {
content: none;
}

.dx main .sec4 .inner .right .item .content .text {
  position: relative;
  font-size: 16px;
  color: #232323;
  line-height: 1.8;
  margin-top: 20px;
}

.dx main .sec4 .inner .right .item .content .text:after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  left: 0;
  margin-top: 20px;
  background-image: repeating-linear-gradient(
    to right,
    #2e61a5,
    #2e61a5 2px,
    transparent 2px,
    transparent 4px
  );
}

.dx main .sec4 .inner .right .item .content .text:last-child:after {
  content: none;
}

/* .dx main .sec4 .inner .right .item .content .text .word {
  margin-left: 10px;
} */



@media screen and (max-width: 1025px) {
  .dx main .sec1 {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .dx main .sec1 .left h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .dx main .sec4 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .dx main .sec4 .inner {
    width: 90%;
  }
  .dx main .sec4 .inner .left h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .dx main .sec4 .inner .left .text {
    font-size: 20px;
  }
  .dx main .sec4 .inner .right .item .content {
    padding: 30px;
  }
  .dx main .sec4 .inner .right .item .content .title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .dx main .sec4 .inner .right .item .content .bd {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .dx main .sec4 {
    padding-top: 60px;
  }
  .dx main .sec4 .inner {
    width: 295px;
    display: block;
  }
  .dx main .sec4 .inner .left {
    width: 100%;
    margin-bottom: 20px;
  }
.dx main .sec4 .inner .left .text {
    font-size: 16px;
  }
  .dx main .sec4 .inner .right {
    width: 100%;
    margin-top: 0;
  }
  .dx main .sec4 .inner .right .item {
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=style.css.map */


.dx main .sec6 {
  background-color: #0051A4;
  background-size: cover;
  background-position: center;
  padding-top: 140px;
  padding-bottom: 110px;
}

.dx main .sec6 .inner {
  width: 80%;
  max-width: 1100px;
  margin: 0 auto;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
}

/* .dx main .sec6 .inner .left {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
} */

.dx main .sec6 .inner .left h2 {
  font-size: 36px;
  font-weight: bold;
  color: white;
  margin-bottom: 40px;
}

.dx main .sec6 .inner .left .bd {
  width: 40px;
  height: 4px;
  background-color: #fff;
}

.dx main .sec6 .inner .right {
    margin-top: 40px;
}

.dx main .sec6 .inner .right .item {
  width: 100%;
  margin-bottom: 40px;
}

.dx main .sec6 .inner .right .item .num {
  font-size: 18px;
  font-weight: bold;
  color: white;
  padding: 10px 0;
  width: 100px;
  text-align: center;
  border-top: 3px solid white;
  border-left: 3px solid white;
  border-right: 3px solid white;
  white-space: nowrap;
  letter-spacing: 0.5px;
  font-family: 'Roboto', sans-serif;
}

.dx main .sec6 .inner .right .item .content {
  background-color: #fff;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dx main .sec6 .inner .right .item .content .title {
  font-size: 22px;
  font-weight: bold;
  color: #232323;
  margin-bottom: 20px;
}

.dx main .sec6 .inner .right .item .content .bd {
  width: 30px;
  height: 3px;
  background-color: #0051A4;
  margin-bottom: 19px;
}

.dx main .sec6 .inner .right .item .content .text {
  font-size: 16px;
  color: #232323;
  line-height: 1.8;
}

@media screen and (max-width: 1025px) {
  .dx main .sec1 {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .dx main .sec1 .left h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .dx main .sec6 {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .dx main .sec6 .inner {
    width: 90%;
  }
  .dx main .sec6 .inner .left h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .dx main .sec6 .inner .right .item .content {
    padding: 30px;
  }
  .dx main .sec6 .inner .right .item .content .title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .dx main .sec6 .inner .right .item .content .bd {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  .dx main .sec6 {
    padding-top: 60px;
  }
  .dx main .sec6 .inner {
    width: 295px;
    display: block;
  }
  .dx main .sec6 .inner .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .dx main .sec6 .inner .right {
    width: 100%;
  }
}
/*# sourceMappingURL=style.css.map */