@charset "UTF-8";

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

.h3-3-outline:before {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#6c757d),
    to(#f5f7fa)
  );
  background-image: -webkit-linear-gradient(right, #6c757d 0%, #f5f7fa 110%);
  background-image: linear-gradient(135deg, #6c757d 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(#6c757d),
    to(#f5f7fa)
  );
  background-image: -webkit-linear-gradient(right, #6c757d 0%, #f5f7fa 110%);
  background-image: linear-gradient(135deg, #6c757d 0%, #f5f7fa 110%);
}

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

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

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

.img-container > img{
  max-width: 180px;
}

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

.img-container ul li {
  list-style: none;
  line-height: 1.65;
  font-size: 105%;
  color: #4a4a4a;
  /* padding-right: 1rem; */
}

.img-container ul li:nth-child(1) {
  font-size: 105%;
  line-height: 1.45;
  color: #4a4a4a;
  margin-bottom: 7px;
}

.img-container ul li:nth-child(2) {
  margin-bottom: 4px;
}

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

.img-container ul li:nth-child(1) > span,
.img-container ul li:nth-child(3) > span {
  display: inline-block;
}

@media (max-width: 575px) {
  .img-container {
    flex-direction: column; /* スマホ表示時は縦に並べる */
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
  }

  .img-container img {
    order: 1; /* 画像を最初に表示 */
    margin-bottom: 15px; /* 画像の下に余白を追加 */
  }

  .img-container .chaiman {
    order: 2; /* リストを2番目に表示 */
  }

  .img-container ul {
    margin: 0;
  }

  .img-container ul li:nth-child(1) {
    font-size: 16px;
  }

  .img-container ul li:nth-child(2) {
    font-size: 16px;
  }

  .img-container ul li:nth-child(3) {
    font-size: 13px;
  }
}

@media (max-width: 400px) {
  .img-container img {
    width: 100%;
  }
}

.greeting-txt > p{
  margin-top: 1.5rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 2.2;
  letter-spacing: 0.05rem !important;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* -- 協賛------------------------------------------------------------------ */
.sponsor-area p,.sponsor-area ul li {
  text-align: justify;
  text-justify: inter-ideograph;
}

/* -- アクセス ------------------------------------------------------------------ */
.content-area iframe {
  width: 100%;
  min-height: 350px;
}

/* -- 演題募集 ------------------------------------------------------------------ */
.cfa-area p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.cfa-info-table th{
  text-align: justify;
  text-justify: inter-ideograph;
  text-align-last: justify;
  width: 6em;
  max-width: 6em;
  min-width: 6em;
}

.category-table {
  table-layout: fixed !important;
  width: 100% !important;
  background: #fff;
}

.category-table th {
  /* background-color: #f7f7f7; */
  width: 2.75em;
  max-width: 2.75em;
  min-width: 2.75em;
  text-align: center;
  font-size: 0.9em;
}

.category-table td {
  width: auto;
  word-break: break-word;
  vertical-align: middle;
}

.ethics-table {
  table-layout: fixed !important;
  width: 100% !important;
  background: #fff;
}

.ethics-table th {
  /* background-color: #f7f7f7; */
  width: 2em;
  max-width: 2em;
  min-width: 2em;
  text-align: center;
}

.yia{
  background: #243441;
  display: inline-block;
  color: #fff;
  font-weight: 300;
  /* font-size: 0.95em; */
  line-height: 1;
  padding-top: 0.35em;
  padding-bottom: 0.4em;
}


/* -- 事前参加登録 ------------------------------------------------------------------ */
.reg-area p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.reg-info-table{
  font-size: 0.975em;
}

.reg-info-table th{
  text-align: center;
  background: #364755;
  color: #fff;
}

.reg-info-table td{
  vertical-align: middle;
  letter-spacing: 0 !important;
}

.reg-info-table td > br{
  display: none;
}

@media screen and (max-width: 575px) {
  .reg-info-table{
  font-size: 0.9em;
}
.reg-info-table td > br{
  display: block;
}  
}

.reg-info-table tr > td:nth-child(2) {
  text-align: right;
  white-space: nowrap;
}

.reg-info-table tr > td:nth-child(3) {
  font-size: 0.9em;
  white-space: nowrap;
}

.reg-note{
  color: #2f3438;
  margin-top: 5px;
}

/* -- 他 ------------------------------------------------------------------ */
.txt-int{
  padding-left: 1em;
  text-indent: -1em;
}

.color444{
  color: #444;
}


