/* ==========================================================================
   parts
   ========================================================================== */
/* ==========================================================================
   modules
   ========================================================================== */
/* ==========================================================================
   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-respectContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-respectContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-respectContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-respectContainer {
    margin-bottom: 80px;
  }
  .c-respectContainer-innerItem {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-respectContainer {
    margin-bottom: 60px;
  }
  .c-respectContainer-innerItem {
    margin-bottom: 40px;
  }
}

.c-respectContainer-inner {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1080px;
}

@media only screen and (max-width: 768px) {
  .c-respectContainer-inner {
    width: 100%;
  }
}

.m-dotList-item {
  font-size: 1.6rem;
  line-height: 1.75;
  text-indent: -1.3em;
  padding-left: 1em;
}

.m-dotList-item::before {
  content: '・';
  display: inline;
  margin-right: 0.3em;
}

.m-dotList-item.-bold {
  font-weight: bold;
  margin-bottom: 10px;
}

.sign {
  text-align: right;
}

.sign img {
  margin-top: 15px;
}

.p-mt20 {
  margin-top: 20px;
}
