@charset "UTF-8";
.c-search-section {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  /*margin-top: 60px;*/
}
@media screen and (max-width: 769px) {
  .c-search-section {
    padding: 0 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.c-search {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 68px;
}
@media screen and (max-width: 769px) {
  .c-search {
    margin-bottom: 50px;
  }
}
.c-search__titleBox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  width: 100%;
  height: 56px;
  line-height: 56px;
  position: relative;
  border: 1px solid #00348D;
  margin-top: -1px;
  padding: 0 15px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}
@media screen and (max-width: 769px) {
  .c-search__titleBox {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
}
.c-search__titleBox::after {
  border-right: solid 2px #0A3387;
  border-top: solid 2px #0A3387;
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 15px;
  width: 9.2px;
  height: 9.2px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .c-search__titleBox::after {
    top: 14px;
  }
}
.c-search__titleBox_op {
  border-top: 1px solid #00348D;
}
.c-search__titleBox_op::before {
  border-right: solid 2px #0A3387;
  border-top: solid 2px #0A3387;
  content: "";
  display: block;
  position: absolute;
  top: 24px;
  right: 15px;
  width: 9.2px;
  height: 9.2px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 769px) {
  .c-search__titleBox_op::before {
    top: 20px;
  }
}
.c-search__titleBox_op::after {
  display: none;
}
.c-search__content {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #F3F5F8;
  padding: 10px;
  border-left: 1px solid #00348D;
  border-right: 1px solid #00348D;
  border-bottom: 1px solid #00348D;
}
.c-search__content_op {
  display: block;
}
.c-search__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  color: #163282;
  font-size: 16px;
  font-weight: 600;
  background-color: #DAE2ED;
}
@media screen and (max-width: 769px) {
  .c-search__title {
    font-size: 14px;
  }
}
.c-search__subTitle {
  position: relative;
  display: block;
  color: #163282;
  font-size: 16px;
  font-weight: 600;
  padding: 0 20px;
  margin: 30px 0;
}
@media screen and (max-width: 769px) {
  .c-search__subTitle {
    font-size: 14px;
    padding: 0;
  }
}
.c-search__subTitle::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 17px;
  background-color: #163282;
  vertical-align: middle;
  margin-bottom: 2px;
  margin-right: 10px;
}
@media screen and (max-width: 769px) {
  .c-search__subTitle::before {
    height: 14px;
    margin-right: 5px;
  }
}
.c-search__area {
  color: #163282;
  font-size: 14px;
  font-weight: 600;
  padding: 0 20px;
  margin: 30px 0;
}
@media screen and (max-width: 769px) {
  .c-search__area {
    font-size: 11px;
    padding: 0;
    margin: 20px 0 10px 0;
  }
}
.c-search__lists {
  padding: 0 20px;
  margin: 20px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 769px) {
  .c-search__lists {
    grid-template-columns: repeat(2, 1fr);
    padding: 0;
    gap: 15px;
    margin: 20px 0 10px 0;
  }
}
.c-search__lists_add {
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}
@media screen and (max-width: 769px) {
  .c-search__lists_add {
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
}
.c-search__link {
  position: relative;
  display: inline-block;
  color: #163282;
  font-size: 16px;
  line-height: 1.25;
  text-decoration: none;
  padding-left: 0.6em;
  text-indent: -0.6em;
}
@media screen and (max-width: 769px) {
  .c-search__link {
    font-size: 11px;
  }
}
.c-search__link::before {
  position: relative;
  display: inline-block;
  content: "";
  left: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #163282;
}
@media screen and (max-width: 769px) {
  .c-search__link::before {
    left: 2px;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #163282;
  }
}
.c-search__img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 53px;
}
@media screen and (max-width: 769px) {
  .c-search__img {
    margin-bottom: 40px;
  }
}
.c-search__banner {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 20px 0;
}
.c-search__textBox {
  border: 1px solid #AAAAAA;
  border-radius: 3px;
  padding: 32px 25px 36px 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 769px) {
  .c-search__textBox {
    margin-top: 20px;
  }
}
.c-search__textBox_mb {
  margin-bottom: 60px;
}
.c-search__question {
  color: #333333;
  font-size: 14px;
  margin-bottom: 18px;
}
.c-search__text {
  color: #333333;
  font-size: 13px;
  line-height: 1.75;
}

.c-search-corpList {
  margin-bottom: 78px;
}
@media screen and (max-width: 769px) {
  .c-search-corpList {
    margin-bottom: 40px;
  }
}
.c-search-corpList__title {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  padding: 0 0 15px 10px;
  border-bottom: 2px solid #CFD9DE;
}
.c-search-corpList__lists {
  padding: 0 20px;
  margin: 27px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 769px) {
  .c-search-corpList__lists {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-search-achiev {
  width: 100%;
  text-align: center;
}
.c-search-achiev__box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 113px;
}
.c-search-achiev__box:before {
  position: relative;
  content: "";
  display: inline-block;
  width: 56px;
  height: 113px;
  background-image: url(../../common/img/joc_c/search-achiev_le.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.c-search-achiev__box:after {
  position: relative;
  content: "";
  display: inline-block;
  width: 56px;
  height: 113px;
  background-image: url(../../common/img/joc_c/search-achiev_ra.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.c-search-achiev__text {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", sans-serif;
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 9px;
}
.c-search-achiev__year {
  color: #333333;
  font-size: 12px;
  font-weight: 600;
}/*# sourceMappingURL=search.css.map */