@charset "UTF-8";
.wrapper.report {
  padding-bottom: 70px;
}
.report .hero-cmn-01.small {
  background: url(../../../images/individual/report/mainimg_report.jpg) no-repeat center center;
}
.report .ttl-cmn-01 {
  margin-bottom: 60px;
}
.ttl-cmn-01.type-report {
  margin-top: 60px;
}
@media screen and (max-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape), only screen and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: portrait) {
  .wrapper.report {
    padding-bottom: 35px;
  }
  .report .hero-cmn-01.small {
    background: url(../../../images/individual/report/mainimg_report_sp.jpg) no-repeat center center;
    margin-bottom: 25px;
  }
  .report .ttl-cmn-01 {
    margin-bottom: 20px;
  }
  .ttl-cmn-01.type-report {
    margin-top: 35px;
  }
}
/* report-4col
---------------------------------------------------------- */

.report-4col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.report-4col .col {
  width: calc(25% - (30px * 3 /4));
  position: relative;
}
.report-4col .col:not(:nth-child(4n)) {
  margin-right: 30px;
}
.report-4col .col:nth-child(n+5) {
  margin-top: 30px;
}
.report-4col a {
  display: block;
}
.report-4col a:hover img, .report-5col a:hover img {
  opacity: 0.6;
}
.report-4col .text {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 2rem;
  color: #fff;
  line-height: 1;
  padding: 14px 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  text-align: center;
}
.report-4col .text span {
  position: relative;
  padding-right: 26px;
}
.report-4col .text span::after {
  position: absolute;
  content: '';
  background: url(../../../images/common/ico_carret_right_02.png) no-repeat;
  width: 6px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
}
@media screen and (max-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape), only screen and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: portrait) {
  .report-4col {
    margin-bottom: 27px;
  }
  .report-4col .col, .report-5col .col {
    width: calc(50% - (10px * 1 /2));
  }
  .report-4col .col:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .report-4col .col:nth-child(n+5) {
    margin-top: 0;
  }
  .report-4col .col:not(:nth-child(2n)), .report-5col .col:not(:nth-child(2n)) {
    margin-right: 10px;
  }
  .report-4col .col:nth-child(n+3) {
    margin-top: 10px;
  }
  .report-4col img, .report-5col img {
    width: 100%;
    height: auto;
  }
  .report-4col .text {
    font-size: 1rem;
    padding: 6px 0;
  }
  .report-4col .text span {
    padding-right: 14px;
  }
  .report-4col .text span::after {
    background-size: 4px 7px;
    width: 4px;
    height: 7px;
  }
}
/* report-5col
---------------------------------------------------------- */

.report-5col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 45px 0 35px;
}
.report-5col .col {
  width: calc(20% - (20px * 4 /5));
  position: relative;
}
.report-5col .col:not(:nth-child(5n)) {
  margin-right: 20px;
}
.report-5col .col:nth-child(n+6) {
  margin-top: 20px;
}
.report-5col a:hover {
  text-decoration: none;
}
.report-5col a:hover span {
  text-decoration: underline;
}
.report-5col .thumb {
  width: 212px;
}
.report-5col .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 15px;
}
.report-5col .vol {
  font-size: 2.4rem;
  font-family: 'Crimson Text';
  color: #990033;
  line-height: 1;
  font-weight: bold;
  display: block;
}
.report-5col .corp {
  line-height: 1.5;
  display: block;
}
@media screen and (max-width: 768px), only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape), only screen and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: portrait) {
  .report-5col {
    margin: 24px 0 19px;
  }
  .report-5col .col:not(:nth-child(5n)) {
    margin-right: 0;
  }
  .report-5col .col:nth-child(n+3) {
    margin-top: 20px;
  }
  .report-5col .thumb {
    width: 100%;
  }
  .report-5col .vol {
    font-size: 1.2rem;
  }
}