@charset "UTF-8";
/* ============================================================
  lp（Phase2）用個別css
 ============================================================ */
/* INDB Funding Eye
=================== */
.p-lpAnalysis-other__grid {
  border-bottom: none;
}
@media screen and (min-width: 769px) {
  .p-lpAnalysis-other__grid {
    position: relative;
    margin-inline: auto;
    margin-top: 30px;
  }
  .p-lpAnalysis-other__grid::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 100%;
    border-left: 2px dotted #c9c9c9;
    top: 0;
    left: 12.5em;
  }
}
.p-lpAnalysis-other__grid > li {
  display: flex;
  gap: 30px;
  font-size: 1.8rem;
}
.p-lpAnalysis-other__grid > li:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-lpAnalysis-other__grid > li {
    flex-wrap: wrap;
  }
  .p-lpAnalysis-other__grid > li > * {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-lpAnalysis-other__grid > li .heading {
    width: 13em;
  }
}
.p-lpAnalysis-other__grid > li .heading .title {
  font-size: 1.8rem;
  font-weight: 700;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.p-lpAnalysis-other__grid > li .heading .title span {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-lpAnalysis-other__grid > li .heading {
    position: relative;
  }
  .p-lpAnalysis-other__grid > li .heading::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -15px;
    left: 0;
    width: 100%;
    height: 0;
    border-top: 1px solid #000;
  }
}
.p-lpAnalysis-other__grid + .p-lpFunction__list02 {
  padding-top: 30px;
}
@media screen and (max-width: 640px) {
  .p-lpAnalysis__list {
    padding: 10px !important;
  }
}

/* INDB Accel
=================== */
.p-lpFeature__list.__wrap {
  flex-wrap: wrap;
  row-gap: 15px;
}

.gridPanel.__tab {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.gridPanel.__tab li a {
  display: block;
  width: 100%;
  position: relative;
  padding: 20px;
}
.gridPanel.__tab li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
}
.gridPanel.__tab li a:hover {
  color: #004896;
  opacity: 1;
}
.gridPanel.__tab li a:hover::after {
  border-top: 3px solid #004896;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.listType01.__numero {
  counter-reset: 0;
  width: max-content;
  max-width: 100%;
  font-size: 1.8rem;
}

.listType01 > li + li {
  margin-top: 30px;
}
.listType01 > li > div {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .listType01 > li > div {
    display: flex;
    gap: 30px;
  }
}
@media screen and (min-width: 769px) {
  .listType01 > li > div > span {
    width: 11em;
  }
}
@media screen and (min-width: 769px) {
  .listType01 > li > div > p {
    width: calc(100% - (11em + 60px));
  }
}
@media screen and (min-width: 769px) {
  .listType01 > li > div .detail {
    width: calc(100% - 11em - 30px);
  }
}
@media screen and (max-width: 768px) {
  .listType01 > li > div .detail ul {
    margin-top: 7px;
  }
}
.listType01 > li > div .detail,
.listType01 > li > div .detail p {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .listType01 > li > div .detail,
  .listType01 > li > div .detail p {
    font-size: 1.6rem;
  }
}

/* datafeeds
=================== */
.hrType02 .detail ul li::before {
  content: none;
}

/* 共通：サポート
=================== */
/* utility
=================== */
main .u-bg-white {
  background-color: #fff;
}
main .u-bg-gray {
  background-color: #f5f6f7;
  border-radius: 10px;
  padding: 30px;
}
main .u-bg-gray > .boxType02 {
  border-radius: 10px;
  margin-top: 0;
}
main .u-ffs-narrow {
  font-feature-settings: "palt";
}
main .u-pd30 {
  padding: 30px;
}
main .u-border-rounded {
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  main .sp_none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .p-lpLogos__list--wrapper.__short > ul:nth-child(n+2 of .p-lpLogos__list) {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-lpLogos__list--wrapper.__short .p-lpLogos__list {
    animation: none;
    justify-content: center;
    margin: auto;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .p-lpLogos__list--wrapper.__short .p-lpLogos__list {
    animation: slideAnimation 50s linear infinite normal;
  }
}/*# sourceMappingURL=lp_others.css.map */