@charset "UTF-8";
/**************************************************************************************************************
交通経済研究所：CSS：研究プロジェクト
***************************************************************************************************************/
[v-cloak] {
  display: none;
}

.bl_rspOuter {
  padding-top: 90px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 567px) {
  .bl_rspOuter {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
@media print {
  .bl_rspOuter {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

.bl_rspWrapper {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 40px;
}
@media only screen and (max-width: 820px) {
  .bl_rspWrapper {
    display: block;
  }
}

.bl_rspKeywordOuter {
  width: 39.17%;
  padding-right: 20px;
}
@media only screen and (max-width: 820px) {
  .bl_rspKeywordOuter {
    width: 100%;
    padding-right: 0;
  }
}

.bl_rspCatOuter {
  width: 100%;
  max-width: 575px;
}
@media only screen and (max-width: 820px) {
  .bl_rspCatOuter {
    max-width: none;
    margin-top: 30px;
  }
}

.bl_rspKeywordWrapper {
  width: 100%;
  height: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 10px;
}

.el_rspKeywordTextBox {
  -webkit-appearance: none;
  width: calc(100% - 50px);
  height: 100%;
  border: 2px solid #d9dbde;
  border-right: none;
  border-radius: 3px 0 0 3px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.125rem;
  background-color: #fff;
  color: #333;
}
.el_rspKeywordTextBox:focus {
  border-color: #333;
}

.el_rspKeywordBtn {
  position: relative;
  width: 50px;
  height: 100%;
  background: linear-gradient(to right, #1b71b2, #033886);
  border-radius: 0 3px 3px 0;
  color: transparent;
}
.el_rspKeywordBtn::after {
  position: absolute;
  content: "";
  display: block;
  width: 27px;
  height: 27px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url("/cp/wp-content/themes/itej/image/common/icon_search.svg") no-repeat left top;
  background-size: 27px 27px;
}
.el_rspKeywordBtn:hover, .el_rspKeywordBtn:focus {
  background: linear-gradient(to left, #1b71b2, #033886);
}
.el_rspKeywordBtn:focus {
  border: 2px solid #333;
}

.el_rspCatBtn {
  display: none;
}
@media only screen and (max-width: 567px) {
  .el_rspCatBtn {
    position: relative;
    display: flex;
    width: 100%;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #033886;
    border-radius: 6px;
    color: #fff;
    font-size: 1.125rem;
    margin-top: 10px;
  }
  .el_rspCatBtn::before {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 2px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #fff;
  }
  .el_rspCatBtn::after {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 15px;
    right: 21px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    background-color: #fff;
  }
  .el_rspCatBtn.active {
    background-color: #1a70b2;
    border-radius: 6px 6px 0 0;
  }
  .el_rspCatBtn.active::after {
    display: none;
  }
}

.bl_rspCatListOuter {
  margin-top: 10px;
}
@media only screen and (max-width: 567px) {
  .bl_rspCatListOuter {
    margin-top: 0;
    padding: 19px 20px;
    background-color: #f3f4f7;
    border: 1px solid #d9dbde;
    border-top: none;
  }
}

.bl_rspCatList {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 567px) {
  .bl_rspCatList {
    justify-content: space-between;
  }
}

.bl_rspCatListItem {
  width: 140px;
  margin-right: 5px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 567px) {
  .bl_rspCatListItem {
    width: 49%;
    margin-right: 0;
  }
}
.bl_rspCatListItem:nth-of-type(4n) {
  margin-right: 0;
}
@media print {
  .bl_rspCatListItem {
    margin-bottom: 5px;
  }
}

.el_rspCatCheckbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.el_rspCatLabel {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  min-width: 130px;
  min-height: 50px;
  border: 1px solid #ebedef;
  border-radius: 25px;
  color: #333;
  background-color: #fff;
  padding-left: 48px;
  padding-right: 15px;
  font-size: 0.9375rem;
  line-height: 1.3;
}
.el_rspCatLabel::before {
  position: absolute;
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  left: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border: 2px solid #d9dbde;
  border-radius: 2px;
  background-color: #fff;
}
.el_rspCatCheckbox:checked + .el_rspCatLabel {
  background-color: #033886;
  border-color: #033886;
  color: #fff;
}
.el_rspCatCheckbox:checked + .el_rspCatLabel::before {
  border-color: #fff;
  background-color: #fff;
}
.el_rspCatCheckbox:checked + .el_rspCatLabel::after {
  position: absolute;
  content: "";
  display: block;
  width: 13px;
  height: 7px;
  left: 24px;
  top: -4px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  border-bottom: 3px solid #033886;
  border-left: 3px solid #033886;
  transform: rotate(-45deg);
}
.el_rspCatCheckbox:focus + .el_rspCatLabel {
  outline: 2px solid #333;
}
@media print {
  .el_rspCatLabel {
    min-height: 40px;
    line-height: 1.1;
  }
}

.bl_rspResultOuter {
  margin-top: 18px;
}

.el_rspResultRecordCcount {
  text-align: right;
  font-size: 0.9375rem;
}

.bl_common_list {
  margin-top: 8px;
}

.bl_rspResultListItemLink {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  padding: 15px 50px 15px 25px;
  text-decoration: none;
  color: #333;
}
@media only screen and (max-width: 567px) {
  .bl_rspResultListItemLink {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.bl_rspResultListItemLink[href$=".pdf"]::after {
  position: absolute;
  content: "";
  display: block;
  width: 17px;
  height: 20px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background: url("/cp/wp-content/themes/itej/image/common/icon_pdf.svg") no-repeat left top;
  background-size: 17px 20px;
}
@media only screen and (max-width: 567px) {
  .bl_rspResultListItemLink[href$=".pdf"]::after {
    display: none;
  }
}
.bl_rspResultListItemLink:hover, .bl_rspResultListItemLink:focus {
  background-color: #f2f9fc;
}
.bl_rspResultListItemLink:focus {
  border: 2px solid #333;
}
@media print {
  .bl_rspResultListItemLink {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

.el_rspResultListItem-title {
  display: inline;
  font-size: 0.9375rem;
  font-weight: bold;
  margin-right: 28px;
}
@media only screen and (max-width: 567px) {
  .bl_rspResultListItemLink[href$=".pdf"] .el_rspResultListItem-title::after {
    position: relative;
    content: "";
    display: inline-block;
    width: 17px;
    height: 20px;
    top: 4px;
    left: 4px;
    background: url("/cp/wp-content/themes/itej/image/common/icon_pdf.svg") no-repeat left top;
    background-size: 17px 20px;
  }
}
@media only screen and (max-width: 567px) {
  .bl_kkipKatsudouWrapper .el_rspResultListItem-title {
    margin-right: 0;
  }
}

.bl_rspResultSubOuter {
  display: inline-block;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.bl_rspResultWriterList {
  display: inline-block;
  margin-right: 28px;
}

.bl_rspResultWriterListItem {
  display: inline-block;
  width: auto;
  margin-right: 16px;
  font-size: 0.9375rem;
}
.bl_rspResultWriterListItem:last-of-type {
  margin-right: 0;
}

.el_rspResultWriterBtn {
  text-decoration: underline;
}
.el_rspResultWriterBtn:hover, .el_rspResultWriterBtn:focus {
  text-decoration: none;
}
.el_rspResultWriterBtn:focus {
  outline: 2px solid #333;
}

.el_rspResultListItem-year {
  display: inline-block;
  width: auto;
  font-size: 0.9375rem;
}
.bl_kkipKatsudouWrapper .el_rspResultListItem-year {
  display: inline;
  font-weight: normal;
  margin-left: 1em;
}
@media only screen and (max-width: 567px) {
  .bl_kkipKatsudouWrapper .el_rspResultListItem-year {
    margin-left: 0;
  }
}

.el_rspResultNotText {
  text-align: center;
  font-weight: bold;
  margin-top: 30px;
  font-size: 1.125rem;
}

@media only screen and (max-width: 567px) {
  .js_accordionTarget {
    overflow: hidden;
    transition: height 0.4s ease-in-out;
  }
}

@media only screen and (max-width: 567px) {
  .js_accordion-enter-active {
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-name: js-accordion--anime__opend;
  }
}

@media only screen and (max-width: 567px) {
  .js_accordion-leave-active {
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-name: js-accordion--anime__closed;
  }
}

@keyframes js-accordion--anime__opend {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes js-accordion--anime__closed {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}/*# sourceMappingURL=research-project.css.map */