@charset "UTF-8";
/* CSS Document */

body {
	background: linear-gradient(180deg, #004174 0%, #004174 100px, #ffffff 100px, #ffffff 100%);
}

.main_contents {
  min-width: 880px;
  width: 100%;
}
.section-top{
  max-width: 1100px;
  text-align: left;
}
.flex-wrap {
    width: 920px;
    margin-left: 40px;
    text-align: left;
    margin-bottom: 50px;
}
.lower-wrap {
  background-color: #fff;
  padding: 30px;
  line-height: 1.8rem;
  min-height: 600px;
  box-shadow: rgba(229, 0, 18, 0.3) 3px 3px 10px 0px;
  border-radius: 8px;
  text-align: justify;
}
.mar40 {
    margin-bottom: 40%;
}
.lower-wrap_en {
  background-color: #fff;
  padding: 30px;
  line-height: 1.8rem;
  min-height: 600px;
  box-shadow: rgba(229, 0, 18, 0.3) 3px 3px 10px 0px;
  border-radius: 8px;
  /*text-align: justify;*/
}
.lower-wrap img, .lower-wrap_en img {
  width: 100%;
}
.section-top h2 {
    width: 920px;
	margin: 50px auto 35px auto;
	line-height: 130%;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 4px;
    padding: 12px 15px 12px 35px;
    background: linear-gradient(to right, #004174, #1c5683);
    border-radius: 8px;
    box-shadow: rgba(229, 0, 18, 0.3) 2px 2px 2px;
    position: relative;
  }
.section-top h2::before {
    position: absolute;
    content:  "";
    width:  10px;
    height:  10px;
    display:  inline-block;
    background: #fff;
    border-radius:  50%;
    line-height: 130%;
    top: 45%;
      left: 15px;
  }
.section-top h3 {
	margin-bottom: 30px;
	font-size: 26px;
	font-weight: bold;
	color: #004174;
	background-color: #cceceb;
	padding: 7px 10px 9px 10px;
    border-image: linear-gradient(to top, #99d9d6 0%, #00a199 100%);
    border-left: 4px solid;
    border-image-slice: 1;
	position: relative;
  }

.section-top h3.h3_en {
    text-align:left;
  }
.section-toph3.two_column {
    line-height: 120%;
}
.section-top h3.symposiums_h3{
    text-align: left;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #80bf30;
	background-color: #ecf5e0;
	padding: 10px 10px 10px 30px;
	border-radius: 10px;
	position: relative;
}
.section-top h3.mini_h3{
    text-align: left;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #f19e55;
	background-color: #fcecdd;
	padding: 10px 10px 10px 30px;
	border-radius: 10px;
	position: relative;
}
.section-top h3.mini_h3::after {
content:"";
   display:inline-block;
   width:3px;
   height:20px;
   background-color:#f19e55;
   position:absolute;
   top:15px;
   left: 15px;
}
.section-top h4 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	color:#004174;
	border-bottom: 2px dashed #8fceff;
	padding-left: 1em;
	text-indent: -1em;
	padding-bottom: 2px;
  }
.section-top h4.en_h4 {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 20px;
	color:#4e4946;
	border-bottom: 3px solid #d3e9b7;
	padding-left: 1.1em;
	text-indent: -0.9em;
    line-height: 1.2em;
	padding-bottom: 10px;
    text-align:left;
  }
h4.symp_h4 {
	/*padding-left: 2.5em;
	text-indent: -1.6em;*/
    padding-left: 1em;
    text-indent: 0;
	background:none;
	border-left: 4px solid #f19e55;
	border-bottom:none;
	text-align: left;
	margin-bottom: 10px;
  }
.section-top h5 {
	font-weight: 600;
	font-size: 1rem;
	 color:  #7c83b9;
	margin: 20px 0 5px 0;
  }
.section-top h5.plan_h5 a {
	 color:  #4a4880;
  }
.right {
	text-align: right;
}
.center {
    text-align: center;
}
.left {
    text-align: left;
}
.under_line {
  text-decoration: underline;
}
.ita {
    font-style: italic;
}
.right02 {
	text-align: right;
}
.indent01 {
	padding-left: -1em;
	text-indent: 1em;
	display: block;
}
.indent02 {
	padding-left: 1em;
	text-indent: -1em;
	display: block;
}
.indent03 {
	padding-left: 2em;
	display: block;
}
.indent04 {
	padding-left: 2.8em;
	text-indent: -2.8em;
}
.indent05 {
	padding-left: 1em;
	display: block;
}
.indent06 {
	padding-left: 1.5em;
    text-indent: -1em;
	display: block;
}
.indent-en_01 {
    padding-left: 1.1em;
	display: block;
}
.indent-en_02 {
    padding-left: 0.7em;
    text-indent: -0.7em;
	display: block;
}
.indent-en_03 {
    padding-left: 4em;
	display: block;
}
.f-22 {
	font-size: 22px;
	font-weight: 700;
}
.f-18 {
	font-size: 18px;
	font-weight: 700;
}
.f-14 {
	font-size: 14px;
    font-weight: 500;
}
.sup {
    vertical-align: super;
}
.mb_40 {
	margin-bottom: 40px;
}
.mb_30 {
	margin-bottom: 30px;
}
.mb_20 {
	margin-bottom: 20px;
}
.mb_1em {
	margin-bottom: 1em;
}
.mr40{
    margin-right: 40px;
}
.icon{
  padding-left: 15px;
	position: relative;
}
.icon:before {
  content: '';
  position: absolute;
  display: inline-block;
	top:11px;
	left: 0;
	width: 10px;
	height: 10px;
	background: linear-gradient(to top right, #4e4946, #86807D, #4e4946);
	border-radius: 50px;
}
.icon02 {
  display: inline-block;
  vertical-align: middle;
  color: #7c83b9;
  line-height: 1;
  position: relative;
  width: 0.5em;
  height: 0.5em;
  transform: translateX(-25%) rotate(45deg);
	margin-right: 5px;
	top:-2px;
}
.icon02::before, .icon02::after {
  content: '';
  position: absolute;
  background: currentColor;
  border-radius: 0.1em;
}
.icon02::before {
  top: 0;
  left: 0;
  right: 0;
  height: 0.1em;
}
.icon02::after {
  top: 0;
  right: 0;
  bottom: 0;
  width: 0.1em;
}
.plan_a a{
	color: #FF9D37;
	transition: 0.3s;
}
.plan_a a:hover{
	opacity: 0.8;
    color: #FFB160;
}
ul{
  list-style: none;
}
ul.list_icon{
  list-style: none;
}
ul.list_icon li{
  padding: 5px 0 5px 22px;
  position: relative;
}
ul.list_icon li a{
  font-size: 1.0rem;
}
ul.list_icon li:before {
  content: '';
  position: absolute;
  display: inline-block;
	top:15px;
	left: 0;
	width: 10px;
	height: 10px;
	background: linear-gradient(to top right, #e79755, #edb180);
	border-radius: 50px;
}
ul.list_nomber {
  list-style-type: none;
}
ul.list_nomber li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
ul.under-list li{
  padding-left: 1em;
  text-indent: -1em;
}
ol.list_01 {
  margin-left: 2em; /* サイトに合せて調整 */
	line-height: 170%;
}
ol.list_01 li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
ol.list_01 li:before {
  content: counter(cnt) ") ";
  display: inline-block;
  margin-left: -2em; /* サイトに合せて調整 */
  width: 1.5em; /* サイトに合せて調整 */
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
}
ol.list02 {
	margin-left: 2em; /* サイトに合せて調整 */
}
ol.list03 {
	margin-left: 1em; /* サイトに合せて調整 */
}
ul.list04 li {
	list-style-type: none;
	text-indent: -1em;
	padding-left: 1em;
}
.indent-list {
    text-indent: -1.5em;
	padding-left: 1.5em;
}
.name-list table th{
  font-weight: 400;
  width: 155px;
}
.name-list_en table th{
  font-weight: 400;
  width: 232px;
}
.info_name_president th{
  font-weight: 400;
    padding-right: 10px;
}
.en-table th{
  width: 250px;
}
.deadline{
  border: 3px solid #f00;
  background-color: rgb(255, 241, 241);
  max-width: 530px;
  width: 100%;
  padding: 18px 15px;
  text-align: center;
  margin: 0 auto 20px auto;
  font-weight: 600;
  font-size: 1.05rem;
}
.dead-line-line {
  text-decoration: line-through ;
  text-decoration-color: #f00;
  text-decoration-thickness: 2px;
}
.redbox{
  border: 2px solid #f00;
  max-width: 530px;
  width: 100%;
  padding: 12px 15px;
  margin: 0 auto 30px auto;
}
.redbox02{
  border: 2px solid #f00;
  max-width: 580px;
  width: 100%;
  padding: 12px 15px;
  margin: 0 auto 30px auto;
}
.date {
  border: 2px solid #CE2023;
  padding: 20px;
  margin: 0px auto 20px auto;
  font-weight: bold;
  line-height: 170%;
}
p.date_h2 {
	font-size: 18px;
	font-weight: 600;
}
.en_txt {text-align: left;}
.date table {
  font-size: 18px;
  margin-bottom: 1em;
}
.table01 {
    width: 80%;
    margin: 0 auto;
}
.table01, .table01 td, .table01 th {
  border: 1px solid #555387;
  border-collapse: collapse;
  text-align: center;
}
.table01 thead th {
  padding: 10px 5px;
  background-color: #F0F0F9;
  width: 25%;
  vertical-align: middle;
  font-weight: 400;
	line-height: 130%;
}
.table01 tbody th {
	font-weight: 400;
	vertical-align: middle;
	line-height: 130%;
	padding: 10px 5px;
}
.table01 td {
  padding: 10px 12px;
  vertical-align: middle;
  line-height: 130%;
}
.table01_bg_color {
	background-color: #e5e6f1;
}
.sp_th {
  font-weight: 400;
  vertical-align: middle;
}
.diagonal_line {
  background-image: linear-gradient(to left top, transparent calc(50% - 0.5px), #555387 50%, #555387 calc(50% + 0.5px), transparent calc(50% + 1px))
}
.table02 {
	margin: 20px auto;
	border-collapse:collapse;
	text-align: center;
  width: 80%;
}

.table02 th {
	padding:10px;
	background-color: #e3f3ff;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #004174;
}

.table02 tr {
	border: 1px solid #004174;
	padding:10px;
}

.table02 td {
	border: 1px solid #004174;
	padding:6px;
	vertical-align: middle;
	line-height: 160%;
}
.table02_en {
	margin: 20px auto;
	border-collapse:collapse;
	text-align: center;
  width: 80%;
}

.table02_en th {
	padding:10px;
	background-color: #e3f3ff;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #004174;
}

.table02_en tr {
	border: 1px solid #004174;
	padding:10px;
}

.table02_en td {
	border: 1px solid #004174;
	padding:6px;
	vertical-align: middle;
	line-height: 160%;
}
.table03 th{
   border: 1px solid #004174;
   background-color: #004174;
   display: table-cell;
   vertical-align: middle;
   color: #fff;
   padding: 5px;
   text-align: center;
 }
 .table03 td{
   border: 1px solid #004174;
   padding: 10px;
   display: table-cell;
   vertical-align: middle;
 }
.table04 th {
    font-weight: normal;
    width: 85px;
}
.table_80 {
    width: 80%;
    margin: 30px auto;
}
  .btn a, .btn_double a, .btn_two_rows a {
   color: #fff;
  display: block;
  max-width: 300px;
  padding: 8px;
  text-align: center;
  border: 1px solid #ff9001;
  background-color: #ffad46;
  font-size: 17px;
  text-decoration: none;
  margin: 0 auto 25px auto;
  border-radius: 20px;
  transition: 0.3s;
  box-shadow: 0 4px 0 #ff9001;
  position: relative;
  font-weight: 600;
  }
.btn_double{
  margin: 30px 0;
}
.btn_double a{
  margin: 10px auto 20px auto;
}

.btn_two_rows{
  margin: 0px 0 30px 0;
	display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.btn a:hover,.btn_double a:hover , .btn_two_rows a:hover{
  background-color: #ff9c00;
  opacity: 0.9;
  transform: translate3d(0, 3px, 0);
  box-shadow: none;
}
.btn_box {
	margin: 30px auto 50px auto;
}
a.no_link {
    pointer-events: none;
}
table.en-table th{
  width: 250px;
}
.info_indent {
    margin-right: 20px;
    margin-left: 20px;
}
.info-list{
    width: 80%;
  margin: 25px  auto;
}
.info-list tr{
  border: 1px solid #555387;
}
.info-list th{
  width: 43%;
  border-right: 1px solid #555387;
  padding: 9px 7px;
  background-color: #F0F0F9;
  vertical-align: middle;
  font-weight: 500;
}
.info-list td{
  text-align: right;
  padding: 5px 7px;
  vertical-align: middle;
  width: 30%;
}
.date-list{
	display: flex;
	flex-wrap: wrap;
  width: 100%;
}

.date-list dt {
  width: 11%;
text-align-last:justify;
}

.date-list dd {
  width: 89%;
}
.border_box {
  border: 2px solid #000;
  padding: 20px;
    margin-bottom: 20px;
    
}
.border_box a {
    word-break: break-all;
}
.border_box dl {
  margin: 0 auto;
	width: 60%;
  display: flex;
}
.border_box dl dt, .border_box dl dt {
  font-weight: bold;
  margin-right: 20px;
}
.border_box02 {
  border: 2px solid #000;
  padding: 20px;
  margin: 20px;
}
.border_box02 dl {
  margin: 0 auto;
	width: 65%;
  display: flex;
}
.border_box02 dl dt, .border_box02 dl dt {
  font-weight: bold;
  margin-right: 20px;
}
.small_txt {
    font-size: 13px;
    line-height: 1.3em;
    text-align: justify;
      text-justify: inter-word;
}
.sup {
	vertical-align: super;
	font-size: 12px;
}
.president_flex {
    display: flex;
    justify-content: center;
    gap:40px;
} 
.president-data{
  padding-top: 20px;
  text-align: center;
  /*margin-bottom: 35px;*/
}
.president-data img{
  max-width: 160px;
  width: 100%;
  display: block;
  margin: 0 auto 10px auto;
  border: 1px solid #eee;
}
.dividing_line {
	border-bottom: 1px dashed #9cca62;
	margin-bottom: 30px;
}
.public_offering_dl {
   display: flex;
  flex-wrap: wrap;
  width:250px;
    margin: 0 auto 1em auto;
}
.public_offering_dl dt{
    width: 130px;
    text-align: left;
}
.public_offering_dl dd{
   width: 120px;
    text-align: left;
}
.president_name {
    display: inline-block;
    width: 80px;
}
.s_title {
  padding: 5px 10px;
    background-color: #c6e2a2;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.s_title_mini {
  padding: 5px 10px;
  background-color: #f7c599;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.s-date{
  text-align: right;
  line-height: 1.2rem;
}
.bio_title {
  padding: 5px 10px;
  background-color: #c6e2a2;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.bio_nomber {
    /*padding-top: 15px;*/
    padding-top: 4px;
}
.en-bio_nomber {
    padding-top: 4px;
}
.sbio_title {
  padding: 5px 10px;
  background-color: #f7c599;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.cafe_title {
  padding: 5px 10px;
  background-color: #E6DCED;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
}
.bio-date{
  text-align: right;
  line-height: 1.2rem;
}
.symposium dl {
  padding: 10px 20px 20px 20px;
  text-align: left;
}
.symposium dt {
  margin-bottom: 10px;
  font-size: 14.5px;
  font-weight: bold;
  line-height: 25px;
}
.symposium dd {
  font-size: 13px;
  line-height: 20px;
}

.symposium dd em {
  margin: 0 0 5px 0;
  padding: 2px 7px;
  font-size: 11px;
  line-height: 15px;
  border: 1px solid #000000;
  border-radius: 1px;
  display: inline-block;
  font-style: normal;
}
.symposia_switch {
  margin: 15px auto 0 auto;
  text-align: center;
}
.symposia_switch span {
  padding: 3px 40px 3px 30px;
  font-size: 13px;
  color: #FFFFFF;
  background: linear-gradient(to bottom, #80bf30, #a0cf64);
  border-radius: 20px;
  box-shadow: 0 3px 0 #6bb011;
  display: inline-block;
  position: relative;
  line-height: 1.1rem;
}
.symposia_switch span:after {
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 22px;
}
.symposia_switch span:hover {
  text-decoration: none;
  box-shadow: none;
  transform: translate3d(0, 3px, 0);
  transition: 0.2s;
}
.symposium .text {
  margin-top: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.symposium dd p {
  display: none;
}
.point{
  font-style: normal;
  font-size: 0.8rem;
}
.white{
  display: inline-block;
  padding: 0px 10px;
  background-color: #2a2869;
  color: #fff;
  font-weight: 600;
    line-height: 120%;
}
.white1{
  display: inline-block;
  padding: 1px 10px 2px 10px;
  background-color: #2a2869;
  color: #fff;
  font-weight: 600;
  margin: 10px 5px 0 0;
  line-height: 100%;
}
.dark{
  display: inline-block;
  color: #2a2869;
  border: 2px solid #2a2869;
  padding: 0px 10px;
  font-weight: 600;
     line-height: 100%;
    box-sizing: border-box;
}
.dark1{
  display: inline-block;
  color: #2a2869;
  border: 2px solid #2a2869;
  padding: 0 8.5px 2px 8.5px;
  font-weight: 600;
  margin: 10px 5px 0 0;
  line-height: 100%;
}
.kinds_box {
	display: flex;
  justify-content: space-between;
}
.kikaku {
	display: inline-block;
	margin: 0 15px 0 0;
	font-size: 0.8rem;
	font-weight: 600;
	border: 2px solid #80bf30;
	color: #80bf30;
	padding: 2px 8.5px 2px 8.5px;
	line-height: 100%;
}
.shitei {
	display: inline-block;
	margin: 0 15px 0 0;
	font-size: 0.8rem;
	font-weight: 600;
	border: 2px solid #2a2869;
	color: #2a2869;
	padding: 2px 8.5px 2px 8.5px;
	line-height: 100%;
}
.title_abbreviation {
	display: block;
	line-height: 100%;
	margin: 8px 0 0 0;
	font-size: 0.85rem;
	font-weight: 600;
    text-align: left;
}
.kinds_box_right {
    text-align: right;
    width: 136px;
}
.mb_70 {
	margin-bottom: 70px;
}
.symposia-btn a{
  padding: 22px 0;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 1.0rem;
  margin: 30px auto 40px auto;
  background: linear-gradient(to bottom, #f19d3c, #f18100);
  border-radius: 100px;
  box-shadow: 0 3px 0 #9b5300;
  display: block;
  position: relative;
  max-width: 350px;
  width: 100%;
  text-align: center;
  text-decoration: none;
}
.symposia-btn a:hover {
  opacity: 0.8;
  transform: translate3d(0, 3px, 0);
  box-shadow: none;
}
.kako{
  text-align: left;
  max-width: 550px;
  width: 100%;
  margin: 0 auto 30px auto;
}
.kako ul{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0.9rem;
}
.kako ul li{
  margin:0 10px 0px 0;
}
.text_box {
	border: 2px solid #7c83b9;
	padding: 15px;
	text-align: center;
	max-width: 430px;
	margin: 20px auto;
	font-size: 0.9rem;
}
.midashi {
	font-size: 1rem;
	font-weight: 500;
}
.text_box a {
	text-decoration: none;
	background-color: #9D92C5;
	border-radius: 5px;
	padding: 3px 10px;
	display: block;
	width: 90px;
	margin: 10px auto 0 auto;
	color: #fff;
}
.lunch_img p {
    text-align: center;
}
.lunch_img img {
    max-width: 500px;
}
.date_box {
	background-color: #ecf5e0;
	padding: 15px;
	margin-bottom: 20px;
    clear: both;
    overflow: hidden;
}
.date_indent {
	padding-left: 4em;
	text-indent: -4em;;
}.date_indent {
	padding-left: 4em;
	text-indent: -4em;;
}
.biotech_organizar {
  margin-bottom: 15px;
}
.date_indent {
	padding-left: 3em;
	text-indent: -3em;
}
.date_indent_en {
	padding-left: 3.3em;
	text-indent: -3.3em;
}
.photo-wrap ul li img{
  max-width: 200px;
  width: 100%;
}
.photo-wrap ul{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.photo-wrap ul li{
  text-indent: 0;
  padding-left: 0;
  list-style: none;
}
.double-wrap{
  display: flex;
  justify-content: center;
}
.double-wrap img{
  padding: 5px;
}
.double-wrap p{
  text-align: center;
}
.poster_size img {
	width: 80%;
	margin: 0 auto;
	text-align: center;
	padding-left: 50px;
}
.gakuposu {
	float: right;
}
.banner_pc {
	display: block;
    padding-left: 30px;
    padding-top: 10px;
}
.banner_sp {
	display: none;
}
.date_dl dt {
    width: 65px;
    float: left;
}
.date_dl dd {
    margin-left: 65px;
}
.event_dl {
    clear: both;
    overflow: hidden;
}

.event_dl dt {
     width: 220px;
    float: left;
}
.event_dl dd {
    /*margin-left: 145px;*/
    margin-left: 218px;
}
.event_dl_en {
    clear: both;
    overflow: hidden;
}

.event_dl_en dt {
     width: 300px;
    float: left;
}
.event_dl_en dd {
    margin-left: 145px;
}
.event_switch {
    width:fit-content;
    color: #3f3d78;
    transition: 0.3s;
    cursor: pointer;
    font-weight: bold;
    background-color: #bfdf97;
    padding: 10px;
    text-align: center;
    margin: 0 auto 30px auto;
    border: 1px solid #80bf30;
    border-radius: 6px;
}
.event_switch:hover {
    opacity: 0.5;
}
.evnet_box {
    /*display: none;*/
    padding: 20px;
    background-color: #f2f9ea;
    overflow:hidden;
}
.evnet_box dl {
  padding: 10px 20px 20px 20px;
  text-align: left;
}
.evnet_box dt {
  margin-bottom: 10px;
  font-size: 14.5px;
  font-weight: bold;
  line-height: 25px;
}
.evnet_box dd {
  font-size: 13px;
  line-height: 20px;
}

.evnet_box dd em {
  margin: 0 0 5px 0;
  padding: 2px 7px;
  font-size: 11px;
  line-height: 15px;
  border: 1px solid #000000;
  border-radius: 1px;
  display: inline-block;
  font-style: normal;
}

.evnet_box .text {
  margin-top: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.evnet_box dd p {
  display: none;
}
.evnet_title {
    padding: 10px 20px 20px 20px;
}

.toggle {
	display: none;
}
.Label {		/*タイトル*/
	width:fit-content;
    color: #3f3d78;
    transition: 1s;
    cursor: pointer;
    font-weight: bold;
    background-color: #bfdf97;
    padding: 10px;
    text-align: center;
    margin: 0 auto 30px auto;
    border: 1px solid #80bf30;
    border-radius: 6px;
    display: block;
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 1s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 0px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px 0;
	transition: all 1s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
.event_gif{
    width: 80%;
    margin: 0 auto 40px auto;
}
.event_imgphoto {
    display: flex;
    margin: 20px auto;
}
.event_imgphoto img {
    width: 300px;
    padding-right: 20px;
}
  .flex_lunch {
    display: flex;
    align-items: flex-start;
  }
  .flex_lunch img {
    max-width: 350px;
  }
h4.takuji {
    border-bottom: none;
    font-size: 17px;
    color: #80bf30;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-weight: bold;
}
  .lunch_txt {
    padding: 10px;
    border: 1px solid #000;
    margin-left: 30px;
    line-height: 150%;
    width: 600px;
  }
.takuji_list {
    display: flex;
}
.takuji_list dt {
    width: 85px;
}

.takuji_list dd {
    width: calc(100% - 85px);
}
.dl_list01 {
  display: inline-grid;
  grid-template-columns: auto auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
    line-height: 150%;
}

.readmore1, .readmore2, .readmore3, .readmore4 {
  position: relative;
  margin: 0px auto 40px;
  padding: 0px 0px 75px;
}

.readmore1 .readmore-content, .readmore2 .readmore-content, .readmore3 .readmore-content, .readmore4 .readmore-content {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.readmore1 .readmore-content::before, .readmore2 .readmore-content::before, .readmore3 .readmore-content::before, .readmore4 .readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

.readmore1 label, .readmore2 label, .readmore3 label, .readmore4 label {
  position: absolute;
  display: table;
  left: 50%;
  bottom: 0px;
  margin: 0 auto;
  width: 200px;
  /*padding: 8px 0 8px 0px;*/
  color: #fff;
  text-align: center;
  border-radius: 410px;
  background-color: #2a2869;
  transform: translateX(-50%);
  cursor: pointer;
  z-index: 1;
}
/*.readmore1 label span, .readmore2 label span, .readmore3 label span, .readmore4 label span {
  position: relative;
}
.readmore1 label span:after, .readmore2 label span:after, .readmore3 label span:after, .readmore4 label span:after {
  content: '';
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: -100px;
}*/

.readmore1 label::before, .readmore2 label::before{
    /*content: '▲ 続きを見る';*/
    content: "";
  display: inline-block;
  width: 120px;
  height: 25px;
  background: url("../img/readmore_open_ja.png") no-repeat;
  background-size: contain;
    margin-top: 10px;
}

.readmore1 input[type="checkbox"]:checked ~ label::before, .readmore2 input[type="checkbox"]:checked ~ label::before {
  /*content: '▲ 閉じる';*/
    content: "";
  display: inline-block;
  width: 80px;
  height: 25px;
  background: url("../img/readmore_close_ja.png") no-repeat;
  background-size: contain;
    margin-top: 10px;
    margin-left: -10px;
}

.readmore3 label::before, .readmore4 label::before{
  /*content: '▼ Overview';*/
    content: "";
  display: inline-block;
  width: 120px;
  height: 25px;
  background: url("../img/readmore_open_en.png") no-repeat;
  background-size: contain;
    margin-top: 10px;
}

.readmore3 input[type="checkbox"]:checked ~ label::before, .readmore4 input[type="checkbox"]:checked ~ label::before {
  /*content: '▲ Closed';*/
    content: "";
  display: inline-block;
  width: 94px;
  height: 25px;
  background: url("../img/readmore_close_en.png") no-repeat;
  background-size: contain;
    margin-top: 10px;
    margin-left: -10px;
}

.readmore1 input[type="checkbox"], .readmore2 input[type="checkbox"], .readmore3 input[type="checkbox"], .readmore4 input[type="checkbox"]{
  display: none;
}

.readmore1 input[type="checkbox"]:checked ~ .readmore-content, .readmore2 input[type="checkbox"]:checked ~ .readmore-content, .readmore3 input[type="checkbox"]:checked ~ .readmore-content, .readmore4 input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}

.readmore1 input[type="checkbox"]:checked ~ .readmore-content::before, .readmore2 input[type="checkbox"]:checked ~ .readmore-content::before, .readmore3 input[type="checkbox"]:checked ~ .readmore-content::before, .readmore4 input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
}

.main_pc-none{
  display: none;
}

@media(max-width:1199px){
.section-top h2 {
    width: 100%;
  }
  .flex-wrap{
    margin: 0px 25px 75px 25px;
    width: calc(100% - 50px);
    max-width: unset;
  }
}

@media(max-width:1099px){
    .boby_flexwrap {
    background-image: url("../img/bg.png");
    background-repeat: no-repeat;
    background-position:  center 100px;
}
.flex-wrap {
    width: 100%;
    margin-left: 0px;
    text-align: left;
}
      .main_contents {
    min-width: 100%;
    width: 100%;
  }
.section-top h2 {
    width: 100%;
    font-size: 30px;
	line-height: 1.2em;
    margin: 50px auto 30px auto;
  }
.section-top h2.h2-small {
    padding: 25px 10px 25px 20px;
    font-size: 25px;
	letter-spacing: -0.05em;
  }
.section-top h3.tab_two_column {
        line-height: 120%;
    }
  .section-top{
    margin: 0px 25px 75px 25px;
    width: calc(100% - 50px);
    max-width: unset;
  }
.lower_wrap p {
	font-size: 0.9rem;
	line-height: 1.6rem;
}
.lower_wrap_en p {
	font-size: 0.9rem;
	line-height: 1.6rem;
}
p.date_h2 {
	font-size: 18px;
	font-weight: 600;
}
.lower_wrap p.f-18 {
	font-size: 18px;
	font-weight: 700;
}
.lower_wrap p.f_0-95rem {
	font-size: 0.95rem;
}
.lower_wrap p.comingsoon{
	font-size: 1.3rem;
	line-height: 14em;
}
.lower_wrap p.small_txt {
    font-size: 13px;
    line-height: 1.3em;
}
.icon:before {
  content: '';
	top:9px;
}
    .public_offering_dl {
        font-size: 0.9rem;
	line-height: 1.6rem;
         margin: 0 auto 1em auto;
    }
.kinds_box_right {
    width: 160px;
}
  .flex_lunch {
    display: flex;
    align-items: flex-start;
  }
  .flex_lunch img {
    max-width: 300px;
  }
.banner_pc {
	display: block;
}
    .smp_sp {
        padding-top: 4px;
    }
}
@media(max-width:800px){
.event_dl_en dt {
     width: auto;
    float: none;
}
.event_dl_en dd {
    margin-left: auto;
    margin-bottom: 15px;
}
}
@media(max-width:768px){
    .table01 {
    width: 100%;
}
    .table02 {
        width: 100%;
    }
    .table02_en {
        width: 100%;
    }
.info-list{
    width: 100%;
}
	.info-list ul li {
    display: block;
    line-height: 1.3rem;
  }
  .info-list th{
    line-height: 1.3rem;
  }
    .date-list {
        font-size: 0.9rem;
    }
.date-list dt {
  width: 12%;
text-align-last:justify;
}
.date-list dd {
  width: 88%;
}
.border_box02 dl {
	width: 70%;
}
.event_gif{
    width: 100%;
    margin: 0 auto 40px auto;
}
  .flex_lunch {
      display: block;
}
    .lunch_txt {
        margin-left: 0;
    margin-top: 10px;
        margin-bottom: 30px;
        width: 100%
    }
}
@media(max-width:690px){
    .event_imgphoto img {
    width: 250px;
}
.takuji_list {
    display: block;
}
.takuji_list dt {
    width: 100%;
}

.takuji_list dd {
    width: 100%;
}
}
@media(max-width:599px){
.lower_wrap {
  padding: 15px;
}
.lower_wrap_en {
  padding: 15px;
  text-align: left;
}
  .section-top{
    margin: 0px 15px 75px 15px;
    width: calc(100% - 30px);
    max-width: unset;
  }
.section-top h2 {
	font-size: 28px;
	padding: 15px 10px 15px 35px;
}
.section-top h2.h2-biotech {
    font-size: 1.3rem;
letter-spacing: -0.05em;
	}
.section-top h3 {
	font-size: 24px;
	line-height: 1.4em;
    letter-spacing: 0;
}
.section-top h3.symposiums_h3{
    font-size: 20px;
	line-height: 1.4em;
    letter-spacing: 0;
}
.section-top h3.mini_h3{
    font-size: 20px;
	line-height: 1.4em;
    letter-spacing: 0;
}
.section-top h4 {
	font-size: 18px;
    font-weight: bold;
  }
.section-top h4 {
	padding-left: 0em;
	text-indent: 0em;
  }
h4.symp_h4 {
	/*padding-left: 2.5em;
	text-indent: -1.6em;*/
    padding-left: 1em;
    text-indent: 0;
  }
.dl_list01 {
  display: block;
}
    .dl_list01 dd {
        margin-bottom: 15px;
    }
.president_flex {
    display: block;
} 
.name-list table tr{
    display: grid;
    padding-bottom: 8px;
    line-height: 1.5rem;
  }
.name-list_en table tr{
    display: grid;
    padding-bottom: 8px;
    line-height: 1.5rem;
  }
.info_name_president tr{
    display: grid;
    padding-bottom: 8px;
    line-height: 1.5rem;
  }
.name-list table td{
    padding-bottom: 5px;
  }
.name-list table th{
    text-align-last: unset;
    font-weight: 600;
  }
.name-list_en table td{
    padding-bottom: 5px;
  }
.name-list_en table th{
    text-align-last: unset;
    font-weight: 600;
    width: 100%;
  }
.info_name_president th{
    text-align-last: unset;
  font-weight: 600;
}
.table01 td {
  text-align: left;
}
    .president_name {
        width: 90px;
    }
    .lower-wrap_en {
        text-align: left;
    }
.lower-wrap .txt_en {
		text-align: left;
	}
.right02 {
	text-align: left;
}
table.en-table th{
  width: 270px;
}
.date-list dt {
  width: 20%;
}
.date-list dd {
  width: 80%;
}
.border_box02 {
  margin: 0px 0px 30px 0px;
}
.border_box02 dl {
  margin: 0 auto;
	width: 100%;
  display: block;
}
.kinds_box_right {
    width: 100%;
}
.main_pc-none{
  display: block;
}
    .smp_none {
        display: none;
    }
.lunch_img img {
    width: 100%;
}
.banner_pc {
	display: block;
}

.event_dl_en dt {
     width: auto;
    float: none;
}
.event_dl {
    clear: none;
    overflow:auto;
}

.event_dl dt {
     width: auto;
    float: none;
}
.event_dl dd {
    margin-left: 0;
    margin-bottom: 15px;
}
.event_dl_en dd {
    margin-left: auto;
    margin-bottom: 15px;
}
.event_imgphoto {
    display: block;
}
.event_imgphoto img {
    width: 300px;
    padding-right: 0;
}
  .flex_lunch img {
    max-width: 100%;
    display: block;
    text-align: center;
  }
}
@media(max-width:499px){
.section-top h3 {
    margin: 0px 0px 15px 0px;
  }
	.info-list table {
		width: 100%;
	}
.info-list tr{
    display: grid;
    border-bottom: 0;
  }
  .info-list tr:last-child{
    border-bottom: 1px solid #7c83b9;
  }
  .info-list th{
    border-right: none;
    border-bottom: 1px solid #7c83b9;
  }
  .info-list td{
    padding: 15px 7px;
  }
  .info-list th,.info-list td{
    width: 100%;
    text-align: center;
  }
.date-list dt {
  width: 28%;
}
.date-list dd {
  width: 72%;
}
    .table01 {
        letter-spacing: -0.05em;
    }
    .table02_en {
        letter-spacing: -0.05em;
        font-size: 0.9rem;
    }
    .table02 {
        font-size: 0.7rem;
    }
    .table03 {
word-break: break-word;
    }
 .table03 td{
   padding: 10px 5px;
 }
.symposium_organizar {
  margin-left: 0;
}
.symposium dl {
padding: 10px 5px 20px 5px;
}
.symposia-wrap {
padding: 20px 10px;
}
.symposium dd em {
  margin: 0 0 5px 0;
}
	.kinds_box {
	display: block;
}
	.title_abbreviation {
	margin-bottom: 10px;
		text-align: left;
		line-height: 130%;
}
    .smp_sp {
        padding-top:0;
        line-height: 120%;
        letter-spacing: -0.03em;
    }
.bio_title {
  display: grid;
  justify-content: start;
}
.sbio_title {
  display:  grid;
 justify-content: start;
}
.cafe_title {
  display:  grid;
 justify-content: start;
}
.bio_nomber {
    padding-top: 0;
}
.en-bio_nomber {
    padding-top: 0px;
}
.bio-date{
  text-align: left;
  line-height: 1.2rem;
}
    	.tbl_02 {
		line-height: 1.4rem;
	}
.tbl_02 th {
	padding:5px;
}
	.en_font {
    font-size: 0.7rem;
}
.poster_size img {
	width: 100%;
	padding-left: 0px;
}
.gakuposu {
	float: none;
	text-align: center;
	margin-top: 5px;
}
.evnet_box dl {
padding: 10px 5px 20px 5px;
}
.evnet_box dd em {
  margin: 0 0 5px 0;
}
    .evnet_title {
        padding: 10px 5px 20px 5px;
    }
.event_imgphoto img {
    width: 100%;
    padding-right: 0;
}

.banner_pc {
	display: none;
}
.banner_sp {
	display: block;
}
}