.c-container {
  width: 100%;
  max-width: 1280px;
  padding-right: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .c-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

.list {
  padding: 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .list {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 40px 0;
  }
}

.list-item {
  border-radius: 4.5px;
  border: 1.125px solid #E3E3E3;
  background-color: #fff;
  animation: 1s forwards fadein;
}
@media (min-width: 768px) {
  .list-item {
    width: calc(33.333% - 20px);
    margin-right: 20px;
    margin-bottom: 40px;
  }
}
.list-item + .list-item {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .list-item + .list-item {
    margin-top: 0;
  }
}
.list-item .image {
  overflow: hidden;
  height: 150px;
}
.list-item .image img {
  border-radius: 4.5px 4.5px 0 0;
  object-fit: cover;
  object-position: center center;
  width: 100%;
  height: 150px;
  transform: scale(1);
  vertical-align: middle;
}
.list-item .info .title {
  padding: 20px 10px;
  color: #003366;
  font-size: 20.252px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.list-item .info .title .desc {
  font-size: 12px;
  font-weight: normal;
  font-weight: 500;
  color: #000;
  margin-top: 10px;
  line-height: 1.6;
}
.list-item .info .title button {
  background-color: #fff;
  border: 1px solid #003366;
  font-size: 12px;
  padding: 2px 10px;
  line-height: 1;
  color: #003366;
}
.list-item .info .caption {
  border-top: 1px dashed #E3E3E3;
  padding: 20px;
  position: relative;
}
.list-item .info .caption dl {
  display: flex;
  align-items: center;
}
.list-item .info .caption dl dt img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  object-position: center;
  vertical-align: middle;
  border-radius: 50%;
}
.list-item .info .caption dl dd {
  width: calc(100% - 60px);
  padding-left: 15px;
}
.list-item .info .caption dl dd span {
  font-size: 12px;
  line-height: 1;
}
.list-item .info .caption dl dd p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.list-item .info .caption .link {
  position: absolute;
  right: 10px;
  top: 15px;
}
.list-item .info .caption .link a {
  background-color: #305982;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 4px;
  text-decoration: none;
}

.noresults {
  width: 100%;
  min-height: calc(100svh - 300px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
}
@media (min-width: 768px) {
  .noresults {
    font-size: 30px;
    min-height: calc(100vh - 575px);
  }
}

#home .home-banner-area {
  position: fixed;
  bottom: -200px;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all .2s ease;
}
@media (min-width: 768px) {
  #home .home-banner-area {
    bottom: -124px;
  }
}
#home .home-banner-area.is-active {
  bottom: 0;
}
#home .home-banner-area.is-active .close-button .arrow {
  transform: translateY(-25%) rotate(135deg);
}
#home .home-banner-area .close-button {
  background-color: rgba(25, 25, 25, 0.75);
  position: absolute;
  top: -30px;
  right: 10px;
  width: 60px;
  height: 30px;
  color: #fff;
  display: block;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (min-width: 768px) {
  #home .home-banner-area .close-button {
    right: 20px;
    opacity: 1;
    transform: scale(1);
  }
  #home .home-banner-area .close-button:hover {
    opacity: 0.75;
    transform: scale(1.05);
  }
}
#home .home-banner-area .close-button .arrow {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 14px;
  height: 14px;
  border: 3px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transition: all .2s ease;
  transform: translateY(25%) rotate(315deg);
}
#home .home-banner-area .banner-list {
  display: flex;
  flex-direction: column;
  background-color: rgba(25, 25, 25, 0.75);
  padding: 15px 0px;
}
@media (min-width: 768px) {
  #home .home-banner-area .banner-list {
    flex-direction: row;
    justify-content: center;
    padding: 20px 10px;
  }
}
#home .home-banner-area .banner-item {
  padding: 0 10px;
}
@media (min-width: 768px) {
  #home .home-banner-area .banner-item {
    padding: 0;
  }
}
#home .home-banner-area .banner-item img {
  height: auto;
  width: 100%;
  vertical-align: middle;
  border: 3px solid #fff !important;
}
@media (min-width: 768px) {
  #home .home-banner-area .banner-item img {
    height: 85px;
    width: auto;
  }
}
#home .home-banner-area .banner-item + .banner-item {
  margin-top: 10px;
}
@media (min-width: 768px) {
  #home .home-banner-area .banner-item + .banner-item {
    margin-top: 0;
    margin-left: 15px;
  }
}
#home .home-banner-area a img {
  opacity: 1;
  transform: scale(1);
}
#home .home-banner-area a img:hover {
  transition: all .2s ease;
  opacity: 0.7;
  transform: scale(0.99);
}
#home .search-wrapper .c-container {
  padding: 0 10px;
}
@media (min-width: 768px) {
  #home .search-wrapper .c-container {
    background-color: #fff;
    border: 3px solid #003366;
    border-radius: 50px;
    display: flex;
    align-items: center;
    max-width: 1000px;
  }
}
#home .search {
  border-radius: 40px;
  border: 2px solid #003366;
}
@media (min-width: 768px) {
  #home .search {
    width: calc(100% - 300px);
    border: none;
  }
}
#home .search .search-inner {
  padding: 10px;
  display: flex;
  width: 100%;
  padding-right: 20px;
}
@media (min-width: 768px) {
  #home .search .search-inner {
    padding: 20px;
  }
}
#home .search .icon {
  width: 20px;
  margin-right: 10px;
  margin-top: 5px;
  margin-left: 5px;
}
@media (min-width: 768px) {
  #home .search .icon {
    width: 30px;
    margin-right: 20px;
    margin-top: 0;
  }
}
#home .search .icon img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
#home .search input {
  width: calc(100% - 30px);
  border: none;
  font-size: 16px;
  box-shadow: none;
  padding: 5px;
  margin-bottom: 0;
  border-radius: 3px;
}
#home .search input:focus {
  background: none !important;
}
@media (min-width: 768px) {
  #home .search input {
    width: calc(100% - 50px);
    font-size: 22px;
  }
}
#home .search input:focus {
  outline: none;
}
#home .documents {
  background: var(--main, linear-gradient(90deg, #003366 13.28%, #305982 82.74%));
  color: #fff;
  padding: 20px 20px 30px;
  margin-bottom: -50px;
}
@media (min-width: 768px) {
  #home .documents {
    background: var(--main, linear-gradient(74deg, #003366 13.28%, #305982 82.74%));
    padding: 30px 20px 50px;
    margin-bottom: -40px;
  }
}
#home .documents h2 {
  text-align: center;
  font-size: 12px;
  border: 1px solid #fff;
  padding: 5px 0px;
  width: 150px;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border-radius: 40px;
}
@media (min-width: 768px) {
  #home .documents h2 {
    font-size: 15px;
    border-width: 2px;
  }
}
#home .documents ul {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  list-style-type: none;
}
@media (min-width: 768px) {
  #home .documents ul {
    max-width: 980px;
    margin-top: 30px;
    flex-direction: row;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  #home .documents ul li {
    margin: 0 10px;
  }
}
#home .documents ul li + li {
  margin-top: 15px;
}
@media (min-width: 768px) {
  #home .documents ul li + li {
    margin-top: 0;
  }
}
#home .documents ul li a {
  background: var(--main, linear-gradient(150deg, #003366 13.28%, rgba(255, 255, 255, 0.65) 82.74%));
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  color: #000;
  border: 4px solid white;
  box-shadow: 0px 5px 0px rgba(255, 255, 255, 0.4);
}
@media (min-width: 768px) {
  #home .documents ul li a {
    padding: 20px;
    width: 100%;
    opacity: 1;
    transition: all .2s ease;
  }
  #home .documents ul li a:hover {
    opacity: 0.5;
  }
}
#home .documents ul li dl {
  display: flex;
  align-items: center;
}
#home .documents ul li dl dt img {
  width: 30px;
  height: auto;
  vertical-align: middle;
}
@media (min-width: 768px) {
  #home .documents ul li dl dt img {
    width: 40px;
  }
}
#home .documents ul li dl dd {
  padding-left: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.5);
}
@media (min-width: 768px) {
  #home .documents ul li dl dd {
    font-size: 20px;
    line-height: 1;
  }
}
#home .documents ul li dl dd span {
  font-weight: normal;
  font-size: 12px;
}
#home .contents h2 {
  text-align: center;
  font-size: 20px;
  padding: 5px 0px;
  width: 150px;
  letter-spacing: 0.1em;
  margin-left: auto;
  background-color: #fff;
  margin-right: auto;
  color: #003366;
  border-radius: 40px;
}
@media (min-width: 768px) {
  #home .contents h2 {
    font-size: 26px;
    margin-top: 60px;
    padding: 20px 40px;
    width: 300px;
  }
}
#home .list {
  min-height: calc(100svh - 285px);
  align-items: flex-start;
}
@media (min-width: 768px) {
  #home .list {
    margin-top: 40px;
  }
  #home .list.c-container {
    min-height: calc(100vh - 475px);
  }
}
#home .result {
  margin-top: 10px;
  padding: 5px 20px;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
  font-size: 12px;
}
@media (min-width: 768px) {
  #home .result {
    color: #000;
    font-size: 14px;
    padding: 20px;
    width: 300px;
    margin-top: 0;
  }
}
#home .result span {
  font-size: 16px;
  margin-right: 5px;
  font-weight: bold;
  color: #003366;
}
@media (min-width: 768px) {
  #home .result span {
    color: #305982;
    font-size: 30px;
    line-height: 1;
  }
}
