@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.4;
  color: #333333;
  font-family: Arial, Roboto, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 90%;
  background: url(../images/bg.png) no-repeat center top / cover fixed;
}


/* 画像全体 */
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: 100%;
  height:auto !important;
  height:100%;
  margin:0 auto;
  min-height:684px;
}

/* ヘッダー */
header{
  width: 100%;
  background: #05074C;
  
}
.header_inner {
  width: 960px;
  margin: 0 auto;
  position: relative;
}

/* コンテンツ */
#contents {
  margin:0 auto;
  width: 960px;
  background:#FFFFFF;
}

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

/* メニュー */
nav.gnav {
  width: 100%;
  background: #0190E5;
}
ul.menu {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
ul.menu > li > a {
  display: flex;
  align-items: center;
  height: 55px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  position: relative;
}
ul.menu > li a.on:before,
ul.menu > li a:hover:before {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #FFB54D;
  position: absolute;
  bottom: 0.8em;
  left: 0;
}

/* 言語 ボタン */
div.btn_lang a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  background: #E91C24;
  border: 1px solid #E91C24;
  box-sizing: border-box;
  color: #FFFFFF;
  transition: 0.3s all;
  border-radius: 0 0 3px 3px;
  text-decoration: none;
}
div.btn_lang a:hover {
  background: #FFFFFF;
  color: #E91C24;
}

/* バナー掲載 */
.banner_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.banner_wrapper a {
  margin-top: 20px;
}

/* ここからmain部分 */

/* 新着情報 */
.news_wrapper {
  padding: 0 30px;
  margin: 15px auto 20px;
  display: flex;
  gap: 20px;
  box-sizing: border-box;
}
.news_title {
  max-width: 480px;
  width: 100%;
  background: #2566BA;
  color: #FFFFFF;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding-left: 1em;
  box-sizing: border-box;
}
#news {
  max-width: 480px;
  width: 100%;
  text-align:left;
}
#news_frame {
  width: 100%;
  margin:0 auto;
  font-size: 13px;
  height: 140px;
  padding: 10px 10px;
  box-sizing: border-box;
  overflow:auto;
}
#news_frame dt {
  font-weight: bold;
  letter-spacing: 0.5px;
}
#news_frame dd {
  margin-bottom: 1em;
}

/* 事務局等 */
.info_title {
  max-width: 400px;
  width: 100%;
  background: #2566BA;
  color: #FFFFFF;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding-left: 1em;
  box-sizing: border-box;
}
#info {
  max-width: 400px;
  width: 100%;
}
#info address {
  padding: 10px 5px;
  box-sizing: border-box;
  font-style: normal;
  font-size: 13px;
  line-height: 1.5;
}

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

/* サブページ内 */
h2:not(.top) {
  width: 100%;
  padding: 30px 1em 15px;
  border-bottom: 2px solid #193569;
  color: #193569;
  font-weight: bold;
  text-align: center;
  font-size: 32px;
  line-height: 1.1;
  box-sizing: border-box;
}
main {
  width: 780px;
  padding: 40px 90px;
  min-height: 650px;
  position:relative;
}

/* サブページ大見出し */
main h3 {
  margin: 2em 0 1em;
  padding: 11px 10px 10px 10px;
  background: linear-gradient(to right, rgba(211,227,253,1) 0%,rgba(207,219,247,1) 100%);
  font-size: 120%;
  font-weight: bold;
}

/* 一番最初にくる時はアキなしにする */
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 0.6em;
  color: #0071b5;
  font-size: 110%;
  font-weight: bold;
  border-left: 7px solid #0071b5;
  border-bottom: 1px solid #0071b5;
  padding: 5px 8px 4px;
}
/* サブページ小見出し */
main h5 {
  margin: 1em 0 0.6em;
  font-weight: bold;
  border-bottom: 2px dotted #999999;
  padding: 2px;
}
/* サブページ段落 */
main p {
  margin-top: 1em;
}
main p.zero {
  margin-top: 0;
}
main p.han {
  margin-top: 0.5em;
}
main p.kome {
  padding-left: 0em;
  text-indent: -1em;
}

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

main ol.aki li {
  list-style: decimal;
  padding-bottom: 1em;
}

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

/* 大会長挨拶 */
main.greet p {
  line-height: 1.8;
  text-indent:1em;
  margin-top: 0;
}
main .wrapper_greet {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 0 30px;
  gap: 30px;
}
main .wrapper_greet > p {
  line-height: 1.6;
  text-indent: 0;
  text-align: left;
}


/* 開催概要 */
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;
}

/* 演題登録 */
span.maru {
  font-family: "メイリオ", Meiryo;
}

/* 参加登録 */
.creditcard {
  width: 60%;
}

div.waku_reg {
  border: 2px solid #BBBBBB;
  padding: 0.5em 1em;
  margin: 1em auto;
}

/* プログラム */
p.title {
  color: #0071b5;
  font-size: 110%;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.5em;
}

table.prg {
  border: none;
  width: 100%;
}
table.prg td {
  text-align: left;
  vertical-align: top;
  padding: 0.1em 0;
  display: block;
}
table.prg td.endai_title {
  padding: 1em 0 0 1em;
  text-indent: -1em;
}
table.prg td.endai_title_aki0 {
  padding: 0.1em 0 0 1em;
  text-indent: -1em;
}
table.prg td.name {
  white-space: nowrap;
  width: 5em;
}
table.prg td.zoku {
  padding-left: 1em;
  text-indent: -1em;
}
table.prg th {
  padding: 0.1em 0;
  text-align: right;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
  width: 4em;
}
table.prg th.enja {
  padding-top: 1em;
}

div.dl_btn_box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin:20px 0;
  justify-content: center;
}

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

/* kyosan */
span.kyosan {
  background-color: #1B5292;
  font-weight: bold;
  color: #fff;
  padding: 0.3em 0.5em;
  border-radius: 4px;
}
a:hover span.kyosan {
  opacity: 0.6;
}
table.kyosan {
  border: none;
}
table.kyosan td {
  text-align: left;
  vertical-align: middle;
  padding: 0.5em 2em 0.5em 0;
}
table.kyosan th {
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
  font-weight: normal;
  padding: 0.5em 2em 0.5em 0;
}

/* endai */

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

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

/* kigyo */

/* accsess*/

/* リンク（固定） */
p.link {
	background:url(../images/icon_link.png) no-repeat left center;
	padding-left:15px;
	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: 70px;
  height: 70px;
  background: #00953B;
  border-radius: 50%;
  position: relative;
  opacity: 0.95;
}
.pagetop a::before {
  content: "";
  display: block;
  border-top: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  width: 8px;
  height: 8px;
  transform-origin: center;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.pagetop a:hover {
  opacity: 0.6;
}

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

/* テンプレート（適宜書き換え） */
table.hyou_template {
  width: 100%;
  margin-bottom: 1em;
}
table.hyou_template td {
  border: 1px solid #BBBBBB;
  background-color: #FFFFFF;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.hyou_template th {
	border: 1px solid #BBBBBB;
	background-color: #F1F1F1F1;
	padding: 0.5em;
	vertical-align: top;
	text-align: left;
	font-weight: normal;
	width: 20%;
}
table.hyou_template 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;
}

/* テンプレート（プログラムページで使うテーブル） */
table.hyou_program {
  width: 100%;
  margin-bottom: 1em;
  border: none;
}
table.hyou_program td {
  padding: 0.25em;
  vertical-align: top;
  text-align: left;
}
table.hyou_program th {
  padding: 0.25em;
  vertical-align: top;
  text-align: right;
  font-weight: normal;
  width: 10%;
}
table.hyou_program tr {
  padding: 0.25em;
  vertical-align: top;
  text-align: left;
}

/* テンプレート（参加費ページで使うテーブル） */
table.hyou_registration {
  width: 100%;
  margin-bottom: 1em;
  border: none;
}
table.hyou_registration td {
  border: 1px solid #BBBBBB;
  background-color: #FFFFFF;
  padding: 0.75em 0.5em;
  vertical-align: middle;
  text-align: center;
}
table.hyou_registration td.title {
    background-color: #24b8bc;
    text-align: left;
    color: #FFFFFF;
}
table.hyou_registration td.kaiin {
    width: 20%;
    text-align: left;
}
table.hyou_registration th {
  border: 1px solid #BBBBBB;
  background-color: #FCFBDE;
  padding: 0.75em 0.5em;
  vertical-align: middle;
  text-align: center;
  font-weight: normal;
  width: 10%;
}
table.hyou_registration tr {
  padding: 0.75em 0.5em;
  vertical-align: top;
  text-align: left;
}

/* 外部リンク */
a.external {
	background:url("../images/icon_external.png") no-repeat right center;
	padding-right:20px;
  word-break: break-all;
}
/*※印*/
#main p.kome{
	padding-left:1em;
	text-indent:-1em;
}
#main p.kome + p.kome{
	margin-top:0;
}
/*丸数字*/
dl.num {
	margin-top:1em;
}
dl.num dt {
	float: left;
	clear: left;
	width: 1.5em;
	margin-bottom:1em;
}
dl.num dd {
	margin-left:1.5em;
	margin-bottom:1em;
}
/*ボタン配置*/
p.btn_on{
	margin:1em auto;
	text-align:center;
}

/*枠*/
.waku_abstract {
  border: 1px solid #999999;
  margin-top: 1em;
  padding: 1em;
/*  width: 50%;*/
  width: 300px;
}


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

  body {
    background: #FFFFFF;
  }

  /* コンテンツ全体 */

  /* ヘッダー */
  .header_inner {
    width: 100%;
  }

  /* コンテンツ */
  #contents {
    width: 100%;
  }

  /* メニュー */
  ul.menu {
    width: 100%;
  }

  /* ここからmain部分 */

  /* 新着情報 */
  .news_wrapper {
    padding: 0 3.125%;
  }

  /* 事務局等 */

  /* フッター */


  /* サブページ内 */
  main {
    width: 80%;
    padding: 30px 10% 40px;
  }

  /* pagetop */
  .pagetop {
    bottom: 30px;
    right: 15px;
    }


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

/*------------------------------------------*/
/* スマホ用 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;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
  }
  .hamburger_line {
    position: relative;
    width: 25px;
    height: 2px;
    background: #142db4;
  }
  .hamburger_line::before,
  .hamburger_line::after {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #142db4;
    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;
  }

  /* コンテンツ全体 */

  /* ヘッダー */
  header{
    position: sticky;
    top: 0;
    z-index: 3;
    min-height: 70px;
    display: flex;
    align-items: center;
  }

  /* コンテンツ */

  /* メニュー */
  nav.gnav {
    background: #FFFFFF;
  }
  ul.menu {
    flex-direction: column;
  }
  ul.menu > li > a {
    padding-left: 1.5em;
    box-sizing: border-box;
    font-size: 16px;
    color: #333333;
    border-bottom: 1px solid #EEEEEE;
  }
  ul.menu > li a.on {
    color: #F87B03;
  }
  ul.menu > li a.on:before,
  ul.menu > li a:hover:before {
    content: normal;
    bottom: auto;
    left: auto;
    background: none;
  }
  ul.menu > li a.on:after,
  ul.menu > li a:after{
    content: "";
    display: block;
    width:0;
    height:0;
    border-style:solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #333333;
    position: absolute;
    top: calc(50% - 2.5px);
    right: 1em;
  }

  /* 言語 ボタン */
  li.btn_lang.sp_only a {
    background: #0190E5;
    color: #FFFFFF;
  }
  

  /* ここからmain部分 */

  /* 新着情報 */
  .news_wrapper {
    width: 100%;
    padding: 0 5%;
    flex-direction: column;
    gap: 30px;
  }
  .news_title {
    max-width: inherit;
  }
  #news {
    max-width: inherit;
  }
  #news_frame {
    height: 160px;
  }
  #news_frame dt {
    font-weight: bold;
    letter-spacing: 0.5px;
  }

  /* 事務局等 */
  .info_title {
    max-width: inherit;
  }
  #info {
    max-width: inherit;
  }


  h2:not(.top) {
    padding: 15px 1em;
    font-size: 24px;
  }
  main {
    width: 90%;
    padding: 20px 5% 40px;
  }

  /* 大会長挨拶 */
  main .wrapper_greet {
    flex-direction: column;
    align-items: center;
    }
  main .wrapper_greet > p {
    margin-bottom: 1em;
    text-align: center;
  }


  /* 演題登録 */
  .waku_abstract {
    width: auto;
  }

  /* 参加登録 */
  .creditcard {
    width: auto;
  }

  /* プログラム */
  table.prg td {
    display: block;
  }

  /* kyosan */
  table.kyosan td {
    display: block;
    padding: 0.5em 0 0 1em;
  }
  table.kyosan th {
    display: block;
    padding: 1em 0 0 0;
  }

  /* pagetop */
  .pagetop {
    bottom: 20px;
    right: 10px;
    }
  .pagetop a {
    width: 60px;
    height: 60px;
  }

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

/*------------------------------------------*/
/* スマホ用 480px  */
/*------------------------------------------*/
@media screen and (max-width:480px){

  .news_wrapper {
    padding: 0 5% 20px;
  }
  
  main {
    padding: 20px 5% 60px;
  }

  /* フッター */
  footer {
    position: fixed;
    bottom: 0;
  }
  /* 下記は削除しない */
}
