@charset "UTF-8";
/* ==========================================================================
   parts
   ========================================================================== */
.c-contentContainer-contentsItem * + .p-txt {
  margin-top: 20px;
}

.p-sumTtl {
  margin-bottom: 5px;
}

.p-centerImg {
  text-align: center;
}

@media only screen and (max-width: 768px) {
  .p-centerImg img {
    max-width: 100%;
    height: auto;
  }
}

.-table-w10 {
  width: 10%;
}

.-table-w30 {
  width: 30%;
}

.-table-w40 {
  width: 40%;
}

/* ==========================================================================
   modules
   ========================================================================== */
.m-topics-txt {
  margin-bottom: 0;
}

@media only screen and (max-width: 768px) {
  .m-shortTable-header, .m-shortTable-data {
    padding: 8px 2%;
  }
}

.m-shortTable .-widthHead {
  width: auto;
}

@media only screen and (max-width: 768px) {
  .m-shortTable .-widthHead {
    width: 32.5%;
  }
}

.m-shortTable .-widthData {
  width: auto;
}

@media only screen and (max-width: 768px) {
  .m-shortTable .-widthData {
    width: 22.5%;
  }
}

.m-shortTable.-narrow {
  font-size: 1.4rem;
}

.m-shortTable.-narrow th, .m-shortTable.-narrow td {
  padding: 5px;
}

.m-shortTable-blue {
  background: #c2e7f3;
}

.m-shortTable-green {
  background: #dbf0cc;
}

.m-shortTable-pink {
  background: #f0cce7;
}

.m-shortTable-orange {
  background: #f0d8cc;
}

.m-shortTable .-writing-v {
  writing-mode: vertical-rl;
}

.m-shortTable .-txtLeft {
  text-align: left;
}

@media print, screen and (min-width: 769px) {
  .m-relationLink {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  .m-relationLink {
    padding-top: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  * + .m-dotList {
    padding-top: 30px;
  }
}

@media only screen and (max-width: 768px) {
  * + .m-dotList {
    padding-top: 20px;
  }
}

.m-dotList-item {
  font-size: 1.6rem;
  line-height: 1.75;
  text-indent: -1.3em;
  padding-left: 1em;
}

.m-shortTable.-narrow .m-dotList-item {
  font-size: 1.4rem;
  line-height: unset;
}

.m-shortTable.-narrow .m-dotList-item + .m-dotList-item {
  margin-top: 5px;
}

@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;
}

.m-dotList-item.-bold {
  font-weight: bold;
}

.m-dotList-item + .m-dotList-item {
  margin-top: 10px;
}

.-sticky-table {
  border-color: #ccc;
  word-break: unset;
}

.-sticky-table thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #f5f6f9;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px;
}

.-sticky-table th,
.-sticky-table td {
  border-color: #ccc;
}

/* ==========================================================================
   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: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-contentContainer-contents {
    margin-bottom: 60px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-contentContainer-contentsItem {
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-contentContainer-contentsItem {
    margin-bottom: 60px;
  }
}

@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) {
  .m-topics + .c-contentContainer-contents {
    margin-top: 60px;
  }
}

@media only screen and (max-width: 768px) {
  .m-topics + .c-contentContainer-contents {
    margin-top: 40px;
  }
}

@media print, screen and (min-width: 769px) {
  .c-contentContainer-img {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  .c-contentContainer-img {
    margin-top: 60px;
  }
}

.c-contentContainer-img img {
  max-width: 100%;
  height: auto;
}
