@charset "utf-8";
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: 'liga';
}
/*-------------------------------------------------

共通設定

-------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
}
html {
  overflow-y: scroll; /* filter:expression(document.execCommand("BackgroundImageCache",false, true));*/
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body {
  color: #111;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: 14px;
  line-height: 1.8;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#container {
  margin-bottom: auto;
}
.wrap {
  display: flex;
  justify-content: center;
  max-width: 1260px;
  width: 90%;
  padding: 60px 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.wrap.index-wrap {
  padding: 30px 20px;
}
a {
  color: #0066c0;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: 0.5;
  transition-duration: 500ms;
}

[class*="link-"]:after {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	margin-right: 2px;
	margin-left: 2px;
	position: relative;
	top: 2px;
}

a.link-ex:after {
	content: '\e89e';
}

@media screen and (max-width:720px) {
  body {
    font-size: 13px;
  }
  .wrap {
    display: block;
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/*-------------------------------------------------
header
-------------------------------------------------*/

header{
	padding-top: 6px;
	margin: 60px 0 -8px 0;
    background-image: url("../images/bg.jpg");
	height: 500px;
    background-size: cover;
    background-position: center 30%;
}


header.top-header.top-header-child{
    height: 200px;
    background-position: center 35%;
}
/*ヘッダー下のメインテーマ*/
#header_under {
  margin: 0px auto;
  background-color: yellow;
  display: flex;
  justify-content: center;
  background: rgb(132, 71, 0);
  background: linear-gradient(90deg, rgba(220, 220, 220, 1.00) 0%, rgba(220, 220, 220, 1.00) 40%, rgba(130,96,168,1.00) 40%, rgba(130,96,168,1.00) 100%);
}
div.header_info {
  background-color: rgba(220, 220, 220, 1.00);
  font-weight: 700;
  font-size: 18px;
  color: #333;
  padding: 20px;
  box-sizing: border-box;
  max-width: 400px;
  width: 40%;
  display: flex;
  align-items: center;
}
div.header_title {
  background-color: rgba(130,96,168,1.00);
  padding-left: 4em;
  color: #fff;
  padding: 20px;
  box-sizing: border-box;
  max-width: 740px;
  width: 100%;
}
div.header_title h1 {
  font-size: 23px;
  font-weight: 700;
  text-shadow: 1px 1px 5px rgba(0 0 0, 0.8), -1px -1px 5px rgba(0 0 0, 0.8), -1px 1px 5px rgba(0 0 0, 0.8), 1px -1px 5px rgba(0 0 0, 0.8);
}
div.header_title h2 {
  font-size: 30px;
  font-weight: 700;
  text-shadow: 1px 1px 5px rgba(0 0 0, 0.8), -1px -1px 5px rgba(0 0 0, 0.8), -1px 1px 5px rgba(0 0 0, 0.8), 1px -1px 5px rgba(0 0 0, 0.8);
  border-top: solid 1px #fff;
	line-height: 1.3;
	padding-top: 10px;
	margin-top: 10px;
}
/*div.header_info small{
	display: block;
	font-size: 14px;
	line-height: 1.4;
}*/
@media screen and (max-width:720px) {
	
header{
	height: 300px;
}
  #header_under {
    width: 100%;
    flex-direction: column;
  }
  div.header_info {
    max-width: 100%;
    width: 100%;
    font-size: 15px;
  }
  div.header_title {
    max-width: 100%;
    width: 100%;
  }
  div.header_title h1 {
    font-size: 20px;
    font-weight: 700;
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.5);
  }
  div.header_title h2 {
    font-size: 24px;
    font-weight: 700;
    text-shadow: 0px 0px 3px rgba(255, 255, 255, 0.3);
    border-top: solid 1px #fff;
  }
}
/*-------------------------------------------------
nav
-------------------------------------------------*/
/*.navbar{
	    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}*/
.navbar {
 /* box-shadow: 0px 5px 8px -5px rgba(0, 34, 95, 1.00);*/
}
.navbar > .container {
  max-width: 1150px;
  width: 90%;
}
.navbar-item {
  font-weight: 500;
  color: #000;
}
.navbar-item a {
  font-size: 18px;
}
.navbar-item a:hover {
  color: #d72963;
  opacity: 1;
}
@media screen and (max-width: 1087px) {
  .navbar-menu {
    box-shadow: none;
  }
}
/*-------------------------------------------------
content
-------------------------------------------------*/
.content {
  max-width: 800px;
  width: 70%;
  margin-right: 50px;
}
.content h2 {
  /*font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";*/
  font-size: 30px;
  font-weight: 600;
  color: rgba(118,63,179,1.00);
  padding-bottom: 3px;
  position: relative;
  margin-bottom: 30px;
}
.content h2::before {
  display: inline-block;
  content: '';
  width: 60px;
  height: 4px;
  background-color: rgba(118,63,179,1.00);
  position: absolute;
  top: 40px;
}
.content h3 {
  font-size: 24px;
  padding-top: 20px;
  color: #343434;
}
table.base {
  border-collapse: collapse;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.6;
}
table.base th, table.base td {
  border: 1px solid #bfb9c1;
  padding: 1em;
  box-sizing: border-box;
}
table.base th {
  background-color: rgba(222, 232, 224, 0.5);
  text-align: center;
  vertical-align: middle;
  color: #232323;
  width: 22%;
}
table.base.overview-table th {
  width: 20%;
}
table.regi-fee {
  width: 100%;
  margin-top: 10px;
}
table.regi-fee td:nth-of-type(1) {
  background-color: rgba(239, 239, 239, 1.00);
  width: 40%;
}
table.regi-fee td:nth-of-type(2), table.regi-fee td:nth-of-type(3) {
  text-align: center;
}
table.table-bordernone {
  width: auto;
}
table.table-bordernone td {
  border: none;
  padding: 0.2em;
}
table.base.regi-fee-main th {
  width: 10%;
}
@media screen and (max-width:720px) {
  .content {
    width: 100%;
    margin: 0 0 40px 0;
  }
}
/*-------------------------------------------------
細々とした設定
-------------------------------------------------*/
.content p {
  line-height: 1.4;
}
.content p:not(:last-child) {
  margin: 0;
  padding: 0;
}
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.f-bold600 {
  font-weight: 600;
}
.f-bold700 {
  font-weight: 700;
}
.red {
  color: rgba(207, 42, 60, 1.00);
}
.eg {
  font-size: 12px;
  line-height: 1.2;
  padding: 6px 0px;
}
.underline {
  display: inline-block;
  border-bottom: 1px solid #333;
  margin-bottom: 5px;
}
.content p.pad-top10px {
  padding-top: 10px;
  display: inline-block;
}
.content p.pad-top5px {
  padding-top: 5px;
  display: inline-block;
}
.content p.indent {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0.3em 0;
  line-height: 1.4;
}
.flexbox {
  display: flex;
  justify-content: center;
  margin: 30px 0 30px;
}
.flexbox .button {
  font-size: 20px;
  box-shadow: 0px 0px 10px -5px rgba(10, 10, 10, 0.5);
  padding: 10px 50px;
  box-sizing: border-box;
  color: #fff;
  background-color: gray;
  text-shadow: 0px 0px 5px rgba(10, 10, 10, 0.1);
}
.flexbox .button:not(:nth-child(1)) {
  margin-left: 20px;
}
.button.reg-btn {
  background-color: #004f7a;
}
.button.ab-btn {
  background-color: #cd659f;
}
.button.mod-btn {
  background-color: #6F4251;
}
.button.end-btn {
  background-color: rgba(144, 144, 144, 1.00);
  opacity: 0.5;
  pointer-events: none;
}
.end-btn {
  background-color: rgba(144, 144, 144, 1.00);
  opacity: 0.5;
  pointer-events: none;
}
.button.btn_close {
  background: #787878;
  pointer-events: none;
  border: 1px solid #787878;
  opacity: 0.5;
}
.close_annnai {
  text-align: center;
  border-top: 1px dashed #565656;
  border-bottom: 1px dashed #565656;
  padding: 10px 0;
}
.button.no-active {
  opacity: 0.3;
  pointer-events: none;
}
.del_line {
  color: #f00;
  text-decoration: line-through;
}
.del_line span {
  color: #000;
}

div.alert_yellow{
	background-color: rgba(255,247,232,1.00);
	border: 3px solid rgba(255,150,0,1.00);
	padding: 1em;
	box-sizing: border-box;
}

div.alert_yellow a.saitaku-btn{
	background-color: rgba(0,150,115,1.00);
}
@media screen and (max-width:720px) {
  .flexbox {
    flex-direction: column;
    border-bottom: 1px dotted #333;
    padding-bottom: 40px;
  }
  .flexbox .button:not(:nth-child(1)) {
    margin-left: 0px;
    margin-top: 15px;
  }
}
/*-------------------------------------------------
sidebar
-------------------------------------------------*/
.sidebar {
  max-width: 280px;
  width: 30%;
}
.sidebar div {
  font-size: 12px;
  line-height: 1.5;
  padding: 1em;
  border: 1px solid #DDDDDD;
  border-radius: 0px; /* CSS3 */
  box-shadow: 0px 5px 3px -3px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
.sidebar div h4 {
  font-size: 14px;
  padding: 0 0 5px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px dotted #888;
  text-align: center;
}
.sidebar div h4.inq {
  background-color: #f8f3f0;
}
.sidebar div.top-link {
  box-shadow: none;
  border: none;
  padding: 10px 0px;
  margin-top: 1rem;
  font-size: 14px;
}
.sidebar div.top-link h4.inq {
  background-color: rgba(239, 239, 239, 1.00);
  padding: 5px 14px;
  box-sizing: border-box;
  border-bottom: 1px solid #888;
  text-align: left;
  font-size: 15px;
}
p.inq-p {
  font-size: 13px;
  line-height: 1.4;
  padding: 3px 0;
}

.sidebar div.top-link h4.inq.inq-link{
	font-size: 13px;
}
/*チラシと演題募集*/
div#endai {
  text-align: center;
  background-color: #CD659F;
  font-size: 18px;
  color: #fff;
  border: 4px solid #fff;
  box-sizing: border-box;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.8);
  letter-spacing: 2px;
}
div#endai a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
div#sanka {
  text-align: center;
  background-color: #004F7A;
  font-size: 18px;
  color: #fff;
  border: 4px solid #fff;
  box-sizing: border-box;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.8);
  letter-spacing: 2px;
}
div#sanka a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
div#bira {
  text-align: center;
  background-color: rgba(239, 239, 239, 1.00);
  font-size: 18px;
  border: 4px solid #fff;
  box-sizing: border-box;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.8);
  letter-spacing: 2px;
}
div#bira a {
  display: block;
  color: #444444;
  text-decoration: none;
  font-weight: bold;
}
div#endai:hover, div#sanka:hover, div#bira:hover {
  transition-duration: 500ms;
  opacity: 0.5;
}
/*ハンズオンセミナー、メディカルスタッフライブ申込みリンク*/
.sidebar div h5 {
  width: 80%;
  margin: 10px auto;
  box-shadow: 5px 5px 6px #cccccc;
}
.sidebar div h5 a {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  background: rgba(219, 125, 0, 1.00);
  display: block;
  padding: 10px 40px;
  border-radius: 5px;
}
/*運営事務局エリア*/
.sidebar ul.box_menu {}
.sidebar ul.box_menu li {
  margin: 0;
  text-align: center;
}
.sidebar ul.box_menu li a {
  display: block;
  text-decoration: none;
  padding: 0.5em 1em;
  border: 1px solid #DDDDDD;
  border-radius: 5px; /* CSS3 */
  -moz-border-radius: 5px; /* Firefox */
  -webkit-border-radius: 5px; /* Safari,Chrome */
}
.sidebar ul.box_menu li a:hover {
  opacity: 0.5;
  transition-duration: 500ms;
}
.sidebar a.btn_pink {
  font-size: 14px;
  padding: 0.5em 2em;
}
@media screen and (max-width:720px) {
  .sidebar {
    max-width: 100%;
    width: 100%;
    margin: 0 0 40px 0;
  }
  .sidebar ul li {
    text-align: center;
  }
}
/*-------------------------------------------------

footer

-------------------------------------------------*/
footer {
  clear: both;
  color: #333;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  padding: 15px 0;
  background: #efefef;
}
footer ul {
  margin: 0 0 30px 0;
}
footer ul li {
  display: inline;
  margin: 0 10px;
}
footer ul li a {
  color: #FFFFFF;
}
footer a {
  color: #FFFFFF;
}
@media screen and (max-width:720px) {
  footer {
    padding: 20px 0;
  }
  footer ul li {
    display: block;
    margin: 0;
  }
}
/*-------------------------------------------------
下部ボタン（SPのみ)
-------------------------------------------------*/
div#btn {
  display: none;
}
@media screen and (max-width:720px) {
  /*トップページに戻る*/
  #btn {
    width: 90px;
    height: 90px;
    position: fixed;
    right: 0;
    bottom: 0;
    opacity: 0.6;
    z-index: 5000;
  }
  #btn a {
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    text-decoration: none;
  }
  #btn a::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '▲';
    font-size: 25px;
    color: #01A982;
    position: absolute;
    width: 25px;
    height: 25px;
    top: -40px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }
  #btn a::after {
    content: 'PAGE TOP';
    font-size: 13px;
    color: #fff;
    position: absolute;
    top: 45px;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    color: #01A982;
  }
}
@media screen and (max-width:720px) {
  div#annnai p.middle {
    font-size: 15px;
  }
  div#annnai p.komoji {
    font-size: 11px;
    line-height: 1.3;
  }
}
/*-------------------------------------------------
要望演題
-------------------------------------------------*/
div.youbou-title {}
div.youbou-title.co-title {
  border-top: 1px dashed #777;
  margin-top: 10px;
  padding-top: 10px;
}
div.youbou-endai {}
.content div.youbou-endai ol {
  margin-top: 0;
}
.content div.youbou-endai ul {
  margin-top: 0;
}
/*-------------------------------------------------
お知らせのところ
-------------------------------------------------*/
div.hybrid {
  font-size: 14px;
  line-height: 1.4;
  background-color: rgba(255, 200, 131, 0.3);
  padding: 1em;
  border: 2px solid rgba(255, 160, 0, 1.00);
  box-sizing: border-box;
  color: #000;
}
.content div.hybrid p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding-bottom: 8px;
}
h2.oshirase {
  background-color: #fff;
  color: rgba(135, 143, 147, 1.00);
  font-size: 20px;
  margin-bottom: 8px;
  border: none;
  padding-left: 0;
  /*padding-bottom: 0;*/
}
.scroll {
  padding: 10px;
  box-sizing: border-box;
  overflow: auto;
  height: 150px;
  border: 2px solid rgba(135, 143, 147, 1.00);
}
dl {
  font-size: 13px;
  padding: 2px;
  box-sizing: border-box;
  border-bottom: dotted 1px #777;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin: 0px;
}
.content dl:not(:last-child) {
  margin-bottom: 0;
}
dl dt {
  margin-right: 0.3em;
  width: 20%;
}
dl dd {
  width: 80%;
}
/* スクロールの幅の指定 */
.scroll::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
/* スクロールの背景の設定 */
.scroll::-webkit-scrollbar-track {
  box-shadow: 0 0 4px #aaa inset;
}
/* スクロールのつまみ部分の設定 */
.scroll::-webkit-scrollbar-thumb {
  background: rgba(135, 143, 147, 1.00);
}
/*-------------------------------------------------
参加登録ページ
-------------------------------------------------*/
.reg-chui ol {
  padding-left: 20px;
  margin: 0px;
  box-sizing: border-box;
}
.reg-chui ol li {
  font-size: 14px;
  line-height: 1.6;
  margin: 5px 0;
}
.base.overview-table td.td-hader {
  background-color: rgba(239, 239, 239, 1.00);
}
.content table td.day {
  width: 15%;
  vertical-align: middle;
  text-align: center;
}
.content table td.tani {
  text-align: center;
  width: 10%;
}
/*申込手順*/
article {
  background-color: rgba(10, 10, 10, 0.06);
  border-radius: 10px;
  padding: 1em 1.5em;
  box-sizing: border-box;
  margin: 20px 0;
  position: relative;
}
article h6 {
  font-size: 16px;
  color: #ff4d4d;
}
article strong {
  display: block;
  border-bottom: 1px dashed #333;
  margin-bottom: 8px;
}
article p {
  font-size: 12px;
  line-height: 1.6;
}
.btn_come {
  font-size: 14px;
  display: inline-block;
  padding: 0.5em 2em;
  background-color: rgba(58, 58, 58, 0.7);
  color: #ffffff;
  margin-top: 10px;
}
article.sankaku::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fde7d1 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
/*-------------------------------------------------
演題募集ページ
-------------------------------------------------*/
.content article ol {
  padding: 0;
  margin: 0;
  padding-left: 1em;
  box-sizing: border-box;
}
/*-------------------------------------------------
google map
-------------------------------------------------*/
/*-------------------------------------------------
プログラム
-------------------------------------------------*/
a.saitaku {
  display: block;
  margin: 50px auto 0;
  text-align: center;
  font-size: 16px;
  border-radius: 10px;
  text-decoration: none;
  background-image: linear-gradient(#fff, #f5f8fa);
  border: 1px solid #e6ecf0;
  box-shadow: 1px 2px 3px #696969;
  padding: 15px 1em;
  box-sizing: border-box;
}
a.program {
  display: block;
  text-align: center;
  font-size: 16px;
  border-radius: 10px;
  text-decoration: none;
  background-image: linear-gradient(#fff, #f5f8fa);
  border: 1px solid #e6ecf0;
  box-shadow: 1px 2px 3px #696969;
  padding: 15px 1em;
  box-sizing: border-box;
}
.pro-info {
  padding: 2em 0 3em;
}
.btn-control {
  display: flex;
  justify-content: center;
}
.btn-control a {
  font-size: 16px;
  background-color: rgba(32, 97, 157, 1.00);
  color: #fff;
  box-shadow: 1px 2px 3px #696969;
  padding: 15px 1em;
  box-sizing: border-box;
  border-radius: 10px;
  display: inline-block;
  width: 180px;
  text-align: center;
  margin: 0 30px;
}



/*-------------------------------------------------
広告バナー掲載
-------------------------------------------------*/

.ad-wrap{
	margin: 50px 0 50px 0;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.ad-wrap img{
	margin: 10px 20px 0 0;
}

.ad-wrap.ad-wrap-large img{
	margin: 20px 20px 0 0;
}

.sidebar .ad-wrap-yoko{
	display: flex;
	flex-direction: column;
	border: none;
	box-shadow: none;
}

.sidebar .ad-wrap-yoko img{
	margin: 10px 0;
}






