@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: linear-gradient(to bottom, rgb(170, 220, 250) 0%,rgb(246, 250, 253) 50%) fixed;
}
body.rinri {
  background: #FFFFFF;
}

/* 画像全体 */
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 h1 a {
  pointer-events: none;
}
header:not(.top) h1 {
  background: url(../images/img_header_bg_page.png) no-repeat left top / 100%;
}
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: 14px;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 40px;
  background: #EFF8FC;
  color: #562500;
  line-height: 1.2;
  padding: 2px 5px 2px 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 {
  content: "";
  padding-right: 1.2em;
  background: url(../images/external.svg) 100% 50% no-repeat;
  background-size: 12px;
}

/* JDDW 日本消化器関連学会機構... */
.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) {
  background: #EEECE2;
  /* position: relative; */
}
#contents_r:not(.top) h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  margin: 0 auto;
  padding: 5px 1em;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  background: #d0093b;
  line-height: 1.1;
  letter-spacing: 1px;
  color: #FFFFFF;
  text-align: center;
}
.movie_shimin_wrapper {
  display: flex;
  margin: 20px 35px 0;
  justify-content: space-between;

  /* 学会名を追加する以下コメントアウト取る */
  /* margin: 20px 15px 0; */
}
.top_movie {
  width: 300px;
}
#contents_r.top .top_shimin a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 350px;
  height: 168px;
  background: #007cce;
  color: #FFFFFF;
  border: 1px solid #007cce;
  border-radius: 6px;
  padding: 20px 5px;
  box-sizing: border-box;
  text-decoration: none;

  /* 学会名を追加する以下コメントアウト取る */
  /* max-width: 400px;
  width: 100%;
  height: inherit; */
}
#contents_r.top .top_shimin a:hover {
  background: #FFFFFF;
  color: #007cce;
  text-decoration: none;
}
.top_shimin h3 {
  font-size: 16px;
  line-height: 1.4;
  padding: 5px 0 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-direction: column;
  max-width: 340px;
  width: 100%;

  /* 学会名を追加する以下コメントアウト取る */
  /* flex-direction: row;
  padding: 0 0 15px;
  margin: 0 auto; */
}
.top_shimin h3 span {
  font-size: 28px;
  font-weight: bold;
}
  /* 学会名を追加する以下コメントアウト取る */
/* .top_shimin ul {
  display: flex;
  flex: 1;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 15px 10px;
}
.top_shimin ul li {
  width: 175px;
  padding: 5px;
  font-size: 11px;
  text-align: center;
  color: #0065B7;
  background: #FFFFFF;
  border-radius: 5px;
}
#contents_r.top .top_shimin a:hover ul li {
  
  background: #0065B7;
  color: #FFFFFF;
} */

/* 新着情報 */
#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;
}
p.n_saitaku {
  background-color: #ffd700 ;
  padding: 0.2em;
  margin-bottom: 0.5em;
  text-align: center;
  color: #d0093b;
  font-weight: bold;
  font-size: 110%;
}

/* フッター */
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:#DC667A;
  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 #DC667A;
  border-bottom: 1px solid #028ad0;
  font-size: 105%;
  color:#DC667A;
  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:#DC667A;
  color:#028ad0;
}
main h5.sub::after {
  content: "】";
  margin-left: 0.5em;
  color:#DC667A;
  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: #dc667a;
  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 ol.half li {
  margin-bottom: 0.5em;
}


/* サブページリスト */
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;
}

/* 運営委員長挨拶 */
table.unei_name {
  margin: 30px 0 0 auto;
  line-height: 1.5;
}
.unei_name th {
  font-weight: normal;
  padding: 4px 30px 3px 0;
  text-align: left;
}
.unei_name td {
  padding: 3px 0;
  text-align: right;
}

/* 理事長挨拶 */
.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;
}
.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: #d0093b;
  position: relative;
}
.greeting_movie_btn a:hover {
  text-decoration: none;
  opacity: 0.6;
}
.greeting_movie_btn div::before {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #FFFFFF;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.greeting_movie_btn div::after {
  left: 30px;
  box-sizing: border-box;
  width: 3px;
  height: 3px;
  border: 3px solid transparent;
  border-left: 3px solid #d0093b;
  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;
  text-indent: 1em;
  margin-top: 0;
}
main.greet p.unei {
  text-indent: 0;
}
.greeting_box {
  margin-bottom: 30px;
  display: flex;
  gap: 20px;
}
.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: 18px;
  font-weight: bold;
}
.greeting_box_inner dl {
  overflow: hidden;
  font-size: 18px;
}
.greeting_box_inner dt {
  width: 3em;
  float: left;
  font-size: 16px;
  padding-top: 1px;
}
.greeting_box_inner dd {
  padding-left: 3em;
}
.greeting_box_inner dd span {
  font-size: 14px;
}
.greeting_movie_btn {
  width: 135px;
}
.greeting_movie_btn a {
  text-decoration: none;
}

/* 前ページに戻る ボタン */
main.greet .btn_pre a,
main.rinri .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.rinri .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.rinri .btn_pre a:hover,
main.endai .btn_pre a:hover {
  text-decoration: none;
  color: #FFFFFF;
  background-color: #DC667A;
}
main.greet .btn_pre a:hover::before,
main.rinri .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_4waku {
  margin-top:0.5em;
  margin-left:auto;
  margin-right:auto;
  padding: 10px 15px;
  border:3px solid #d0093b;
}
.red_2waku {
  margin:1em 0 0.5em;
  padding: 15px 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 {
  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;
  padding: 10px 15px;
  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;
}

/* 演題登録 */
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: 16em;
}
div.link_list > p.endai_list2 {
  margin-top: -1.7em;
  margin-left: 20em;
}
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;
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  padding-right:0.3em
}
dl.check {
  margin-top:1em;
}
dl.check dt {
  float:left;
  font-family: "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
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 th {
  border: 1px solid #666666;
  background-color: #e8f8fd;
  padding: 0.5em 0.7em;
  text-align: left;
  font-weight:normal;
}
table.category {
  width: 100%;
  margin: 1em 0;
}
table.category td {
  border: 1px solid #666666;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.category td.gakkai {
  background-color: #f5f5f5;
  white-space: nowrap;
}
table.category th {
  border: 1px solid #666666;
  background-color: #e8f8fd;
  padding: 0.5em;
  font-weight:normal;
}
table.category td > table.category_l {
  width:49%;
  border: none;
  margin: 0;
  float:left;
  font-size:90%
}
table.category td > table.category_r {
  width:49%;
  border: none;
  margin: 0;
  float:right;
  font-size:90%
}
table.category td > table.category_l th,
table.category td > table.category_r th {
  border: none;
  text-align: right;
  padding: 0.1em 0.1em 0.1em 1em;
  background-color: #ffffff;
  font-weight:normal;
  width:2em;
  vertical-align:top;
}
table.category td > table.category_l td,
table.category td > table.category_r td {
  border: none;
  padding: 0.1em;
  vertical-align:top;
}
table.category td > p.saimoku {
  font-weight:bold;
  border-bottom: 1px solid #DC667A;
  border-bottom: 1px solid #0066cc;
  font-size: 105%;
  padding:1em 0 0.2em;
  margin:0 0.5em 0.7em;
  display: block;
  clear:both;
}
table.category td > p.saimoku_sub {
  font-weight:bold;
  font-size: 105%;
  padding:1em 0 0.2em;
  margin:0 0.5em;
  display: block;
  clear:both;
}
.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-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;
}
.endai_btn-box-item {
  background-color: #ececec;
  border: 1px solid #ccc;
  width:300px;
  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%;
}
/* happyou */
table.happyou {
  width: 100%;
  margin: 1em 0;
}
table.happyou td {
  border: 1px solid #666666;
  padding: 0.5em;
  vertical-align: top;
  text-align: left;
}
table.happyou td.center {
  background-color: #f5f5f5;
  text-align: center;
  white-space: nowrap;
}
table.happyou th {
  border: 1px solid #666666;
  background-color: #e8f8fd;
  padding: 0.5em;
  font-weight:normal;
  text-align: left;
  vertical-align: top;
}
.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;
}

/* お知らせとお願い */
.oshirase_flow_waku {
  padding: 20px;
  text-align: center;
  border: #333 1px solid;
}
.oshirase_flow_waku > p.title {
  font-size: 120%;
  font-weight: bold;
  color: #005d90;
}
/* <!-- 他社ここから --> */
.oshirase_flow_box_dou {
	display: flex;
	justify-content: space-between;
}

.oshirase_flow_box_dou p {
	width: 48%;
	padding: 20px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border: #333 1px solid;
  margin-top: 0;
  box-sizing: border-box;
}

.oshirase_flow_arr {
	margin: 15px 0;
	display: flex;
	justify-content: space-between;
}

.oshirase_flow_arr dl,
.oshirase_flow_arr li {
	width: 48%;
  list-style-type: none;
}

.oshirase_flow_arr dt {
	margin-bottom: 10px;
	text-align: center;
	color: #005d90;
}

.oshirase_flow_arr dd,
.oshirase_flow_arr p {
	width: 0;
	height: 0;
	margin: 0 auto;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 20px solid #bad3e0;
}
/* <!-- 他社ここまで --> */

div.oshirase_waku {
  border: 1px solid #333;
  text-align: center;
  padding: 10px;
  background-color: #ffff00;
}
div.oshirase_waku p.title {
  font-weight:bold;
  padding-bottom: 2px;
  border-bottom:1px solid #ccc;
  font-size:105%;
  margin:1em 0 1em;
}

.box_bk_yl {
  padding: 20px;
  text-align: center;
  border: #333 1px solid;
  background-color: #ffff00;
}

.box_cap {
  margin: 15px 0 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #aaa;
  font-size: 110%;
  font-weight:bold;
}

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.oshirase2 {
  width: 100%;
  margin: 0.7em 0 1em;
  line-height:1.4;
  white-space: nowrap;
}
table.oshirase2 td {
  border: 1px solid #666666;
  padding: 0.5em 0.2em;
  vertical-align: middle;
  text-align: center;
}
table.oshirase2 th {
  border: 1px solid #666666;
  background-color: #e8f8fd;
  padding: 0.5em;
  font-weight:normal;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
table.oshirase2 th.sc {
  vertical-align: middle;
  text-align: center;
}
table.oshirase_sponsor {
  width: 100%;
  margin: 1em 0 0;
}
table.oshirase_sponsor td {
  border: 1px solid #666666;
  padding: 0.5em 1em;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}
table.oshirase_sponsor td.day {
  text-align: left;
}
table.oshirase_sponsor td.daycolor {
  background-color: #f5f5f5;
}
table.oshirase_sponsor th {
  border: 1px solid #666666;
  background-color: #e8f8fd;
  padding: 0.5em 1em;
  font-weight:normal;
  white-space: nowrap;
}
dl.oshi_1 dt {
  font-weight:bold;
  float:left;
}
dl.oshi_2 dt {
  font-weight:bold;
}
dl.oshi_1 dd, dl.oshi_2 dd {
  padding-left:12em;
}
.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;
}

/* 参加登録 */
table.shicyo_schedule {
  width: 100%;
  margin: 0.7em 0 0;
}
table.shicyo_schedule td {
  border: none;
  padding: 0;
  vertical-align: top;
  text-align: left;
  padding-left:1em;
  text-indent:-1em;
}
table.shicyo_schedule th {
  border: none;
  padding: 0;
  font-weight:normal;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width:20%;
}
.reg_waku2{
  border: 1px solid #333;
  text-align: center;
  font-size: 120%;
  font-weight: bold;
  padding: 10px;
  margin-top: 1em;
}
.reg_waku4{
  border: 1px solid #333;
  text-align: center;
  width: 48%;
  padding: 10px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.reg_waku5{
  border: 1px solid #333;
  text-align: center;
  padding: 10px;
}
table.hyou_reg {
  width: 100%;
  margin: 0.7em 0 1em;
}
table.hyou_reg td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em 1em;
  vertical-align: top;
  text-align: left;
}
table.hyou_reg th {
  border: 1px solid #666666;
  background-color: #e8f8fd;
  padding: 0.5em 1em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
  white-space: nowrap;
}
dl.reg_dl{
}
dl.reg_dl dt{
  float: left;
  width: 9.5em;
}
dl.reg_dl{
}

/* 合同プログラム集広告・アプリ広告 */
table.koukoku {
  width: 100%;
  margin: 0.7em 0 1em;
}
table.koukoku td {
  border: 1px solid #666666;
  background-color: #FFFFFF;
  padding: 0.5em 1em;
  vertical-align: top;
  text-align: left;
}
table.koukoku th {
  border: 1px solid #666666;
  background-color: #e8f8fd;
  padding: 0.5em 1em;
  font-weight:normal;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 10em;
}
table.koukoku td table.non {
  margin: 0;
}
table.koukoku td table.non td {
  border: none;
  padding: 0;
}
table.koukoku td table.non th {
  border: none;
  padding: 0;
  background-color:#fff;
  width: 6em;
}

/* ハンズオンセミナー */
.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 {
  vertical-align: top;
}
table.name_r td.name {
  white-space: nowrap;
}
table.name_r td.affi {
  padding-left: 2em;
}
table.name_r th {
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
}
.hands_day {
  margin: 0.5em auto 0 0;
  display: flex;
  justify-content: flex-end;
}
.hands_day div {
  border: 1px solid #ccc;
  padding: 5px 15px;
}
.hands_day + h5 {
  margin-top: 1em;
}
table.hands_name {
  border: none;
  margin: 1.5em 0 2em;
}
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;
}
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;
}

/* 託児所 */
table.takuji {
  width: 100%;
  margin: 1.5em 0 1em;
}
table.takuji td {
  border: 1px solid #cccccc;
  padding: 0.5em 1em;
  vertical-align: top;
  text-align: left;
}
table.takuji th {
  border: 1px solid #cccccc;
  background-color: #e8f8fd;
  padding: 0.5em 1em;
  font-weight:normal;
  text-align: left;
  vertical-align: top;
  width:20%;
  white-space: nowrap;
}
.takuji_logo {
  float:right;
}


/* 別ページで開く------------------- */

/* 別ページで開くここまで------------------- */

/* kigyo */

/* access */

/* 倫理指針 */
main ol.roman_l {
  margin-left: 1.5em;
}
main ol.roman_l li {
  list-style: upper-roman;
  padding-bottom:0.5em;
}
main ol.roman_l li:last-child {
  padding-bottom:0;
}

.img_thumb {
  max-height: 100% !important;
  display: inline-block;
  width: 100%;
  border: 2px dotted #DC667A;
  border: 2px dotted #028ad0;
  padding: 10px;
  padding: 20px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-align: center;
}
.img_thumb:hover{
  opacity: 0.6;
}
.img_thumb::before {
  content: "";
  background: linear-gradient(to bottom, transparent, #fff);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
}
.img_thumb::after {
  content: "クリックすると全画面表示されます";
  font-weight: bold;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: 0 auto;
  text-align: center;
  z-index: 3;
  font-size: 30px;
  font-size: 20px;
  padding: 10px 15px;
  background-color: #DC667A;
  background-color: #028ad0;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 2px #DC667A;
  box-shadow: 0px 0px 0px 2px #028ad0;
  box-sizing: border-box;
  width: 90%;
}

dl.list2w dt {
  float:left;
}
dl.list2w dd {
  margin-left:2.25em;
}
a.pdf {
  background: url(../images/icon_pdf-15.png) no-repeat right center;
  padding-right: 20px;
}

/* 倫理指針 印刷ボタン */
.rinri #contents {
  margin: 0 auto;
  padding-bottom: 20px;
}
#contents .rinri > img {
/*  margin-top: -50px; /* 印刷時のプリント位置 */
  margin: 30px 20px; /* 印刷時のプリント位置 */
/*  width: 90%;*/
  width: 100%;
  height: auto;
}
a.btn {
  display: block;
  margin: auto;
  padding: 10px 15px;
  background-color: #DC667A;
  background-color: #028ad0;
  border: 2px solid #fff;
  box-shadow: 0px 0px 0px 2px #DC667A;
  box-shadow: 0px 0px 0px 2px #028ad0;
  border-radius: 5px;
  color: #fff!important;
  text-align: center;
  width: 90%;
  text-decoration: none!important;
  font-size: 120%;
}
a.btn:hover {
  background-color: #fff;
  border: 2px solid #DC667A;
  border: 2px solid #028ad0;
  box-shadow: 0px 0px 0px 2px #fff;
  text-decoration: none!important;
  color: #DC667A!important;
  color: #028ad0!important;
}
@media print {
  /* 印刷時の ボタンなし */
  a.btn {
    display: none !important;
  }
}

/* 倫理指針　Q&A */
div.faq {
  border-top: 1px solid #dc667a;
  border-top: 1px solid #20539b;
  padding: 0px 0 0;
}
div.faq dl.question dt {
  float:left;
  padding: 20px 0;
}
div.faq dl.question dd {
  padding: 20px 0 20px 75px;
}
div.faq dl.question dd span {
  font-weight: bold;
}
div.faq dl.answer {
  border-top: 1px dotted #dc667a;
  border-top: 1px dotted #20539b;
  clear:both;
}
div.faq dl.answer dt {
  float:left;
  padding: 20px 0;
}
div.faq dl.answer dd {
  padding: 20px 0 20px 75px;
}
div.faq dl.question dt span, div.faq dl.answer dt span {
  display: inline-block;
  background-color: #444;
  color: #fff;
  border-radius: 3px;
  line-height: 100%;
  padding: 5px 15px;
  text-align: center;
  text-indent: 0;
  font-weight: bold;
  margin-right: 10px;
}
div.faq dl.question dt span {
  background-color: #d0093b;
  background-color: #00b1c2;
}
div.faq dl.answer dt span {
  background-color: #00b1c2;
  background-color: #d0093b;
}
main p.maru-num {
  padding-left:1em;
  text-indent:-1em;
  margin-top: 0;
}
main ol.roman_s {
  margin-left: 2.5em;
}
main ol.roman_s li {
  list-style: lower-roman;
}
.box {
  margin: 0.5em 0;
  padding: 1em;
}
.box_bk_gr {
	background-color: #f5f5f5;
}
.box_bk_pk {
	background-color: #FBE8EE;
}
p.hang15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

/* 倫理指針　カテゴリー */
.category_waku {
  border: 2px solid #ffb6c1;
  border: 2px solid #ccc;
  margin: 1em 0 2em;
  padding: 15px 20px;
}
dl.category {
  font-weight:bold;
  color: #366e09;
  font-size:105%;
}
dl.category dt {
  float:left;
}
dl.category dd {
  margin-left:2.5em;
}

.category_waku > div.wrapper_category {
  padding: 0 5px 0 10px;
}
.category_waku > div.wrapper_category > p.title_kasen {
  font-weight:bold;
  font-size:105%;
  border: 1px solid #ccc;
  padding:0.5em;
  margin:0 0 1em;
  padding-left:4em;
  text-indent:-3em;
}
div.category_title {
  display: flex;
  font-weight:bold;
  margin:0 0 1em 0;
  align-items: start;
}
div.category_title > div.para {
  width:95%;
}
div.yajirushi_blue {
  width: 4.5%;
  height: 6px;
  border-bottom: 1px solid #005d90;
  border-right: 1px solid #005d90;
  transform: skew(45deg);
  margin-right:10px;
  margin-top:14px;
}
div.yajirushi_red {
  width: 4.5%;
  height: 6px;
  border-bottom: 1px solid #d0093b;
  border-right: 1px solid #d0093b;
  transform: skew(45deg);
  margin-right:10px;
  margin-top:14px;
}

.red_title {
  color: #d0093b;
}
.blue_title {
  color: #005d90;
}
.red_title span, .blue_title span {
  font-size:130%;
  text-decoration:underline;
  padding-left:0.2em;
}

/* 日程表/抄録検索 */
.nitteihyo {
  display: flex;
  justify-content:space-around;
}
.nitteihyo div {
  margin-top:10px;
  margin-bottom:20px;
}
.nittei-blue {
  padding:0.3em 0.5em;
  color:#d0093b;
  background-color: #f4d7dd;
  border-radius: 5px;
  font-size:90%;
}

/* 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;
}

h3 > div.pdf_dl {
  display: inline;
  font-size: 85%;
  color: #ff0000;
  float:right;
}

/* 医療品・医療機器展示会 */
.tenji_first {
  background-color: #DCEAF7;
  padding: 0.5em 0.75em;
  margin-top: 1em;
  font-size: 120%;
  font-weight: bold;
}
.tenji p {
  text-indent:1em;
}
.tenji_list {
  margin: 0.7em 0;
  padding: 10px 15px;
  border: 2px solid #005d90;
}
.tenji_list > p {
  position: relative;
  padding-left: 0;
  margin-top:0.5em;
}
.tenji_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;
}
.tenji_list span {
  font-weight:bold;
  font-size:110%;
}
.tenji_red_waku {
  padding: 15px 5px;
  border:2px solid #d0093b;
  background-color: #ffffce;
  text-align: center;
  color: #d0093b;
  font-size:110%;
  font-weight:bold;
}
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 li dl dt {
  float:left;
  color: #666666;
}
ul.iryotenji li dl dd {
  padding-left:7em;
}

.consideration {
  font-weight:bold;
  display: inline-block;
  background-color: #d0093b;
  color:#fff;
  padding: 0.1em 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, .btn-flex2 {
  display: flex;
  justify-content: space-around;
  margin:30px 0;
}
/*--メディカル----*/
#program .shikai {
  margin-right: auto;
}
#program .shikai a {
  min-width: 100px;
  max-height: 25px;
  padding: 5px 10px 5px 20px;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
  color: #473091;
  border: #473091 2px solid;
  display: block;
  line-height: 1;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
}
#program .shikai a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: calc(50% - 4px);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #473091;
  display: block;
}
#program .shikai a:link,
#program .shikai a:visited {
  text-decoration: none;
}
#program .shikai a:hover {
  color: #473091;
  background: rgba(71, 48, 145, 0.2);
}
/*--メディカル　ここまで----*/

/*--市民公開講座----*/
div.page_link {
  margin: 0 0 2em 0.5em;
}
div.page_link > p {
  position: relative;
  padding-left: 0.8em;
  margin-top: 0.5em;
}
div.page_link > 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;
}

.public_poster {
  width: 170px;
  margin-left: 30px;
  float: right;
}
.public_poster img {
  width: 100%;
}
.public_poster a {
  margin-top: 15px;
  padding: 3px 0 2px;
  font-weight: bold;
  font-size: 90%;
  text-align: center;
  text-decoration: none;
  color: #000;
  display: block;
  background-color: #f7c600;
  border-radius: 100px;
  border: 2px solid #f7c600;
  transition: 0.5s;
}
.public_poster a:hover {
  color: #000;
  background-color: #fff;	
}
.public_dl dt {
  width: 80px;
  padding: 2px 0;
  text-align: center;
  color: #20539b;
  float: left;
  clear: left;
  border: 1px solid #20539b;
}
.public_dl dd {
  margin: 0 0 20px 95px;
  padding-top: 3px;
  display: flex;
}
.public_dl dd p:nth-child(1) {
  width: 100px;
}
.public_dl dd p:nth-child(2) {
  font-size: 85%;
  margin-top: 2px;
  flex: 1;
}

.public_ttl {
  margin: 1em 0 0 1em;
  padding: 0.2em;
  padding-left: 1.5em;
  text-indent: -1.5em;
  font-weight: bold;
  font-size: 105%;
  color: #028ad0;
}

table.public_prg {
  border: none;
  margin-left: 2.5em;
}
table.public_prg td {
  text-align: left;
  vertical-align: top;
  padding: 0;
}
table.public_prg td.name {
  padding: 0 0 0 10px;
  white-space: nowrap;
}
table.public_prg td.zoku {
  font-size: 85%;
  padding: 2px 0 0 20px;
}
table.public_prg th {
  color: #555555;
  vertical-align: top;
  white-space: nowrap;
  font-weight: normal;
  font-size: 85%;
  padding: 2px 10px 0 0;
}
.public_qr {
  margin-left: 30px;
  float: right;
}

/* 電子抄録アプリ「JDDW」 */
main p.title_y {
  background-color: #ffff00;
  margin-bottom: 0.5em;
  padding: 0.5em;
  font-weight: bold;
}
div img.qr {
  max-width: 180px;
}


/* リンク */
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: #dc667a;
  background-color: #028ad0;
}
dl.maru-num dt {
  float:left;
}
dl.maru-num dd {
  margin-left:1.5em;
  margin-bottom:0.3em;
}
dl.list2w dt {
  float:left;
}
dl.list2w dd {
  margin-left:2.25em;
}
dl.katakakko dt {
  float:left;
}
dl.katakakko dd {
  margin-left:1.7em;
}

/* 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;}
.ml15 {margin-left:1.5em;}

.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%;
  }
  .movie_shimin_wrapper {
    display: flex;
    margin: 20px 5% 0;
    justify-content: space-between;

    /* 学会名を追加する以下コメントアウト取る */
    /* margin: 20px 15px 0; */
  }
  #contents_r.top .top_shimin a {
    width: 100%;
    box-sizing: border-box;
    margin: auto;
    
    /* 学会名を追加する以下コメントアウト取る */
    /* margin-left: auto;
    min-width: 210px;
    width: 95%;
    padding:0 5px 10px; */
  }
  .top_shimin h3 {
    flex-direction: column;
    padding: 10px 1em;
    box-sizing: border-box;
  }
  .top_shimin h3 span {
    font-size: 24px;
  }
  .top_shimin ul {
    justify-content: center;
  }
  .top_shimin ul li {
    width: calc(50% - 20px);
  }

  /* 新着情報 */
  #news h3 {
    width: 95%;
  }
  #news_frame {
    width: 95%;
    min-height: 350px;
  }

  /* サブページ内 */
  main {
    padding: 30px 2.5%;
  }

  /* pagetop */
  .pagetop {
    bottom: 60px;
    right: 10px;
  }

  div.yajirushi_blue {
    height: 6px;
    margin-right:10px;
  }
  div.yajirushi_red {
    height: 6px;
    margin-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;
  }

  .btn-flex2 {
    flex-direction: column;
    margin:20px 0;
  }
  .btn-flex2 div {
    margin:10px 0;
    text-align:center;
  }

  .spacer {
    width: 100%;
  }
  .abs-box-cyu {
    padding: 10px 12px;
  }

  /* 日程表/抄録検索 */
  .nitteihyo div {
    margin:10px 5px 20px;
  }

  .table-wrap {
    overflow-x: scroll;
  }

  table.oshirase_sponsor td {
    white-space: normal;
    padding: 0.5em;
  }
  table.oshirase_sponsor th {
    white-space: normal;
    padding: 0.5em;
  }

  /* ハンズオンセミナー */
  h3.hands_double.pc_none {
    display: block;
  }
  h3.hands.pc_only {
    display: none;
  }


  /* 下記は削除しない */
}

/*------------------------------------------*/
/* スマホ用 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 {
    padding: 10px 0.5em;
    font-size: 22px;
  }

  .movie_shimin_wrapper {
    flex-direction: column;
  }
  .top_movie {
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 5%;
    text-align: center;
    box-sizing: border-box;
  }
  #contents_r.top .top_shimin a {
    max-width: 300px;
    width: 90%;

    /* 学会名を追加する以下コメントアウト取る */
    /* width: inherit;
    margin: auto;
    padding: 0 0 15px; */
  }
    /* 学会名を追加する以下コメントアウト取る */
  /* .top_shimin ul {
    justify-content: center;
    padding: 0 10px;
  }
  .top_shimin ul li {
    width: 100%;
  } */


  /* 新着情報 */
  #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;
  }

  /* 運営委員長挨拶 */
  table.unei_name {
    margin: 20px 0 0 0;
  }
  .unei_name th {
    margin-top: 5px;
    padding: 0;
    display: block;
  }
  .unei_name td {
    padding: 0;
    text-align: left;
    display: block;
  }

  /* 理事長挨拶 */
  .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 {
    width: 3em;
    font-size: 14px;
  }
  .greeting_box_inner dd {
    line-height: 1.5;
  }
  .greeting_box_inner dd span {
    font-size: 12px;
  }
  .greeting_movie_btn {
    width: 135px;
  }
  .greeting_movie_btn a {
    text-decoration: none;
  }

  /* 倫理指針 */
  .rinri #contents {
    width: 90%;
  }
  .img_thumb::after {
    font-size: 16px;
  }
  div.faq dl.question dt {
    padding: 15px 0;
  }
  div.faq dl.question dd {
    padding: 15px 0 15px 70px;
  }
  div.faq dl.answer dt {
    padding: 15px 0;
  }
  div.faq dl.answer dd {
    padding: 15px 0 15px 70px;
  }
  .category_waku {
    padding: 10px 10px 15px;
  }
  div.yajirushi_blue {
    width: 6%;
  }
  div.yajirushi_red {
    width: 6%;
  }

  /* 囲み */
  .waku01{
    padding: 10px;
  }
  .red_waku {
    padding: 5px 10px;
  }
  .red_2waku {
    padding:10px;
  }
  .red_waku_dot {
    padding: 10px;
  }
  .waku_gray {
    padding: 10px;
  }
  .blue_2waku {
    padding: 10px;
  }

  /* 演題登録 */
  table.endai01 th {
    white-space: nowrap;
  }
  .dl_btn_r {
    text-align: center;
  }
  table.category td > table.category_l,
  table.category td > table.category_r {
    width:100%;
    float:none;
  }
  table.category td > table.category_l th,
  table.category td > table.category_r th {
    padding: 0.1em;
  }
  table.category td > p.saimoku {
    margin:0 0.1em 0.7em;
  }
  table.category td > p.saimoku_sub {
    padding:1em 0 0.2em;
    margin:0 0.1em;
  }
  table.check td {
    display: block;
  }

/* 演題登録　暗号通信/平文通信 */
  .endai_btn-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .endai_btn-box-item:first-child {
    margin-bottom:20px;
  }
  .endai_btn-box.kakunin {
    flex-wrap: wrap;
    justify-content: center;
  }
  .endai_btn-box.kakunin > .endai_btn-box-item {
    width:65%;
}
  .endai_btn-box.kakunin > .endai_btn-box-item:first-child {
    margin-bottom:20px;
  }

  .endai_btn-box-item2 ul {
    display: block;
    justify-content: center;
  }
  .endai_btn-box-item2 ul li {
    margin-bottom:10px;
  }
  .endai_btn-box-item2 ul li:last-child {
    margin-bottom:0;
  }
  .endai_btn-box-item2 ul.kakunin li:first-child {
    margin-bottom:10px;
  }
  .abs-box-cyu {
    padding: 10px 12px;
  }
  div.link_list > p.endai_list {
    margin-top: 0.5em;
    margin-left: 0;
  }
  div.link_list > p.endai_list2 {
    margin-top: 0.5em;
    margin-left: 0;
  }

  /* 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;
  }

  /* お知らせとお願い */
  .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;
  }

  /* 参加登録 */
  table.shicyo_schedule td {
    display: block;
  }
  table.shicyo_schedule th {
    display: block;
  }
  table.hyou_reg td {
    padding: 0.5em;
  }
  table.hyou_reg th {
    padding: 0.5em;
  }
  /* 日程表/抄録検索 */
  .nitteihyo {
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .nitteihyo div {
    margin: 0 0 20px;
  }

/* 合同プログラム集広告・アプリ広告 */
  table.koukoku td {
    padding: 0.5em;
  }
  table.koukoku th {
    padding: 0.5em;
    white-space: normal;
    width: 6em;
  }
  table.koukoku td table.non th {
    white-space: nowrap;
  }

  /* ハンズオンセミナー */
  table.name_r {
    margin:0 0 1em 0;
    }
  table.name_r td, table.name_r th,
  table.hands_name td, table.hands_name th {
    display: block;
  }
  table.name_r td.affi, 
  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;
  }

  /* 市民公開講座 */
  .public_poster {
    width: 60%;
    margin: 0 auto 30px;
    float: none;
  }
  .public_poster a {
    margin-top: 10px;
  }
  .pdf_icon {
    padding-right: 22px;
    background-size: 13px;
  }

  /* 下記は削除しない */
}

/*------------------------------------------*/
/* スマホ用 480px */
/*------------------------------------------*/

@media screen and (max-width:480px){

  /* ヘッダー */
  header h1 a {
    pointer-events: all;
  }


  /* 下記は削除しない */
}
