.art01 {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 80px 0 40px;
}
@media only screen and (max-width: 750px) {
  .art01 {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 750px) {
  .art01 {
    padding: 40px 0 30px;
  }
}
.art02 {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0px 0 60px;
}
@media only screen and (max-width: 750px) {
  .art02 {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 751px) {
  .art02__inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.art02__bld {
  font-weight: bold;
  font-size: 30px;
  line-height: 140%;
  margin-bottom: 20px;
  width: 38%;
}
@media only screen and (max-width: 750px) {
  .art02__bld {
    font-size: 24px;
    width: 100%;
  }
}
.art02__txt {
  width: 60%;
}
@media only screen and (max-width: 750px) {
  .art02__txt {
    width: 100%;
  }
}

.art03 {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0px 0 60px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .art03 {
    width: calc(100% - 30px);
  }
}
.art04 {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0px 0 60px;
}
@media only screen and (max-width: 750px) {
  .art04 {
    width: calc(100% - 30px);
  }
}
.art05 {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 0px 0 60px;
}
@media only screen and (max-width: 750px) {
  .art05 {
    width: calc(100% - 30px);
  }
}
.table {
  width: 100%;
}
.table__th, .table__td {
  box-sizing: border-box;
  border: 1px solid #CCC;
  padding: 15px;
  text-align: left;
  vertical-align: top;
}
@media only screen and (max-width: 750px) {
  .table__th, .table__td {
    padding: 10px;
  }
}
.table__th {
  background: #f2f2f2;
  font-weight: normal;
  width: 20%;
}
@media only screen and (max-width: 750px) {
  .table__th {
    width: 25%;
  }
}
.table__list {
  max-width: 700px;
}
@media only screen and (min-width: 751px) {
  .table__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  .table__list {
    max-width: 400px;
  }
}
.table__item {
  width: 48%;
}
@media only screen and (min-width: 751px) {
  .table__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 750px) {
  .table__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }
}
.table__item:nth-child(n+3) {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .table__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
.table__st {
  display: block;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 140%;
}
@media only screen and (max-width: 750px) {
  .table__st {
    font-size: 16px;
  }
}
.table__txt {
  margin-bottom: 30px;
}
.table__pict {
  max-width: 115px;
  width: 35%;
  margin-top: 30px;
}
.table__info {
  width: 60%;
}
.table__name {
  border-bottom: 1px solid #CCC;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.table__links {
  display: block;
}
.table__links:hover {
  color: #00A3F3;
}
.table__detail {
  font-size: 14px;
}
.table__map {
  display: block;
}
.table__map:hover {
  color: #00A3F3;
}
.table__dt {
  border-bottom: 1px solid #CCC;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.jigyo__ttl {
  font-weight: bold;
  margin-bottom: 5px;
}
.jigyo__txt:not(:last-child) {
  margin-bottom: 15px;
}/*# sourceMappingURL=index.css.map */