@charset "UTF-8";
/* ==========================================================================
   parts
   ========================================================================== */
.c-contentContainer-contentsItem .p-txt + .p-txt {
  margin-top: 15px;
}

.p-sumTtl {
  margin-bottom: 5px;
}

/* ==========================================================================
   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-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;
}

@media only screen and (max-width: 768px) {
  .m-grid.-row > .m-grid-img {
    margin-top: 15px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 768px) {
  .m-grid-img > .m-grid-figcap {
    text-align: center;
  }
}

/* ==========================================================================
   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-contentContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-contentContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-contentContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-contentContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-contentContainer {
    margin-bottom: 60px;
  }
}

.c-contentContainer-contents {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 100px);
  max-width: 1080px;
}

@media only screen and (max-width: 768px) {
  .c-contentContainer-contents {
    width: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-contentContainer-contents {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-contentContainer-contents {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-contentContainer-contentsItem {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-contentContainer-contentsItem {
    margin-bottom: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-contentContainer-lead {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .c-contentContainer-lead {
    margin-bottom: 30px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-contentContainer-item {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-contentContainer-item {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-contentContainer-item {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-contentContainer-item {
    margin-bottom: 60px;
  }
}

.m-tableWrap {
  width: 100%;
}