/* ==========================================================================
   parts
   ========================================================================== */
.p-txt.-mt2em {
  margin-top: 2em;
}

.-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;
  }
}

.m-dotList-item {
  font-size: 1.6rem;
  line-height: 1.75;
  text-indent: -1.3em;
  padding-left: 1em;
}

@media only screen and (max-width: 768px) {
  .m-dotList-item {
    line-height: 1.5;
  }
}

.m-dotList-item::before {
  content: '・';
  display: inline;
  margin-right: 0.3em;
}

.m-decList {
  padding-left: 2em;
}

.m-decList-item {
  font-size: 1.6rem;
  line-height: 1.75;
  padding-left: 0.5em;
}

@media only screen and (max-width: 768px) {
  .m-decList-item {
    line-height: 1.5;
  }
}



/* ==========================================================================
   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;
  }
}

/*===========
.scroll-box
===========*/

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}

/*===========
scrollbar
===========*/


/*スクロールバー全体の高さ*/

.scroll-box::-webkit-scrollbar {
  height: 10px;
}

/*スクロールバー全体の背景*/

.scroll-box::-webkit-scrollbar-track {
  background: #eee;
}

/*スクロールバーの動く部分*/

.scroll-box::-webkit-scrollbar-thumb {
  background: #8b8558;
  border: none;
  transition: all 0.2s;
}

/*スクロールバーの動く部分のホバー（マウスオーバー）*/

.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #f3be00;
}

/*===========
table
===========*/

.scroll-box table {
  border: unset;
  border-collapse: separate;
  min-width: 150%;
  width: auto;
}
.scroll-box th {
  border: unset;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.scroll-box td {
  border: unset;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.scroll-box thead tr:first-child th {
  border-top: 1px solid #eee;
}
.scroll-box thead tr:first-child th:first-child {
  border-left: 1px solid #eee;
}
.scroll-box td:first-child {
  border-left: 1px solid #eee;
}

._sticky {
  background: #fff;
  border-bottom: unset !important;
  border-right: 1px solid #eee;
  position: sticky;
  left: 0;
  z-index: 10;
}
._sticky::before {
  content: '';
  height: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  box-shadow: inset 1px 1px 0 #eee ;
}
tr:last-child ._sticky {
  border-bottom: 1px solid #eee !important;
}
.scroll-box table th._sticky {
  background: #f5f6f9;
}

@media print, screen and (max-width: 768px) {
  .scroll-box table {
    font-size: 1.4rem;
    min-width: 280%;
    width: auto;
  }
  .scroll-box table th,
  .scroll-box table td {
    padding: 8px;
  }
}
