/* ==========================================================================
   parts
   ========================================================================== */
.c-highlightContainer-note .p-txt {
  text-indent: 0;
  padding-left: 0;
}

/* ==========================================================================
    modules
  ========================================================================== */
.m-tableWrap {
  margin-top: 20px;
}

.m-table-header.-width35per,
.m-table-data.-width35per {
  width: 35%;
}

.m-table-header.-width24per,
.m-table-data.-width24per {
  width: 24%;
}

.m-table-header.-width16per,
.m-table-data.-width16per {
  width: 16%;
}

.m-table-header.-width13per,
.m-table-data.-width13per {
  width: 13%;
}

/* ==========================================================================
    components
  ========================================================================== */
/* ==========================================================================
   追加 c-highlightContainer-contents
   ========================================================================== */

.c-highlightContainer-ttl {
    font-size: 2.4rem;
	font-weight: bold;
    line-height: 1.29;
    color: #8b8558;
    padding-top: 0px;
    margin-bottom: 10px
}

.c-margin-top50{
	margin-top: 50px
}