@charset "UTF-8";

/* -- outline -------------------------------------------------------------------------------------------- */
.h3-3-outline {
  position: relative;
  padding: 0.35rem 0.5rem;
  font-weight: bold;
  font-size: 1.05rem !important;
  margin-bottom: 0.75rem !important;
  background: #ffffff63;
}

@media screen and (max-width: 576px) {
  .h3-3-outline {
    padding: 0.35rem 0.1rem;
  }
}

.h3-3-outline:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#90a1bb),
    to(#f5f7fa)
  );
  background-image: -webkit-linear-gradient(right, #90a1bb 0%, #f5f7fa 110%);
  background-image: linear-gradient(135deg, #90a1bb 0%, #f5f7fa 110%);
}

.h3-3-outline:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#90a1bb),
    to(#f5f7fa)
  );
  background-image: -webkit-linear-gradient(right, #90a1bb 0%, #f5f7fa 110%);
  background-image: linear-gradient(135deg, #90a1bb 0%, #f5f7fa 110%);
}

.h3-3-outline:before {
  top: 0;
}

.h3-3-outline:after {
  bottom: 0;
}

/* -- access -------------------------------------------------------------------------------------------- */
.content-area > .access-area > iframe {
  width: 100%;
  min-height: 350px;
}

/* -- greeting -------------------------------------------------------------------------------------------- */
.img-container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  text-align: right;
}

.img-container ul {
  margin: 0;
  padding: 0;
}

.img-container ul li {
  list-style: none;
  line-height: 1.65;
  font-size: 105%;
  color: #333;
}

.img-container ul li:nth-child(1) {
  font-size: 105%;
  line-height: 1.65;
  color: #111;
}

.img-container ul li:nth-child(3) {
  font-size: 85%;
  color: #666;
  line-height: 1.45;
}

.img-container ul li > span {
  display: inline-block;
}

/* -- program ------------------------------------------------------------------ */

#society-main .cap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.time-location {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  /* font-weight: bold; */
  border-bottom: 1px solid #ccc;
  padding-bottom: 0;
}

.time-location > div:first-child {
  line-height: 1.45 !important;
  padding-bottom: 0.15em !important;
  font-size: 1.025em;
}

.time-location > div > span {
  display: inline-block;
}

.time-location > div > span.title-en {
  font-size: 0.8rem !important;
  padding-left: 0.8rem !important;
  text-indent: -0.5rem !important;
}

.time-location > div:nth-child(2) {
  font-size: 0.825em !important;
  line-height: 1.45 !important;
  text-align: right !important;
  margin-bottom: 0.175em !important;
  letter-spacing: -0.005em;
  color: #555 !important;
  min-width: 170px;
}

.session {
  margin-top: 10px;
  margin-bottom: 0px;
}

/* .session a.btn {
  padding: 12px 35px !important;
  margin: 0 0 15px;
} */

.chairs-area {
  margin-left: 0px;
}

.chairs {
  display: flex;
  align-items: start;
  /* flex-wrap: wrap; */
  margin: 0 0.5em 1.25em;
  padding: 0;
}

.chairs dt {
  margin: 0 !important;
  padding: 0 !important;
  /* color: #555 !important; */
  font-weight: normal !important;
  white-space: nowrap;
  line-height: 1.45;
  color: initial;
}

.chairs dd {
  margin: 0 !important;
  padding: 0 0 0 0.5em !important;
  text-align: initial !important;
  text-justify: initial !important;
  line-height: 1.45;
  color: #212529;
  font-weight: 500;
}

.chairs dd .break {
  display: inline-block;
  font-size: 0.925rem !important;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
  color: #6c757d !important;
  letter-spacing: -0.005em;
  font-weight: initial;
}

.session-title {
  font-weight: 500;
  background: #f5f9fc;
  padding: 5px 5px 5px 2px;
  margin-bottom: 3px;
}

.session-title > span {
  display: inline-block;
  line-height: 1.45;
  padding-left: 1em;
  text-indent: -0.65em;
  color: #37717a;
  font-size: 1.05em;
}

.session-title > span.stitle-en {
  font-size: 0.925em !important;
  padding-left: 0.9em !important;
  text-indent: -0.6em !important;
  padding-top: 0.25em !important;
}

.speaker {
  margin-bottom: 5px;
}
.speaker,
.talks {
  margin-left: 0px;
}
.speaker > p,.speaker > div > p {
  line-height: 1.45 !important;
  margin-top: 0.5em !important;
  margin-bottom: 1.5em;
  margin-left: 0.65em;
  /* 単語の途中では改行しない(日本語は文字ごとには改行OK) */
  word-break: keep-all !important;
  /* 必要に応じて単語単位で折り返す */
  overflow-wrap: break-word !important;
  /* 念のため nowrap 指定があれば解除 */
  white-space: normal;
  color: #212529;
  font-weight: 500;
}

.speaker > p > span,.speaker > div > p > span {
  white-space: nowrap;
}

.speaker > p > small,.speaker > div > p > small {
  display: inline-block;
  font-size: 0.925rem !important;
  /* padding-left: 0.35rem; */
  padding-right: 0.35rem;
  color: #6c757d;
  letter-spacing: -0.005em;
}

/* .speaker > p > small > sup{
  padding-right: 0.1em;
}

.speaker > p > small > sup:first-of-type{
  padding-left: 0.25em;
} */

sup {
  color: #8c8c8c !important;
  padding-right: 0.25em !important;
  padding-left: 0.25em !important;
  font-weight: initial !important;
}

/* “1”だけに新しい余白を指定 */
sup.only-one {
  padding-right: 0.05em !important;
}

.speaker > p > small.speaker-en {
  font-size: 0.8rem !important;
}

.chairs-table,
.talks-table {
  width: auto;
  border-collapse: collapse;
}
.chairs-table td,
.talks-table td {
  vertical-align: top;
  padding: 0 !important;
}

.chairs-table td:first-child,
.talks-table td:first-child {
  white-space: nowrap;
  color: #6c757d;
  padding-left: 0.15rem !important;
}

.chairs-table td:first-child > span,
.talks-table td:first-child > span {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.chairs-table td small,
.talks-table td small {
  font-size: 0.95rem !important;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
}

.talk {
  margin-top: 0;
}
.talk-title {
  font-weight: bold;
  margin-left: 0.15em;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.25 !important;
  color: #3a7078;
}

@media screen and (max-width: 670px) {
  .time-location,
  .session {
    font-size: 0.95em !important;
  }
  .session-title > span {
    font-size: 0.95em !important;
  }
  .speaker > p {
    font-size: 0.95em !important;
  }

  .speaker > p > small {
    font-size: 0.95em !important;
  }

  .speaker > p > small.speaker-en {
    font-size: 0.95em !important;
  }

  .chairs dt {
    font-size: 0.95em !important;
  }

  .chairs dd {
    font-size: 0.95em !important;
  }

  .chairs dd .break {
    font-size: 0.95em !important;
  }

  .time-location > div:nth-child(2) {
    margin-top: 0.75em !important;
  }
  .chairs-table td,
  .talks-table td {
    line-height: 1.45 !important;
  }
  .chairs-table td small,
  .talks-table td small {
    display: block;
    font-size: 0.9em !important;
    margin-left: -0.5rem !important;
    color: #666 !important;
  }
  .chairs-table td div:first-child {
    margin-bottom: 7px !important;
  }
}

@media screen and (max-width: 576px) {
  .time-location {
    display: block;
    justify-content: initial;
    /* font-size: 0.9em !important; */
  }
  .time-location > span {
    display: block;
  }
  /* .session-title > span {
    font-size: 0.9em !important;
  }
  .speaker > p {
    font-size: 0.9em !important;
  }

  .speaker > p > small {
    font-size: 0.9em !important;
  }

  .speaker > p > small.speaker-en {
    font-size: 0.9em !important;
  }

  .chairs dt {
    font-size: 0.9em !important;
  }

  .chairs dd {
    font-size: 0.9em !important;
  }

  .chairs dd .break {
    font-size: 0.9em !important;
  } */
}

.font-weight-bold02 {
  font-weight: 500 !important;
}

.abstract-qr {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 35px !important;
  margin-bottom: 5px !important;
}

.abstract-qr .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* width: 70px; */
  height: 70px;
  padding: 12px 35px !important;
  margin: 0 !important;
}

.abstract-qr .qr-code {
  width: 70px;
  height: 70px;
}

.abstract-qr02 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin:0 0 0 25px !important;
}


.abstract-qr02 .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* width: 70px; */
  height: 70px;
  margin: 0 !important;
  padding: 12px 35px !important;
}

.abstract-qr02 .qr-code {
  width: 70px;
  height: 70px;
    object-fit: contain;
}

@media screen and (max-width: 576px) {
  .abstract-qr02 {
  gap: 0.5rem;
  margin:0 0 0 15px !important;
  }
.abstract-qr02 .btn {
  width: 70px;
  height: 70px;
  padding: 0!important;
}
}

/* --演題募集 ------------------------------------------------------- */

.abstract-note p {
  line-height: 1.85;
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */
}
.abstract-note table tr > td,
.abstract-note table tr > th {
  white-space: nowrap;
}
.text-indent-1 {
  text-indent: -1em;
  padding-left: 1em;
  color: #666;
  margin-bottom: 5px;
}

.text-indent-09 {
  text-indent: -0.5em;
  padding-left: 0.5em;
  color: #666;
  margin-left: 1em !important;
  margin-bottom: 5px;
}

.nyukai-info {
  margin: 0;
  padding: 0;
  list-style: none;
}

.recruitment {
  margin: 0;
  padding: 0;
}
.recruitment dt {
  margin-bottom: 3px;
}
.recruitment dd {
  margin: 0 0 5px 0;
  padding: 0 0 0 1em;
  line-height: 1.45;
}
.recruitment dd.text-indent {
  text-indent: -1em;
  padding-left: 1em;
  margin-left: 1rem;
  color: #666;
}
.list_UMIN-wrap {
  list-style: none; /* デフォルトのアイコンを消す */
  margin: 0; /* デフォルト指定上書き */
  padding: 0; /* デフォルト指定上書き */
}

.list_UMIN:before {
  content: ""; /* 空の要素作成 */
  width: 10px; /* 幅指定 */
  height: 10px; /* 高さ指定 */
  display: inline-block; /* インラインブロックにする */
  background-color: #3f3f3f; /* 背景色指定 */
  border-radius: 50%; /* 要素を丸くする */
  position: relative; /* 位置調整 */
  top: -1px; /* 位置調整 */
  margin-right: 5px; /* 余白指定 */
}

ol.num_list {
  margin-top: 15px;
  padding-left: 29px;
}

ol.num_list li {
  margin-bottom: 8px;
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */
}

.bg-lightgay {
  background-color: #fffcf2 !important;
}

/* --参加登録 ------------------------------------------------------- */

.registration-note p {
  line-height: 1.65;
  text-align: justify; /* 両端揃え */
  text-justify: inter-ideograph; /* 両端揃えの種類 */
}
.registration-note table tr > td,
.registration-note table tr > th {
  white-space: nowrap;
}

.reg-table {
  width: auto !important;
}
.reg-table tr {
  margin: 0;
  padding: 0;
}
.reg-table tr > td,
.reg-table tr > th {
  padding: 7px 10px;
  line-height: 1.25 !important;
  vertical-align: middle;
  font-size: 0.95em !important;
  color: #3c3c3c;
}

@media screen and (max-width: 576px) {
  .reg-table tr > td,
  .reg-table tr > th {
    padding: 7px 5px;
  }
}

.reg-table tr > td,
.reg-table tr > th {
  white-space: nowrap;
}

.reg-table tr > th {
  background: #f8fcff;
}

.reg-table thead > tr > th {
  border-bottom: none !important;
}

.reg-table tr > th > span {
  display: inline-block;
}

.reg-table tr > td {
  text-align: right;
}

.txt-l {
  text-align: left !important;
}

/* --参加者へのご案内 ------------------------------------------------------- */

.reg-info-table {
  width: calc(100% - 1em) !important;
}
.reg-info-table tr {
  margin: 0;
  padding: 0;
}
.reg-info-table tr > td,
.reg-info-table tr > th {
  padding: 10px 15px;
  line-height: 1.75 !important;
  vertical-align: middle;
  font-size: 0.95em !important;
  color: #3c3c3c;
}

@media screen and (max-width: 576px) {
  .reg-info-table tr > td,
  .reg-info-table tr > th {
    padding: 7px 5px;
  }
}

.reg-info-table tr > th {
  /* 折り返し禁止 */
  white-space: nowrap;
  /* 両端揃え */
  text-align: justify;
  /* 最終行（＝この場合は唯一の行）も両端揃えに */
  -webkit-text-align-last: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  /* 日本語文字間均等配分 */
  text-justify: inter-character;
}

.reg-info-table tr > th {
  background: #f8fcff;
}

.reg-info-table thead > tr > th {
  border-bottom: none !important;
}

.reg-info-table tr > th > span {
  display: inline-block;
}

.reg-info-table tr > td {
  text-align: left;
}

/* --座長・発表者へのご案内 ------------------------------------------------------- */

.pre-info-table {
  width: calc(100% - 1em) !important;
}
.pre-info-table tr {
  margin: 0;
  padding: 0;
}
.pre-info-table tr > td,
.pre-info-table tr > th {
  padding: 7px 10px;
  line-height: 1.75 !important;
  vertical-align: middle;
  font-size: 0.9em !important;
  color: #3c3c3c;
}

@media screen and (max-width: 576px) {
  .pre-info-table tr > td,
  .pre-info-table tr > th {
    padding: 7px 5px;
  }
}

.pre-info-table tr > th {
  white-space: nowrap;
  text-align: center;
}

.pre-info-table tr > th {
  background: #f8fcff;
}

.pre-info-table thead > tr > th {
  border-bottom: none !important;
}

.pre-info-table tr > th > span {
  display: inline-block;
}

.pre-info-table tr > td {
  text-align: center;
}

.pre-info-table tr > td:first-child {
  background: #f8fcff;
}

.nav-tabs {
  border: none !important;
  font-size: 1em !important;
}

.nav-tabs .nav-link,
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border: none !important;
  box-shadow: none !important;
}

.nav-tabs .nav-link {
  background-color: #fff;
  border-radius: 0;
  color: #444 !important;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-link:hover {
  background-color: #d4af37;
  color: #fff !important;
}

.tab-title {
  font-size: 1.05em;
  font-weight: bold;
  margin-bottom: 25px;
}

#myTab .nav-item {
  flex: 0 0 50%;
  box-sizing: border-box;
}

#myTab .nav-link {
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #myTab .nav-item {
    flex: 0 0 100%;
  }

  #myTab .nav-link {
    text-align: center;
    width: 100%;
  }
}

.nav-link span {
  color: #fff;
  background: #d4af37;
  padding: 0px;
  margin: 0 5px 1.5px 0;
}

.justify-no {
  width: auto !important;
  white-space: nowrap !important;
  text-align: initial !important;
  -webkit-text-align-last: initial !important;
  -moz-text-align-last: initial !important;
  text-align-last: initial !important;
  text-justify: initial !important;
}

/* -- 親要素に付けるクラス -- */
.list-number-paren {
  counter-reset: list-counter; /* カウンター初期化 */
  list-style: none; /* デフォルトのマーカーを消す */
  margin: 0;
  padding: 0;
}

/* -- 各 li にカウンターをインクリメント -- */
.list-number-paren > li {
  counter-increment: list-counter;
  margin-bottom: 0.5em; /* 項目間の余白 */
  padding-left: 1.75em; /* 見た目調整 */
  position: relative;
}

/* -- li の前に “数字)” を挿入 -- */
.list-number-paren > li::before {
  content: counter(list-counter) ")"; /* 例: “1) ” */
  position: absolute;
  left: 0;
  top: 0;
}
