@charset "UTF-8";
.contentsBox p {
  margin-top: 0;
}
.h1Wrap h1 {
  background: url("../wp/common/img/icon_h1_c.png") no-repeat left center;
  background-size: 120px auto;
  padding-left: 120px;
}

/* index */
.index .inner1 {
  padding-bottom: 60px;
}
.index .inner1 .img1 {
  margin: 30px 0;
  text-align: center;
}
.index .inner1 .img1 img {
  width: 100%;
}
.index .inner1 .indent ul {
  margin: 25px 0;
}
.index .inner1 h3 {
  margin-top: 60px;
}
/* .index .inner1 .noticeBox {
  margin: 10px 0 30px;
  padding: 0 30px;
}
.index .inner1 .noticeBox p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
.index .inner1 .noticeBox .noticeUl li {
  padding: 8px 0;
}
.index .inner1 .noticeBox .noticeUl li + li {
  border-top: 1px solid #eee;
}
.index .inner1 .noticeBox .noticeUl a {
  padding-left: 1em;
} */
.index .inner1 .noticeBox {
  margin: 10px 0 30px;
  padding: 0 30px;
}
.index .inner1 .noticeBox li {
  padding: 8px 0;
}
.index .inner1 .noticeBox li + li {
  border-top: 1px solid #eee;
}
.index .inner1 .noticeBox a {
  padding-left: 1em;
}
.index2 .inner1 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.index2 .inner1 .bnrLink {
  margin-top: 0;
}
.index2 .inner1 .bnrLink2 {
  margin-bottom: 40px;
}
.description {
  max-width: 1010px;
  margin: 35px auto;
  padding: 0 105px;
}
.description dl {
  display: flex;
}
.description dl dt {
  display: flex;
  background: #1d7a21;
  color: #fff;
  font-weight: bold;
  font-size: 2.2rem;
  justify-content: center;
  align-items: center;
  width: 135px;
  min-height: 135px;
  border-radius: 10px;
  margin-right: 20px;
}
.description dl dd {
  border: 2px solid #eeeeee;
  border-radius: 10px;
  background: #fff;
  width: calc(100% - 155px);
  display: flex;
  align-items: center;
  padding: 0 38px;
}
.description dl dd ul li {
  padding: 15px 0;
  border-bottom: 1px solid #eeeeee;
  text-decoration: underline;
}
.description dl dd ul li:last-child {
  border-bottom: none;
}
ul.network-list {
  display: flex;
  flex-wrap: wrap;
}
ul.network-list li {
  margin: 10px 30px 10px 20px;
  border-bottom: 1px dotted #ccc;
  list-style: disc;
}
.index h4 {
  font-size: 20px;
  margin: 10px 0;
  font-weight: normal;
}
.index h4:before {
  content: "▼";
  color: #cd4a03;
}
@media all and (-ms-high-contrast: none) {
}

@media (min-width: 951px) {
}

@media (max-width: 950px) {

  .h1Wrap h1 {
    background: url("../wp/common/img/icon_h1_c.png") no-repeat left center;
    background-size: 60px auto;
    padding-left: 60px;
  }
  .contentsBox .hdgH2 {
    font-size: 1.4375rem;
    line-height: 1.5!important;
    margin-top: 32px;
  }
  .contentsBox .hdgH2:before  {
    background: url("../wp/common/img/icon_h2.png") no-repeat top center;
    background-size: 25px auto;
    padding: 0;
    display: inline-block;
    top: calc(0% - 32px);
    left: calc(50% - 16px);
    position: absolute;
  }

  /* index */
  .index .inner1 {
    padding-bottom: 0;
  }
  .index .inner1 .img1 {
    margin: 20px 0;
  }
  .index .inner1 .img1 img {
    width: 630px;
    max-width: 100%;
  }
  .index .inner1 .indent ul {
    margin: 20px 0;
  }
  .index .inner1 h3 {
    margin-top: 30px;
  }
  .index .inner1 .noticeBox {
    background: #fff;
    margin: 10px 0 15px;
    padding: 15px 26px 10px;
    border-radius: 5px;
  }
  .index .inner1 .noticeBox .noticeUl a {
    display: block;
    padding-left: 0;
  }
  .index2 .inner1 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .index2 .inner1 .bnrLink2 {
    margin-bottom: 20px;
  }
  .description {
    max-width: 100%;
    margin: 20px auto;
    padding: 0;
  }
  .description dl {
    display: flex;
  }
  .description dl dt {
    font-size: 1.5rem;
    width: 50px;
    min-height: 50px;
    border-radius: 5px;
    margin-right: 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
  }
  .description dl dd {
    border: 1px solid #eeeeee;
    border-radius: 5px;
    width: calc(100% - 60px);
    padding: 0 15px;
  }
  .description dl dd ul li {
    padding: 15px 0;
    border-bottom: 1px solid #eeeeee;
    text-decoration: underline;
    font-size: 1.5rem;
  }
  .description dl dd ul li:last-child {
    border-bottom: none;
  }
}
table.network-table {
  border-collapse: collapse;
  width: 100%;
  margin: 10px auto;
}
table.network-table th ,
table.network-table td {
  padding: 10px;
  border: solid 1px #bababa;
  background-color: #fff;
  color: #000;
  font-weight: normal!important;
}

table.network-table th:first-child,
table.network-table td:first-child {
  width: auto;
  max-width: 10.1%;
}
table.network-table th:nth-child(1),
table.network-table td:nth-child(1) {
  width: auto;
  max-width: 29.4%;
}
table.network-table th:nth-child(2),
table.network-table td:nth-child(2) {
  width: auto;
  max-width: 24.2%;
}
table.network-table th:last-child,
table.network-table td:last-child {
  width: auto;
}
@media (max-width: 950px) {
  table.network-table th ,
  table.network-table td {
    padding: 10px;
    background-color: #f4f4f4;
    font-weight: normal!important;
    line-height: 1.5!important;;
    font-size: 1rem!important;
  }
  table.network-table th:first-child,
  table.network-table td:first-child {
    text-align: center;
  }
}
