/* ==========================================================================
   parts
   ========================================================================== */
.p-txt.-mt2em {
  margin-top: 2em;
}

.p-txt.-mt1em {
  margin-top: 1em;
}

.p-ttl.-type03 {
  margin-top: 40px;
}

.m-rowImg-cap a {
  color: #333;
}

.-width5per {
  width: 5% !important;
}

.-width10per {
  width: 10% !important;
}

.-width15per {
  width: 15% !important;
}

.-width20per {
  width: 20% !important;
}

.-width30per {
  width: 30% !important;
}

.-width40per {
  width: 40% !important;
}

.-width50per {
  width: 50% !important;
}


/* ==========================================================================
   modules
   ========================================================================== */
.m-dotList-item {
  text-indent: -1.1em;
  padding-left: .8em;
}

@media only screen and (max-width: 768px) {
  .m-dotList-item {
    line-height: 1.5;
  }
}

.m-dotList-item::before {
  content: '・';
  display: inline;
}

.m-centerImg {
  max-width: 880px;
  margin: 45px auto 0;
  text-align: center;
}

.m-centerImg img {
  max-width: 100%;
  height: auto;
}

.m-rowImg {
  max-width: 880px;
  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;
  }
}

.m-rowImg img {
  max-width: 100%;
  height: auto;
}

@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-shortTableWrap {
  margin-top: 50px;
}

.m-shortTable-header {
  background-color: #f5f6f9;
  text-align: left;
}

.m-grid-figcap {
  margin-top: 0;
  margin-bottom: 8px;
  text-align: left;
  font-weight: bold;
}

.m-numList {
  list-style-position: outside;
  padding: 0 0 0 20px;
}

.m-numList-item.p-txt:not(:last-child) {
  margin-bottom: 0;
}

.m-grid {
    margin-bottom: 60px;
}

.p-txt.-type01.-note {
    margin-top: 40px;
}

.table-fix {
  table-layout: fixed;
}

/* ==========================================================================
   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-3rContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-3rContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-3rContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-3rContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-3rContainer {
    margin-bottom: 60px;
  }
}

.c-3rContainer-contents {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1080px;
}

@media only screen and (max-width: 768px) {
  .c-3rContainer-contents {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-3rContainer-contents {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-3rContainer-contents {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-3rContainer-contentsItem {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-3rContainer-contentsItem {
    margin-bottom: 40px;
  }
}

.m-rowImg-b {
  width: 100%;
}

.m-rowImg-b-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 auto 50px;
}

.m-rowImg-b-row .m-rowImg-b-img + .m-rowImg-b-img {
  margin: 0 0 0 50px;
}

@media only screen and (max-width: 768px) {
  .m-rowImg-b-row {
    display: block;
    text-align: center;
  }
  
  .m-rowImg-b-row .m-rowImg-b-img + .m-rowImg-b-img {
    margin: 20px 0 0;
  }
}
