/* ==========================================================================
   parts
   ========================================================================== */
/* ==========================================================================
   modules
   ========================================================================== */
.m-foundTxtList {
  font-size: 1.6rem;
}

@media print, screen and (min-width: 769px) {
  .m-foundTxtList {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .m-foundTxtList {
    padding-bottom: 40px;
  }
}

.m-foundTxtList-item {
  list-style-type: none;
  line-height: 1.75;
}

.m-foundLinkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 768px) {
  .m-foundLinkList {
    display: block;
  }
}

.m-foundLinkList-item {
  width: calc(100% / 3);
}

@media print, screen and (min-width: 769px) {
  .m-foundLinkList-item {
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .m-foundLinkList-item {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .m-foundLinkList-item {
    width: 100%;
  }
}

.m-foundLinkList-note {
  display: block;
  font-size: 1.4rem;
}

@media print, screen and (min-width: 769px) {
  .m-foundLinkList-note {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .m-foundLinkList-note {
    padding-top: 10px;
  }
}

/* ==========================================================================
   components
   ========================================================================== */
.c-foundHeaddingContainer {
  background-color: #f5f6f9;
}

@media print, screen and (min-width: 769px) {
  .c-foundHeaddingContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-foundHeaddingContainer {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-foundHeaddingContainer {
    overflow: hidden;
  }
}

.c-foundHeaddingContainer-mv {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .c-foundHeaddingContainer-mv {
    width: 150%;
    -webkit-transform: translateX(-18%);
            transform: translateX(-18%);
  }
}

.c-foundHeaddingContainer-mv img {
  width: 100%;
}

.c-leadContainer {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 769px) {
  .c-leadContainer {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-leadContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-leadContainer {
    margin-bottom: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .c-leadContainer {
    margin-bottom: 40px;
  }
}

.c-leadContainer-txt {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .c-leadContainer-txt {
    font-size: 24px;
  }
}

@media only screen and (max-width: 768px) {
  .c-leadContainer-txt {
    font-size: 2.2rem;
  }
}

.c-txtListContainer {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}

@media only screen and (max-width: 768px) {
  .c-txtListContainer {
    width: 92%;
  }
}

.c-txtListContainer-ttl {
  font-size: 1.6rem;
}

.c-linkListContainer {
  margin-left: auto;
  margin-right: auto;
  width: 900px;
}

@media print, screen and (min-width: 769px) {
  .c-linkListContainer {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .c-linkListContainer {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 768px) {
  .c-linkListContainer {
    width: 92%;
  }
}

@media print, screen and (min-width: 769px) {
  .c-contactContainer {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-contactContainer {
    margin-bottom: 60px;
  }
}

.c-contactContainer-txt {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.7;
}

@media print, screen and (min-width: 769px) {
  .c-contactContainer-txt {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 1200px;
    min-width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  .c-contactContainer-txt {
    width: 92%;
  }
}

@media only screen and (max-width: 768px) {
  .c-contactContainer-txt {
    text-align: left;
  }
}

.c-contactContainer-email {
  display: inline-block;
  text-decoration: underline;
  word-break: break-all;
}

.c-contactContainer-email:hover {
  text-decoration: none;
}
