@charset "utf-8";

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

html,body{ height:100%;}

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

*, *::before, *::after {
  box-sizing: border-box;
}

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

/* 見出し */
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;
}
ol > li > ul > li {
  list-style:disc;
}

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

/* HTML5 */
article, aside, canvas, details, figcaption, figure,
header, footer, hgroup, nav, section, summary, main {
  display: block
}

/* 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%;}
.f130 {font-size:130%;}

.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;
}
.doubleline_red {/*二重取り消し線*/
background-image:url(../images/2line_red.png);
background-repeat:repeat-x;
background-position: center;
}
/* 太字 */
.bold{
  font-style:normal;
  font-weight:bold;
}

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

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

/* PC表示用 */
.pc_none {
  display: none;
}

/* コンテンツ全体 */
#contents_all {
  max-width: 960px;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  min-height: 684px;
  box-shadow: 0px 0px 8px 4px rgba(50,50,50,0.6);
  background: #080404 url(../images/img_background.png) no-repeat top right;
}

/* ヘッダー */
header {
  width: 100%;
  height: 154px;
  text-align: center;
}
.header_title {
  position: relative;
  top: 24px;
  max-width: 960px;
  width: 100%;
}

#contents {
  display: flex;
}

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

/* メニュー */
.nav_wrapper {
  width: 220px;
}
ul.menu > li > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 220px;
  min-height: 34px;
  font-weight: bolder;
  font-style: normal;
  color: #cdcdc8;
  text-decoration: none;
  padding-left: 18px;
  box-sizing: border-box;
  position: relative;
  line-height:0.9;
  letter-spacing:-0.5px;
  background-color: #2d3278;
  margin-bottom: 2px;
}
ul.menu > li > a::before {
  content: '';
  display: block;
  background: url(../images/ico_off.svg) no-repeat;
  width: 8px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  left: 6px;
}
ul.menu > li > a.on::before,
ul.menu > li > a:hover::before {
  background: url(../images/ico_on.svg) no-repeat;
}
ul.menu > li > a.on,
ul.menu > li > a:hover {
  background-color: #f9c133;
  color: #e60000;
}
/* img_l */
.img_l {
  display: block;
  margin: 10px auto;
  text-align: center;
}

/* 右コンテンツ */
#contents_r {
  width: 740px;
}
.head {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
#contents_r div.top {
  width: 100%;
}
.info {
  margin: 0 0 48px 18px;
}

/* お知らせ */
.news {
  width: 700px;
  margin:0 auto 10px;
}
.news h2 {
  width: 100%;
  padding-top: 4px;
  padding-left: 8px;
  line-height: 34px;
  background-color: #2d3278;
  text-align: left;
  font-size: 28px;
  font-weight: 900;
}
.news .news_flame {
  height: 158px;
  padding: 6px 15px;
  overflow: auto;
  background-color: #ffffff;
}
.news .news_flame dl div {
  margin-bottom: 11px;
  font-size: 14px;
}
.news .news_flame dl dt {
  float: left;
  color:#e60000;
  font-weight:bold;
}
.news .news_flame dl dd {
  margin-left: 6.5em;
}

.nav_info {
  display: block;
  margin: 50px 5px 20px 5px;
  width: 210px;
}
.nav_info.top {
  margin: 139px 5px 20px 5px;
}
address {
  font-size: 12px;
  font-style: normal;
}
address h2 {
  margin-top:13px;
  padding-top: 2px;
  padding-left: 5px;
  background-color: #ffffff;
  height: 18px;
}
address p {
  margin: 6px 0;
  line-height: 1.4;
  color: #f9c133;
}

/* フッター */
footer {
  clear: both;
  width: 100%;
  margin: 0 auto;
  background-color: #000000;
}
footer p {
  font-size: 12px;
  text-align: center;
  padding:4px;
  color: #fff;
  background-color: #2d3278;
}

/* サブページ用 */
#contents_r.page {
  min-height: 760px;
}
main {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  min-height: 890px;
  background-color:rgba(255,255,255,0.90);
}
#contents_r.page .inner {
  width: 100%;
  margin: 0 auto;
  padding:26px 25px 35px;
}

/* サブページタイトル */
#contents_r h2.sub_h2 {
  position: relative;
  width: 700px;
  height: 50px;
  margin: 0 auto 8px;
  padding-left: 15px;
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
  letter-spacing: 0.05em;
  background-color: #f9c133;
  color: #e60000;
  margin-bottom: 2px;
}

/* サブページ大見出し */
main h3 {
  margin: 2em 0 1em;
  padding: 10px 10px 7px 1em;
  font-size: 120%;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.25;
  background-color: #5e66d0;
}
/* 一番最初にくる時はアキなしにする場合はここに書き足す */
main h3:first-child, main h4:first-child, main h5:first-child, main p:first-child, main table tr td p:first-child, main blockquote 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: 1.5em 0 1em;
  padding: 5px 6px 2px 0.5em;
  font-size: 110%;
  color: #f97e0d;
  border: 1px solid #f97e0d;
  font-weight: 700;
  background-color: #ffffff;
  border-radius: 4px;
}
/* サブページ小見出し */
main h5 {
  margin: 1.2em 0 0.7em;
  padding: 0 3px 2px;
  color: #2d3278;
  border-bottom: 1px dotted #2d3278;
  font-weight: 700;
}
/* サブページ段落 */
main p {
  margin-top: 1em;
}
main p.zero {
  margin-top: 0;
}
main p.han {
  margin-top: 0.5em;
}
/* 只今準備中です。 */
p.jyunbi {
  text-align: center;
  padding: 100px 0;
}

/* 挨拶 */
main.greet p{
  line-height: 1.8;
  text-indent:1em;
}
div.greet_name{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 30px;
}
div.greet_name div.name{
  flex:auto;
}
div.greet_name div.name em {
  font-style: normal;
  font-size: 17px;
}
div.greet_name div.name p{
  text-indent:0;
  line-height:1.6;
}
div.greet_name div.photo{
  flex:0 0 200px;
  padding: 0 20px 0 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;
  text-indent: 0;
  text-align: left;
  margin-top:0;
}
main .wrapper_greet > p em {
  font-style: normal;
  font-size: 17px;
}
main .wrapper_greet > p:last-child {
  margin-left: 20px;
}

/* 開催概要 */
table.info {
  width: 100%;
  margin:1em 0;
  border: 1px solid #999;
}
table.info th {
  padding: 1em;
  vertical-align: middle;
  background-color: #fff7e6;
  border: 1px solid #999;
  white-space: nowrap;
  font-weight: normal;
}
table.info td {
  padding: 1em;
  border: 1px solid #999;
  background-color: #fff;
  text-align: left;
}

/* 協賛申込 */
table.sponsor {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 32px;
  border: 1px solid #333333;
}
table.sponsor tr {
  width: 100%;
  padding: 8px;
  vertical-align: top;
  text-align: left;
}
table.sponsor th {
  padding: 8px 8px 8px 10px;
  vertical-align: middle;
  background-color: #fff7e6;
  border: 1px solid #333333;
  font-weight: normal;
}
table.sponsor th.hyoutou {
  background-color: #ffa500 ;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
table.sponsor td {
  padding: 8px 8px 8px 10px;
  border: 1px solid #333333;
  background-color: #fff;
}

/* 表 */
table.hyou_aaa {
  width: 100%;
  margin-top: 2em;
  margin-bottom: 32px;
  border: 1px solid #333333;
}
table.hyou_aaa tr {
  width: 100%;
  padding: 8px;
  vertical-align: top;
  text-align: left;
}
table.hyou_aaa th {
  width: 25%;
  padding: 8px 8px 8px 10px;
  vertical-align: middle;
  background-color: #fff7e6;
  border: 1px solid #333333;
  font-weight: normal;
}
table.hyou_aaa td {
  width: 70%;
  padding: 8px 8px 8px 10px;
  border: 1px solid #333333;
  background-color: #fff;
}


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

/* 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;
}

/* サブページリスト */
main ul {
  margin-left: 1.5em;
}
main ul li {
  list-style: disc;
}
main ul.square {
  margin-left: 1.6em;
}
main ul.square li {
  position: relative;
  list-style: none;
}
main ul.square li:before {
  content: '';
  position: absolute;
  top: 8px;
  left: -19px;
  display: block;
  width: 11px;
  height: 11px;
  background-color: #f97e0d;
}
main ul.half li {
  margin-bottom: 0.5em;
}
main ol {
  margin-left: 1.5em;
}
main ol li {
  list-style: decimal;
}

/* リンク */
p.link {
  position: relative;
  padding-left: 22px;
  margin-bottom:0;
}
p.link:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  background-color: #5e66d0;
}
p.link a:link,p.link a:visited {
  color:#3AA2FF;
  text-decoration:none;
}
p.link a:hover,p.link a:active {
  text-decoration:underline;
}

/* 文章中のリンク */
a:link, a:visited {
  color: #3AA2FF;
  text-decoration: none;
}
a:hover, a:active {
  color: #3AA2FF;
  text-decoration: underline;
}

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

/* pagetop */
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  transition: 0.3s;
}
.pagetop a:hover {
  opacity: 0.8;
}

/* ボタン */
.button {
  width: 270px;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #5e66d0;
  cursor: pointer;
  font-size:18px;
  position: relative;
  height:60px;
}

.button a {
  width: 100%;
  height: 100%;
  color: #5e66d0;
  text-decoration: none;
  font-weight:bold;
  /** 以下中央揃え**/
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  border-radius: 10px;/*長円形作成*/
}
.button:hover {
  background: #5e66d0;
}
.button:hover a {
  color: #fff;
}
.button_400 {
  width: 400px;
}
.button_300 {
  width: 300px;
}
.button_190 {
  width: 190px;
}
.button_160 {
  width: 160px;
}
.button_2line {
  height:60px;
  padding:0;
  line-height: 1.2;
}
.button_3line {
  height:84px;
  padding:0;
  border-radius: 10px;
  line-height: 1.2;
}

/* 反応しないボタン */
.button_gray {
  width: 270px;
  border-radius: 10px;/*長円形作成*/
  text-align: center;
  background-color: #BBB;
  border: 2px solid #BBB;
  font-size:18px;
  font-weight: bold;
  color:#fff;
  /** 以下中央揃え**/
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-pack: 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;
}

.dl_box {
  display: flex;
  justify-content:space-around;
  flex-wrap: wrap;
  margin:20px 0;
  gap:20px;
}

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

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

  /* コンテンツ全体 */
  #contents_all {
    max-width: 100%;
    background: #080404 url(../images/img_background.png) no-repeat top left / 100%;
  }

  /* ヘッダー */
  header {
    width: 100%;
    max-height: 131px;
    box-sizing: border-box;
  }
  .header_title {
    max-width: 768px;
    width: 96%;
    margin: 0 auto;
  }
  .info {
    margin: 0 5px 10px;
  }

  /* 左コンテンツ */
  #contents_l {
    float: left;
    width: 25%;
  }
  /* メニュー */
  ul.menu > li > a {
    padding-left: 1.5em;
    width:100%;
    font-size: 86%;
    line-height: 1.1;
    min-height: 30px;
  }
  ul.menu > li > a::before {
    left: 5px;
  }

  /* img_l */
  .img_l {
    text-align: center;
  }
  .img_l img {
    max-width: 90%;
  }

  .nav_info {
    width: 98%;
  }
  .nav_info.top {
    margin: 50px 0 10px 2%;
  }
  address {
    font-size: 11px;
  }
  address h2 {
    margin-top:12px;
  }
  address p {
    margin-bottom: 6px;
  }

  /* 右コンテンツ */
  #contents_r {
    width: 75%;
  }
  #contents_r h2.sub_h2 {
    font-size: 20px;
    height: 34px;
    line-height: 24px;
    width:96%;
    padding:4px 10px 4px 10px;
    margin: 0 auto 2px;
  }
  .inner{
    width: 75%;
    padding: 12px;
  }
  
  .news {
    width: 95%;
  }

  .news .news_flame {
    height:150px;
  }
  .news .news_flame dl div {
    font-size: 13px;
  }

  main {
    margin:0 auto;
    min-height:810px;
    width: 96%;
  }

}
/* TB表示用終了 */


/* SP表示用 */
@media screen and ( max-width: 767px ) {

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

  /* コンテンツ */
  #contents_all {
    width: 100%;
    max-width: 480px;
    min-height:100%;
    margin: 0 auto;
    overflow:hidden;
    background: #080404 url("../images/img_background_sp.png") no-repeat top right/ 100%;
  }
  #contents_l,
  #contents_r {
    float: none;
    width: 100%;
    height: 100%;
  }

  /* ヘッダー */
  header {
    position: relative;
    float: none;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .header_title {
    width: 87%;
    margin: 5px 0 5px 5px;
    top:5px;
  }
  .sp_menu_link {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 35px;
    height: 28px;
  }

  /* メニュー */
  #contents_l.nav_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 375px;
    width: 100%;
    height: auto;
    z-index: 10000;
    padding-top:6px;
    padding-bottom:3px;
    background-color: #080404;
  }
  .nav_wrapper .sp_nav_header {
    width: 100%;
  }
  .nav_wrapper .sp_nav_header .title {
    position: relative;
    top: 0;
    width: 87%;
    margin: 5px 0 5px 5px;
  }
  .nav_wrapper .sp_nav_close {
    position: absolute;
    top: 12px;
    right: 6px;
    width: 35px;
    height: 28px;
    cursor: pointer;
  }

  /* メニュー */
  ul.menu {
    padding: 5px 7px;
  }
  ul.menu > li > a {
    padding-left: 2.25em;
    width:100%;
    font-size: 105%;
  }
  ul.menu > li > a::before {
    right: 1em;
  }
  ul.menu > li > a.on,
  ul.menu > li > a:hover {
    background-image: none;
    background-color: #ffffff;
  }

  #menu_open {
    cursor: pointer;
  }

  /* banner */
  .img_l {
    /* display: none; */
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 15px;
  }
  .img_l img {
    max-width: 100%;
  }

  /* info */
  address {
    width: 100%;
    font-size: 12px;
  }

  /* メイン部分 */
  #contents_r div.bottom {
    flex-direction: column;
    padding: 15px 20px;
  }
  /* お知らせ */
  .news {
    width: 90%;
    margin:0 auto 10px;
  }
  .news h2 {
    height: 30px;
    line-height: 30px;
    padding-left: 8px;
  }
  .news h2 img {
    height: 90%;
  }
  .news .news_flame {
    width: 100%;
    height:130px;
    margin-bottom:0;
    padding: 8px;
  }
  .news .news_flame dl div {
    margin-bottom: 1em;
    font-size: 13px;
  }
  .news .news_flame dl div.new::before {
    height: 13px;
  }
  .news .news_flame dl dt {
    float: none;
  }
  .news .news_flame dl dd {
    margin-left: 0;
  }
  .news-list {
    top: 1%;
    right: 3%;
  }

  /* info */
  .nav_info {
    padding: 10px 20px;
    width: 100%;
    margin: 0;
  }

  /* サブページ用 */
  main {
    width: 95%;
    padding: 10px 0;
    box-shadow:none;
    min-height:500px;
  }
  #contents_r h2.sub_h2 {
    font-size: 20px;
    height: 100%;
    line-height: 24px;
    width:95%;
    padding:4px 10px 4px 8px;
    margin-top: 10px;
  }
  #contents_r h2.sub_h2::after {
    width: 40px;
    height: 40px;
    top: 11px;
    left: 8px;
  }
  #contents_r.page .inner {
    padding: 10px 10px 20px;
  }

  .head {
  position: relative;
  max-width: 96%;
  margin: 0 auto;
  text-align: center;
}

  /* 挨拶 */
  div.greet_name{
    display: block;
    margin: 0 auto 1.5em;
  }
  div.greet_name{
    display: flex;
    flex-direction: column;
    margin: 0 auto 30px;
  }
  div.greet_name div.name{
    order: 2;
    margin:0 auto;
    text-align: center;
  }
  div.greet_name div.photo {
    margin: 0 auto 1em;
    padding: 0;
    order: 1;
  }
  /* 写真右寄せ */
  main .wrapper_greet {
    flex-direction: column;
    align-items: center;
    }
  main .wrapper_greet > p {
    text-align: center;
  }
  main .wrapper_greet > p:last-child {
    margin-left: 0;
    margin-top: 1em;
  }
  .wrapper_greet p span {
    display: inline-block;
/*    padding: 0.5em 0 0;*/
  }

  /* 開催概要 */
  table.info {
  }
  table.info th {
    padding: 0.5em;
  }
  table.info td {
    padding: 0.5em;
  }

  /* 演題募集 */
  table.endai_hyou th {
    padding: 0.25em 0.5em;
  }
  table.endai_hyou th.nm02 {
    width: 8em;
  }
  table.endai_hyou td {
    padding: 0.25em 0.5em;
  }

  /* pagetop */
  .pagetop {
    bottom:70px;
    right:10px;
  }
  .pagetop a {
    width: 50px;
    height: 50px;
  }

  /* 筆頭演者の利益相反開示について */
  .dl_box_coi {
    flex-wrap: wrap;
  }
  .dl_box_coi div {
    margin-bottom:1em;
  }
  .dl_box {
    flex-direction: column;
  }
  .dl_item {
    text-align:center;
    margin:0 auto;
  }
  .button_400 {
    width: 100%;
  }

}
@media screen and ( max-width: 320px ) {
  .header_title {
    width: 276px;
  }
  .nav_wrapper .sp_nav_header .title {
    width: 276px;
  }
  .main_theme {
    height:310px;
  }
  .main_theme h2 {
    width: 60%;
  }
  .main_theme .info {
    padding: 0;
  }
  /* メニュー */
  .sp_menu_link {
    top: 6px;
    width: 30px;
    height: 24px;
  }
  .nav_wrapper .sp_nav_close {
    top: 10px;
    width: 30px;
    height: 24px;
  }
}
/* SP表示用 */
