
/* 見出し ここから */


h1 {
  width: 90%;
  margin: 0;
  margin-bottom: 30px;
  padding: 20px 60px;

  background: #0073a8;
  color: #ffffff;

  font-size: 160%;
  font-weight: bold;
  line-height: 1.5;

  text-align: left;
  border-radius: 0;

  border-bottom: 4px solid #005f8a;
}

.header-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}


/* タイトル内のメイン */
.smaller4 {
  display: block;
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 5px;
}


/* サブタイトル */
.smaller2 {
  display: block;
  font-size: 85%;
  font-weight: normal;
  opacity: 0.9;
}

h2 {
  color: #505050;/*文字色*/
  padding: 0em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 0;/*行高*/
  vertical-align: middle;
  padding: 0em 0em 0em 2.5em;/*文字周りの余白*/
margin-left: 60px;
}

h3 {font-size: 100%;
margin-left: 60px;
}

h4 {
  color: #ffffff;/*文字色#505050*/
  padding: 0.5em 1.8em 0.5em 1.8em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/

  background: #0073a8;/*背景色191970*/
  vertical-align: middle;
  border-radius: 0.5em;/*角丸*/
  width: 10%;
  text-align: center;
margin-left: 60px;
font-size: 100%;
}

.smaller {
font-size: 70%;
font-weight:normal;
}

.smaller3 {
font-size: 58%;
font-weight:normal;
}


.attention {
font-size: 90%;
font-weight:normal;
margin-left: 60px;
text-align: left;
}



dt{
font-weight: bold;
font-size: 90%;
color: #003366;
text-indent: 20px;
padding-top: 1em;
background-repeat: no-repeat;
background-position: 0em 19px;
}

dd {margin-bottom:0em;
font-size: 90%;
}

dl {margin-left:3em;
font-size: 95%;
}


td {vertical-align: top;}

.bigger{
font-size: 95%;
font-weight: bold;
}

.bigger2{
font-size: 80%;
padding-left: 1em;
}

.bigger3{
font-size: 100%;
font-weight: bold;
padding-left: 1em;
}

.bigger5{
font-size: 90%;
font-weight: normal;
}

/* ===== シンポジウム専用レイアウト ===== */

.sympo-container {
  display: flex;
  gap: 40px;
  width: 90%;
  margin-left: 60px;
  margin-top: 20px;
  align-items: flex-start;
}

/* 左カラム */
.sympo-info {
  width: 60%;
}

/* 右カラム（ポスター） */
.sympo-poster {
  width: 40%;
  text-align: center;
}

.poster-caption {
  font-size: 80%;
  color: #666;
  margin-top: 5px;
}

/* ===== カード化 ===== */

.info-card {
  background: #ffffff;
  border: 1px solid #d8e1ea;
  border-left: 5px solid #0073a8;
  padding: 15px 18px;
  margin-bottom: 20px;
  border-radius: 6px;
}

/* 見出し強化 */
.koumoku {
  font-weight: bold;
  font-size: 110%;
  color: #003366;
  margin-bottom: 8px;
}

/* メイン情報 */
.bigger3 {
  font-size: 110%;
  font-weight: bold;
  margin-bottom: 5px;
}

/* 補足 */
.bigger2 {
  font-size: 85%;
  color: #555;
}

/* 注意書き */
.note {
  font-size: 85%;
  color: #555;
  margin-top: 10px;
  line-height: 1.6;
}

/* ===== ボタン ===== */

.entry-btn {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 16px;
  background: #0073a8;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 90%;
  transition: 0.2s;
}

.entry-btn:hover {
  background: #005f8a;
}

/* ===== ポスター ===== */

.poster-img {
  width: 100%;
  max-width: 420px;
  height: auto;
  border: 1px solid #ccc;
}

/* ===== プログラム用 ===== */

.program-section {
  width: 90%;
  margin-left: 60px;
  margin-top: 40px;
}

.program-title {
  font-size: 22px;
  font-weight: 600;
  color: #003366;
  margin: 50px 0 20px 0;
  padding-left: 14px;
  position: relative;
}


.program-table {
  width: 100%;
  border-collapse: collapse;
}

.program-table td {
  border-bottom: 1px solid #ccc;
  padding: 10px;
  vertical-align: top;
}

.program-time {
  width: 120px;
  font-weight: bold;
  color: #003366;
}

.program-content {
  font-size: 90%;
}

/* ===== レスポンシブ（スマホ） ===== */

@media screen and (max-width: 768px) {
  .sympo-container {
    flex-direction: column;
    margin-left: 20px;
  }

  .sympo-info,
  .sympo-poster {
    width: 100%;
  }

  .program-section {
    margin-left: 20px;
  }
}

/* ===== プログラム全体 ===== */

.program-section {
  max-width: 1100px;
  margin: 50px auto;
}

.sympo-container,
.program-section {
  max-width: 1100px;
  margin: 0 auto;
}

/* タイトル */
.program-title {
  font-size: 130%;
  font-weight: bold;
  border-left: 6px solid #0073a8;
  padding-left: 12px;
  margin-bottom: 20px;
}

/* セッション見出し */
.program-header {
  background: #e6f2f8;
  padding: 10px 15px;
  font-weight: bold;
  margin-bottom: 15px;
  border-radius: 5px;
}

/* 各ブロック */
.program-block {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
}

/* 時間 */
.program-time {
  width: 130px;
  font-weight: bold;
  color: #003366;
}

/* 内容 */
.program-detail {
  flex: 1;
}

/* タイトル */
.program-title2 {
  font-size: 1.05em;
  font-weight: bold;
  margin-bottom: 5px;
}

/* 区分 */
.program-category {
  font-weight: bold;
  color: #003366;
  margin-bottom: 5px;
}

/* 登壇者 */
.program-speaker {
  font-size: 1.00em;
  font-weight: 700;
  color: #000;
  margin-top: 4px;
  text-indent: 1em;
}

/* アブストラクト */
.program-abstract {
  font-size: 85%;
  color: #555;
  margin-top: 8px;
  line-height: 1.6;
  padding-left: 2em;
}

/* 休憩 */
.program-break {
  text-align: center;
  background: #f0f0f0;
  padding: 8px;
  margin: 15px 0;
  font-weight: normal;
  border-radius: 5px;
  font-size: 80%;
}

/* セッション見出し（講演） */
.program-header {
  background: #e6f2f8;
  padding: 10px 15px;
  margin-bottom: 15px;
  border-radius: 5px;
}

/* 講演タイトル */
.session-title {
  font-weight: bold;
  color: #003366;
  font-size: 100%;
}

/* 座長 */
.session-chair {
  margin-left: 15px;
  font-size: 95%;
  color: #000;
  font-weight: normal;
}



/* スマホ対応 */
@media screen and (max-width: 768px) {
  .program-block {
    flex-direction: column;
  }

  .program-time {
    width: 100%;
    margin-bottom: 5px;
  }

  .program-section {
    margin-left: 20px;
  }
}
/* ===== フッター情報 ===== */

.footer-section {
  max-width: 1100px;
  margin: 60px auto 0 auto;
  padding: 0 20px;
}

.sympo-footer {
  width: 90%;
  margin-left: 60px;
  margin-top: 60px;
  padding-top: 20px;
  border-top: 2px solid #d8e1ea;
}

/* 各ブロック */
.footer-block {
  margin-bottom: 20px;
}

/* 見出し */
.footer-title {
  font-weight: bold;
  font-size: 100%;
  color: #003366;
  margin-bottom: 5px;
  border-left: 4px solid #0073a8;
  padding-left: 8px;
}

/* 本文 */
.footer-text {
  font-size: 90%;
  color: #333;
  line-height: 1.7;
}

/* 注意書き */
.footer-block:nth-child(3) .footer-text {
  color: #555;
  font-size: 85%;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .sympo-footer {
    margin-left: 20px;
  }
}
