/* ==========================================================================
   parts
   ========================================================================== */
.p-txt.-mt2em {
  margin-top: 2em;
}

.-layout-fixed {
  table-layout: fixed;
}

.-mt2em {
  margin-top: 2em;
}

.-width10per {
  width: 10%;
}

.-width15per {
  width: 15%;
}

.-width20per {
  width: 20%;
}

.-width25per {
  width: 25%;
}

.-width30per {
  width: 30%;
}

.-width40per {
  width: 40%;
}

.-width50per {
  width: 50%;
}

/* ==========================================================================
   modules
   ========================================================================== */
@media print, screen and (min-width: 769px) {
  .m-relationLink {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .m-relationLink {
    padding-top: 20px;
  }
}

.m-noteList {
  margin-top: 10px;
}

.m-noteList-item {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.m-tableWrap {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  * + .m-tableWrap {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  * + .m-tableWrap {
    margin-top: 20px;
  }
}

.m-table-header.-widthSmall,
.m-table-data.-widthSmall {
  width: 25%;
}

@media only screen and (max-width: 768px) {
  .m-table-header.-widthSmall,
  .m-table-data.-widthSmall {
    width: auto;
  }
}

.m-table-header.-widthLarge,
.m-table-data.-widthLarge {
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .m-table-header.-widthLarge,
  .m-table-data.-widthLarge {
    width: auto;
  }
}

/* ==========================================================================
   components
   ========================================================================== */
.c-headdingContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@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 print, screen and (min-width: 769px) {
  .c-headdingContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-headdingContainer {
    margin-bottom: 60px;
  }
}

.c-policyContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-policyContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-policyContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-policyContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-policyContainer {
    margin-bottom: 60px;
  }
}

.c-policyContainer-contents {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1080px;
}

@media only screen and (max-width: 768px) {
  .c-policyContainer-contents {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-policyContainer-contents {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-policyContainer-contents {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-policyContainer-item {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-policyContainer-item {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-policyContainer-item {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-policyContainer-item {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-noteWrap {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .c-noteWrap {
    margin-top: 20px;
  }
}

.m-shortTable, .m-shortTable-header, .m-shortTable-data {
  word-break: unset;
}