@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: 'メイリオ', 'Meiryo',"Hiragino Kaku Gothic Pro", Arial, sans-serif;
  font-size: 93%;
  background: linear-gradient(to bottom, rgb(170, 220, 250) 0%, rgb(246, 250, 253) 50%) 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:960px;
  height:auto !important;
  height:100%;
  margin:0 auto;
  min-height:684px;
  background: #FFFFFF;
  box-shadow: 1px 1px 20px 6px rgba(0, 0, 0, 0.1);
}

/* ヘッダー */
header {
  width: 740px;
  position: relative;
}
header:not(.top) h1 {
  background: url(../images/img_header_bg_page.png) no-repeat left top / 100%;
}
header h1 a {
  pointer-events: none;
}
header .pc_lang a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #d0093b;
  color: #FFFFFF;
  border: 2px solid #d0093b;
  box-sizing: border-box;
  width: 100px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
}
header .pc_lang a::before {
  content: "";
  width:0;
  height:0;
  border-style:solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #FFFFFF;
  margin-right: 5px;
}
header .pc_lang a:hover {
  background: #FFFFFF;
  color: #d0093b;
}
header .pc_lang a:hover::before {
  border-color: transparent transparent transparent #d0093b;
}

/* コンテンツ */
#contents {
  width: 960px;
  display: flex;
}

/* 左コンテンツ */
#contents_l {
  width: 220px;
  background: #EFF8FC;
}
.menu_logo {
  background: #FFFFFF;
}

/* メニュー */
nav {
  width: 100%;
  margin:0 auto;
  background: #FFFFFF;
  padding-bottom:1px;
  box-sizing: border-box;
}
ul.menu > li > a {
  font-size: 13.5px;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  background: #EFF8FC;
  color: #562500;
  line-height: 1.2;
  padding: 4px 5px 4px 10px;
  border-left: 5px solid #562500;
  box-sizing: border-box;
  margin-bottom: 1px;
  text-decoration: none;
  letter-spacing: 0.5px;
  position: relative;
}
ul.menu > li a.on,
ul.menu > li a:hover {
  background: #FAEBEE;
  border-left: 5px solid #d0093b;
}

/* 外部リンク アイコン spanにclass追加 */
ul.menu > li a span.ext_icon {
  /* padding-right: 1.5em;
  background: url(../images/external.svg) 100% 50% no-repeat;
  background-size: 12px; */
}
ul.menu > li > a div > span {
  font-size: 12px;
}

/* Japan Digestive Disease Week... */
.banner_area {
  padding: 20px 0;
  text-align: center;
  background: #EFF8FC;
}
.banner_area p {
  margin-bottom: 15px;
}

/* ここからmain部分 */

/* 右コンテンツ */
#contents_r {
  width: 740px;
}
#contents_r:has(.top) {
  width: 740px;
  background: #EEECE2;
}

#contents_r:not(.top) h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  margin: 0 auto;
  padding: 10px 1em;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  background: #d0093b;
  line-height: 1.1;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-align: center;
}
.wrapper_endai_movie {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;/* 左右入れ替え */
}
.top_movie {
  width: 300px;
  margin: 20px auto 0;
}

/* 新着情報 */
#news {
  width: 100%;
  text-align:left;
  padding: 20px 0 15px;
}
#news h3 {
  width: 710px;
  margin: 0 auto;
  background: #d0093b;
  color: #FFFFFF;
  font-size: 24px;
  letter-spacing: 1px;
  padding: 5px 1em 2px 15px;
  box-sizing: border-box;
}
#news_frame {
  width: 710px;
  margin: 0 auto;
  font-size: 13px;
  height: 240px;
  overflow: auto;
  background: #FFFFFF;
}
#news_frame dl {
  overflow: hidden;
  padding: 5px 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 1.5em;
}
#news_frame dt ,#news_frame dd {
  padding-top: 0.5em;
}
#news_frame dt {
  font-weight: bold;
  letter-spacing: 0.5px;
}

/* フッター */
footer {
  width: 100%;
  background: #562500;
  padding: 20px 30px;
  box-sizing: border-box;
  color: #FFF;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
footer dl {
  display: flex;
}
footer dd {
  padding-left: 20px;
}
footer dd a:link {
  color: #FFFFFF;
}

/* サブページ内 */
main {
  width: 100%;
  padding: 30px 35px;
  margin: 0 auto;
  min-height:600px;
  background:#FFFFFF;
  box-sizing: border-box;
  position:relative;
}

/* サブページ大見出し */
main h3:not(.greet_ttl) {
  font-size: 120%;
  font-weight: bold;
  padding:8px 12px;
  margin:2em 0 1.5em;
  border-left: 8px solid #B1693B;
  background: #f6f1df;
}

/* 一番最初にくる時はアキなしにする場合はここに書き足す */
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;
  color:#B1693B;
  padding: 0 0.8em 0.35em 0;
  border-bottom: 2px solid #CFA48B;
}

/* サブページ小見出し  */
main h5 {
  margin: 1.5em 0 0.5em 0;
  padding:0 0.2em 0.2em;
  font-weight: bold;
  border-bottom: 2px dotted #BBBBBB;
  font-size: 105%;
}
main h5 span {
  color:#028ad0;
}
main h5.maru_num {
  margin: 2em 0 0.5em 0;
  padding:0.2em;
  padding-left:1em;
  text-indent:-1em;
  font-weight: bold;
  border-bottom: 1px solid #028ad0;
  font-size: 105%;
  color:#028ad0;
}
main h5.sub {
  margin: 1.5em 0 0.5em 0;
  padding:0.2em;
  font-weight: bold;
  border-bottom: none;
  font-size: 110%;
}
main h5.sub::before {
  content: "【";
  margin-right: 0.5em;
  color:#028ad0;
}
main h5.sub::after {
  content: "】";
  margin-left: 0.5em;
  color:#028ad0;
}

main h6 {
  margin: 1.2em 0 0.5em 0;
  padding:0.2em 0.5em;
  font-weight: bold;
  border: 1px solid #ccc;
  border-left: 5px solid #ccc;
}
.maru_title {
  font-weight:bold;
  position: relative;
  padding-left: 1.2em;
  font-size:105%;
  margin-bottom:0.5em;
}
.maru_title::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #028ad0;
}

/* サブページ段落 */
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;
}
/* 文章中のリンク */
a:link, a:visited {
  color: #0066CC;
  text-decoration: underline;
}
a:hover, a:active {
  color: #777;
  text-decoration: underline;
}
a:link.red, a:visited.red {
  color: #d0093b;
  text-decoration: underline;
}
a:hover.red, a:active.red {
  color: #e27f8c;
  text-decoration: underline;
}

/* 運営委員長挨拶 */
dl.unei_name {
  margin: 30px 0 0 auto;
  line-height: 1.5;
  text-align: right;
}
.unei_name dd {
  margin-bottom: 15px;
}

/* 理事長挨拶 */
.greeting_name_box {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 30px;
}
.greeting_name figure {
  width: 110px;
  margin-left: 20px;
}
.greeting_name {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  flex: 1;
  font-size: 13px;
}
.greeting_name dl {
  text-align: right;
  flex: 1;
}
.greeting_movie_btn figure {
  width: 135px;
  height: 156px;
}
.greeting_movie_btn div {
  height: 32px;
  padding-left: 15px;
  text-decoration: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2A6EB6;
  position: relative;
}
.greeting_movie_btn a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.greeting_movie_btn div::before {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  content: "";
}
.greeting_movie_btn div::after {
  left: 30px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #2A6EB6;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
#movie_container {
  max-width: 1000px;
  margin: 20px auto 0;
  padding: 10px;
  background-color: #fff;
  box-shadow: 1px 1px 20px 7px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
#movie_container video {
  width: 100%;
}

/* 会長挨拶 */
main.greet p {
  line-height: 1.9;
  margin-top: 0;
  text-indent: 1em;
}
main.greet p.unei {
  text-indent: 0;
}
main.greet p sup {
  font-size: 0.6em;
}
.greeting_box {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
  line-height: 1.2;
}
.greeting_box_inner {
  border: #7fc21b 3px solid;
  width: 100%;
}
.greeting_box:nth-of-type(2) .greeting_box_inner {
  border: #33bbee 3px solid;
}
.greeting_box:nth-of-type(3) .greeting_box_inner {
  border: #ee6699 3px solid;
}
.greeting_box:nth-of-type(4) .greeting_box_inner {
  border: #f7c600 3px solid;
}
.greeting_box:nth-of-type(5) .greeting_box_inner {
  border: #ee6633 3px solid;
}
.greeting_box_inner a {
  padding: 15px;
  text-decoration: none;
  display: flex;
  color: #333 !important;
}
.greeting_box_inner a:hover {
  opacity: 0.6;
  text-decoration: none;
}
.greeting_box_inner figure {
  width: 120px;
  margin-right: 20px;
  flex-shrink: 0;
}
.greeting_box_inner h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.greeting_box_inner dl {
  overflow: hidden;
  font-size: 16px;
}
.greeting_box_inner dt {
  width: 4em;
  float: left;
  font-size: 14px;
  padding-top: 1px;
}
.greeting_box_inner dd {
  padding-left: 5.5em;
}
.greeting_box_inner dd span {
  font-size: 13px;
}
.greeting_movie_btn {
  width: 135px;
}
.greeting_movie_btn a {
  text-decoration: none;
}

/* 前ページに戻る ボタン */
main.greet .btn_pre a,
main.endai .btn_pre a {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 50px auto 0;
  padding: .2em 1em;
  width: 150px;
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  background-color: #f7cdd4;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  text-decoration: none;
}
main.greet .btn_pre a::before,
main.endai .btn_pre a::before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #333333;
  border-right: 3px solid #333333;
  transform: rotate(-135deg);
}
main.greet .btn_pre a:hover,
main.endai .btn_pre a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #028ad0;
  background-color: #DC667A;
}
main.greet .btn_pre a:hover::before,
main.endai .btn_pre a:hover::before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
}

/* 開催概要 */
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;
}

/* 囲み */
.waku01{
  border: 2px solid #ffb6c1;
  margin: 0.5em 0;
  padding: 10px 15px;
}
.waku01 p.line_btm {
  padding-bottom:0.5em;
  border-bottom:1px solid #BBB;
}

.red_waku {
  margin-top:0.5em;
  margin-left:auto;
  margin-right:auto;
  padding: 5px 15px;
  border:1px solid #d0093b;
}
.red_3waku {
  margin-top:0.5em;
  margin-left:auto;
  margin-right:auto;
  padding: 10px 15px;
  border:2px solid #d0093b;
}
.red_2waku {
  margin:1em 0 0.5em;
  padding: 15px 15px;
  padding: 10px 15px;
  border: 3px double #d0093b;
}
.red_2waku.pink {
  background-color: #fff8f8;
}
.pink_waku {
  margin-top:0.5em;
  margin-left:auto;
  margin-right:auto;
  padding: 15px 15px;
  background-color: #fff8f8;
}

.red_2waku > p.title,
.red_waku_dot > p.title,
.cream_waku > p.title, 
.pink_waku > p.title {
  color:#d0093b;
  font-weight:bold;
  padding-bottom: 2px;
  border-bottom:1px solid #ccc;
/*  font-size:105%;*/
  margin:0 0 1em;
}
.red_2waku > p.title2 {
  font-weight:bold;
  padding-bottom: 2px;
  border-bottom:1px solid #ccc;
  font-size:105%;
  margin:1em 0 1em;
}
.red_waku_dot {
  margin:1em 0 0.5em;
  padding: 10px 15px;
  border: 2px dotted #d0093b;
}
.waku_gray {
  border: 1px solid #ccc;
  margin: 0.5em 0;
  padding: 10px 15px;
}
.waku_bk {
  border: 1px solid #555;
  margin: 0.5em 0;
  padding: 10px 15px;
}
.back_gray {
  background-color: #F3F3F3;
  margin: 1em 0;
  padding: 10px 15px;
}
.waku_gray2 {
  border: 2px solid #ccc;
  margin: 0.5em 0;
  padding: 10px 15px;
}
.waku_gray > p.title,
.back_gray > p.title {
  font-weight:bold;
  padding-bottom: 2px;
  border-bottom:1px solid #ccc;
}
.gray_2waku {
  margin: 0.5em 0;
  padding: 10px 15px;
  border: 3px double #ccc;
}
.blue_2waku {
  margin:1em 0 0.5em;
  padding: 10px 15px;
  border: 3px double #005d90;
}
.blue_2waku > p.title {
  color:#005d90;
  font-weight:bold;
  padding-bottom: 2px;
  border-bottom:1px solid #ccc;
/*  font-size:105%;*/
  margin:0 0 1em;
}
/*.yellow_waku {
  margin: 0.5em 0 1em;
  padding: 12px;
  font-weight: bold;
  text-align: center;
  border: #ffe100 2px solid;
  background-color: #fffef3;
}*/
.yellow_waku {
  margin: 0.5em 0;
  padding: 15px 20px;
  color: #cc0000;
  border: #cc0000 3px double;
  background-color: #ffff00;
}
.yellow_waku > p.title {
  color:#d0093b;
  font-weight:bold;
  padding-bottom: 2px;
  border-bottom:1px dotted #d0093b;
  font-size:105%;
  margin:0 0 1em;
}

.cream_waku {
  margin: 0 0 10px;
  padding: 10px 15px;
  border: 3px solid #cc0000;
  background-color: #fffff0;
}

/* endai */
main ol.endai {
  counter-reset: li;
  margin-left: 0.2em;
}
main ol.endai li{
  position: relative;
  padding-left: 20px;
  margin: 0;
  list-style: none;
}
main ol.endai li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  counter-increment: li;
  content: counter(li)'.';
}
div.link_list {
  margin: 2em 0 2em 0.5em;
}
div.link_list > p {
  position: relative;
  padding-left: 0.8em;
  margin-top:0.5em;
}
div.link_list > p::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #666666;
}
div.link_list > p.endai_list {
  margin-top: -1.7em;
  margin-left: 19em;
}
table.check {
  border: none;
}
table.check td {
  text-align: left;
  vertical-align: top;
  font-weight: bold;
  padding-right:1em
}
table.check th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
  padding-right:0.3em
}
dl.check {
  margin-top:1em;
}
dl.check dt {
  float:left;
}
dl.check dd {
  padding-left:1.5em;
}
.check_title {
  margin:1em 0 0.5em;
  font-weight:bold;
  display: inline-block;
  background-color: #3399cc;
  color:#fff;
  padding: 0.2em 0.7em;
/*  font-size:105%;*/
}
.check_title + p {
  margin-top:0;
}
dl.endai_uketuke dd {
  margin-left:4em;
}

table.endai01 {
  width: 100%;
  margin: 0.5em 0 1em;
}
table.endai01 td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em 0.7em;
  vertical-align: top;
  text-align: left;
}
table.endai01 td.reg_num {
  text-align: center;
  padding: 0.5em 1.5em;
}
table.endai01 th {
  border: 1px solid #666666;
  background-color: #e8f8fd;
  padding: 0.5em 0.7em;
  vertical-align: top;
  text-align: left;
  font-weight:normal;
}
.abst_box {
  display: flex;
}
table.abst {
  border: none;
  margin: 0;
}
table.abst th {
  border: none;
  text-align: left;
  padding: 0.1em 0.2em 0.1em 0.5em;
  vertical-align:top;
}
table.abst td {
  border: none;
  padding: 0.1em 1em 0.1em 0;
  vertical-align:top;
}
table.endai-non {
  border: none;
}
table.endai-non td {
  text-align: left;
  vertical-align: top;
}
table.endai-non th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  padding-right:1em;
}

.mac {
  color:#DA1861;
}

.endai-cyu-waku {
  margin: 20px 0;
  padding: 10px 10px 10px 20px;
  border: 1px solid #cccccc;
  background-color: #fafad2;
}
.endai-cyu-waku2 {
  margin: 20px 0;
  padding: 10px 10px 10px 20px;
  border: 1px solid #cccccc;
  background-color: #dbffdb;
}
.endai-cyu-waku3 {
  margin: 20px 0;
  padding: 10px 10px 10px 20px;
  border: 1px solid #cccccc;
  background-color: #ffff51;
}
.shikaku {
  display: inline-block;
  position:relative;
  height:12px;
  width:12px;
  top:2px;
  border:solid 1px #333;
}
.btn-flex-abst {
  display: flex;
  justify-content: space-around;
  margin:30px 0;
}
.btn-flex-abst div {
  text-align:center;
  width:50%;
}
.endai-dead {
  margin: 0 0 20px;
  padding: 20px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #d0093b;
  border: #d0093b 3px double;
  background-color: #ffefef;
}
/* 演題登録　暗号通信/平文通信 */
.endai_btn-box {
  display: flex;
  justify-content: space-between;
  margin:15px 0;
  align-items: flex-start;
}
.endai_btn-box-item {
  background-color: #ececec;
  border: 1px solid #ccc;
  width:300px;
  width:290px;
  padding:10px;
  text-align:center;
}
.endai_btn-box-item2 {
  background-color: #ececec;
  border: 1px solid #ccc;
  padding:10px;
  margin:15px 0;
  text-align:center;
}
.endai_btn-box-item ul, .endai_btn-box-item2 ul {
  display: flex;
  justify-content: space-around;
  margin:10px auto 0;
}
.endai_btn-box-item2 ul.kakunin {
  justify-content: space-evenly;
  margin:10px 20px 0;
}
.endai_btn-box-item ul li, .endai_btn-box-item2 ul li, .endai_btn-box-item2 ul li.kakunin {
  list-style: none;
}

.abs-box-cyu {
  margin-top: 20px;
  padding: 10px 20px;
  color: #d0093b;
  border: #d0093b 3px solid;
  background-color: #ffff00;
  font-size:105%;
}

/* registration */
table.hyou_reg {
  width: 100%;
  margin: 0.7em 0 1em;
}
table.hyou_reg td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em;
  padding: 0.5em 1em;
  vertical-align: top;
  text-align: left;
}
table.hyou_reg th {
  border: 1px solid #666666;
  background-color: #e8f8fd;
  padding: 0.5em;
  padding: 0.5em 1em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  width: 20%;
  white-space: nowrap;
}
ul.pre_reg {
  font-size: 18px;
  margin-left:0;
}
ul.pre_reg li {
  list-style:none;
}
.pre_reg li dt {
  width: 25px;
  float: left;
  clear: left;
}
.pre_reg li dd {
  padding-left: 25px;
}

/* Schedule / Abstract Search System */
.nittei-red {
  padding:0.3em 0.5em;
  color:#d0093b;
  background-color: #ffe4c4;
  border-radius: 5px;
  font-size:90%;
}

/* happyou */
.happyou_box {
  display: flex;
  justify-content:space-between;
  margin:20px 0 0;
}
.happyou_box div.para {
  margin-bottom:20px;
  width:45%;
}
.happyou_box div.slide {
  width:55%;
  padding-left:20px;
}

/* お知らせとお願い */
table.oshirase {
  width: 100%;
  margin: 0.7em 0 1em;
  border: 1px solid #666666;
}
table.oshirase td {
  border: 1px solid #666666;
  padding: 0.5em 1em;
  vertical-align: top;
  text-align: left;
}
table.oshirase td.center {
  text-align: center;
  white-space: nowrap;
}
table.oshirase th {
  border: 1px solid #666666;
  background-color: #e8f8fd;
  padding: 0.5em 1em;
  font-weight:normal;
  text-align: left;
  vertical-align: top;
  width:20%;
  white-space: nowrap;
}
table.oshirase th.aki {
  padding: 0.5em 1.5em;
}
table.oshirase td > table.non td {
  border: none;
  padding: 0;
}
table.oshirase td > table.non td.nowrap {
  white-space: nowrap;
}

table.oshirase td > table.non th {
  border: none;
  padding: 0 1em 0 0;
  background-color:#fff;
}
table.cloak {
  border: none;
}
table.cloak td {
  text-align: left;
  vertical-align: top;
}
table.cloak th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
  padding-right:0.5em;
}
dl.presen {
  margin-top:1em;
}
dl.presen dt {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  padding-bottom:0.2em;
}
dl.presen dd {
  padding:0.5em 0 1em;
}
.crown {
  padding-left: 20px;
  background: url(../images/icon_crown.png) 0 0 no-repeat;
}
.ribbon {
  padding-left: 21px;
  background: url(../images/icon_ribbon.png) 0 0 no-repeat;
}
.medal {
  padding-left: 20px;
  background: url(../images/icon_medal.png) 0 0 no-repeat;
}

/* ハンズオンセミナー */
.hands-cat {
/*  background-color: #7fc21b;*/
  color: #fff;
  padding: 0.5em 0.7em;
  font-size: 115%;
  font-weight: bold;
  margin: 30px 0 20px;
}
.bg_color1 {background-color: #7fc21b;} /* 消火器 */
.bg_color2 {background-color: #33bbee;} /* 胆膵 */
.bg_color3 {background-color: #ee6699;} /* 肝臓 */
.bg_color4 {background-color: #f7c600;} /* 外科 */

table.name_r {
  border: none;
  margin:0 0 1em auto;
}
table.name_r td {
  text-align: left;
  vertical-align: top;
}
table.name_r th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
}
.hands_day {
  margin: 0.5em auto 0.5em 0;
  display: flex;
  justify-content: flex-end;
}
.hands_day div {
  border: 1px solid #ccc;
  padding: 5px 15px;
  font-size: 90%;
}
.hands_day + h5 {
  margin-top: 1em;
}
table.hands_name {
  border: none;
  margin:2em 0;
}
table.hands_name td {
  vertical-align: top;
}
table.hands_name td.name {
  white-space: nowrap;
}
table.hands_name td.affi {
  padding-left:2em;
}
table.hands_name th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
  padding-right: 0.5em;
}
h3.hands {
  position: relative;
}
h3.hands_double {
  position: relative;
/*  height: 50px; */
  height: auto;
}
h3.hands > span {
  position: absolute;
  right: 1em;
  top: calc(50% - 14px);
}
h3.hands_double > span {
  position: absolute;
  right: 1em;
  top:2em;
}
h3.hands.pc_only {
  display: block;
}

p.sub_heading {
  margin: 15px 0 5px;
  padding-left: 10px;
  font-weight: bold;
  border-left: #000 4px solid;
}

/* floor */
main.floor div.link_list {
  font-size: 110%;
  text-align: left;
  margin-top: 0;
}
main.floor div.link_list > p {
  position: relative;
  padding-right: 1em;
  float: left;
}
main.floor div.link_list > p::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #666666;
}

/* Exhibitation */
ul.iryotenji {
  margin: 0 0 2em 0;
}
ul.iryotenji li {
  position: relative;
  list-style: none;
  padding-left: 0.8em;
  margin-top:0.5em;
}
ul.iryotenji li::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #666666;
}
ul.iryotenji table {
  border: none;
}
ul.iryotenji table th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
  padding:0 0.3em 0 0;
  color: #666666;
}

/* 別ページで開く------------------- */

/* 別ページで開くここまで------------------- */

/* kigyo */

/* accsess*/
.consideration {
  font-weight:bold;
  display: inline-block;
  background-color: #d0093b;
  color:#fff;
  padding: 0 0.7em;
  font-size:90%;
  color: #ffffff;
}
.point {
  position:relative;
}
.consideration2 {
  position: absolute;
  top:-44px;
  right:10px;
  font-weight:bold;
  background-color: #d0093b;
  color:#fff;
  padding: 0.1em 0.7em;
  font-size:90%;
  color: #ffffff;
}

.dl_btn {
  text-align: center;
  margin:1.5em 0 1em;
}
.dl_btn_r {
  text-align: right;
  margin:1.5em 0 1em;
}

.btn-flex {
  display: flex;
  justify-content: space-around;
  margin:30px 0;
}

/* リンク */
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:underline;
}
p.link a:hover,p.link a:active {
  color:#666666;
  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: rgba(238, 24, 78, 0.95);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
  opacity: 0.95;
  transition: 0.3s all;
  border: 1px solid #FFFFFF;
  box-sizing: border-box;
}
.pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform : translate(-50%,-50%);
  width:0;
  height:0;
  border-style:solid;
  border-width: 0 10px 17px 10px;
  border-color: transparent transparent #FFFFFF transparent;
  opacity: 0.95;
}
.pagetop a:hover,
.pagetop a:hover::before {
  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: #EFF8FC;
  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;
}
.kome15{
  padding-left:1.5em;
  text-indent:-1.5em;
}
.kome2{
  padding-left:2em;
  text-indent:-2em;
}
.kome25{
  padding-left:2.5em;
  text-indent:-2.5em;
}
.kome-maru {
  padding-left:1em;
  position: relative;
}
.kome-maru::before {
  position: absolute;
  left: 0;
  top: 7px;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #028ad0;
}
dl.list1w dt {
  float:left;
}
dl.list1w dd {
  margin-left:1.5em;
}
dl.list2w dt {
  float:left;
}
dl.list2w dd {
  margin-left:2.25em;
}
dl.ast dt, dl.ast-aki dt {
  float:left;
}
dl.ast dd {
  margin-left:0.7em;
}
dl.ast-aki dd {
  margin-left:0.7em;
  margin-bottom:0.3em;
}

/* 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;}
.pb05 {padding-bottom:0.5em;}
.pb1 {padding-bottom:1em;}

.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: #d0093b;
}
.blue {color: #005d90;
}
.color1 {color: #7fc21b;}
.color2 {color: #33bbee;}
.color3 {color: #ee6699;}
.color4 {color: #f7c600;}
.color5 {color: #ee6633;}

/* 太字 */
.bold{
  font-style:normal;
  font-weight:bold;
}
.italic {
  font-style: italic;
}
.meiryo {
  font-family: "メイリオ", Meiryo, sans-serif;
}

.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;
  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;
}

.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%;
  }

  /* ヘッダー */
  header {
    width: 100%;
  }

  /* コンテンツ */
  #contents {
    width: 100%;
  }

  /* 左コンテンツ */
  #contents_l {
    width: 23%;
  }

  /* メニュー */
  ul.menu > li > a {
    font-size: 13px;
  }

  /* ここからmain部分 */

  /* 右コンテンツ */
  #contents_r {
    width: 77%;
  }

  /* 新着情報 */
  #news h3 {
    width: 95%;
  }
  #news_frame {
    width: 95%;
    height: 350px;
  }

  /* サブページ内 */
  main {
    padding: 30px 2.5%;
  }

  /* pagetop */
  .pagetop {
    bottom: 60px;
    right: 10px;
  }
/* 演題登録　暗号通信/平文通信 */
  .endai_btn-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .endai_btn-box-item:first-child {
    margin-bottom:20px;
  }
  .endai_btn-box.kakunin {
    display: flex;
    justify-content: space-between;
    margin:15px 0;
  }
  .endai_btn-box.kakunin > .endai_btn-box-item {
    width:44%;
  }
  .endai_btn-box.kakunin > .endai_btn-box-item:first-child {
    margin-bottom:0;
  }
  .endai_btn-box-item2 ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .endai_btn-box-item2 ul li {
    margin:0 10px;
  }
  .endai_btn-box-item2 ul li:first-child {
    margin-bottom:10px;
  }
  .endai_btn-box-item2 ul.kakunin {
    margin:10px 10px 0;
  }
  .endai_btn-box-item2 ul.kakunin li:first-child {
    margin-bottom:0;
  }

  .btn-flex.kakunin {
    flex-direction: column;
    margin:20px 0;
  }
  .btn-flex.kakunin div {
    margin:10px 0;
    text-align:center;
  }

  .spacer {
    width: 100%;
  }
  .abs-box-cyu {
    padding: 10px 12px;
  }

  .btn-flex-abst {
    flex-direction: column;
    margin:20px 0;
  }
  .btn-flex-abst div {
    margin:10px auto;
  }

  /* ハンズオンセミナー */
  h3.hands_double.pc_none {
    display: block;
  }
  h3.hands.pc_only {
    display: none;
  }
  h3.hands > span, h3.hands_double > span {
    position: relative;
    right: auto;
    top: auto;
  }

  /* 下記は削除しない */
}

/*------------------------------------------*/
/* スマホ用 767px  */
/*------------------------------------------*/
  @media screen and (max-width:767px){
  /* スマホで表示 */
  .sp_only, .pc_none {
    display: inline-block;
  }
  /* スマホでは非表示 */
  .pc_only, .tb_only, .sp_none {
    display: none;
  }

  .wrapper_hamburger {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
  }
  .sp_lang a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    width: 35px;
    height: 35px;
    background: #d0093b;
    color: #FFFFFF;
    margin-right: 15px;
  }
  /*ハンバーガー ボタン*/
  .hamburger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    border: 0;
    cursor: pointer;
    border-radius: 3px;
    background: rgba(255,255,255,0.5);
    border: 1px solid #562500;
    box-sizing: border-box;
  }
  .hamburger_line {
    position: relative;
    width: 25px;
    height: 3px;
    background: #562500;
  }
  .hamburger_line::before,
  .hamburger_line::after {
    position: absolute;
    content: "";
    display: block;
    width: 25px;
    height: 3px;
    background: #562500;
    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);
    background: #d0093b;
  }
  .hamburger.active .hamburger_line::after {
    bottom: 0;
    transform: rotate(-45deg);
    background: #d0093b;
  }

  /* ヘッダー */
  header h1.top {
    padding-top: 35px;
  }
  /* 左コンテンツ */
  #contents_l {
    width: 100%;
    position: fixed;
    z-index: 3;
    top: 0;
    overflow-y: scroll;
    display: none;
    height: 100dvh;
  }
  #contents_l.active {
    display: block;
  }
  .menu_logo {
    text-align: center;
  }
  .menu_logo  img {
    width: 120px;
  }

  /* メニュー */
  ul.menu > li > a {
    font-size: 14px;
  }

  /* ここからmain部分 */

  /* 右コンテンツ */
  #contents_r {
    width: 100%;
  }
  #contents_r:not(.top) h2 {
    font-size: 20px;
  }

  /* 新着情報 */
  #news h3 {
    width: 92%;
  }
  #news_frame {
    width: 92%;
    height: 200px;
  }
  #news_frame dl {
    grid-template-columns: 1fr;
  }
  #news_frame dd {
    padding-top: 0;
  }
  #news_frame dd {
    padding-left: 0;
    padding-right: 0;
  }

  /* フッター */
  footer {
    display: block;
    padding: 20px 5%;
    font-size: 12px;
  }
  footer dl {
    display: block;
  }
  footer dt {
    margin-bottom: 1em;
    text-align: center;
  }
  footer dd {
    padding: 0 0 1em;
  }
  footer p {
    width: 100%;
    padding-top: 10px;
    border-top: 1px solid #FFFFFF;
    text-align: center;
  }

  /* サブページ内 */
  main {
    width: 100%;
    padding: 30px 5%;
    min-height: 500px;
  }

  /* pagetop */
  .pagetop {
    bottom: 20px;
    right: 10px;
  }
  .pagetop a {
    width: 60px;
    height: 60px;
  }

  /* 理事長挨拶 */
  .greeting_name_box {
    flex-direction: column;
    align-items: center;
  }
  .greeting_name figure {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .greeting_name {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .greeting_name dl {
    text-align: center;
  }

  /* 会長挨拶 */
  .greeting_box {
    margin-bottom: 40px;
    flex-direction: column;
    align-items: center;
  }
  .greeting_box_inner {
    width: 98%;
  }
  .greeting_box_inner a {
    padding: 10px;
  }
  .greeting_box_inner figure {
    width: 90px;
    margin-right: 10px;
  }
  .greeting_box_inner h3 {
    font-size: 16px;
    line-height: 1.4;
  }
  .greeting_box_inner dl {
    font-size: 16px;
  }
  .greeting_box_inner dt {
    float: none;
    width: 3em;
    font-size: 14px;
  }
  .greeting_box_inner dd {
    float: none;
    line-height: 1.5;
    padding-left: 0;
  }
  .greeting_box_inner dd span {
    font-size: 12px;
  }
  .greeting_movie_btn {
    width: 135px;
  }
  .greeting_movie_btn a {
    text-decoration: none;
  }
  /* 演題登録 */
  .dl_btn_r {
    text-align: center;
  }
  table.check td {
    display: block;
  }
  table.endai01 td.reg_num {
    padding: 0.5em;
  }

/* 演題登録　暗号通信/平文通信 */
  .endai_btn-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .endai_btn-box-item:first-child {
    margin-bottom:20px;
  }
  .endai_btn-box.kakunin {
    display: flex;
    justify-content: space-between;
    margin:15px 0;
    flex-direction: column;
    gap: 15px;
  }
  .endai_btn-box.kakunin > .endai_btn-box-item {
    /* width:44%; */
    width: 100%;
    box-sizing: border-box;
  }
  .endai_btn-box.kakunin > .endai_btn-box-item:first-child {
    margin-bottom:0;
  }
  .endai_btn-box-item2 ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .endai_btn-box-item2 ul li {
    margin:0 10px;
  }
  .endai_btn-box-item2 ul li:first-child {
    margin-bottom:10px;
  }
  .endai_btn-box-item2 ul.kakunin {
    margin:10px 10px 0;
  }
  .endai_btn-box-item2 ul.kakunin li:first-child {
    margin-bottom:0;
  }

  .btn-flex.kakunin {
    flex-direction: column;
    margin:20px 0;
  }
  .btn-flex.kakunin div {
    margin:10px 0;
    text-align:center;
  }

  .spacer {
    width: 100%;
  }
  .abs-box-cyu {
    padding: 10px 12px;
  }

  .btn-flex-abst {
    flex-direction: column;
    margin:20px 0;
  }
  .btn-flex-abst div {
    margin:10px auto;
  }
  div.link_list > p.endai_list {
    margin-top: 0.5em;
    margin-left: 0;
  }

  /* registration */
  table.hyou_reg td {
    padding: 0.5em;
  }
  table.hyou_reg th {
    padding: 0.5em;
    white-space: normal;
  }

  /* happyou */
  .happyou_box {
    flex-direction: column;
    margin:20px 0 0;
  }
  .happyou_box div.para {
    margin-bottom:5px;
    width:100%;
  }
  .happyou_box div.slide {
    width:100%;
    padding-left:0;
    text-align: center;
  }

  /* お知らせとお願い */
  .oshirase_flow_waku {
    padding: 10px;
  }
  .box_bk_yl {
    padding: 10px;
    text-align: left;
  }
  table.oshirase td {
    padding: 0.5em;
  }
  table.oshirase th {
    padding: 0.5em;
    white-space: normal;
  }
  table.cloak td {
    display: block;
    padding-left:1em;
  }
  table.cloak th {
    display: block;
  }

  /* ハンズオンセミナー */
  table.hands_name td {
    display: block;
  }
  table.hands_name td.affi {
    padding-left:0;
    padding-bottom:0.5em;
  }
  h3.hands_double {
    height: auto;
  }
  h3.hands > span, h3.hands_double > span {
    position: relative;
    right: auto;
    top: auto;
  }

  /* 下記は削除しない */
}

/*------------------------------------------*/
/* スマホ用 480px */
/*------------------------------------------*/

@media screen and (max-width:480px){

  /* ヘッダー */
  header h1 a {
    pointer-events: all;
  }



  /* 下記は削除しない */
}
