@charset "UTF-8";
/* ------------------------------------------
 *  _color.scss
 *  色変数設定
 * ------------------------------------------ */
/*--- 共通カラー ---*/
/*--- biobankカラー ---*/
/*--- brainbankカラー ---*/
/*--- トビラページカラー ---*/
/* ------------------------------------------
 *  _breakpoint.scss
 *  ブレークポイント設定
 * ------------------------------------------ */
/* ------------------------------------------
 *  _z-index.scss
 *  z-index設定
 * ------------------------------------------ */
/* ------------------------------------------
 *  _func.scss
 *  関数設定
 * ------------------------------------------ */
/**********************************************************/
/**********************************************************/
/* ------------------------------------------
 *  _hover.scss
 *  mixin - ホバー定義
 * ------------------------------------------ */
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/**********************************************************/
/* ------------------------------------------
 *  _set.scss
 *  mixin - CSS簡易設定定義
 * ------------------------------------------ */
/* flexセット */
/* ------------------------------------------ */
/* inline-flexセット */
/* ------------------------------------------ */
/* gridセット */
/* ------------------------------------------ */
/* background-imageセット */
/* ------------------------------------------ */
/* 疑似クラスセット */
/* ------------------------------------------ */
/* position:absoluteセット */
/* ------------------------------------------ */
/* font-sizeセット */
/* ------------------------------------------ */
/* ------------------------------------------
*  _parts.scss
 *  mixin - パーツ定義
 * ------------------------------------------ */
/*--- 矢印 ---*/
/*--- 丸ボーダー ---*/
/*--- ボーダー ---*/
.resources__heading {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 6.4rem 0 4rem;
}
@media screen and (max-width: 767.9px) {
  .resources__heading {
    font-size: 2rem;
    margin: 4rem 0 3rem;
  }
}
.resources__text {
  line-height: 1.8;
}
.resources__contact {
  margin-top: 6.4rem;
  background-color: #FFFFFF;
  border: 0.1rem solid #CACACA;
  padding: 4rem 2rem 6rem 2rem;
}
.resources__contact .heading {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
}
.resources__contact__block {
  margin-top: 3.2rem;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
.resources__contact__block .address, .resources__contact__block .tel {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 1.2rem;
}
.resources__contact__block .tel {
  gap: 0 2.4rem;
  border-left: 0.1rem solid #CACACA;
}
.resources__contact__block .tel > .icon {
  background-color: #F5F5F5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  flex-shrink: 0;
}
.resources__contact__block .tel > a {
  line-height: 1.5;
}
.resources__contact__block .tel > a > strong {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 767.9px) {
  .resources__contact {
    margin-top: 4rem;
    padding: 2rem 2rem 3rem 2rem;
  }
  .resources__contact .heading {
    font-size: 2rem;
  }
  .resources__contact__block {
    margin-top: 2rem;
    flex-direction: column;
  }
  .resources__contact__block .address, .resources__contact__block .tel {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0;
  }
  .resources__contact__block .tel {
    gap: 0 2.4rem;
    border-left: none;
    border-top: 0.1rem solid #CACACA;
    margin-top: 2rem;
    padding-top: 2rem;
  }
  .resources__contact__block .tel > .icon {
    width: 5rem;
    height: 5rem;
  }
  .resources__contact__block .tel > a > strong {
    font-size: 2rem;
  }
}
.resources__anno {
  text-align: right;
  margin-top: 4rem;
}
.resources__table {
  overflow-x: scroll;
}
.resources__table > table {
  width: 100rem;
}
.resources__table table {
  margin-top: 2rem;
}
.resources__table table > thead > tr > th:first-child {
  width: calc(1.5em + 7rem);
}
.resources__table table > thead > tr > th:nth-child(3) {
  width: calc(10em + 4rem);
}
.resources__table table > thead > tr > th:nth-child(4) {
  width: calc(7em + 4rem);
}
.resources__table table > thead > tr > th:last-child {
  width: calc(13em + 4rem);
}
.resources__table table > tbody > tr > td:first-child, .resources__table table > tbody > tr > td:nth-child(4) {
  text-align: center;
}
.resources__table table > tbody > tr > td .l-table__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1rem 2rem;
  transition: opacity 0.3s;
}
@media screen and (min-width: 767.9px) {
  .resources__table table > tbody > tr > td .l-table__link:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 767.9px) {
  .resources__table table > tbody > tr > td .l-table__link:active {
    opacity: 0.6;
  }
}
.resources__table table > tbody > tr > td .l-table__link .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: nowrap;
  flex-shrink: 0;
  gap: 0.4rem 0;
}
