.sp_only {
  display: block;
}

.pc_only {
  display: none;
}

@media only screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
}
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-size: 14px;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

#contents.pc_only {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #contents.pc_only {
    padding: 0 1rem;
  }
}
@media only screen and (min-width: 1025px) {
  #contents.pc_only {
    padding: 0;
  }
}
#contents.pc_only ol {
  margin: 3em 0 0 0;
  padding: 0;
  font-size: 13px;
}
#contents.pc_only ol.breadcrumb {
  text-align: left;
}
#contents.pc_only ol.breadcrumb li {
  display: inline-block;
}
#contents.pc_only h2 {
  font-weight: bold;
  margin: 45px 0 15px;
  padding: 0;
  font-size: 1.3em;
  margin-bottom: 1rem;
  border-left: 5px solid #111;
  padding-left: 0.3rem;
}
#contents.pc_only .lead0 {
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
}
#contents.pc_only .nenmatunenshi {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
}
#contents.pc_only .nenmatunenshi td {
  background: #fff;
}
#contents.pc_only .nenmatunenshi tr:nth-child(2n) th,
#contents.pc_only .nenmatunenshi tr:nth-child(2n) td {
  background: #efefef !important;
}
#contents.pc_only .nenmatunenshi th {
  text-align: center;
}
#contents.pc_only .nenmatunenshi th:first-of-type {
  width: 6%;
}
#contents.pc_only .nenmatunenshi th:nth-child(2) {
  width: 17%;
}
#contents.pc_only .nenmatunenshi th:nth-child(3),
#contents.pc_only .nenmatunenshi th:nth-child(4),
#contents.pc_only .nenmatunenshi th:nth-child(5),
#contents.pc_only .nenmatunenshi th:nth-child(6),
#contents.pc_only .nenmatunenshi th:nth-child(7),
#contents.pc_only .nenmatunenshi th:nth-child(8),
#contents.pc_only .nenmatunenshi th:nth-child(9) {
  width: 11%;
}
#contents.pc_only .nenmatunenshi th a {
  font-weight: normal;
  text-decoration: underline;
}
#contents.pc_only .nenmatunenshi thead {
  background-color: #eee;
  text-align: center;
}
#contents.pc_only .nenmatunenshi .tbody_area {
  background-color: #eee;
  text-align: center;
}
#contents.pc_only .nenmatunenshi tbody td {
  text-align: center;
  vertical-align: middle;
}
#contents.pc_only .indent {
  padding-left: 1em;
  text-indent: -1em;
}
#contents.pc_only .close {
  background: #ccc;
}
#contents.pc_only .table_border0 {
  border-collapse: collapse;
  border-spacing: 0;
}
#contents.pc_only .table_border0 tr td,
#contents.pc_only .table_border0 tr th {
  border: 1px solid #bbb;
  padding: 5px 2px;
}/*# sourceMappingURL=style.css.map */