/* ----------------------------------------
基本調整
---------------------------------------- */
.c-main .c-content__images {margin: 40px auto 60px;}
.c-main .c-pagetitle__bg {background: #ebf3f2;
}



/* ----------------------------------------
symposium banner
---------------------------------------- */
.c-main .c-article__content{
  margin: 50px 0 60px 0;
}

.c-main .c-article__content h3{
  font-size: 2.8rem;
  font-weight: normal;
  line-height: 1.286;
  margin: 40px 0 0;
}
.txt-red {
  color: #e60012;
}

.symposium_bnr {
  width: 90%;
  max-width: 1300px;
  /*margin: 80px auto 100px;*/
  margin: 40px auto 100px;
}

.symposium_bnr .symposium_bnr_pc {
  display: block;
  max-width: 1300px;
  width: 100%;
  height: auto;
  border-radius: 3px;
  filter: drop-shadow(3px 3px 3px #aaa);
  transition: opacity 0.2s ease, filter 0.2s ease;
}
a.hover .symposium_bnr .symposium_bnr_pc {
  opacity: 0.9;
  filter: drop-shadow(0px 0px 0px #aaa);
}


.symposium_bnr .symposium_bnr_sp {display: none;}





/* ----------------------------------------
tab
---------------------------------------- */
.symposium_tab {
  margin-bottom:120px;}

.symposium_tab ul.tab_area{
  display: flex;
  justify-content: center;
}
.symposium_tab ul.tab_area li {
  border-right:1px solid #f2f6f6;
  width: 50%;}

.symposium_tab ul.tab_area li:last-child {border-right:none;}


.symposium_tab ul.tab_area li a {
  display: block;
  width: 100%;
  color: #008b56;
  background: #f2f6f6;
  order: -1;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  padding: 15px 0;
  transition: 0.2s ease;}

.symposium_tab ul.tab_area a span {
  display: inline-block;
  position: relative;}

.symposium_tab ul.tab_area a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3rem;
  width: 8px;
  height: 8px;
  border-top: 2px solid #008b56;
  border-right: 2px solid #008b56;
  transform: rotate(45deg) translateY(-50%);
  transition: 0.2s ease;
}

.symposium_tab ul.tab_area li a.hover {
  color: #fff;
  background: #008b56;}
.symposium_tab ul.tab_area a.hover span::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;}

.symposium_tab ul.tab_area a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -3rem;
  width: 8px;
  height: 8px;
  border-top: 2px solid #008b56;
  border-right: 2px solid #008b56;
  transform: rotate(45deg) translateY(-50%);}

.symposium_tab ul.tab_area a.active{
  background: #008b56;
  color: #fff;
  transition: all 0.2s ease-out;
}

.symposium_tab ul.tab_area a.active span::before {
  content: "";
  top:45%;
  border-top: none;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  }

.tab_br {display:none;}
.hide{display:none;}


/* ----------------------------------------
symposium_content_area
---------------------------------------- */
.symposium_tab div.symposium_content_area {margin-top: -200px;
  padding-top: 250px;}

.symposium_tab div.symposium_content_area div#Bioscience,
.symposium_tab div.symposium_content_area div#PharmaSciences{
  margin-top: -200px;
  padding-top: 200px;
}

.symposium_content_area table {
  width:100%;
  font-size:1.6rem;
  line-height: 1.5;}


.symposium_content_area table tr {
  border-bottom: 1px solid #e5ebeb;
  border-collapse: collapse;}

.symposium_content_area table th {
  font-size:1.8rem;
  padding-bottom:5px;
  text-align: left;}

.symposium_content_area table th.date {width:300px;}
.symposium_content_area table th.Committee {
  padding-left:2rem;
  max-width:300px;}

.symposium_content_area table tr td {
  padding:15px 0;
  vertical-align: top;
}

.symposium_content_area table tr td:first-child {
  display: flex;
  padding-left:130px;
  padding-right:2rem;
  position: relative;
}

.symposium_content_area table tr td:first-child span {
  font-weight: bold;
  margin: 0 15px 0 0;
}


.symposium_content_area table tr td:last-child {  
  padding-left:2rem;
  white-space: nowrap;}



.symposium_content_area .exhibition-label {
  position: absolute;
  left:0;
  width: 110px;
  padding: 1px 0 1px 0;
  border-radius: 3px;
  background-color: #ddd;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  height: 25px;
}

.symposium_content_area .exhibition-label[data-text*="開催予定"] {background-color: #c9cf1b;}
.symposium_content_area .exhibition-label[data-text*="開催終了"] {background-color: #666;}



/* blank用 */

.symposium-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.symposium-link.hover {
  color: #008b56;
  text-decoration:underline;
  /*text-decoration: #008b56 solid underline;
  -webkit-text-decoration: #008b56 solid underline;*/
}

.symposium-link-text {
  color: #008b56;
}

.symposium-link.blank::after{
  content: "";
 background-image: url("/images/common/blank.png");
 background-repeat: no-repeat;
 background-size: 16px;
 background-position: right center;
 padding-right: 21px;
 margin-right: 5px;
}

/*
#symposium_tab ul {
  display: flex;
  justify-content: center;
}
#symposium_tab ul li {
  width:100%;
}
#symposium_tab ul li a{
  display: flex;
  align-items: center;
  justify-content: center;
  height:60px;
  font-size:1.6rem;
  flex-grow: 1;
  padding:5px;
  text-align:center;
  cursor:pointer;
  background: #f2f6f6;
}

#symposium_tab ul li a.active{
  background:#008b56;
  color:#FFF;
  transition: all 0.2s ease-out;
}

.panel-group{
  margin-bottom:120px;
}

/* 表示非表示 
.panel{display:none;}
.panel.show{display:block;}*/