@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------
メディアクエリ設定 All
---------------------------------------------------- */
_:lang(x)::-internal-media-controls-overlay-cast-button,
img {
  image-rendering: -webkit-optimize-contrast;
}
/*All END*/
.content {
  max-width: 1320px;
  padding: 0 0 150px;
  margin: 0 auto;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "M+ 1p", "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  font-size: 1.8rem;
  line-height: 2;
  color: #111111;
  letter-spacing: 0.05em;
}

.main-tit {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 265px;
  padding: 0 60px;
  margin-bottom: 25px;
  line-height: 1.5;
}
.main-tit::before {
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
  display: block;
  width: 100vw;
  height: 100%;
  content: "";
  background: url(../img/bg_title.png) center center / cover no-repeat;
}
.main-tit h1 {
  font-size: 4rem;
  font-weight: bold;
}
.main-tit h1 + p {
  margin-top: 10px;
  font-size: 1.6rem;
  color: #9e9e9e;
}
.topicpath ul {
  display: flex;
  margin-bottom: 55px;
  font-size: 1.3rem;
}
.topicpath li a {
  color: #9e9e9e;
}
.topicpath li + li::before {
  margin: 0 12px;
  color: #9e9e9e;
  content: "／";
}
.page-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto 65px;
  font-size: 1.6rem;
  line-height: 1.75;
}
.page-link li {
  width: 30%;
}
.page-link li a {
  position: relative;
  display: block;
  padding: 0 25px 14px 0;
  font-weight: bold;
  border-bottom: 1px solid #111;
  transition: 0.3s;
}
.page-link li a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 10px;
  height: 15px;
  margin: auto;
  content: "";
  background: url(/dxreport/img/ico_down.svg) center center / contain no-repeat;
}
.default-tit {
  margin-bottom: 22px;
  font-size: 3.6rem;
  font-weight: bold;
}
.default-tit + p,
.bdt-tit + p {
  margin-bottom: 50px;
}
.bdt-tit {
  margin-bottom: 30px;
}
.bdt-tit span {
  display: inline-block;
  padding-top: 10px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.03em;
  border-top: 3px solid #111;
}
.btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 45px 0;
  margin-top: 80px;
  text-align: center;
  background: #f7f7f7;
  transition: 0.3s;
}
.content > section:nth-of-type(even) .btn-box a {
  background: #fff;
}
.btn-box a span {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
}
.btn-box a::before {
  display: inline-block;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-right: 13px;
  content: "";
  background: url(/dxreport/img/ico_arrow.svg) 0 0 / contain no-repeat;
}
.ico-window {
  position: relative;
}
.ico-window::after {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 10px;
  margin-left: 8px;
  content: "";
  background: url(/dxreport/img/ico_window.svg) 0 0 / contain no-repeat;
}

@media (hover: hover) {
  .page-link li a:hover {
    opacity: 0.7;
  }
  .btn-box a:hover {
    opacity: 0.7;
  }
  .btn-box a:hover span {
    text-decoration: none;
  }
}

@media screen and (max-width: 1200px) {
  .content {
    padding: 0 15px 150px;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .content {
    padding-bottom: 80px;
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .localnavi {
    display: none;
  }
  .main-tit {
    height: 150px;
    padding: 0;
    margin-bottom: 15px;
  }
  .main-tit h1 {
    font-size: 2.4rem;
  }
  .main-tit h1 + p {
    margin-top: 5px;
    font-size: 1.3rem;
  }
  .topicpath ul {
    margin-bottom: 30px;
    font-size: 1.1rem;
  }

  .page-link ul {
    margin-bottom: 40px;
    font-size: 1.4rem;
  }
  .page-link li {
    width: 100%;
    line-height: 1.5;
  }
  .page-link li + li {
    margin-top: 10px;
  }
  .page-link li a {
    padding-bottom: 8px;
  }
  .default-tit {
    margin-bottom: 15px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .default-tit + p,
  .bdt-tit + p {
    margin-bottom: 30px;
  }
  .bdt-tit {
    margin-bottom: 15px;
  }
  .bdt-tit span {
    padding-top: 8px;
    font-size: 1.8rem;
    border-width: 2px;
  }
  .btn-box a {
    padding: 20px;
    margin-top: 40px;
  }
  .btn-box a span {
    font-size: 1.4rem;
  }
  .btn-box a::before {
    width: 30px;
    height: 30px;
    margin-right: 9px;
  }
  /*smartPhone END*/
}

@media only screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
  /*tablet PC END*/
}

body {
  padding-top: 60px;
}

@media only screen and (min-width: 1200px) {
  body {
    padding-top: 122px;
  }
}

main {
  overflow: hidden;
}
.js-fixedHeader.is-fixed {
  position: absolute !important;
  transform: none !important;
}

.localnavi {
  position: sticky;
  top: 0;
  z-index: 9;
  width: 100%;
  font-size: 12px;
  font-size: 1.2rem;
  background: #f2f2f2;
}
.localnavi-inner {
  max-width: 1572px;
  margin-right: auto;
  margin-left: auto;
}
.localnavi-inner::after {
  display: block;
  clear: both;
  content: "";
}
.localnavi-inner > p {
  float: left;
  width: 200px;
  font-size: 20px;
  font-size: 2rem;
}
.localnavi-inner > p a {
  font-weight: bold;
}
.localnavi-inner > p a:hover,
.local-sub a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}
.localnavi a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  color: #3a3a3a;
  text-decoration: none;
}
.localnavi-box {
  display: flex;
  justify-content: space-between;
  float: right;
  width: calc(100% - 200px);
}
.local-menu {
  display: flex;
  float: left;
  /*flex-wrap: wrap;*/
  line-height: 1.4;
}
.local-menu li a {
  padding: 0 14px;
  font-size: 1.5rem;
}
.local-menu li a:hover {
  box-shadow: 0 -3px #bababa inset;
}
.local-menu a.current,
.local-menu a.current:hover {
  box-shadow: 0 -3px #b40200 inset;
}
.local-sub {
  display: flex;
  flex-shrink: 0;
  margin-left: auto;
}
.local-sub a {
  padding: 0 15px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
.local-sub .local-demo a {
  background: #3a3a3a;
}
.local-sub .local-demo + .local-demo {
  border-left: 1px solid rgba(0, 0, 0, 0.6);
}
.local-sub .local-contact a {
  background: #b40200;
}
.localnavi.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

@media screen and (max-width: 768px) {
  /*非表示*/
  .localnavi-box,
  .breadcrumb {
    display: none;
  }

  /*ローカルナビ--------------*/
  .localnavi {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
  }
  .localnavi img {
    width: auto;
    max-width: none;
    height: 30px;
  }
  .localnavi-inner > p {
    float: none;
    width: auto;
  }
  .localnavi-inner > p a {
    position: relative;
    justify-content: flex-start;
    height: auto;
    padding: 15px 15px 15px 35px;
    font-weight: normal;
  }
  .localnavi-inner > p a::before {
    position: absolute;
    top: calc(50% - 4px);
    left: 13px;
    display: block;
    width: 7px;
    height: 11px;
    content: "";
    background: url(/common/img/arrow_red.png) left center / 7px auto no-repeat;
    transform: rotate(-180deg);
  }
}

@media screen and (max-width: 1199px) {
  .localnavi-box .local-menu li a {
    padding: 0 10px;
    font-size: 10px;
    font-size: 1rem;
  }
}
