@charset "utf-8";

html {
  scroll-behavior: smooth;
}

main {
  font-family: "游ゴシック体", yugothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, sans-serif;
  color: #111;
}


.prdct-dx a {
  transition: 0.4s;
}

.prdct-dx a:hover {
  transition: 0.4s;
}

.prdct-dx .mt0 {
  margin-top: 0 !important;
}

.prdct-dx .mt1em {
  margin-top: 1em !important;
}

.prdct-dx .br-small {
  display: none;
}

@media print,
screen and (max-width: 757px) {
  .prdct-dx .br-small {
    display: inline;
  }
}

.global-Breadcrumb li {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #666;
  text-decoration: none;
  transition-timing-function: linear;
  transition-duration: 0.2s;
}

.dx-MainVisual {
  position: relative;
}

.dx-MainVisual picture {
  display: block;
  text-align: center;
}

.dx-MainVisual .pos-absolute {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  height: 100%;
  pointer-events: none;
}

.dx-MainVisual .pos-absolute .local-MainContainer {
  padding: 1.5rem 1rem 0;
}

.dx-MainVisual .pos-absolute h1 {
  line-height: 1.3;
  padding-bottom: 0.5em;
  font-size: min(3vw, 32px);
}


@media print,
screen and (max-width: 768px) {
  .dx-MainVisual .pos-absolute h1 {
    font-size: max(23px, 6vw);
  }

}


.dx-MainVisual .pos-absolute h1 span {
  display: block;
  font-size: 1rem;
}

.dx-MainVisual .common-MainVisual_Lead {
  font-weight: bold;
  font-size: min(1.8vw, 16px);
}

@media print,
screen and (max-width: 768px) {
  .dx-MainVisual .common-MainVisual_Lead {
    font-size: max(14px, 3vw);
  }
  .dx-MainVisual .common-MainVisual_Lead br {
    display: none;
  }
  .dx-MainVisual .common-MainVisual_Lead br.br-small {
    display: inline;
  }
}

.dx-MainVisual .common-MainVisual_note {
position: absolute;
bottom: 90px;
}

@media print,
screen and (max-width: 1023px) {
  .dx-MainVisual .common-MainVisual_note {
    bottom: 140px;
    font-size: 14px;
  }
}

@media print,
screen and (max-width: 757px) {
  .dx-MainVisual .common-MainVisual_note {
    bottom: 165px;
  }
}

.dx-MainVisual .dx-inquryWrapper {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media print,
screen and (max-width: 1368px) {
  .dx-MainVisual .dx-inquryWrapper {
    position: relative;
  }
}

.dx-MainVisual .dx-inquryWrapper .local-MainContainer {
  color: #fff;
  background-color: rgba(37, 43, 47, 1);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.dx-inqury_Title {
  padding-top: 0.75em;
  font-weight: bold;
  flex-basis: 50%;
  text-align: center;
}

.dx-MainVisual .dx-inquryWrapper .local-MainContainer .dx-box {
  display: flex;
  gap: 3rem;
}

@media screen and (max-width: 1023px) {
  .dx-MainVisual .dx-inquryWrapper .local-MainContainer .dx-box {
    gap: 0;
  }
}

.dx-inqury_BtnBox {
  display: flex;
  justify-content: center;
  flex-basis: 50%;
}

.dx-inqury_BtnBox a {
  width: 19rem;
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 140%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #df0522;
  border-radius: 4px;
  padding: 1em 0;
  max-width: 100%;
}

.dx-inqury_BtnBox a:hover {
  background-color: #830213;
}

.dx-inqury_BtnBox a svg {
  width: 1.2rem;
  height: 1.2rem;
  vertical-align: bottom;
  fill: #fff;
}

.dx-logo {
  max-width: 400px;
  margin: 3rem auto;
}

.full_pic {
  width: 80%;
  margin: 2rem auto;
}

@media screen and (max-width: 1023px) {
  .full_pic {
    width: 100%;
    margin: 1rem auto;
  }

  .steps .full_pic {
    width: calc(100% + 50px);
    margin-left: -50px;
  }
}

.common-TitleHorizontalBar {
  position: relative;
  padding-left: 2.25rem;
  margin: 3.75rem 0 1.5rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 150%;
}

.common-TitleHorizontalBar::before {
  position: absolute;
  top: 0.8125rem;
  left: 0;
  display: block;
  width: 1.5rem;
  height: 0.1875rem;
  content: "";
  background-color: #df0522;
}

h3.dx-h3 {
  position: relative;
  padding-left: 1.25rem;
  margin: 2.5rem 0 1.25rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
}

h3.dx-h3::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.25rem;
  height: calc(100% - 4px);
  content: "";
  background: #df0522;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.dx-list {
  list-style: none;
  padding-left: 2em;
  padding-bottom: 1em;
}

.dx-list li {
  position: relative;
}

.small-size {
  font-size: 90%;
}

.dx-list li:before {
  position: absolute;
  left: -1.8em;
  top: 4px;
  content: "";
  width: 1em;
  height: 1em;
  background-color: #df0522;
  border-radius: 9999px;
}

.dx-list li a {
  text-decoration: underline;
  color: #111;
  font-weight: 900;
}

.dx-list li a:hover {
  color: #df0522;
}

.gray-area {
  background-color: #f6f6f6;
  padding: 2em;
}

@media screen and (max-width: 1023px) {
  .gray-area {
    padding: 1em;
  }
}

.dx-feature_flx {
  display: flex;
  flex-wrap: wrap;
  gap: 3%;
}

@media screen and (max-width: 1023px) {
  .dx-feature_flx {
    flex-direction: column;
  }
}

.dx-feature_flx .dx-feature_box {
  flex-basis: 48.5%;
  margin-bottom: 3%;
}

.dx-feature_box {
  background-color: #FFF;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-align: center;
  padding: 20px;
}

@media screen and (max-width: 1023px) {
  .dx-feature_box {
    padding: 10px;
  }
}

.dx-feature_title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 0.3em;
}

.dx-arrow {
  width: 160px;
  margin: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
  .dx-arrow {
    width: 100px;
    margin: 4% auto 5%;
  }
}

ol.steps {
  list-style: none;
  counter-reset: number;
  padding: 0;
  margin-bottom: 30px;
}

ol.steps>li {
  position: relative;
  padding-left: 50px;
  margin: 50px 0 20px;
}

ol.steps>li::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: -10px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
  line-height: 1.2;
  color: #df0522;
  background-color: #EEE;
  font-weight: bold;
  padding-top: 13px;
}

ol.steps li .step_txt {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

ul.note {
  padding: 0;
  padding-left: 1.5em;
  width: fit-content;
}

ul.note.right {
  margin-right: 0;
  margin-left: auto;
}

ul.note .ast {
  list-style-type: none;
  text-indent: -0.75em;
}

ul.note .ast::before {
  content: '※';
  display: inline-block;
  margin-right: 0.5em;
}

.dx-flx {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 1023px) {
  .dx-flx {
    flex-direction: column;
  }
}

.dx-flx .dx-flx_img_wrap {
  flex-shrink: 2;
  text-align: center;
}

.dx-flx .dx-flx_img_wrap img {
  max-width: 500px;
}

@media screen and (max-width: 1023px) {
  .dx-flx .dx-flx_img_wrap img {
    width: 100%;
  }
}

.dx-flx .dx-flx_txt_wrap {
  flex-basis: 80%;
  flex-shrink: 1;
}

.dx-caption {
  font-weight: 900;
  padding-top: 1em;
  text-align: center;
}

.dx-movie {
  text-align: center;
}

.dx-movie iframe {
  width: 100%;
  max-width: 900px;
  aspect-ratio: 16/9;
  height: auto;
}

.pb1em {
  padding-bottom: 1em;
}

.pb2em {
  padding-bottom: 2em;
}

.b-pc {
  display: block;
}

.b-sp {
  display: none;
}

/* desktop */
@media print,
screen and (min-width: 1024px) {
  .common-TitleHorizontalBar {
    padding-left: 3.25rem;
    margin: 4.375rem 0 1.625rem;
    font-size: 1.5rem;
    line-height: 100%;
  }

  .common-TitleHorizontalBar::before {
    top: 0.625rem;
    width: 2rem;
  }

  .dx-h3 {
    padding-left: 1.5rem;
    margin: 3.125rem 0 1.25rem;
    font-size: 1.25rem;
  }

  .dx-h3::before {
    height: calc(100% - 6px);
  }
}

/* mobile */
@media print,
screen and (max-width: 1023px) {
  .b-sp {
    display: block;
  }

  .b-pc {
    display: none;
  }

  .dx-MainVisual {
    min-height: 30vh;
  }

  .dx-MainVisual .dx-inquryWrapper {
    position: static;
  }

  .dx-MainVisual .dx-inquryWrapper .local-MainContainer .dx-box {
    flex-direction: column;
  }

  .dx-inqury_BtnBox {
    flex-direction: column;
    min-width: 50%;
  }

  .dx-inqury_BtnBox a {
    margin: 1em auto 0.3em;
  }

  .dx-MainVisual .dx-inquryWrapper .local-MainContainer {
    /* background-color: rgba(37, 43, 47, 1); */
  }

  .dx-inqury_Title {
    padding-top: 0.3rem;
    text-align: center;
    font-weight: bold;
  }

  .dx-box {
    flex-direction: column;
  }

  .dx-caption {
    padding-bottom: 1.8em;
  }
}