@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;
  /* font-weight: bold; */
  border-bottom: 1px solid #ccc;
  padding-bottom: 0;
}

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

.session-title {
  font-weight: bold;
  background: #eef1f3;
  padding: 5px;
  margin-bottom: 7px;
}

.session-title > span {
  display: inline-block;
  margin-right: 0.5em;
}

.chairs {
  margin-bottom: 5px;
}
.chairs,
.talks {
  margin-left: 0px;
}
.chairs > p{
  margin-left: 0.5em;
}

.chairs > p > small{
  font-size: 0.95rem !important;
  padding-left: 0.35rem;
  padding-right: 0.35rem;
  color: #3d4144;
}

.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;
  }
  .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;
  }  
}

.section-separator {
  border-bottom: 10px solid #e5e7eb;
}


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

.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;
}
