/* ==========================================================================
   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-latestDesc {
  border: 1px solid #eeeeee;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (max-width: 768px) {
  .m-descBlock .m-descBlock-content .m-descBlock-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-descContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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