@charset "UTF-8";
.under {
  text-decoration: underline;
}
.c-unique_list-link-01 ul.inner {
  border: 0;
  padding: 0;
}
.c-unique_list-link-01 .list {
  border-top: 0;
  padding: 0 calc(100% / 80 * 1.5);
}
.c-unique_list-link-01 .list:last-child {
  border-bottom: 0;
}
.c-unique_list-link-01 .text .link {
  display: inline-block;
  padding-right: 20px;
}
.c-unique_list-link-01 .text .new {
  display: inline-block;
  padding-right: 20px;
  color: red;
}
.c-unique_list-link-01 .link {
  margin: 11px 0;
}
.c-unique_list-link-01 .link ul {
  width: auto;
}
.c-unique_list-link-01 .text .date {
  border-bottom: 0;
}
.html_heading {
  color: #008650;
}
.pdf_heading {
  color: #a1c609;
}
.green_background {
  background-color: #a1c609;
  vertical-align:top!important;
  min-width: 80px;
  padding: 20px 5px!important;
}
.text_left {
  text-align:left!important;
}
.white_bold_text {
  color:white;
  font-weight:bold;
  font-size:24px;
}
.image_inner {
  width: 85%;
  padding: 0 calc(100% / 80 * 3);
}
@media screen and (max-width: 1024px) {
  .c-unique_list-link-01 .list .box {
    border: 0;
  }
}