.sub .contents {
  padding: 80px 0 0;
}
.sub .contents .item {
  border-bottom: #E60012 1px solid;
  width: 100%;
  padding: 36px 0;
}
@media screen and (max-width: 750px) {
  .sub .contents .item {
    flex-direction: column;
    gap: 15px;
  }
}
.sub .contents .item .left {
  font-weight: 800;
  flex: 0 0 300px;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  .sub .contents .item .left {
    flex: 0 0 100%;
  }
}
.sub .contents .item .right {
  flex: 1 1 auto;
}
.sub .contents .item .right .small {
  display: block;
}
.sub .contents .item .right a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.sub .contents .item .right iframe {
  margin-bottom: 15px;
  display: block;
}
@media screen and (max-width: 750px) {
  .sub .contents .item .right iframe {
    width: 100%;
  }
}
.sub .contents .bottom {
  margin-top: 36px;
}/*# sourceMappingURL=access.css.map */