@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Racing+Sans+One&family=Roboto:wght@500;700&display=swap");
/***********************
トピックス
***********************/
#rd_topics .topics-search__label {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 640px) {
  #rd_topics .topics-search__label {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
#rd_topics .topics-search-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 27px;
  padding: 37px;
}
@media screen and (max-width: 640px) {
  #rd_topics .topics-search-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 20px;
  }
}
#rd_topics .topics-search-row:first-of-type {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 0px;
}
@media screen and (max-width: 640px) {
  #rd_topics .topics-search-row:first-of-type {
    padding: 0px 0px 27px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 640px) {
  #rd_topics .topics-search-row__research {
    padding: 20px 25px;
  }
}
#rd_topics .topics-search-row__research.jsCat_all {
  background-color: rgb(239, 239, 239);
}
#rd_topics .topics-search-row__research.jsCat_ma {
  background-color: rgb(255, 243, 229);
}
#rd_topics .topics-search-row__research.jsCat_el {
  background-color: rgb(233, 243, 247);
}
#rd_topics .topics-search-row__research.jsCat_be {
  background-color: rgb(255, 235, 229);
}
#rd_topics .topics-search-row__research.jsCat_ce {
  background-color: rgb(230, 236, 247);
}
#rd_topics .topics-search-department {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
#rd_topics .topics-search-department__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 60px;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.06em;
  background-color: #ccc;
  font-size: 14px;
  font-size: 0.875rem;
}
#rd_topics .topics-search-department__button:focus {
  outline: none;
}
@media screen and (max-width: 640px) {
  #rd_topics .topics-search-department__button {
    width: calc(50% - 8px);
    padding: 1px 10px 0px;
    font-size: 13px;
    font-size: 0.8125rem;
    height: 52px;
  }
}
#rd_topics .topics-search-department__button.--all {
  background-color: #fff;
  border: 1px solid #6a6a6a;
  color: #6a6a6a;
}
#rd_topics .topics-search-department__button.--all.is-checked {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgb(106, 106, 106)), to(rgb(171, 171, 171)));
  background-image: linear-gradient(90deg, rgb(106, 106, 106) 0%, rgb(171, 171, 171) 100%);
}
#rd_topics .topics-search-department__button.--electric {
  background-color: #fff;
  border: 1px solid #0196D0;
  color: #0196D0;
}
#rd_topics .topics-search-department__button.--electric.is-checked {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 158, 218, 0.99608)), to(rgb(0, 139, 194)));
  background-image: linear-gradient(90deg, rgba(0, 158, 218, 0.99608) 0%, rgb(0, 139, 194) 100%);
}
#rd_topics .topics-search-department__button.--beam {
  background-color: #fff;
  border: 1px solid #DD482B;
  color: #DD482B;
}
#rd_topics .topics-search-department__button.--beam.is-checked {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(211, 56, 39, 0.99608)), to(rgb(233, 89, 47)));
  background-image: linear-gradient(90deg, rgba(211, 56, 39, 0.99608) 0%, rgb(233, 89, 47) 100%);
}
#rd_topics .topics-search-department__button.--material {
  background-color: #fff;
  border: 1px solid #F29721;
  color: #F29721;
}
#rd_topics .topics-search-department__button.--material.is-checked {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(240, 137, 35, 0.99608)), to(rgb(246, 166, 32)));
  background-image: linear-gradient(90deg, rgba(240, 137, 35, 0.99608) 0%, rgb(246, 166, 32) 100%);
}
#rd_topics .topics-search-department__button.--center {
  background-color: #fff;
  border: 1px solid #09305F;
  color: #09305F;
}
#rd_topics .topics-search-department__button.--center.is-checked {
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(6, 41, 86, 0.99608)), to(rgb(10, 54, 102)));
  background-image: linear-gradient(90deg, rgba(6, 41, 86, 0.99608) 0%, rgb(10, 54, 102) 100%);
}
#rd_topics .topics-search-department__button.is-checked {
  position: relative;
}
#rd_topics .topics-search-research {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 10px;
}
@media screen and (max-width: 640px) {
  #rd_topics .topics-search-research {
    gap: 10px;
  }
}
#rd_topics .topics-search-research__button {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  border: 1px solid #969da0;
  padding: 4px 14px;
  border-radius: 18px;
  background-color: #fff;
}
@media screen and (max-width: 640px) {
  #rd_topics .topics-search-research__button {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
#rd_topics .topics-search-research__button:focus {
  outline: none;
}
#rd_topics .topics-search-research__button.is-checked {
  color: #fff;
  background-color: #969da0;
}
#rd_topics .topics-table {
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #rd_topics .topics-table {
    margin-top: 35px;
  }
}
#rd_topics .topics-table-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  #rd_topics .topics-table-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 10px;
    padding-right: 10px;
    border-top: 1px solid #969da0;
  }
}
#rd_topics .topics-table-item.jsCat_ma:hover {
  text-decoration: none;
  background-color: rgb(255, 243, 229);
}
#rd_topics .topics-table-item.jsCat_el:hover {
  text-decoration: none;
  background-color: rgb(233, 243, 247);
}
#rd_topics .topics-table-item.jsCat_be:hover {
  text-decoration: none;
  background-color: rgb(255, 235, 229);
}
#rd_topics .topics-table-item.jsCat_ce:hover {
  text-decoration: none;
  background-color: rgb(230, 236, 247);
}
#rd_topics .topics-table__title, #rd_topics .topics-table__department, #rd_topics .topics-table__research {
  padding-block: 33px;
  border-bottom: 1px solid #969da0;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  #rd_topics .topics-table__title, #rd_topics .topics-table__department, #rd_topics .topics-table__research {
    display: block;
    border-bottom: none;
    padding-block: 0;
  }
}
#rd_topics .topics-table__title {
  width: 685px;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  padding-left: 58px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #rd_topics .topics-table__title {
    width: 100%;
    font-size: 16px;
    font-size: 1rem;
    padding-left: 15px;
    padding-top: 20px;
    line-height: 1.5;
  }
}
#rd_topics .topics-table__title::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #0196D0;
  border-radius: 10px;
  position: absolute;
  top: 43px;
  left: 36px;
}
@media screen and (max-width: 640px) {
  #rd_topics .topics-table__title::before {
    width: 7px;
    height: 7px;
    top: 29px;
    left: 0;
  }
}
#rd_topics .topics-table__department {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 640px) {
  #rd_topics .topics-table__department {
    font-size: 14px;
    font-size: 0.875rem;
    padding-top: 10px;
  }
  #rd_topics .topics-table__department::before {
    content: "研究分野：";
    margin-right: 0.5em;
  }
}
#rd_topics .topics-table__research {
  width: 278px;
}
@media screen and (max-width: 640px) {
  #rd_topics .topics-table__research {
    width: 100%;
    padding-bottom: 20px;
    margin-top: 3px;
  }
  #rd_topics .topics-table__research::before {
    content: "担当部門：";
    margin-right: 0.5em;
  }
}
#rd_topics .topics-table__research .label {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
  padding: 6px 10px;
}
@media screen and (max-width: 640px) {
  #rd_topics .topics-table__research .label {
    padding: 5px 8px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
#rd_topics .topics-table__research .label-electric {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 158, 218, 0.99608)), to(rgb(0, 139, 194)));
  background-image: linear-gradient(90deg, rgba(0, 158, 218, 0.99608) 0%, rgb(0, 139, 194) 100%);
}
#rd_topics .topics-table__research .label-beam {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(211, 56, 39, 0.99608)), to(rgb(233, 89, 47)));
  background-image: linear-gradient(90deg, rgba(211, 56, 39, 0.99608) 0%, rgb(233, 89, 47) 100%);
}
#rd_topics .topics-table__research .label-material {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(240, 137, 35, 0.99608)), to(rgb(246, 166, 32)));
  background-image: linear-gradient(90deg, rgba(240, 137, 35, 0.99608) 0%, rgb(246, 166, 32) 100%);
}
#rd_topics .topics-table__research .label-center {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(6, 41, 86, 0.99608)), to(rgb(10, 54, 102)));
  background-image: linear-gradient(90deg, rgba(6, 41, 86, 0.99608) 0%, rgb(10, 54, 102) 100%);
}
#rd_topics .topics-table-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f1f2f6;
  border-block: 1px solid #969da0;
}
@media screen and (max-width: 640px) {
  #rd_topics .topics-table-head {
    display: none;
  }
}
#rd_topics .topics-table-head__title {
  font-size: 17px;
  font-size: 1.0625rem;
  letter-spacing: 0.06em;
  font-weight: bold;
  padding-block: 13px;
}
#rd_topics .topics-table-head__title:first-of-type {
  width: 685px;
  padding-left: 35px;
}
#rd_topics .topics-table-head__title:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#rd_topics .topics-table-head__title:last-of-type {
  width: 278px;
}/*# sourceMappingURL=style.css.map */