/* ==========================================================================
   parts
   ========================================================================== */
/* ==========================================================================
   modules
   ========================================================================== */
.m-table-header.-elmName,
.m-table-data.-elmName {
  width: 25.9%;
}

.m-table-header.-elmDetail,
.m-table-data.-elmDetail {
  width: 18.5%;
}

.m-table-elm,
.m-table-elmTime {
  display: block;
}

.m-latestReport {
  border: 1px solid #eeeeee;
}

.m-latestReport .m-latestReport-inner {
  padding: 20px;
  border-bottom: 1px solid #eeeeee;
}

@media only screen and (max-width: 768px) {
  .m-latestReport .m-latestReport-inner {
    padding: 10px;
  }
}

.m-latestReport .m-latestReport-inner:last-child {
  border-bottom: 0px;
}

.m-latestReport .m-latestReport-inner a {
  display: block;
  margin-bottom: 10px;
}

.m-latestReport .m-latestReport-inner a:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .m-latestReport .m-latestReport-inner a {
    font-size: 1.4rem;
  }
}

.m-reportBlock {
  border: 1px solid #eeeeee;
}

@media print, screen and (min-width: 769px) {
  .m-reportBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.m-reportBlock .m-reportBlock-ttl {
  background: #f5f6f9;
  padding: 15px;
}

@media print, screen and (min-width: 769px) {
  .m-reportBlock .m-reportBlock-ttl {
    width: 120px;
  }
}

@media only screen and (max-width: 768px) {
  .m-reportBlock .m-reportBlock-ttl {
    width: 100%;
  }
}

.m-reportBlock .m-reportBlock-ttl h3 {
  font-size: 1.6rem;
  font-weight: bold;
  word-break: break-all;
}

@media print, screen and (min-width: 769px) {
  .m-reportBlock .m-reportBlock-content {
    width: calc(100% - 120px);
  }
}

@media only screen and (max-width: 768px) {
  .m-reportBlock .m-reportBlock-content {
    width: 100%;
  }
}

.m-reportBlock .m-reportBlock-content .m-reportBlock-inner {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

@media only screen and (max-width: 768px) {
  .m-reportBlock .m-reportBlock-content .m-reportBlock-inner {
    padding: 10px;
  }
}

.m-reportBlock .m-reportBlock-content .m-reportBlock-inner:last-child {
  border-bottom: 0px;
}

.m-reportBlock .m-reportBlock-content .m-reportBlock-inner a {
  display: block;
}

@media only screen and (max-width: 768px) {
  .m-reportBlock .m-reportBlock-content .m-reportBlock-inner a {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

/* ==========================================================================
   components
   ========================================================================== */
.c-main-ttl {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-main-ttl {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-main-ttl {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-main-ttl {
    margin: 0 auto 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-main-ttl {
    margin: 0 auto 60px;
  }
}

.c-reportContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-reportContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-reportContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-reportContainer {
    margin: 0 auto 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-reportContainer {
    margin: 0 auto 50px;
  }
}

.c-reportContainer .c-reportContainer-latestReport {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1080px;
}

@media only screen and (max-width: 768px) {
  .c-reportContainer .c-reportContainer-latestReport {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-reportContainer-ttl {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-reportContainer-ttl {
    margin-bottom: 30px;
  }
}

.c-reportContainer-ttl .p-ttl {
  margin-bottom: 0;
}

.c-reportConteiner-inner {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1080px;
}

@media only screen and (max-width: 768px) {
  .c-reportConteiner-inner {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-reportConteiner-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media print, screen and (min-width: 769px) {
  .c-reportConteiner-inner .m-reportBlock {
    width: 49.07%;
    margin-bottom: 40px;
  }
  .c-reportConteiner-inner .m-reportBlock:nth-child(odd) {
    margin-right: 1.86%;
  }
}

@media only screen and (max-width: 768px) {
  .c-reportConteiner-inner .m-reportBlock {
    width: 100%;
    margin-bottom: 20px;
  }
}
