@charset "utf-8";

*, article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary, main {
  margin: 0;
  padding: 0;
}

html,body{ height:100%;}

/* 背景 */
body {
  line-height: 1.7;  color: #333333;
  font-family: Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 90%;
  background: #283264;
}

/* 画像全体 */
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

/* リスト */
ol, ul, li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
}

/* テーブル */
table {
  border-collapse: collapse;
}

/* HTML5, 5.1 で追加 */
article, aside, canvas, details, figcaption, figure, footer,
header, hgroup, main, menu, nav, picture, section, summary {
  display: block;
}

/* コンテンツ全体 */
#contents_all {
  width:960px;
  height:auto !important;
  height:100%;
  background: #FFFFFF;
  margin:0 auto;
  min-height:684px;
  box-shadow: 0px 0px 10px 2px rgba(0,0,0, 0.5);
}

/* ヘッダー */
header a {
  width: 100%;
  display: block;
  pointer-events: none;
}

/* コンテンツ */
#contents {
  margin:0 auto;
  width: 100%;
  display: flex;
}

/* クリアフィクス */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* 左コンテンツ */
#contents_l {
  width: 222px;
}

/* メニュー */
nav {
  width: 100%;
  margin: 0 5px 0 6px;
  padding-top: 15px;
}
.top nav {
  margin: 0 5px 20px 6px;
}
ul.menu {
  width: 211px;
}
ul.menu > li {
  box-shadow: 2px 3px 2px -1.5px rgba(0,0,0,0.5);
}
ul.menu > li > a {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  min-height: 24px;
  min-height: 30px;
  background: #0f78c8;
  margin-bottom: 5px;
  padding: 2px 2px 2px 10px;
  box-sizing: border-box;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  text-decoration: none;
}
ul.menu > li a.on,
ul.menu > li a:hover {
  background: #ff0064;
}
ul.menu.en > li.en_menu00 {
  font-weight: bold;
  padding: 2px 2px 2px 10px;
  box-sizing: border-box;
  background: #961e64;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  margin:30px auto 4px;
} 
ul.menu.en > li > a {
  background: #2832b4;
}
ul.menu.en > li a.on,
ul.menu.en > li > a:hover {
  background: #ff0064;
}
ul.menu.en > li > a {
  font-size: 14px;
}
li.menu03.is_submenu {
  background: #0f78c8;
  margin-bottom: 4px;
  padding: 2px 2px 2px 10px;
  box-sizing: border-box;
  color: #FFFFFF;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-weight: bold;
}
li.menu03.is_submenu li > a {
  padding: 2px 2px 2px 10px;
  box-sizing: border-box;
  line-height: 1.1;
  color: #FFFFFF;
  position: relative;
  text-decoration: none;
}
li.menu03.is_submenu li > a span::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  top: 5px;
  left: -4px;
}
li.menu03.is_submenu li > a span {
  padding: 0 5px;
  display: inline-block;
  position: relative;
}

/* 事務局等 */
#info {
  width: 211px;
  margin:0 auto 15px;
}
#info h4 {
  font-style: normal;  
  font-size: 13px;
  background: #b4dc00;
  margin-bottom: 4px;
  padding: 1px 1px 1px 10px;
  box-sizing: border-box;
  letter-spacing: 0.5px;
  font-weight: bold;
}
#info address {
  font-style: normal;  
  font-size: 12px;
  margin-bottom: 4px;
  padding: 2px 0 2px 5px;
  box-sizing: border-box;
  line-height: 1.4;
}
#info .info_wrapper:first-of-type address {
  margin-bottom: 1em;
}

/* ここからmain部分 */

/* 右コンテンツ */
#contents_r {
  width: 738px;
  background: #006400 url(../images/bg_contents_r.png) no-repeat left top/100%;
}

/* 新着情報 */
#news {
  width: 700px;
  margin: 0 auto;
  box-shadow: 4px 4px 10px 2px rgba(0,0,0, 0.5);
}
#news_frame {
  width: 100%;
  margin:0 auto 15px;
  font-size: 13px;
  height:370px;
  padding:10px 20px;
  box-sizing: border-box;
  overflow:auto;
  background: #FFFFFF;
}
#news_frame dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 1.5em;
}
h3.news_title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #006400;
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  padding: 2px 1em 2px 20px;
  box-sizing: border-box;
  text-shadow:
    2px 2px 0 #000,
    -2px 2px 0 #000,
    2px -2px 0 #000,
    -2px -2px 0 #000,
    0 2px 0 #000,
    2px 0 0 #000,
    0 -2px 0 #000,
    -2px 0 0 #000;
}

/* フッター */
footer {
  text-align: center;
  font-size: 12px;
  padding: 6px 1em;
  margin: 0 auto;
  width: 100%;
  background: #b4dc00;
  box-sizing: border-box;
  line-height: 1.2;
}

/* サブページ内 */
main {
  width: 680px;
  padding:0 25px 20px;
  box-sizing: border-box;
  margin: 0 auto 20px;
  position:relative;
  min-height:1230px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 4px 4px 4px -1px rgba(0, 0, 0, 0.5);
}
main h2 {
  width: calc(100% + 50px);;
  background: #ff0064;
  padding: 8px 25px 5px 15px;
  box-sizing: border-box;
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: 20px;
}
main h2 span {
  width: 100%;
  min-height: 50px;
  color: #FFFFFF;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.2;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

/* サブページ大見出し */
main h3 {
  border-left: 10px solid #0676BD;
  border-bottom: 2px solid #BBBBBB;
  font-size: 120%;
  font-weight: bold;
  padding: 10px 10px 8px 10px;
  margin: 2em 0 1em;
}

/* 一番最初にくる時はアキなしにする場合はここに書き足す */
main h3:first-child, main h4:first-child, main h5:first-child, main p:first-child, main table tr td p:first-child {
  margin-top: 0;
}

/* 組み合わせでアキなしする場合はここに書き足す */
main h3 + h4, main h4 + h5, main h3 + p ,main h4 + p, main h5 + p {
  margin-top:0;
}

main h4 {
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  font-size: 110%;
  font-weight: bold;
  background: #CADFEF;
  padding: 0.5em 0.8em 0.35em;
}

/* サブページ小見出し  */
main h5 {
  margin: 1.2em 0 0.2em 0;
  margin-bottom: 0.5em;
  padding:0.2em;
  font-weight: bold;
  border-bottom: 2px dotted #0676BD;
  color: #0676BD;
}


/* サブページ段落 */
main p {
  margin-top: 1em;
}
main p.zero {
  margin-top: 0;
}
main p.han {
  margin-top: 0.5em;
}

/* サブページリスト */
main ul {
  margin-left: 1em;
}
main ul li {
  list-style: disc;
}
main ul.half li {
  margin-bottom: 0.5em;
}
main ol {
  margin-left: 1.5em;
}
main ol li {
  list-style: decimal;
}


/* サブページリスト */
main ul {
  margin-left: 1em;
}
main ul li {
  list-style: disc;
}
main ul.aki li {
  padding-bottom: 0.5em;
}
main ol {
  margin-left: 1.5em;
}
main ol li {
  list-style: decimal;
}
main ol.aki li {
  padding-bottom: 0.5em;
}

/* 只今準備中です。 */
p.jyunbi {
  text-align: center;
  padding-top: 100px;
}

/* 挨拶 */
main.greet p {
  line-height: 1.9;
  text-indent:1em;
  margin-top: 0;
}
main .wrapper_greet {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 0 30px;
}
main .wrapper_greet > p {
  line-height: 1.6;
  line-height: 1.4;
  text-indent: 0;
  text-align: left;
}
main .wrapper_greet > p:last-child {
  margin-left: 15px;
}
main .wrapper_greet img {
  padding: 1px;
  border: 1px solid #CCCCCC;
}
.italic-text {
  font-style: italic;
  /* 日本語の斜体に対応したフォントを指定 */
  font-family: "MS PGothic", "Osaka", sans-serif; 
  font-weight: bold;
}
/* 開催概要 */
table.hyou_info{
  border-collapse:collapse;
  width:100%;
}
table.hyou_info th{
  border-top:1px solid #a52a2a;
  border-bottom:1px solid #a52a2a;
  padding:1em 1.5em 1em 0.5em;
  vertical-align:top;
  white-space:nowrap;
  text-align:left;
  color:#555;
  width:10%;
}
table.hyou_info td{
  border-top:1px solid #a52a2a;
  border-bottom:1px solid #a52a2a;
  padding:1em 0 1em 0.5em;
  vertical-align:top;
  text-align:left;
}

/* 日程表・プログラム */
p.title, p.title2 {
  font-size: 105%;
  font-weight: bold;
  color: #666666;
  line-height: 1.3;
  margin: 0.5em 0 0.3em;
}
p.title2 {
  margin: 1em 0 0.5em;
  padding-left: 1.1em;
  text-indent: -1.1em;
  color: #567AFD;
}

main h4 + p.prg_date {
  margin-top: -0.5em;
}
p.prg_date {
  text-align: right;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
p.prg_date span.day:before {
  font-family: "Font Awesome 5 Free";
  content: '\f073';
  padding-right:4px;
  font-weight: 900;
  font-size: 110%;
  color: #1f2c5c;
}
p.prg_date span.time:before {
  font-family: "Font Awesome 5 Free";
  content: '\f017';
  padding-left:10px;
  padding-right:4px;
  font-weight: 900;
  font-size: 110%;
  color: #1f2c5c;
}
p.prg_date span.venue:before {
  font-family: "Font Awesome 5 Free";
  content: '\f3c5';
  padding-left:1em;
  padding-right:4px;
  font-weight: 900;
  font-size: 110%;
  color: #1f2c5c;
}

table.prg, table.prg2 {
  border: none;
  margin-left: 1em;
}
table.prg td, table.prg2 td {
  text-align: left;
  vertical-align: top;
}
table.prg th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: bold;
}
table.prg2 th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: bold;
  padding-right: 1em;
  padding-top: 1em;
}
table.prg th.top1 {
  padding-top: 1em;
}
table.prg2 th.aki0 {
  padding-top: 0;
}
table.prg td.name, table.prg2 td.name {
  white-space: nowrap;
  width: 4em;
}
table.prg td.zoku, table.prg2 td.zoku {
  padding-left:1em;
  text-indent:-1em;
}
table.prg td.endai_ttl, table.prg2 td.endai_ttl {
  padding-top: 1em;
  font-weight: bold;
}

.shikai_waku {
  margin: 0.5em auto;
}
.shikai_waku a:hover {
  text-decoration: none;
  opacity: 60%;
}
span.kotoba {
  background-color: #a40b5d;
  background-color: #1F2C5C;
  padding: 0.25em 1em;
  color: #fff;
  font-weight: 600;
}
.shikai {
  border: 1px solid #a40b5d;
  border: 1px solid #1F2C5C;
  margin: -0.6em 0 0.5em;
  padding: 0.5em 1em;
}
.shikai p {
  padding-top:1em;
}
main h4 span {
  color: #333;
  font-size:90%;
}
main h3 span {
  color: #515151;
  font-size:85%;
}

ul.prg_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 20px 0;
}
.prg_link li {
  width: 32.5%;
  height: 45px;
  margin-bottom: 2%;
  display: flex;
  line-height: 1.2;
}
.prg_link li:before {
  content: none;
}
.prg_link li a:hover {
  color: #008CB1;
  background: #fff;
}
.prg_link li a {
  width: 100%;
  padding: 8px 10px 8px 10px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px #008CB1 solid;
  border-radius: 5px;
  transition: 0.5s;
  font-size: 95%;
  background-color: #008CB1;
}

p.place {
  float: right;
  margin-right: 1em;
/*  margin-top: -48px;*/
  margin-top: 32px;
  font-size: 90%;
}
p.place_h3 {
  margin-top: 45px;
}
p.place span.hukui {
  background-color: #00a497;
  padding: 0.3em 0.8em;
  font-weight: bold;
  color: #fff;
  border-radius:5px;
}
p.place span.kanazawa {
  background-color: #D1459C;
  padding: 0.3em 0.8em;
  font-weight: bold;
  color: #fff;
  border-radius:5px;
}
h3 + p.place {
  margin-top: 8px;
}
h3 + p.place + h4{
  margin-top: 1em;
}
p.title + p.place {
  margin-top: 28px;
}
p.title + p.place_h3 {
  margin-top: 40px;
}

/*h4 + p.place {
  margin-top: -45px;
}*/
/*p.place + p.prg_date {
  margin-top: -0.5em;
} */

/* オープンボタン 英語Call for Abstracts------------------- */
.open_btn {
/*  padding-left: 1em;*/
  padding-top: 2px;
  padding-bottom: 0;
  text-indent: 0;
  cursor: pointer;
/*  float: right;*/
/*  width: 2em;*/
}

.open_btn::after {
  content: "▼";
/*  display: inline-block;*/
  color: #a40b5d;
  color: #1F2C5C;
/*  background-color: #a40b5d;*/
  padding-left: 0.5em;
/*  padding-right: 0.5em;*/
  font-weight: bold;
  font-size:110%;
}
.open_btn:hover {
  opacity: 0.6;
}
.open_btn.active::after,
.open_btn.sp_only.active::after {
  top: 2px;
  content: "▲";
}
main p.open_waku {
  border: 1px solid #a40b5d;
  border: 1px solid #1F2C5C;
  margin: 0 0 1em;
  padding: 0.5em 1em;
  display: none;
}

/* 演題募集 */
.red_waku p.title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5em;
  font-size: 105%;
  font-weight: bold;
  color: #666666;
}
table.endai01 {
  width: 100%;
  margin: 0.5em 0;
}
table.endai01 td {
  border: 1px solid #666666;
  background-color: #f0f0f0;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.endai01 tr:nth-child(odd) td {
  background: #ffffff;
}
table.endai01 td.kijyun {
  white-space: nowrap;
}
table.endai01 td.syurui {
  width: 8em;
  width: 12em;
}
table.endai01 th {
  border: 1px solid #666666;
  background-color: #006E2E;
  background-color: #339900;
  background-color: #567afd;
  color: #fff;
  padding: 0.5em;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}
table.endai01 th.koumoku {
  width: 12em;
}

dl.category_s dt,
dl.category_p dt,
dl.category_w dt {
  float: left;
}
dl.category_s dd {
  padding-left: 8em;
}
dl.category_p dd {
  padding-left: 13em;
}
dl.category_w dd {
  padding-left: 9em;
}

table.endai02 {
  width: 100%;
  margin: 0.5em 0;
}
table.endai02 td {
  border: 1px solid #666666;
  background-color: #FFF;
  padding: 0.5em;
  vertical-align: middle;
  text-align: left;
  width:20%;
  font-size:90%;
}
table.endai02 tr:nth-child(even) td,
table.endai02 tr:nth-child(even) th {
  background: #f0f0f0;
}
table.endai02 th {
  border: 1px solid #666666;
  background-color: #FFF;
  padding: 0.5em;
  font-weight: normal;
  width: 5%;
}
table.endai02 td.kubun-a {
  width:28.5%;
}

table.endai_name {
  border: none;
}
table.endai_name th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
}
table.endai_name td {
  padding-left:1em;
  text-indent:-1em;
}
span.kaiin_button {
  background-color: #0066cc;
  padding: 0.2em 0.4em;
  color: #FFFFFF;
  font-weight: bold;
}
.toiawase {
  margin:1em 0;
  padding:1em;
  background-color: #FFFCE9;
}
.en_sec {
  color:#cc0000;
  font-weight: bold;
}

/* メディカルスタッフ特別企画 */
p.date {
  margin: 0.7em 0;
  text-align: right;
}
p.date span.day:before {
  font-family: "Font Awesome 5 Free";
  content: '\f073';
  padding-right:4px;
  font-weight: 900;
  font-size: 110%;
  color: #1f2c5c;
}
p.date span.time:before {
  font-family: "Font Awesome 5 Free";
  content: '\f017';
  padding-left:10px;
  padding-right:4px;
  font-weight: 900;
  font-size: 110%;
  color: #1f2c5c;
}
p.date span.venue:before {
  font-family: "Font Awesome 5 Free";
  content: '\f3c5';
  padding-left:1em;
  padding-right:4px;
  font-weight: 900;
  font-size: 110%;
  color: #1f2c5c;
}
dl.medical{
  margin-top: 1em;
  margin-bottom: 0.2em;
  font-size: 105%;
  font-weight: bold;
  color: #666666;
  line-height: 1.3;
}
.medical dt{
  width: 1.5em;
  float: left;
}
.medical dd{
  margin-left: 1.5em;
}
.discussion {
  border : 2px #333 dotted;
  margin-top: 2em;
}
.discussion2 {
  margin-top: -1em;
  margin-bottom: 1.5em;
  text-align: center;
  padding: 0 1em;
}
.discussion2 span {
  background-color: #fff;
  padding: 0 1em;
  font-size: 105%;
  color: #666;
  font-weight: bold;
}

/* ポストグラデュエイトコース */
p.gc_title {
  font-size: 105%;
  font-weight: bold;
  color: #666666;
  line-height: 1.3;
  margin: 1em 0 0.3em;
  padding-left: 3.7em;
  text-indent: -3.7em;
}
.waku_gc {
  margin: 0.5em 0;
  padding: 1em;
  background: #fffacd ;
}

/* 宿泊 */
p.syukuhaku {
  text-align: center;
}
.syukuhaku_waku {
  border: 2px solid #c16a94;
  padding: 1em;
  margin: 1.5em auto;
  font-weight: bold;
  background-color: #fae3ee;
  text-align: center;
  width:70%;
}
.btn_syukuhaku {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 2em 0;
  gap: 20px 30px;
}
.syukuhaku_btn {
  width: 60%;
  text-align: center;
  background-color: #e3ecfa;
  border: 2px solid #033787;
  font-size:16px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  padding:0.5em 1em;
  margin: 2em auto 1em;
}
.syukuhaku_btn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.syukuhaku_btn a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.syukuhaku_subttl {
  width: 100%;
  height: 100%;
  color: #033787;
  font-weight: bold;
  align-items: center;
  justify-content: center;
}
.syukuhaku_subttl:hover{
  cursor: pointer;
  opacity: 0.8;
}

/* 参加登録 */
/* Online Registration */
table.hyou_reg, table.hyou_reg_en {
  width: 100%;
  margin-bottom: 0.5em;
  margin-top: 1em;
}
table.hyou_reg td, table.hyou_reg_en td {
  border: 1px solid #1F2C5C;
  padding: 0.5em;
  vertical-align: middle;
  text-align: left;
}
table.hyou_reg td.cen {
  text-align: center;
}
table.hyou_reg th, table.hyou_reg_en th {
  border: 1px solid #1F2C5C;
  background-color: #B8C0DB;
  padding: 0.5em;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}
table.hyou_reg_en th {
  text-align: left;
}

.num25 dt{
  width: 2.5em;
  float: left;
}
.num25 dd{
  margin-left: 2.5em;
}

img.creditcard {
  width: 60%;
  height: auto;
}

.waku_red {
  margin: 1em 0;
  padding: 0.5em 1.5em;
  border: 1px solid #FF0000;
}

.faq_q {
  clear: both;
  cursor: pointer;
}
dl.reg_faq {
  padding: 0 0 0.5em 0;
}
dl.reg_faq dt {
  float: left;
  clear: both;
  width: 1.3em;
  font-weight: bold;
  font-size: 130%;
  color:#0F78E1;
}
dl.reg_faq dd {
  margin-left: 2.3em;
  margin-top: 1.2em;
  padding-top:0.25em;
  color: #0066CC;
}
dl.reg_faq_a {
  padding: 0;
  display: none;
}
dl.reg_faq_a dt {
  float: left;
  clear: both;
  width: 1.3em;
  font-weight: bold;
  font-size: 130%;
  color:#ff6767;
}
dl.reg_faq_a dd {
  margin-left: 2.3em;
  padding-top:0.25em;
}
.service {
  background-color: #ffa500 ;
  padding: 0.2em 0.5em;
  font-weight: bold;
  color: #fff;
}
.attention {
  border:2px solid #E7242E;
  padding: 0.2em 1em;
  margin: 10px auto 0;
  width: 90%;
  background-color:#f00;
  color: #fff;
  font-weight: bold;
}
.attention a:link, .attention a:visited {
  color:#fff;
  text-decoration:none;
}

dl.aste dt {
  float: left;
}
dl.aste dd {
  padding-left: 0.7em;
}

/* 学会参加者の皆さまへ */
table.hyou_students {
  width: 100%;
  margin: 0.5em 0;
}
table.hyou_students td {
  border: 1px solid #1F2C5C;
  background-color: #fff;
  padding: 0.5em;
  vertical-align: middle;
  text-align: center;
}
table.hyou_students td.hidari {
  text-align: left;
}
table.hyou_students td.gray {
  background-color: #CECECE
}
table.hyou_students th {
  border: 1px solid #1F2C5C;
  background-color: #B8C0DB;
  padding: 0.5em;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}
table.hyou_students th.midashi {
  background-color: #1F2C5C;
  color: #fff;
  padding: 0.2em 0.8em;
  text-align: left;
}
.waku_students {
  margin: 0.5em 0;
  padding: 1em;
  border: 1px solid #FD8500;
  background: #fff;
}
.waku_students p.title {
  font-weight: bold;
  border-bottom: 2px dotted #FD8500;
  color: #FD8500;
  padding: 2px;
}
img.qr {
  float: right;
  padding: 0.5em 0 0.5em 2em;
}

/* 司会/座長・演者へのお願い */
.waku_red_speaker {
  margin: 1em 0;
  border: 2px solid #E7242E;
  padding: 8px 20px 10px;
  border-radius: 6px;
}
.nyukai {
  margin:1em 0;
  padding:1em;
  background-color: #FFFCE9;
}
.num dt{
  width:1.5em;
  float:left;
}
.num dd{
  margin-left:1.5em;
}
table.hyou_speaker {
  width: 100%;
  margin: 0.5em 0;
}
table.hyou_speaker td {
  border: 1px solid #1F2C5C;
  background-color: #fff;
  padding: 0.5em;
  vertical-align: middle;
  text-align: center;
}
table.hyou_speaker td.hidari {
  text-align: left;
}
table.hyou_speaker td.gray {
  background-color: #CECECE
}
table.hyou_speaker th {
  border: 1px solid #1F2C5C;
  background-color: #B8C0DB;
  padding: 0.5em;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
}
table.hyou_speaker th.midashi {
  background-color: #1F2C5C;
  color: #fff;
  padding: 0.2em 0.8em;
  text-align: left;
}

/* 会場案内 */
.google_map {
  text-align: center;
}


/* endai */

/* 別ページで開く------------------- */

/* 別ページで開くここまで------------------- */

/* kigyo */

/* accsess*/

/* リンク */
p.link {
  background:url(../images/icon_link.png) no-repeat left center;
  padding-left:20px;
  margin-bottom:0;
}
p.link a:link,p.link a:visited {
  color:#333333;
  text-decoration:none;
}
p.link a:hover,p.link a:active {
  color:#666666;
  text-decoration:underline;
}

/* 文章中のリンク */
a:link, a:visited {
  color: #0066CC;
  text-decoration: none;
}
a:hover, a:active {
  color: #0066CC;
  text-decoration: underline;
}
/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom:40px;
  right:95px;
  z-index: 3;
  }
.pagetop a {
  display: block;
  width: 50px;
  height: 50px;
  color: transparent;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/img_pagetop.svg) no-repeat center;
  background-size: contain;
  transition: opacity 0.3s;
  opacity: 0.9;
}
.pagetop a:hover {
  opacity: 0.6;
}

/* 外部リンク */
a.external {
  background: url(../images/external.png) no-repeat right center;
  padding-right: 20px;
}

/* テンプレート */
table.hyou_aaa {
  width: 100%;
  margin-bottom: 1em;
}
table.hyou_aaa td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.hyou_aaa th {
  border: 1px solid #666666;
  background-color: #FAF6E1;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  width: 20%;
}
table.hyou_aaa tr {
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}

/* table line_none */
table.non {
  border: none;
}
table.non td {
  text-align: left;
  vertical-align: top;
}
table.non th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
}

/* ※一字下げ */
.kome{
  padding-left:1em;
  text-indent:-1em;
}

/* text */
.mbm1 {margin-bottom:-1em;}
.mb1 {margin-bottom:1em;}
.mb2 {margin-bottom:2em;}
.mb03 {margin-bottom:0.3em;}
.mb05 {margin-bottom:0.5em;}
.mb15 {margin-bottom:1.5em;}

.pl05 {padding-left:0.5em;}

.ml1 {margin-left:1em;}

.f85 {font-size:85%;}
.f90 {font-size:90%;}
.f95 {font-size:95%;}
.f100 {font-size:100%;}
.f105 {font-size:105%;}
.f110 {font-size:110%;}
.f115 {font-size:115%;}
.f120 {font-size:120%;}

.uchikeshi {
   background:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRFAAAAp3o92gAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=)
0 center repeat-x;
}
.uchikeshi.red {
   background:
url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABAQMAAAAl21bKAAAABGdBTUEAAK/INwWK6QAAAANQTFRF/wAAGeIJNwAAAApJREFUCB1jYAAAAAIAAc/INeUAAAAASUVORK5CYII=
) 0 center repeat-x;
}
.underline {
  text-decoration:underline;
}
.red {color: #FF0000;
}
.blue {color: #1d2777;
}

/* 太字 */
.bold{
  font-style:normal;
  font-weight:bold;
}

.text_r{
  text-align:right;
}
.text_c{
  text-align:center;
}

/* ボタン */
.button {
  width: 270px;
  border-radius: 9999px;
  text-align: center;
  background-color: #e3ecfa;
  border: 2px solid #033787;
  cursor: pointer;
  font-size:18px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  height:60px;
}

.button a {
  width: 100%;
  height: 100%;
  color: #033787;
  text-decoration: none;
  font-weight:bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 9999px;/*長円形作成*/
}
.button:hover {
  background: #033787;
}
.button:hover a {
  color: #FFFFFF;
}
.button_400 {
  width: 400px;
}
.button_190 {
  width: 190px;
}
.button_2line {
  height:60px;
  padding:0;
  line-height: 1.2;
}
.button_3line {
  height:84px;
  padding:0;
  border-radius: 9999px;
  line-height: 1.2;
}

/* 反応しないボタン */
.button_gray {
  width: 270px;
  border-radius: 9999px;/*長円形作成*/
  text-align: center;
  background-color: #BBBBBB;
  font-size:18px;
  font-weight: bold;
  color:#FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height:60px;
}

/* ボタン  アイコン */
.pdf_icon a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  background: url('../images/icon_pdf-25px.png') no-repeat;
  width:25px;
  height:25px;
}
.ppt_icon a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  background: url('../images/icon_ppt-25px.png') no-repeat;
  width:25px;
  height:25px;
}
.doc_icon a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  background: url('../images/icon_doc-25px.png') no-repeat;
  width:25px;
  height:25px;
}

.dl_box {
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
  margin:1em 0;
}
.dl_item {
  margin: 10px;
}


/* PCで表示 */
.pc_only {
  display: inline-block;
}
/* PCでは非表示 */
.sp_only, .tb_only, .pc_none {
  display: none;
}

/*------------------------------------------*/
/* タブレット用 */
/*------------------------------------------*/
@media screen and (max-width:959px){
  /* タブレットで表示 */
  .tb_only, .pc_none {
    display: inline-block;
  }
  /* タブレットでは非表示 */
  .pc_only, .sp_only {
    display: none;
  }

  /* コンテンツ全体 */
  #contents_all {
    width:100%;
  }

  /* ヘッダー */

  /* コンテンツ */

  /* 左コンテンツ */
  #contents_l {
    width: 23%;
  }

  /* メニュー */
  nav {
    background: #FFFFFF;
  }
  ul.menu {
    width: 95%;
  }
  ul.menu > li > a {
  line-height: 1.2;
  padding: 4px 2px 4px 10px;
  }


  /* 事務局等 */
  #info {
    width: 95%;
    background: #FFFFFF;
  }
  #info address {
    padding: 5px 0 10px 10px;
  }
  #info .info_wrapper:first-of-type address {
    margin-bottom: 0;
  }

  /* ここからmain部分 */

  /* 右コンテンツ */
  #contents_r {
    width: 77%;
  }

  /* 新着情報 */
  #news {
    width: 95%;
  }
  #news_frame dl {
    display: grid;
    grid-template-columns: 1fr;
    gap:initial;
  }
  #news_frame dl > dd {
    padding-bottom: 1em;
  }
  #news_frame {
    padding: 10px 20px 0;
    height: 250px;
  }

  /* サブページ内 */
  main {
    width: 95%;
    min-height: 1380px;
    overflow-x: hidden;
  }

  /* pagetop */
  .pagetop {
  bottom:40px;
  right:2.5%;
  }

  /* プログラム */
  .prg_link li {
    width: 49%;
    margin-bottom: 2%;
  }

  /* 会場案内 */
  .google_map {
    aspect-ratio: 16/9;
  }
  .google_map iframe {
    width: 100%;
    height: 100%;
  }


  /* 下記は削除しない */
}

/*------------------------------------------*/
/* スマホ用 767px  */
/*------------------------------------------*/
  @media screen and (max-width:767px){
  /* スマホで表示 */
  .sp_only, .pc_none {
    display: inline-block;
  }
  /* スマホでは非表示 */
  .pc_only, .tb_only, .sp_none {
    display: none;
  }

  /*ハンバーガー ボタン*/
  .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border: 0;
    background: #FFFFFF;
    cursor: pointer;
    position: fixed;
    top: 10px;
    right: 5px;
    z-index: 10;
    border-radius: 3px;
  }
  .hamburger_line {
    position: relative;
    width: 25px;
    height: 2px;
    background:#b81c22;
  }
  .hamburger_line::before,
  .hamburger_line::after {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #b81c22;
    transition: 0.3s;
  }
  .hamburger_line::before {
    top: -8px;
  }
  .hamburger_line::after {
    bottom: -8px;
  }
  /* 閉じる */
  .hamburger.active .hamburger_line {
    background: transparent;
  }
  .hamburger.active .hamburger_line::before {
    top: 0;
    transform: rotate(45deg);
  }
  .hamburger.active .hamburger_line::after {
    bottom: 0;
    transform: rotate(-45deg);
  }


  body{
    background: #FFFFFF;
  }
  /* コンテンツ全体 */
  #contents_all {
    box-shadow: none;
  }

  /* ヘッダー */
  header {
    position: sticky;
    top: 0;
    background-image: none;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100%;
    box-shadow: none;
    transition: box-shadow 0.3s ease;
    z-index: 5;
  }
  header.scrolled {
    background-image: url(../images/bg_contents_r.png);
    box-shadow: 0px 8px 5px -2px rgba(0, 0, 0, 0.2);
  }
  header a {
    pointer-events: all;
  }

  /* コンテンツ */
  #contents {
    display: block;
    background: #006400 url(../images/bg_contents_r.png) no-repeat left top/100%;
  }

  /* 左コンテンツ */
  #contents_l {
    width: 100%;
  }
  .page_deco {
    display: none;
  }

  /* メニュー */
  nav {
    margin: 0 auto;
    padding-bottom: 15px;
  }
  .top nav {
    margin: 0 auto;
  }
  ul.menu {
    margin: auto;
  }
  
  /* 事務局等 */
  #info {
    background: #FFFFFF;
    margin: 0 auto;
  }
  #info h4 {
    margin-bottom: 0;
  }
  #info address {
    margin-bottom: 0;
  }
  #info .info_wrapper:first-of-type address {
    margin-bottom: 0;
  }

  /* ここからmain部分 */

  /* 右コンテンツ */
  #contents_r {
    width: 100%;
    padding-bottom: 1em;
    background: transparent;
  }

  /* 新着情報 */
  h3.news_title {
    font-size: 20px;
    line-height: 34px;
    height: 34px;
    padding-left: 10px;
  }

  /* サブページ内 */
  main {
    min-height: 500px;
  }
  main h2 {
    padding: 5px 5%;
  }
  main h2 span {
    font-size: 22px;
  }

  .dl_box {
    flex-direction: column;
    margin:0.5em 0;
  }
  .dl_item {
    text-align:center;
    margin:10px auto;
  }
  .button_400 {
    width: 100%;
    margin:10px 0;
  }
  .dl_box.sp_only {
    display: block;
    margin:20px auto;
  }

  /* 挨拶 */
  main .wrapper_greet {
    flex-direction: column;
    align-items: center;
    }
  main .wrapper_greet > p {
    margin-bottom: 1em;
    text-align: center;
  }
  main .wrapper_greet > p:last-child {
    margin-left: 0;
    margin-bottom: 0;
  }
  .wrapper_greet p span {
    display: inline-block;
    padding: 0.5em 0 0;
  }
    /* 日程表・プログラム */
  table.prg, table.prg2 {
    margin-left: 3px;
  }
  table.prg td, table.prg2 td {
    display: block;
  }
  ul.prg_link {
    display: block;
  }
  .prg_link li {
    width: 100%;
    margin-bottom: 2%;
  }
  .prg_link li:last-child {
    margin-bottom: 30px;
  }
  .prg_link li a {
    padding: 7px 10px 7px 7px;
  }

  /* 演題募集 */
  table.endai01 td.kijyun {
    white-space: normal;
    width: 5em;
  }
  table.endai01 td.syurui {
    width: auto;
  }

  dl.category_s dt,
  dl.category_p dt,
  dl.category_w dt {
    float: none;
  }
  dl.category_s dd,
  dl.category_p dd,
  dl.category_w dd {
    padding-left: 1em;
    padding-bottom:0.5em;
  }
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }

  /* 参加登録 */
  img.creditcard {
    width: 100%;
    height: auto;
  }


  

  /* 下記は削除しない */
}
