/* ==========================================================================
   parts
   ========================================================================== */
.p-txt.-mt1em {
  margin-top: 1em;
}

.p-txt.-txtRight {
  text-align: right;
}

@media print, screen and (min-width: 769px) {
  .p-ttl.-type03 {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .p-ttl.-type03 {
    margin-top: 60px;
  }
}

/* ==========================================================================
   modules
   ========================================================================== */
.m-rowImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media only screen and (max-width: 768px) {
  .m-rowImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 768px) {
  .m-rowImg-img {
    text-align: center;
  }
}

@media print, screen and (min-width: 769px) {
  .m-rowImg-img + .m-rowImg-img {
    margin-left: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .m-rowImg-img + .m-rowImg-img {
    margin-top: 15px;
  }
}

.m-rowImg-cap {
  color: #333;
  font-size: 1.4rem;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .m-rowImg-cap {
    margin-top: 8px;
    line-height: 1.75;
  }
}

@media only screen and (max-width: 768px) {
  .m-rowImg-cap {
    margin-top: 6px;
    line-height: 1.5;
  }
}

.m-tableWrap {
  width: 100%;
}

.m-table-header.-width8_5per,
.m-table-data.-width8_5per {
  width: 8.5%;
}

.m-table-header.-width30per,
.m-table-data.-width30per {
  width: 30%;
}

.m-table-header.-width21_5per,
.m-table-data.-width21_5per {
  width: 21.5%;
}

.m-shortTable-header {
  width: 105px;
  background-color: #f5f6f9;
}

@media only screen and (max-width: 768px) {
  .m-shortTable-header {
    width: 80px;
  }
}

.m-shortTable-header.-vAlignTop {
  vertical-align: top;
}

.m-shortTable-header.-widthLarge,
.m-shortTable-data.-widthLarge {
  width: calc(100% - 105px);
}

@media only screen and (max-width: 768px) {
  .m-shortTable-header.-widthLarge,
  .m-shortTable-data.-widthLarge {
    width: calc(100% - 80px);
  }
}

.m-table-header.-width7per,
.m-table-data.-width7per {
  width: 7%;
}

.m-table-header.-width8per,
.m-table-data.-width8per {
  width: 8%;
}

.m-table-header.-width10per,
.m-table-data.-width10per {
  width: 10%;
}

.m-table-header.-width22per,
.m-table-data.-width22per {
  width: 22%;
}

.m-table-header.-width30per,
.m-table-data.-width30per {
  width: 30%;
}

.m-table-header.-width60per,
.m-table-data.-width60per {
  width: 60%;
}

.m-table-header.-width63per,
.m-table-data.-width63per {
  width: 63%;
}

.m-table-data.-bold {
  font-weight: bold;
}


/* ==========================================================================
   components
   ========================================================================== */
.c-headdingContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 769px) {
  .c-managementContainer-contents {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-managementContainer-contents {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-managementContainer-contentsItem {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-managementContainer-contentsItem {
    margin-bottom: 40px;
  }
}

.c-managementContainer-lead {
  margin-bottom: 40px;
}
