@charset "UTF-8";
.category-outer {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .category-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.category-outer .category-list__ttl {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .category-outer .category-list__ttl {
    width: 15%;
    display: block;
    padding: 10px 0;
  }
}
@media screen and (max-width: 1199px) {
  .category-outer .category-list__ttl {
    margin: 0 0 13px;
    padding: 0 10px;
  }
}
.category-outer .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 85%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .category-outer .category-list {
    width: 100%;
  }
}
.category-outer .category-list .category-list__item {
  width: -webkit-calc(23.25%);
  width: calc(23.25%);
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .category-outer .category-list .category-list__item {
    width: -webkit-calc(50% - (5px / 2) - 20px);
    width: calc(50% - (5px / 2) - 20px);
  }
  .category-outer .category-list .category-list__item:nth-child(n+3) {
    margin-top: 5px;
  }
}
.category-outer .category-list .category-list__item input[type="radio"] {
  display: none;
  position: relative;
}
.category-outer .category-list .category-list__item input[type="radio"]:checked + label {
  background-color: #e0eafb;
}
.category-outer .category-list .category-list__item input[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  background-image: url(/common/img/parts/icon_checked.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 12px;
  height: 8px;
  display: block;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto 0;
}
.category-outer .category-list .category-list__item input[type="radio"]:checked + label:before {
  background-color: #fff;
  border-color: #3073e1;
}
.category-outer .category-list .category-list__item label {
  position: relative;
  display: block;
  padding: 10px 10px 10px 30px;
  cursor: pointer;
  width: 100%;
}
.category-outer .category-list .category-list__item label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 5px;
  width: 16px;
  height: 16px;
  border: 2px solid #8291a4;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ecf0f3;
}
.category-outer .category-list .category-list__item:hover {
  background-color: #e0eafb;
}
@media screen and (min-width: 1200px) {
  .category-outer .category-list .category-list__item:nth-child(n+5) {
    margin-top: 10px;
  }
}
.search-btn__outer {
  text-align: center;
  margin-top: 20px;
}
.search-btn__outer button {
  position: relative;
  background-color: #001489;
  color: #fff;
  font-size: 14px;
  border: none;
  outline: none;
  padding: 10px 68px;
  cursor: pointer;
}
.search-btn__outer button .icon {
  position: relative;
  padding-left: 28px;
}
.search-btn__outer button .icon:after {
  content: '';
  position: absolute;
  background-image: url(/common/img/parts/icon-search_bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  left: 0;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
}
.search-btn__outer button:hover {
  background-color: #0065d6;
}
.year-outer {
  padding-bottom: 20px;
}
@media screen and (min-width: 1200px) {
  .year-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.year-outer .year-list__ttl {
  font-weight: bold;
  font-size: 14px;
}
@media screen and (min-width: 1200px) {
  .year-outer .year-list__ttl {
    width: 15%;
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  .year-outer .year-list__ttl {
    margin: 0 0 13px;
    padding: 0 10px;
  }
}
.year-outer .year-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 85%;
}
@media screen and (max-width: 1199px) {
  .year-outer .year-list {
    width: 100%;
    padding: 0 10px;
  }
}
.year-outer .year-list .year-list__item {
  width: 20%;
  color: #195cbf;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  line-height: 1.2;
}
.year-outer .year-list .year-list__item span {
  position: relative;
  padding-left: 15px;
}
.year-outer .year-list .year-list__item span:before {
  content: '';
  position: absolute;
  background-image: url(/common/img/parts/link_bg01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 8px;
  height: 12px;
  left: 0;
  top: -webkit-calc(50% - 6px);
  top: calc(50% - 6px);
}
@media screen and (max-width: 1199px) {
  .year-outer .year-list .year-list__item {
    width: -webkit-calc(50% - (5px / 2));
    width: calc(50% - (5px / 2));
  }
  .year-outer .year-list .year-list__item:nth-child(n+3) {
    margin-top: 20px;
  }
}
.year-outer .year-list .year-list__item:hover {
  color: #0087fc;
}
.year-outer .year-list .year-list__item:hover span {
  text-decoration: underline;
}
.year-outer .year-list .year-list__item input[type="checkbox"] {
  margin-right: 7px;
}
@media screen and (min-width: 1200px) {
  .year-outer .year-list .year-list__item:nth-child(n+6) {
    margin-top: 20px;
  }
}
.year-more__btn {
  text-align: center;
}
.year-more__btn button {
  position: relative;
  background-color: #fff;
  color: #132874;
  font-size: 14px;
  border: 1px solid #132874;
  outline: none;
  padding: 10px 68px;
  cursor: pointer;
}
.year-more__btn button .icon {
  position: relative;
  padding-left: 28px;
}
.year-more__btn button .icon:after {
  content: '';
  position: absolute;
  background-image: url(/common/img/parts/icon-search_bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 20px;
  height: 20px;
  display: inline-block;
  left: 0;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
}
.year-more__btn button:hover {
  background-color: #ecf0f3;
  color: #0087fc;
}
.year-more__btn button[aria-selected="true"] .open {
  background-color: #3073e1;
}
.year-more__btn button[aria-selected="true"] .open:before {
  background-color: #fff;
}
.year-more__btn button .open {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 2px solid #3073e1;
  display: block;
  right: 10px;
  top: -webkit-calc(50% - 10px);
  top: calc(50% - 10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.year-more__btn button .open:after {
  position: absolute;
  content: '';
  width: 2px;
  height: 10px;
  display: block;
  background-color: #3073e1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.year-more__btn button .open:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 2px;
  display: block;
  background-color: #3073e1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
