/* ==========================================================================
   parts
   ========================================================================== */
.p-txt.-mt2em {
  margin-top: 2em;
}

* + .p-ttl.-type02 {
  margin-top: 45px;
}

.p-ttl.-type03 {
  margin-top: 40px;
  margin-top: 40px;
}

.-width25per {
  width: 25%;
}

.-width50per {
  width: 50%;
}

.m-noteList {
  margin-top: 10px;
}

.m-noteList-item {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

/* ==========================================================================
   modules
   ========================================================================== */
.m-grid {
  margin-top: 45px;
}

@media only screen and (max-width: 768px) {
  .m-grid {
    margin-top: 20px;
  }
}

.m-grid .p-sumTtl {
  margin-bottom: 0;
  text-align: center;
}

.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-tableWrap {
  margin-top: 30px;
}

.m-colImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  .m-colImg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media print, screen and (min-width: 769px) {
  .m-colImg-img {
    margin-right: 45px;
  }
}

@media only screen and (max-width: 768px) {
  .m-colImg-img {
    margin-bottom: 15px;
  }
}

/* ==========================================================================
   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;
  }
}
