/* common
===================*/
.note-list {
  text-indent: -1em;
  padding-left: 1em;
}

.l-grid.point dl {
  border: 1px solid #d4d4d4;
  border-radius: 12px;
}
.l-grid.point dl dt {
  color: #ffffff;
  background-color: #e60012;
  padding: 15px 20px;
  border-radius: 12px 12px 0 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .l-grid.point dl dt {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-grid.point dl dt {
    font-size: 1.6rem;
  }
}
.l-grid.point dl dd {
  padding: 20px 30px;
}

.risk .return {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .risk .return img {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .risk .return img {
    width: 100%;
  }
}
.risk .price {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .risk .price img {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .risk .price img {
    width: 100%;
  }
}

.flow .flow_box dl {
  border-bottom: 1px solid #e60012;
  position: relative;
  display: block;
}
.flow .flow_box dl::after {
  display: block;
  content: "";
  width: 118px;
  height: 69px;
  position: absolute;
  bottom: -89px;
  left: calc(50% - 59px);
  background: url("/echishin/assets/images/personal/fund/toushin/index/flow_arrow.svg") no-repeat center center;
}
.flow .flow_box dl + dl {
  margin-top: 109px;
}
.flow .flow_box dl dt {
  background: #e60012;
  color: #ffffff;
  text-align: center;
  font-weight: 700;
  padding: 20px;
}
.flow .flow_box dl dd {
  padding: 20px;
}
.flow .flow_box dl dd ul li.c-list-ul__item + li.c-list-ul__item {
  margin-top: 1em;
}
.flow .flow_box dl dd ul li.c-list-ul__item .ttl {
  color: #e60012;
  margin: 0;
}
.flow .flow_box dl dd ul li.c-list-ul__item ul li.c-list__item::before {
  color: #e60012;
}
.flow .flow_box .full dl:last-of-type::after {
  display: none;
}
.flow .flow_box .half {
  position: relative;
}
.flow .flow_box .half::before, .flow .flow_box .half::after {
  display: block;
  content: "";
  position: absolute;
}
.flow .flow_box .half::before {
  width: 37px;
  height: calc(100% - 76px);
  background: #eeece8;
  top: 20px;
  bottom: 56px;
  right: calc(25% - 18px);
}
.flow .flow_box .half::after {
  width: 118px;
  height: 38px;
  bottom: 20px;
  right: calc(25% - 59px);
  background: url("/echishin/assets/images/personal/fund/toushin/index/flow_arrow_half.svg") no-repeat center center;
}
.flow .flow_box .half .cel {
  padding: 109px 0;
}
.flow .flow_box .half dl {
  width: 50%;
}
.flow .flow_box .half dl:first-of-type::before {
  display: block;
  content: "";
  width: 118px;
  height: 69px;
  position: absolute;
  top: -89px;
  left: calc(50% - 59px);
  background: url("/echishin/assets/images/personal/fund/toushin/index/flow_arrow.svg") no-repeat center center;
}

.c-box__button .btn__item .btn__link.icon--pdf {
  text-decoration: none !important;
  vertical-align: bottom;
  display: inline-flex;
  gap: 0.5em;
}
.c-box__button .btn__item .btn__link.icon--pdf .link--line__icon {
  flex-shrink: 0;
  margin-top: 0.25em;
  width: 1.2em;
  height: 1.2em;
  background: url(/echishin/assets/images/common/ic_link_pdf.svg) center/contain no-repeat;
}
.c-box__button .btn__item .btn__link.icon--pdf:hover .link--line__icon {
  background: url(/echishin/assets/images/common/ic_link_pdf_white.svg) center/contain no-repeat;
}

@media print, screen and (min-width: 768px) {
  .information-links {
    padding: 0 0 45px;
  }
}
@media only screen and (max-width: 767px) {
  .information-links {
    padding: 0 0 25px;
  }
}
.information-links ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.information-links ul li {
  display: flex;
  gap: 6px 24px;
}
@media only screen and (max-width: 767px) {
  .information-links ul li {
    flex-direction: column;
  }
}
.information-links ul li span.date {
  flex-shrink: 0;
  font-size: 1.5rem;
  font-weight: 400;
}
@media print, screen and (min-width: 768px) {
  .information-links ul li span.date {
    font-size: 1.6rem;
  }
}
.information-links ul li a {
  display: inline-block;
  padding-left: 12px;
  background: url("/echishin/assets/images/common/ic_arrow-simple_red_right.svg") left 8px no-repeat;
}
@media print, screen and (min-width: 768px) {
  .information-links ul li a {
    background-position: left 10px;
  }
}
@media only screen and (max-width: 767px) {
  .scroll-hint-shadow-wrap {
    margin-right: -20px;
    margin-left: -20px;
  }
  .scroll {
    overflow: scroll;
    /*
    margin-right: -20px;
    margin-left: -20px;
    width: calc(100% + 40px);
    */
  }
  .scroll .scroll-inner {
    width: 800px;
    padding: 0 20px;
    margin: 0;
  }
  .scroll .scroll-inner.return {
    width: 160%;
  }
}/*# sourceMappingURL=common.css.map */