@charset "UTF-8";
.column-one a.link.color-blue:visited, .column-one a.link.color-blue:link,
.column-two a.link.color-blue:visited, .column-two a.link.color-blue:link,
.column-three a.link.color-blue:visited, .column-three a.link.color-blue:link,
.column-four a.link.color-blue:visited, .column-four a.link.color-blue:link,
.column-five a.link.color-blue:visited, .column-five a.link.color-blue:link {
  color: #1a73e8;
}

.column-one a.link.color-blue:hover,
.column-two a.link.color-blue:hover,
.column-three a.link.color-blue:hover,
.column-four a.link.color-blue:hover,
.column-five a.link.color-blue:hover {
  color: #1a73e8;
}

.headline--h4 {
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .headline--h4 {
    margin-bottom: 36px;
  }
}
@media print, screen and (max-width: 47.99em) {
  .headline--h4 {
    margin-bottom: 24px;
  }
}
.headline--h4 .headline__title {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (max-width: 47.99em) {
  .headline--h4 .headline__title {
    font-size: 18px;
  }
}

.text-list-notes__number {
  counter-reset: notes;
}
.text-list-notes__number li {
  margin: 5px 0 0 2.5em;
  text-indent: -2.5em;
  font-size: 14px;
}
.text-list-notes__number li:before {
  counter-increment: notes;
  content: "注" counter(notes) "）";
}

ul.text-indent__1 > li {
  text-indent: -1em;
  padding-left: 1em;
}

.img__ttl {
  margin-bottom: 0.8em;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .img__ttl {
    font-size: 16px;
  }
}

@media print, screen and (max-width: 47.99em) {
  .table_default td img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}

@media print, screen and (max-width: 47.99em) {
  .scroll-overflow-image_in img {
    max-width: 500px;
  }
}
.u-tal {
  text-align: left;
}
@media print, screen and (min-width: 48em) {
  .u-tal-pc {
    text-align: left;
  }
}
@media print, screen and (max-width: 47.99em) {
  .u-tal-sp {
    text-align: left;
  }
}
.u-tar {
  text-align: right;
}
@media print, screen and (min-width: 48em) {
  .u-tar-pc {
    text-align: right;
  }
}
@media print, screen and (max-width: 47.99em) {
  .u-tar-sp {
    text-align: right;
  }
}